* {
    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 {
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 280px;
    padding: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#KanStudio {
    background-image: url(../img/bannerKan-max551.png);
}

#ChojStudio {
    background-image: url(../img/bannerChoj-max551.png);
}

#BookStudio {
    background-image: url(../img/bannerBoox-max551.png);
}

#YaaxStudio {
    background-image: url(../img/bannerYaax-max551.png);
}

.desRoom {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.tituleRoom {
    width: 90%;
    height: auto;
    margin-top: 40px;
}

.tituleRoom h1 {
    font-family: Montserrat;
    font-size: calc(40px + 1vw);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: center;
    color: #3C6C76;
}

.tituleRoom p{
    color: #AFAFAF;
    font-family: Montserrat;
    font-size: calc(13px + 1vw);
    font-style: normal;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
}

.imgRoom {
    width: 90%;
    height: 320px;
    margin-top: 10px;
    overflow: hidden;
}

.itemCarrusel {
    position: relative;
    width: 400%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    overflow: hidden;
}

.tarjetaCarrusel {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}

.imgTarjetas {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 5px;
}

.imgTarjetas img {
    width: auto;
    height: 100%;
}

.flechasCarrusel {
    height: 100%;
    width: 25%;
    position: absolute;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 12px;
}

.btnLeftC, .btnRightC {
    width: 6vw;
    height: 6vw;
    border-radius: 50%;
    cursor: pointer;
    transition: .5 ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btnLeftC img, .btnRightC img {
    width: auto;
    height: 100%;
}

.descriptionRoom {
    width: 90%;
    margin-top: 50px;
}

.descriptionRoom p {
    color: #000;
    font-family: Montserrat;
    font-size: calc(11px + 0.5vw);
    font-style: normal;
    font-weight: 400;
    text-align: left;
}

.charsRoom {
    width: 100%;
    height: auto;
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.charsRoom p {
    color: #000;
    font-family: Montserrat;
    font-size: calc(12px + 0.5vw);
    font-style: normal;
    font-weight: 400;
}

.tituleChar {
    width: 90%;
}

.tituleChar p {
    font-weight: bolder;
}

.containerRoom {
    display: flex;
    width: 90%;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
}

.containerRoom > div {
    margin: 10px;
}

.iconChars {
    width: 80%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    
}

.imgIconChars {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}

.iconChars img {
    width: 100%;
    height: auto;
}

#textChar {
    background-color: #EEEEEE;
    width: 90%;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
    padding: 20px;
    text-align: center;
}

#textChar span {
    font-weight: bolder;
}

.carouselRooms {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.tituleCarousel {
    width: 90%;
    height: auto;
    margin-top: 50px;
}

.tituleCarousel h3 {
    color: #3C6C76;
    font-family: Montserrat;
    font-size: calc(30px + 1vw);
    font-style: normal;
    font-weight: 400;
    text-align: left;
}

.containerCarousel {
    width: 90%;
    height: auto;
    margin-top: 20px;
    margin-bottom: 50px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow: auto;
}

.containerCarousel::-webkit-scrollbar {
    width: 2px;
}

.containerCarousel::-webkit-scrollbar-thumb {
    background-color: transparent;
    border-radius: 1px;
}

.cardsRooms {
    background-color: #2E303A;
    flex: 1 0 auto;
    width: 300px;
    height: auto;
    margin: 10px;
}

.imgCardRoom {
    width: 100%;
    height: 165px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#imgCardKan {
    background-image: url(../img/carruselKansub.png);
}

#imgCardBoox {
    background-image: url(../img/carruselBooxsub.png);
}

#imgCardYaax {
    background-image: url(../img/carruselYaax.png);
}

#imgCardChoj {
    background-image: url(../img/carruselChojsub.png);
}

.bodyTextCardRoom {
    background-color: #FFF;
    width: 100%;
    height: 370px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}

.bodyTextCardRoom h3 {
    color: #3C6C76;
    font-family: Montserrat;
    font-size: calc(25px + 1vw);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 25px 0;
}

.bodyTextCardRoom p {
    height: 80%;
    color: #000;
    font-family: Montserrat;
    font-size: calc(11px + 0.5vw);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 10px;
}

#cardFirst {
    margin-left: 0px;
}

.bodyTextCardRoom a {
    background-color: #FCD142;
    width: 60%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration-line: none;
    font-family: Montserrat;
    color: #3C6C76;
    font-weight: bolder;
    font-style: normal;
    font-size: 4vw;
}

@media screen and (min-width:551px) {
    #KanStudio {
        background-image: url(../img/bannerKan-max800.png);
    }
    
    #ChojStudio {
        background-image: url(../img/bannerChoj-max800.png);
    }
    
    #BookStudio {
        background-image: url(../img/bannerBoox-max800.png);
    }
    
    #YaaxStudio {
        background-image: url(../img/bannerYaax-max800.png);
    }

    #imgCarrusel01Kan {
        content: url(../img/imgTarjetaCarruselKaan.svg);
    }

    #imgCarrusel02Kan {
        content: url(../img/imgTarjetaCarruselKaan01.svg);
    }

    #imgCarrusel03Kan {
        content: url(../img/imgTarjetaCarruselKaan02.svg);
    }

    #imgCarrusel04Kan {
        content: url(../img/imgTarjetaCarruselKaan03.svg);
    }

    #imgCarrusel01Boox {
        content: url(../img/imgTarjetaCarruselBoox.svg);
    }

    #imgCarrusel02Boox {
        content: url(../img/imgTarjetaCarruselBoox01.svg);
    }

    #imgCarrusel03Boox {
        content: url(../img/imgTarjetaCarruselBoox02.svg);
    }

    #imgCarrusel04Boox {
        content: url(../img/imgTarjetaCarruselBoox03.svg);
    }

    #imgCarrusel01Yaax {
        content: url(../img/imgTarjetaCarruselYaax.svg);
    }

    #imgCarrusel02Yaax {
        content: url(../img/imgTarjetaCarruselYaax01.svg);
    }

    #imgCarrusel03Yaax {
        content: url(../img/imgTarjetaCarruselYaax02.svg);
    }

    #imgCarrusel04Yaax {
        content: url(../img/imgTarjetaCarruselYaax03.svg);
    }

    #imgCarrusel01Choj {
        content: url(../img/imgTarjetaCarruselChoj.svg);
    }

    #imgCarrusel02Choj {
        content: url(../img/imgTarjetaCarruselChoj01.svg);
    }

    #imgCarrusel03Choj {
        content: url(../img/imgTarjetaCarruselChoj02.svg);
    }

    #imgCarrusel04Choj {
        content: url(../img/imgTarjetaCarruselChoj03.svg);
    }
    
}

@media screen and (min-width:700px) {
    .imgRoom {
        height: 420px;
    }

    .bodyTextCardRoom a {
        width: 50%;
        height: 45px;
        font-size: 1.5vw;
    }

    .btnLeftC, .btnRightC {
        width: 3vw;
        height: 3vw;
    }
}

@media screen and (min-width: 800px) {
    .btn-whats {
        bottom: 20px;
    }
    
    #KanStudio {
        background-image: url(../img/bannerKan-max1300.png);
    }
    
    #ChojStudio {
        background-image: url(../img/bannerChoj-max1300.png);
    }
    
    #BookStudio {
        background-image: url(../img/bannerBoox-max1300.png);
    }
    
    #YaaxStudio {
        background-image: url(../img/bannerYaax-max1300.png);
    }

    .containerRoom {
        flex-direction: row;
        height: 130px;
        margin: 50px 0;
    }
    
    .iconChars {
        flex-direction: column;
        height: 90%;
        text-align: center;
        justify-content: center;
    }

    #containerRoom2 {
        margin-top: -50px;
    }

    .descriptionRoom p {
        font-size: calc(12px + 0.5vw);
    }

    .charsRoom p {
        font-size: calc(13px + 0.5vw);
    }

    .bodyTextCardRoom p {
        font-size: calc(12px + 0.5vw);
    }

    .carouselRooms {
        margin-bottom: 100px;
    }
}

@media screen and (min-width:1000px) {
    .imgRoom {
        width: 80%;
        height: 420px;
    }

    .tituleRoom {
        width: 80%;
    }

    .tituleRoom h1 {
        text-align: left;
    }

    .tituleRoom p {
        text-align: left;
    }

    .descriptionRoom {
        width: 80%;
    }

    .descriptionRoom p {
        text-align: left;
    }

    #textChar {
        margin-top: 0px;
    }

    .bodyTextCardRoom a {
        width: 45%;
        height: 45px;
        font-size: 1vw;
    }
}

@media screen and (min-width:1180px) {
    .imgTarjetas img {
        width: 100%;
        height: auto;
    }
}

@media screen and (min-width:1900px) {
    .imgCardRoom {
        height: 350px;
    }

    .bodyTextCardRoom {
        height: 400px;
    }

    .bodyTextCardRoom p {
        font-size: calc(14px + 0.5vw);
        padding-right: 80px;
    }

    .bodyTextCardRoom a {
        height: 80px;
        font-size: calc(4px + 1vw);
    }
}