body {
    background-color: #b09a79;
    color: white;
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 20px;
}
@import url('https://fonts.googleapis.com/css2?family=Nata+Sans:wght@100..900&display=swap');

h1 {
    font-family: 'Nata Sans', sans-serif;
    font-weight: 900;
    text-align: center;
    text-shadow: #333 2px 2px 10px;
}
p {
    font-family: 'Nata Sans', sans-serif; 
    font-size: 23.5px;
}

.menu {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    align-items: center;
}
.menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.menu ul li {
    position: relative;
    margin: 0 15px;
}

.menu ul li a {
    font-family: 'Nata Sans', sans-serif; /* Fuente redondeada */
    text-decoration: none;
    color: white;
    padding: 12px 20px;
    display: block;
    font-size: 18px;
    font-weight: 500;
    border-radius: 20px; /* Bordes más redondeados en los botones */
    transition: all 0.3s ease-in-out;
}

.menu ul li a:hover {
    background: linear-gradient(90deg, #ba5b5b, #702121);
    color: #fff;
    transform: scale(1.1); /* Animación de agrandado */
    box-shadow: 0 4px 10px rgba(34, 95, 148, 0.5);
}

.text-section {
    font-family: 'Lexend', sans-serif;
    text-align: center;
    background: rgba(85, 140, 145, 0.8); /* Fondo semi-transparente */
    padding: 20px;
    border-radius: 20px; /* Bordes redondeados */
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); /* Sombra para destacar */
    max-width: 800px;
    margin: 40px auto; /* Centrado con márgenes */
    animation: fadeIn 1.5s ease; /* Animación de entrada */
}

.text-section h1 {
    font-size: 2.5rem;
    color: #558c91; /* Azul claro llamativo */
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5); /* Sombras para profundidad */
    margin-bottom: 10px;
}

.text-section p {
    font-size: 1.2rem;
    line-height: 1.8;
    color: #ffffff;
    margin-top: 0;
}
img {
    border-radius: 12px;
    width: 100%;
    max-width: 300px;
    height: auto;
    margin-left: 300px; /* Espacio con el contenido de la izquierda */
    margin-right: 300px;
    box-shadow: #333 2px 2px 10px;
}
img.derecha {
    float: right;
    margin-left: 200px; /* Espacio con el contenido de la izquierda */
    margin-right: 200px;
}
.imagenes-texto {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px; /* Espacio entre elementos */
    margin: 40px 0;
}

/* estilos.css */

.contenedor {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px 0;
}

.contenedor img {
  height: 300px;
}

.texto-central {
  margin: 0 20px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #333;
}
