/* Reset de estilos */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;

}

html {
    overflow-x: hidden;
    scroll-behavior: smooth;
}

/* Estilos generales */
body {

    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: normal;
    line-height: 1.6;
    color: #494949
}

a {
    text-decoration: none;
    color: inherit;
}

.empty {
    clear: both
}

.ContenidoVilla {
    min-height: 320px;
}
.InColumn2 {
    background-color: #555555;
    color: white;
    padding-bottom: 30px;
}
.InColumn2 p {
    margin: 30px;
}
.icon-item2 img {
    width: 40px!important;
    height: auto;
}

.icon-item2 p {
    font-size: 14px;
    color: #ffffff;
    margin-top: 5px;
    text-align: center!important;
}

.InColumn2 p {
    margin: 30px;
}
.InColumn2{
    background-color: #555555;
    color: white;
    padding-bottom: 30px;
}

.InColumn2 p{
 
    margin: 30px;
}

.InColumn2 .btn{
 background-color: #065c4a;
    color: white;

}

.InColumn2 .btn:hover{
 background-color: #0a997a;
    color: white;

}
.icon-container2 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
    width: 90%;
    display: flex;
    gap: 1px;
    justify-content: center;
    margin: auto;
    flex-wrap: wrap;
}

.column p {
    margin-top: 20px;
    text-align: left;
}


.franja {
    box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.1);


    display: flex;
    flex-direction: row;
    gap: 40px; /* más espacio entre email y teléfono */
    padding: 8px;
    background-color: #ffffff;
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 8;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.contacto {
    display: flex;
    align-items: center; /* centra verticalmente icono y texto */
    gap: 8px; /* espacio entre icono y texto */
    text-decoration: none;
    color: #494949; /* color del texto */
    font-weight: 500;
    font-size: 16px;
}

.icono {
    width: 32px;
    height: 32px;
    cursor: pointer;
    transition: transform 0.2s;
}

.telefono-2 img {
    height: auto;
    width: 32px;
    margin-top: 25px;
}



@media (max-width: 768px) {
    .franja {
    box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.1);


        display: none;
    }
}


.carousel2,
.carousel-mobile {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.carousel2 .slide,
.carousel-mobile .slide-mobile {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    animation: kenburnsFade 32s infinite;
}

.carousel2 .slide:nth-child(1) {
    animation-delay: 0s;
}

.carousel2 .slide:nth-child(2) {
    animation-delay: 8s;
}

.carousel2 .slide:nth-child(3) {
    animation-delay: 16s;
}

.carousel2 .slide:nth-child(4) {
    animation-delay: 24s;
}

.carousel-mobile .slide-mobile:nth-child(1) {
    animation-delay: 0s;
}

.carousel-mobile .slide-mobile:nth-child(2) {
    animation-delay: 8s;
}

.carousel-mobile .slide-mobile:nth-child(3) {
    animation-delay: 16s;
}

.carousel-mobile .slide-mobile:nth-child(4) {
    animation-delay: 24s;
}

.carousel2 img,
.carousel-mobile img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    animation: kenburnsZoom 32s infinite ease-in-out;
}

/* EFECTO KEN BURNS */
@keyframes kenburnsFade {
    0% {
        opacity: 0;
    }

    5% {
        opacity: 1;
    }

    25% {
        opacity: 1;
    }

    30% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@keyframes kenburnsZoom {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.2);
    }
}

/* OCULTAR CARRUSEL MÓVIL POR DEFECTO */
.carousel-mobile {
    display: none;
}

/* MEDIA QUERIES */
@media (max-width: 768px) {
    .carousel2 {
        display: none;
        /* Ocultar desktop */
    }

    .carousel-mobile {
        display: block;
        /* Mostrar móvil */
    }

    .carousel-mobile .slide-mobile {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        animation: kenburnsFade 32s infinite;
    }

    .carousel-mobile img {
        object-fit: cover;
    }
}

.snowflake {
    position: absolute;
    top: -10px;
    color: rgba(255, 255, 255, 0.6);
    font-size: 12px;
    animation: fall linear infinite;
    pointer-events: none;
}

@keyframes fall {
    0% {
        transform: translateY(0) rotate(0deg);
        opacity: 0.6;
    }

    100% {
        transform: translateY(100vh) rotate(360deg);
        opacity: 0;
    }
}

.OutLogo {
    position: absolute;
    top: 10px;
    z-index: 5;
    width: 100%
}

.logo {
    height: auto;
    width: 80%;
    max-width: 250px;
    position: absolute;
    top: 30px;
    left: 20px;
}

.logo img {
    width: 100%;
    height: auto
}

/* Menú de navegación */
.navbar {
    position: absolute;
    top: 20px;
    right: 20px;
}

.navbar ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 20px;
}

.navbar ul li {
    display: inline-block;
    position: relative;
}

/* Menú desplegable */

.dropdown a:hover {
    background-color: #065c4a;

}

.dropbtn {
    font-weight: 500;
    background-color: #494949;
    color: white;
    padding: 8px;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
    display: flex;
    align-items: center;
    margin-right: 20px;
    margin-top: 10px;

}

.dropbtn i {
    padding: 0;
    margin-bottom: 0;
    margin-left: 8px;


}

.navbar .dropdown-content {
    display: none;
    /* El menú está oculto por defecto */
    position: absolute;
    background-color: #ffffff;
    width: 80%;
    min-width: 200px;
    max-width: 300px;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 10;
    top: 100%;
    right: 0;


}

/* Mostrar el menú cuando se haga clic */
.navbar .dropdown-content.show {
    display: block;
}

.navbar .dropdown-content a {
    color: #494949;
    padding: 8px 15px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.navbar .dropdown-content a:hover {
    background-color: #ddd;
}

/*.InColumn2{
    background-color: #555555;
    color: white;
    padding-bottom: 30px;
}*/

/*.InColumn2 p{
 
    margin: 30px;
}

.InColumn2 .btn{
 background-color: #065c4a;
    color: white;

}

.InColumn2 .btn:hover{
 background-color: #0a997a;
    color: white;

}*/


.menucomunidades a {
    background-color: #454545;
    color: #ffffff !important;
}

.menucomunidades a:hover {
    background-color: #065c4a !important;

}


.Down {
    text-align: center;
    margin-top: 75vh;
}

.Down img {
    width: 30px;
    height: auto;
    margin-top: 30px
}

/* Estilos para los contenidos */
.content {
    width: 80%;
    margin: auto;
    padding-top: 0px;
    max-width: 1300px;
}

/* Contenedor de las columnas */
.row {
    margin-top: 100px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    grid-auto-rows: auto;

}

.column:nth-last-child(-n+2) {
    display: block;
    justify-content: center;


}



/* Columna individual */
.column {
    text-align: center;
}

.column img {
    width: 100%;
    height: auto;
}

.column h3 {
    font-weight: 300;
    margin-bottom: 0;
    margin-top: 15px;
    font-size: 2rem;
}

h3,
h6,
h5,
h7 {
    line-height: 1.1;
}


.column h5 {
    margin-top: 20px;
    font-size: 1.2rem;
    font-weight: normal;
}

.column h6 {
    font-family: "playfair display";
    margin-top: 0;
    font-size: 1rem;
    font-weight: 300;
}



/*.column p {
    margin-top: 20px;
    text-align: left;
}*/

#precios p {
    text-align: center !important;
}

.price {

    margin-top: 20px;
    text-align: center;

}

summary {
    margin-top: 20px;
}

.footer {
    margin: auto;
    width: 80%;
    margin-top: 90px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 15px;
    font-size: 14px;
    text-align: center;
    flex-wrap: wrap;
}

.footer-logo {
    width: 200px;
    height: 200px;
    margin-bottom: 10px;

}

.footer-links {
    display: flex;
    flex-direction: row;
    gap: 15px;
    margin-right: 20px;
}

.footer-links a {
    color: #494949;
    text-decoration: none;
}

.social-icons {
    font-size: 30px;
    display: flex;
    flex-direction: row;
    /* Los iconos en fila por defecto */
    margin-left: 15px;
}




/* Boton */
.btn,
.btn2 {
    border: none;
    font-family: "Inter", sans-serif;
    margin-top: 20px;
    display: inline-block;
    background-color: #065c4a;
    color: white;
    text-decoration: none;
    padding: 10px 38px;
    font-weight: 500;
    font-size: 18px;


}

.btn3 {
    border: none;
    font-family: "Inter", sans-serif;
    margin-top: 20px;
    display: inline-block;
    background-color: #065c4a;
    color: white;
    text-decoration: none;
    padding: 10px 38px;
    font-weight: 500;
    font-size: 18px;


}

.btn:hover {
    background-color: #0da080;
    /* verde wishome */
}







/* Contenedor del slider */

/* Contenedor del slider */
.slider-container {
    width: 100%;
    /* El slider ocupa todo el ancho disponible */
    padding-top: 100%;
    /* Mantiene el formato cuadrado (relación 1:1) */
    position: relative;
    overflow: hidden;
    /* Oculta las imágenes fuera del área visible */
    margin: auto;
    /* Centra el slider */
}

/* Estilo del contenedor de las imágenes */
.slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /* Asegura que el contenedor ocupe todo el ancho */
    height: 100%;
    /* Asegura que el contenedor ocupe toda la altura */
}

/* Estilo de las imágenes */
.slider img {
    width: 100%;
    /* Cada imagen ocupa todo el ancho del slider */
    height: 100%;
    /* Ocupa toda la altura */
    object-fit: cover;
    /* Mantiene la proporción */
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    /* Inicialmente ocultas */
}

.prev-btn,
.next-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #ffffff;
    background-color: #79797987;
    padding-left: 2%;
    padding-right: 2%;
    border: none;
    font-size: 24px;
    cursor: pointer;
    opacity: 0.7;
    transition: opacity 0.2s ease-in-out;
    z-index: 2;

}

.prev-btn:hover,
.next-btn:hover {
    opacity: 1;
}

.prev-btn {
    left: 10px;
}

.next-btn {
    right: 10px;
}





@media (max-width: 480px) {
    .slider {
        padding-top: 100%;
        /* Mantiene el formato cuadrado en pantallas más pequeñas */
    }

    .InPrice {
        display: none
    }


}

@media (min-width: 768px) and (max-width:1024px) {

    .row,
    .content {
        max-width: 480px
    }

    .PromoTExt {
        width: 53%;
        float: right;
        padding: 0px 10px 20px 0;
        text-align: center;
    }


}


#video {}

#video div {
    padding: 56.25% 0 0 0;
    position: relative;
    z-index: 0
}

#video div iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../imagenes/FondoVideoOrd.webp)center center no-repeat;
    background-size: cover
}

/*Memedia queries */
@media (min-width: 1025px) and (max-width:1199px) {

    .Down {
        text-align: center;
        margin-top: 50vh;
    }
}

@media (max-width: 1024px) {
    #video {}

    #video div {
        padding: 177.78% 0 0 0;
        position: relative;
        z-index: 0
    }

    #video div iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url(../imagenes/FondoVideoMovil.webp) center center no-repeat;
        background-size: cover
    }

    .row {
        grid-template-columns: repeat(2, 1fr);
        /* 2 columnas en tablet */
    }


    .dropbtn {
        margin-top: 20px;
        font-size: 16px;
    }

    .Down {
        text-align: center;
        margin-top: 55vh;
    }
}

@media (max-width: 768px) {



    .btn {
        font-weight: 300;
        font-family: "Newsreader", serif;
        display: inline-block;
        color: white;
        padding: 10px 15px;
        text-decoration: none;
        font-size: 1.1em;
    }

    .row {
        grid-template-columns: 1fr;
        /* 1 columna en móvil */
    }

    .column:last-child {
        grid-column: 1
    }

    .logo {
        max-width: 120px;
    }

    .scroll-down {
        font-size: 20px;
        bottom: 15px;
    }

    .scroll-down {
        font-size: 40px;
    }

    .footer {
        flex-direction: column;
        text-align: center;
    }

    .footer-logo {

        margin-bottom: 0px;
    }

    .footer-links {
        display: block;
        flex-direction: column;
        margin-bottom: 20px;
    }

    .social-icons {
        flex-direction: row;
        gap: 15px;
        align-items: center;
        margin-top: 20px;
    }


    .social-icons i {
        flex-direction: row;
        font-size: 35px;
    }

    #boton.gaviota {
        display: none !important;
    }





    #reserve-block {
        display: flex !important;
        /* Fuerza la visibilidad */
        position: fixed;
        bottom: 2px;
        left: 50%;
        transform: translateX(-50%);
        background-color: #a0a0a0;
        color: white;
        padding: 5px;
        width: 70%;
        box-sizing: border-box;
        z-index: 1000;
        justify-content: space-between;
        align-items: center;
        text-align: center;
    }

    .price,
    #boton-evarista {
        display: none !important;
    }

    .whatsapp img {
        height: auto;
        width: 40px;
        margin-top: 5px;
    }



}

@media (min-width: 766px) {
    .pastilla {
        display: none
    }
}




@media (max-width: 480px) {

    .btn {
        font-weight: 300;
        font-family: "inter";
        display: inline-block;
        color: white;
        padding: 10px 15px;
        text-decoration: none;
        font-size: 1.1em;
    }

    .row {
        grid-template-columns: 1fr;
    }

    .scroll-down {
        font-size: 18px;
        bottom: 10px;
    }

    .column:last-child {
        grid-column: 1
    }

    .logo {
        max-width: 120px;
    }

    .scroll-down {
        font-size: 40px;
    }

    .footer {
        flex-direction: column;
        /* Elementos en columna en pantallas pequeñas */
        text-align: center;
        /* Centra los textos */
    }

        .telefono-2 img {
        height: auto;
        width: 32px;
        margin-top: 25px;
    }

    .footer-logo {
        margin-bottom: 20px;
        /* Espacio entre el logo y los enlaces */
    }

    .footer-links {
        display: block;
        flex-direction: column;
        margin-bottom: 20px;
        /* Espacio entre los enlaces y los iconos */
        margin-right: 10px;
    }

    .social-icons {
        flex-direction: row;
        /* Los iconos en columna */
        gap: 15px;
        /* Espacio entre los iconos */
        align-items: center;
        /* Centra los iconos */
        margin-top: 20px;
        /* Espacio entre los enlaces y los iconos */
    }


    .social-icons i {
        flex-direction: row;
        font-size: 35px;
    }

    .whatsapp img {
        height: auto;
        width: 40px;
    }

    .price,
    #boton.evarista {
        display: none;
    }

    .pastilla {
        display: flex;
        flex-direction: column;
        align-items: center;


    }

    /* Animación para el desplazamiento automático */
    @keyframes slideAnimation {
        0% {
            transform: translateX(0);
        }

        33% {
            transform: translateX(0);
            /* Mantiene la primera reseña visible por 8 segundos */
        }

        34% {
            transform: translateX(-100%);
            /* Desplaza a la segunda reseña */
        }

        66% {
            transform: translateX(-100%);
            /* Mantiene la segunda reseña visible por 8 segundos */
        }

        67% {
            transform: translateX(-200%);
            /* Desplaza a la tercera reseña */
        }

        100% {
            transform: translateX(-200%);
            /* Mantiene la tercera reseña visible por 8 segundos */
        }
    }


}


/* Descuentos*/

.descuento {
    background-color: #065c49af;
    color: white;
    z-index: 2;
    padding-top: 13px;
    padding-bottom: 8px;
    font-weight: 600;
    position: absolute;


}


.inauguracion {
    background-color: rgba(45, 45, 45, 0.8);
    color: white;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    z-index: 2;
    line-height: 1;
    font-weight: 600;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 60px;
    margin-left: 33%;
    margin-top: -65%;
}




.pastilla {
    position: sticky;
    bottom: 10px;
    background: white;
    padding: 5px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(167, 167, 167, 0.2);
    text-align: center;
    width: 100%;
    margin: 10px auto 0 auto;
    margin-top: 10px;
    z-index: 4;

}



.nombrecasa p {
    font-family: "Newsreader", serif;
    font-weight: bold;
    font-size: 18px;
}

.contenido {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    width: 100%;
    height: 70px;
}

.precio {
    margin-top: 10px;
    font-family: "inter";
    color: #494949;
    font-size: 0.9em;
}

.precio span {
    font-weight: 600;
    font-size: 1.1em;
}


.botonreserva .btn {
    font-weight: 300;
    font-family: "Newsreader", serif;
    display: inline-block;
    color: white;
    padding: 10px 15px;
    text-decoration: none;
    font-size: 1.1em;
    background-color: #065c4a;
}

.botonreserva .btn:hover {

    background-color: #494949;

}



.whatsapp {
    margin-top: 25px;
    



}


.nombrecasa {
    font-family: 'Playfair Display';
    font-weight: 500;
    font-size: 1.3rem;
}

.precio {
    line-height: 1rem;
    display: block;
    text-align: right;
}

.rating {
    font-size: 24px;
    color: #065c4a;
}








/* Contenedor principal */
.carousel-container {
    width: 80%;
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    background-color: #fff;
    overflow: hidden;
    border-radius: 10px;
    margin-top: 70px;
}

/* El contenedor de las reseñas */
.carousel {
    margin-top: 0;
    margin-bottom: 10px;
    display: flex;
    transition: transform 0.5s ease;
    animation: slideAnimation 24s infinite;
    /* 24s para incluir los 8 segundos por reseña */
}

/* Cada reseña */
.review {
    min-width: 100%;
    padding: 20px;
    text-align: center;
    background: #fff;
    border-radius: 10px;
    box-sizing: border-box;
    font-size: 16px;
    color: #333;
}


@keyframes slideAnimation {
    0% {
        transform: translateX(0);
    }

    10% {
        transform: translateX(0);
        /* Mantiene la primera reseña visible */
    }

    25% {
        transform: translateX(-100%);
        /* Desplaza a la segunda reseña */
    }

    50% {
        transform: translateX(-100%);
        /* Mantiene la segunda reseña visible */
    }

    55% {
        transform: translateX(-200%);
        /* Desplaza a la tercera reseña */
    }

    100% {
        transform: translateX(-200%);
        /* Mantiene la tercera reseña visible */
    }
}

.carousel-container h4 {
    font-weight: 400;
}












/* reseña google */



.fondoresenagoogle {
    width: 100%;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 10px;
    text-align: left;


}

.GoogleIcon {
    border-right: 1px solid #454545
}

.GoogleIcon img {
    width: 30px;
    height: 30px;
    margin: 7px 0
}

.badgeText {
    font-family: Arial, sans-serif;
    color: #545454;
    font-size: 13px;
    line-height: 1;
    padding: 0 0 0 8px
}

span.romw-average-rating {
    font-size: 25px;
    font-weight: bold;
}

.valor {
    width: 104px !important;
    height: 20px;
    margin: 0 !important
}


/* Estilo del texto sobre el video */
.video-text {
    width: 80%;
    margin: auto;
    margin-bottom: 30px;
    text-align: center;
    top: 50%;
    left: 50%;
    z-index: 10;
    /* Asegura que el texto quede encima del video */
    color: white;
    /* Cambia el color del texto */
    font-family: "playfair display";
    font-optical-sizing: auto;
    font-size: 1.2em;
    text-shadow: 2px 2px 5px rgba(1, 1, 1, 1);
    font-weight: 500;
    line-height: 1.2;


}

@media (max-width: 600px) {
    .video-text {
        width: 90%;              
        font-size: 0.9em;         
        line-height: 1.2;        
        margin-bottom: 20px;     
        text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8); 
    }
}

summary {
    cursor: pointer;
}


summary:hover {

    color: #065c4a;


}






/* Contenedor principal */
.icon-container {

    margin-top: 40px !important;
    margin-bottom: 40px !important;
    width: 100%;
    display: flex;
    gap: 1px;
    justify-content: center;
    /* Centra las columnas */
    margin: auto;
    flex-wrap: wrap;
    /* Permite que las columnas se ajusten si no caben */
}

.icon-container2 {

    margin-top: 40px !important;
    margin-bottom: 40px !important;
    width: 90%;
    display: flex;
    gap: 1px;
    justify-content: center;
    /* Centra las columnas */
    margin: auto;
    flex-wrap: wrap;
    /* Permite que las columnas se ajusten si no caben */
}


/* Estilo para cada columna */
.column {

    flex-direction: column;
    align-items: center;
    gap: 20px;
    /* Espacio entre los iconos */
    text-align: center;
    flex: 1;
    /* Ambas columnas tendrán el mismo ancho */
    max-width: 480px;
    /* Evita que las columnas sean muy anchas */
}

/* Estilo para los ítems de cada columna */
.icon-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

/* Estilo para las imágenes de los iconos */
.icon-item img {
    width: 40px;
    /* Ajusta el tamaño del ícono */
    height: auto;
}

/* Media query para pantallas pequeñas (por ejemplo, dispositivos móviles) */
@media (max-width: 600px) {
    .descuento {
        padding: 8px 5px 8px 5px;
        font-size: small;
    }

    .icon-container {
        gap: 5px;
        /* Reduce el espacio entre las columnas */

    }

    .icon-item {
        min-height: 90px;

    }





    .column {
        max-width: 100%;
        /* Asegura que las columnas ocupen todo el ancho en pantallas pequeñas */
    }
}

/* Estilo para el texto debajo de los íconos */
.icon-item p {
    font-size: 14px;
    color: #333;
    margin-top: 5px;
    text-align: center;
}

/* Estilo para el texto debajo de los íconos 
.icon-item2 p {
    font-size: 14px;
    color: #ffffff;
    margin-top: 5px;
    text-align: center;
}

.icon-item2 img {
    width: 40px;
    height: auto;
}*/

.modal-content{
    position: fixed;
    top: 0;
    width: 100vw;
    right: 0;
    height: 100vh;
    background: #ffffff;
    z-index: 25;
}

.close{
    margin-top: 100px;
    right: 0;
    width: 100%;
    text-align: right;
    background: none;
    border: 0;
    font-size: 2em;
}

.modal-oculto { 
  display: none;
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background-color: rgba(0,0,0,0.6);
  z-index: 1000;
}

.modal-contenido{
  background-color: white;
    margin: 0;
    padding: 10px;
    width: 100%;
    border-radius: 0;
    position: relative;
    height: 100vh;
}

.cerrar{
  color: rgb(36, 36, 36);
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 50px;
  cursor: pointer;
}


iframe.buscador{
    min-height: 95vh;
    width: 100%;
    margin-top: 100px!important;
}




.cerrar {
    color: rgb(36, 36, 36);
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 50px;
    cursor: pointer;
}

iframe.buscador {
    min-height: 95vh;
    width: 100%;
    margin-top: 100px !important;
}




.background {
    background-color: #065c4936;
}


/* Apartado promo */




.promocion {

    margin: auto;
    width: 55%;
    padding-bottom: 100px;
    padding-top: 100px;
}

.contenedor1 {
    gap: 30px;
    display: flex;

}

.contenedor2 {
    margin-top: 50px;
    gap: 30px;
    display: flex;
}

.infopromo1 h3 {
    font-weight: 300;
    margin-bottom: 0;
    margin-top: 120px;
    font-size: 1.7rem;
}

.infopromo2 h3 {
    font-weight: 300;
    margin-bottom: 0;
    margin-top: 120px;
    font-size: 1.7rem;
}



.background {
    background-color: #065c4936;
}

.promocion {
    margin: auto;
    width: 55%;
    padding-bottom: 100px;
    padding-top: 100px;
}

.contenedor1,
.contenedor2 {
    gap: 30px;
    display: flex;
}

.infopromo1 h3,
.infopromo2 h3 {
    font-weight: 300;
    margin-bottom: 0;
    margin-top: 120px;
    font-size: 1.7rem;
}

.promocion h2 {
    font-size: 2.4rem;
    text-align: center;
    margin-bottom: 50px;
    font-weight: 300;
}

.backgroundpromo {
    background-color: #e7e7e7;
}


.promocion {
    margin: auto;
    width: 55%;
    padding-top: 100px;
    padding-bottom: 100px;
}

.contenedor1,
.contenedor2 {
    display: flex;
    gap: 30px;
}

.infopromo1 h3,
.infopromo2 h3 {
    font-weight: 300;
    margin-bottom: 0;
    margin-top: 70px;
    font-size: 1.7rem;
}

.promocion h2 {
    text-align: center;
    margin-bottom: 80px;
    font-weight: 300;
}

.background {
    background-color: #065c4936;
}

.backgroundpromo {
    background-color: #e7e7e7;
}


@media (max-width: 1366px) and (min-width: 1025px) {

    .infopromo4 {
        display: none;
    }

    .promocion {
        width: 70%;
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .contenedor1,
    .contenedor2 {
        gap: 25px;
                margin-top: 100px;
    }

    .infopromo1 h3,
    .infopromo2 h3 {
        font-size: 1.5rem;

    }

    .promocion h2 {
        font-size: 2.1rem;
    }
}


@media (min-width: 1440px) {

    .infopromo4 {
        display: none;
    }

    .promocion {
        padding-top: 10px;
        padding-bottom: 120px;
    }

    .contenedor1,
    .contenedor2 {
        gap: 50px;
        margin-top: 100px;
    }

    .infopromo3 h3,
    .infopromo1 h3,
    .infopromo2 h3 {
        font-size: 2rem;
        margin-top: 100px;
    }

    .promocion h2 {
        margin-top: 80px;
        font-size: 2.3em;
    }
}


@media (max-width: 768px) {



    .promocion,
    .papanoel {
        width: 90%;
        padding-top: 30px;
        padding-bottom: 50px;
    }

    .contenedor1,
    .contenedor2 {
        flex-direction: column;
        align-items: center;
        gap: 20px;
        text-align: center;
    }

    .infopromo4 h3,
    .infopromo3 h3,
    .infopromo1 h3,
    .infopromo2 h3 {
        font-weight: 300;
        margin-top: 20px;
        font-size: 1.5rem;
        margin-bottom: 20px;
    }

    .infopromo4 p,
    .infopromo3 p,
    .infopromo1 p,
    .infopromo2 p {
        font-size: 0.95rem;
        line-height: 1.4;
    }

    .imagenpromo1 img,
    .imagenpromo2 img {
        max-width: 90%;
        height: auto;
    }






    .promocion h2 {
        font-size: 1.7rem;
        text-align: center;
        margin-bottom: 30px;
        font-weight: 400;
    }
}



/* Estilos titulo Las Casas */

.lascasas h2 {
    font-size: 2.4rem;
    text-align: center;
    margin-top: 100px;
    margin-bottom: 50px;
    font-weight: 300;
}


@media (max-width: 1366px) and (min-width: 1025px) {
    .lascasas h2 {
        font-size: 2.1rem;
        margin-top: 90px;
        margin-bottom: 40px;
    }
}


@media (min-width: 1440px) {
    .lascasas h2 {
        font-size: 2.3em;
        margin-top: 120px;
        margin-bottom: 60px;
    }
}


@media (max-width: 768px) {



    .infopromo2 {
        display: none;
    }

    .lascasas h2 {
        font-size: 1.7rem;
        text-align: center;
        margin-top: 80px;
        margin-bottom: 30px;
        font-weight: 400;
    }

}


#papanoel {
    margin: auto;
    width: 55%;
    padding-bottom: 100px;
    padding-top: 100px;

}

.contenedorpapanoel {
    gap: 50px;
    display: flex;
}

.fondogris {
    background-color: #f7f7f7;
    color: #181818;
}


.body-no-scroll {
  overflow: hidden;
  height: 100vh;
}