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

body {
  overflow-x: hidden;
}
  
body {
    background-image: url(/images/WhatsApp\ Video\ 2025-05-30\ at\ 13.44.03.mp4);
    font-family: 'STITwoText', sans-serif;
    background-size: cover;
    background-attachment: fixed;
    background-position: center 20%;
    background-color: #212121; /* Color de fondo oscuro */
    text-align: center;
    animation: fadeInUp 2s ease-out;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
    justify-content: center;
    justify-items: center;

    #fondo {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        object-fit: cover;
        z-index: -1;
      }
}
      
      /* Animación */
      @keyframes fadeInUp {
        0% {
          opacity: 0;
          transform: translateY(30px);
        }
        100% {
          opacity: 1;
          transform: translateY(0);
        }
      }
  
.main {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: left;
    padding-top: 50px;
    width: 100%;
}
  
.navbar {
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px 80px;
    width: 100%;
    position: fixed;   /* Para que quede arriba del todo */
    top: 0;
    left: 0;
    z-index: 1000;
    font-family: 'STITwoText', sans-serif;
    font-weight: 400;
    background-color: #212121; /* Fondo oscuro */
}
  
.navbar .logo {
    color: #EEEBD5; /* Color blanco suave */
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    line-height: 1.1;
    display: flex;
    margin-left: 0;
    font-family: 'STITwoText', sans-serif;
    font-weight: 700;
    padding: 0 50px;
}
  
.navbar .menu {
    display: flex;
    gap: 20px;
    font-weight: 400;
}
  
ul {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    font-family: 'STITwoText', sans-serif;
    font-weight: 400;
    font-size: 50px;
}
  
ul li {
    list-style: none;
    margin-left: 62px;
    font-size: 25px;
    font-weight: 400;
}
  
ul li a {
    text-decoration: none;
    color: #EEEBD5; /* Color blanco suave */
    transition: 0.4s ease-in-out;
    font-weight: 400;
}
  
ul li a:hover {
    color: #233268; /* Color anaranjado */
}
  
.content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left;
    padding: 0 80px;
}
  
.content h1 {
    font-family: 'STITwoText', sans-serif;
    font-weight: 400;
    font-size: 80px;
    align-items: flex-end;
    justify-content: left;
    margin-top: 200px;
    line-height: 50px;
    text-align: center;
    padding: 60px 170px;
}
  
.content h1 span {
    display: block;
    margin-bottom: 55px;
}
  
.bienvenido, .nombre {
    font-size: 90px;
    color: #EEEBD5;
    font-weight: bold;
}
  
.puedes{
    color: #233268; /* Color anaranjado */
    font-weight: bold;
}
  
  
.rosa {
    color: #233268; /* Color anaranjado */
}
  
a {
    text-decoration: none;
}
  
.logo {
    font-family: 'STITwoText', sans-serif;
    font-weight: 700;
    font-size: 35px;
    text-align: center;
}
  
h2 {
    margin: 5px;
    display: inline-block;
    font-size: 60px;
    color: #EEEBD5;
}
  
.rosa2 {
    margin-left: 10px;
    color: #233268; /* Color anaranjado */
}
.servicios {
    background: url("images/DSC05440.JPG") center/cover no-repeat;
        background-size: cover;
        min-height: 100vh;
        width: 100%;
        padding: 60px 20px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
      }
  
  .servicios-overlay {
    background-color: #EEEBD5(255, 255, 255, 0.9);
    padding: 40px;
    border-radius: 16px;
    max-width: 1200px;
    width: 100%;
    box-shadow: 0 8px 20px #212121(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .servicios-overlay h2 {
    font-size: 3em;
    margin-bottom: 40px;
    color: #233268;
    text-align: center;
  }
  
  .servicios-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
    width: 100%;
  }
  
  .servicio {
    background-color: #EEEBD5;
    border-radius: 12px;
    box-shadow: 0 4px 10px #212121(0,0,0,0.1);
    padding: 25px;
    max-width: 320px;
    text-align: center;
    transition: transform 0.3s ease;
  }
  
  .servicio:hover {
    transform: translateY(-5px);
  }
  
  .servicio img {
    width: 80px;
    height: 80px;
    margin-bottom: 15px;
  }
  
  .servicio h3 {
    font-size: 1.5em;
    margin-bottom: 10px;
    color: #233268;
  }
  
  .servicio p {
    font-size: 1em;
    color: #212121;
    line-height: 1.6;
  }

.content-text p {
    font-size: 20px;
    color: #EEEBD5; /* Color blanco suave */
    width: 80%;
    margin: 0 auto;
}
  
.cuadros {
    display: flex;
    justify-content: space-between;
    padding: 50px 80px;
    flex-wrap: wrap;
    background-color: #3A3A3A; /* Fondo oscuro */
}
  
.cuadro {
    background-color: #FF8C00; /* Color anaranjado */
    width: 22%;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}
  
.cuadro h3 {
    font-size: 30px;
    margin-bottom: 15px;
}
  
.cuadro p {
    font-size: 20px;
    color: #212121;
}
  

  
.eventos {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}
  
.contenedor-eventos {
    display: flex;
    align-items: center;
    max-width: 900px;
    width: 100%;
}
  
.imagen-perfil {
    width: 600px;
    height: 600px;
    border-radius: 50%;
    margin-right: 20px;
    object-fit: cover;
}
  
.texto-eventos h2 {
    font-size: 50px;
    margin: 0;
}
  
.texto-eventos h3 {
    font-size: 24px;
    color: #FAF3F3; /* Color blanco suave */
    margin-top: 5px;
}
  
.texto-eventos p {
    font-size: 18px;
    color: #FAF3F3; /* Color blanco suave */
    line-height: 1.6;
    margin-top: 10px;
}
  

  
.footer {
    height: 20vh;
    background-color: #212121; /* Color anaranjado */
    color: #FAF3F3; /* Color blanco suave */
    text-align: center;
    padding: 20px 800px;
    position: relative;
}

main {
    padding-top: 80px; /* o lo que mida tu navbar */
  }

  .quienes-somos {
    background-color: #EEEBD5;
    padding: 80px 40px;
    text-align: center;
    margin-top: 60px;
  }
  
  .titulo-quienes {
    font-size: 70px;
    color: #233268;
    margin-bottom: 10px;
    font-family: 'Playfair Display', serif;
    position: relative;
    margin-top: 300px;
  }
  
  .titulo-quienes::after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    margin: 2px auto 20px;
    margin-top: 60px;
  }
  
  .subtitulo {
    font-size: 24px;
    color: #212121;
    font-weight: 600;
    margin-bottom: 20px;
    font-family: 'STITwoText', sans-serif;
  }
  
  .descripcion {
    max-width: 900px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 1.8;
    color: #212121;
    font-family: 'STITwoText', sans-serif;
  }

  .content {
    text-align: center; /* Esto centra elementos inline e inline-block dentro */
  }
  
  .content {
    display: flex;
    flex-direction: column; /* para que los hijos vayan verticalmente */
    align-items: center; /* centra horizontalmente */
    justify-content: center; /* opcional, centra verticalmente si hay altura */
  }
  
  .btn-info {
    background: transparent;
    color: #233268;
    border: 5px solid #233268;
    padding: 22px 40px;
    font-size: 28px;
    border-radius: 10px;
    cursor: pointer;
    margin-top: 20px;
    font-family: 'STITwoText', sans-serif;
    transition: all 0.3s ease;
    display: block; /* o inline-block, con flexbox no importa */
    font-weight: bold;
  }
  
  .btn-info:hover {
    background-color: #233268;
    color: #EEEBD5;
    box-shadow: 0 4px 15px rgba(35, 50, 104, 0.4);
    transform: translateY(-3px);
  }

  .nosotros {
    width: 100vw;
    background-color: #EEEBD5;
    padding: 90px 20px;
    margin-top: 110px;
    box-sizing: border-box;
    text-align: center;
    display: block;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  
  .nosotros .contenido-quienes {
    max-width: 900px;
    margin: 0 auto;
    text-align: center; /* Centra el texto dentro */
  }

  .titulo-quienes,
.subtitulo,
.descripcion {
  text-align: center;
  margin: 30px auto;
  font-family: 'STITwoText', sans-serif;
}

.subtitulo {
    margin-top: -55px;
    font-size: 30px;
}

.descripcion {
    font-size: 20px;
}

.galeria-nosotros {
    display: flex;
    justify-content: center;
    gap: 40px; /* Más separación entre imágenes */
    margin-top: 50px;
    flex-wrap: wrap;
  }
  
  .galeria-nosotros img {
    width: 500px; /* Más grandes */
    height: auto;
    border-radius: 12px;
    object-fit: cover;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease;
  }
  
  .galeria-nosotros img:hover {
    transform: scale(1.05);
  }

  html {
    scroll-behavior: smooth;
  }

  .contacto {
    background-color: #EEEBD5;
    padding: 150px 680px;
    margin-top: 120px;
    text-align: center;
  }
  
  .titulo-contacto {
    font-size: 70px;
    color: #233268;
    font-family: 'STITwoText', sans-serif;
    margin-bottom: 10px;
  }
  
  .descripcion-contacto {
    font-size: 20px;
    color: #212121;
    font-family: 'STITwoText', sans-serif;
    margin-bottom: 40px;
  }
  
  .formulario-contacto {
    max-width: 600px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 25px;
    padding: 20px;
    background-color: white;
    border-radius: 16px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  }
  
  .formulario-contacto input,
  .formulario-contacto textarea {
    padding: 15px 20px;
    border: 2px solid #233268;
    border-radius: 12px;
    font-family: 'STITwoText', sans-serif;
    font-size: 16px;
    transition: border-color 0.3s ease;
    background-color: white;
  }
  
  .formulario-contacto input:focus,
  .formulario-contacto textarea:focus {
    border-color: #233268;
    outline: none;
  }
  
  .btn-enviar {
    background-color: transparent;
    color: #233268;
    border: 2px solid #233268;
    padding: 14px 30px;
    font-size: 18px;
    font-weight: bold;
    border-radius: 12px;
    cursor: pointer;
    font-family: 'STITwoText', sans-serif;
    transition: all 0.3s ease;
  }
  
  .btn-enviar:hover {
    background-color: #233268;
    color: white;
  }

  .scroll-to-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    background-color: #233268;
    color: white;
    padding: 15px;
    border-radius: 50%;
    font-size: 20px;
    text-align: center;
    text-decoration: none;
    box-shadow: 0 4px 8px rgba(0,0,0,0.3);
    transition: background-color 0.3s ease;
    z-index: 1000;
  }
  
  .scroll-to-top:hover {
    background-color: #2e1d54;
  }

  .social-icons img {
    width: 24px;
    height: 24px;
    filter: brightness(0) invert(1);
    transition: filter 0.3s ease;
    vertical-align: middle;
    margin: 0 6px;
    cursor: pointer;
  }
  
  .social-icons a:hover img {
    filter: brightness(0) invert(0.7);
  }

  .footer-content p {
    margin-bottom: 10px; /* espacio entre textos */
    font-family: 'STITwoText', sans-serif;
  }
  

/* Media query para tablets y móviles */
@media (max-width: 1024px) {
  .menu ul {
    flex-direction: column;    /* menú vertical */
    width: 100%;               /* ocupa todo el ancho */
    align-items: center;       /* centrado horizontal */
    gap: 15px;
    margin: 10px 0 0 0;        /* margen superior */
  }
  .menu ul li {
    width: 100%;
    text-align: center;        /* texto centrado */
  }
  .menu {
    width: 100%;
  }
}

/* Ajuste extra para móviles pequeños (iphone SE, etc) */
@media (max-width: 480px) {
  .navbar {
    padding: 10px 10px;
  }
  .menu ul {
    gap: 10px;
  }
}

.eventos-container video {
  width: 60vw;  /* 60% del ancho de la ventana */
  max-width: 600px;  /* pero no más de 600px */
  height: auto;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}