img, a{
    border:none;
}

a{
    color:#18C65E;
    text-decoration: none;
}

a:hover{
    color:#F90;
}

html, body{
    margin:0;
    padding:0;
    font-family: Verdana;
    color:#666;
    font-size: 14px;
    line-height: 26px;
}



.lightbox{
    position: fixed;
    z-index: 900;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    color: #FFF;
    font-weight: bolder;
    display: none;
    color:#666;
}

.lightbox .lightBody{
    width: 90%;
    max-width: 1000px;
    margin: 2% auto;
}

.lightbox .lightBody .contentArea{
    background-color: #FFF;
    border:2px solid #CCC;
    max-height: 90%;
    padding:10px;
    overflow: auto;
}

.lightbox .lightBody .lightNavArea{
    text-align: right;
}

.lightbox .lightBody .lightNavArea .material-icons{
    margin-right: 2px;
}

.lightbox .lightBody .lightNavArea .btnClose{
    padding: 5px 10px;
    margin: 5px 0;
    background-color: #900;
    color: #FFF;
    display: inline-block;
    cursor: pointer;
}

.lightbox .lightBody .lightNavArea .btnClose:hover{
    background-color: #D60000;
}

#avisoImportante h1{
    font: bolder 32px/41px Verdana;
    text-align: center;
    color:#900;
}

#avisoImportante p{
    font: normal 14px/24px Verdana;
}


.displayFone{
    white-space: nowrap;
}


.aviso{
    background-color: rgba(0,0,0,0.9);
    padding: 10px;
    color:#FFF !important;
    margin: 15px 10px;
    max-width: 1100px;
}

.aviso h1{
    text-align: center;
    color:#FFFF99;
}

.aviso p{
    font-size: 16px;
    text-align: justify;
}

.aviso b{
    color:#FFFF99;
}

.aviso h2{
    text-align: center;
    color:#FFFF99;
}

.bloco{
    padding: 0.1px 15px;
}

.btnReserva a{
    display: block;
    text-align: center;
    padding: 25px 15px;
    font-size: 22px;
    color:#FFF;
    background-color: #56d00e;
}

.btnReserva a:hover{
    background-color: #409310;
}

.btnReserva a .reserve{
    white-space: nowrap;
}

.btnReserva a .material-icons{
    font-size: 32px;
}

main .bloco:nth-child(even){
    background-color: #FFF;
}

main .bloco:nth-child(odd){
    background-color: #F6F6F6;
}

.bloco .content{
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0.1px 0;
}

main .bloco .content{
    margin-top: 20px;
    margin-bottom: 60px;
}

.bloco .content h1{
    font-size: 28px;
    color:#10B9C1;
}

.blocoWhats{
    display:block;
    background-image: radial-gradient(#0C7906, #3BBA27);
    padding: 0.1px;
    box-shadow:inset 0 -2px 3px rgba(0,0,0,0.2);
}

.blocoWhats:hover > .content{
    margin-top: 30px;
    margin-bottom: 30px;
}

.blocoWhats .content{
    width: 98%;
    max-width: 1100px;
    margin: 20px auto;
    transition: margin 0.5s;
    display: table;
}

.blocoWhats .content .col{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 10px;
}

.blocoWhats .content .desc{
    line-height: 45px;
    color:#FFF;
    font-size: 24px;
}

.blocoWhats .content .desc b{
    white-space: nowrap;
}

.contatoViaApp{
    display: flex;
    flex-direction: row;
}

.contatoViaApp .bloco{
    padding: 0;
    margin: 0;
    border: none;
    width: 100%;
    background-repeat: no-repeat;
}

.contatoViaApp .bloco .content{
    margin: 0;
    text-align: center;
    color:#FFF;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.3);
    max-width: none;
    box-sizing: border-box;
    padding: 15px;
    width:100%;
    background-color:rgba(0,0,0,0.5);
    height: 100%;
    transition: background 1s;
}

.contatoViaApp .bloco .content:hover{
    background-color:rgba(0,0,0,0.2);
}

.contatoViaApp .bloco .content h2{
    text-align: center;
    font: bolder 24px  verdana;
    color:#FFF;
    color:#FFFF99;
}

.contatoViaApp .bloco .content p{
    color:#FFF;
    font: bolder 14px/28px  verdana;
}

.contatoViaApp .whatsapp{
    background-image:
        radial-gradient(
        circle at bottom left,
        #95F78C,
        #1B9910 70%
        );
    background-size: contain, auto;
    background-position-x: center;
}

.contatoViaApp .telegram{
    background-image:
        radial-gradient(
        circle at bottom right,
        #88CBE8,
        #229ACD 70%
        );
    background-size: contain, auto;
    background-position-x: center;
}

header{
    height: 66.40px;
}

header .fixed{
    position:fixed;
    width: 100%;
    z-index: 899;
}


header .bloco{
    background-color: rgba(255,255,255,0.95);
    box-shadow: 1px 2px 3px rgba(0,0,0,0.3);
}

header .bloco .content{
    display:flex;
    align-items: stretch;
    justify-content: space-between;
}

header .logo{
    margin: 0;
    padding: 0;
    line-height: 0;
}

header .logo img{
    width: 90px;
    margin: 15px 10px;
}

header ul{
    margin: 0;
    padding: 0;
    list-style: none;
}

header ul li{
    color:#10B9C1;
}

header .nav{
    height: 100%;
    display: flex;
    align-items: stretch;
    margin: 0;
    padding: 0;
}

header .nav a{
    color:inherit;
    display: block;
    padding:0 15px;
    font-size: 12px;
    font-weight: bolder;
}

header .nav li{
    display: flex;
    align-items: center;
    justify-content: center;
}

header .nav li:hover, header .nav a:hover{
    background-color: #18C65E;
    color:#FFF;
}

header .submenu{
    position: absolute;
    background-color: #18C65E;
    width: 200px;
    box-shadow: 4px 4px 5px rgba(0,0,0,0.2);
    display: none;
    top:68px;
}

header ul li:hover > .submenu{
    display: block;
}

header .submenu li{
    display: block;
}

header .submenu a{
    color:#FFF;
    padding: 15px;
}

header .submenu a:hover{
    background-color: #D1F7ED;
    color: #18C65E;
}

header .mobileNav{
    display:none;
}

header .mobileNav li a{
    padding:15px;
}

header .mobileNav .hamburger{
    padding: 19px 15px;
    color:#10B9C1;
}

header .mobileNav .hamburger .material-icons{
    margin: 0;
}

header .mobileNav .lightMenu{
    position: fixed;
    z-index: 900;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    left: 0;
    top: 0;
    display: none;
}

header .mobileNav .lightMenu .content{
    height: 100%;
    background-color: #FFF;
    width: 250px;
    display: block;
    margin: 0;
}

header .mobileNav .lightMenu .nav li{
    display: block;
}

header .mobileNav .lightMenu .submenu{
    display: absolute;
    width: 250px;
    margin-left: 35px;
    margin-top: -15px;
    border:3px solid #18C65E;
}

header .mobileNav .lightMenu .submenu li a{
    padding: 10px 15px;
    background-color: #FFF;
    color:#18C65E;
}

header .mobileNav .lightMenu .submenu li a:hover{
    background-color: #A1E5BD;
    color:#FFF;
}

header .mobileNav .lightMenu .close{
    text-align: center;
    padding: 10px;
    color:#666;
}

header .mobileNav .lightMenu .close:hover{
    color:#333;
    background-color: #CCC;
}


#wbApp{
    /*border-bottom: 2px solid #666;*/
}

.wbCanal .content{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0,0,0,0.3);
    box-shadow: inset 0 -2px 3px rgba(0,0,0,0.2);
}

.wbCanal .content .padrao h1{
    font-size: 57px;
    line-height: 67px;
    color:#FFF;
    text-shadow:2px 2px 3px rgba(0,0,0,0.3);
    text-align: center;
}

.empreendimentos .empreendimento{
    display: inline-block;
    width: 30%;
    overflow: hidden;
    border:1px solid #CCC;
    margin: 15px 1%;
    box-shadow: 2px 2px 6px rgba(0,0,0,0.2);
}

.empreendimentos .empreendimento img{
    vertical-align: middle;
    display: block;
    object-fit: cover;
}

.empreendimentos .empreendimento .tituloContent{
    left:0;
    bottom:0;
    position: relative;
    padding: 15px 30px;
    width: 100%;
    margin: -20px;
    background-color: rgba(255, 255, 255, 1);
    transform: rotate(-5deg);
}

.empreendimentos .empreendimento .tituloContent .titulo{
    transform: rotate(5deg);
}

.empreendimentos .empreendimento:hover > .tituloContent{
    background-color: #10B9C1;
    color:#FFF;
}

.empreendimentos .empreendimento:hover > .tituloContent h2{
    color:#FFF;
}

.empreendimentos .empreendimento .tituloContent .titulo p{
    font-size:14px;
    color:inherit;
}

.empreendimentos .empreendimento .tituloContent .titulo h2{
    font-size:21px;
    color:inherit;
    margin-top: 5px;
    padding-top: 5px;
}

main .bloco{
    border-top:1px solid #CCC;
}

main .backBloc{
    background-color: #F6F6F6;
}

.content .planos{
    display: table;
    width: 100%;
    box-shadow: 2px 2px 6px rgba(0,0,0,0.2);
}

.bloco .content .planos .plano{
    padding: 50px 25px;
    display: table-cell;
    vertical-align: middle;
    width: 33%;
    color:#FFF;
}

.content .planos .plano h2{
    font-size: 24px;
    font-weight: bolder;
    text-align: center;
    color:inherit;
}

.bloco .content .planos .plano p{
    font-size: 16px;
    line-height: 28px;
    font-weight: normal;
    text-align: justify;
    color:inherit;
}

.bloco .content .planos .plus{
    background-color: #F90;
}

.bloco .content .planos .plus:hover{
    background-color: #fff0d1;
    color: #F90;
}

.bloco .content .planos .plantur{
    background-color: #18C65E;
}

.bloco .content .planos .plantur:hover{
    background-color: #D1F7ED;
    color: #18C65E;
}

.bloco .content .planos .ts{
    background-color: #10B9C1;
}

.bloco .content .planos .ts:hover{
    background-color: #D3FFFF;
    color:#10B9C1;
}

main .bloco .content h2{
    font-size: 18px;
    color: #666;
    line-height: 26px;
    margin-top: 25px;
}

main .bloco .content p{
    color: #666;
    font-size: 14px;
    line-height: 22px;
}

main .bloco .content{
    height: 100%;
}

.content .video{
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.content .video iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

main .bloco .content .btns{
    margin-top: 15px;
}

main .bloco .content .btns .btn{
    font-size: 16px;
    font-weight: bolder;
    padding: 15px 30px;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    background-color: #f90;
    color: #FFF;
}

main .bloco .content .btns .btn .material-icons{
    font-size: 40px;
}

main .bloco .content .btns .btn:hover{
    background-color: #fff0d1;
    color: #f90;
}

main .bloco .content .center{
    text-align: center;
}

main .bloco .content .left{
    text-align: left;

}

main .bloco .content .right{
    text-align: right;
}

.material-icons{
    vertical-align: middle;
    margin-right: 10px;
}


.display{
    display: flex;
}

.display .galeria{
    width: 60%;
}

.display .mapa{
    padding: 0 15px;
    width: 40%;
}

.display .mapa .origem{
    padding: 15px;
    text-align: center;
    background-color: #E8F7FF;
}

.display .mapa .origem .campo input{
    border:1px solid #CCC;
    font-size: 16px;
    padding: 10px;
    color:#666;
    width: 95%;
}

.display .mapa .origem .campo #km{
    margin: 5px;
    margin-top: 10px;
    font-size: 14px;
    font-style: italic;
    color: #10B9C1;
}

.display .mapa .origem h2{
    color: #10B9C1;
    line-height: 34px;
}

.display .mapa #map{
    height: 100%;
}



.content .tutorial {
    display: flex;
}

.tutorial .embed{
    margin: 20px;
    width: 50%;
}

.tutorial .resumo{
    width: 50%;
}

.tutorial .resumo ol{
    margin: 0;
    padding: 0;
    list-style-position: inside;
}

.tutorial .resumo ol li{
    margin: 10px 0;
}


.embed{
    width: 100%;
    position: relative;
    padding-top: 30px;
    min-height: 300px;
    overflow: hidden;
}

.embed iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 300px;
}




.simulador .valores{
    margin: 10px;
    margin-bottom: 35px;
    background-color: #FFF;
    padding:0.1px 0;
}

.simulador .valores:last-child{
    margin-bottom: 10px;
}

.simulador .form{
    background-color: #666;
    font-size: 14px;
    line-height: 22px;
    color:#FFF;
    text-align: center;
    padding:5px;
    margin: 0 15px;

}

.simulador .form form{
    display: flex;
}

.simulador .form .campo{
    margin: 5px 0;
    padding: 5px 1%;
    flex-grow: 4;
}

.simulador .form .campo label{
    display: block;
}

.simulador .form .campo select{
    border:none;
    padding: 5px 10px;
    font-size: 16px;
    font-weight: bolder;
    color:#666;
    border-radius: 5px;
    width: 100%
}

.simulador .valores .alerta{
    font-size: 14px;
    color:#900;
    margin: 15px;
    text-align: center;
    font-style: italic;
}

.simulador .valores .request{
    font-size: 14px;
    line-height: 26px;
    color:#666;
    margin: 15px;
    text-align: center;
}

.simulador .valores .request .campos{
    display: inline-block;
}

.simulador .valores .request span{
    display: inline-block;
    background-color: #F6F6F6;
    padding: 5px 15px;
    margin: 5px;
}

.simulador .valores .planos{
    display: table;
    border-spacing: 5px;
    margin: 10px 1%;
    width: 98%;
    box-shadow: none;
}

.simulador .valores .planos .plano{
    color:#FFF;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    width: 25%;
    border-radius: 10px;
}

.simulador .valores .aviso {
    margin: 15px;
    text-align: center;
    font-size: 14px;
    background-color: #f76060;
    color:#FFF;
    padding: 10px;
    font-weight: bolder;
}

.simulador .valores .aviso .displayFone{
    color:#FF0;
}

.simulador .valores .aviso .displayFone:hover{
    color:#95F78C;
}

.simulador .valores .aviso .material-icons{
    color:#FF0;
}

.simulador .valores .aviso .desconto{
    color:#FF0;
    font-size:20px;
    white-space: nowrap;
}

main .bloco .content .simulador .valores h2{
    background-color: #FFF;
    color:#f76060;
    padding: 10px;
    font-weight: bolder;
    font-size: 20px;
    text-align: center;
}

main .bloco .content .simulador .valores .obs{
    color:#f76060;
    border:none;
    font-weight: normal;
    font-size: 14px;
    text-align: center;
    display: block;
    margin: 0;
    padding: 5px;
}

.simulador .valores .plano div{
    padding: 5px;
}

.simulador .valores .economia{
    font-size: 12px;
    margin: 5px 15px;
}

.simulador .valores .valor{
    font-size: 16px;
}

.simulador .valores .valor .valorOld{
    text-decoration: line-through;
    font-size: 80%;
}

.simulador .valores .titlePromocao{
    display: none;
    background-color: #04862F;
    padding: 10px;
    color:#FFF;
    font-size: 24px;
    line-height: 38px;
    font-weight: bolder;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
}

.simulador .valores .titlePromocao .contadorPromocao{
    display: inline-block;
    margin: 10px auto;
    margin-bottom: 0;
    zoom: 0.5;
    -moz-transform: scale(0.5)
}

.simulador .valores .titlePromocao .contadorPromocao .flip-clock-label{
    display: none;
}

.simulador .promocaoRelampago .titlePromocao{
    display: block;
}

.simulador .promocaoRelampago{
    border:2px solid #04862F;
}

.simulador .valores .planos .naoAssociado{
    color: #666;
}

.simulador .valores .plus{
    background-color: #F90;
}

.simulador .valores .planos .naoAssociado .valor{
    font-size: 26px;
    font-weight: bolder;
}


.simulador .valores .planos .naoAssociado .valor b{
    font-size: 38px;
}

.simulador .valores .planos .naoAssociado .valor .sJuros{
    font-size: 16px;
}

.simulador .valores .planos .plus .economia{
    color:#f90;
    background-color: #FFF7EF;
}

.simulador .valores .planos .plantur{
    background-color: #18C65E;
}

.simulador .valores .planos .plantur .economia{
    color:#18C65E;
    background-color: #E3FFEF;
}

.simulador .valores .planos .ts{
    background-color: #10B9C1;
}

.simulador .valores .planos .ts .economia{
    color:#10B9C1;
    background-color: #E8F7FF;
}

.simulador .contato{
    background-color: #EFEFEF;
    padding: 20px;
    font-size: 24px;
    text-align: center;
    font-weight: bolder;
    margin: 4px;
}

.simulador .contato span{
    font-size: 18px;
    font-weight: normal;
}

.obs{
    border:1px solid #CCC;
    background-color: #FFF;
    padding: 15px;
    margin: 10px;
}


.sobre .politicas{
    display: table;
    border-spacing: 10px;
}

.sobre .politicas .col{
    display: table-cell;
    text-align: center;
    width: 50%;
    background-color: #F6F6F6;
    padding: 10px;
}

.sobre .politicas .entradaSaida h2{
    color:#00b6ff;
}

.sobre .politicas .cancelamento h2{
    color:#f76060;
}


.comodidades .tag{
    display: inline-block;
    margin: 15px 10px;
    font-size: 16px;
    font-weight: bolder;
    color:#FFF;
    padding: 15px;
    background-color: #00b6ff;
    border-radius: 5px;
    border:1px solid #FFF;
    box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
}


.faleConosco .linha{
    display: flex;
}

.faleConosco .linha .campo{
    margin:10px;
}

.faleConosco .linha .campo label{
    display: block;
    color:#666;
    font-size: 16px;
    font-weight: bolder;
    margin: 10px 0;
}

.faleConosco .linha .campo .text{
    box-sizing: border-box;
    width:100%;
    padding: 10px 2%;
    border: 1px solid #CCC;
    color:#666;
    font-size:18px;
}

.faleConosco .linha .campo .select{
    box-sizing: border-box;
    width:100%;
    padding: 10px 2%;
    border: 1px solid #CCC;
    color:#666;
    font-size:18px;
}

.faleConosco .linha .campo textarea{
    width:98%;
    padding: 10px 1%;
    border: 1px solid #CCC;
    color:#666;
    font-size:18px;
    line-height: 28px;
    resize: vertical;
    height: 200px;
}

.faleConosco .linha .nome{
    flex-grow: 5;
}

.faleConosco .linha .email{
    flex-grow: 3;
}

.faleConosco .linha .destino{
    flex-grow: 2;
}

.faleConosco .linha .msg{
    flex-grow: 10;
}

.faleConosco .g-recaptcha{
    margin: 15px 10px;
}

.faleConosco .btns{
    margin: 15px 10px;
}

.retornoRequest{
    font-size: 14px;
    padding: 10px;
    margin: 15px;
    text-align: center;
    line-height: 30px;
}

.messageError{
    background-color: #F7E4E4;
    color:#900;
}

.messageDone{
    background-color: #CEF7F7;
    color:#339966;
}

main .bloco .faleConosco .btns .btn{
    font-size: 18px;
    padding: 15px 25px;
    background-color: #18C65E;
    color:#FFF;
    border:none;
}

main .bloco .faleConosco .btns .btn:hover{
    background-color: #A1E5BD;
    color:#666;
}


.hoteisConveniados h3{
    font-size: 26px;
    line-height: 38px;
    color:#10B9C1;
}

.hoteisConveniados .hoteis{
    display: flex;
    flex-wrap: wrap;
    align-content: stretch;
    border-bottom:1px dashed #CCC;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.hoteisConveniados .hoteis:last-child{
    border-bottom:none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.hoteisConveniados .hotelConveniado{
    box-sizing: border-box;
    width:30%;
    padding: 10px 2%;
    margin: 10px 1%;
    vertical-align: top;
    border:1px solid #CCC;
    font-size: 14px;
    line-height: 26px;
    color:#666;
}

.hoteisConveniados .hotelConveniado .nome{
    font-size: 20px;
    line-height: 32px;
    font-weight: bolder;
}

.hoteisConveniados .hotelConveniado .cidade{
    font-size: 12px;
    line-height: 24px;
}

.hoteisConveniados .hotelConveniado .campo{
    margin-top: 10px;
    word-wrap: break-word;
}

.hoteisConveniados .hotelConveniado .campo b{
    margin-right: 5px;
}

.empresasConveniadas .empresas{
    margin: 10px 0;
    padding: 0;
    list-style-position: inside;
}

.empresasConveniadas .empresas .empresa{
    padding:10px 0;
}

.empresasConveniadas .empresas .empresa:hover{
    background-color: #F6F6F6;
    padding: 10px;
}


.bloco .content .comoAdd{
    font-size: 28px;
    line-height: 40px;
    color:#f76060;
    text-align: center;
    padding: 20px;
    padding-top: 40px;
}

.bloco .content .comoAdd b{
    white-space: nowrap;
}

footer{
    border-top:1px solid #666;
    background-color: #444;
}

footer .bloco .content{
    margin-top: 20px;
    margin-bottom: 60px;
}

footer h2{
    color:#FFF;
}

footer .newsletter{
    background-color: #10B9C1;
}

footer .newsletter h2{
    color:#FFF;
    text-align: center;
}

footer .newsletter form{
    margin: 0;
    padding: 0;
    display: table;
    width: 100%;
}

footer .newsletter form .campo{
    display: table-cell;
    padding: 10px;
    vertical-align: middle;
}

footer .newsletter form input{
    width: 96%;
}

footer .newsletter form .campo .text{
    border: 1px solid #CCC;
    padding: 10px;
    font-size: 22px;
    line-height: 32px;
    color:#999;
}

footer .newsletter form .campo .btn{
    padding: 10px;
    font-size: 18px;
    line-height: 28px;
    background-color: #666;
    color:#FFF;
    border:none;
    cursor: pointer;
}

footer .newsletter form .campo .btn:hover{
    background-color: #999;
}

footer .parceiros{
    padding: 10px;
    text-align: center;
    background-color: #FFF;
}

footer .parceiros img{
    margin: 15px;
}

footer .linha{
    margin-top: 20px;
    display: flex;
}

footer .linha .coluna{
    flex-grow: 4;
}

footer .linha .coluna:first-child{
    margin-right: 20px;
}

footer .linha .contatos{
    background-color: #FFF;
    padding: 15px;
    color:#666;
}

footer .linha .contatos h3{
    font-size: 18px;
}

footer .linha .contatos p{
    font-size: 14px;
}

footer .linha .contatos .contato{
    border-bottom: 1px dashed #CCC;
    margin-bottom: 10px;
}

footer .linha .contatos .contato:last-child{
    border-bottom: none;
    margin-bottom: 0;
}

footer .mapaSite{
    color: #FFF;
    background-color: #333;
    box-shadow: inset 0 3px 5px rgba(0,0,0,0.3);
}

footer .mapaSite .tag{
    margin-right: 2%;
    display: inline-table;
    width: 22%;
}

footer .mapaSite .tag:last-child{
    margin-right: 0;
}

footer .mapaSite .tag a{
    display: block;
    padding: 10px 0;
}

footer .mapaSite .tag a:hover{
    background-color: #FFF;
    color:#333;
    padding: 10px;
}

footer .final{
    font-size: 12px;
    line-height: 22px;
    text-align: center;
    border-top:1px solid #FFF;
    color:#FFF;
}

footer .final .content{
    margin: 0 auto;
}


.anuncio{
    margin: 20px 0;
}

.anuncio .banner{
    display: block;
    background-image: url("../imagens/webdoor/promo-aniversario-cmmc-2019.jpg");
    background-position: center;
    background-repeat: no-repeat;
}

.anuncio .banner .content{
    padding: 15px;
    background-color: rgba(0,0,0,0.5);
    box-sizing: border-box;
    text-align: center;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.3);
}

.anuncio .banner .content h1{
    color: #FF0;
}

.anuncio .banner .content p{
    color: #FFF;
    font-size: 18px;
    line-height: 28px;
}


.anuncio .banner .content p b{
    color: #FF0;
}


@media screen and (max-width: 930px) {

    .display .mapa #map{
        height: 200px;
    }
}


@media screen and (max-width: 870px) {
    .empreendimentos .empreendimento{
        width: 46%;
    }
}


@media screen and (max-width: 830px) {


    .display{
        display: block;
    }

    .display .galeria{
        width: auto;
    }

    .display .mapa{
        width: auto;
        padding: 0;
        margin-top: 35px;
    }




    .hoteisConveniados .hotelConveniado{
        width:46%;
    }


    .display .mapa #map{
        height: 300px;
    }

    footer .linha{
        display: block;
    }

    footer .linha .coluna{
        flex-grow: 4;
    }

    footer .linha .coluna:first-child{
        margin-right: 0;
    }

    footer .mapaSite .tag{
        width: 46%;
    }
}


@media screen and (max-width: 800px) {


    header .nav{
        display:block;
    }

    header .mobileNav{
        display:block;
    }

    header .mainNav{
        display:none;
    }
}

@media screen and (max-width: 750px) {
    .simulador .valores .planos{
        display: block;
    }

    .simulador .valores .planos .plano{
        display: block;
        margin: 5px;
        border-radius: 0;
        width:auto;
    }


    .contatoViaApp{
        display: block;
    }

    .contatoViaApp .bloco{
        margin:20px 15px;
        width: auto;
        display: block;
    }

    .contatoViaApp .bloco .content{
        padding: 10px;
    }

    .contatoViaApp .bloco .content h2{
        font: bolder 18px/32px  verdana;
    }

    .contatoViaApp .bloco .content p{
        font: bolder 12px/22px  verdana;
    }





    .content .tutorial {
        display: block;
    }

    .tutorial .embed{
        width: auto;
    }

    .tutorial .resumo{
        width: auto;
        margin: 20px;
    }

    .embed iframe{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        max-height: 300px;
    }


}

@media screen and (max-width: 640px) {


    .blocoWhats .content{
        width: 100%;
        max-width: 1100px;
        display: block;
    }

    .blocoWhats .content .col{
        display: block;
    }




    .wbCanal .content .hoteis h1{
        font-size: 36px;
        line-height: 47px;
    }



    .empreendimentos .empreendimento{
        width: 98%;
    }

    .empreendimentos .empreendimento img{
        width: 100%;
    }

    .empreendimentos .empreendimento .tituloContent{
        padding: 25px 30px;
        margin-top: -30px;
        margin-bottom: -30px;
    }



    main .bloco .content .planos{
        display: block;
    }

    main .bloco .content .planos .plano{
        display: block;
        width: auto;
    }







    .simulador{
        display: block;
    }

    .simulador .form form{
        display: block;
    }

    .simulador .col{
        display: block;
        width: auto;
    }




    .sobre .politicas{
        display: block;
    }

    .sobre .politicas .col{
        display: block;
        width: auto;
        margin: 10px;
    }







    .faleConosco .linha{
        display: block;
    }

    .faleConosco .linha .campo{
        margin-top: 25px;
    }





    .hoteisConveniados .hotelConveniado{
        width:96%;
    }


    footer .newsletter form{
        display: block;
    }

    footer .newsletter form .campo{
        display: block;
        width: auto;
    }

    footer .newsletter form .btn{
        text-align: center;
    }




    footer .mapaSite .tag{
        display: block;
        width: auto;
    }


    footer .mapaSite .tag{
        display: block;
        width: auto;
        margin-top: 25px;
        border-top: 1px dashed #FFF;
    }

    footer .mapaSite .tag:first-child{
        margin-top: 0px;
        border-top: none;
    }

}


@media screen and (max-width: 450px) {

    .wbCanal .content .padrao h1{
        font-size: 27px;
        line-height: 37px;
    }

    .simulador .valores .titlePromocao .contadorPromocao{
        zoom: 0.4;
        -moz-transform: scale(0.4)
    }

}
