*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -moz-tab-size: 4;
  tab-size: 4;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  line-height: 1.5;
}

hr {
  height: 0;
  color: inherit;
}

abbr[title] {
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp, pre {
  font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", Menlo, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  text-indent: 0;
  border-color: inherit;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

summary {
  display: list-item;
}

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

iframe {
  border: 0;
  width: 100%;
  aspect-ratio: 16/9;
}

body {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  color: #2d2d2d;
  background: linear-gradient(135deg, #ffffff 0%, #ececec 100%);
  background-attachment: fixed;
  min-height: 100vh;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  line-height: 1.3;
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 700;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 1.75rem;
}

h3 {
  font-size: 1.25rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

a {
  color: #2a6496;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

.encabezado {
  background-color: #ffffff;
  color: #2d2d2d;
  padding: 0.25rem 0;
  border-bottom: 1px solid #e0e0e0;
  position: sticky;
  top: 0;
  z-index: 100;
  transition: padding 0.3s ease;
}
@media (min-width: 768px) {
  .encabezado--scroll {
    padding: 0.5rem 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  }
}
.encabezado__contenedor {
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.encabezado__logo {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 1.125rem;
  font-weight: 700;
  color: #1a2332;
  text-decoration: none;
}
.encabezado__logo-img {
  height: 36px;
  width: auto;
  transition: height 0.3s ease;
}
.encabezado--scroll .encabezado__logo-img {
  height: 48px;
}
.encabezado__hamburguesa {
  display: flex;
  flex-direction: column;
  gap: 4px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.25rem;
}
@media (min-width: 768px) {
  .encabezado__hamburguesa {
    display: none;
  }
}
.encabezado__hamburguesa span {
  display: block;
  width: 20px;
  height: 2px;
  background-color: #1a2332;
  transition: transform 0.3s;
}
.encabezado__nav {
  display: none;
  width: 100%;
}
.encabezado__nav.activo {
  display: block;
}
@media (min-width: 768px) {
  .encabezado__nav {
    display: block;
    width: auto;
  }
}
.encabezado__lista {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}
@media (min-width: 768px) {
  .encabezado__lista {
    flex-direction: row;
    align-items: center;
    gap: 0.5rem;
  }
}
.encabezado__item a {
  color: #2d2d2d;
  text-decoration: none;
  padding: 0.25rem 0.5rem;
  display: block;
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  border-radius: 8px;
  transition: background-color 0.2s;
}
.encabezado__item a:hover {
  background-color: #ececec;
  text-decoration: none;
}
.encabezado__item--desplegable {
  position: relative;
}
.encabezado__desplegable-boton {
  background: none;
  border: none;
  cursor: pointer;
  color: #2d2d2d;
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  padding: 0.25rem 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.3rem;
  border-radius: 8px;
  transition: background-color 0.2s;
  font-family: inherit;
}
.encabezado__desplegable-boton:hover {
  background-color: #ececec;
}
.encabezado__flecha {
  transition: transform 0.2s;
}
.encabezado__item--desplegable:hover .encabezado__flecha, .encabezado__item--desplegable.activo .encabezado__flecha {
  transform: rotate(180deg);
}
.encabezado__submenu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
}
.activo > .encabezado__submenu {
  display: block;
}
@media (min-width: 768px) {
  .encabezado__submenu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    min-width: 240px;
    padding: 0.25rem 0;
    z-index: 200;
  }
}
.encabezado__item--desplegable:hover > .encabezado__submenu, .encabezado__item--desplegable.activo > .encabezado__submenu {
  display: block;
}
.encabezado__submenu li a {
  display: block;
  padding: 0.25rem 1rem;
  color: #2d2d2d;
  text-decoration: none;
  font-size: 0.8125rem;
  font-weight: 400;
  white-space: nowrap;
  transition: background-color 0.15s;
}
.encabezado__submenu li a:hover {
  background-color: #ececec;
}

.pie-superior {
  background-color: transparent;
  background-image: url("../img/pie.svg");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: auto 150px;
  margin-top: 4rem;
}
@media (min-width: 768px) {
  .pie-superior {
    background-size: 100% 150px;
  }
}
.pie-superior__redes {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  padding: 4rem 0 150px;
}
.pie-superior__redes-titulo {
  margin: 0;
  font-size: 1rem;
  color: #5a5a5a;
  letter-spacing: 0.02em;
}
.pie-superior__redes-iconos {
  display: flex;
  gap: 2rem;
}
.pie-superior__redes-iconos a {
  color: #5a5a5a;
  transition: color 0.2s;
}
.pie-superior__redes-iconos a:hover {
  color: #2a6496;
}

.pie-inferior {
  background-color: #ff6600;
  color: #ffffff;
  padding: 2rem 0 1rem;
}
.pie-inferior__contenedor {
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: 1rem;
}
.pie-inferior__nav {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .pie-inferior__nav {
    flex-direction: row;
    gap: 4rem;
  }
}
.pie-inferior__columna {
  flex: 1;
}
.pie-inferior__titulo {
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 0.5rem;
}
.pie-inferior__lista {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.pie-inferior__lista a {
  color: #ffffff;
  text-decoration: none;
  font-size: 0.95rem;
  transition: color 0.2s;
}
.pie-inferior__lista a:hover {
  color: #1a2332;
}
.pie-inferior__legal {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding-top: 1rem;
  font-size: 0.875rem;
  color: #ffffff;
}
.pie-inferior__legal p {
  margin: 0;
}
.pie-inferior__nombre {
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 0.25rem;
}

.boton {
  display: inline-block;
  padding: 0.5rem 2rem;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-size: 1rem;
  text-align: center;
  text-decoration: none;
  transition: opacity 0.2s;
}
.boton:hover {
  opacity: 0.9;
}
.boton--primario {
  background-color: #2a6496;
  color: #ffffff;
}
.boton--secundario {
  background-color: transparent;
  color: #2a6496;
  border: 2px solid #2a6496;
}

.contacto__formulario .contacto__campo,
form .contacto__campo {
  margin-bottom: 1rem;
}
.contacto__formulario .contacto__campo label,
form .contacto__campo label {
  display: block;
  margin-bottom: 0.25rem;
  font-weight: 600;
}
.contacto__formulario .contacto__campo input,
.contacto__formulario .contacto__campo textarea,
form .contacto__campo input,
form .contacto__campo textarea {
  width: 100%;
  padding: 0.5rem;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  font-size: 1rem;
}
.contacto__formulario .contacto__campo input:focus,
.contacto__formulario .contacto__campo textarea:focus,
form .contacto__campo input:focus,
form .contacto__campo textarea:focus {
  outline: none;
  border-color: #2a6496;
}
.contacto__formulario .contacto__campo--error input,
.contacto__formulario .contacto__campo--error textarea,
form .contacto__campo--error input,
form .contacto__campo--error textarea {
  border-color: #c0392b;
}
.contacto__formulario .contacto__error,
form .contacto__error {
  color: #c0392b;
  font-size: 0.875rem;
  margin-top: 0.25rem;
  display: block;
}

.mensajes {
  padding: 1rem;
}
.mensajes .mensaje {
  padding: 0.5rem 1rem;
  border-radius: 8px;
  margin-bottom: 0.5rem;
}
.mensajes .mensaje--success {
  background-color: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
}
.mensajes .mensaje--error {
  background-color: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
}
.mensajes .mensaje--info {
  background-color: #d1ecf1;
  color: #0c5460;
  border: 1px solid #bee5eb;
}

.selector-idioma__boton {
  background: none;
  border: 1px solid currentColor;
  color: inherit;
  padding: 0.25rem 0.5rem;
  cursor: pointer;
  font-size: 0.875rem;
  border-radius: 8px;
}
.selector-idioma__boton:hover {
  opacity: 0.8;
}

.portada__hero {
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: 1rem;
  text-align: center;
  padding: 4rem 0 2rem;
}
.portada__logo {
  width: 160px;
  height: auto;
  margin: 0 auto 2rem;
}
@media (min-width: 768px) {
  .portada__logo {
    width: 200px;
  }
}
.portada__intro {
  max-width: 640px;
  margin: 0 auto;
  font-size: 1.125rem;
  color: #5a5a5a;
}
.portada__areas {
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: 1rem;
  padding: 2rem 0 4rem;
}
.portada__areas > h2 {
  text-align: center;
  margin-bottom: 2rem;
}
.portada__mosaico {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .portada__mosaico {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .portada__mosaico {
    grid-template-columns: repeat(6, 1fr);
  }
}
.portada__area {
  background-color: #ffffff;
  border-radius: 8px;
  padding: 2rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  display: flex;
  flex-direction: column;
}
.portada__area:hover {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
  transform: translateY(-2px);
}
.portada__area h3 {
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}
.portada__area h3 a {
  color: #1a2332;
  text-decoration: none;
}
.portada__area h3 a:hover {
  color: #c8a45a;
  text-decoration: none;
}
@media (min-width: 992px) {
  .portada__area--superior {
    grid-column: span 3;
  }
}
@media (min-width: 992px) {
  .portada__area--destacada {
    grid-column: span 4;
  }
}
.portada__area--destacada h3 {
  font-size: 1.5rem;
}
@media (min-width: 992px) {
  .portada__area--superior:not(.portada__area--destacada) {
    grid-column: span 2;
  }
}
@media (min-width: 992px) {
  .portada__area--inferior {
    grid-column: span 2;
  }
}
.portada__area-imagen {
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 1rem;
}
.portada__area-imagen img {
  width: 100%;
  height: auto;
  display: block;
}
@media (min-width: 768px) {
  .portada__area--destacada {
    flex-direction: row;
    align-items: flex-start;
  }
  .portada__area--destacada .portada__area-imagen {
    flex: 0 0 50%;
    margin-bottom: 0;
    margin-right: 2rem;
  }
  .portada__area--destacada .portada__area-contenido {
    flex: 1;
    display: flex;
    flex-direction: column;
  }
}
.portada__area-contenido {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.portada__area-resumen {
  flex: 1;
  font-size: 0.9375rem;
  color: #5a5a5a;
  line-height: 1.6;
}
.portada__area-enlace {
  display: inline-block;
  margin-top: 1rem;
  color: #c8a45a;
  font-weight: 600;
  font-size: 0.875rem;
  text-decoration: none;
  letter-spacing: 0.02em;
}
.portada__area-enlace:hover {
  color: #2a6496;
  text-decoration: none;
}
.portada__videos {
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: 1rem;
  padding: 2rem 0;
}
.portada__video {
  margin-bottom: 2rem;
}
.portada__video iframe {
  width: 100%;
  aspect-ratio: 16/9;
  border: 0;
  border-radius: 8px;
}

.area__cabecera {
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: 1rem;
  padding-top: 5rem;
  padding-bottom: 1rem;
  margin-bottom: 4rem;
  border-bottom: 1px solid #e0e0e0;
}
.area__titulo {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.area__titulo h1 {
  margin: 0;
}
.area__volver {
  color: #5a5a5a;
  text-decoration: none;
  font-size: 0.9rem;
  white-space: nowrap;
}
.area__volver:hover {
  color: #2a6496;
}
.area__compartir {
  display: flex;
  justify-content: flex-end;
  gap: 0.5rem;
  margin-bottom: 1rem;
}
.area__compartir a {
  color: #999;
  transition: color 0.2s;
}
.area__compartir a:hover {
  color: #2a6496;
}
.area__franja {
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: 1rem;
  padding-block: 0.5rem;
  display: grid;
  gap: 2rem;
}
@media (min-width: 768px) {
  .area__franja {
    grid-template-columns: 40% 1fr;
    align-items: start;
  }
}
.area__imagen img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}
.area__texto h1 {
  margin-top: 0;
}
.area__videos {
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: 1rem;
  padding: 2rem 0;
}
.area__video {
  margin-bottom: 2rem;
}
.area__video iframe {
  width: 100%;
  aspect-ratio: 16/9;
  border: 0;
  border-radius: 8px;
}

.contacto__encabezado {
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: 1rem;
  padding: 2rem 0;
  text-align: center;
}
.contacto__contenedor {
  max-width: 960px;
  margin-inline: auto;
  padding-inline: 1rem;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 2rem;
}
@media (min-width: 768px) {
  .contacto__contenedor {
    grid-template-columns: 2fr 1fr;
  }
}
.contacto__info {
  padding: 1rem;
  background-color: #f8f9fa;
  border-radius: 8px;
}

.la-fundacion__encabezado {
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: 1rem;
  padding: 2rem 0;
  text-align: center;
}
.la-fundacion__mision, .la-fundacion__objetivos {
  max-width: 960px;
  margin-inline: auto;
  padding-inline: 1rem;
  padding-bottom: 2rem;
}

/*# sourceMappingURL=base.css.map */
