* { 
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.container {
    width: 100%;
    margin: 0 auto;
}

.menu {
    position: absolute;
    top: 20px;
    right: 20px;
    display: flex;
    gap: 15px;
    z-index: 3; 
}

.menu ul {
    margin: 0;
    list-style: none;
    padding: 0;
    display: flex;
}

.menu li {
    position: relative; 
}

.menu li:hover {
    background: rgba(0, 0, 0, 0.3);
}

.menu li a {
    display: block;
    padding: 20px;
    color: #ffffff; 
    text-decoration: none;
    text-align: center;
    font-family: Ubuntu, sans-serif;
}

.logo {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 100px;
    height: auto;
    z-index: 2;
}

.seccion1, .seccion2 {
    display: flex;
    width: 100%;
    align-items: stretch;
}

.seccion1 {
    background-color: #826351;
}

.seccion2 {
    background-color: #fdc75b;
}

.imagen1, .imagen2 {
    flex: 0 0 45%; 
    display: flex;
}

.imagen1 img, .imagen2 img {
    width: 100%;
    height: 100%;
    object-fit: cover; 
}

.texto1 {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
    font-size: 1.1em;
    width: 55%; 
    flex-direction: column; 
    color: #ffffff; 
    font-family: Ubuntu, sans-serif;
}

.texto2 {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
    font-size: 1.1em;
    width: 55%; 
    flex-direction: column; 
    color: #53635b; 
    font-family: Ubuntu, sans-serif;
}

.quienes-somos {
    display: flex;
    width: 100%; 
    padding: 100px; 
    background-color: #51625a; 

}

.quienes-somos h1 {
    font-size: 50px; 
    font-family: Arial; 
    color: #ffffff;
    margin-right: 100px; 
    text-align: left; 
}
.texto-flecha {
    font-family: Ubuntu, sans-serif;
    color: #ffffff;
    font-size: 1.1em;
}


.carta-link a {
    color: #53635b; 
    text-decoration: none; 
    display: inline-block; 
    padding: 15px 30px; 
    background-color: #ffffff; 
    border-radius: 5px; 
    font-size: 18px;
    font-weight: bold;
    transition: background-color 0.3s ease, color 0.3s ease;
    text-align: center;
    margin-top: 20px;
    font-family: Ubuntu, sans-serif;
}

.carta-link a:hover {
    background-color: #fdc75b; 
    color: #ffffff; 
}

.reservas {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 100px;
    background-color: #b6b1a8;
    color: #ffffff; 
    font-family: Ubuntu, sans-serif;
    font-size: 1.1em;
}

.reservas h1 {
    font-size: 50px;
    font-family: Arial, sans-serif;
    color: #51625a; 
    margin-bottom: 20px;
    text-align: center;
      justify-content: center;
}

.texto-reservas {
    text-align: center;
    font-size: 20px;
    color: #ffffff; 
    margin-top: 20px;
    max-width: 600px;
    font-family: Ubuntu, sans-serif;
    font-size: 1.1em;
}

.reserva-link a {
    color: #51625a; 
    text-decoration: none; 
    display: block; 
    padding: 10px; 
    font-family: Ubuntu, sans-serif;
    font-size: 1.1em;
}

.logo-final {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 100px;
    background-color: #53635b;
}

.logo2 {
    width: 33%;
    height: auto;
    z-index: 2;
}

.linea-separadora {
    width: 100%;
    border: none;
    border-top: 1px solid #fdc75b; 
    margin: 0;
}

footer {
    width: 100%;
    background-color: #53635b;
    padding: 20px 0;
    color: #fdc75b; 
    font-family: Ubuntu, sans-serif;
    font-size: 1.1em;
}

.contenido-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.izquierda-footer {
    text-align: left;
    padding-left: 20px;
}

.derecha-footer {
    text-align: right;
    padding-right: 20px;
}

.centro-footer {
    text-align: center;
}

.izquierda-footer p, .centro-footer p, .derecha-footer p {
    margin: 10px;
    color: #ffffff; 
}

.menu-toggle {
    display: none;
    background-color: transparent;
    color: #ffffff;
    border: none;
    font-size: 1.5em;
    padding: 10px;
    cursor: pointer;
    z-index: 3;
    position: relative;
    font-family: Ubuntu, sans-serif;
}

/* Estilos Responsivos */
@media (max-width: 768px) {
    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    } 

    .seccion1, .seccion2 {
        flex-direction: column;
        align-items: stretch;
    }

    .imagen1, .imagen2 {
        flex: 0 0 100%; 
        display: block;
    }

    .imagen1 img, .imagen2 img {
        width: 100%; 
        height: 100%; 
        object-fit: cover; 
    }

    .texto1, .texto2 {
        width: 100%;
        padding: 15px;
        font-size: 1em;
    }
    
    .quienes-somos {
        flex-direction: column;
        padding: 50px 20px;
    }

    .quienes-somos h1 {
        font-size: 40px;
        margin-right: 0;
        text-align: center;
    }

    .texto-flecha {
        text-align: center;
        font-size: 18px;
        margin-left: 0;
        max-width: 100%;
    }

    .reservas {
        padding: 50px 20px;
      text-align: center;
    }

    .reservas h1 {
        font-size: 40px;
     text-align: center;
    }

    footer {
        padding: 10px 0;
    }

    .contenido-footer {
        flex-direction: column;
        text-align: center;
    }

    .izquierda-footer, .derecha-footer {
        padding-left: 0;
        padding-right: 0;
    }

    .menu-items {
        display: none;
        flex-direction: column;
        background-color: #51625a;
        position: absolute;
        top: 60px;
        right: 20px;
        width: 200px;
        border-radius: 5px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        z-index: 2;
    }

    .menu-items li {
        margin: 0;
        border-bottom: 1px solid #fdc75b;
    }

    .menu-items li:last-child {
        border-bottom: none;
    }

    .menu-items a {
        padding: 10px;
        color: #ffffff;
        text-align: center;
    }

    .menu-items.show {
        display: flex;
    }

    .menu-toggle {
        display: block;
    }

    .menu-items {
        visibility: hidden;
        opacity: 0;
        transition: visibility 0s 0.3s, opacity 0.3s ease-in-out;
    }

    .menu-items.show {
        visibility: visible;
        opacity: 1;
        transition: visibility 0s 0s, opacity 0.3s ease-in-out;
    }
}
