@import 'aos.css';
@import 'slick.css';
/*@import 'azul.css';*/
@import 'verde.css';

@import url("bootstrap.css");
@import url("fonts.css");
@import 'https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,600,700';
body {
    position: relative;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    height: 100%;
}

.jomobeat{}

.corpo {
    padding: 50px 0px 50px 0px;
}

.bkl {
    padding: 10px 5px 10px 5px;
}

.bloco-servico p {
    color: white;
    background-color: #ed1c24;
    font-size: 16px;
    padding: 12px;
    margin: 0;
    border-radius: 10px;
    margin-top: 30px;
}

.bloco-servico .titulos {
    color: #ed1c24;
    font-size: 25px;
    font-weight: 400;
    text-align: center;
    padding: 15px 0 15px 0;
}

.bloco-servico {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    padding: 10px 10px;
}

.nossa-missao {
    height: 470px;
    position: relative;
}

@media (max-width: 500px) {
    .jumbotron {
        margin-top: 0;
        height: 450px;
    }
}

.parallax {
    -webkit-transform: translateZ(-1px);
    transform: translateZ(-1px);
}

.parallax .parallax-layer {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.parallax .parallax-group {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    overflow: hidden;
}

.parallax .parallax-back {
    -webkit-transform: translateZ(-0.5px) scale(1.2);
    transform: translateZ(-0.5px) scale(1.2);
    background-attachment: fixed;
    background-position: center -40px;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    max-height: 100%;
}

@media (max-width: 767px) {
    .parallax .parallax-back {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.parallax .parallax-base {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.bloco {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.container {
    max-width: 100% !important;
}

.nossa-missao .container {
    padding: 12em 0;
    text-align: center;
    max-width: 1110px;
}

.nossa-missao .container .bloco span {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
}

.nossa-missao .container .bloco {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 2.5em;
    height: 100%;
    cursor: move;
}

.nossa-missao .container .bloco p {
    position: relative;
    font-size: 28px;
    font-weight: 300;
    margin-bottom: 2em;
}

.nossa-missao .container .bloco span {
    color: #ed1c24;
}

.nossa-missao .container .bloco span {
    color: #ed1c24;
}

.planos {
    background: #ed1c24;
    color: #fff;
}

.planos {
    text-align: center;
    padding: 5em 0;
}

.planos h2 {
    margin-bottom: 30px;
    font-weight: 550;
    font-size: 30px;
}

.planos .container .titulo-2 {
    font-size: 23px;
    font-weight: 100;
    margin-bottom: 30px;
}

.pricing {
    text-align: center;
}

.pricing .row>plano-iten {
    border: 2px solid #FFF;
    color: #FFF;
    background-color: #ed1c24;
}

.pricing .plano-iten>header {
    border-bottom: 2px solid #FFF;
}

.pricing .plano-iten>header {
    padding-top: 37px;
    padding-bottom: 15px;
}

.pricing .plano-iten>header>h4 {
    text-transform: uppercase;
    font-size: 19px;
    font-weight: 700;
}

.pricing .plano-iten>h2 {
    border-bottom: 2px solid #FFF;
}

.pricing .plano-iten>h2>span {
    font-weight: 700;
    font-size: 40px;
}

.pricing .plano-iten ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.pricing .plano-iten ul>li {
    font-size: 16px;
    line-height: 36px;
    font-weight: 400;
}

.pricing .plano-iten input[type="button"] {
    color: #FFF;
    color: #ed1c24;
    border-color: #ed1c24;
    background-color: #FFF;
}

.pricing .plano-iten input[type="button"] {
    margin: 27px auto;
    display: block;
    text-align: center;
    text-transform: uppercase;
    outline: none;
    cursor: pointer;
    line-height: 53px;
    font-size: 14px;
    font-weight: 700;
    padding: 0 32px;
}

.pricing .plano-iten input[type="button"],
.pricing .plano-iten {
    transition-delay: 0.8s;
    transition-duration: 0.8s;
    transition-property: all;
    transition-timing-function: ease;
}

.pricing .plano-iten {
    display: inline-block;
    width: 100%;
    max-width: 300px;
    margin: 0;
    padding-bottom: 24px;
    border: 1px solid #fff;
}

.planos .titulo-2 {
    font-size: 20px;
    font-weight: 100;
    margin-bottom: 30px;
}

.row .formulario {
    background-image: linear-gradient(to top, white 0%, #ed1c24 100%);
}

.row .formulario .container .bloco {
    position: relative;
    height: 500px;
    padding: 8em 3em 5em;
    overflow: hidden;
    box-shadow: 0 0 30px 10px rgba(0, 0, 0, 0.1);
}

.row .formulario h2 {
    color: #ed1c24;
}

.row .formulario h2 {
    position: relative;
    font-size: 36px;
    font-weight: 300;
    margin: 0 0 15px 0;
}

.row .formulario .container .bloco:before {
    background: #ed1c24;
}

.row .formulario .subtitulo {
    color: #9a9a9a;
}

.rw .formulario h2 {
    color: #ed1c24;
}

.row .formulario .subtitulo {
    margin-bottom: 1em;
    font-weight: 300;
    font-size: 16px;
}

row.formulario .container .bloco {
    position: relative;
    height: 500px;
    padding: 20px 20px;
    overflow: hidden;
    box-shadow: 0 0 30px 10px rgba(0, 0, 0, 0.1);
}

row.formulario form input,
section.formulario form textarea {
    border: 2px solid #9a9a9a;
}

.formulario input {
    margin-bottom: 3px;
}

.formulario textarea {
    margin-bottom: 3px;
}

.faixa-topo {
    background-image: linear-gradient(to top, white 0%, #ed1c24 60%);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.corpo-texto h1 {
    margin-top: 2px;
    margin-bottom: 1px;
}

.claro {
    color: #fff;
}

.escuro {
    color: #999;
}

.corpo-texto escuro p {
    color: #999;
    font-size: 16px;
}

.corpo-texto claro p {
    color: #999;
    font-size: 16px;
}

.corpo-texto claro h1 {
    color: #fff;
    margin-top: 2px;
    margin-bottom: 1px;
}

.corpo {
    padding: 50px;
}

.bkl {
    padding: 10px 5px 10px 5px;
}

.bloco-servico p {
    color: white;
    background-color: #ed1c24;
    font-size: 16px;
    padding: 12px;
    margin: 0;
    border-radius: 10px;
    margin-top: 30px;
}

.bloco-servico .titulos {
    color: #ed1c24;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    padding: 15px 0 15px 0;
}

.bloco-servico {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    padding: 10px 10px;
}

.nossa-missao {
    height: 470px;
    position: relative;
}

@media (max-width: 500px) {
    .jumbotron {
        margin-top: 0;
        height: 450px;
    }
}

.parallax {
    -webkit-transform: translateZ(-1px);
    transform: translateZ(-1px);
}

.parallax .parallax-layer {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.parallax .parallax-group {
    position: absolute;
    top: 30px;
    left: 0;
    height: 100%;
    width: 100%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    overflow: hidden;
}

.parallax .parallax-back {
    -webkit-transform: translateZ(-0.5px) scale(1.2);
    transform: translateZ(-0.5px) scale(1.2);
    background-attachment: fixed;
    background-position: center -40px;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    max-height: 100%;
}

@media (max-width: 767px) {
    .parallax .parallax-back {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.parallax .parallax-base {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.bloco {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.nossa-missao .container {
    padding: 6em 0;
    text-align: center;
    max-width: 1110px;
}

@media screen and (max-width: 600px) {
    .nossa-missao .container {
        padding: 2.5em 0;
        text-align: center;
        max-width: 1110px;
    }
    .row.corpo.planos .col-md-12 {
        padding-top: 50px;
    }
}

.nossa-missao .container .bloco span {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
}

.nossa-missao .container .bloco {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 2em;
    height: 100%;
    cursor: move;
}

.nossa-missao .container .bloco p {
    position: relative;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 2em;
}

.nossa-missao .container .bloco span {
    color: #ed1c24;
}

.nossa-missao .container .bloco span {
    color: #ed1c24;
}

.planos {
    background: #ed1c24;
    color: #fff;
}

.planos {
    text-align: center;
    padding: 5em 0;
}

.planos h2 {
    margin-bottom: 30px;
    font-weight: 550;
    font-size: 30px;
}

.planos .container .titulo-2 {
    font-size: 23px;
    font-weight: 100;
    margin-bottom: 30px;
}

.pricing {
    text-align: center;
    max-width: 1170px;
    margin: auto;
}

.blocos {
    max-width: 1170px;
    margin: auto;
}

.pricing .row>plano-iten {
    border: 2px solid #FFF;
    color: #FFF;
    background-color: #ed1c24;
}

.pricing .plano-iten>header {
    border-bottom: 2px solid #FFF;
}

.pricing .plano-iten>header {
    padding-top: 37px;
    padding-bottom: 15px;
}

.pricing .plano-iten>header>h4 {
    text-transform: uppercase;
    font-size: 19px;
    font-weight: 700;
}

.pricing .plano-iten>h2 {
    border-bottom: 2px solid #FFF;
}

.pricing .plano-iten>h2>span {
    font-weight: 700;
    font-size: 40px;
}

.pricing .plano-iten ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.pricing .plano-iten ul>li {
    font-size: 16px;
    line-height: 36px;
    font-weight: 400;
}

.pricing .plano-iten input[type="button"] {
    color: #FFF;
    color: #ed1c24;
    border-color: #ed1c24;
    background-color: #FFF;
}

.pricing .plano-iten input[type="button"] {
    margin: 27px auto;
    display: block;
    text-align: center;
    text-transform: uppercase;
    outline: none;
    cursor: pointer;
    line-height: 53px;
    font-size: 14px;
    font-weight: 700;
    padding: 0 32px;
}

.pricing .plano-iten input[type="button"],
.pricing .plano-iten {
    transition-delay: 0.8s;
    transition-duration: 0.8s;
    transition-property: all;
    transition-timing-function: ease;
}

.pricing .plano-iten {
    display: inline-block;
    width: 100%;
    max-width: 300px;
    margin: 0;
    padding-bottom: 24px;
    border: 1px solid #fff;
}

.planos .titulo-2 {
    font-size: 20px;
    font-weight: 100;
    margin-bottom: 30px;
}

.row .formulario {
    background-image: linear-gradient(to top, white 0%, #ed1c24 100%);
}

.row .formulario .container .bloco {
    position: relative;
    height: 500px;
    padding: 8em 3em 5em;
    overflow: hidden;
    box-shadow: 0 0 30px 10px rgba(0, 0, 0, 0.1);
}

.row .formulario h2 {
    color: #ed1c24;
}

.row .formulario h2 {
    position: relative;
    font-size: 36px;
    font-weight: 300;
    margin: 0 0 15px 0;
}

.row .formulario .container .bloco:before {
    background: #ed1c24;
}

.row .formulario .subtitulo {
    color: #9a9a9a;
}

.rw .formulario h2 {
    color: #ed1c24;
}

.row .formulario .subtitulo {
    margin-bottom: 1em;
    font-weight: 300;
    font-size: 16px;
}

row.formulario .container .bloco {
    position: relative;
    height: 500px;
    padding: 20px 20px;
    overflow: hidden;
    box-shadow: 0 0 30px 10px rgba(0, 0, 0, 0.1);
}

row.formulario form input,
section.formulario form textarea {
    border: 2px solid #9a9a9a;
}

.formulario input {
    margin-bottom: 3px;
}

.formulario textarea {
    margin-bottom: 3px;
}

html {
    overflow-x: hidden !important;
}

body {
    overflow-x: hidden !important;
}

.cabecalho {
    /*background-image: url(../images/banner1.jpg);
    background-size: cover;
    background-position: 50% 50%; */
	
	
	
	z-index: 12;

position: fixed;

width: 110%;

background-color: rgba(255,255,255,0.9);

height: 100px;
	
-webkit-box-shadow: 0 1px 14px 1px #91D80E;
box-shadow: 0 1px 14px 1px #91D80E;
	
   
	
	
}

#cabecalho2 {
    height: 600px;
}

.logo {
    height: 72px;
}

.artigo .titulo {
    font-size: 24px;
    text-transform: uppercase;
    line-height: 2;
    display: none;
}

.dropdown-menu {
    font-size: 12px;
    list-style: none;
}

.login {
    margin-top: 20px;
}

.minhaconta {
    padding: 4px;
    font-size: 11px;
    color: #000;
    text-align: right;
    background-color: #fff;
}

@media screen and (max-width: 600px) {
    .corpo {
        padding: 0 !important;
    }
    .topo .conteudo-slider h1 span {
        font-size: 19px;
    }
    .bloco-assinante {
        max-width: 280px !important;
    }
}

.slick-list.draggable {
    max-width: 1170px;
    margin: auto;
}

#setor {
    height: 50px !important;
}

.minhaconta ul,
.minhaconta ul li {
    margin: 0px;
    padding: 0px 10px;
    list-style: none;
    display: inline-block;
}

.minhaconta .divider {
    border-left: 1px solid #ccc;
    height: 10px;
    width: 0px;
    padding: 0px;
}

.minhaconta a {
    padding: 4px;
    font-size: 12px;
    color: #999;
    text-align: right;
    text-decoration: none;
    font-weight: 600;
}

.minha-conta ul li:before {
    content: "\00A9";
    color: #999;
}

.minhaconta .transparencia {
    color: #999;
    font-weight: 600;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
    color: #fff;
    background-color: transparent;
}

/*.minhaconta_menu .nav-pills>li>a {
    font-size: 16px;
    color: #333 !important;
}*/

.nav>li>a:hover,
.nav>li>a:focus {
    text-decoration: none;
    background-color: transparent;
}

.navbar-inverse {
    border: 0px;
}

.menu_grid {
    max-width: 1100px;
    margin: auto;
}

.menu_grid_img {
    margin-top: 40px;
    text-align: center;
}

.menu_grid_titulo,
.menu_grid_titulo:hover {
    text-align: center;
    color: #000;
    font-size: 24px;
    text-transform: uppercase;
    line-height: 2;
    text-decoration: none !important;
}

.menu_grid_descricao,
.menu_grid_descricao:hover {
    text-align: center;
    font-size: 12px;
    line-height: 1.5;
    text-decoration: none !important;
    color: #666;
}

.navbar-inverse .navbar-nav>li>a {
    color: #57555C;
    font-size: 1.2em;
    
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    overflow: hidden; text-transform: uppercase
}

.navbar-inverse .navbar-nav>li>a:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    right: 50%;
    bottom: 0;
    background: #ed1c24;
    height: 4px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.navbar-inverse .navbar-nav>li>a:hover:before,
.navbar-inverse .navbar-nav>li>a:focus:before,
.navbar-inverse .navbar-nav>li>a:active:before {
    left: 0;
    right: 0;
}

.navbar-inverse,
.carousel-control.right,
.carousel-control.left {
    background: transparent;
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a:focus {

}

.col-lg-12 {
    padding: 0;
}

#menu-primary {
    margin-top: 15px;
}

#cabecalho1 .row {
    padding: 0 !important;
}

#cabecalho1 .row img {
    margin-left: 20px;
    margin-top: 10px;
    padding-bottom: 15px;
}

.container.login .row {
    margin: 0 !important;
}

#typer {
    font-size: 24px;
    margin: 30px 0 30px 0;
    color: white;
}

.btn-mais {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    text-decoration: none;
    border-radius: 5px !important;
}

.btn-mais:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: white;
    color: #ed1c24;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    border-radius: 5px !important;
}

.btn-mais:hover,
.btn-mais:focus,
.btn-mais:active {
    color: #ed1c24;
    background-color: #ed1c24;
    border-color: #ed1c24;
    border-radius: 5px !important;
    text-decoration: none;
}

.btn-mais:hover:before,
.btn-mais:focus:before,
.btn-mais:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    border-radius: 5px !important;
}

.navbar .nav>li>.dropdown-menu:before {
    position: absolute;
    top: -7px;
    left: 9px;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-left: 7px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: '';
}

.navbar .nav>li>.dropdown-menu:after {
    position: absolute;
    top: -6px;
    left: 10px;
    display: inline-block;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #ffffff;
    border-left: 6px solid transparent;
    content: '';
}

.navbar-nav>li>.dropdown-menu {
    border-radius: 4px;
    margin-top: 2px;
}

.carousel-caption {
    bottom: 0px;
    height: 100%;
    padding-top: 80px;
    width: 960px;
    margin: auto;
    right: 0px;
    left: 0px;
}

.carousel-inner h2 {
    position: absolute;
    font-size: 24px;
    top: 70px;
    right: 65px;
    width: 300px;
    color: #000;
    text-shadow: none;
}

.carousel-inner .descricao {
    position: absolute;
    top: 180px;
    right: 0px;
    width: 430px;
    line-height: 1.7;
    text-align: justify;
}

.carousel-control .glyphicon,
.carousel-control .icon-prev,
.carousel-control .icon-next {
    font-size: 50px;
    line-height: 0;
}

.artigo .titulo {
    font-size: 24px;
    text-transform: uppercase;
    line-height: 2;
}

.artigo .conteudo {
    font-size: 1.0em;
}

.tuto_v {
    cursor: pointer;
}

#imprimir_rel {
    background: #7a7a7a;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #7a7a7a 0%, #111111 50%, #7a7a7a 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7a7a7a), color-stop(50%, #111111), color-stop(100%, #7a7a7a));
    background: -webkit-linear-gradient(top, #7a7a7a 0%, #111111 50%, #7a7a7a 100%);
    background: -o-linear-gradient(top, #7a7a7a 0%, #111111 50%, #7a7a7a 100%);
    background: -ms-linear-gradient(top, #7a7a7a 0%, #111111 50%, #7a7a7a 100%);
    background: linear-gradient(to bottom, #7a7a7a 0%, #111111 50%, #7a7a7a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a7a7a', endColorstr='#7a7a7a', GradientType=0);
    border: 1px solid #000;
    -moz-box-shadow: inset 0 0 0px 1px rgba(255, 255, 255, 0.3), 0 0 15px rgba(0, 0, 0, 0.9);
    -webkit-box-shadow: inset 0 0 0px 1px rgba(255, 255, 255, 0.3), 0 0 15px rgba(0, 0, 0, 0.9);
    box-shadow: inset 0 0 0px 1px rgba(255, 255, 255, 0.3), 0 0 15px rgba(0, 0, 0, 0.9);
}

.mDiv .ftitle {
    color: #fff;
    font-size: 12px;
    text-align: center;
    height: 16px;
    margin: 6px 75px 0 0;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis;
    text-shadow: 0 0 10px #000, 0px 0px 10px #000;
    white-space: nowrap;
}

.btn_row {
    border-top: none;
    position: absolute;
    right: 8px;
    top: 4px;
}

.btn2 {
    background-repeat: no-repeat;
    background-position: center center;
    color: #fff;
    float: right;
    font-weight: bold;
    height: 18px;
    position: relative;
    text-align: center;
    text-indent: -9999px;
    width: 26px;
    cursor: pointer;
    opacity: 0.9;
    -moz-opacity: 0.9;
    -webkit-opacity: 0.9;
    filter: alpha(opacity=90);
}

.btn2:hover {
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
}

.close2 {
    background: url(template/images/x2.png) -41px center;
    width: 22px;
}

.thumbnail {
    border: 1px solid white;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-size: 12px;
}

/*============================template===============================*/

´ .corpo {
    padding: 200px 5px 30px 5px;
}

.rodape {
    background-color: #57555C;
    text-align: center;
    text-align: -webkit-center;
}

.rodape h1 {
    color: #fff;
    font-size: 2.2em;
    padding-bottom: 15px;
}

.rodape h1 {
    color: #fff;
    font-size: 2.2em;
    padding-bottom: 15px;
}

.copyright-rodape p{
    font-size: 1.0em;
    background-color: #ffffff;
    margin: 0;
}

.copyright-rodape p:first-child {
    padding-top: 10px;
}

.copyright-rodape p:last-child {
    padding-bottom: 10px;
}

.rodape p {
    color: #fff;
    font-size: 1.1em;
}

.rodape a {
    color: #fff;
    text-decoration: none;
}

.cor-destaque {
    color: #de0000;
}

.minhaconta_menu .nav-stacked>li {
    float: none;
}

.nav-stacked>li {
    float: left;
}

/*.btn-primary {
    color: #fff;
    background-color: #ed1c24;
    border-color: #ed1c24;
}*/

.topo .conteudo-slider h1 span {
    background: #ed1c24;
    color: #fff;
    display: inline-block;
    padding: 10px;
    margin-right: 5px;
    margin: 0 0 5px 0;
    border-radius: 5px;
}

.bloco-assinante {
    position: absolute;
    right: 35px;
    top: 10%;
    max-width: 350px;
    z-index: 2;
    overflow: hidden;
    box-shadow: 0 0 30px 5px rgba(0, 0, 0, 0.2);
    padding-bottom: 5px;
}

@media screen and (max-width: 991px) {
    .bloco-assinante {
        right: 0;
    }
}

.bloco-assinante .imagem:before {
    position: absolute;
    bottom: -1px;
    left: -1px;
    content: "";
    width: calc(100% + 2px);
    z-index: 4;
}

.bloco-assinante .conteudo h2 {
    font-size: 29px;
    font-weight: 300;
    text-align: center;
}

.bloco-assinante .conteudo h2 {
    color: #ed1c24;
}

.bloco-assinante .conteudo h2 {
    font-size: 29px;
    font-weight: 300;
    text-align: center;
}

.bloco-assinante .conteudo .btn {
    background: #ed1c24;
    color: #fff;
}

.bloco-assinante .conteudo .btn {
    display: inline-block;
    width: 100%;
    padding: 10px;
    font-size: 16px;
    text-align: center;
    border-radius: 5px;
    margin-top: 10px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.bloco-assinante .conteudo .btn:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: white;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.bloco-assinante .conteudo .btn:hover,
.bloco-assinante .conteudo .btn:focus,
.bloco-assinante .conteudo .btn:active {
    color: #ed1c24;
}

.bloco-assinante .conteudo .btn:hover:before,
.bloco-assinante .conteudo .btn:focus:before,
.bloco-assinante .conteudo .btn:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.bloco-assinante .conteudo {
    padding: 5px 10px;
}

.jumbotron .content .btn-mais {
    background: #ed1c24;
    color: #fff;
}

.btn-mais {
    padding: 20px 50px;
    text-transform: uppercase;
    text-align: center;
    font-size: 20px;
    border-radius: 5px;
    background: #ed1c24;
    color: white;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.topo .conteudo-slider {
    position: relative;
    padding-top: 10%
}

@media (max-width: 400px) {
    .nav-pills>li>a {
        font-size: 12px;
        color: #fff;
    }
    .cabecalho {
        background-color:#ffffff
        
    }
}

.formulario form input,
section.formulario form textarea,
.formulario form select {
    border: 2px solid #9a9a9a;
}

section.formulario form textarea {
    height: 170px;
    margin-bottom: 9px;
}

.formulario textarea {
    height: 240px;
    border: 2px solid #9a9a9a;
    font-size: 16px;
}

.contato-enviar {
    background-color: #ed1c24;
    color: white;
    border-color: #ed1c24;
}

.formulario form input,
section.formulario form textarea,
.formulario form select {
    width: 100%;
    margin-top: 1em;
    text-align: center;
    border-radius: 5px;
    padding: 10px;
    font-size: 16px;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
}

.form-control {
    height: 50px;
}

.rodape #rodape1 .row {
    margin: 0;
}

/* Wobble Horizontal */

.hvr-wobble-horizontal {
    display: block;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
}

.hvr-wobble-horizontal:hover,
.hvr-wobble-horizontal:focus,
.hvr-wobble-horizontal:active {
    -webkit-animation-name: hvr-wobble-horizontal;
    animation-name: hvr-wobble-horizontal;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

@-webkit-keyframes hvr-wobble-horizontal {
    16.65% {
        -webkit-transform: translateX(8px);
        transform: translateX(8px);
    }
    33.3% {
        -webkit-transform: translateX(-6px);
        transform: translateX(-6px);
    }
    49.95% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px);
    }
    66.6% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px);
    }
    83.25% {
        -webkit-transform: translateX(1px);
        transform: translateX(1px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes hvr-wobble-horizontal {
    16.65% {
        -webkit-transform: translateX(8px);
        transform: translateX(8px);
    }
    33.3% {
        -webkit-transform: translateX(-6px);
        transform: translateX(-6px);
    }
    49.95% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px);
    }
    66.6% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px);
    }
    83.25% {
        -webkit-transform: translateX(1px);
        transform: translateX(1px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@media screen and (min-width: 992px) and (max-width: 1120px) {
    .navbar-inverse .navbar-nav>li>a {
        font-size: 1.5em;
    }
}

@media screen and (min-width: 767px) and (max-width: 992px) {
    .navbar-inverse .navbar-nav>li>a {
        padding: 0px 7px;
        font-size: 1.3em;
    }
}

@media screen and (max-width: 992px) {
    .rodape-menu,
    .rodape-planos,
    .rodape-contato,
    .facebook-rodape {
        text-align: center !important;
    }
    .bloco-assinante {
        position: relative;
        margin: auto;
        margin-top: 40px;
    }
    .cabecalho {
        padding: 0;
    }
    .topo .conteudo-slider {
        text-align: center !important;
    }
}

@media screen and (max-width: 767px) {
    .navbar-inverse .navbar-collapse,
    .navbar-inverse .navbar-form {
      
        border: none; margin-top: -5px;
    
    }
}

.conteudo .row {
    margin: 0;
}

.navbar-inverse .navbar-toggle {
    background-color: #90D910 !important
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: #ed1c24;
}

hr {
    border-top: 3px solid #ed1c24;
}

.faixa-topo img,
.row.corpo img {
    margin: auto;
}

section.formulario {
    background: url(../images/fundo-contato.jpg) no-repeat !important;
}

.tab-content a {
    text-decoration: none;
    color: white;
}

.panel-primary-faq>.panel-heading-faq {
    background-color: #ed1c24;
    border-color: #ed1c24;
    padding: 12px;
}

.panel-primary-faq {
    border-color: #ed1c24;
}

.panel-primary-faq a:hover,
.panel-primary-faq a:focus,
.panel-primary-faq a:active {
    color: white;
}

.panel-primary-faq>.panel-heading-faq+.panel-collapse>.panel-body {
    border-top-color: #ed1c24;
}

.vertical-tabs {
    padding: 60px 70px;
}

@media screen and (max-width: 992px) {
    .vertical-tabs {
        padding-left: 0;
        padding-right: 0;
    }
}

.side-itens .cobertura {
    width: 250px;
    height: auto;
    right: -186px;
    position: fixed;
    transition: all .8s ease;
    top: 79%;
}

.side-itens .velocidade {
    width: 220px;
    height: auto;
    right: -156px;
    position: fixed;
    transition: all .8s ease;
    top: 59%;
}

.side-itens .contato {
    width: 220px;
    height: auto;
    right: -156px;
    position: fixed;
    transition: all .8s ease;
    top: 69%;
}

.side-itens .icone {
    background-color: #ed1c24;
}

.side-itens a {
    text-decoration: none;
}

.side-itens .titulo-card {
    background-color: white;
    color: black;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
}

.side-itens .velocidade:hover {
    right: 0px;
}

.side-itens .cobertura:hover {
    right: 7px
}

.side-itens .contato:hover {
    right: -10px;
}

.side-itens .titulo-card {
    padding: 15px 5px 15px 5px;
    border-radius: 5px;
    font-size: 12px;
    font-weight: bold;
}

.side-itens .icone {
    border-radius: 60px;
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    /* left: 0; */
    z-index: 1030;
}

.artigo {
    width: 100%;
    padding: 0;
}

.minhaconta ul:before {
    position: absolute;
    top: -1px;
    content: "";
    margin-left: -15px;
    height: 100%;
    width: 30px;
    background: url(../images/login.png) center center no-repeat;
}

.minhaconta_background .panel-accent-primary .btn-primary {
    color: #fff !important;
    background-color: #337ab7 !important;
    border-color: #2e6da4 !important;
}

.minhaconta_background .panel-primary a:hover {
    color: #2e6da4 !important;
}

.minhaconta_breadcrumbs a {
    color: #777;
}

.minhaconta_menu a {
    color: black;
}

.minhaconta_menu .nav-pills>li.active>a,
.minhaconta_menu .nav-pills>li.active>a:hover,
.minhaconta_menu .nav-pills>li.active>a:focus {
    color: white;
    background-color: red;
}

.minhaconta_menu {
    padding-right: 0;
}

@media screen and (max-width: 767px) {
    .minhaconta_background .col-lg-3,
    .minhaconta_background .col-lg-6 {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
    .minhaconta_header {
        margin-left: 0px;
    }
    .panel-accent-primary,
    .panel-accent-yellow,
    .panel-accent-red {
        margin-left: 15px;
    }
    hr {
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

#cabecalho1 .col-lg-4 {
    text-align: center;
}

.thumbnail .caption {
    font-size: 16px;
}

.lista_produtos {
    text-align: center;
}

.lista_produtos .caption b {
    color: #ed1c24;
    font-size: 22px;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    background-color: #ed1c24;
    border-color: #ed1c24;
}

.mostra_produto .col-lg-6 b {
    color: #ed1c24;
}

.mostra_produto .col-lg-6 {
    color: #ed1c24;
}

.mostra_produto .col-lg-6 div {
    color: #ed1c24;
}

.mostra_produto div[role=form] .btn-primary {
    background-color: red;
    border-color: red;
}

@media screen and (max-width: 767px) {
    .mostra_produto form {
        padding-left: 20px !important;
    }
}



.rodape-1 {
    padding: 30px 0;
}

.nav.nav-pills.nav-stacked {
  flex-direction: column;
}









.col-lg-2{ margin-top: 10px}



#rodape2{/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#9dd53a+0,a1d54f+50,80c217+51,7cbc0a+100;Green+Gloss+%231 */
	padding: 12px 8px 8px 8px; background-color: #94C83D


}


.rodape-img-logo{ margin-bottom: 15px; margin-top: 40px}


.rodape-logo{ text-align: left}

.rodape-titulos{ text-align: left; padding-left: 15px; margin-bottom: 40px; margin-top: 30px; width: 100%}

.rodape-titulos h3{ color: #ffffff; margin-bottom: 12px;  }
.rodape-titulos h4{ color: #ffffff;  }


.divider-separator{

border-top-color: #94C83D;
    width: 50px;
    border-top-style: solid;
    border-top-width: 2px;
    font-weight: bold;
    display: inline-block; height: 5px; margin-bottom: 16px;

}








ul.menurodape  {
width:200px;
margin:0;
padding:0;
list-style-type:none;
}
ul.menurodape li {

}
ul.menurodape  li a:link, ul.menurodape li a:visited {
display:block;
height:1%;
text-decoration:none;
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size:14px;
color:#ffffff;
border-left:5px solid #94C83D; margin-bottom: 8px; margin-top: 8px;
padding-left:5px;
}
ul.menurodape li a:hover {

color:#94C83D;
border-left:5px solid #94C83D;
} 






.google-maps {
        position: relative;
        padding-bottom: 25%; 
        height: 0;
        overflow: hidden;
    }
    .google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }


.somos{ color: #94c83d}

.display-3{ /*border-left:5px solid #94C83D; padding-left:15px; */
text-shadow: 1px 3px 5px #cccccc; margin: 20px; font-weight: bold; word-spacing: 10px; color: #54565B!important; text-align: center } 



.display-4{  padding-left:15px; color: aliceblue!important;  text-align: center; text-shadow: 1px 5px 8px #7A7A7A;} 









ul.menurodape2  {
width:400px;
margin:0;
padding:0;
list-style-type:none; 
}
ul.menurodape2 li { 

}
ul.menurodape2  li a:link, ul.menurodape2 li a:visited {
display:block;
height:1%;
text-decoration:none;
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size:22px;
color:#57555C;
border-left:5px solid #94C83D; margin-bottom: 8px; margin-top: 8px;
padding-left:5px;   
}
ul.menurodape2 li a:hover {

color:#94C83D;
border-left:5px solid #94C83D;  
} 



.bts{ margin-top: 40px; margin-bottom: 10px}


.bts2{ margin-top: 20px; margin-bottom: 20px}

.bts3{  margin-bottom: 60px}


.home-box {
  padding: 9px 9px 18px 9px;
  background-color: #91D80E;
  border-radius: 8px 8px 8px 8px;
  height: 100%; width: 100%; color: aliceblue; font-weight: bold !important;
	border: none
}

.home-box:hover {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#91d80e+22,51c444+100 */
background: #91d80e; /* Old browsers */
background: -moz-linear-gradient(left,  #91d80e 22%, #51c444 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #91d80e 22%,#51c444 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #91d80e 22%,#51c444 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#91d80e', endColorstr='#51c444',GradientType=1 ); /* IE6-9 */
	
	-webkit-box-shadow: 0 1px 14px 1px #91D80E;
box-shadow: 0 1px 14px 1px #91D80E;

	
	color: aliceblue; font-weight: bold !important;
}


.hbt{ font-weight: bolder; font-size:  1.2em !important}

.htitle{ color: #57555C; font-weight: bolder}

.stitle{ color: #57555C;  font-size: 20px; text-align: center !important}


.icones i {
  font-size: 4em !important;
  margin-top: 10%;
  color: #94C83D;
}


.bordas{ 


border-width: 1px;
border-style: solid;
border-color: #94C83D;
padding-bottom: 35px;
	margin-bottom: 20px; margin-top: 20px;
	
	-webkit-border-radius: 6px 6px 6px 6px;
border-radius: 6px 6px 6px 6px;



}







.textos{ font-size: 22px}












.panel-group {
  margin-bottom: 0;
}
.panel-group .panel {
  border-radius: 0;
  box-shadow: none;
}
.panel-group .panel .panel-heading {
  padding: 0;
}
.panel-group .panel .panel-heading h4 a {
  background: #f8f8f8;
  display: block;
  font-size: 20px;
  font-weight: bold;
  padding: 20px;
  text-decoration: none;
  transition: 0.15s all ease-in-out;
}
.panel-group .panel .panel-heading h4 a:hover, .panel-group .panel .panel-heading h4 a:not(.collapsed) {
  background: #fff;
  transition: 0.15s all ease-in-out;
}
.panel-group .panel .panel-heading h4 a:not(.collapsed) i:before {
  content: "-";
}
.panel-group .panel .panel-heading h4 a i {
  color: #999;
}
.panel-group .panel .panel-body {
  padding-top: 0; margin: 15px
}
.panel-group .panel .panel-heading + .panel-collapse > .list-group,
.panel-group .panel .panel-heading + .panel-collapse > .panel-body {
  border-top: none;
}
.panel-group .panel + .panel {
  border-top: none;
  margin-top: 0;
}




.home-box2 {
  padding: 12px 12px 12px 12px;
 border:1px solid #91D80E;
  border-radius: 8px 8px 8px 8px;
   color: #57555C; font-weight: bold !important; color: #ffffff !important; background-color: #90D910
	 
}

.home-box2:hover {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#91d80e+22,51c444+100 */
background: #91d80e; /* Old browsers */
background: -moz-linear-gradient(left,  #91d80e 22%, #51c444 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #91d80e 22%,#51c444 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #91d80e 22%,#51c444 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#91d80e', endColorstr='#51c444',GradientType=1 ); /* IE6-9 */
	
	-webkit-box-shadow: 0 1px 14px 1px #91D80E;
box-shadow: 0 1px 14px 1px #91D80E;

	
	color: aliceblue !important; font-weight: bold !important;
}



.preco{font-size: 1.55rem;
font-weight: 600;
font-family: Boston,Helvetica,sans-serif;
color: #656d73;
vertical-align: top;
line-height: 40.8px;}




.btpreco{font-size:22px; margin:25px; pading:10px; }


.valor{font-size: 80px;
line-height: 40px; text-shadow: 1px 5px 8px #7A7A7A; margin: 20px; font-weight: bold; word-spacing: 10px}

.nome{font-size: 25px;
line-height: 40px; text-shadow: 1px 5px 8px #7A7A7A; margin-top: 15px; text-align: center !important; font-weight: bold }



.valor2{font-size: 38px;
line-height: 35px; text-shadow: 1px 5px 8px #7A7A7A;}

.valor3{font-size: 22px;
line-height: 40px; text-shadow: 1px 5px 8px #7A7A7A;}


.valor4{font-size: 44px;
line-height: 40px; text-shadow: 1px 5px 8px #7A7A7A; margin: 20px; font-weight: bold; }


.titulovalor{background-color: #90D910 !important; color:#ffffff !important}
.titulovalor2{background-color: #57555C !important; color:#ffffff !important; position: relative; }



.contratado{ width: 180px;
height: 40px;
padding: 10px;
position: absolute;
top: -34px;
left: 0;
background-color: #57555C;
text-align: center;
margin: auto;
font-weight: bold;
border-radius: 5px;
	right: 0}

.sombras{-webkit-box-shadow: 1px 1px 15px 1px #BFBFBF !important;
box-shadow: 1px 1px 15px 1px #BFBFBF !important}


.home-box3 {
  padding: 10px 22px 22px 22px;
 border:1px solid #91D80E;
  border-radius: 30px;
   color: #ffffff; font-weight: bold !important; background-color: #94C83D
	 
}

.home-box3:hover {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#91d80e+22,51c444+100 */
background: #91d80e; /* Old browsers */
background: -moz-linear-gradient(left,  #91d80e 22%, #51c444 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #91d80e 22%,#51c444 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #91d80e 22%,#51c444 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#91d80e', endColorstr='#51c444',GradientType=1 ); /* IE6-9 */
	
	-webkit-box-shadow: 0 1px 14px 1px #91D80E;
box-shadow: 0 1px 14px 1px #91D80E;

	
	color: aliceblue; font-weight: bold !important;
}



.home-box4 {
  padding: 12px 12px 12px 12px;
 border:1px solid #57555C;
  border-radius: 8px 8px 8px 8px;
   color: #57555C; font-weight: bold !important; color: #ffffff !important; background-color: #57555C
	 
}

.home-box4:hover {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#91d80e+22,51c444+100 */
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#45484d+0,000000+100;Black+3D+%231 */
background: #45484d; /* Old browsers */
background: -moz-linear-gradient(left,  #45484d 0%, #000000 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #45484d 0%,#000000 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #45484d 0%,#000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=1 ); /* IE6-9 */

	
	-webkit-box-shadow: 1px 1px 14px 1px #57555C;
box-shadow: 1px 1px 14px 1px #57555C;

	
	color: aliceblue !important; font-weight: bold !important;
}




.bkcor{ width: 100%; height: auto; padding: 40px; background-color: #91d80e;}



.espaco{ width: 100%; height: 110px; }

.espaco2{ width: 100%; height: 40px; }


.favorite{ margin-bottom: 30px; padding: 25px;}



.favorite:hover {transition: 0.5s; -webkit-transition: 0.5s;
  transform: scale(1.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}




.btfim{
  padding: 15px;
  background-color: #91D80E;
  border-radius: 8px 8px 8px 8px;
  color: aliceblue; font-weight: bold !important; font-size: 24px;
	
}

.btfim:hover {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#91d80e+22,51c444+100 */
background: #91d80e; /* Old browsers */
background: -moz-linear-gradient(left,  #91d80e 22%, #51c444 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #91d80e 22%,#51c444 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #91d80e 22%,#51c444 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#91d80e', endColorstr='#51c444',GradientType=1 ); /* IE6-9 */
	
	-webkit-box-shadow: 0 1px 14px 1px #91D80E;
box-shadow: 0 1px 14px 1px #91D80E; text-decoration: none;

	
	color: aliceblue; font-weight: bold !important;
}


.navbar-nav li:last-child  a{
  background: #94C83D !important; -webkit-border-radius: 8px 8px 8px 8px;
border-radius: 8px 8px 8px 8px; color: #ffffff !important; margin-left: 10px
}


.navbar-nav li:last-child  > a:hover {
  background: #54565B !important; -webkit-border-radius: 8px 8px 8px 8px;
border-radius: 8px 8px 8px 8px; color: #ffffff !important; border: none !important
}






.list-group-item{border-bottom: 1px solid #e1e1e1 !important; 
    border-top: 1px solid #e1e1e1 !important;
    padding-bottom: 15px !important;
    padding-top: 14px !important; margin: auto; width: 89%;}




.mes {
    font-size: 1.55rem;
    font-weight: 600;
    font-family: Boston,Helvetica,sans-serif;
    color: #656d73;
    vertical-align:bottom;
    line-height: 40.8px; margin-left: 5px
}
