html {
  font-size: 14px;
  background-color:white;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

/* styles.css */

body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}

/* Estilos generales del header */
header {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7); /* Color negro con 30% de opacidad */
    z-index: 1000; /* Asegura que el header esté por encima del contenido */
}

nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

/* Estilos del logo */
.logo {
    width: 170px; /* Establece el ancho deseado */
    height: 120px;
}

/* Estilos del menú */
.menu {
    list-style: none;
    display: flex;
}

    .menu li {
        margin-right: 20px;
    }

    .menu a {
        text-decoration: none;
        color: #fff !important;
        font-weight: bold;
        font-size: 12px;
    }
    @media (min-width: 768px) {
        .menu a {
            font-size: 24px;
        }
    }

#hero {
    background-color: #fff;
    padding: 60px 0;
    text-align: center;
}

.carousel {
    position: relative;
    width: 100%;
    height: 100vh;
}

.slide {
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    transition: opacity 2.5s; /* Transición de opacidad */
}

    .slide.active {
        opacity: 1;
    }

    .slide img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

.text {
    position: absolute;
    top: 34%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width:400px;
}

    .text h1 {
        background: rgba(150, 150, 150, 0.5); /* Fondo gris transparente para el texto */
        font-family: Georgia;
        margin: 0px 0;
        font-size: 30px;
    }

    .text p {
        background: rgba(150, 150, 150, 0.5); /* Fondo gris transparente para el texto */
        font-family: Georgia;
        margin: 5px 0;
        font-size: 20px;
    }

@media (min-width: 768px) {
    .text {
        top: 40%;
        width: 900px;
    }
    .text h1 {
        font-size: 54px;
    }
    .text p {
        font-size: 32px;
    }
}

    .text h2 {
        margin: 5px 0;
        font-size: 64px;
        font-family: Georgia;
        font-weight: 600;
        color: white;
    }

.prev, .next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(255, 255, 255, 0.4);
    border: none;
    color: black;
    padding: 10px;
    font-size: 32px;
    transition: background-color 0.3s;
}

.prev {
    left: 10px;
}

.next {
    right: 10px;
}

.prev:hover,
.next:hover {
    background-color: cadetblue; 
    color: ghostwhite; 
}

h2 {
    font-size: 20px;
    color: black;
    margin-bottom: 20px;
}

footer {
    background-color: #333;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    font-size:12px;
}


#AboutPibiBoreal {
    padding: 40px 0;
    color: black;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    position: relative;
    background-color: white;
    z-index: 1;
    /*opacity: 0;*/ /* Inicialmente transparente */
    /*transition: opacity 1.5s ease-in-out;*/ /* Suaviza la animación */
}

    #AboutPibiBoreal.visible {
        opacity: 1; /* Hace que la sección sea visible */
    }

.content-container {
    max-width: 1100px;
    margin: 0 auto;
}

#AboutPibiBoreal .main-title {
    margin-top: 0px;
    font-size: 20px;
    font-weight: bold; /* Hace que el título sea más grueso */
    font-family: Georgia, sans-serif; /* Cambia la fuente del título */
}

@media (min-width: 768px) {
    #AboutPibiBoreal .main-title {
        margin-top: 0px;
        font-size: 40px;
        font-weight: bold; /* Hace que el título sea más grueso */
        font-family: Georgia, sans-serif; /* Cambia la fuente del título */
    }
}

#AboutPibiBoreal p {
    font-size: 15px;
    color: #5A5A5A;
    font-family:  Georgia, 'Times New Roman', Times, serif;
    margin-bottom: 25px;
}
@media (min-width: 768px) {
    #AboutPibiBoreal p {
        font-size: 25px;
        color: #5A5A5A;
        font-family: Georgia, 'Times New Roman', Times, serif;
        margin-bottom: 25px;
    }
}

#AboutPibiBoreal .btn {
    display: inline-block;
    padding: 12px 24px;
    text-decoration: none;
    background-color: seagreen;
    color: #fff;
    transition: background-color 0.3s;
}

    #AboutPibiBoreal .btn:hover {
        background-color: darkgreen;
    }

.about-overlay {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 100px;
    color: rgba(0, 0, 0, 0.1);
    pointer-events: none;
}

@media (min-width: 768px) {
    .about-overlay {
        font-size: 200px;
    }
}

#bookWidget-47671-82119-0-1698624338 {
    position: absolute;
    top: 74%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    align-content: center;
}


/* Media query para aplicar un ancho específico solo en dispositivos con una anchura mínima de 768px (pantallas de computadora) */
@media (min-width: 768px) {
    #bookWidget-47671-82119-0-1698624338 {
        width: 1100px;
        top: 80%;
        z-index: 2;
    }
}

#Rooms h1 {
    margin-top: 15px;
    font-size: 20px;
}

@media (min-width: 768px) {
    #Rooms h1 {
        margin-top: 15px;
        font-size: 40px;
    }
}

#Rooms p {
    font-size: 15px;
    color: #5A5A5A;
    margin-bottom: 25px;
}

@media (min-width: 768px) {
    #Rooms p {
        font-size: 25px;
        color: #5A5A5A;
        margin-bottom: 25px;
    }
}

.cta {
    position: relative;
    margin: auto;
    padding: 12px 18px;
    transition: all 0.2s ease;
    border: none;
    background: none;
    cursor: pointer;
}

    .cta:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        border-radius: 50px;
        background: #b1dae7;
        width: 45px;
        height: 45px;
        transition: all 0.3s ease;
    }

    .cta span {
        position: relative;
        font-family: "Ubuntu", sans-serif;
        font-size: 18px;
        font-weight: 700;
        letter-spacing: 0.05em;
        color: #234567;
    }

    .cta svg {
        position: relative;
        top: 0;
        margin-left: 10px;
        fill: none;
        stroke-linecap: round;
        stroke-linejoin: round;
        stroke: #234567;
        stroke-width: 2;
        transform: translateX(-5px);
        transition: all 0.3s ease;
    }

    .cta:hover:before {
        width: 100%;
        background: #b1dae7;
    }

    .cta:hover svg {
        transform: translateX(0);
    }

    .cta:active {
        transform: scale(0.95);
    }

.Select {
    padding: 1.3em 3em;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    font-weight: 500;
    color: #000;
    background-color: #fff;
    border: none;
    border-radius: 45px;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease 0s;
    cursor: pointer;
    outline: none;
}

    .Select:hover {
        background-color: black;
        box-shadow: 0px 15px 20px rgba(46, 229, 157, 0.4);
        color: #fff;
        transform: translateY(-7px);
    }

    .Select:active {
        transform: translateY(-1px);
    }

.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 600px;
    position: relative;
}

form {
    display: flex;
    flex-direction: column;
}

    form div {
        margin-bottom: 15px;
    }

label {
    margin-bottom: 5px;
}

input[type="text"],
input[type="date"] {
    width: 100%;
    padding: 8px;
    box-sizing: border-box;
}

input[type="submit"] {
    width: 100%;
    padding: 10px;
    background-color: #4CAF50; /* Color verde */
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

    input[type="submit"]:hover {
        background-color: #45a049; /* Cambia el color al pasar el mouse */
    }

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .close:hover,
    .close:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }

@media screen and (max-width: 600px) {
    .modal-content {
        width: 100%;
    }
}



