* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

.btn-whats {
    background-image: url(../img/whatsapp.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 60px;
    height: 60px;
    position: fixed;
    bottom: 65px;
    right: 15px;
    z-index: 999;
}

.banner {
    position: relative;
    width: 100%;
    height: 570px;
    display: flex;
    align-items: end;
    justify-content: center;
}

.banner_slider {
    box-sizing: border-box;
    position: absolute;
    width: 100%;
    overflow: hidden;
    z-index: -999;
}

.banner_slider ul{
    display: flex;
    animation: cambio 20s infinite alternate linear;
    width: 600%;
}
.banner_slider li{
    width: 100%;
    list-style: none;
    overflow: hidden;
    display: flex;
    justify-content: center;
}
.banner_slider img{
    width: auto;
    height: 100%;
}

@keyframes cambio {
    0% { margin-left: 0; }
    14% { margin-left: 0; }
    
    17% { margin-left: -100%; }
    30% { margin-left: -100%; }
    
    33% { margin-left: -200%; }
    50% { margin-left: -200%; }
    
    53% { margin-left: -300%; }
    66% { margin-left: -300%; }
    
    69% { margin-left: -400%; }
    83% { margin-left: -400%; }

    86% { margin-left: -500%; }
    100% { margin-left: -500%; }
}



.banner .banner_titule {
    width: 85%;
    height: auto;
    position: absolute;
    margin-bottom: -45px;
}

.banner h1 {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    color: #FFF;
    font-size: calc(35px + 0.5vw);
}

.rectangle_yellow {
    background-color: #FCD142;
    width: 100%;
    height: 60px;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}

.rectangle_yellow a {
    text-decoration-line: none;
    background-color: #3C6C76;
    width: 35%;
    height: 35px;
    text-align: center;
    font-family: Montserrat;
    font-weight: 500;
    font-style: normal;
    color: #FCD142;
    font-size: 14px;
    border-radius: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.rectangle_yellow p {
    width: 55%;
    height: auto;
    color: #3C6C76;
    text-align: left;
    font-family: Montserrat;
    font-weight: 500;
    font-size: calc(11px + 0.5vw);
    padding-right: 20px;
}

.aboutus {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 75px;
}

.aboutus .imgAboutus {
    width: 90%;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.imgAboutus img {
    width: 100%;
    height: auto;
    max-width: 400px;
}

.aboutus .tituleAboutus {
    width: 90%;
    height: 330px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.tituleAboutus h1 {
    width: 100%;
    height: auto;
    font-family: Montserrat;
    font-weight: 500;
    font-style: normal;
    font-size: calc(31px + 0.5vw);
}

.Titule_pt1 {
    color: #3C6C76;
}

.Titule_pt2 {
    color: #FCD142;
}

.tituleAboutus p{
    width: 100%;
    height: auto;
    font-family: Montserrat;
    font-weight: 400;
    font-style: normal;
    color: #000;
    font-size: calc(11px + 1vw);
    text-align: left;
}

.tituleAboutus span {
    font-weight: bolder;
}

.rooms {
    width: 100%;
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 15px;
    margin-bottom: 40px;
}

.rooms .tituleRooms {
    width: 90%;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tituleRooms h1 {
    color: #3C6C76;
    width: 100%;
    height: auto;
    font-family: Montserrat;
    font-weight: 600;
    letter-spacing: 6px;
    font-style: normal;
    font-size: calc(31px + 0.5vw);
    text-align: center;
}

.rooms .carruselRooms {
    width: 90%;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow: auto;
}

.carruselRooms a {
    text-decoration-line: none;
}

.carruselRooms::-webkit-scrollbar {
    width: 2px;
}

.carruselRooms::-webkit-scrollbar-thumb {
    background-color: transparent;
    border-radius: 1px;
}

.elemento {
    flex: 1 0 auto;
    margin: 0 10px;
    width: 330px;
    height: 330px;
    display: flex;
    align-items: end;
}

#KanImg {
    background-image: url(../img/CarruselKan.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: -10px;
}

#BooxImg {
    background-image: url(../img/CarruselBoox.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#YaaxImg {
    background-image: url(../img/CarruselYaaxStudio.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#ChojImg {
    background-image: url(../img/CarruselChoj.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.etiquetaRooms {
    background-color: #FCD142;
    width: 65%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #3C6C76;
    font-family: Montserrat;
    font-weight: bolder;
    font-size: calc(18px + 1vw);
    text-align: center;
}

#btnBoox {
    background-color: #121012;
    color: #FFF;
}

#btnYaax {
    background-color: #3E9B1F;
    color: #FFF;
}

#btnChoj {
    background-color: #0177C0;
    color: #FFF;
}

.rooms .marcaRooms {
    width: 100%;
    height: 200px;
    position: absolute;
    margin-top: 107px;
    overflow: hidden;
    z-index: -9999;
}

.marcaRooms img {
    width: auto;
    height: 100%;
    object-fit: cover;
}

.experience {
    background-image: url(../img/marcaexperience.png);
    width: 100%;
    height: 2150px;
    display: flex;
    justify-content: center;
    align-content: flex-start;
    flex-wrap: wrap;
    padding-top: 15px;
}

.containerCExper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.containerCardsExpe {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.experience .tituleExperience {
    width: 90%;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 35px;
}

.tituleExperience h1 {
    color: #3C6C76;
    width: 100%;
    height: auto;
    font-family: Montserrat;
    font-weight: 600;
    letter-spacing: 6px;
    font-style: normal;
    font-size: calc(34px + 0.5vw);
    text-align: center;
}

.imgExperience {
    width: 90%;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    overflow: hidden;
}

.imgExperience img {
    width: 100%;
    height: auto;
}

.textImgExperience {
    width: 90%;
    height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
    flex-wrap: wrap;
    padding: 0 15px;
}

.tituleImgExperience {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.bodyTextExperience {
    display: flex;
    align-items: center;
    justify-content: center;
}

.textImgExperience h1 {
    color: #3C6C76;
    width: 100%;
    height: auto;
    font-family: Montserrat;
    font-weight: 400;
    font-style: normal;
    font-size: calc(25px + 1vw);
    text-align: center;
}

.textImgExperience p {
    width: 75%;
    height: auto;
    font-family: Montserrat;
    font-weight: 400;
    font-style: normal;
    color: #000;
    font-size: calc(11px + 1vw);
    text-align: center;
}

.guests {
    width: 100%;
    height: 930px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    overflow: hidden;
}

#marcaGuests {
    width: 100%;
    height: auto;
    position: absolute;
    margin-top: -30px;
}

#tituleGuests {
    color: #FFF;
    width: 100%;
    height: auto;
    position: absolute;
    margin-top: 150px;
    font-family: Montserrat;
    font-weight: 600;
    letter-spacing: 6px;
    font-style: normal;
    font-size: calc(37px + 0.5vw);
    text-align: center;
}

.containerImgGuests {
    width: 100%;
    height: 600px;
}

.containerImgGuests img {
    width: auto;
    height: 100%;
}

.carruselGuests {
    width: 90%;
    height: 550px;
    margin-top: -350px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    overflow: auto;
}

.carruselGuests::-webkit-scrollbar {
    width: 2px;
}

.carruselGuests::-webkit-scrollbar-thumb {
    background-color: transparent;
    border-radius: 1px;
}

.cardsGuests {
    flex: 1 0 auto;
    width: 300px;
    height: 500px;
    margin: 10px;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
}

.imgCardsGuests {
    width: 100%;
    height: 35%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#imgCard01 {
    background-image: url(../img/imgGuests01-max551.png);
}

#imgCard02 {
    background-image: url(../img/imgGuests02-max551.png);
}

#imgCard03 {
    background-image: url(../img/imgTestMarcela.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bodyTextCardsGuests {
    background-color: #FFF;
    width: 100%;
    height: 65%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-direction: column;
    padding: 0 10px;
}

.gestorGuests {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 30px;
    height: 30px;
    margin-top: 15px;
}

#Gestor01 {
    background-image: url(../img/iconGestorGuests.png);
}

#Gestor02 {
    background-image: url(../img/iconGestorGuests2.png);
}

#Gestor03 {
    background-image: url(../img/iconGestorGuests3.png);
}

#fiveStars {
    background-image: url(../img/fiveStars.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 30%;
    height: 10%;
}

.desCardGuests {
    width: 100%;
    height: 80%;
}

.desCardGuests h3 {
    color: #3C6C76;
    font-family: Montserrat;
    font-size: calc(25px + 1vw);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 10px;
}

.desCardGuests p {
    color: #000;
    font-family: Montserrat;
    font-size: calc(11px + 0.5vw);
    font-style: normal;
    font-weight:300;
    line-height: normal;
    text-align: left;
}

.marcaBottomGuests {
    width: 100%;
    height: 150px;
    display: flex;
    align-items: center;
    overflow: hidden;
    position: absolute;
    margin-top: 720px;
    z-index: -999;
}

.marcaBottomGuests img {
    width: 150%;
    height: auto;
}

.community {
    width: 100%;
    height: 930px;
    display: flex;
    justify-content: center;
    align-content: flex-start;
    flex-direction: column;
}

.imgCommunity {
    width: 100%;
    height: 470px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.imgCommunity img {
    width: auto;
    height: 100%;
}

.textCommunity {
    background-color: #FCD142;
    width: 100%;
    height: 460px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    align-content: flex-start;
    padding: 15px 0px;
}

.tituleCommunity {
    width: 90%;
    height: 95px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.tituleCommunity h1 {
    width: 100%;
    height: auto;
    font-family: Montserrat;
    font-weight: bold;
    font-style: normal;
    font-size: calc(25px + 1vw);
    color: #3C6C76;
    letter-spacing: 6px;
    margin: 20px 0;
}

.bodyCommunity {
    width: 90%;
    height: 240px;
}

.bodyCommunity p {
    font-family: Montserrat;
    font-weight: 400;
    font-style: normal;
    color: #000;
    font-size: calc(11px + 1vw);
    text-align: left;
}

#txtBlackCommunity {
    font-weight: bold;
}

.iconCommunity {
    width: 90%;
    height: 55px;
    display: flex;
    justify-content: end;
    margin-top: -15px;
}

.iconCommunity img {
    width: auto;
    height: 100%;
}

.booking {
    width: 100%;
    height: 510px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.textBooking {
    background-color: #273B7D;
    width: 100%;
    height: 350px;
    padding: 32px 24px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: nowrap;
}

.tituleBooking {
    width: 70%;
    height: 90%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.tituleBooking .menssajeShorts {
    font-weight: 400;
    font-size: 5vw;
    margin-top: 0;
}

.textBooking #menssajeTraveller {
    font-family: Montserrat;
    color: #FFF;
    font-weight: 400;
    font-size: 3vw;
}

.tituleBooking p {
    font-family: Montserrat;
    font-weight: 700;
    font-style: normal;
    color: #FFF;
    font-size: 9vw;
    text-align: start;
    margin-top: 10px;
}

#containerTraveller {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items:flex-start;
}

#containerTraveller img {
    width: 50%;
    height: auto;
    margin-top: 50px;
}

.iconBooking {
    width: 30%;
    height: 100px;
    display: flex;
    justify-content: flex-end;
}

.iconBooking img {
    width: auto;
    height: 100%;
}

.bookingComplement {
    background-color: #FFF;
    width: 100%;
    height: 160px;
    display: flex;
    justify-content: center;
}

.textBookingComplement {
    width: 90%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
}

.textBookingComplement p {
    width: 80%;
    height: auto;
    color: #3C6C76;
    font-family: Montserrat;
    font-weight: 600;
    font-style: normal;
    font-size: calc(14px + 0.5vw);   
    text-align: center;
}

.textBookingComplement span{
    color: #FCD142;
}

.marcaComplement {
    width: 80%;
    height: 55px;
    position: absolute;
    margin-top: 500px;
    display: flex;
    justify-content: center;
}

.marcaComplement img {
    width: auto;
    height: 100%;
}

@media screen and (min-width:455px) {
    #imgExpTours {
        content: url(../img/imgTours-max550.png);
    }

    #imgExpAlo {
        content: url(../img/imgAlojamiento-max550.png);
    }

    #imgExpReu {
        content: url(../img/imgReunion-max550.png);
    }
}

@media screen and (min-width:551px) {
    .banner {
        height: 350px;
    }

    .banner .banner_titule {
        margin-bottom: -40px;
    }
    
    .banner h1 {
        font-size: calc(40px + 0.5vw);
    }

    #imgBanner01 {
        content: url(../img/01imgBanner-max800px.png);
    }

    #imgBanner02 {
        content: url(../img/02imgBanner-max800px.png);
    }

    #imgBanner03 {
        content: url(../img/03imgBanner-max800px.png);
    }

    #imgBanner04 {
        content: url(../img/04imgBanner-max800px.png);
    }

    #imgBanner05 {
        content: url(../img/05imgBanner-max800px.png);
    }

    #imgBanner06 {
        content: url(../img/06imgBanner-max800px.png);
    }
    
    .rectangle_yellow {
        height: 80px;
        margin-top: 25px;
    }
    
    .banner .rotulo {
        width: 100%;
        height: auto;
        margin-bottom: -110px;
    }

    .aboutus {
        height: calc(950px + 10vw);
        padding-top: calc(85px + 5vw);
    }

    .imgAboutus img{
        content: url(../img/imgExperience-max800.png);
        max-width: none;
    }

    .rooms {
        height: calc(600px + 10vw);
    }
    
    .rooms .imgRooms {
        height: calc(450px + 10vw);
    }

    .experience {
        height: calc(2350px + 10vw);
        padding-top: 65px;
    }
    
    .imgExperience {
        height: calc(400px + 10vw);
    }
    
    
    .textImgExperience h1 {
        font-size: calc(35px + 0.5vw);
    }
    
    .textImgExperience p {
        font-size: calc(16px + 0.5vw);
    }

    .guests {
        height: calc(780px + 10vw);
    }
    
    #marcaGuests {
        margin-top: -40px;
    }
    
    #tituleGuests {
        letter-spacing: 8px;
    }
    
    .containerImgGuests {
        height: 450px;
        display: flex;
        justify-content: center;
    }
    
    .containerImgGuests img {
        content: url(../img/backgroundGuests-max950.png);
    }

    .carruselGuests {
        margin-top: -250px;
    }
    
    .marcaBottomGuests {
        margin-top: 650px;
    }

    .marcaBottomGuests img {
        height: 100%;
    }

    .community {
        height: calc(1000px + 10vw);
        align-content:flex-end;
    }
    
    .imgCommunity {
        height: calc(490px + 10vw);
    }

    .imgCommunity img {
        content: url(../img/Community-max800.png);
    }
    
    .textCommunity {
        background-color: #FCD142;
        height: calc(460px + 5vw);
        padding: 45px 0px;
    }

    .tituleCommunity {
        margin-bottom: 40px;
    }
    
    .tituleCommunity h1 {
        font-weight: bolder;
        font-size: calc(25px + 0.5vw);
        letter-spacing: 10px;
    }

    .booking {
        background-color: #273B7D;
        height: calc(400px + 10vw);
    }
    
    .textBooking {
        height: 270px;
    }
    
    .tituleBooking p {
        font-size: calc(25px + 1vw);
    }

    .bookingComplement {
        height: calc(120px + 10vw);
    }
    
    .textBookingComplement p {
        font-size: calc(16px + 0.5vw);   
    }
    
    .marcaComplement {
        margin-top: 430px;
    }
    
    .marcaComplement img {
        height: 120%;
    }
}

@media screen and (min-width:600px) {

    .rectangle_yellow {
        margin-top: calc(35px + 5vw);
    }

    .rectangle_yellow p {
        font-size: calc(12px + 0.5vw);
    }
    
    .aboutus {
        height: calc(1070px + 10vw);
        padding-top: calc(110px + 5vw);
    }
    
    .tituleRooms h1 {
        font-size: calc(39px + 0.5vw);
    }

    .tituleExperience h1 {
        font-size: calc(39px + 0.5vw);
    }

    #imgExpTours {
        content: url(../img/imgTours-max800.png);
    }

    #imgExpAlo {
        content: url(../img/imgAlojamiento-max800.png);
    }

    #imgExpReu {
        content: url(../img/imgReunion-max800.png);
    }

    .booking {
        height: calc(430px + 10vw);
        align-items: flex-end;
    }

    .marcaComplement {
        margin-bottom: -10px;
    }
}

@media screen and (min-width: 640px) {
    #tituleGuests {
        width: 80%;
    }

    .booking {
        height: calc(450px + 10vw);
    }
}

@media screen and (min-width: 800px) {
    .btn-whats {
        bottom: 20px;
    }

    .banner {
        height: 550px;
    }

    #imgBanner01 {
        content: url(../img/01imgBanner-max1300px.png);
    }

    #imgBanner02 {
        content: url(../img/02imgBanner-max1300px.png);
    }

    #imgBanner03 {
        content: url(../img/03imgBanner-max1300px.png);
    }

    #imgBanner04 {
        content: url(../img/04imgBanner-max1300px.png);
    }

    #imgBanner05 {
        content: url(../img/05imgBanner-max1300px.png);
    }

    #imgBanner06 {
        content: url(../img/06imgBanner-max1300px.png);
    }

    .banner .banner_titule {
        margin-bottom: -30px;
    }
    
    .banner h1 {
        font-size: calc(55px + 0.5vw);
        letter-spacing: 10px;
    }
    
    .rectangle_yellow {
        height: 80px;
        margin-top: 65px;
    }
    
    .rectangle_yellow p {
        font-size: calc(16px + 0.5vw);
    }
    
    .banner .rotulo {
        margin-bottom: -140px;
    }

    .aboutus {
        height: calc(450px + 10vw);
        padding-top: calc(85px + 5vw);
        flex-wrap: nowrap;
    }

    .imgAboutus img {
        width: 80%;
        content: url(../img/imgExperience-max1300.png);
        
    }

    .tituleAboutus {
        padding-left: 20px;
    }

    .tituleAboutus h1 {
        font-size: calc(35px + 0.5vw);
    }

    .tituleAboutus p {
        font-size: calc(12px + 0.5vw);
    }

    .titule {
        margin-bottom: 15px;
    }

    .bodyText {
        width: 95%;
    }

    .rooms {
        height: calc(450px + 10vw);
    }
    
    .rooms .imgRooms {
        height: calc(300px + 10vw);
    }

    .etiquetaRooms {
        font-size: calc(12px + 0.5vw);
    }

    .experience {
        height: calc(870px + 10vw);
        padding-top: 55px;
    }

    .containerCExper {
        flex-direction: row;
        justify-content: space-evenly;
        margin-top: 40px;
    }

    .containerCardsExpe {
        width: 30%;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
    }
    
    .imgExperience {
        width: 100%;
        height: auto;
    }

    #containerAlo {
        order: 1;
    }

    #containerTours {
        order: 2;
    }

    #containerReu {
        order: 3;
    }
    
    #imgExpAlo {
        content: url(../img/imgAlojamiento-max1300.png);
    }

    #imgExpReu {
        content: url(../img/imgReunion-max1300.png);
    }

    #imgExpTours {
        content: url(../img/imgTours-max1300.png);
    }
    
    .textImgExperience {
        height: 285px;
        width: 100%;
        padding: 0;
    }

    .tituleImgExperience {
        width: 100%;
    }
    
    .textImgExperience h1 {
        font-size: calc(22px + 0.5vw);
    }

    .bodyTextExperience {
        width: 100%;
        height: 205px;
        align-items: flex-start;
    }
    
    .textImgExperience p {
        text-align: center;
        font-size: calc(12px + 0.5vw);
    }

    .guests {
        height: calc(780px + 10vw);
    }

    #marcaGuests {
        margin-top: -70px;
    }
    
    #tituleGuests {
        letter-spacing: 20px;
        font-size: calc(40px + 0.5vw);
    }

    .desCardGuests p {
        font-size: calc(6px + 1vw);
    }

    .community {
        width: 100%;
        height: 430px;
        display: flex;
        justify-content: center;
        flex-direction: row-reverse;
        align-items: center;
    }
    
    .imgCommunity {
        height: auto;
        max-height: 100%;
        overflow: hidden;
    }

    .imgCommunity img {
        width: 100%;
        height: auto;
        content: url(../img/Community-max1100.png);
    }
    
    .textCommunity {
        height: 100%;
        padding: 30px 0px;
    }

    .tituleCommunity {
        margin-bottom: 0;
        height: auto;
        width: 80%;
        margin-top: 0;
    }
    
    .tituleCommunity h1 {
        font-size: calc(20px + 0.5vw);
    }

    .bodyCommunity {
        height: 180px;
        width: 80%;
    }

    .bodyCommunity p {
        font-size: calc(10px + 0.5vw);
    }

    .iconCommunity {
        margin-top: 10px;
    }

    .booking {
        height: auto;
    }

    .textBooking {
        height: 400px;
        flex-wrap: nowrap;
    }

    .tituleBooking {
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: space-between;
        padding: 0 50px;
    }

    .tituleBooking img {
        width: 80%;
    }
    
    .tituleBooking p {
        font-size: calc(25px + 1.5vw);
    }

    .tituleBooking .menssajeShorts {
        font-size: 3vw;
    }

    #containerTraveller img {
        width: 45%;
    }

    .textBooking #menssajeTraveller {
        font-size: 2.5vw;
    }

    .iconBooking {
        height: 75%;
        justify-content: center;
        align-items: center;
        margin-top: 0;
    }

    .bookingComplement {
        height: calc(200px + 10vw);
    }

    .textBookingComplement {
        margin-top: -25px;
    }
    
    .textBookingComplement p {
        width: 65%;
        font-size: calc(20px + 0.5vw); 
    }
    
    .marcaComplement img {
        height: calc(120% + 5vw);
        margin-top: -30px;
    }
}

@media screen and (min-width:950px) {
    
    .guests {
        height: calc(880px + 10vw);
    }

    #tituleGuests {
        margin-top: 165px;
    }

    .marcaBottomGuests {
        margin-top: 755px;
        width: 95%;
        height: auto;
    }

    .experience {
        margin-bottom: 25px;
    }

    .marcaBottomGuests img {
        width: 100%;
        height: auto;
    }

    .containerImgGuests {
        height: 550px;
    }

    .containerImgGuests img {
        content: url(../img/backgroundGuests-max1300.png);
    }

    .desCardGuests h3 {
        margin-bottom: 20px;
    }

    .desCardGuests p {
        font-size: calc(4px + 1vw);
    }

    .rectangle_yellow a {
        font-size: 16px;
        height: 45px;
    }
}

@media screen and (min-width:1015px) {

    .banner .banner_titule {
        width: 73%;
    }

    .banner .rotulo {
        margin-bottom: calc(-240px - 0.5vw);
    }

    .rectangle_yellow {
        height: 120px;
        margin-top: 45px;
    }

    .rectangle_yellow p {
        font-size: calc(18px + 0.5vw);
    }

    .rectangle_yellow a {
        height: 55px;
        font-size: 18px;
    }

    .tituleBooking {
        padding: 0 60px;
    }

    .textBooking {
        height: 420px;
    }

    .textBookingComplement p {
        font-size: calc(23px + 0.5vw); 
    } 
}

@media screen and (min-width:1100px) {

    .banner .banner_titule {
        width: calc(75% + 1vw);
    }

    .aboutus {
        height: calc(500px + 10vw);
    }

    .desCardGuests p {
        font-size: calc(5px + 1vw);
    }

    #imgCard01 {
        content: url(../img/imgGuests01-max1300.png);
    }

    #imgCard02 {
        content: url(../img/imgGuests02-max1300.png);
    }

    .imgCommunity img {
        content: url(../img/Community-max1300.png);
    }

    .rooms .marcaRooms {
        height: 250px;
    }

    .experience {
        margin-bottom: 55px;
    }
}

@media screen and (min-width:1150px) {
    .experience {
        height: calc(850px + 10vw);
    }
}

@media screen and (min-width:1200px) {
    .banner .rotulo {
        margin-bottom: calc(-262px - 1vw);
    }

    .rectangle_yellow {
        margin-top: 65px;
    }

    .aboutus {
        height: calc(600px + 10vw);
        padding-top: calc(80px + 5vw);
    }

    .rooms {
        height: calc(450px + 13vw);
    }

    .experience {
        height: calc(900px + 13vw);
        padding-top: 55px;
    }

    #marcaGuests {
        margin-top: calc(-50px - 3vw);
        width: 80%;
    }

    #tituleGuests {
        width: 55%;
    }

    .containerImgGuests img {
        width: 100%;
    }

    .rectangle_yellow p {
        font-size: calc(20px + 0.5vw);
    }

    .tituleBooking .menssajeShorts {
        font-size: 2.5vw;
    }

    #containerTraveller img {
        width: 35%;
    }

    .tituleCommunity {
        width: 90%;
    }

    .bodyCommunity {
        width: 90%;
        padding-right: 30px;
    }
}

@media screen and (min-width:1250px) {
    .textBookingComplement p {
        width: 80%;
    }
}

@media screen and (min-width:1300px) {
    .desCardGuests p {
        font-size: calc(4px + 1vw);
    }
    
    #imgBanner01 {
        content: url(../img/01imgBanner-max1900px.png);
    }

    #imgBanner02 {
        content: url(../img/02imgBanner-max1900px.png);
    }

    #imgBanner03 {
        content: url(../img/03imgBanner-max1900px.png);
    }

    #imgBanner04 {
        content: url(../img/04imgBanner-max1900px.png);
    }

    #imgBanner05 {
        content: url(../img/05imgBanner-max1900px.png);
    }

    #imgBanner06 {
        content: url(../img/06imgBanner-max1900px.png);
    }

    .rooms .marcaRooms {
        height: 300px;
    }
}

@media screen and (min-width:1550px) {
    .rooms .marcaRooms {
        height: 350px;
    }

    .textBooking {
        height: 520px;
    }
}

@media screen and (min-width:1900px) {

    .tituleAboutus h1 {
        font-size: calc(60px + 0.5vw);
    }

    .rectangle_yellow {
        width: 70%;
        margin-left: 15%;
    }

    .rectangle_yellow p {
        font-size: calc(23px + 0.5vw);
    }

    .rectangle_yellow a {
        height: 60px;
        font-size: 23px;
    }

    .titule {
        margin-bottom: 25px;
    }

    .bodyText {
        padding-right: 60px;
    }

    .tituleAboutus p {
        font-size: calc(14px + 0.5vw);
    }

    .rooms {
        margin-top: 30px;
        height: 730px;
        padding-top: 40px;
    }

    .rooms .marcaRooms {
        max-width: 1920px;
        height: 400px;
    }

    .rooms .carruselRooms {
        width: 90%;
        height: 500px;
    }

    .elemento {
        width: 430px;
        height: 430px;
    }

    .experience {
        height: 1350px;
    }

    .textImgExperience h1 {
        font-size: calc(24px + 0.5vw);
    }

    .textImgExperience p {
        text-align: center;
        font-size: calc(14px + 0.5vw);
    }

    .guests {
        height: 1500px;
    }

    .containerImgGuests img {
        content: url(../img/backgroundGuests-max1900.png);
    }

    .containerImgGuests {
        height: auto;
    }

    #tituleGuests {
        font-size: calc(60px + 0.5vw);
        margin-top: 250px;
    }

    .carruselGuests {
        margin-top: -600px;
    }

    .carruselGuests {
        height: 720px;
    }

    .cardsGuests {
        width: 550px;
        height: 700px;
    }

    .marcaBottomGuests {
        margin-top: 1055px;
    }

    .community {
        height: 850px;
    }

    .imgCommunity img {
        content: url(../img/Community-max1900.png);
    }

    .tituleCommunity h1 {
        font-size: 56px;
    }

    .bodyCommunity {
        height: 360px;
    }

    .bodyCommunity p {
        margin-top: 50px;
        font-size: 28px;
    }

    .iconCommunity {
        width: 90%;
        height: 100px;
        margin-top: 50px;
    }

    .textBooking {
        height: 670px;
    }

    .tituleBooking {
        padding-left: 100px;
    }

    .iconBooking img {
        height: 85%;
    }

    .bookingComplement {
        height: 550px;
    }

    .textBookingComplement p {
        font-size: 50px;
        width: 60%;
    }

    .marcaComplement {
        width: 90%;
        height: 250px;
        margin-bottom: -130px;
    }

    .marcaComplement img {
        width: auto;
        height: 100%;
    }
}