@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900');
body {
    font-family: 'Roboto', sans-serif;
}
h1,
h2,
h3,
h4,
h5 {
    margin: 0;
}
header .logo-principal {
    background: #009D3E;
    padding: 36px 0px 40px 0px;
    position: relative;
    z-index: 9;
    height: 126px;
}

header .logo-principal img {
    height: 62px;
    width: auto;
}

header .logo-principal:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    width: 0;
    height: 0;
    border-top: 0px solid transparent;
    border-bottom: 126px solid transparent;
    border-left: 72px solid #009D3E;
    position: absolute;
    right: -82px;
    top: 0;
}
header .logo-branco {
    max-width: 80%;
}
header:before {
    content: "";
    width: 410px;
    height: 126px;
    background-color: #009D3E;
    position: absolute;
    left: 0px;
}
header:after {
    content: "";
    width: 390px;
    height: 126px;
    background-color: #53AF32;
    position: absolute;
    right: 0px;
    top: 0;
    z-index: -1;
}
header .conteudo-esq {
    background: #53AF32;
    padding: 50px 0px 50px 110px;
    margin-left: -30px;
    height: 126px;
}
header .conteudo-esq h3 {
    font-size: 27px;
    color: #fff;
    margin: 0px;
    font-weight: normal;
}
header .conteudo-esq .rede-social {
    padding: 0px;
    margin: 0;
    margin-top: -28px;
    margin-right: 0;
}
header .conteudo-esq .rede-social li {
    list-style: none;
    float: left;
    margin-left: 12px;
}
header .conteudo-esq .rede-social li a {
    text-decoration: none;
}
header .conteudo-esq .rede-social li a i {
    color: #fff;
    font-size: 25px;
}
header .conteudo-esq .rede-social li:first-child {
    margin-left: 0px;
}

#mini-banner img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.motor-reserva .formulario-reserva {
    background-color: #53AF32;
    padding: 15px 15px;
    margin-bottom: 55px;

}
.motor-reserva .formulario-reserva form .num-criancas,
.motor-reserva .formulario-reserva form .num-adultos,
.motor-reserva .formulario-reserva form .num-quartos {
    width: 100px;
    margin-right: 10px;
}
.motor-reserva .formulario-reserva form .nome-hotel {
    width: 187px;
    margin-right: 10px;
}
.motor-reserva .formulario-reserva form .nome-hotel select {
    width: 254px !important;
    font-size: 11px !important;
}
.motor-reserva .formulario-reserva form .input-group-addon {
    background: #fff;
    border-radius: 0px;
    border-top: 2px solid #d9d9d9;
    padding: 0 9px;
}
.motor-reserva .formulario-reserva form .input-group-addon i:before {
    font-size: 23px;
    color: #669966;
}
.motor-reserva .formulario-reserva form select,
.motor-reserva .formulario-reserva form input[type="text"] {
    height: 47px;
    border-top: 2px solid #d9d9d9;
    border-radius: 0px;
    font-size: 13px;
    color: #999999;
    padding: 5px;
}
.motor-reserva .formulario-reserva form .calendario {
    width: 133px;
    margin-right: 10px;
}
.motor-reserva .formulario-reserva form input[type="submit"] {
    height: 47px;
    background-color: #ff9900;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    border-radius: 0px;
    text-transform: uppercase;
    border: none;
    padding: 0px 43px;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}
.motor-reserva .formulario-reserva form input[type="submit"]:hover {
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    background-color: #ff5722;
}
.motor-reserva .formulario-reserva:before {
    content: "";
    width: 144px;
    border-top: 7px solid #ff9900;
    position: absolute;
    top: -7px;
    left: 15px;
}
.informacoes-gerais-tarifa {
    margin-top: 58px;
    margin-bottom: 104px;
}
.informacoes-gerais-tarifa .titulo-promocao {
    margin: 0px;
    font-size: 25.57px;
    color: #ff9900;
    font-weight: 500;
    margin-bottom: 20px;
    text-align: center;
}
.informacoes-gerais-tarifa p {
    font-size: 18px;
    color: #666666;
    padding-right: 93px;
    text-align: center;
}
.informacoes-gerais-tarifa .info-preco {
    border-left: 1px solid #acacac;
    padding-left: 62px;
    height: 200px;
}
.informacoes-gerais-tarifa .info-preco h2 {
    color: #53AF32;
    text-transform: uppercase;
    font-size: 24.52px;
    font-weight: bold;
}
.informacoes-gerais-tarifa .info-preco h2 span {
    color: #999999;
    font-size: 18px;
}
.informacoes-gerais-tarifa .info-preco .tarifa {
    float: left;
    width: 100%;
    margin-top: 10px;
}
.informacoes-gerais-tarifa .info-preco .tarifa .breve-texto {
    float: left;
    font-size: 16px;
    color: #53AF32;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 15px;
    padding-right: 17px;
    border-right: 1px solid #c9c9c8;
    padding: 20px 17px 20px 0px;
}
.informacoes-gerais-tarifa .info-preco .tarifa .preco {
    float: left;
    margin-top: -9px;
}
.informacoes-gerais-tarifa .info-preco .tarifa .preco h1 {
    margin: 0px;
    color: #ff9900;
    font-size: 80px;
    font-weight: 600;
    letter-spacing: -7px;
}
.informacoes-gerais-tarifa .info-preco .tarifa .preco h1 .cifrao {
    font-size: 17px;
    letter-spacing: -1px;
    position: relative;
    left: 10px;
    top: -23px;
}
.informacoes-gerais-tarifa .info-preco .tarifa .preco h1 .centavos {
    font-size: 50px;
    letter-spacing: -2px;
    position: relative;
    top: -22px;
}
.informacoes-gerais-tarifa .info-preco .tarifa .preco .info-quant-pessoa {
    font-size: 11px;
    text-transform: uppercase;
    color: #53AF32;
    font-weight: bold;
    float: right;
    margin-right: 50px;
}
.hotel {
    margin-bottom: 50px;
    padding-top: 50px;
}
.hotel .informacoes-gerais-hoteis {
    float: left;
    width: 100%;
    border: 1px solid #c2c2c1;
    margin-bottom: 47px;
}
.hotel .informacoes-gerais-hoteis .imagem-hotel {
    float: left;
    position: relative;
    width: 493px;
    height: 419px;
}
.hotel .informacoes-gerais-hoteis .imagem-hotel .logo-foto {
    position: absolute;
    bottom: 0;
    background: #53AF32;
    width: 100%;
    padding: 22px 0px;
}
.hotel .informacoes-gerais-hoteis .imagem-hotel .logo-foto img {
    display: table;
    margin: 0 auto;
    width: auto;
    height: 62px;
}
.hotel .informacoes-gerais-hoteis .info-texto-hotel {
    float: left;
    width: 645px;
    padding-top: 20px;
    background: #f8f8f8;
}
.hotel .informacoes-gerais-hoteis .info-texto-hotel .nav-tabs {
    padding-left: 57px;
}
.hotel .informacoes-gerais-hoteis .info-texto-hotel .nav-tabs li.active a {
    color: #53AF32;
    border-radius: 0px;
    border: 1px solid #b7b7b7;
    border-bottom: none;
}
.hotel .informacoes-gerais-hoteis .info-texto-hotel .nav-tabs li a {
    text-transform: uppercase;
    font-size: 15px;
    color: #999999;
    border-radius: 0px;
    border: 1px solid #d7d7d7;
    border-bottom: none;
    margin-right: 0;
}
.hotel .informacoes-gerais-hoteis .info-texto-hotel .tab-content #sobre .triangulo {
    margin-left: -35px;
    margin-right: 15px;
}
.hotel .informacoes-gerais-hoteis .info-texto-hotel .tab-content #diferenciais .triangulo {
    margin-right: 10px;
    margin-left: -29px;
}
.hotel .informacoes-gerais-hoteis .info-texto-hotel .tab-content #comodidades ul {
    padding-left: 0px;
}
.hotel .informacoes-gerais-hoteis .info-texto-hotel .tab-content #comodidades ul li {
    list-style: none;
    margin-bottom: 20px;
    font-size: 20px;
    color: #666666;
}
.hotel .informacoes-gerais-hoteis .info-texto-hotel .tab-content #comodidades ul li img {
    margin-right: 20px;
}
.hotel .informacoes-gerais-hoteis .info-texto-hotel .tab-content .tab-pane {
    color: #666666;
    font-size: 15px;
    background: #fff;
    height: 356px;
    padding: 61px 75px 75px 68px;
    overflow: scroll;
    overflow-x: hidden;
}
.hotel .informacoes-gerais-hoteis .info-texto-hotel .tab-content .tab-pane p strong {
    color: #53AF32;
}
.hotel .galeria a .foto-galeria {
    position: relative;
    float: left;
    overflow: hidden;
    margin-right: 3px;
    margin-bottom: 3px;
}
.hotel .galeria a .foto-galeria img {
    width: 282px;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    transition: all 0.2s ease-in-out;
}
.hotel .galeria a .foto-galeria i {
    position: absolute;
    left: 50%;
    margin-left: -14px;
    top: 50%;
    margin-top: -15px;
    font-size: 30px;
    color: #53AF32;
    opacity: 0;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}
.hotel .galeria a:hover {
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}
.hotel .galeria a:hover .foto-galeria img {
    opacity: 0.5;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    transform: scale(1.1);
}
.hotel .galeria a:hover .foto-galeria i {
    opacity: 1;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}
footer {
    margin-top: -6px;
}
footer.principal {
    background-color: #53AF32;
    padding: 55px 0px 107px 0px;
}
footer.principal .logo-footer img {
    width: auto;
    height: 62px;
}
footer.principal .logo-branco {
    max-width: 80%;
    width: 255px;
}
footer.principal .endereco {
    margin-top: 0;
    border-left: 1px solid #fff;
    padding-left: 80px;
    font-size: 15px;
}
footer.principal p {
    font-size: 15px;
    color: #fff;
    margin: 0px;
}
footer.footer-fixo {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999999;
    right: 0;
    background-color: #f7941d;
    padding: 10px 0px;
}
footer.footer-fixo ul {
    list-style: none;
    display: table;
    margin: 0 auto;
    padding: 0;
}
footer.footer-fixo ul li {
    float: left;
    margin-right: 70px;
}
footer.footer-fixo ul li img {
    border-radius: 35px;
    float: left;
}
footer.footer-fixo ul li p {
    float: left;
    line-height: 1.2;
    margin: 0;
    margin-top: 11px;
    margin-left: 10px;
    color: #fff;
}
footer.footer-fixo ul li p.corrigi-margem {
    margin-top: 4px !important;
}
footer.footer-fixo ul li:last-child {
    margin-right: 0px;
    cursor: pointer;
}
.carregar-conteudo {
    position: absolute;
    background: rgba(255, 255, 255, 0.8);
    width: 100%;
    z-index: 99999999999;
    height: 100%;
}
.carregar-conteudo img {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -32px;
    margin-left: -32px;
}
.modal-header {
    background: #336633;
    padding-top: 30px;
    padding-bottom: 30px;
}
.modal-header .modal-title {
    color: #fff;
    font-weight: 300;
}
.modal-body form #camposPessoal .input-group .input-group-addon {
    border-top: 2px solid #d9d9d9;
    border-radius: 0;
    background: #fff;
}
.modal-body form #camposPessoal .input-group .input-group-addon i {
    font-size: 23px;
    color: #669966;
}
.modal-body form #camposPessoal .input-group input[type="text"] {
    height: 47px;
    border-top: 2px solid #d9d9d9;
    border-radius: 0px;
    font-size: 17px;
    color: #999999;
    padding-left: 15px;
}
.modal-body form #camposPessoal textarea {
    width: 100%;
    border-radius: 0px;
    border-top: 2px solid #d9d9d9;
    box-shadow: none;
    resize: none;
}
.modal-body form .input-esq {
    width: 49%;
}
.modal-body form .input-dir {
    width: 49%;
    float: right;
}
.modal-body form button {
    height: 47px;
    background-color: #ff9900;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    border-radius: 0px;
    text-transform: uppercase;
    border: none;
    padding: 0px 43px;
    display: table;
    margin: 0 auto;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}
.modal-body form button:hover {
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    background-color: #ff5722;
}
#ui-datepicker-div {
    z-index: 99999999 !important;
}

.logo-foto img {
    max-width: 80%;
    width: 255px;
}

.logo-branco {
    width: 275px;
    /* filter: grayscale(100%) invert(100%) brightness(5.3); */
}

.idade-criancas {
    position: absolute;
    background: #f2f1f1;
    z-index: 9999999999;
    left: -100px;
    top: 80px;
    width: 320px;
    padding: 25px;
    display: none;
    -webkit-box-shadow: 0 0 20px 0 #807575;
    box-shadow: 0 0 20px 0 #807575;
}

.idade-criancas:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #f2f1f1;
    position: absolute;
    top: -20px;
    left: 50%;
    margin-left: -20px;
}

.idade-criancas h2 {
    margin: 0;
    font-size: 20px;
    margin-bottom: 20px;
    text-align: left;
    color: #f90;
}

.formulario-reserva .idade-criancas input[type="text"] {
    border-radius: 0;
    border-left: 1px solid #ccc;
    height: 40px;
    font-size: 13px;
    color: #999;
    padding: 0 5px;
}

.idade-criancas input[type="text"] {
    width: 48.1%!important;
    margin-bottom: 10px;
    margin-right: 10px;
    border-top: 2px solid #d9d9d9;
}

.idade-criancas input[type="text"]:nth-child(2n+0) {
    margin-right: 0;
}

.formulario-reserva form .btn-buscar {
    outline: none;
    background: #f90;
    width: 100%;
    text-transform: uppercase;
    color: #fff;
    font-size: 23px;
    font-weight: 700;
    border-radius: 0;
    padding: 6px 0;
    -webkit-transition: background .2s ease-in;
    -moz-transition: background .2s ease-in;
    -ms-transition: background .2s ease-in;
    -o-transition: background .2s ease-in;
    transition: background .2s ease-in;
}


.formulario-reserva form .input-group {
    border-top: 2px solid #d9d9d9;
}

.formulario-reserva form .input-group .input-group-addon {
    border-radius: 0;
    color: #696;
    background: #fff;
    width: 37px;
}

.formulario-reserva form .input-group input[type="text"], .formulario-reserva form .input-group select {
    border-radius: 0;
    border-left: 1px solid #ccc;
    height: 40px;
    font-size: 13px;
    color: #999;
    padding: 0 5px;
}

.formulario-reserva form .nome-hotel {
    width: 100%;
}

.formulario-reserva form .datas .calendario {
    float: left;
    width: 47.9%;
    margin-right: 13px;
}

.formulario-reserva form .btn-reservar .botao-reservar {
    width: 100%;
    background: #f7941d;
    border: none;
    text-transform: uppercase;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    border-radius: 0;
    padding: 10px;
}

.formulario-reserva form .btn-reservar .botao-reservar:hover {
    background: #ee870b;
}

.formulario-reserva form .info-hospedagem .input-group {
    width: 29.9%;
    margin-right: 12px;
}

.formulario-reserva form .info-hospedagem .input-group:last-child {
    margin-right: 0px;
}

.formulario-reserva form .datas .calendario:last-child{
    margin-right: 0px;
}

.formulario-reserva h1 {
    margin: 0;
    text-transform: uppercase;
    font-size: 21px;
    color: #f90;
    font-weight: 700;
    margin-bottom: 26px;
}

.lista-hoteis {
    margin-bottom: 50px;
}

.lista-hoteis ul {
    padding-left: 0px;
    margin-bottom: 0px;
    display: table;
    margin: 0 auto;
}

.lista-hoteis ul li {
    list-style: none;
    float: left;
    margin-right: 20px;
}

.lista-hoteis ul li:last-child {
    margin-right: 0px;
}

.lista-hoteis ul li button {
    background: #f7941d;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 0px;
    height: 85px;
    white-space: normal;
    width: 218px;
    outline: none;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

.lista-hoteis ul li button:hover, .lista-hoteis ul li button:focus {
    background: #ee870b;
    color: #fff;
    outline: none !important;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

.lista-hoteis ul li button:hover, .lista-hoteis ul li.active button {
    border: 2px solid #f7941d;
    background: transparent;
    color: #f7941d;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

.lista-hoteis h1 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    color: #f7941d;
    margin-bottom: 30px;
}



#ouro ul li, #prata ul li, #bronze ul li {
    list-style: none;
    font-size: 16px;
    margin-bottom: 10px;
}

h3.hreg {
    font-size: 14pt;
}

li.reg {
    font-size: 10pt !important;
}

li.whatsapp img{
	width: 39px;
}

