#navbarSupportedContent{
    z-index: 1000;
    background-color: #fff;
    padding: 8px 15px;
    border-radius: 8px;
}


.home {
    background: #f8f8f8;
    font-family: 'Raleway', sans-serif;
}

.bg-home {
    background: url('../images/banner-home.jpg') no-repeat center center;
    background-size: cover;
    height: 452px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.covid-alert{
   position:relative;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #0540d3;
    color: #fff;
}

.covid-alert p{
    margin: 0;
    font-weight: bold;
}

.covid-alert p a{
    color: #fff;
    text-decoration: underline;
}

.swiper-paginationTop {
    bottom: 16%!important;
}


.chamada .txt01 {
    color: #fff;
    /* font-size: 80px; */
    font-size: 4rem;
    font-weight: 700;
    text-align: center;
    margin: 0 0 15px 0;
    text-shadow: 1px 1px 1px #000;
}

.chamada .txt02 {
    color: #fff;
    /* font-size: 32px; */
    font-size: 1.6rem;
    font-weight: 600;
    text-align: center;
    margin: 0;
    text-shadow: 1px 1px 1px #000;
}

.container-motor-mobile {
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    height: 100%;
    width:100%;
    overflow: auto;
    display: none;
}
.fake-motor{
    border-radius: 40px;
    display: flex;
    justify-content: space-around;
    font-size: 21px;
    flex-direction: row;
    height: 60px;
    width: 90%;
    box-shadow: 1px 0px 5px 0px rgb(0 0 0 / 20%);
    position: absolute;
    left: 50%;
    top: 522px;
    margin-left: -45%;
    z-index: 800;
    background: #fff;
    align-items: center;
    padding: 0 30px;
}
.container-motor-mobile .btn-fecha-motor-mobile {
    color: #ff0845 !important;
    font-weight: 700;
    font-size: 20px;
    position: absolute;
    right: 20px;
    top: 15px;
    font-family: 'Roboto', sans-serif;
    cursor: pointer;
}
.container-motor-mobile h2 {
    position: relative;
    top: 200px;
    font-size: 32px;
}
.container-motor-mobile iframe{
    position: absolute;
    top: 250px;
    width: 100%;
    background: transparent;
    position: absolute;
    z-index: 1000;
    height: 100%;
}
iframe.motor-iframe{
    width: 100%;
    background: transparent;
    position: absolute;
    top: 522px;
    z-index: 1000;
    height:250px;
}


/* sessão de destaque de hotéis */


.destaque h2 {
    color: #333;
    font-size: 48px;
    /* font-size: 2rem; */
    font-weight: 700;
}

.container-hotel-destaque {
    margin-bottom: 40px;
    max-width: 90%;
    padding-left: 0;
    margin: 0 auto;
}

.destaque.pl-md-5, .container-hotel-destaque .pl-md-5 {
    padding-left: 0!important;
}

.box-hotel-destaque {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 24px;
    border-bottom-left-radius: 8px;
    background: #fff;
}

.box-hotel-destaque .hotel-image {
    position: relative;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    background-size: cover !important;
    min-height: 200px;
}

.box-hotel-destaque .hotel-image .hotel-rate {
    position: absolute;
    top: 20px;
    left: 24px;
    background: #27ae61;
    color: #fff;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    padding: 10px;
    border-radius: 10px;
}

.box-hotel-destaque .hotel-image .hotel-noites {
    position: absolute;
    top: 25px;
    right: 24px;
    background: #333;
    color: #fff;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    padding: 8px 10px;
    border-radius: 8px;
}

.box-hotel-destaque .hotel-info {
    padding: 20px 25px 35px 25px;
    
}

.box-hotel-destaque .hotel-info .info-wrapper {
    min-height: 88px;
    max-height: 88px;
}

.box-hotel-destaque .hotel-info p {
    margin: 0;
}

.panel .hospedes {
    font-size: 15px;
}

.box-hotel-destaque .hotel-info hr {
    background:#828282;
    height: 2px;
    border: 0;
    margin: 20px 0;
}

.box-hotel-destaque .hotel-info .hotel-name {
    color: #333;
    font-size: 28px;
    font-weight: 600;
}

.box-hotel-destaque .hotel-info .hotel-location {
    color: #333;
    font-size: 16px;
    font-weight: 400;
    min-height: 30px;
}

.box-hotel-destaque .hotel-info .hotel-cost {
    color: #333;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
}

.box-hotel-destaque .hotel-info .hotel-cost .hotel-diarias {
    color: #f15a24;
    font-size: 26px;
    font-weight: 600;
    margin-top: 0;
    line-height: 1.3;
}

.hotel-info .txt-plano span {
    font-weight: bold;
}

.hotel-info .hospedes {
    padding-top: 0;
    min-height: 80px;
}

.hotel-info .hospedes span {
    font-weight: bold;
    color: #f15a24;
}

.hotel-info .aviso-pagamento-adicional {
    font-size: 12px;
    font-style: italic;
}

.box-hotel-destaque .hotel-info .hotel-cost .hotel-diarias small {
    font-size: 21px;
    vertical-align: text-top;
}

.box-hotel-destaque .hotel-info .hotel-cost .hotel-info-adicional {
    color: #828282;
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    margin-top: 10px;
}

.box-hotel-destaque .hotel-info .hotel-cost .aviso-condicoes {
    font-size: 12px;
}

/* .box-hotel-destaque .hotel-info .hotel-cost .cont-hotel-cost {
    min-height: 218px;
} */

.box-hotel-destaque .hotel-info .hotel-cost .line-across {
    background: #e4e4e4;
    height: 1px;
    width: 100%;
    margin: 30px 0 20px 0;
    position: relative;
}

.box-hotel-destaque .hotel-info .hotel-cost .line-across p {
    color: #333;
    font-size: 16px;
    font-weight: 400;
    background: #fff;
    position: absolute;
    left: 50%;
    top: -11px;
    margin-left: -25px;
    padding: 0 15px;
}

.box-hotel-destaque .hotel-info .btn-quero-assinar {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    border: 0;
    background: #f90c51;
    border-radius: 60px;
    padding: 18px 24px;
    height: 56px;
    width: 148px;
}

.box-hotel-destaque .hotel-info .btn-explorar {
    color: #828282;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

.container-hotel-destaque .informacao-rodape-hoteis {
    color: #333;
    font-family: 'Roboto', sans-serif;
}


/* sessão de vantagens */
.container-vantagens {
    /* background: url('../images/bg-vantagens.jpg') no-repeat 0 0 #fff; */
    /* background: linear-gradient(to right, #000 0%,#000 50%,#fff 0%,#fff 100%); */
    background: #fff;
    /* height: 1036px; */
    /* height: 1011px; */
    /* margin-bottom: 24px; */
}
.box-conteudo {
    background: url('../images/banner-home-middle.jpg') center center no-repeat;
    background-size: cover;
    height: 100%;
}

.vantagens-info {
    background: #fff;
    padding-top: 30px;
    padding-bottom: 20px;
    padding-left: 100px;
    /* padding-right: 40px; */
}

.vantagens-info h2, h3 {
    color: #333;
    font-size: 38px;
    font-weight: 700;
    margin: 0;
    margin-bottom: 20px;
}

.vantagens-info h3{
    color:#0540D3;
    line-height: 27px;
    font-size: 32px;
    font-weight: 500
}

.vantagens-info h4 {
    font-size: 25px;
}

.vantagens-info p
{
    font-size:.9em;
    margin-bottom: 0;
}

.vantagens-info .vantagens-single{
    border: 1px solid #828282;
    border-radius: 5px;
    padding: 5px 15px;
    display: flex;
    align-items: center;
    margin-bottom: 10px !important;
    position: relative;
}

.vantagens-info .vantagens-single h4{
    color: #0540d3;
    display: flex;
    margin: 0;
}

.vantagens-info img{
    height: 30px !important;
    width: 30px !important;
    padding: 5px;
    border: 1px solid #828282;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vantagens-single div {
    padding-left: 20px;
}

.container-vantagens .col-lg-6.px-0 {
    padding-left: 30px!important;
}

/* .vantagens-info .box-vantagens {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 24px;
    border-bottom-left-radius: 8px;
    border: solid 1px #828282;
    padding: 20px 25px;
    margin-bottom: 15px;
}

.vantagens-info .box-vantagens h3 {
    color: #0540d3;
    font-size: 24px;
    font-weight: 600;
    margin: 0;
    margin-bottom: 15px;
}

.vantagens-info .box-vantagens ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.vantagens-info .box-vantagens ul li {
    color: #333;
    font-size: 16px;
    font-weight: 600;
    padding: 5px 0;
    display: flex;
    align-items: center;
}
.vantagens-info .box-vantagens ul li i {
    margin-right: 10px;
    font-size: 20px;
}
.vantagens-info .box-vantagens ul li img {
    margin-right: 5px;
    position: relative;
    top: 4px;
} */

/* banner de marcação */
.banner-marcacao {
    background: #333;
    background-position: center center;
    background-size: cover;
    margin: 20px 0;
    position:relative;
}



/* sessão de planos */
.planos {
    background: #002B97;
    padding: 40px 0;
}

.planos .col-12.col-xl-12.pl-md-5.pt-5.pt-lg-0.pr-lg-0 {
    max-width: 90%;
    margin: 0 auto;
}

.planos .pl-md-5, .planos .px-md-5 {
    padding-left: 0!important;
}

.planos h2 {
    color: #fff;
    font-size: 38px;
    font-weight: 700;
    margin: 0;
    margin-bottom: 40px;
}

.planos .seletor-planos {
    display: flex;
    flex-direction: row;
    /* justify-content: space-around; */
    /* justify-content: space-between; */
}

.seletor-planos button {
    background: transparent;
    border-radius: 100px;
    border: solid 1px #fff;
    padding: 15px 14px;
    height: 54px;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    cursor: pointer;
}

.seletor-planos button i {
    margin-right: 5px;
}

.seletor-planos button.selected-gold {
    background: #fff;
    color: #002B97;
}
.seletor-planos button.selected-superior {
    background: #fff;
    color: #662D91;
}

.card-planos {
    background: #fff;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 40px;
    padding: 24px 35px;
    /* display: flex;
    flex-direction: column; */
    height: 100%;
}
.card-gold, .card-superior {
    display: flex;
    flex-direction: column;
}
.card-planos i {
    font-size: 30px;
}
.card-planos h3 {
    color: #333;
    font-size: 38px;
    font-weight: 700;
    margin: 0;
    line-height: 38px;
}
.card-planos small {
    color: #333;
    font-size: 16px;
    font-weight: 400;
}
.card-planos span.preco {
    color: #333;
    font-size: 32px;
    font-weight: 600;
    line-height: 32px;
}
.card-planos .controls {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
}
.card-planos hr {
    background: #e4e4e4;
    width: 100%;
    height: 1px;
    border: none;
}
.card-planos .card-description {
    color: #828282;
    font-size: 16px;
    font-weight: 400;
}
.controls button.assine-ja {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    border: 0;
    background-color: #f90c51;
    border-radius: 60px;
    padding: 18px 24px;
    height: 56px;
}
.controls a {
    color: #333;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    display: flex;
    align-items: center;
}
.controls a:hover {
    text-decoration: none;
}
.controls a i{
    font-size: 14px;
}
.card-plano-detalhes {
    border-radius: 8px;
    background: #fff;
    min-height: 533px;
    height: 100%;
}
.card-plano-detalhes .box-foto {
    position: relative;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    background-size: cover !important;
    min-height: 344px;
}
.card-plano-detalhes .box-foto img {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.card-plano-detalhes .box-foto .box-icone {
    position: absolute;
    top: 80%;
    left: 5%;
    filter: brightness(0) invert(1);
}

.card-plano-detalhes .box-foto #icon-card-05.icon-black {
    filter: brightness(0);
}

.card-plano-detalhes .box-description {
    display: flex;
    flex-direction: column;
    padding: 25px;
}
.card-plano-detalhes .box-description .titulo {
    color: #0540d3;
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
}
.card-plano-detalhes .box-description .txt {
    color: #828282;
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
}

.card-plano-detalhes #box-foto-01.box-foto.bg-plano-superior {
    background-image: url(../images/07-diarias.jpg)!important;
}

.card-plano-detalhes #box-foto-02.box-foto.bg-plano-superior {
    background-image: url(../images/02-pessoas.jpg)!important;
}

.card-plano-detalhes #box-foto-03.box-foto.bg-plano-superior {
    background-image: url(../images/24-meses.jpg)!important;
}

.card-plano-detalhes #box-foto-04.box-foto.bg-plano-superior {
    background-image: url(../images/all-inclusive.jpg)!important;
}

.card-plano-detalhes #box-foto-05.box-foto.bg-plano-superior {
    background-image: url(../images/point-black.jpg)!important;
}

#card-plano-detalhes-06.swiper-slide.hide-card-plano {
    display: none!important;
}


/* sessão o que a rdc oferece */
.rdc-oferece {
    padding: 40px 0;
    max-width: 90%;
    margin: 0 auto;
}
.rdc-oferece h3 {
    color: #333;
    font-size: 48px;
    font-weight: 700;
    line-height: 57px;
}
.rdc-oferece h4 {
    color: #828282;
    font-size: 32px;
    font-weight: 600;
    line-height: 38px;
}

.rdc-oferece .col-12.pl-4.col-xl-12.mt-4 {
    margin-top: 0!important;
    padding-left: 0!important;
}

.rdc-oferece .mt-4 .pl-md-5, .px-md-5 {
    padding-left: 0!important;
}

.card-rdc-oferece {
    background: #fff;
    border-radius: 8px;
    min-height: 460px;
}
.card-rdc-oferece .box-foto {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    background-size: cover !important;
    min-height: 250px;
}
.card-rdc-oferece .box-foto .box-icone {
    position: absolute;
    top: 39%;
    left: 5%;
    filter: brightness(0) invert(1);
}
.card-rdc-oferece .box-description {
    background: #fff;
    border-radius: 8px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    position: relative;
    top: -10px;
}
.card-rdc-oferece .box-description .titulo {
    color: #333!important;
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
}
.box-description .txt {
    color: #828282;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
}

/* sessão dicas e sugestões */
.dicas {
    /* background: url('../images/banner-newsletter.png') no-repeat left center #fff; */
    background-color: #fff;
    background-size: 90%;
    background-color: #fff;
    /* height: 407px; */
    width: 100%;
    padding: 50px 0;
}
/* .dicas h2 {
    color: #fff;
    font-size: 48px;
    font-weight: 700;
    line-height: 57px;
} */
/* .dicas i {
    color: #fff;
    font-size: 40px;
} */
.box-descritivo-dicas {
    display: flex;
    justify-content: center;
    flex-direction: column;
    /* height: 407px; */
    background-size: cover;
}
.box-formulario {
    /* background: url('../images/bg-dicas.png') no-repeat left center; */
    /* background: #fff; */
    /* opacity: 0.15; */
    border-top-left-radius: 80px;
    /* height: 407px; */
}
.box-formulario form {
    display: flex;
    justify-content: center;
    flex-direction: column;
    /* height: 407px; */
    /* padding-left: 130px; */
}
.box-formulario form input {
    background: transparent;
    border:none;
    border-radius: 0;
    box-shadow: none;
    border-bottom: solid 1px #333;
    outline: none;
    color: #333;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    width: 100%;
}
input[type="text"]::placeholder { /* Firefox, Chrome, Opera */
    color: #333;
}
input[type="text"]:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #333;
}
input[type="text"]::-ms-input-placeholder { /* Microsoft Edge */
    color: #333;
}


.box-formulario form input:focus {
    background: transparent;
}
.box-formulario form .btn-dicas {
    padding: 18px 24px;
    background: transparent;
    color: #333;
    font-size: 16px;
    font-weight: 500;
    border: solid 1px #333;
    border-radius: 60px;
}

/* Acordeon Hotéis em Destaque */
.accordion {
    color: #0540D3;
    cursor: pointer;
    padding: 10px 0;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

.accordion .fa-chevron-up:before {
    display: none;
}

.accordion.active span {
    display: none;
}

.accordion.active:before {
    content: 'Ver menos detalhes';
}

.accordion.active .fa-chevron-down:before {
    display: none;
}

.accordion.active .fa-chevron-up:before {
    display: block;
}

.accordion.active .fa-chevron-up {
    margin-left: 0!important;
}
  
  
.panel { 
    margin-top: 0;
    margin-bottom: 40px;
    padding: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out;
}

@media screen and (min-width: 600px){
    .box-hotel-destaque{
        margin-bottom: 40px !important;
    }
}

@media (min-width: 992px) {
    .box-hotel-destaque .hotel-info .hotel-name {
        font-size: 20px!important;
    }
}

@media (min-width: 1200px) {
    .box-hotel-destaque .hotel-info .hotel-name {
        font-size: 18px!important;
        line-height: 1.1;
    }
}

@media (max-width: 1600px) {
    .banner-promocional {
        height: 360px!important;
        background-size: cover!important;
    }
}

@media (max-width: 1440px) {
    .banner-promocional {
        height: 300px!important;
        background-size: cover!important;
    }
    button {
        padding: 12px !important;
    }
}

@media (max-width: 1024px) {
    .banner-promocional {
        height: 240px!important;
        background-size: cover!important;
    }
}

@media (max-width: 768px) {
    .banner-promocional {
        height: 180px!important;
        background-size: cover!important;
    }
}

@media screen and (max-width: 600px) {
    .banner-marcacao .banner-promocional {
        background-size: cover!important;
        height: 830px!important;
    }
    .container-hotel-destaque .swiper1 .swiper-pagination {
        position: relative;
        bottom: 30px;
    }
}

@media screen and (max-width: 480px) {
    .box-hotel-destaque .hotel-info {
        padding: 20px 14px 70px 14px;
    }
    .vantagens-single h4 {
        font-size: 20px;
    }
    .vantagens-info p {
        text-align: left;
        margin-top: 2px;
    }
    .chamada .txt01 {
        font-size: 3rem;
    }
    .container-hotel-destaque .informacao-rodape-hoteis {
        padding-top: 20px;
    }
    .box-hotel-destaque .hotel-image {
        min-height: 220px;
    }
    .box-hotel-destaque .hotel-info .hotel-name {
        font-size: 23px;
        line-height: 1.1;
    }
    .box-hotel-destaque .hotel-info .hotel-cost .hotel-diarias {
        font-size: 28px;
    }
    .box-hotel-destaque .hotel-info .info-wrapper {
        min-height: 80px;
        max-height: 80px;
    }
    /* .box-hotel-destaque .hotel-info .hotel-cost .cont-hotel-cost {
        min-height: 210px;
    } */
    /* .box-hotel-destaque .hotel-info .hotel-cost {
        min-height: 264px;;
    } */
    .container-hotel-destaque {
        margin-bottom: 40px;
    }
    /* h2 {
        font-size: 34px!important;
        line-height: 1.3!important;
    }
    h3 {
        font-size: 30px!important;
        line-height: 1.3!important;
    } */
    .vantagens-info p {
        margin-bottom: 10px;
    }
    .planos {
        padding-top: 0px;
        padding-bottom: 40px;
    }
    .rdc-oferece {
        padding: 40px 0;
    }
    .rdc-oferece h4 {
        font-size: 24px;
        line-height: 32px;
    }
    .blog {
        padding: 40px 0;
    }
    .blog {
        max-width: 90%!important;
        margin: 0 auto;
    }
    .blog .pl-md-5, .blog .px-md-5 {
        padding-left: 0!important;
    }
    .menu-footer li.destaque.mb-2 {
        margin-bottom: 0!important;
    }
    .menu-footer .col-12.col-lg-3 {
        margin-bottom: 20px;
    }
    .blog .pt-5 {
        padding-top: 1rem!important;
    }
    .banner-marcacao .banner-promocional {
        background-size: cover!important;
        height: 600px!important;
    }
    .banner-marcacao .swiper-container-horizontal>.swiper-pagination-bullets {
        bottom: 24px;
    }
    .planos .seletor-planos button {
        padding: 15px 12px !important;
    }
    .vantagens-info.px-4.px-lg-5 {
        padding-left: 5px!important;
        padding-right: 20px!important;
    }
    .card-blog .box-description span {
        font-size: 23px;
        line-height: 28px;
    }
    .form-group {
        margin-top: 2rem;
    }

    .controls button.assine-ja {
        display: flex;
        align-items: center;
        margin-right: 20px;
    }
}

@media screen and (max-width: 360px) {
    .chamada .txt01 {
        font-size: 2.5rem;
    }
    .vantagens-single h4 {
        font-size: 18px;
    }
    .planos .seletor-planos button {
        padding: 15px 8px !important;
    }
    .banner-marcacao .banner-promocional {
        height: 512px!important;
    }
    .swiper-paginationTop {
        bottom: 14%!important;
    }
}

@media screen and (max-width: 320px) {
    .planos .seletor-planos button {
        font-size: 13px !important;
        padding: 15px 10px !important;
    }
    .banner-marcacao #banner-promocional-01 {
        height: 484px!important;
    }
    .chamada .txt01 {
        font-size: 2rem;
    }
    .chamada .txt02 {
        font-size: 1.2rem;
    }
    .container-hotel-destaque .swiper-pagination {
        bottom: 0;
        margin-bottom: -30px;
    }
    .card-planos {
        padding: 24px 20px;
    }
    .form-group {
        margin-bottom: 0;
        margin-top: 20px;
    }
}