body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    height: 100vh;
    overflow: hidden;
    background-color: #F5F5F5;
}

.header {
    background-color: #FFFFFF;
    color: #000000;
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    z-index: 2;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}

.header img {
    height: 40px;
    width: 40px;
}

.header nav {
    display: flex;
    gap: 20px;
}

.header nav a {
    color: #006DBC;
    text-decoration: none;
    font-size: 1em;
    transition: color 0.3s ease;
}

.header nav a:hover {
    color: #FF6D00;
}

.photo-slider {
    position: absolute;
    width: 100%;
    height: calc(100vh - 60px);
    top: 60px;
    left: 0;
    z-index: 0;
    overflow: hidden;
}

.photo-slider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    display: block;
}

/* Posicionamiento de los botones de redes sociales */
.social-media-buttons {
    position: fixed;
    bottom: 5%;  /* Ajusta la distancia desde el fondo de la pantalla, puedes modificar este valor según sea necesario */
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 20px;
    z-index: 1;  /* Asegura que estén por encima de otros elementos */
}

/* Estilo de los enlaces (botones) de las redes sociales */
.social-media-buttons a {
    color: #006DBC;
    font-size: 30px;
    text-decoration: none;
    transition: color 0.3s ease;
}

/* Estilo cuando pasas el cursor sobre los botones de redes sociales */
.social-media-buttons a:hover {
    color: #FF6D00;
}

/* Control de visibilidad de los botones de redes sociales cuando el formulario está activo */
.formulario-activo .social-media-buttons {
    display: none; /* Los botones se ocultan cuando el formulario está visible */
}

/* Muestra los botones cuando el formulario no está activo */
.social-media-buttons {
    position: fixed;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 20px;
    z-index: 1;
}



.banner {
    text-align: center;
    margin: 0;
    padding: 0;
    position: relative;
    top: 18px;
    opacity: 0.9;
}

.banner img {
    width: 100%;
    height: auto;
    max-width: 100%;
    margin: 0;
    padding: 0;
}

.booking-widget-container {
    position: absolute;
    top: 60%;
    left: 25%;
    transform: translate(-50%, -50%);
    width: 726px;
    padding: 0;
    box-sizing: border-box;
    z-index: 1;
}

.booking-widget {
    background-color: rgba(255, 255, 255, 0.9);
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 4px 12px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin: 10px 0;
}

.booking-widget__form {
    display: grid;
    gap: 4px;
    margin: 0;
}

.booking-widget__form .form-row {
    display: flex;
    gap: 4px;
    margin: 0;
}

.booking-widget__form .form-row div {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex: 1;
}

.booking-widget__form label {
    font-size: 0.8em;
    margin-right: 4px;
    white-space: nowrap;
}

.booking-widget__form input,
.booking-widget__form select,
.booking-widget__form button {
    padding: 4px;
    border: 1px solid #B7B7B7;
    border-radius: 3px;
    font-size: 0.8em;
    width: 100%;
}

.booking-widget__form input[type="number"] {
    max-width: 50px;
}

.booking-widget__form .payment-info {
    flex: 1;
    min-width: 150px;
}

.booking-widget__form button {
    background-color: #00a9ee;
    color: #FFFFFF;
    cursor: pointer;
    border: none;
    padding: 4px;
    font-size: 0.9em;
    width: 100%;
    grid-column: span 2;
    margin: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.booking-widget__form button:hover {
    background-color: #FF6D00;
}

#btn-reservar-movil {
    position: fixed;
    bottom: 17%;  /* Ajusta la posición en porcentaje según prefieras */
    left: 50%;
    transform: translateX(-50%);
    background-color: orange;
    color: white;
    font-weight: bold;
    font-size: 1.1em;
    padding: 14px 24px;
    border: none;
    border-radius: 30px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    z-index: 10;  /* Asegúrate de que esté por encima de otros elementos */
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 1.2;
}



#btn-whatsapp-movil {
    position: fixed;
    bottom: 60px; /* en lugar de top: 82% */
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
    background-color: #25D366;
    color: white;
    border: none;
    border-radius: 30px;
    min-width: 240px;
    padding: 12px 20px;
    font-size: 1em;
    font-weight: bold;
    display: block;
    text-decoration: none;
    box-shadow: 0 2px 6px rgba(0,0,0,0.3);
    text-align: center;
    white-space: nowrap;
}

#btn-whatsapp-movil i {
    margin-left: 8px;
    font-size: 1.2em;
}
/* Muestra el botón en ambas versiones (móvil y web) */

@media (max-width: 768px) {
    body {
        overflow: hidden;
        height: 100vh;
    }

    .header {
        position: relative;
    }

    .header nav {
        flex-direction: row;
        gap: 10px;
        font-size: 0.8em;
    }

    .photo-slider {
        position: fixed;
        width: 100vw;
        height: 100vh;
        top: 0;
        left: 0;
        display: block;
        overflow: hidden;
        z-index: 0;
    }

    .photo-slider img {
        width: 100vw;
        height: 100vh;
        object-fit: cover;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
    }

    .booking-widget-container {
        top: 10%;
        left: 50%;
        transform: translate(-50%, 0);
        width: 90%;
        padding: 10px;
        z-index: 2;
    }

    .booking-widget {
        padding: 6px;
    }

    .booking-widget__form {
        display: flex;
        flex-direction: column;
        gap: 4px;
    }

    .booking-widget__form .form-row {
        display: flex;
        flex-direction: column;
        gap: 4px;
    }

    .booking-widget__form .form-row div {
        display: flex;
        flex-direction: column;
    }

    .booking-widget__form label {
        font-size: 0.9em;
    }

    .booking-widget__form input,
    .booking-widget__form select,
    .booking-widget__form button {
        font-size: 0.9em;
        padding: 4px;
        width: 100%;
    }

    .booking-widget__form button {
        padding: 10px 20px;
        font-size: 1em;
        align-self: center;
    }

    .social-media-buttons {
        bottom: 10px;
        left: 50%;
        transform: translateX(-50%);
    }

    #btn-reservar-movil,
    #btn-whatsapp-movil {
        display: block;
    }

    #formulario-reserva {
        display: none;
    }

    #formulario-reserva.mostrar {
        display: block;
        animation: aparecer 0.3s ease-in-out;
    }

    .banner {
    display: none;
    height: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.formulario-activo .banner {
    display: block;
    height: auto;
}

}

@keyframes aparecer {
    from { opacity: 0; transform: translateY(10px); }
    to   { opacity: 1; transform: translateY(0); }
}

.ui-datepicker-calendar .ui-state-highlight {
    background-color: #c8e6c9 !important;
    color: black !important;
}
.hero-movil {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  padding: 0;
  margin: 0;
}

#slider-movil img {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  display: block;
}

#btn-reservar-movil {
  position: fixed;
  bottom: 17%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.booking-widget-container,
.banner {
  display: none;
  height: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.formulario-activo .booking-widget-container,
.formulario-activo .banner {
  display: block;
  height: auto;
}
body.formulario-activo #btn-whatsapp-movil {
  z-index: 0;
}
/* Estilo del banner superior en versión móvil */
.header {
    background-color: #FFFFFF;
    color: #000000;
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;  /* Mantén la altura compacta */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);  /* Sombra sutil */
    z-index: 2;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);  /* Línea de separación suave */
    background-color: #fff;  /* Fondo blanco */
}

/* Tamaño del logo */
.header img {
    height: 40px;  /* Logo de tamaño moderado */
    width: auto;   /* El ancho es automático para mantener la proporción */
}

/* Estilo de la navegación */
.header nav {
    display: flex;
    gap: 20px;
    font-size: 0.9em;  /* Tamaño de fuente adecuado */
    flex-wrap: nowrap;  /* No dejar que los enlaces se acomoden en múltiples líneas */
}

/* Estilo de los enlaces en el menú de navegación */
.header nav a {
    color: #006DBC;
    text-decoration: none;
    transition: color 0.3s ease;
    padding: 6px 10px;  /* Añadir un toque de padding para que sean más fáciles de tocar en móviles */
    font-weight: 600;  /* Un poco de negrita para los enlaces */
    text-transform: uppercase;  /* Mayúsculas para un toque moderno */
}

/* Efecto al pasar el mouse sobre los enlaces */
.header nav a:hover {
    color: #FF6D00;  /* Color de énfasis cuando se pasa el mouse */
}

/* Estilo cuando la pantalla es pequeña (versión móvil) */
/* Versión Web */
@media (min-width: 769px) {
    .web-images {
        display: block;
        width: 100%;   /* Asegura que el contenedor ocupe el 100% del ancho de la pantalla */
        height: 100vh;  /* Asegura que el contenedor ocupe el 100% de la altura */
        margin-top: 0px;
        overflow: hidden;
        position: relative;
    }

    .web-images img {
        width: 100%;   /* Asegura que la imagen ocupe el 100% del contenedor */
        height: 100%;  /* Asegura que la imagen ocupe el 100% de la altura */
        object-fit: cover; /* Asegura que la imagen cubra el área sin distorsionarse */
        position: absolute; /* Hace que las imágenes se ubiquen dentro del contenedor sin afectar otros elementos */
        left: 0;    /* Alinea la imagen al margen izquierdo */
        top: 0;     /* Alinea la imagen al margen superior */
        display: none;
    }

    .web-images img.active {
        display: block;
    }
}

@media (max-width: 768px) {
    .header {
        height: 60px;  /* Mantener la altura del banner compacto */
        padding: 8px 15px;  /* Reducir el padding para que no ocupe mucho espacio */
    }

    .header nav {
        justify-content: center;  /* Centrar los enlaces */
        gap: 15px;  /* Reducir la distancia entre los enlaces */
    }

    .header nav a {
        font-size: 1em;  /* Aumentar el tamaño de fuente ligeramente */
        padding: 4px 8px;  /* Ajuste en el padding */
    }

    .header img {
        height: 30px;  /* Hacer el logo más pequeño para móviles */
    }
}
body, html {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

.web-images {
    display: block;
    width: 100vw;
    height: 100vh;
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: relative;
}

   




