@charset "UTF-8";
/*
$color-primario:      #001e54; // Azul Marino Profundo (El del texto "CAPI" - Perfecto para Navbar, Títulos y Botones principales)
$color-secundario:    #00919e; // Turquesa Orgánico (La gota superior y curvas - Para enlaces activos, Hover y detalles pedagógicos)
$color-celeste-capi:  #3399ff; // Celeste Vivo (Los pétalos intermedios - Excelente para tags de categorías de eventos)
$color-azul-pétalo:   #0055d4; // Azul Eléctrico (Los pétalos centrales - Para acentos secundarios)
$color-dorado-capi:   #c19d53; // Dorado Elegante (El hilo sutil del logo - Para líneas decorativas, bordes de tarjetas y acentos artísticos)

// --- COLORES DE SOPORTE ---
$color-texto:         #1a2536; // Un gris casi negro azulado (Mucho más orgánico que el #333)
$color-blanco:        #ffffff;
$color-fondo-claro:   #f4f6f9; // Gris claro limpio con un toque frío para que contrasten las tarjetas blancas
*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: #ffffff;
  overflow-x: hidden;
  padding-top: 0;
}

img {
  max-width: 100%;
  display: block;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

button {
  cursor: pointer;
  border: none;
  background: none;
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #1a2536;
  line-height: 1.6;
}

h1,
h2,
h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  color: #001e54;
}
@media (max-width: 480px) {
  h1,
  h2,
  h3 {
    font-size: 2rem;
  }
}

@media (max-width: 480px) {
  h3 {
    font-size: 1.2rem;
  }
}

p {
  margin-bottom: 0;
}

body {
  opacity: 0;
  transition: opacity 0.6s ease-in-out;
}

body.is-loaded {
  opacity: 1;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.section-title {
  font-family: "Montserrat", sans-serif;
  color: #001e54;
  font-size: 2.4rem;
  margin-bottom: 10px;
}
.section-title.text-center {
  text-align: center;
}

.section-intro {
  color: #1a2536;
  mix-blend-mode: normal;
  opacity: 0.8;
}

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

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
}
@media (max-width: 991px) {
  .container {
    padding: 0 32px;
  }
}
@media (max-width: 860px) {
  .container {
    padding: 0 22px;
  }
}
@media (max-width: 860px) {
  .container {
    padding: 0 22px;
  }
}

.footer {
  background: linear-gradient(to bottom, #001e54, rgb(0, 20.8928571429, 58.5));
  color: #ffffff;
  padding: 80px 0 0;
}
.footer__wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 40px;
  padding-bottom: 60px;
}
@media (max-width: 991px) {
  .footer__wrapper {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.footer__column:first-child {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media (max-width: 991px) {
  .footer__column {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
}
.footer__logo {
  height: 80px;
  width: 80px;
  object-fit: contain;
  background-color: #ffffff;
  padding: 10px;
  border-radius: 50%;
  margin-bottom: 20px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.footer__title {
  font-family: "Montserrat", sans-serif;
  margin-bottom: 25px;
  color: #c19d53;
  font-size: 1.2rem;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
}
.footer__title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 40px;
  height: 2px;
  background-color: #c19d53;
}
@media (max-width: 991px) {
  .footer__title::after {
    left: 50%;
    transform: translateX(-50%);
  }
}
.footer__tagline {
  font-style: italic;
  font-size: 0.9rem;
  max-width: 180px;
  margin: 0 auto;
}
.footer__links, .footer__contact {
  padding: 0;
}
.footer__links li, .footer__contact li {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 15px;
  font-size: 0.95rem;
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer__links li a, .footer__contact li a {
  color: rgba(255, 255, 255, 0.8);
  transition: all 0.3s ease;
}
.footer__links li a:hover, .footer__contact li a:hover {
  color: #c19d53;
  padding-left: 5px;
}
.footer__links li i, .footer__contact li i {
  color: rgba(255, 255, 255, 0.8);
}
@media (max-width: 991px) {
  .footer__links li, .footer__contact li {
    justify-content: center;
  }
}
.footer__social {
  display: flex;
  gap: 15px;
}
@media (max-width: 991px) {
  .footer__social {
    justify-content: center;
  }
}
.footer__social a {
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.5);
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.footer__social a:hover {
  background: #c19d53;
  border-color: #c19d53;
  color: #001e54;
  box-shadow: 0 0 15px rgba(193, 157, 83, 0.4);
  transform: translateY(-3px);
}
.footer__bottom {
  background-color: rgb(0, 15.4285714286, 43.2);
  padding: 20px 0;
  margin: 0;
  text-align: center;
  font-size: 0.8rem;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  opacity: 0.7;
}

.error-page-fullscreen {
  margin: 0;
  padding: 0;
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-align: center;
  background-image: url("https://images.unsplash.com/photo-1513364776144-60967b0f800f?q=80&w=1600&auto=format&fit=crop");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.error-page-fullscreen .error-page__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
.error-page-fullscreen .error-page__content {
  position: relative;
  z-index: 2;
}
.error-page-fullscreen .error-page__title {
  font-size: clamp(3rem, 12vw, 8rem);
  margin: 0;
  line-height: 1;
  color: var(--color-dorado-capi, #d4af37);
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
}
@media (max-width: 480px) {
  .error-page-fullscreen .error-page__title {
    font-size: clamp(3rem, 10vw, 6rem);
  }
}
.error-page-fullscreen .error-grid {
  display: grid;
  grid-template-columns: 1fr 1px 1fr;
  gap: 40px;
  align-items: center;
  margin-top: 20px;
}
.error-page-fullscreen .error-grid .error-divider {
  background-color: rgba(255, 255, 255, 0.3);
  height: 100px;
  width: 2px;
}
@media (max-width: 768px) {
  .error-page-fullscreen .error-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .error-page-fullscreen .error-grid .error-divider {
    display: block;
    height: 2px;
    width: 100px;
    background-color: rgba(255, 255, 255, 0.3);
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  .error-page-fullscreen .error-grid {
    gap: 30px;
    margin-top: 15px;
  }
}
.error-page-fullscreen .error-grid h2 {
  font-size: 1.8rem;
  margin-bottom: 10px;
  color: var(--color-blanco, #ffffff);
  text-shadow: 2px 2px 4px rgba(8, 8, 8, 0.5);
}
@media (max-width: 480px) {
  .error-page-fullscreen .error-grid h2 {
    font-size: 1.5rem;
    margin-bottom: 8px;
    text-shadow: 2px 2px 4px rgba(8, 8, 8, 0.5);
  }
}
.error-page-fullscreen .error-grid p {
  margin-bottom: 25px;
  opacity: 0.9;
}
@media (max-width: 480px) {
  .error-page-fullscreen .error-grid p {
    font-size: 0.9rem;
    margin-bottom: 20px;
  }
}

body:has(.error-page-fullscreen) {
  padding-top: 0 !important;
  overflow: hidden;
}

body:has(.error-page-fullscreen) main {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

.btn-donar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background-color: #00919e;
  color: #ffffff !important;
  padding: 10px 25px !important;
  font-family: "Montserrat", sans-serif;
  border-radius: 4px;
  text-transform: uppercase;
  font-size: 0.9rem;
  font-weight: 200;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}
.btn-donar i {
  transition: transform 0.3s ease;
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.18);
  }
  100% {
    transform: scale(1);
  }
}
@media (max-width: 767px) {
  .btn-donar i {
    animation: pulse 1.2s infinite ease-in-out;
    transform-origin: center;
  }
}
@media (prefers-reduced-motion: reduce) {
  .btn-donar i {
    animation: none !important;
  }
}
@media (min-width: 768px) {
  .btn-donar {
    margin-left: 1rem;
    width: 85%;
  }
}
.btn-donar:hover, .btn-donar:active, .btn-donar:focus {
  color: #001e54 !important;
  background-color: #c19d53;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  outline: none;
}
.btn-donar:hover i, .btn-donar:active i, .btn-donar:focus i {
  transform: scale(1.2);
}
.btn-donar.is-active {
  color: #001e54 !important;
  background-color: #c19d53 !important;
  box-shadow: 0 4px 8px #c19d53;
}

.btn {
  display: inline-block;
  padding: 1rem 2rem;
  border-radius: 8px;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  transition: all 0.3s ease;
  cursor: pointer;
}
.btn--primary {
  background-color: #00919e;
  color: #ffffff;
  border: 2px solid #00919e;
  font-size: 1rem;
}
.btn--primary:hover {
  background-color: transparent;
  color: #ffffff;
}
.btn--outline {
  background-color: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
}
.btn--outline:hover {
  background-color: #ffffff;
  color: #001e54;
}

.navbar {
  padding: 10px 0;
  position: fixed;
  background-color: #ffffff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.navbar__wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  width: 100%;
  padding: 15px;
  height: 100%;
  transition: all 0.4s ease;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .navbar__wrapper {
    padding: 20px;
  }
}
.navbar .logo img {
  height: 70px;
  width: auto;
  object-fit: contain;
  display: block;
  transition: all 0.4s ease;
}
@media (min-width: 768px) {
  .navbar .logo img {
    height: 90px;
  }
}
.navbar.scrolled {
  background-color: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding: 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.navbar.scrolled .logo img {
  height: 55px;
}
@media (min-width: 768px) {
  .navbar.scrolled .logo img {
    height: 60px;
  }
}
.navbar.scrolled .navbar__wrapper {
  padding: 10px 20px;
}
.navbar__check {
  display: none;
}
@media (max-width: 991px) {
  .navbar .navbar__links a.is-active {
    background-color: rgba(0, 30, 84, 0.1);
    padding: 5px 15px;
    border-radius: 5px;
    color: #001e54;
  }
  .navbar .navbar__links a.is-active::after {
    display: none;
  }
}
.navbar__burger {
  display: none;
  cursor: pointer;
  font-size: 1.8rem;
  color: #001e54;
  position: relative;
  width: 30px;
  height: 30px;
}
@media (max-width: 991px) {
  .navbar__burger {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.navbar__burger i {
  position: absolute;
  transition: all 0.4s ease;
}
.navbar__burger .burger-close {
  opacity: 0;
  transform: rotate(-180deg);
}
.navbar__check:checked ~ .navbar__burger .burger-open {
  opacity: 0;
  transform: rotate(180deg);
}
.navbar__check:checked ~ .navbar__burger .burger-close {
  opacity: 1;
  transform: rotate(0deg);
}
.navbar__links {
  display: flex;
  list-style: none;
  gap: 20px;
  align-items: center;
  margin-left: auto;
  margin-right: 0px;
  font-size: 1rem;
}
@media (max-width: 991px) {
  .navbar__links {
    margin: 0;
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    padding: 0;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
  }
}
.navbar__links a {
  text-decoration: none;
  color: #001e54;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  transition: color 0.3s;
  position: relative;
  padding: 5px 0;
}
.navbar__links a.btn-donar {
  transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
}
.navbar__links a:hover {
  color: #00919e;
}
.navbar__links a:not(.btn-donar).is-active {
  color: #001e54;
}
.navbar__links a:not(.btn-donar).is-active::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 10%;
  width: 80%;
  height: 1.8px;
  background-color: #c19d53;
  border-radius: 2px;
}
@media (max-width: 991px) {
  .navbar__check:checked ~ .navbar__links {
    max-height: 100vh;
    opacity: 1;
    visibility: visible;
    padding: 40px 0;
  }
  .navbar__check:checked ~ .navbar__links li {
    opacity: 1;
    transform: translateY(0);
    transition: all 0.4s ease;
  }
  .navbar__check:checked ~ .navbar__links li:nth-child(1) {
    transition-delay: 0.05s;
  }
  .navbar__check:checked ~ .navbar__links li:nth-child(2) {
    transition-delay: 0.1s;
  }
  .navbar__check:checked ~ .navbar__links li:nth-child(3) {
    transition-delay: 0.15s;
  }
  .navbar__check:checked ~ .navbar__links li:nth-child(4) {
    transition-delay: 0.2s;
  }
  .navbar__check:checked ~ .navbar__links li:nth-child(5) {
    transition-delay: 0.25s;
  }
}
.navbar__lang {
  position: fixed;
  top: 10px;
  right: 20px;
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 0.85rem;
  z-index: 1010;
}
@media (max-width: 991px) {
  .navbar__lang {
    right: auto;
    left: 50%;
    top: 10px;
    transform: translateX(-50%);
  }
}
.navbar__lang .lang-link {
  text-decoration: none;
  color: #1a2536;
  backdrop-filter: blur;
  font-size: 0.8rem;
  opacity: 0.6;
  transition: all 0.3s;
}
.navbar__lang .lang-link.is-active {
  color: #c19d53;
  opacity: 1;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.navbar__lang .lang-link:hover {
  opacity: 1;
  color: #c19d53;
}
.navbar__check:checked ~ .navbar__burger i {
  transform: rotate(90deg);
  transition: transform 0.3s ease;
}

main {
  padding-top: 110px;
  transition: margin-top 0.4s ease;
}

@media (max-width: 767px) {
  main {
    padding-top: 90px;
  }
}
@media (min-width: 768px) {
  main {
    padding-top: 110px;
  }
}
.navbar.scrolled + main {
  margin-top: -20px; /* Compensa cuando el navbar se encoge */
}

/*
.navbar.scrolled + main {
    margin-top: -55px;
}

@media (max-width: 767px) {
    .navbar.scrolled + main {
        margin-top: -60px;
    }
}
    */
.contacto {
  padding: 80px 0;
  background-color: #ffffff;
}
.contacto__wrapper {
  display: flex;
  gap: 50px;
  align-items: center;
  flex-wrap: wrap;
}
.contacto__info {
  flex: 1;
  min-width: 300px;
}
.contacto__title {
  color: #001e54;
  font-family: "Montserrat", sans-serif;
  font-size: 2rem;
  margin-bottom: 20px;
  text-align: center;
}
@media (min-width: 768px) {
  .contacto__title {
    font-size: 2.2rem;
    text-align: left;
  }
}
.contacto__text {
  font-family: "Open Sans", sans-serif;
  color: #1a2536;
  margin-bottom: 25px;
  text-align: center;
}
@media (min-width: 768px) {
  .contacto__text {
    text-align: left;
  }
}
.contacto__list li {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
  color: #00919e;
  font-weight: 600;
  justify-content: center;
  font-size: 1rem;
}
.contacto__list li i {
  font-size: 1.2rem;
  min-width: 25px;
  display: flex;
  justify-content: center;
  transition: transform 0.3s ease;
}
.contacto__list li:hover i {
  transform: scale(1.2);
}
@media (min-width: 768px) {
  .contacto__list li {
    justify-content: flex-start;
    width: 100%;
    font-size: 1.1rem;
  }
  .contacto__list li i {
    font-size: 1.4rem;
    min-width: 30px;
  }
}

.form {
  flex: 1;
  min-width: 300px;
  background-color: #f4f6f9;
  padding: 20px;
  border-radius: 15px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(193, 157, 83, 0.4);
}
@media (min-width: 768px) {
  .form {
    padding: 40px;
  }
}
.form__group {
  margin-bottom: 20px;
}
.form__input {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid rgba(0, 30, 84, 0.2);
  border-radius: 5px;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
}
.form__input:focus {
  outline: none;
  border-color: #001e54;
  box-shadow: 0 0 5px rgba(0, 30, 84, 0.3);
}
.form__input--textarea {
  height: 120px;
  resize: none;
}
.form__button {
  width: 100%;
  text-align: center;
  transition: all 0.3s ease;
  font-size: 1rem;
}
.form__button:hover {
  color: #00919e;
}
.form__button:active {
  transform: scale(0.98);
}

.modal {
  display: none;
  position: fixed;
  z-index: 2000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(5px);
  align-items: center;
  justify-content: center;
}
.modal.is-visible {
  display: flex;
}
.modal__content {
  background-color: #ffffff;
  padding: 40px;
  border-radius: 20px;
  width: 90%;
  max-width: 600px;
  position: relative;
  border-top: 5px solid #c19d53;
  animation: modalFade 0.4s ease;
}
@media (max-width: 480px) {
  .modal__content {
    max-height: 80vh;
    overflow-y: auto;
    padding: 30px;
  }
}
@media (min-width: 992px) {
  #modal-liliana .modal__content {
    max-height: 75vh;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: rgba(193, 157, 83, 0.9) rgba(0, 0, 0, 0.08);
  }
  #modal-liliana .modal__content::-webkit-scrollbar {
    width: 8px;
  }
  #modal-liliana .modal__content::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.08);
    border-radius: 999px;
  }
  #modal-liliana .modal__content::-webkit-scrollbar-thumb {
    background: rgba(193, 157, 83, 0.9);
    border-radius: 999px;
    border: 2px solid transparent;
    background-clip: content-box;
  }
}
.modal__close {
  position: absolute;
  right: 20px;
  top: 15px;
  font-size: 28px;
  cursor: pointer;
  color: #001e54;
}
.modal__header {
  margin-bottom: 25px;
}
.modal__header h3 {
  color: #001e54;
  margin-bottom: 5px;
  font-size: 1.5rem;
  font-weight: 700;
}
@media (max-width: 480px) {
  .modal__header h3 {
    font-size: 1.2rem;
  }
}
.modal__header .tag {
  color: #c19d53;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.9rem;
}
.modal__body h4 {
  color: #001e54;
  margin-top: 20px;
  border-bottom: 1px solid #eee;
  padding-bottom: 5px;
}
.modal__body p, .modal__body li {
  font-size: 1rem;
  color: #1a2536;
  line-height: 1.6;
}
.modal__body ul {
  padding-left: 20px;
  margin-top: 10px;
}

@keyframes modalFade {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.lightbox {
  display: none;
  position: fixed;
  z-index: 3000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.95);
  backdrop-filter: blur(10px);
  cursor: zoom-out;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.lightbox.is-active {
  display: flex;
}
.lightbox img {
  max-width: 90%;
  max-height: 80%;
  border-radius: 8px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
  animation: zoomIn 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.lightbox__close {
  position: absolute;
  top: 30px;
  right: 40px;
  color: white;
  font-size: 50px;
  font-weight: 200;
  cursor: pointer;
  transition: color 0.3s;
}
.lightbox__close:hover {
  color: #c19d53;
}
.lightbox__caption {
  margin-top: 5px;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 1.2rem;
  text-align: center;
}
.lightbox__counter {
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.8);
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  text-align: center;
}
.lightbox .lightbox-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.4);
  color: #ffffff;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 3100;
  transition: background 0.3s ease;
}
.lightbox .lightbox-nav.prev {
  left: 22px;
}
.lightbox .lightbox-nav.next {
  right: 22px;
}

@keyframes zoomIn {
  from {
    transform: scale(0.8);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
/*
.hero {
    height: 80vh;
    min-height: 500px;
    background: linear-gradient(rgba(v.$color-primario, 0.8), rgba(v.$color-primario, 0.6)),
        url('https://images.unsplash.com/photo-1488521787991-ed7bbaae773c?q=80&w=2070&auto=format&fit=crop');
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    color: v.$color-blanco;

    &__container {
        width: 90%;
        max-width: 1200px;
        margin: 0 auto;
    }

    &__content {
        max-width: 650px;

        @media (max-width: v.$bp-mobile) {
            text-align: center;
            margin: 0 auto;
        }
    }

    &__tagline {
        display: inline-block;
        text-transform: uppercase;
        letter-spacing: 2px;
        font-size: v.$font-size-lg;
        font-weight: 600;
        margin-bottom: v.$spacing-sm;
        color: v.$color-acento;
        @include m.gradient-text();
        filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.993));

        @media (max-width: v.$bp-mobile) {
            font-size: v.$font-size-sm;
        }
    }

    &__title {
        color: v.$color-blanco; // Sobrescribimos el color de h1 para el fondo oscuro
        font-size: 3.5rem;
        margin-bottom: 1.5rem;

        @media (max-width: v.$bp-mobile) {
            font-size: 1.8rem; // Título más pequeño para que no rompa
        }
    }

    &__description {
        font-size: 1.2rem;
        margin-bottom: 2rem;
        opacity: 0.9;
    }

    &__actions {
        display: flex;
        gap: 15px;

        @media (max-width: v.$bp-mobile) {
            flex-direction: column; // Botones uno sobre otro
            align-items: center;

            .btn {
                width: 100%; // Botones a lo ancho del móvil
                max-width: 300px;
            }
        }
    }
}
*/
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: white;
}
.hero__video-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.hero__video-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.hero__container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}
.hero__content {
  max-width: 650px;
}
@media (max-width: 480px) {
  .hero__content {
    text-align: center;
    margin: 0 auto;
    padding: 0 1rem;
  }
}
.hero__tagline {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #3399ff;
  background: linear-gradient(135deg, #ffffff 20%, #c19d53 50%, #00919e 90%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.993));
}
@media (max-width: 480px) {
  .hero__tagline {
    font-size: 0.9rem;
  }
}
.hero__title {
  color: #ffffff;
  font-size: 3.5rem;
  margin-bottom: 1.5rem;
}
@media (max-width: 480px) {
  .hero__title {
    font-size: 1.8rem;
  }
}
@media (min-width: 481px) {
  html[lang=en] .hero__title {
    font-size: 3.2rem;
    letter-spacing: 1px;
  }
}
.hero__description {
  font-size: 1.2rem;
  margin-bottom: 2rem;
  opacity: 0.9;
}
.hero__actions {
  display: flex;
  gap: 15px;
}
@media (max-width: 480px) {
  .hero__actions {
    flex-direction: column;
    align-items: center;
  }
  .hero__actions .btn {
    width: 100%;
    max-width: 300px;
  }
}

.pilares {
  padding: 80px 5%;
  background-color: #ffffff;
}
.pilares__container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  gap: 30px;
  flex-wrap: wrap;
}

.pilar-item {
  flex: 1;
  min-width: 250px;
  text-align: center;
  padding: 20px;
  transition: transform 0.3s ease;
}
.pilar-item:hover, .pilar-item.is-active {
  transform: translateY(-10px);
}
.pilar-item__icon {
  width: 100px;
  height: 100px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  font-size: 2.5rem;
  color: #3399ff;
  transition: all 0.3s ease;
}
.pilar-item__icon:hover, .pilar-item.is-active .pilar-item__icon {
  background-color: #3399ff;
  color: #ffffff;
}
.pilar-item__title {
  font-family: "Montserrat", sans-serif;
  color: #3399ff;
  font-size: 1.5rem;
  margin-bottom: 10px;
}
.pilar-item__text {
  font-family: "Open Sans", sans-serif;
  color: #1a2536;
  font-size: 1rem;
  line-height: 1.5;
}

.programas {
  padding: 80px 0;
  background-color: #f4f6f9;
}
.programas__header {
  text-align: center;
  margin-bottom: 50px;
}
.programas__title {
  color: #001e54;
  font-size: 2rem;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .programas__title {
    font-size: 2.5rem;
  }
}
.programas__subtitle {
  color: #1a2536;
  font-family: "Open Sans", sans-serif;
  opacity: 0.8;
}
.programas__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.galeria__title {
  font-size: 2rem;
}
@media (min-width: 768px) {
  .galeria__title {
    font-size: 2.5rem;
  }
}

.card {
  background-color: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  margin: 0 auto;
  max-width: 400px;
}
.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}
.card__image {
  height: 200px;
  overflow: hidden;
}
.card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.card:hover .card__image img {
  transform: scale(1.1);
}
.card__content {
  padding: 25px;
}
@media (max-width: 767px) {
  .card__content {
    text-align: center;
  }
}
.card__title {
  font-family: "Montserrat", sans-serif;
  font-size: 1.3rem;
  color: #001e54;
  margin-bottom: 15px;
}
.card__text {
  font-family: "Open Sans", sans-serif;
  font-size: 0.95rem;
  color: #1a2536;
  margin-bottom: 20px;
  line-height: 1.6;
}
.card__link {
  font-family: "Montserrat", sans-serif;
  color: #00919e;
  font-weight: 700;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  gap: 8px;
  text-transform: uppercase;
}
.card__link:hover {
  color: #001e54;
}
@media (max-width: 767px) {
  .card__link {
    justify-content: center;
  }
}

.contacto-hero {
  padding: 7rem 0;
  text-align: center;
  background: linear-gradient(rgba(0, 30, 84, 0.85), rgba(0, 30, 84, 0.7)), url("https://images.unsplash.com/photo-1534536281715-e28d76689b4d?q=80&w=2070&auto=format&fit=crop");
  background-size: cover;
  background-position: center;
}
.contacto-hero__title {
  font-family: "Montserrat", sans-serif;
  font-size: 2.7rem;
  background: linear-gradient(135deg, #ffffff 20%, #c19d53 50%, #00919e 90%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 800;
  margin-bottom: 1rem;
}
@media (max-width: 480px) {
  .contacto-hero__title {
    font-size: 2rem;
  }
}
.contacto-hero__text {
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-size: 1.2rem;
  opacity: 0.9;
}

.contacto-seccion {
  padding: 3rem 0;
  background-color: #f4f6f9;
}
.contacto-seccion__wrapper {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 3rem;
}
@media (max-width: 992px) {
  .contacto-seccion__wrapper {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
}

/* Desktop: Forzamos al mapa a ocupar las dos columnas */
.contacto-mapa-full {
  grid-column: 1/span 2;
  width: 100%;
}

/* Mantenemos tu lógica de móvil pero ajustada al nuevo contenedor */
@media (max-width: 991px) {
  .contacto-form {
    order: 1;
  }
  .contacto-datos {
    order: 2;
  }
  .contacto-mapa-full {
    order: 3;
  }
}
.contacto-datos {
  flex: 1;
  min-width: 300px;
}
.contacto-datos__intro {
  margin-bottom: 30px;
  color: #1a2536;
}
.contacto-datos__items .dato-item {
  display: flex;
  gap: 20px;
  margin-bottom: 25px;
}
.contacto-datos__items .dato-item i {
  font-size: 1.5rem;
  color: #00919e;
  margin-top: 5px;
}
.contacto-datos__items .dato-item h3 {
  font-family: "Montserrat", sans-serif;
  color: #001e54;
  font-size: 1.1rem;
  margin-bottom: 5px;
}
.contacto-datos__items .dato-item p {
  color: #1a2536;
  font-size: 0.95rem;
}
.contacto-datos__mapa {
  width: 100%;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  line-height: 0;
  border: 1px solid rgba(0, 30, 84, 0.1);
}
.contacto-datos__mapa iframe {
  width: 100% !important;
  height: 350px;
  display: block;
  filter: grayscale(0.2) contrast(1.1);
  transition: filter 0.3s ease;
}
.contacto-datos__mapa iframe:hover {
  filter: grayscale(0);
}
@media (max-width: 767px) {
  .contacto-datos__mapa iframe {
    height: 300px;
    width: 100%;
  }
}

.contacto-form {
  flex: 1.2;
  min-width: 300px;
  background: #ffffff;
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(193, 157, 83, 0.4);
}
@media (max-width: 991px) {
  .contacto-form {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .contacto-form {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .contacto-form {
    padding: 20px;
    /* Menos padding en móvil para ahorrar espacio */
  }
}
.contacto-form .form-group {
  margin-bottom: 20px;
}
.contacto-form .form-group label {
  display: block;
  font-family: "Montserrat", sans-serif;
  color: #001e54;
  margin-bottom: 8px;
  font-weight: 600;
}
.contacto-form .form-group input,
.contacto-form .form-group textarea {
  width: 100%;
  padding: 12px 15px;
  border: 2px solid #f4f6f9;
  border-radius: 8px;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  transition: border-color 0.3s;
}
.contacto-form .form-group input:focus,
.contacto-form .form-group textarea:focus {
  outline: none;
  border-color: #00919e;
}

.btn {
  position: relative;
  transition: all 0.3s ease;
}
.btn.is-loading {
  color: transparent !important;
  pointer-events: none;
}
.btn.is-loading::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  left: 50%;
  margin: -10px 0 0 -10px;
  border: 3px solid rgba(255, 255, 255, 0.3);
  border-top-color: #fff;
  border-radius: 50%;
  animation: spin 0.8s ease-in-out infinite;
}

.btn--success {
  background-color: #28a745 !important;
  border-color: #28a745 !important;
  color: white !important;
}

.section-title::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background-color: var(--color-dorado-capi, #d4af37);
  margin: 10px auto 0;
}

.contacto-datos .section-title::after {
  display: none;
}

.donar-hero {
  padding: 100px 0;
  background-color: #001e54;
  color: #ffffff;
  text-align: center;
  background: linear-gradient(rgba(0, 30, 84, 0.8), rgba(0, 30, 84, 0.8)), url("https://images.unsplash.com/photo-1453749024858-4bca89bd9edc?q=80&w=2020&auto=format&fit=crop");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.donar-hero__title {
  font-family: "Montserrat", sans-serif;
  font-size: 2.8rem;
  margin-bottom: 1rem;
  background: linear-gradient(135deg, #ffffff 20%, #c19d53 50%, #00919e 90%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.3));
}
@media (max-width: 767px) {
  .donar-hero__title {
    font-size: 2rem;
  }
}
.donar-hero__text {
  font-family: "Open Sans", sans-serif;
  font-size: 1.2rem;
  max-width: 600px;
  margin: 0 auto;
  opacity: 0.9;
}

.donacion {
  padding: 80px 0;
  background-color: #f4f6f9;
}
.donacion__wrapper {
  display: flex;
  gap: 50px;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 991px) {
  .donacion__wrapper {
    flex-direction: column;
    align-items: stretch;
  }
}
.donacion__info {
  flex: 1;
  min-width: 300px;
}
.donacion__info h2 {
  color: #001e54;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 2rem;
}
.donacion__subtitle {
  text-align: left;
}
@media (max-width: 767px) {
  .donacion__subtitle {
    text-align: center;
  }
}
.donacion__impacto .impacto-item {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 1.5rem;
  padding: 20px;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}
.donacion__impacto .impacto-item:hover {
  transform: translateX(10px);
  border-color: rgba(0, 145, 158, 0.3);
  background-color: #fff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}
.donacion__impacto .impacto-item i {
  font-size: 1.8rem;
  color: #00919e;
  flex-shrink: 0;
  margin-top: 5px;
}
.donacion__impacto .impacto-item p {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #1a2536;
  margin: 0;
}
.donacion__form-card {
  flex: 1;
  min-width: 300px;
  background: #ffffff;
  padding: 40px;
  border-radius: 15px;
  border: 2px solid rgba(193, 157, 83, 0.3);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08), 0 0 15px rgba(193, 157, 83, 0.1);
  text-align: center;
}
.donacion__form-card:hover {
  border-color: rgba(193, 157, 83, 0.6);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.1), 0 0 20px rgba(193, 157, 83, 0.2);
}
.donacion__form-card h3 {
  margin-bottom: 1.5rem;
  font-family: "Montserrat", sans-serif;
}
.donacion__grid-montos {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  margin-bottom: 25px;
}
.donacion__secure {
  margin-top: 20px;
  font-size: 0.8rem;
  color: #777;
}

.btn-monto {
  padding: 15px;
  border: 2px solid #f4f6f9;
  background: transparent;
  font-weight: bold;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s;
}
.btn-monto:hover {
  border-color: #00919e;
  color: #00919e;
}
.btn-monto.is-active {
  background-color: #00919e;
  border-color: #00919e;
  color: #ffffff;
  box-shadow: 0 4px 12px rgba(0, 145, 158, 0.3);
  transform: translateY(-2px);
}
.btn-monto--custom {
  grid-column: span 2;
  font-size: 0.95rem;
  border-style: dashed;
}

.donacion__custom-input {
  max-height: 0;
  overflow: hidden;
  transition: all 0.4s ease-out;
  opacity: 0;
  margin-bottom: 0;
}
.donacion__custom-input.is-visible {
  max-height: 100px;
  opacity: 1;
  margin-bottom: 25px;
  padding-top: 5px;
}

.input-group {
  display: flex;
  align-items: center;
  background-color: #f4f6f9;
  border: 2px solid #001e54;
  border-radius: 8px;
  padding: 10px 15px;
}
.input-group__symbol {
  font-weight: 700;
  color: #001e54;
  margin-right: 10px;
  font-family: "Montserrat", sans-serif;
}
.input-group input {
  border: none;
  background: transparent;
  width: 100%;
  font-size: 1.2rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  color: #1a2536;
}
.input-group input:focus {
  outline: none;
}
.input-group input:focus-within {
  border-color: #00919e;
  box-shadow: 0 0 8px rgba(0, 145, 158, 0.2);
}
.input-group input:focus-within .input-group__symbol {
  color: #00919e;
}
.input-group input::-webkit-inner-spin-button, .input-group input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.btn--full {
  width: 100%;
}
.btn--full:hover {
  border-color: #00919e;
  color: #00919e;
}

.nosotros-hero {
  padding: 100px 0;
  background-color: #001e54;
  text-align: center;
  color: #ffffff;
  background: linear-gradient(rgba(0, 30, 84, 0.85), rgba(0, 30, 84, 0.7)), url("https://images.unsplash.com/photo-1517245386807-bb43f82c33c4?q=80&w=2070&auto=format&fit=crop");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
@media (max-width: 991px) {
  .nosotros-hero {
    background-attachment: scroll;
    padding: 80px 0;
  }
}
.nosotros-hero__title {
  font-family: "Montserrat", sans-serif;
  font-size: 2.8rem;
  margin-bottom: 1rem;
  background: linear-gradient(135deg, #ffffff 20%, #c19d53 50%, #00919e 90%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.3));
}
@media (max-width: 991px) {
  .nosotros-hero__title {
    font-size: 2.4rem;
  }
}
@media (max-width: 860px) {
  .nosotros-hero__title {
    font-size: 2.2rem;
  }
}
@media (max-width: 767px) {
  .nosotros-hero__title {
    font-size: 2rem;
  }
}
.nosotros-hero__text {
  font-size: 1.2rem;
}
@media (max-width: 991px) {
  .nosotros-hero__text {
    font-size: 1.25rem;
    max-width: 850px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .nosotros-hero__text {
    font-size: 1.15rem;
  }
}

.historia {
  padding: 80px 0;
}
.historia__wrapper {
  display: flex;
  flex-direction: column;
  gap: 50px;
  align-items: center;
  flex-wrap: wrap;
}
.historia__main-grid {
  display: flex;
  gap: 60px;
  align-items: center;
}
@media (max-width: 991px) {
  .historia__main-grid {
    flex-direction: column;
    gap: 40px;
  }
}
@media (max-width: 860px) {
  .historia__main-grid {
    gap: 30px;
  }
}
@media (max-width: 991px) {
  .historia__image {
    order: 1;
  }
  .historia__content {
    order: 2;
  }
}
@media (max-width: 767px) {
  .historia {
    flex-direction: column;
  }
}
.historia .section-title {
  width: 100%;
  text-align: center;
}
.historia .section-title::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background-color: var(--color-dorado-capi, #d4af37);
  margin: 10px auto 0;
}
@media (max-width: 767px) {
  .historia .section-title {
    order: 1;
    margin-bottom: 30px;
  }
}
.historia__content {
  flex: 1;
  min-width: 300px;
}
@media (max-width: 991px) {
  .historia__content {
    padding-top: 10px;
    text-align: center;
  }
}
.historia__content p {
  margin-bottom: 20px;
  line-height: 1.8;
  color: #1a2536;
  font-family: "Open Sans", sans-serif;
}
@media (max-width: 991px) {
  .historia__content p {
    font-size: 1.05rem;
  }
}
.historia__content p strong {
  color: #001e54;
  font-weight: 800;
}
.historia__image {
  flex: 1;
  min-width: 300px;
}
@media (max-width: 767px) {
  .historia__image {
    order: 1;
    width: 100%;
  }
}
.historia__image img {
  width: 100%;
  border-radius: 20px;
  border: 1px solid rgba(193, 157, 83, 0.9);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.historia .historia__filosofia {
  margin-top: 40px;
  padding: 30px;
  background-color: #f4f6f9;
  border-left: 5px solid #00919e;
  border-radius: 0 15px 15px 0;
}
.historia .historia__filosofia p {
  font-style: italic;
  font-size: 1.1rem;
  color: #001e54;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.historia .historia__filosofia p:last-child {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .historia .historia__filosofia {
    padding: 25px;
    text-align: left;
    border-left: none;
    border-top: 5px solid #00919e;
    border-radius: 15px;
  }
  .historia .historia__filosofia p {
    font-size: 1rem;
    text-align: left;
  }
}
@media (max-width: 767px) {
  .historia .historia__filosofia {
    order: 3;
    padding: 25px;
    text-align: left;
    border-left: none;
    border-top: 5px solid #00919e;
    border-radius: 15px;
  }
  .historia .historia__filosofia p {
    font-size: 1rem;
    text-align: left;
  }
}

.fundadoras {
  padding: 80px 0;
  background-color: #f4f6f9;
}
.fundadoras__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 40px;
  margin-top: 50px;
}

.perfil {
  text-align: center;
}
.perfil__img {
  width: 200px;
  height: 200px;
  margin: 0 auto 20px;
  border-radius: 50%;
  overflow: hidden;
  border: 5px solid #c19d53;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  position: relative;
}
.perfil__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.5s ease;
  cursor: pointer;
}
.perfil__img:hover img {
  transform: scale(1.1);
}
.perfil__img::after {
  content: "Ver perfil";
  position: absolute;
  left: 50%;
  bottom: 12px;
  transform: translateX(-50%);
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 6px 10px;
  border-radius: 14px;
  font-size: 0.85rem;
  opacity: 0;
  transition: opacity 0.2s ease, transform 0.2s ease;
  pointer-events: none;
}
html[lang=en] .perfil__img::after {
  content: "View profile";
}

.perfil__img:hover::after, .perfil__img:focus-within::after {
  opacity: 1;
  transform: translateX(-50%) translateY(-2px);
}
@media (max-width: 767px) {
  .perfil__img::after {
    content: "Ver perfil";
    opacity: 1;
    bottom: 8px;
    font-size: 0.85rem;
    background-color: rgba(0, 0, 0, 0.55);
  }
  html[lang=en] .perfil__img::after {
    content: "Tap to view";
  }
}
.perfil__name {
  font-family: "Montserrat", sans-serif;
  color: #001e54;
  font-size: 1.5rem;
}
.perfil__role {
  color: #00919e;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
}

.valores {
  padding: 80px 0;
  background-color: #ffffff;
}
.valores__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}
@media (max-width: 991px) {
  .valores__grid {
    grid-template-columns: repeat(2, minmax(280px, 1fr));
  }
  .valores__grid > .valor-card:nth-child(3) {
    grid-column: 1/-1;
    justify-self: center;
    max-width: 420px;
    width: 100%;
  }
}
@media (max-width: 640px) {
  .valores__grid {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 20px;
  }
  .valores__grid > .valor-card {
    grid-column: auto;
    max-width: 760px;
    width: 100%;
  }
}

.valor-card {
  text-align: center;
  padding: 40px 30px;
  border-radius: 15px;
  background-color: #f4f6f9;
  transition: all 0.3s ease;
  border-bottom: 4px solid transparent;
}
.valor-card:hover, .valor-card.is-active {
  transform: translateY(-10px);
  border-bottom: 4px solid #c19d53;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.valor-card__icon {
  width: 70px;
  height: 70px;
  background-color: #001e54;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  font-size: 1.8rem;
  transition: background 0.3s ease;
}
.valor-card:hover .valor-card__icon, .valor-card.is-active .valor-card__icon {
  background-color: #00919e;
}
.valor-card__title {
  font-family: "Montserrat", sans-serif;
  color: #001e54;
  font-size: 1.4rem;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .valor-card__title {
    font-size: 1.5rem;
  }
}
.valor-card__text {
  font-family: "Open Sans", sans-serif;
  color: #1a2536;
  font-size: 0.95rem;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .valor-card__text {
    font-size: 1rem;
  }
}

.nosotros-cta {
  padding: 100px 0;
  background-color: #ffffff;
  text-align: center;
  border-top: 1px solid rgba(0, 30, 84, 0.1);
}
.nosotros-cta__content {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
}
.nosotros-cta__title {
  font-family: "Montserrat", sans-serif;
  color: #001e54;
  font-size: 2.2rem;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .nosotros-cta__title {
    font-size: 1.8rem;
  }
}
.nosotros-cta__text {
  font-family: "Open Sans", sans-serif;
  color: #1a2536;
  font-size: 1.1rem;
  margin-bottom: 2.5rem;
  line-height: 1.6;
}
.nosotros-cta__actions {
  display: flex;
  justify-content: center;
  gap: 20px;
}
@media (max-width: 767px) {
  .nosotros-cta__actions {
    flex-direction: column;
    align-items: center;
  }
  .nosotros-cta__actions .btn {
    width: 100%;
    max-width: 300px;
  }
}

.btn--outline-light {
  display: inline-block;
  padding: 17px 25px;
  border: 2px solid #001e54;
  color: #001e54;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 700;
  font-size: 1rem;
  font-family: "Montserrat", sans-serif;
  transition: all 0.3s ease;
}
.btn--outline-light:hover {
  background-color: #001e54;
  color: #ffffff;
}

.btn--primary:hover {
  background-color: #ffffff;
  color: #00919e;
}

.testimonios {
  padding: 80px 0;
  background-color: #ffffff;
}
.testimonios .section-title {
  text-align: center;
  font-size: 2.5rem;
}
@media (max-width: 991px) {
  .testimonios .section-title {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .testimonios .section-title {
    font-size: 2rem;
  }
}
.testimonios__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-top: 40px;
}
@media (max-width: 991px) {
  .testimonios__grid {
    grid-template-columns: 1fr;
    max-width: 760px;
    width: 100%;
    justify-items: center;
    margin-left: auto;
    margin-right: auto;
    gap: 25px;
    padding: 0 12px;
  }
}
@media (max-width: 860px) {
  .testimonios__grid {
    max-width: 700px;
    padding: 0 10px;
  }
}
@media (min-width: 1200px) {
  .testimonios__grid {
    grid-template-columns: repeat(2, 1fr);
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
  }
}

.testimonio-card {
  background: #f4f6f9;
  padding: 30px;
  border-radius: 15px;
  position: relative;
  transition: transform 0.3s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.testimonio-card:hover {
  transform: translateY(-5px);
}
.testimonio-card {
  width: 100%;
  max-width: 760px;
}
@media (max-width: 991px) {
  .testimonio-card {
    width: 100%;
    max-width: 760px;
    margin: 0 auto;
  }
}
.testimonio-card i {
  font-size: 2rem;
  color: #00919e;
  opacity: 0.2;
  position: absolute;
  top: 20px;
  left: 20px;
}
.testimonio-card__text {
  font-style: italic;
  color: #1a2536;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .testimonio-card__text {
    font-size: 1.05rem;
    line-height: 1.8;
    max-width: 720px;
    margin: 0 auto;
  }
}
.testimonio-card__autor {
  display: flex;
  flex-direction: column;
}
.testimonio-card__autor .nombre {
  font-family: "Montserrat", sans-serif;
  color: #001e54;
  font-weight: bold;
}
.testimonio-card__autor .edad {
  font-size: 0.85rem;
  color: #00919e;
}

.section-title {
  font-size: 2.5rem;
}
@media (max-width: 767px) {
  .section-title {
    font-size: 2rem;
  }
}
.section-title::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background-color: #c19d53;
  margin: 10px auto 0;
}

.programas-hero {
  padding: 100px 0;
  text-align: center;
  background: linear-gradient(rgba(0, 30, 84, 0.85), rgba(0, 30, 84, 0.7)), url("https://images.unsplash.com/photo-1497633762265-9d179a990aa6?q=80&w=2073&auto=format&fit=crop");
  background-size: cover;
  background-position: center;
}
.programas-hero__title {
  font-family: "Montserrat", sans-serif;
  font-size: 2.8rem;
  background: linear-gradient(135deg, #ffffff 20%, #c19d53 50%, #00919e 90%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.3));
  font-weight: 800;
  margin-bottom: 1rem;
}
@media (max-width: 991px) {
  .programas-hero__title {
    font-size: 2.4rem;
  }
}
@media (max-width: 767px) {
  .programas-hero__title {
    font-size: 2rem;
  }
}
.programas-hero__text {
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-size: 1.2rem;
  max-width: 700px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .programas-hero__text {
    font-size: 1.25rem;
    max-width: 850px;
  }
}

.detalle-programas {
  padding: 80px 0;
}
@media (max-width: 991px) {
  .detalle-programas {
    padding: 60px 0;
  }
}

.programa-item {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-bottom: 80px;
  align-items: center;
}
@media (max-width: 991px) {
  .programa-item {
    gap: 32px;
    margin-bottom: 60px;
  }
}
.programa-item:last-of-type {
  margin-bottom: 0;
  padding-bottom: 100px;
}
@media (max-width: 991px) {
  .programa-item:last-of-type {
    padding-bottom: 80px;
  }
}
@media (min-width: 992px) {
  .programa-item {
    flex-direction: row;
  }
  .programa-item--reverse {
    flex-direction: row-reverse;
  }
}
.programa-item__image {
  flex: 1;
  width: 100%;
}
.programa-item__image img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
@media (max-width: 991px) {
  .programa-item__image img {
    height: 320px;
    object-fit: cover;
    max-width: 900px;
  }
}
.programa-item__info {
  flex: 1;
}
@media (max-width: 991px) {
  .programa-item__info {
    text-align: center;
  }
}
.programa-item__info .categoria {
  display: inline-block;
  color: #00919e;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.85rem;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .programa-item__info .categoria {
    font-size: 0.9rem;
  }
}
.programa-item__info h2 {
  font-family: "Montserrat", sans-serif;
  color: #001e54;
  font-size: 2.2rem;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .programa-item__info h2 {
    font-size: 2.4rem;
  }
}
.programa-item__info p {
  font-family: "Open Sans", sans-serif;
  color: #1a2536;
  line-height: 1.8;
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .programa-item__info p {
    font-size: 1.05rem;
    max-width: 900px;
    margin: 0 auto 25px;
  }
}
.programa-item__info .lista-beneficios {
  list-style: none;
  padding: 0;
  width: 100%;
  text-align: left;
}
.programa-item__info .lista-beneficios li {
  margin-bottom: 12px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 12px;
  color: #1a2536;
}
@media (max-width: 991px) {
  .programa-item__info .lista-beneficios li {
    margin-bottom: 14px;
    font-size: 1rem;
  }
}
.programa-item__info .lista-beneficios li i {
  background-color: rgba(0, 145, 158, 0.1);
  padding: 6px;
  border-radius: 50%;
  font-size: 0.8rem;
  margin-top: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.proximos-talleres {
  padding: 80px 0;
  background-color: #f4f6f9;
}
.proximos-talleres .section-intro {
  margin-bottom: 40px;
  color: #1a2536;
  font-family: "Open Sans", sans-serif;
  text-align: center;
}

.talleres-lista {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 900px;
  margin: 0 auto;
}

.taller-card {
  background-color: #ffffff;
  padding: 20px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  gap: 25px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}
.taller-card:hover {
  transform: scale(1.02);
}
@media (max-width: 991px) {
  .taller-card {
    padding: 25px;
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .taller-card {
    flex-direction: column;
    text-align: center;
    padding: 30px;
  }
}
.taller-card__fecha {
  background-color: #001e54;
  color: #ffffff;
  min-width: 80px;
  height: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  font-family: "Montserrat", sans-serif;
}
.taller-card__fecha .dia {
  font-size: 1.8rem;
  font-weight: 800;
  line-height: 1;
}
.taller-card__fecha .mes {
  font-size: 0.9rem;
  text-transform: uppercase;
}
.taller-card__info {
  flex-grow: 1;
}
.taller-card__info h3 {
  line-height: 1.2;
  font-family: "Montserrat", sans-serif;
  color: #001e54;
  margin-bottom: 8px;
  font-size: 1.3rem;
}
@media (max-width: 767px) {
  .taller-card__info h3 {
    font-size: 1.15rem;
  }
}
.taller-card__info p {
  font-family: "Open Sans", sans-serif;
  color: #1a2536;
  font-size: 0.9rem;
  display: flex;
  gap: 15px;
}
@media (max-width: 767px) {
  .taller-card__info p {
    justify-content: center;
    flex-wrap: wrap;
  }
}
.taller-card__info p i {
  color: #00919e;
}
@media (max-width: 767px) {
  .taller-card__action {
    width: 100%;
  }
  .taller-card__action .btn {
    width: 100%;
  }
}

.event-calendar {
  background-color: #f8f9fa;
  padding: 80px 0;
  width: 100%;
  display: block;
}
.event-calendar .calendar-header {
  margin-bottom: 40px;
  text-align: center;
}
.event-calendar .calendar-header .section-title {
  color: #001e54;
  font-family: "Open Sans", sans-serif;
  font-size: 2.5rem;
  position: relative;
  display: inline-block;
}
.event-calendar .calendar-header .section-title::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background-color: var(--color-dorado-capi, #d4af37);
  margin: 10px auto 0;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.event-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 2rem;
  margin-top: 3rem;
}

.event-card {
  background: white;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease;
  border-top: 4px solid var(--color-dorado-capi);
}
.event-card:hover {
  transform: translateY(-5px);
}
.event-card__date {
  background: var(--color-primario);
  color: #001e54;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: var(--font-titles);
}
.event-card__date .day {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
}
.event-card__date .month {
  text-transform: uppercase;
  font-size: 0.9rem;
  letter-spacing: 1px;
}
.event-card__content {
  padding: 1.5rem;
  flex-grow: 1;
}
.event-card__content .event-card__title {
  font-size: 1.4rem;
  margin: 10px 0;
  font-weight: bold;
}
.event-card__content .category-tag {
  font-size: 0.75rem;
  text-transform: uppercase;
  color: #c19d53;
  font-weight: bold;
  display: block;
  margin-bottom: 0.5rem;
}
.event-card__content h3 {
  margin-bottom: 0.5rem;
  font-size: 1.4rem;
}
.event-card__content .time {
  color: #666;
  font-size: 0.9rem;
  margin-bottom: 1rem;
}
.event-card__content .desc {
  font-size: 0.95rem;
  line-height: 1.5;
  color: #444;
}
.event-card__footer {
  padding: 1rem 1.5rem;
  border-top: 1px solid #eee;
}
.event-card__footer .btn-link {
  text-decoration: none;
  color: #00919e;
  font-weight: bold;
  font-size: 0.9rem;
}
.event-card__footer .btn-link:hover {
  color: rgba(193, 157, 83, 0.8);
}

/*
.programas-hero {
    padding: 60px 0;
    text-align: center;
    background-color: v.$color-fondo-claro;

    h1 {
        margin-bottom: 20px;
    }

    p {
        max-width: 700px;
        margin: 0 auto;
        color: v.$color-texto;
    }
}

.programas-grid {
    padding: 80px 0;

    &__container {
        display: flex;
        flex-direction: column;
        gap: 40px;
    }
}

.programa-card {
    display: flex;
    background: v.$color-blanco;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: v.$sombra-suave;
    transition: transform 0.3s ease;

    @media (max-width: 767px) {
        flex-direction: column;
    }

    &:hover {
        transform: translateY(-5px);
    }

    &__image {
        flex: 1;
        min-height: 250px;

        img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
    }

    &__content {
        flex: 1.5;
        padding: 40px;

        h3 {
            font-family: v.$font-titles;
            color: v.$color-primario;
            font-size: 1.8rem;
            margin-bottom: 20px;
        }

        p {
            margin-bottom: 25px;
            line-height: 1.7;
        }
    }

    &__lista {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;

        @media (max-width: 480px) {
            grid-template-columns: 1fr;
        }

        li {
            display: flex;
            align-items: center;
            gap: 10px;
            font-size: 0.9rem;
            color: v.$color-primario;
            font-weight: 600;

            i {
                color: v.$color-secundario;
            }
        }
    }
}

*/
.hero-simple {
  position: relative;
  padding: 120px 0 80px;
  text-align: center;
  overflow: hidden;
}
.hero-simple__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: -2;
}
.hero-simple__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(0, 30, 84, 0.9) 0%, rgba(0, 0, 0, 0.6) 100%);
  z-index: -1;
}
.hero-simple__title.gradient-text {
  font-size: clamp(2rem, 6vw, 2.7rem);
  font-family: "Montserrat", sans-serif;
  margin-bottom: 20px;
  background: linear-gradient(135deg, #ffffff 20%, #c19d53 50%, #00919e 90%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
@media (max-width: 480px) {
  .hero-simple__title.gradient-text {
    font-size: 2rem;
  }
}
.hero-simple__subtitle {
  color: #ffffff;
  max-width: 700px;
  margin: 0 auto;
  font-size: 1.1rem;
  opacity: 0.9;
}

.galeria {
  padding: 80px 0 20px;
  background-color: #ffffff;
}
.galeria .galeria__header {
  max-width: 900px;
  margin: 0 auto 40px;
  text-align: center;
}
.galeria .galeria__overlay i.fa-eye {
  color: #ffffff;
  font-size: 2rem;
  margin-bottom: 10px;
}
.galeria .galeria__footer {
  text-align: center;
  margin-top: 0;
}

.galeria-nav {
  background: #ffffff;
  padding: 20px 0;
  position: sticky;
  top: 82px;
  z-index: 100;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  text-align: center;
}
.galeria-nav .filter-link {
  margin: 0 15px;
  color: #001e54;
  font-weight: 700;
  text-decoration: none;
  transition: color 0.3s;
}
.galeria-nav .filter-link:hover {
  color: #c19d53;
}

.galeria-year {
  scroll-margin-top: 190px;
}

.galeria-year__title {
  position: relative;
}
.galeria-year__title::before {
  content: "";
  position: absolute;
  left: -51px;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background-color: #c19d53;
  border: 2px solid #ffffff;
  border-radius: 50%;
  z-index: 2;
}

.year-header {
  font-family: "Montserrat", sans-serif;
  color: #001e54;
  font-size: 3rem;
  margin: 0 0 30px 0;
  display: flex;
  align-items: center;
  gap: 20px;
}
.year-header span {
  font-size: 1rem;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #c19d53;
}
.year-header::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #eee;
}

.galeria-grid, .galeria .galeria__grid, .galeria__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  grid-auto-rows: 200px;
  gap: 25px;
  padding: 20px 0 50px;
}

.galeria-item, .galeria .galeria__item, .galeria__item {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  cursor: pointer;
  grid-row: span 1;
}
.galeria-item--tall, .galeria__item--tall {
  grid-row: span 2;
}
.galeria-item--wide, .galeria__item--wide {
  grid-column: span 2;
}
.galeria-item img, .galeria .galeria__item img, .galeria__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.galeria-item__overlay, .galeria .galeria__overlay, .galeria-item .galeria__overlay, .galeria__item__overlay, .galeria__item .galeria__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 30, 84, 0.95) 0%, transparent 80%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px;
  opacity: 0;
  transition: opacity 0.4s ease;
}
.galeria-item:hover img, .galeria__item:hover img {
  transform: scale(1.08);
}
.galeria-item:hover .galeria-item__overlay, .galeria-item:hover .galeria__overlay, .galeria__item:hover .galeria-item__overlay, .galeria__item:hover .galeria__overlay {
  opacity: 1;
}
.galeria-item__text, .galeria .galeria__text, .galeria-item .galeria__text, .galeria__item__text, .galeria__item .galeria__text {
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 1.3rem;
  margin-bottom: 15px;
  transform: translateY(20px);
  transition: transform 0.4s ease;
}
.galeria-item__date, .galeria__item__date {
  color: #c19d53;
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

@media (max-width: 768px) {
  .galeria-item--wide {
    grid-column: span 1;
  }
  .galeria-grid, .galeria .galeria__grid {
    grid-auto-rows: 300px;
  }
}
.galeria-page {
  position: relative;
}

.galeria-year {
  position: relative;
  padding-left: 100px;
  margin: 0;
  padding-top: 80px;
  padding-bottom: 60px;
}
.galeria-year:nth-child(even) {
  background-color: #f4f6f9;
}
@media (max-width: 1200px) {
  .galeria-year {
    padding-left: 60px;
  }
}
@media (max-width: 768px) {
  .galeria-year {
    padding-left: 0;
  }
}

.galeria-timeline-container {
  position: relative;
}
.galeria-timeline-container::before {
  content: "";
  position: absolute;
  left: 54px;
  width: 2px;
  z-index: 1;
  top: 84px;
  bottom: 0;
  background: linear-gradient(to bottom, #c19d53 0%, rgba(193, 157, 83, 0.9) 20%, rgba(193, 157, 83, 0.8) 40%, rgba(193, 157, 83, 0.6) 60%, rgba(193, 157, 83, 0.4) 80%, rgba(193, 157, 83, 0.2) 100%);
}
@media (max-width: 1200px) {
  .galeria-timeline-container::before {
    left: 21px;
  }
}
@media (max-width: 768px) {
  .galeria-timeline-container::before {
    display: none;
  }
}

.timeline-dot {
  position: absolute;
  left: 46px;
  top: 75px;
  width: 18px;
  height: 18px;
  background-color: #ffffff;
  border: 4px solid #c19d53;
  border-radius: 50%;
  z-index: 2;
  box-shadow: 0 0 10px rgba(193, 157, 83, 0.5);
}
@media (max-width: 1200px) {
  .timeline-dot {
    left: 12px;
  }
}
@media (max-width: 768px) {
  .timeline-dot {
    display: none;
  }
}/*# sourceMappingURL=main.css.map */