#principal-banner {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

#bnn-der-banner {
    right: 50px;
    border: 1px solid #fff;
    width: 40px;
    height: 40px;
}

#bnn-izq-banner {
    left: 50px;
    border: 1px solid #fff;
    width: 40px;
    height: 40px;
}

#bnn-der-banner svg path,
#bnn-izq-banner svg path {
    fill: #fff;
}
/* 
#principal-banner  img,
#principal-banner  video,
#principal-banner  iframe{
    width: 100%;
}

#principal-banner  iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: none;
}

#principal-banner .html5-main-video {
    width: 100% !important;
    left: 0px !important;
} */

.img-title {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    padding: 20px 0px;
}

.img-title >img{
    width: 100%;
    height: 400px;
}

.img-title >div{
    width: 100%;
    display: flex;
    gap: 50px;
    justify-content: center;
    align-items: center;
    position: absolute;
}

.img-title >div >img{
    border-radius: 20px;
    object-fit: cover;
    aspect-ratio: 3 / 1;
    object-position: top;
    box-shadow: var(--shadow-1);
}
.img-title >div >div{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 30px;
}

.img-title >div h4{
    color: #fff;
    font-size: 30px;
	font-family: "Gotham-Bold";
    margin-bottom: 4px;
}

.img-title >div h5{
    color: #fff;
    font-size: 30px;
	font-family: "Gotham-Bold";
    background-color: var(--amarillo);
    padding: 2px 6px;
    text-align: center;
}

#s-hospedaje {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 15px 0px;
    gap: 20px;
}

#content-hospedaje {
    width:80%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
    align-items: center;
}

.card-hospedaje {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.card-hospedaje>div {
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.card-hospedaje>div img {
    width: 100%;
}

.card-hospedaje>div h4 {
    font-size: 25px;
    color: var(--morado);
    border-bottom: 2px solid var(--morado);
    padding-bottom: 5px;
	font-family: "Gotham-Bold";
}

.card-hospedaje>div p {
    font-size: 16px;
    color: var(--grid-4);
    text-align: center;    
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.card-hospedaje>div a {
    font-size: 18px;
    color: #fff;
    background-color: var(--amarillo);
    box-shadow: var(--shadow-1);
    padding: 0px 10px;
}

#s-experiencias {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding: 50px 0px;
}

#s-experiencias p{
    width: 80%;
    text-align: center;
    color: var(--grid-4);
    font-size: 18px;
}

#s-experiencias p b{
	font-family: "Gotham-Bold";
}

#content-cards-experiencias {
    width: 80%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
    padding-top: 20px;
}

.card-experiencias {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}

.card-experiencias img{
    width: 100%;
}

.card-experiencias >div{
    width: 100%;
    height: 100%;
    display: none;
    justify-content: center;
    align-items: flex-end;
    background-color: #e5aa0366;
    position: absolute;
    padding-bottom: 30px;
    z-index: 1;
}

.card-experiencias h3{
    font-size: 25px;
    color: #fff;
    text-decoration: underline;
    text-shadow: 
    2px 2px 4px rgba(0, 0, 0, 0.6);
    text-align: center;
}
.card-experiencias:hover div{
    display: flex;
}

#s-reservas {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px 0px ;
    gap: 15px;
}

#title-reserva {
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

#title-reserva h4 {
    font-size: 40px;
    color: var(--morado);
	font-family: "Gotham-Bold";
    text-align: center;
}

#title-reserva a {
    font-size: 30px;
    color: #fff;
    background-color: var(--amarillo);
    padding: 4px 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    border-radius: 8px;
}

#title-reserva a svg {
    width: 25px;
    fill: #fff;
}

#s-reservas>img {
    width: 100%;
}

#s-nosotros {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-image: url(/src/img/fondo-3.png);
    background-repeat: no-repeat;
    background-size: cover;
}

#s-nosotros h1{
    font-size: 100px !important;
    padding: 20px 0px 40px 0px !important;
    color: var(--amarillo) !important;
	font-family: "Gotham-Bold" !important;
    letter-spacing: 10px !important;
}

#content-info-nosotros {
    width: 80% !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 20px !important;
}

#content-info-nosotros >p{
    width: 100% !important;
    margin-bottom: 15px !important;
    font-size: 20px !important;
    text-align: justify !important;
    color: var(--grid-4) !important;
}

#s-nosotros> a {
    font-size: 25px;
    color: #fff;
    background-color: var(--morado);
    box-shadow: var(--shadow-1);
    padding: 0px 10px;
    margin-top: 60px;
    margin-bottom: 80px;
}

#bnn-der {
    right: -5%;
}

#bnn-izq {
    left: -5%;
}

#content-carousel-blog {
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

#content-carousel-blog .bnn {
    background-color: var(--morado);
    border: 2px solid #fff;
    top: calc(30% - 15px);
}

#content-carousel-blog .bnn svg {
    fill: #fff;
}

#carousel-blog {
    width: 100%;
    display: block;
}

.card-blog {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    flex-direction: column;
    overflow: hidden;
    box-shadow: var(--shadow-2);
}

.card-blog img{
    display: block;
    width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: top;
}

.info-card-blog {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    flex-direction: column;
    gap: 10px;
    background-color: var(--morado);
    transition: ease all 0.6s;
}

.info-card-blog h5{
    font-size: 18px;
    text-decoration: underline;
    color: #fff;
	font-family: "Gotham-Bold";
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: center;
}

.info-card-blog p{
    font-size: 14px;
    color: #fff;    
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: center;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
}

#content-blog {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

#content-blog> a {
    font-size: 25px;
    color: #fff;
    background-color: var(--morado);
    box-shadow: var(--shadow-1);
    padding: 0px 10px;
    margin-top: 15px;
    margin-bottom: 80px;
}

#content-ubicacion {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 40px 0px;
}

#content-ubi {
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.card-btn-ubi {
    width: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.card-btn-ubi a{
    width: 30%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.card-btn-ubi a svg{
    fill: #fff;
    width: 80%;
    background-color: var(--morado);
    border-radius: 10px;
    padding: 5px;
}

.card-btn-ubi a span{
    font-size: 20px;
	font-family: "Gotham-Bold";
    color: var(--amarillo);
    text-align: center;
}

#content-ubi iframe{
    width: 60%;
    height: 300px;
    border-radius: 6px;
}

#s-preguntas {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

#s-preguntas >img{
    width: 100%;
}

#content-info-preguntas {
    width: 90%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

#content-preguntas {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

#content-preguntas>div:nth-child(n+4) {
    display: none;
}

#content-preguntas.show>div {
    display: flex;
}

.card-preguntas {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.card-preguntas>a{
    width: 100%;
    background-color: var(--grid-2);
    color: var(--morado);
    padding: 4px 20px;
    text-align: start;
    font-size: 20px;
    border-radius: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
	font-family: "Gotham-Bold";
}

.card-preguntas svg{
    fill: var(--amarillo);
    width: 25px;
}

.card-preguntas p a{
    color: var(--morado);
	font-family: "Gotham-Bold";
}
.card-preguntas p{
    font-size: 16px;
    color: var(--grid-4);
    text-align: start;
    padding: 20px 30px 10px;
    display: none;
}

.card-preguntas.active p{
    display: block;
}

#content-info-preguntas> a {
    font-size: 25px;
    color: #fff;
    background-color: var(--morado);
    box-shadow: var(--shadow-1);
    padding: 0px 10px;
    border-radius: 4px;
}

#s-comentarios {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 50px 0px 30px;
}

#content-comentarios {
    width: 80%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    align-items: stretch;
    gap: 30px 80px;
    padding-top: 20px;
}

.card-comentarios {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
    border-radius: 20px;
    box-shadow: var(--shadow-1);
    background-color: var(--grid-2);
    padding: 20px 10px;
}

.card-comentarios>img {
    width: 10%;
}

.info-cometario {
    width: 90%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 5px;
}

.info-cometario h3 {
    font-size: 16px;
    color: var(--grid-4);
	font-family: "Gotham-Bold";
}

.info-cometario p {
    font-size: 14px;
    color: var(--grid-4);
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.content-stars {
    display: flex;
    justify-content: center;
    align-items: center;
}

.content-stars svg{
    width: 20px;
    fill: #F7941D;
}

.info-cometario>a> svg{
    fill: var(--grid-3);
    width: 25px;
}

#content-info-nosotros p:nth-child(n+3) {
    display: none;
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

/* Clase para mostrar los párrafos ocultos */
#content-info-nosotros.show p {
    display: block;
    opacity: 1;
    transform: translateY(0);
}

/* Botón estilizado */
.content-info-nosotros {
    display: inline-block;
    margin-top: 10px;
    padding: 10px 20px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
}

.content-info-nosotros:hover {
    background-color: #0056b3;
}

#img-hospedaje-desk {
    display: flex;
}

#img-hospedaje-res {
    display: none;
}

@media screen and (max-width: 1024px) {
    /* #principal-banner {
        height: 32vh;
    } */

    .img-title {
        background-color: var(--morado);
    }

    .img-title >img {
        display: none;
    }

    .img-title >div {
        position: unset;
        padding: 20px;
    }

    .img-title >div h4 {
        text-align: center;
        font-size: 22px;
        margin-bottom: 8px;
    }

    .img-title >div h5 {
        text-align: center;
        font-size: 22px;
    }

    #content-hospedaje {
        width: 100%;
        grid-template-columns: 1fr;
        padding: 20px;
        gap: 30px;
    }

    .card-hospedaje>div {
        width: 100%;
    }

    .card-hospedaje>div img {
        width: 90%;
    }

    #s-experiencias {
        padding: 30px 0px;
    }

    #s-experiencias p {
        width: 100%;
        text-align: justify;
        font-size: 16px;
        padding: 0px 20px;
        line-height: 20px;
    }

    #content-cards-experiencias {
        width: 100%;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
        padding: 20px;
    }

    .card-experiencias >div {
        display: flex;
    }

    .card-experiencias h3 {
        font-size: 20px;
        text-align: center;
    }

    #s-reservas {
        padding: 20px;
        gap: 15px;
    }

    #title-reserva {
        width: 100%;
        padding: 0px;
        gap: 20px;
    }

    #title-reserva h4 {
        font-size: 22px;
    }

    #title-reserva a {
        font-size: 22px;
    }

    #s-nosotros h1 {
        font-size: 40px !important;
        padding: 10px 0px 20px 0px !important;
        letter-spacing: 5px !important;
    }

    #s-nosotros >p {
        width: 100%;
        padding: 0px 20px;
        margin-bottom: 10px;
    }

    #s-nosotros> a {
        font-size: 22px;
        margin-top: 20px;
        margin-bottom: 50px;
    }

    #content-ubi {
        width: 100%;
        flex-direction: column;
        padding: 20px;
        gap: 30px;
    }

    .card-btn-ubi {
        width: 100%;
    }

    #content-ubi iframe {
        width: 100%;
        height: 200px;
    }

    .card-btn-ubi a {
        width: 100%;
        flex-direction: row;
    }

    .card-btn-ubi a svg {
        width: 40px;
    }

    .card-btn-ubi a span {
        font-size: 18px;
    }

    #content-ubicacion {
        padding: 80px 0px 40px;
    }

    .card-preguntas a {
        font-size: 18px;
    }

    #content-comentarios {
        width: 100%;
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 20px;
    }

    #s-nosotros >p{
        font-size: 16px;
    }

    #img-hospedaje-desk {
        display: none;
    }
    
    #img-hospedaje-res {
        display: flex;
    }

    .card-blog {
        flex-direction: column;
    }

    .info-card-blog {
        position: unset;
        display: flex;
    }

    #carousel-banner img {
        height: 20vh !important;
        object-fit: cover;
        object-position: center;
    }

    #bnn-der-banner {
        width: 30px;
        height: 30px;
        right: 15px;
    }
    
    #bnn-izq-banner {
        width: 30px;
        height: 30px;
        left: 15px;
    }

    .img-title >div {
        flex-direction: column;
        gap: 20px;
    }

    .img-title >div >div {
        width: 100%;
        padding-left: 0px;
    }

    .img-title >div >img {
        aspect-ratio: unset;
        width: 90%;
    }
}