@charset "UTF-8";
header.site-header,
.site-header {
  background-color: #004d8e !important;
  min-height: 70px;
  position: sticky;
  top: 0;
  z-index: 1030;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
header.site-header .navbar,
.site-header .navbar {
  background-color: transparent !important;
  padding: 0;
}
header.site-header .header-inner,
.site-header .header-inner {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  justify-content: space-between;
  min-height: 70px;
  padding: 0 1rem 0 0;
}
header.site-header .site-logo,
.site-header .site-logo {
  flex: 0 0 auto;
}
header.site-header .site-logo a,
.site-header .site-logo a {
  color: #ffffff;
  font-family: "Gotham", Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 1px;
}
header.site-header .site-logo a:hover,
.site-header .site-logo a:hover {
  text-decoration: none;
  opacity: 0.9;
}
header.site-header .site-logo img,
.site-header .site-logo img {
  max-height: 45px;
  width: auto;
}

.main-nav {
  flex: 1 1 auto;
  justify-content: flex-end;
  min-width: 0;
}
.main-nav .navbar-collapse {
  justify-content: flex-end;
  min-width: 0;
}
.main-nav .navbar-toggler {
  border-color: rgba(255, 255, 255, 0.3);
  padding: 4px 8px;
}
.main-nav .navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.9%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.main-nav .navbar-nav {
  align-items: center;
}
.main-nav .navbar-nav:first-child {
  margin-left: auto;
}
.main-nav .navbar-nav .nav-item .nav-link {
  color: rgba(255, 255, 255, 0.85);
  font-family: "Gotham", Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  padding: 0.65rem 0.5rem;
  transition: all 0.3s ease;
  white-space: nowrap;
}
.main-nav .navbar-nav .nav-item .nav-link:hover, .main-nav .navbar-nav .nav-item .nav-link.active {
  color: #ffffff;
}
.main-nav .nav-link--button {
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 4px;
  margin-left: 0.65rem;
  padding: 6px 16px !important;
}
.main-nav .nav-link--button:hover {
  background-color: rgba(255, 255, 255, 0.25);
}
.main-nav .nav-item.dropdown .nav-submenu-toggle {
  display: none;
}
.main-nav .nav-item.dropdown .nav-link--dropdown::after {
  display: inline-block;
  margin-left: 4px;
  vertical-align: middle;
  content: "";
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.main-nav .nav-item.dropdown .dropdown-menu {
  background-color: #ffffff;
  border: none;
  border-radius: 6px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
  padding: 8px 0;
  min-width: 180px;
  margin-top: 0;
}
.main-nav .nav-item.dropdown .dropdown-menu .dropdown-item {
  font-family: "Gotham", Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #004d8e;
  padding: 8px 20px;
  transition: all 0.3s ease;
}
.main-nav .nav-item.dropdown .dropdown-menu .dropdown-item:hover, .main-nav .nav-item.dropdown .dropdown-menu .dropdown-item.active {
  background-color: rgba(0, 77, 142, 0.08);
  color: #004d8e;
}
@media (min-width: 1200px) {
  .main-nav .nav-item.dropdown:hover > .dropdown-menu {
    display: block;
  }
}

@media (max-width: 1199.98px) and (min-width: 992px) {
  .main-nav.navbar-expand-lg,
  .main-nav.navbar-expand-xl {
    justify-content: flex-end;
  }
  .main-nav.navbar-expand-lg .navbar-toggler,
  .main-nav.navbar-expand-xl .navbar-toggler {
    display: block;
  }
  .main-nav.navbar-expand-lg .navbar-collapse,
  .main-nav.navbar-expand-xl .navbar-collapse {
    display: none !important;
    flex-basis: 100%;
    flex-grow: 1;
  }
  .main-nav.navbar-expand-lg .navbar-collapse.show,
  .main-nav.navbar-expand-xl .navbar-collapse.show {
    display: block !important;
  }
  .main-nav.navbar-expand-lg .navbar-nav,
  .main-nav.navbar-expand-xl .navbar-nav {
    align-items: flex-start;
    flex-direction: column;
  }
}
@media (max-width: 1199.98px) {
  header.site-header .header-inner,
  .site-header .header-inner {
    display: block;
    gap: 0;
    min-height: 70px;
    position: relative;
    padding-right: 0;
  }
  header.site-header .site-logo,
  .site-header .site-logo {
    align-items: center;
    display: flex;
    height: 70px;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 2;
  }
  .main-nav {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    min-height: 70px;
    padding-top: 70px;
    position: relative;
    width: 100%;
  }
  .main-nav .navbar-toggler {
    margin: 0;
    position: absolute;
    right: 0;
    top: 10px;
  }
  .main-nav .navbar-collapse {
    background-color: #004d8e;
    flex: 0 0 100%;
    order: 3;
    padding: 3.75rem 0 1rem;
    margin: 0;
    width: 100%;
  }
  .main-nav .navbar-nav {
    align-items: flex-start;
    margin-left: 0;
  }
  .main-nav .navbar-nav .nav-item .nav-link {
    padding: 8px 0.5rem;
  }
  .main-nav .nav-link--button {
    display: inline-block;
    margin-left: 0;
    margin-top: 0.65rem;
  }
  .main-nav .nav-item.dropdown {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
  }
  .main-nav .nav-item.dropdown .nav-link--dropdown::after {
    display: none;
  }
  .main-nav .nav-item.dropdown .nav-submenu-toggle {
    align-items: center;
    background: transparent;
    border: 0;
    color: rgba(255, 255, 255, 0.9);
    display: inline-flex;
    height: 34px;
    justify-content: center;
    margin-left: -0.25rem;
    padding: 0;
    width: 34px;
  }
  .main-nav .nav-item.dropdown .nav-submenu-toggle::before {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid currentColor;
    content: "";
    display: block;
    transition: transform 0.2s ease;
  }
  .main-nav .nav-item.dropdown.is-open .nav-submenu-toggle::before {
    transform: rotate(180deg);
  }
  .main-nav .nav-item.dropdown .dropdown-menu {
    background-color: #ffffff;
    box-shadow: none;
    display: none;
    flex: 0 0 100%;
    padding: 4px 0;
    border-radius: 6px;
    margin-top: 4px;
  }
  .main-nav .nav-item.dropdown .dropdown-menu .dropdown-item {
    color: #004d8e;
  }
  .main-nav .nav-item.dropdown .dropdown-menu .dropdown-item:hover, .main-nav .nav-item.dropdown .dropdown-menu .dropdown-item.active {
    background-color: rgba(0, 77, 142, 0.08);
    color: #004d8e;
  }
  .main-nav .nav-item.dropdown.is-open > .dropdown-menu {
    display: block;
  }
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/gotham/gotham-light-webfont.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/gotham/gothambook-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/gotham/gothammedium-webfont.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/gotham/gothambold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/gotham/gotham-black-webfont.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
.site-footer {
  background-color: #333e48;
  color: #ffffff;
  padding: 3rem 0 2rem;
  font-family: "Gotham", Arial, sans-serif;
}
.site-footer .footer-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2rem;
}
.site-footer .footer-col {
  flex: 1;
  min-width: 200px;
}
.site-footer .footer-col h5 {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 1rem;
}
.site-footer .footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.site-footer .footer-col ul li {
  margin-bottom: 0.65rem;
}
.site-footer .footer-col ul li a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  font-size: 14px;
  transition: all 0.3s ease;
}
.site-footer .footer-col ul li a:hover {
  color: #ffffff;
}
.site-footer .footer-col p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  line-height: 1.6;
}
.site-footer .footer-social {
  display: flex;
  gap: 0.75rem;
  margin-top: 1rem;
}
.site-footer .footer-social a {
  color: rgba(255, 255, 255, 0.6);
  transition: all 0.3s ease;
}
.site-footer .footer-social a:hover {
  color: #ffffff;
}
.site-footer .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 2rem;
  padding-top: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.65rem;
}
.site-footer .footer-bottom p {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  margin: 0;
}

.footer-legal {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 1.5rem;
}
.footer-legal li span a {
  color: rgba(255, 255, 255, 0.5);
  font-size: 13px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.footer-legal li span a:hover {
  color: #ffffff;
}

.canal-denuncias-qr {
  margin-top: 1.5rem;
}
.canal-denuncias-qr img {
  border: 1px solid #dee2e6;
  border-radius: 6px;
  display: block;
  margin-top: 0.65rem;
  max-width: 180px;
  padding: 8px;
  width: 100%;
}

.footer-legal-modal .modal-header,
.footer-legal-modal .modal-footer {
  padding-left: 2rem;
  padding-right: 2rem;
}
.footer-legal-modal .modal-body {
  padding: 2rem;
}
.footer-legal-modal .modal-body h6 {
  font-size: 1rem;
  font-weight: 800;
  margin: 1.5rem 0 0.75rem;
}
.footer-legal-modal .modal-body h6:first-child {
  margin-top: 0;
}
.footer-legal-modal .modal-body p,
.footer-legal-modal .modal-body li {
  line-height: 1.55;
}

.legal-info-grid {
  display: block;
  margin: 1.5rem 0;
}

.legal-info-item {
  margin-bottom: 1rem;
}
.legal-info-item span {
  display: block;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.6px;
  margin-bottom: 0.25rem;
  text-transform: uppercase;
}
.legal-info-item strong {
  color: #666666;
  display: block;
  font-size: 1rem;
  line-height: 1.45;
}

.cookie-policy-grid {
  display: block;
  margin: 1.5rem 0;
}

.cookie-policy-item,
.cookie-category {
  margin-bottom: 1.5rem;
}

.cookie-policy-item span {
  color: #333333;
  display: block;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.6px;
  margin-bottom: 0.35rem;
  text-transform: uppercase;
}
.cookie-policy-item p {
  margin-bottom: 0;
}

.cookie-category h6 {
  color: #333333;
  margin-bottom: 0.75rem;
}
.cookie-category p:last-child {
  margin-bottom: 0;
}

.cookie-actions {
  margin: 1.5rem 0;
}

.privacy-purpose,
.privacy-rights,
.privacy-contact-card,
.privacy-links {
  margin: 1.5rem 0;
}

.privacy-purpose {
  border-bottom: 1px solid #dee2e6;
  padding-bottom: 1rem;
}
.privacy-purpose h6 {
  color: #333333;
  font-size: 0.95rem;
  margin-top: 0;
}
.privacy-purpose p:last-child {
  margin-bottom: 0;
}

.privacy-list {
  padding-left: 1.25rem;
}
.privacy-list li {
  margin-bottom: 0.45rem;
}

.privacy-rights p {
  margin-bottom: 0.75rem;
}

.privacy-contact-card {
  background: rgba(51, 51, 51, 0.04);
  border: 1px solid #dee2e6;
  border-radius: 6px;
  padding: 1.5rem;
}
.privacy-contact-card h6 {
  margin-top: 0;
}
.privacy-contact-card p:last-child {
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  .site-footer .footer-inner {
    flex-direction: column;
  }
  .site-footer .footer-col {
    min-width: 100%;
  }
  .site-footer .footer-bottom {
    flex-direction: column;
    text-align: center;
  }
  .footer-legal {
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
  }
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/gotham/gotham-light-webfont.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/gotham/gothambook-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/gotham/gothammedium-webfont.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/gotham/gothambold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/gotham/gotham-black-webfont.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
html {
  scroll-padding-top: 70px;
}

body {
  font-family: "Gotham", Arial, sans-serif;
  font-size: 16px;
  color: #666666;
  line-height: 1.6;
  background-color: #ffffff;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

p {
  line-height: 1.4 !important;
}

.color-white {
  color: #ffffff !important;
}

#system-message-container:empty {
  display: none;
}

#system-message-container {
  margin: 0;
  padding: 0;
}

.wrapper {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Gotham", Arial, sans-serif;
  color: #333333;
  font-weight: 700;
}

h1 {
  font-size: 2.2rem;
}

h2 {
  font-size: 1.8rem;
}

h3 {
  font-size: 1.4rem;
}

a {
  color: #004d8e;
  transition: all 0.3s ease;
}
a:hover {
  color: rgb(0, 49.3450704225, 91);
}

.btn {
  align-items: center;
  border-radius: 8px !important;
  border-width: 2px !important;
  box-shadow: none !important;
  display: inline-flex;
  font-size: 0.92rem;
  font-weight: 700 !important;
  justify-content: center;
  line-height: 1.2;
  min-height: 42px;
  padding: 0.62rem 1.1rem;
  text-decoration: none !important;
  transition: all 0.3s ease;
}
.btn.btn-sm {
  font-size: 0.82rem;
  min-height: 36px;
  padding: 0.45rem 0.85rem;
}
.btn.btn-lg {
  font-size: 1rem;
  min-height: 48px;
  padding: 0.78rem 1.35rem;
}

.btn-primary {
  background-color: #004d8e !important;
  border-color: #004d8e !important;
  color: #ffffff !important;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
  background-color: rgb(0, 49.3450704225, 91) !important;
  border-color: rgb(0, 49.3450704225, 91) !important;
  color: #ffffff !important;
}

.btn-outline-primary,
.btn-filter {
  font-size: 13px !important;
  padding: 4px 10px !important;
  background-color: transparent !important;
  border-color: #004d8e !important;
  color: #004d8e !important;
}
.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active, .btn-outline-primary.active,
.btn-filter:hover,
.btn-filter:focus,
.btn-filter:active,
.btn-filter.active {
  background-color: transparent !important;
  border-color: #004d8e !important;
  color: #004d8e !important;
}

.btn-filter.active,
.btn-filter.is-active,
.btn-filter[aria-pressed=true] {
  background-color: #004d8e !important;
  border-color: #004d8e !important;
  color: #ffffff !important;
}

.btn-light {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #004d8e !important;
}
.btn-light:hover, .btn-light:focus, .btn-light:active, .btn-light.active {
  background-color: rgba(255, 255, 255, 0.88) !important;
  border-color: rgba(255, 255, 255, 0.88) !important;
  color: rgb(0, 49.3450704225, 91) !important;
}

.btn-outline-light {
  background-color: transparent !important;
  border-color: #ffffff !important;
  color: #ffffff !important;
}
.btn-outline-light:hover, .btn-outline-light:active, .btn-outline-light.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #004d8e !important;
}
.btn-outline-light:focus {
  background-color: transparent !important;
  border-color: #ffffff !important;
  color: #ffffff !important;
}
.btn-outline-light:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.85);
  outline-offset: 3px;
}

.wrapper {
  min-height: calc(100vh - 70px - 200px);
}

.main-content {
  padding: 3rem 0;
}

.section-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 60vh;
  text-align: center;
}
.section-placeholder h1 {
  color: #004d8e;
  font-weight: 700;
  font-size: 2.5rem;
}
.section-placeholder p {
  color: #999999;
  font-size: 18px;
  margin-top: 1rem;
}

.section-shaded {
  background-color: #eef3f8;
}

.section-shaded,
.content-section,
.section-banner {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.section-banner {
  background: linear-gradient(135deg, #004d8e 0%, rgb(0, 118.4823943662, 218.5) 100%);
  color: #ffffff;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.section-banner h2, .section-banner h3, .section-banner h4 {
  color: #ffffff;
}
.section-banner p {
  color: rgba(255, 255, 255, 0.9);
}
.section-banner .display-4 {
  color: #ffffff;
}
.section-banner .text-muted {
  color: rgba(255, 255, 255, 0.7) !important;
}

.page-hero {
  background-color: #004d8e;
  color: #ffffff;
  padding: 1.5rem 0;
}
.page-hero--comunidad {
  background-image: linear-gradient(rgba(0, 77, 142, 0.88), rgba(0, 49.3450704225, 91, 0.9)), url("../img/default/comunidad/hero-comunidad-1.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.page-hero--socios {
  background-image: linear-gradient(rgba(0, 77, 142, 0.88), rgba(0, 49.3450704225, 91, 0.9)), url("../img/default/socios/hero-socios-1.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.page-hero--asociados {
  background-image: linear-gradient(rgba(0, 77, 142, 0.88), rgba(0, 49.3450704225, 91, 0.9)), url("../img/default/socios/hero-asociados-1.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.page-hero--areasocio {
  background-image: linear-gradient(rgba(0, 77, 142, 0.88), rgba(0, 49.3450704225, 91, 0.9)), url("../img/default/area-socio/banner-area-socio.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.page-hero--actividades {
  background-image: linear-gradient(rgba(0, 77, 142, 0.88), rgba(0, 49.3450704225, 91, 0.9)), url("../img/default/actividades/banner-actividades.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.page-hero--rinconexperto {
  background-image: linear-gradient(rgba(0, 77, 142, 0.88), rgba(0, 49.3450704225, 91, 0.9)), url("../img/default/rincon-del-experto/banner-rincon-del-experto.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.page-hero .page-hero-label {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  opacity: 0.8;
  margin-bottom: 0.65rem;
}
.page-hero h1 {
  color: #ffffff;
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.page-hero .page-hero-desc {
  font-size: 18px;
  opacity: 0.9;
  max-width: 700px;
}
.page-hero .page-hero-media-layout {
  align-items: center;
  display: grid;
  gap: 2rem;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 360px);
}
.page-hero .page-hero-copy {
  min-width: 0;
}
.page-hero .page-hero-object {
  display: flex;
  justify-content: flex-end;
}
.page-hero .page-hero-object img {
  display: block;
  height: auto;
  max-height: 270px;
  max-width: 100%;
  object-fit: contain;
}
.page-hero .hero-buttons {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.page-hero .hero-buttons .btn {
  margin: 0 !important;
}
.page-hero + section {
  margin-top: 1.5rem;
}

@media (max-width: 767.98px) {
  .page-hero .page-hero-media-layout {
    grid-template-columns: 1fr;
  }
  .page-hero .page-hero-object {
    justify-content: flex-start;
  }
  .page-hero .page-hero-object img {
    max-height: 150px;
  }
}
.gref-breadcrumb {
  background: #dfefff;
  border-bottom: 1px solid rgba(0, 77, 142, 0.12);
  padding: 0.75rem 0;
}
.gref-breadcrumb ol {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.gref-breadcrumb li {
  align-items: center;
  color: #666666;
  display: flex;
  font-size: 0.88rem;
  font-weight: 600;
}
.gref-breadcrumb li + li::before {
  color: #999999;
  content: "/";
  margin-right: 0.5rem;
}
.gref-breadcrumb a {
  color: #004d8e;
}
.gref-breadcrumb a:hover {
  color: #333e48;
}
.gref-breadcrumb span {
  color: #333e48;
}

.page-hero--carousel {
  position: relative;
  overflow: hidden;
  min-height: 420px;
  display: flex;
  align-items: center;
}
.page-hero--carousel .hero-carousel-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.page-hero--carousel .hero-carousel-bg .hero-carousel-track {
  width: 100%;
  height: 100%;
}
.page-hero--carousel .hero-carousel-bg .hero-carousel-track img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 1.2s ease-in-out;
}
.page-hero--carousel .hero-carousel-bg .hero-carousel-track img.active {
  opacity: 1;
}
.page-hero--carousel .hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 77, 142, 0.88);
  z-index: 1;
}

.hero-section {
  background-color: #004d8e;
  color: #ffffff;
  padding: 80px 0;
  position: relative;
  text-align: center;
  overflow: hidden;
}
.hero-section .hero-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  z-index: 0;
  object-fit: cover;
}
.hero-section .hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(5, 77, 141, 0.82);
  z-index: 1;
}
.hero-section .hero-content {
  position: relative;
  z-index: 2;
}
.hero-section .hero-subtitle {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  opacity: 0.8;
  margin-bottom: 1rem;
}
.hero-section h1 {
  color: #ffffff;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
@media (max-width: 767.98px) {
  .hero-section h1 {
    font-size: 1.8rem;
  }
}
.hero-section .hero-desc {
  font-size: 18px;
  opacity: 0.9;
  max-width: 700px;
  margin: 0 auto 2rem;
}
.hero-section .hero-buttons {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
}
.hero-section .hero-buttons .btn {
  margin: 0 !important;
}

.stats-section {
  background: linear-gradient(135deg, #004d8e 0%, rgb(0, 118.4823943662, 218.5) 100%);
  background: linear-gradient(135deg, #004d8e 0%, rgb(0, 118.4823943662, 218.5) 100%);
  color: #ffffff;
  padding: 1.5rem 0 !important;
}
.stats-section .stat-item {
  padding: 0.75rem 0;
}
.stats-section .stat-number {
  display: block;
  font-size: 2.5rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1;
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.4s ease;
  opacity: 0;
  transform: scale(0.5);
}
.stats-section .stat-number.animated {
  opacity: 1;
  transform: scale(1);
}
.stats-section .stat-label {
  display: block;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.85);
  margin-top: 0.3rem;
  transition: opacity 0.5s ease 0.3s;
  opacity: 0;
}
.stats-section .stat-label.animated {
  opacity: 1;
}

.stats-section--transformacion {
  background: #dfefff;
  color: #666666;
  padding: 3rem 0 !important;
}
.stats-section--transformacion .stats-copy {
  max-width: 520px;
}
.stats-section--transformacion .stats-copy h1 {
  color: #004d8e;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.stats-section--transformacion .stats-copy h1 span {
  color: #333e48;
  display: block;
}
.stats-section--transformacion .stats-copy p {
  color: #666666;
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 1rem;
}
.stats-section--transformacion .stats-copy em {
  font-weight: 700;
}
.stats-section--transformacion .stats-panel {
  background: rgba(255, 255, 255, 0.62);
  border: 1px solid rgba(0, 77, 142, 0.16);
  border-radius: 8px;
  box-shadow: none;
  padding: 2rem;
}
.stats-section--transformacion .stat-item {
  padding: 0.75rem 0;
  text-align: center;
}
.stats-section--transformacion .stat-number {
  color: #004d8e;
}
.stats-section--transformacion .stat-label {
  color: #666666;
  line-height: 1.1;
  margin-top: 0.3rem;
}
.stats-section--transformacion blockquote {
  border-left: 3px solid rgba(0, 77, 142, 0.65);
  color: #333e48;
  font-size: 18px;
  font-style: italic;
  line-height: 1.4;
  margin: 1rem 0 0;
  padding: 0.75rem 0 0.75rem 1rem;
}

@media (max-width: 991.98px) {
  .stats-section--transformacion .stats-copy {
    max-width: none;
  }
}
@media (max-width: 767.98px) {
  .stats-section--transformacion .stats-copy h1 {
    font-size: 1.8rem;
  }
}
@media (max-width: 575.98px) {
  .stats-section--transformacion {
    padding: 2rem 0 !important;
  }
  .stats-section--transformacion .stats-panel {
    padding: 1.5rem;
  }
}
.informe-stats .stat-number {
  display: block;
  font-size: 2rem;
  font-weight: 700;
  color: #004d8e;
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.4s ease;
  opacity: 0;
  transform: scale(0.5);
}
.informe-stats .stat-number.animated {
  opacity: 1;
  transform: scale(1);
}
.informe-stats .stat-label {
  display: block;
  font-size: 14px;
  line-height: 1.1;
  color: #004d8e;
  transition: opacity 0.5s ease 0.3s;
  opacity: 0;
}
.informe-stats .stat-label.animated {
  opacity: 1;
}

.edicion-card .btn,
.estudio-card .btn {
  transition: transform 0.2s ease, background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;
}
.edicion-card .btn:hover, .edicion-card .btn:focus,
.estudio-card .btn:hover,
.estudio-card .btn:focus {
  transform: scale(1.04);
}

.activity-card,
.valor-card,
.benefit-card,
.mesa-card,
.observatorio-card,
.estudio-card,
.blog-card,
.edicion-card,
.modalidad-card {
  background: #ffffff;
  border: 1px solid #dee2e6;
  border-radius: 8px;
  padding: 1.5rem;
  height: 100%;
  transition: all 0.3s ease;
  text-align: center;
}
.activity-card .valor-icon,
.valor-card .valor-icon,
.benefit-card .valor-icon,
.mesa-card .valor-icon,
.observatorio-card .valor-icon,
.estudio-card .valor-icon,
.blog-card .valor-icon,
.edicion-card .valor-icon,
.modalidad-card .valor-icon {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 0.65rem;
}
.activity-card .valor-icon svg,
.valor-card .valor-icon svg,
.benefit-card .valor-icon svg,
.mesa-card .valor-icon svg,
.observatorio-card .valor-icon svg,
.estudio-card .valor-icon svg,
.blog-card .valor-icon svg,
.edicion-card .valor-icon svg,
.modalidad-card .valor-icon svg {
  display: block;
  width: 44px;
  height: 44px;
  fill: #333e48;
  stroke: none;
}

.activity-card:has(a):hover,
.valor-card:has(a):hover,
.benefit-card:has(a):hover,
.mesa-card:has(a):hover,
.observatorio-card:has(a):hover,
.blog-card:has(a):hover,
.modalidad-card:has(a):hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transform: translateY(-2px);
  cursor: pointer;
}

a.activity-card:hover,
a.valor-card:hover,
a.benefit-card:hover,
a.observatorio-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transform: translateY(-2px);
  cursor: pointer;
}

.activity-card h3,
.valor-card h3,
.benefit-card h3,
.mesa-card h3,
.observatorio-card h3,
.estudio-card h3,
.blog-card h3,
.edicion-card h3,
.modalidad-card h3 {
  font-size: 1.1rem;
  margin-bottom: 0.65rem;
}
.activity-card p,
.valor-card p,
.benefit-card p,
.mesa-card p,
.observatorio-card p,
.estudio-card p,
.blog-card p,
.edicion-card p,
.modalidad-card p {
  font-size: 14px;
  color: #666666;
}

.section-beneficios {
  padding: 3rem 0;
}

.section-beneficios--legacy {
  display: none;
}

.section-beneficios--socios {
  margin-top: 0 !important;
  background: #f8f9fa;
  margin-bottom: 30px;
}
.section-beneficios--socios .section-beneficios-intro {
  max-width: 720px;
  margin: 0 auto 2rem;
  color: #666666;
  font-size: 1rem;
}
.section-beneficios--socios .beneficios-grid {
  max-width: 1040px;
  margin: 0 auto;
}
.section-beneficios--socios .beneficios-grid > [class*=col-] {
  display: flex;
}

.benefit-card--list {
  width: 100%;
  padding: 0;
  overflow: hidden;
  text-align: left;
  border-color: rgba(0, 77, 142, 0.14);
  box-shadow: 0 10px 24px rgba(0, 77, 142, 0.05);
}
.benefit-card--list .benefit-card-header {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 1rem 2rem;
  border-bottom: 1px solid rgba(0, 77, 142, 0.14);
}
.benefit-card--list .benefit-card-header h3 {
  color: #333e48;
}
.benefit-card--list .valor-icon {
  width: 48px;
  height: 48px;
  min-width: 48px;
  margin: 0;
}
.benefit-card--list .valor-icon svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: #333e48;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.benefit-card--list h3 {
  margin: 0;
  color: #666666;
  font-size: 1.05rem;
  line-height: 1.2;
}
.benefit-card--list .benefit-card-body {
  padding: 1.5rem 2rem 2rem;
}
.benefit-card--list ul {
  margin: 0;
  padding: 0;
}
.benefit-card--list li {
  position: relative;
  padding-left: 1.35rem;
  margin-bottom: 0.85rem;
  color: #666666;
  font-size: 14px;
  line-height: 1.35;
  list-style: none;
}
.benefit-card--list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #004d8e;
}
.benefit-card--list li:last-child {
  margin-bottom: 0;
}

@media (max-width: 575.98px) {
  .benefit-card--list .benefit-card-header {
    min-height: auto;
    padding: 1rem 1.5rem;
  }
  .benefit-card--list .benefit-card-body {
    padding: 1rem 1.5rem 1.5rem;
  }
}
.observatorio-card {
  padding: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  text-align: left;
}
.observatorio-card .observatorio-card-img {
  width: 100%;
  height: 180px;
  overflow: hidden;
}
.observatorio-card .observatorio-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.observatorio-card:hover .observatorio-card-img img {
  transform: scale(1.03);
}
.observatorio-card .observatorio-card-body {
  padding: 1.5rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.observatorio-card .observatorio-card-body .btn {
  align-self: flex-start;
  margin-top: auto;
}

.valor-card {
  text-align: center;
}
.valor-card .valor-icon {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 0.65rem;
}
.valor-card .valor-icon svg {
  display: block;
  width: 44px;
  height: 44px;
  fill: #333e48;
  stroke: none;
}
.valor-card h4 {
  font-size: 1.1rem;
  margin-bottom: 0.65rem;
}

.activity-card .activity-date {
  display: block;
  font-size: 12px;
  color: #004d8e;
  font-weight: 600;
  margin-bottom: 4px;
}
.activity-card .activity-type {
  display: inline-block;
  background: rgba(0, 77, 142, 0.1);
  color: #004d8e;
  font-size: 12px;
  padding: 2px 8px;
  border-radius: 4px;
  margin-bottom: 0.65rem;
}

.tipo-actividad-card-body .activity-date {
  display: block;
  font-size: 12px;
  color: #004d8e;
  font-weight: 600;
  margin-bottom: 4px;
}
.tipo-actividad-card-body .activity-type {
  display: inline-block;
  background: rgba(0, 77, 142, 0.1);
  color: #004d8e;
  font-size: 12px;
  padding: 2px 8px;
  border-radius: 4px;
  margin-bottom: 0.65rem;
}

.section-actividades-home,
.section-informe-home,
.section-newsletter-home,
.section-ultimas-noticias-home,
.section-mision,
.section-valores,
.section-socios,
.section-asociados,
.section-proximas,
.section-mesas,
.section-observatorios,
.section-premios,
.section-ediciones,
.section-estudios,
.section-blog,
.section-ultimo-numero,
.section-hemeroteca,
.section-suscripcion,
.section-modalidades,
.section-tipos-actividades,
.section-contacto-socio {
  padding: 3rem 0;
}

.section-informe-destacado {
  margin-top: 0 !important;
  padding: 3rem 0;
  background-color: #dfefff;
}

.section-proximas {
  background-color: #f8f9fa;
}
.section-proximas h2 {
  margin-bottom: 20px;
}

.tipo-actividad-card {
  background: #ffffff;
  border: 1px solid #dee2e6;
  border-radius: 8px;
  overflow: hidden;
  height: 100%;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
}
.tipo-actividad-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.tipo-actividad-card .tipo-actividad-card-img {
  width: 100%;
  height: 180px;
  overflow: hidden;
}
.tipo-actividad-card .tipo-actividad-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.tipo-actividad-card .tipo-actividad-card-body {
  padding: 2rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.tipo-actividad-card .tipo-actividad-card-body .mt-3:last-child {
  margin-top: auto !important;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.tipo-actividad-card .tipo-actividad-card-body .mt-3:last-child .btn {
  margin: 0 !important;
}
.tipo-actividad-card--horizontal .tipo-actividad-card-body {
  background-color: #dfefff;
}
@media (min-width: 768px) {
  .tipo-actividad-card--horizontal {
    flex-direction: row;
  }
  .tipo-actividad-card--horizontal .tipo-actividad-card-img {
    width: 350px;
    min-width: 350px;
    height: auto;
  }
}
.tipo-actividad-card h2 {
  font-size: 1.2rem;
  margin-bottom: 0.65rem;
}
.tipo-actividad-card p {
  font-size: 14px;
}

.mesa-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0 24px;
}

.mesa-list-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px 0;
  border-bottom: 1px solid #dee2e6;
  width: 100%;
}
@media (min-width: 768px) {
  .mesa-list-item {
    width: calc(50% - 12px);
  }
}
.mesa-list-item .valor-icon {
  width: 60px;
  height: 60px;
  min-width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mesa-list-item .valor-icon svg {
  width: 44px;
  height: 44px;
  fill: #333e48;
  stroke: none;
}
.mesa-list-item span {
  font-size: 14px;
  font-weight: 600;
  color: #666666;
}

.premios-banner {
  position: relative;
  padding: 3rem 0;
  background-image: linear-gradient(135deg, #004d8e 0%, rgb(0, 49.3450704225, 91) 100%);
  color: #ffffff;
  overflow: hidden;
}
.premios-banner .premios-banner-overlay {
  position: absolute;
  inset: 0;
  background: url("../img/default/actividades/banner-premios.jpg") center/cover no-repeat;
  opacity: 0.12;
}
.premios-banner .premios-banner-content {
  position: relative;
  z-index: 1;
}
.premios-banner .page-hero-label {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  opacity: 0.8;
  margin-bottom: 0.65rem;
}
.premios-banner h2 {
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.premios-banner .premios-banner-desc {
  font-size: 18px;
  opacity: 0.9;
  max-width: 600px;
  margin-bottom: 1.5rem;
}
.premios-banner .premios-banner-ctas {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.premios-banner-ganador {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  overflow: hidden;
  backdrop-filter: blur(6px);
  border: 1px solid rgba(255, 255, 255, 0.15);
}
.premios-banner-ganador .premios-banner-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.premios-banner-ganador .premios-banner-ganador-info {
  padding: 1rem 1.5rem;
}
.premios-banner-ganador .premios-banner-anio {
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  padding: 2px 10px;
  border-radius: 4px;
  margin-bottom: 6px;
}
.premios-banner-ganador .premios-banner-entidad {
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 700;
  margin: 4px 0;
}
.premios-banner-ganador .premios-banner-proyecto {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  margin: 0;
}

.section-premiados-anteriores {
  background: #f8f9fa;
  margin-top: 0 !important;
  padding: 3rem 0;
}

.premiados-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-bottom: 3rem;
}

.premiados-grid--segrelles {
  grid-template-columns: minmax(0, 1fr);
  margin-left: 0;
  margin-right: auto;
  max-width: calc(50% - 0.75rem);
}
.premiados-grid--segrelles .premio-card-img {
  height: 290px;
}

.premiados-grid--anteriores {
  margin-top: 1.5rem;
}

.premiados-anteriores-list {
  margin-bottom: 3rem;
}

.premiados-anio-group {
  margin-bottom: 2rem;
}

.section-header--premios-anio {
  margin-bottom: 1.25rem;
}
.section-header--premios-anio .section-label {
  display: block;
}

.premios-anio-link {
  background-color: transparent;
  border: 1px solid #004d8e;
  border-radius: 4px;
  color: #004d8e;
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 600;
  line-height: 1.2;
  padding: 0.28rem 0.65rem;
  text-decoration: none;
  transition: all 0.3s ease;
}
.premios-anio-link:hover, .premios-anio-link:focus {
  background-color: #004d8e;
  color: #ffffff;
  text-decoration: none;
}

.premios-anteriores-actions {
  display: flex;
  justify-content: center;
  margin: -1rem 0 3rem;
}

.premios-segrelles-header {
  margin-top: 1rem;
}

.premio-card-img {
  position: relative;
}

.premio-medalla {
  align-items: center;
  border-radius: 50%;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.18);
  color: #ffffff;
  display: inline-flex;
  height: 46px;
  justify-content: center;
  left: 1rem;
  position: absolute;
  top: 1rem;
  width: 46px;
  z-index: 2;
}
.premio-medalla svg {
  fill: none;
  height: 28px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  width: 28px;
}

.premio-medalla--oro {
  background: #d4af37;
}

.premio-medalla--plata {
  background: #a8b0b8;
}

.premio-medalla--bronce {
  background: #b46a34;
}

.premio-card-body {
  text-align: center;
}
.premio-card-body .premios-banner-anio {
  color: #004d8e;
  display: block;
  font-size: 0.76rem;
  font-weight: 700;
  margin-bottom: 0.35rem;
}
.premio-card-body .premios-banner-entidad {
  color: #333e48;
  font-size: 0.98rem;
  margin-bottom: 0.35rem;
}
.premio-card-body .premios-banner-proyecto {
  color: #666666;
  font-size: 0.9rem;
  margin-bottom: 0;
}

.premio-card-entidad {
  color: #004d8e;
  font-size: 0.82rem;
  font-weight: 700;
  margin-bottom: 0.35rem;
  text-transform: uppercase;
}

@media (max-width: 991.98px) {
  .premiados-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .premiados-grid--segrelles {
    max-width: 100%;
  }
}
@media (max-width: 767.98px) {
  .premiados-grid {
    grid-template-columns: 1fr;
  }
}
.section-ultimas-noticias-home,
.section-valores,
.section-asociados,
.section-mesas,
.section-observatorios,
.section-ediciones,
.section-suscripcion {
  background-color: #f8f9fa;
}

.section-informe-home h2 {
  margin-bottom: 2rem;
}

.informe-experto-card .tipo-actividad-card-img {
  background: #004d8e;
}
.informe-experto-card .tipo-actividad-card-img .informe-portada,
.informe-experto-card .tipo-actividad-card-img img {
  height: 100%;
}
.informe-experto-card .tipo-actividad-card-img img {
  object-fit: cover;
  width: 100%;
}
.informe-experto-card h3 {
  color: #666666;
  font-size: 1.35rem;
  margin-bottom: 1rem;
}
.informe-experto-card > .tipo-actividad-card-body > p {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 2rem;
}

.informe-benefits {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 1.5rem 0;
}

.informe-benefit {
  align-items: center;
  border-left: 1px solid rgba(0, 77, 142, 0.18);
  display: flex;
  flex-direction: column;
  min-height: 108px;
  padding: 0.5rem 1rem 0;
  text-align: center;
}
.informe-benefit:first-child {
  border-left: 0;
}
.informe-benefit span {
  color: rgb(0, 49.3450704225, 91);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
}

.informe-benefit-icon {
  height: 44px;
  margin-bottom: 0.65rem;
  width: 44px;
}
.informe-benefit-icon svg {
  display: block;
  fill: none;
  height: 100%;
  stroke: #333e48;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.5;
  width: 100%;
}

@media (max-width: 767.98px) {
  .informe-benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 1.5rem;
  }
  .informe-benefit:nth-child(odd) {
    border-left: 0;
  }
}
.section-ultimas-noticias-home h2 {
  color: #666666;
  margin-bottom: 3rem;
  text-align: center;
}

.noticia-card {
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.06);
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
}

.noticia-card-img {
  aspect-ratio: 16/9;
  position: relative;
}
.noticia-card-img img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.noticia-date {
  background: #004d8e;
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 500;
  left: 0.85rem;
  padding: 0.25rem 0.45rem;
  border-radius: 4px;
  position: absolute;
  top: 0.85rem;
}

.noticia-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
  padding: 1.5rem 1.5rem 1rem;
}
.noticia-card-body h3 {
  color: #666666;
  font-size: 1.24rem;
  line-height: 1.2;
}
.noticia-card-body p {
  color: #666666;
  font-size: 1rem;
  line-height: 1.45;
  margin-bottom: 1rem;
}
.noticia-card-body a {
  margin-top: auto;
  display: inline-flex;
}

@media (max-width: 575.98px) {
  .section-ultimas-noticias-home h2 {
    margin-bottom: 2rem;
  }
}
.section-newsletter-home {
  background-color: #004d8e;
  color: #ffffff;
}
.section-newsletter-home h2 {
  color: #ffffff;
}
.section-newsletter-home p {
  color: rgba(255, 255, 255, 0.85);
}
.section-newsletter-home .form-check-label a {
  color: #ffffff;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.section-newsletter-home .form-check-label a:hover, .section-newsletter-home .form-check-label a:focus {
  color: rgba(255, 255, 255, 0.85);
}

.section-newsletter-home .form-check-input[type=checkbox],
.section-fundae .form-check-input[type=checkbox],
.suscripcion-hero-form .form-check-input[type=checkbox] {
  appearance: none;
  background-color: rgba(255, 255, 255, 0.9);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 0.75rem 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 0.2rem;
  cursor: pointer;
  height: 1rem;
  width: 1rem;
}
.section-newsletter-home .form-check-input[type=checkbox]:checked,
.section-fundae .form-check-input[type=checkbox]:checked,
.suscripcion-hero-form .form-check-input[type=checkbox]:checked {
  background-color: #ffffff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23004d8e' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
  border-color: #ffffff;
}
.section-newsletter-home .form-check-input[type=checkbox]:focus,
.section-fundae .form-check-input[type=checkbox]:focus,
.suscripcion-hero-form .form-check-input[type=checkbox]:focus {
  border-color: #ffffff;
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
  outline: 0;
}

.section-header {
  margin-bottom: 2rem;
  gap: 1rem;
}
.section-header .section-label {
  color: #004d8e;
  font-size: 0.72rem;
  font-weight: 6800;
  letter-spacing: 1.6px;
  margin-bottom: 0.65rem;
  text-transform: uppercase;
}
.section-header h2 {
  margin-bottom: 0.65rem;
}
.section-header p {
  margin: 0;
}

.informe-portada,
.newsletter-portada {
  background: linear-gradient(135deg, #004d8e, rgb(0, 49.3450704225, 91));
  border-radius: 8px;
  padding: 0;
  text-align: center;
  color: #ffffff;
  position: relative;
  overflow: hidden;
}
.informe-portada img,
.newsletter-portada img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
}
.informe-portada .informe-placeholder span,
.informe-portada .newsletter-portada-inner span,
.newsletter-portada .informe-placeholder span,
.newsletter-portada .newsletter-portada-inner span {
  display: block;
  font-size: 14px;
  opacity: 0.7;
}
.informe-portada .informe-placeholder strong,
.informe-portada .newsletter-portada-inner strong,
.newsletter-portada .informe-placeholder strong,
.newsletter-portada .newsletter-portada-inner strong {
  display: block;
  font-size: 2rem;
  font-weight: 700;
}
.informe-portada .badge-nuevo,
.newsletter-portada .badge-nuevo {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #e74c3c;
  color: white;
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 600;
}

.section-filtros {
  padding: 1.5rem 0;
  border-bottom: 1px solid #dee2e6;
}

.filtros-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.actividad-item {
  padding: 1.5rem 0;
  border-bottom: 1px solid #dee2e6;
}
.actividad-item .actividad-fecha {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 80px;
  background: #ffffff;
  border: 2px solid #333e48;
  border-radius: 8px;
  overflow: hidden;
  text-align: center;
  line-height: 1;
}
.actividad-item .actividad-fecha-dia {
  display: block;
  font-size: 1.8rem;
  font-weight: 800;
  color: #333e48;
}
.actividad-item .actividad-fecha-mes {
  display: block;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #333e48;
}
.actividad-item .actividad-fecha-anio {
  display: block;
  font-size: 0.75rem;
  color: #333e48;
  margin-top: 2px;
}
.actividad-item .actividad-thumb img {
  width: 120px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
}
.actividad-item .actividad-tipo {
  display: inline-block;
  background: rgba(0, 77, 142, 0.1);
  color: #004d8e;
  font-size: 12px;
  padding: 2px 8px;
  border-radius: 4px;
  margin-bottom: 4px;
}
.actividad-item h3 {
  font-size: 1.1rem;
  margin-bottom: 4px;
}
.actividad-item p {
  font-size: 14px;
  color: #999999;
  margin: 0;
}

.calendario-actividades {
  background: #ffffff;
  border: 1px solid #dee2e6;
  border-radius: 12px;
  padding: 1.5rem;
  position: sticky;
  top: 100px;
  height: 100%;
}

.calendario-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.calendario-titulo {
  font-size: 1.1rem;
  font-weight: 700;
  color: #004d8e;
}

.calendario-nav {
  background: none;
  border: 1px solid #dee2e6;
  border-radius: 6px;
  width: 36px;
  height: 36px;
  font-size: 1.2rem;
  color: #004d8e;
  cursor: pointer;
  transition: all 0.3s ease;
}
.calendario-nav:hover {
  background: rgba(0, 77, 142, 0.1);
}

.calendario-dias-semana {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  text-align: center;
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #999999;
  margin-bottom: 4px;
  padding-bottom: 4px;
  border-bottom: 1px solid #dee2e6;
}

.calendario-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 4px;
  text-align: center;
}

.calendario-dia {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 1;
  font-size: 0.85rem;
  border-radius: 50%;
  color: #666666;
  cursor: default;
}
.calendario-dia--vacio {
  visibility: hidden;
}
.calendario-dia--hoy {
  background: rgba(51, 62, 72, 0.1);
  font-weight: 700;
  color: #333e48;
}
.calendario-dia--actividad {
  background: #333e48;
  color: #ffffff;
  font-weight: 700;
  cursor: pointer;
  position: relative;
}
.calendario-dia--actividad:hover {
  background: rgb(29.8536585366, 36.2926829268, 42.1463414634);
}
.calendario-dia--actividad:hover .calendario-tooltip {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

.calendario-tooltip {
  position: absolute;
  bottom: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%) translateY(4px);
  background: #333e48;
  color: #ffffff;
  font-size: 0.85rem;
  font-weight: 600;
  padding: 6px 12px;
  border-radius: 6px;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s, transform 0.2s;
  pointer-events: none;
  z-index: 10;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.calendario-tooltip::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 6px solid transparent;
  border-top-color: #333e48;
}

.paso-item .paso-numero {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #004d8e;
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 0.65rem;
}

.table-niveles th {
  background: #004d8e;
  color: #ffffff;
  text-align: center;
  font-size: 14px;
}
.table-niveles td {
  text-align: center;
  vertical-align: middle;
}
.table-niveles td:first-child {
  text-align: left;
  font-weight: 500;
}

.section-hemeroteca--compact {
  background: #ffffff;
  padding: 2rem 0 3rem;
}
.section-hemeroteca--compact .filtros-bar {
  gap: 0.65rem;
}
.section-hemeroteca--compact .btn-filter {
  border-radius: 8px !important;
  font-size: 0.86rem !important;
  min-height: 42px;
  min-width: 58px;
  padding: 0.55rem 0.95rem !important;
}

.hemeroteca-track {
  display: grid;
  gap: 1.9rem;
  grid-auto-columns: 130px;
  grid-auto-flow: column;
  justify-content: start;
  overflow: visible;
  padding: 0.9rem 0.35rem 1.35rem;
}

.hemeroteca-card {
  align-items: center;
  background: linear-gradient(rgba(0, 49.3450704225, 91, 0.88), rgba(0, 77, 142, 0.88)), url("../img/default/newsletter/thumb-newsletter.jpg") center/cover no-repeat;
  border-radius: 6px;
  color: #ffffff;
  display: inline-flex;
  flex-direction: column;
  font-size: 14px;
  font-weight: 700;
  justify-content: center;
  max-width: 130px;
  min-height: 100px;
  min-width: 0;
  padding: 1.5rem 0.65rem;
  position: relative;
  outline: 4px solid transparent;
  outline-offset: 4px;
  text-align: center;
  text-decoration: none;
  transform-origin: center center;
  transition: transform 0.25s ease, box-shadow 0.25s ease, outline-color 0.25s ease;
}
.hemeroteca-card:hover, .hemeroteca-card:focus {
  color: #ffffff;
  box-shadow: 0 12px 24px rgba(0, 49.3450704225, 91, 0.2);
  text-decoration: none;
  transform: scale(1.04);
}
.hemeroteca-card.active {
  outline-color: #d87900;
  box-shadow: 0 14px 28px rgba(0, 49.3450704225, 91, 0.24), 0 0 0 1px rgba(255, 255, 255, 0.9);
  transform: translateY(-2px);
}
.hemeroteca-card span:not(.badge) {
  display: block;
  line-height: 1.35;
}
.hemeroteca-card strong {
  color: #ffffff;
  display: block;
  line-height: 1.35;
}
.hemeroteca-card .badge {
  background: #d87900;
  color: #ffffff;
  left: 0.65rem;
  position: absolute;
  top: 0.65rem;
}
.hemeroteca-card .hemeroteca-portada {
  background: linear-gradient(135deg, #004d8e, rgb(0, 49.3450704225, 91));
  color: #ffffff;
  border-radius: 6px;
  padding: 1.5rem 0.65rem;
  margin-bottom: 0.65rem;
  font-size: 14px;
  font-weight: 600;
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hemeroteca-card p {
  font-size: 12px;
  line-height: 1.4;
  color: #666666;
  margin-bottom: 0.65rem;
}
.hemeroteca-card a {
  font-size: 14px;
  font-weight: 500;
}

@media (max-width: 767.98px) {
  .hemeroteca-track {
    grid-auto-columns: 132px;
    overflow-x: auto;
    padding-top: 0.9rem;
    scrollbar-width: thin;
  }
}
.edicion-card {
  text-align: center;
}
.edicion-card .edicion-portada {
  aspect-ratio: 16/9;
  background: linear-gradient(135deg, #004d8e, rgb(0, 49.3450704225, 91));
  color: #ffffff;
  border-radius: 6px;
  padding: 0;
  margin-bottom: 1rem;
  font-weight: 600;
  overflow: hidden;
}
.edicion-card .edicion-portada img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 6px;
  object-fit: cover;
}
.edicion-card h4 {
  font-size: 14px;
}

.estudio-card {
  padding: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  text-align: left;
}
.estudio-card .estudio-card-img {
  width: 100%;
  height: 160px;
  overflow: hidden;
}
.estudio-card .estudio-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.estudio-card .estudio-card-body {
  padding: 1.5rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.estudio-card .estudio-card-body .btn {
  align-self: flex-start;
  margin-top: auto;
}
.estudio-card .estudio-label {
  display: inline-block;
  background: rgba(0, 77, 142, 0.1);
  color: #004d8e;
  font-size: 12px;
  padding: 2px 8px;
  border-radius: 4px;
  margin-bottom: 0.65rem;
  align-self: flex-start;
}

.informes-extra {
  margin-top: 1rem;
}

.informes-more {
  display: flex;
  justify-content: center;
  margin-top: 1rem;
}

.blog-card .blog-tag {
  display: inline-block;
  background: rgba(0, 77, 142, 0.1);
  color: #004d8e;
  font-size: 12px;
  padding: 2px 8px;
  border-radius: 4px;
  margin-bottom: 0.65rem;
}
.blog-card .blog-date {
  display: block;
  font-size: 12px;
  color: #999999;
  margin-top: 0.65rem;
}

.newsletter-form .form-control {
  margin-bottom: 1rem;
  border-radius: 4px;
}

.section-modalidades .modalidad-card {
  display: flex;
  flex-direction: column;
}
.section-modalidades .modalidad-card .btn {
  margin-top: auto;
}

.modalidad-card {
  padding: 2rem;
}
.modalidad-card .modalidad-label {
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #004d8e;
  font-weight: 600;
  margin-bottom: 0.65rem;
}
.modalidad-card h2 {
  font-size: 1.8rem;
  margin-bottom: 1rem;
}
.modalidad-card .modalidad-beneficios {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0;
}
.modalidad-card .modalidad-beneficios li {
  padding: 6px 0;
  border-bottom: 1px solid #dee2e6;
  font-size: 14px;
}
.modalidad-card .modalidad-beneficios li:before {
  content: "✓ ";
  color: #004d8e;
  font-weight: 700;
}
.modalidad-card .modalidad-precio {
  font-size: 1.3rem;
  font-weight: 700;
  color: #004d8e;
  margin: 1.5rem 0;
}
.modalidad-card .modalidad-precio small {
  font-weight: 400;
  font-size: 14px;
  color: #999999;
}

.modalidad-socio {
  border-color: #004d8e;
  border-width: 2px;
}

.section-contacto-socio {
  background-color: #f8f9fa;
  padding: 3rem 0;
}

.section-tabs-nav {
  border-bottom: 2px solid #e9ecef;
  padding: 0;
}

.gref-tabs {
  border-bottom: none;
}
.gref-tabs .nav-link {
  color: #666666;
  font-weight: 500;
  padding: 1rem 1.5rem;
  border: none;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}
.gref-tabs .nav-link:hover {
  color: #004d8e;
  border-bottom-color: rgba(0, 77, 142, 0.3);
}
.gref-tabs .nav-link.active {
  color: #004d8e;
  border-bottom-color: #004d8e;
  background: transparent;
}

.section-tabs-content {
  padding: 2rem 0 3rem;
}

.section-label {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #004d8e;
  margin-bottom: 0.65rem;
}

.personas-grid > [class*=col-] {
  display: flex;
  flex-direction: column;
}

.persona-card {
  text-align: center;
  padding: 1.35rem 1rem;
  background: #ffffff;
  border: 1px solid #e9ecef;
  border-radius: 8px;
  display: flex;
  flex: 1;
  flex-direction: column;
  height: 100%;
}
.persona-card h4 {
  color: #666666;
  font-size: 1rem;
  line-height: 1.25;
  margin-bottom: 0.55rem;
}

.persona-foto-placeholder {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #e9ecef;
  flex: 0 0 auto;
  margin: 0 auto 0.85rem;
  overflow: hidden;
}
.persona-foto-placeholder img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.persona-iniciales {
  align-items: center;
  color: #004d8e;
  display: flex;
  font-size: 1.65rem;
  font-weight: 700;
  height: 100%;
  justify-content: center;
  letter-spacing: 0;
  width: 100%;
}

.persona-cargo {
  color: #333e48;
  font-size: 0.82rem;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 0.35rem;
}

.persona-gref {
  color: #004d8e;
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 0.35rem;
}

.persona-entidad {
  color: #999999;
  font-size: 0.8rem;
  line-height: 1.25;
  margin-bottom: 0.65rem;
}

.persona-linkedin {
  display: none;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #004d8e;
  margin: auto auto 0;
  transition: all 0.3s ease;
}
.persona-linkedin:hover {
  background-color: rgb(0, 49.3450704225, 91);
  transform: scale(1.1);
}

.memorias-panel {
  background: #ffffff;
  border: 1px solid #e9ecef;
  border-radius: 8px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 240px;
  margin-top: 1.5rem;
  min-height: 360px;
}

.memorias-visual {
  background: url("../img/default/quienes-somos/bg-memorias.jpg") right bottom no-repeat;
  background-size: 70% auto;
  display: grid;
  gap: 2rem;
  grid-template-columns: 0.9fr 1.1fr;
  overflow: hidden;
  padding: 2.25rem;
  position: relative;
}

.memorias-intro {
  position: relative;
  z-index: 2;
}

.memorias-features {
  list-style: none;
  margin: 1.5rem 0 0;
  padding: 0;
}
.memorias-features li {
  align-items: center;
  color: #333e48;
  display: flex;
  font-size: 0.82rem;
  font-weight: 600;
  gap: 0.6rem;
  margin-bottom: 0.8rem;
}
.memorias-features li::before {
  align-items: center;
  border: 1px solid rgba(0, 77, 142, 0.25);
  border-radius: 50%;
  color: #004d8e;
  content: "↓";
  display: inline-flex;
  flex: 0 0 28px;
  font-size: 0.9rem;
  height: 28px;
  justify-content: center;
  width: 28px;
}

.memorias-feature-icon {
  align-items: center;
  display: inline-flex;
  flex: 0 0 48px;
  height: 48px;
  justify-content: center;
  width: 48px;
}
.memorias-feature-icon svg {
  display: block;
  fill: none;
  height: 16px;
  stroke: #333e48;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  width: 16px;
}

.memorias-features li::before {
  content: none;
  display: none;
}

.memorias-showcase {
  min-height: 300px;
  position: relative;
  z-index: 1;
}

.memoria-cover {
  background: #ffffff;
  border-radius: 4px;
  box-shadow: 0 18px 35px rgba(0, 49, 91, 0.18);
  position: absolute;
}

.memoria-cover-main {
  bottom: 54px;
  left: 18px;
  width: 155px;
  z-index: 4;
}

.memoria-cover-stack {
  bottom: 18px;
  left: 12px;
  width: 170px;
}

.memoria-cover-stack-1 {
  transform: translateY(12px);
  z-index: 3;
}

.memoria-cover-stack-2 {
  transform: translateY(28px);
  z-index: 2;
}

.memorias-laptop {
  bottom: 44px;
  left: 175px;
  position: absolute;
  width: 300px;
  z-index: 1;
}

.memorias-laptop-screen {
  background: #ffffff;
  border: 10px solid #d9e6f2;
  border-radius: 10px 10px 4px 4px;
  box-shadow: 0 18px 35px rgba(0, 49, 91, 0.14);
  min-height: 170px;
  padding: 1rem;
}
.memorias-laptop-screen span {
  color: rgb(0, 49.3450704225, 91);
  display: block;
  font-size: 0.8rem;
  font-weight: 700;
  margin-bottom: 0.8rem;
}

.memorias-laptop-covers {
  display: flex;
  gap: 0.55rem;
}
.memorias-laptop-covers img {
  border-radius: 3px;
  box-shadow: 0 4px 10px rgba(0, 49, 91, 0.12);
  width: 46px;
}

.memorias-laptop-base {
  background: #c6d8e8;
  border-radius: 0 0 18px 18px;
  height: 16px;
  margin: 0 auto;
  width: 86%;
}

.memorias-downloads {
  align-self: center;
  padding: 2rem 1rem;
}
.memorias-downloads h3 {
  color: #004d8e;
  font-size: 0.85rem;
  letter-spacing: 1px;
  margin-bottom: 1rem;
  text-transform: uppercase;
}
.memorias-downloads ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.memorias-downloads li {
  margin-bottom: 0.9rem;
}
.memorias-downloads a {
  color: #666666;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}
.memorias-downloads a:hover, .memorias-downloads a:focus {
  color: #004d8e;
}

@media (max-width: 991.98px) {
  .memorias-panel {
    grid-template-columns: 1fr;
  }
  .memorias-downloads {
    align-self: stretch;
    border-top: 1px solid #e9ecef;
  }
  .memorias-visual {
    background: none;
  }
}
@media (max-width: 767.98px) {
  .memorias-visual {
    background: none;
    grid-template-columns: 1fr;
    padding: 1.5rem;
  }
  .memorias-showcase {
    min-height: 260px;
  }
  .memorias-laptop {
    left: 120px;
    width: 250px;
  }
}
@media (max-width: 480px) {
  .memorias-showcase {
    min-height: 220px;
  }
  .memoria-cover-main {
    width: 120px;
  }
  .memoria-cover-stack {
    width: 130px;
  }
  .memorias-laptop {
    left: 95px;
    width: 210px;
  }
}
.section-timeline {
  padding: 3rem 0;
}

.timeline {
  position: relative;
}

.timeline--legacy {
  display: none;
}

.timeline--historia {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 0 2rem;
}
.timeline--historia::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(to bottom, transparent, rgba(0, 77, 142, 0.55) 8%, rgba(0, 77, 142, 0.55) 92%, transparent);
  transform: translateX(-50%);
}
.timeline--historia .timeline-item {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 88px minmax(0, 1fr);
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 2rem;
}
.timeline--historia .timeline-item:last-child {
  margin-bottom: 0;
}
.timeline--historia .timeline-item:nth-child(odd) .timeline-media {
  grid-column: 1;
}
.timeline--historia .timeline-item:nth-child(odd) .timeline-content {
  grid-column: 3;
}
.timeline--historia .timeline-item:nth-child(even) .timeline-media {
  grid-column: 3;
}
.timeline--historia .timeline-item:nth-child(even) .timeline-content {
  grid-column: 1;
  text-align: left;
}
.timeline--historia .timeline-marker {
  position: relative;
  z-index: 2;
  grid-column: 2;
  grid-row: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  margin: 0 auto;
  border-radius: 50%;
  background: #004d8e;
  border: 5px solid #ffffff;
  box-shadow: 0 10px 24px rgba(0, 77, 142, 0.2), 0 0 0 1px rgba(0, 77, 142, 0.18);
}
.timeline--historia .timeline-marker svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: #ffffff;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.timeline--historia .timeline-media {
  grid-row: 1;
}
.timeline--historia .timeline-media img {
  width: 100%;
  aspect-ratio: 16/7.8;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.1);
}
.timeline--historia .timeline-content {
  grid-row: 1;
  max-width: 360px;
}
.timeline--historia .timeline-content p {
  margin-bottom: 0;
  color: #666666;
  font-size: 1rem;
  line-height: 1.45;
}
.timeline--historia .timeline-year {
  display: block;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #004d8e;
}
.timeline--historia .timeline-content h3 {
  margin-bottom: 0.4rem;
  line-height: 1.2;
}

.timeline-closing {
  max-width: 980px;
  margin: 2rem auto 0;
  padding: 2rem;
  text-align: center;
  background: #dfefff;
  border-radius: 8px;
}
.timeline-closing h2 {
  color: rgb(0, 49.3450704225, 91);
  margin-bottom: 0.65rem;
}
.timeline-closing p {
  color: #666666;
  font-size: 1rem;
  line-height: 1.6;
  margin: 0 auto;
  max-width: 90%;
}

@media (max-width: 767.98px) {
  .timeline--historia {
    max-width: 560px;
    padding-left: 60px;
  }
  .timeline--historia::before {
    left: 28px;
    transform: none;
  }
  .timeline--historia .timeline-item,
  .timeline--historia .timeline-item:nth-child(odd),
  .timeline--historia .timeline-item:nth-child(even) {
    display: block;
    margin-bottom: 2rem;
  }
  .timeline--historia .timeline-item .timeline-media,
  .timeline--historia .timeline-item .timeline-content,
  .timeline--historia .timeline-item:nth-child(odd) .timeline-media,
  .timeline--historia .timeline-item:nth-child(odd) .timeline-content,
  .timeline--historia .timeline-item:nth-child(even) .timeline-media,
  .timeline--historia .timeline-item:nth-child(even) .timeline-content {
    grid-column: auto;
    text-align: left;
  }
  .timeline--historia .timeline-marker {
    position: absolute;
    left: -60px;
    top: 8px;
    width: 48px;
    height: 48px;
    border-width: 4px;
  }
  .timeline--historia .timeline-marker svg {
    width: 23px;
    height: 23px;
  }
  .timeline--historia .timeline-media {
    margin-bottom: 1rem;
  }
  .timeline--historia .timeline-media img {
    aspect-ratio: 16/9;
  }
  .timeline--historia .timeline-content {
    max-width: none;
  }
}
.section-galeria {
  padding: 3rem 0;
}

.galeria-placeholder {
  background: #e9ecef;
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  color: #999999;
  font-size: 14px;
}

.galeria-item[data-lightbox] img {
  display: block;
  height: 190px;
  object-fit: cover;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  width: 100%;
}
.galeria-item[data-lightbox] img:hover {
  transform: scale(1.03);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

.gref-lightbox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 9999;
  align-items: center;
  justify-content: center;
}
.gref-lightbox.active {
  display: flex;
}
.gref-lightbox__content {
  position: relative;
  text-align: center;
  max-width: 90vw;
  max-height: 90vh;
}
.gref-lightbox__img {
  max-width: 90vw;
  max-height: 80vh;
  object-fit: contain;
  border-radius: 4px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
}
.gref-lightbox__caption {
  color: #ffffff;
  font-size: 16px;
  margin-top: 1rem;
  opacity: 0.85;
}
.gref-lightbox__counter {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  display: block;
  margin-top: 0.65rem;
}
.gref-lightbox__close, .gref-lightbox__prev, .gref-lightbox__next {
  position: absolute;
  background: none;
  border: none;
  color: #ffffff;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 10;
  opacity: 0.7;
}
.gref-lightbox__close:hover, .gref-lightbox__prev:hover, .gref-lightbox__next:hover {
  opacity: 1;
}
.gref-lightbox__close {
  top: 20px;
  right: 24px;
  font-size: 2.5rem;
  line-height: 1;
}
.gref-lightbox__prev, .gref-lightbox__next {
  top: 50%;
  transform: translateY(-50%);
  font-size: 2.5rem;
  padding: 16px;
}
.gref-lightbox__prev {
  left: 16px;
}
.gref-lightbox__next {
  right: 16px;
}

.split-card {
  padding: 2.5rem;
  border-radius: 8px;
  height: 100%;
}
.split-card .mt-3:last-child {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}
.split-card .mt-3:last-child .btn {
  margin: 0 !important;
}

.split-socios {
  background: #004d8e;
  color: #ffffff;
}
.split-socios h2 {
  color: #ffffff;
}

.split-asociados {
  background: #f8f9fa;
  border: 1px solid #e9ecef;
}

.section-directorio-preview {
  padding-bottom: 40px;
}

.entidad-card {
  text-align: center;
  padding: 1.5rem 1rem;
  background: #ffffff;
  border: 1px solid #e9ecef;
  border-radius: 8px;
  height: 100%;
}
.entidad-card h4 {
  font-size: 14px;
  margin-bottom: 0.25rem;
}

.entidad-logo {
  width: 120px;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 0.75rem;
}
.entidad-logo img {
  max-width: 120px;
  max-height: 68px;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.6;
  transition: all 0.3s ease;
}

.entidad-card:hover .entidad-logo img {
  filter: grayscale(0%);
  opacity: 1;
}

.entidad-logo-placeholder {
  width: 80px;
  height: 50px;
  background: #e9ecef;
  margin: 0 auto 0.75rem;
  border-radius: 4px;
}

.section-niveles {
  padding: 3rem 0;
}

.section-niveles--legacy {
  display: none;
}

.section-niveles--detalle {
  margin-top: 0px !important;
  background: #f8f9fa;
  margin-bottom: 30px !important;
}
.section-niveles--detalle h2 {
  margin-bottom: 20px;
}
.section-niveles--detalle .niveles-grid > [class*=col-] {
  display: flex;
}

.nivel-card {
  padding: 1.5rem;
  border-radius: 8px;
  text-align: center;
  height: 100%;
  border: 1px solid #e9ecef;
  background: #ffffff;
}
.nivel-card h3 {
  font-size: 1.1rem;
  margin-bottom: 0.3rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.nivel-card p {
  font-size: 0.9rem;
  line-height: 1.3;
  margin-bottom: 0;
}
.nivel-card .valor-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #004d8e;
  margin: 0 auto 0.65rem;
}
.nivel-card .valor-icon svg {
  width: 40px;
  height: 40px;
  stroke: #fff;
  fill: none;
  margin: 0 auto;
}

.nivel-sponsor .valor-icon {
  background: linear-gradient(135deg, #ffd700, #daa520, #b8860b);
}

.nivel-sponsor .valor-icon svg {
  stroke: #fff;
}

.nivel-oro .valor-icon {
  background: linear-gradient(135deg, #e6c44c, #b8860b, #8b6914);
}

.nivel-oro .valor-icon svg {
  stroke: #fff;
}

.nivel-plata .valor-icon {
  background: linear-gradient(135deg, #d0d0d0, #8e8e8e, #6a6a6a);
}

.nivel-plata .valor-icon svg {
  stroke: #fff;
}

.nivel-bronce .valor-icon {
  background: linear-gradient(135deg, #e8a862, #cd7f32, #a0612b);
}

.nivel-bronce .valor-icon svg {
  stroke: #fff;
}

.nivel-colaborador .valor-icon {
  background: linear-gradient(135deg, rgb(0, 118.4823943662, 218.5), #004d8e, rgb(0, 49.3450704225, 91));
}

.nivel-colaborador .valor-icon svg {
  stroke: #fff;
}

.nivel-card--detalle {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0;
  overflow: hidden;
  text-align: left;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.06);
}
.nivel-card--detalle .nivel-card-header {
  display: flex;
  align-items: center;
  min-height: 104px;
  gap: 0.65rem;
  padding: 1.5rem;
  background: #ffffff;
  border-bottom: 1px solid #dee2e6;
  color: #333333;
}
.nivel-card--detalle .valor-icon {
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  margin: 0;
  background: #004d8e;
  border: 0;
}
.nivel-card--detalle .valor-icon svg {
  width: 28px;
  height: 28px;
  stroke: #ffffff;
  fill: none;
}
.nivel-card--detalle h3 {
  margin: 0;
  padding: 0;
  color: #666666;
  font-size: 1.15rem;
  line-height: 1.1;
  text-transform: uppercase;
}
.nivel-card--detalle .nivel-card-body {
  flex: 1;
  padding: 1.5rem;
  background: #ffffff;
}
.nivel-card--detalle p {
  margin-bottom: 0.85rem;
  color: #666666;
  font-size: 0.86rem;
  line-height: 1.45;
}
.nivel-card--detalle .nivel-price {
  font-size: 16px;
  color: #333333;
  font-weight: 800;
}
.nivel-card--detalle .nivel-description {
  font-style: italic;
}
.nivel-card--detalle .nivel-includes {
  margin-top: 1rem;
  font-weight: 700;
  color: #333333;
}
.nivel-card--detalle .nivel-beneficios {
  margin: 0;
  padding: 0;
}
.nivel-card--detalle .nivel-beneficios li {
  position: relative;
  padding-left: 1.35rem;
  margin-bottom: 0.75rem;
  color: #666666;
  font-size: 0.82rem;
  line-height: 1.35;
  list-style: none;
}
.nivel-card--detalle .nivel-beneficios li::before {
  content: "✓";
  position: absolute;
  top: 0;
  left: 0;
  color: #004d8e;
  font-weight: 800;
}

.nivel-card--detalle.nivel-bronce .valor-icon {
  background: linear-gradient(135deg, #d86900, #ff841d);
}

.nivel-card--detalle.nivel-plata .valor-icon {
  background: linear-gradient(135deg, #8f8f8f, #b9b9b9);
}

.nivel-card--detalle.nivel-oro .valor-icon {
  background: linear-gradient(135deg, #dfb900, #ffd91c);
}

.nivel-card--detalle.nivel-sponsor .valor-icon {
  background: linear-gradient(135deg, #9e2fd3, #c95df5);
}

@media (max-width: 575.98px) {
  .nivel-card--detalle .nivel-card-header {
    min-height: auto;
    padding: 1rem 1.5rem;
  }
}
.section-jornadas,
.section-webinars,
.section-desayunos {
  padding: 3rem 0;
  border-bottom: 1px solid #e9ecef;
}

.section-fundae {
  background: linear-gradient(135deg, #004d8e 0%, rgb(0, 90.8274647887, 167.5) 100%);
  padding: 3rem 0;
}
.section-fundae h2, .section-fundae p, .section-fundae .form-check-label {
  color: #ffffff;
}
.section-fundae .form-check-label a {
  color: #ffffff;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.section-fundae .form-check-label a:hover, .section-fundae .form-check-label a:focus {
  color: rgba(255, 255, 255, 0.85);
}

.section-newsletter-impulsa {
  background: #eef3f8;
  padding: 3rem 0;
}

.gref-newsletter-shell {
  background: linear-gradient(180deg, rgba(0, 77, 142, 0.08), rgba(0, 161, 156, 0.06));
  border: 1px solid rgba(0, 77, 142, 0.12);
  border-radius: 8px;
  padding: 0;
}

.gref-newsletter-email {
  background: #ffffff;
  border: 1px solid rgba(0, 77, 142, 0.12);
  border-radius: 8px;
  box-shadow: 0 18px 45px rgba(0, 77, 142, 0.08);
  margin: 0 auto;
  overflow: hidden;
  width: 100%;
}

.gref-newsletter-email--mail {
  max-width: 680px;
}

.gref-newsletter-masthead {
  background: #ffffff;
  display: block;
  padding: 0;
  position: relative;
}

.gref-newsletter-banner {
  display: block;
  height: auto;
  width: 100%;
}

.gref-newsletter-kicker,
.gref-newsletter-issue {
  color: #004d8e;
  font-size: 0.9rem;
  font-weight: 700;
}

.gref-newsletter-issue {
  background: rgba(255, 255, 255, 0.88);
  border-radius: 4px;
  bottom: 0.55rem;
  margin: 0;
  padding: 0.35rem 0.7rem;
  position: absolute;
  right: 1rem;
}

.gref-newsletter-block {
  padding: 2rem 2rem 0;
}
.gref-newsletter-block:last-child {
  padding-bottom: 2rem;
}

.gref-newsletter-heading {
  align-items: center;
  background: var(--newsletter-color, #004d8e);
  border-radius: 8px;
  color: #ffffff;
  display: flex;
  gap: 0.65rem;
  justify-content: center;
  margin-bottom: 1.35rem;
  padding: 0.55rem 1rem;
  text-align: center;
}
.gref-newsletter-heading h3 {
  color: #ffffff;
  font-size: 1.15rem;
  font-weight: 800;
  letter-spacing: 0.4px;
  line-height: 1.1;
  margin: 0;
  text-transform: uppercase;
}

.gref-newsletter-heading-icon {
  align-items: center;
  display: inline-flex;
}
.gref-newsletter-heading-icon svg {
  fill: none;
  height: 22px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
  width: 22px;
}

.gref-newsletter-block--socios {
  --newsletter-color: #1e1a34;
}

.gref-newsletter-block--asociados {
  --newsletter-color: #d87900;
}

.gref-newsletter-block--tendencias {
  --newsletter-color: #00a19c;
}

.gref-newsletter-block--agenda {
  --newsletter-color: #e03e52;
}

.gref-newsletter-block--retos {
  --newsletter-color: #004d8e;
}

.gref-newsletter-grid {
  display: grid;
  gap: 1.65rem;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.gref-newsletter-card {
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.06);
  display: flex;
  flex-direction: column;
  height: 100%;
  min-width: 0;
  overflow: hidden;
}

.gref-newsletter-card-img {
  height: 220px;
  position: relative;
}
.gref-newsletter-card-img img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.gref-newsletter-card-img span {
  background: var(--newsletter-color, #004d8e);
  border-radius: 4px;
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 500;
  left: 0.85rem;
  padding: 0.25rem 0.45rem;
  position: absolute;
  top: 0.85rem;
}

.gref-newsletter-card-body {
  align-items: flex-start;
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 1.5rem 1.5rem 1rem;
}
.gref-newsletter-card-body h4 {
  color: #666666;
  font-size: 1.24rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0.6rem;
}
.gref-newsletter-card-body p {
  color: #666666;
  font-size: 1rem;
  line-height: 1.45;
  margin-bottom: 1rem;
}
.gref-newsletter-card-body a {
  display: inline-flex;
  margin-top: auto;
}

.gref-newsletter-block .gref-newsletter-card-body .btn-outline-primary {
  border-color: var(--newsletter-color, #004d8e) !important;
  color: var(--newsletter-color, #004d8e) !important;
}
.gref-newsletter-block .gref-newsletter-card-body .btn-outline-primary:hover, .gref-newsletter-block .gref-newsletter-card-body .btn-outline-primary:focus, .gref-newsletter-block .gref-newsletter-card-body .btn-outline-primary:active {
  background-color: var(--newsletter-color, #004d8e) !important;
  border-color: var(--newsletter-color, #004d8e) !important;
  color: #ffffff !important;
}

.gref-newsletter-feature {
  align-items: center;
  background: linear-gradient(90deg, rgba(30, 26, 52, 0.82), rgba(0, 77, 142, 0.38)), url("../img/default/home/mano-tecnologia.jpg") center/cover no-repeat;
  border-radius: 24px;
  color: #ffffff;
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr auto;
  margin: 2.5rem 2rem 0;
  min-height: 135px;
  padding: 1.5rem 1.5rem 1.5rem 2.2rem;
}

.gref-newsletter-feature-copy span {
  color: #ffffff;
  display: block;
  font-size: 1.35rem;
  font-weight: 300;
  letter-spacing: 1px;
  margin-bottom: 0.35rem;
  text-transform: uppercase;
}
.gref-newsletter-feature-copy h3 {
  color: #ffffff;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
  max-width: 360px;
  text-transform: uppercase;
}

.gref-newsletter-feature-link {
  background: #ffffff;
  border: 0;
  border-radius: 999px;
  color: #004d8e;
  font-size: 0.88rem;
  font-weight: 800;
  padding: 0.7rem 1.1rem;
  text-align: center;
}
.gref-newsletter-feature-link:hover, .gref-newsletter-feature-link:focus {
  color: #004d8e;
  text-decoration: none;
}

.section-articulo-newsletter {
  background: #f5f7fa;
  padding: 0 0 3rem;
}

.articulo-newsletter-detail {
  background: #ffffff;
  border: 1px solid rgba(0, 77, 142, 0.12);
  border-radius: 8px;
  box-shadow: 0 18px 45px rgba(0, 77, 142, 0.08);
  overflow: hidden;
}

.articulo-newsletter-image {
  background: rgba(0, 77, 142, 0.08);
  width: 100%;
}
.articulo-newsletter-image img {
  display: block;
  height: clamp(280px, 42vw, 520px);
  object-fit: cover;
  width: 100%;
}

.articulo-newsletter-content {
  margin: 0 auto;
  max-width: 880px;
  padding: clamp(2rem, 5vw, 4rem) clamp(1.25rem, 4vw, 3rem);
}

.articulo-newsletter-header {
  border-bottom: 1px solid rgba(0, 77, 142, 0.14);
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
}
.articulo-newsletter-header h1 {
  color: #666666;
  font-size: clamp(1.5rem, 2.4vw, 2.05rem);
  font-weight: 800;
  line-height: 1.15;
  margin: 0.55rem 0 1rem;
}

.articulo-newsletter-category {
  color: #004d8e;
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.articulo-newsletter-meta {
  align-items: center;
  color: #999999;
  display: flex;
  flex-wrap: wrap;
  font-size: 0.92rem;
  gap: 0.75rem 1.25rem;
}
.articulo-newsletter-meta span {
  align-items: center;
  display: inline-flex;
  gap: 0.4rem;
}
.articulo-newsletter-meta svg {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.articulo-newsletter-body {
  color: #666666;
  font-size: 1.08rem;
  line-height: 1.78;
}
.articulo-newsletter-body > *:first-child {
  margin-top: 0;
}
.articulo-newsletter-body p,
.articulo-newsletter-body ul,
.articulo-newsletter-body ol,
.articulo-newsletter-body blockquote,
.articulo-newsletter-body figure,
.articulo-newsletter-body table {
  margin-bottom: 1.25rem;
}
.articulo-newsletter-body h2,
.articulo-newsletter-body h3,
.articulo-newsletter-body h4 {
  color: #666666;
  font-weight: 800;
  line-height: 1.18;
  margin: 2rem 0 0.85rem;
}
.articulo-newsletter-body h2 {
  font-size: 1.8rem;
}
.articulo-newsletter-body h3 {
  font-size: 1.45rem;
}
.articulo-newsletter-body h4 {
  font-size: 1.2rem;
}
.articulo-newsletter-body a {
  color: #004d8e;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.articulo-newsletter-body a:hover, .articulo-newsletter-body a:focus {
  color: rgb(0, 49.3450704225, 91);
}
.articulo-newsletter-body img {
  border-radius: 8px;
  display: block;
  height: auto;
  margin: 2rem auto;
  max-width: 100%;
}
.articulo-newsletter-body blockquote {
  border-left: 4px solid #004d8e;
  color: #666666;
  font-size: 1.18rem;
  font-weight: 600;
  line-height: 1.55;
  padding-left: 1.25rem;
}
.articulo-newsletter-body ul,
.articulo-newsletter-body ol {
  padding-left: 1.35rem;
}
.articulo-newsletter-body li {
  margin-bottom: 0.45rem;
}
.articulo-newsletter-body table {
  border-collapse: collapse;
  width: 100%;
}
.articulo-newsletter-body th,
.articulo-newsletter-body td {
  border-bottom: 1px solid rgba(0, 77, 142, 0.14);
  padding: 0.75rem;
  text-align: left;
}

.articulo-newsletter-footer {
  border-top: 1px solid rgba(0, 77, 142, 0.14);
  margin-top: 2.5rem;
  padding-top: 1.5rem;
}
.articulo-newsletter-footer .btn {
  align-items: center;
  display: inline-flex;
  gap: 0.45rem;
}
.articulo-newsletter-footer svg {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

@media (max-width: 767.98px) {
  .gref-newsletter-shell {
    padding: 0;
  }
  .gref-newsletter-masthead {
    background: #ffffff;
    padding: 0;
  }
  .gref-newsletter-issue {
    bottom: 0.65rem;
    font-size: 0.76rem;
    right: 0.65rem;
  }
  .gref-newsletter-block {
    padding: 1.5rem 1rem 0;
  }
  .gref-newsletter-grid {
    grid-template-columns: 1fr;
  }
  .gref-newsletter-feature {
    border-radius: 8px;
    grid-template-columns: 1fr;
    margin: 2rem 1rem 0;
    padding: 1.5rem;
  }
  .section-articulo-newsletter {
    padding-bottom: 2rem;
  }
  .articulo-newsletter-image img {
    height: 260px;
  }
  .articulo-newsletter-content {
    padding: 1.75rem 1.1rem 2rem;
  }
  .articulo-newsletter-body {
    font-size: 1rem;
    line-height: 1.68;
  }
}
.page-hero-newsletter {
  background-color: rgb(0, 49.3450704225, 91);
  background-image: linear-gradient(rgba(0, 77, 142, 0.94), rgba(0, 49.3450704225, 91, 0.96)), url("../img/default/newsletter/hero-newsletter.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 3rem 0;
}

.suscripcion-hero-form {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  padding: 2rem;
}
.suscripcion-hero-form h3 {
  color: #ffffff;
  margin-bottom: 0.25rem;
}
.suscripcion-hero-form .form-control {
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.3);
  color: #ffffff;
}
.suscripcion-hero-form .form-control::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.suscripcion-hero-form .form-check-label {
  color: rgba(255, 255, 255, 0.8);
}
.suscripcion-hero-form .form-check-label a {
  color: #ffffff;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.suscripcion-hero-form .form-check-label a:hover, .suscripcion-hero-form .form-check-label a:focus {
  color: rgba(255, 255, 255, 0.85);
}

.section-contacto {
  padding: 3rem 0;
}

.contacto-datos {
  list-style: none;
  padding: 0;
}
.contacto-datos li {
  padding: 0.75rem 0;
  border-bottom: 1px solid #e9ecef;
}
.contacto-datos li:last-child {
  border-bottom: none;
}

.section-logos-home,
.section-logos-asociados,
.section-directorio-asociados {
  margin-top: 0;
  padding: 2.5rem 0;
  background: #f8f9fa;
}

.section-logos-home {
  margin-top: 0;
}

.logos-carousel {
  padding: 1rem 0;
  overflow: hidden;
  position: relative;
}
.logos-carousel::before, .logos-carousel::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 80px;
  z-index: 2;
  pointer-events: none;
}
.logos-carousel::before {
  left: 0;
  background: linear-gradient(to right, #f8f9fa, transparent);
}
.logos-carousel::after {
  right: 0;
  background: linear-gradient(to left, #f8f9fa, transparent);
}
.logos-carousel:hover .logos-track {
  animation-play-state: paused;
}

.logos-track {
  display: flex;
  align-items: center;
  gap: 3rem;
  width: max-content;
  animation: scroll-logos var(--logos-duration, 60s) linear infinite;
}
.logos-track img {
  height: 80px;
  width: auto;
  max-width: 120px;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.6;
  transition: all 0.3s ease;
}
.logos-track img:hover {
  filter: grayscale(0%);
  opacity: 1;
}

@keyframes scroll-logos {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.valor-card > .valor-icon:not(.valor-icon--lineal) {
  display: none;
}

.valor-card > .valor-icon--lineal svg {
  fill: none;
  stroke: #333e48;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.actividades-destacadas {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.actividad-card--destacada {
  background: #ffffff;
  border: 1px solid rgba(0, 77, 142, 0.14);
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(0, 77, 142, 0.06);
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  text-align: left;
  transition: all 0.3s ease;
}
.actividad-card--destacada:hover {
  box-shadow: 0 16px 34px rgba(0, 77, 142, 0.12);
  transform: translateY(-2px);
}

.actividad-card-hero {
  background-image: linear-gradient(rgba(0, 77, 142, 0.9), rgba(0, 77, 142, 0.9)), url("../img/default/actividades/banner-actividades.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 250px;
  padding: 2rem 1.5rem 1.45rem;
}
.actividad-card-hero h3 {
  color: #ffffff;
  font-size: 1.45rem;
  line-height: 1.2;
  margin: 0 0 0.7rem;
  text-shadow: 0 1px 6px rgba(51, 51, 51, 0.18);
}
.actividad-card-hero p {
  color: #ffffff;
  font-size: 0.92rem;
  font-weight: 400;
  line-height: 1.45;
  margin: 0;
  max-width: 30rem;
}

.actividad-card-badge {
  background: rgba(255, 255, 255, 0.16);
  border-radius: 4px;
  color: #ffffff;
  display: inline-flex;
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 1rem;
  padding: 0.45rem 0.6rem;
}

.actividad-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 1.45rem 1.5rem 1.35rem;
}
.actividad-card-body .btn-primary {
  margin-top: auto;
}

.actividad-card-meta {
  display: grid;
  gap: 0.85rem 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0 0 1.2rem;
  padding: 0;
}
.actividad-card-meta li {
  align-items: center;
  display: flex;
  gap: 0.65rem;
  list-style: none;
  min-width: 0;
}
.actividad-card-meta small {
  color: #999999;
  display: block;
  font-size: 0.72rem;
  line-height: 1.1;
  margin-bottom: 0.18rem;
}
.actividad-card-meta strong {
  color: #333e48;
  display: block;
  font-size: 0.82rem;
  line-height: 1.2;
}

.actividad-card-icon {
  align-items: center;
  color: #333e48;
  display: inline-flex;
  flex: 0 0 32px;
  height: 32px;
  justify-content: center;
  width: 32px;
}
.actividad-card-icon svg {
  display: block;
  fill: none;
  height: 24px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  width: 24px;
}

.actividad-card-desc {
  color: #666666;
  font-size: 0.92rem;
  line-height: 1.6;
  margin: 0 0 1.5rem;
}

.section-eventos-revivir {
  padding: 3rem 0;
}

.eventos-revivir-header {
  margin-bottom: 2rem;
}

.eventos-revivir-list {
  display: grid;
  gap: 1rem;
}

.evento-revivir-card {
  align-items: flex-start;
  background: #ffffff;
  border: 1px solid rgba(51, 62, 72, 0.18);
  border-radius: 8px;
  display: flex;
  gap: 1.5rem;
  justify-content: space-between;
  min-height: 104px;
  padding: 1.15rem 1.25rem;
  transition: all 0.3s ease;
}
.evento-revivir-card:hover {
  border-color: rgba(0, 77, 142, 0.24);
  box-shadow: 0 10px 24px rgba(0, 77, 142, 0.06);
}

.evento-revivir-thumb {
  border-radius: 6px;
  flex: 0 0 128px;
  height: 78px;
  overflow: hidden;
}
.evento-revivir-thumb img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.evento-revivir-content {
  flex: 1;
  min-width: 0;
}
.evento-revivir-content h3 {
  color: #333e48;
  font-size: 0.98rem;
  line-height: 1.35;
  margin: 0 0 0.25rem;
}
.evento-revivir-content p {
  color: #999999;
  font-size: 0.82rem;
  line-height: 1.3;
  margin: 0;
}

.evento-revivir-toggle {
  color: #004d8e;
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 700;
  margin-top: 0.5rem;
  text-decoration: none;
}
.evento-revivir-toggle:hover, .evento-revivir-toggle:focus {
  color: #333e48;
  text-decoration: underline;
}

.evento-revivir-extra {
  color: #666666;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  margin-top: 0 !important;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.32s ease, opacity 0.24s ease, margin-top 0.32s ease;
}
.evento-revivir-extra.is-open {
  margin-top: 0.55rem !important;
  max-height: 200px;
  opacity: 1;
}

.evento-revivir-badge {
  border-radius: 4px;
  display: inline-flex;
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0.65rem;
  padding: 0.42rem 0.58rem;
  background: rgba(0, 77, 142, 0.12);
  color: #004d8e;
}

.evento-revivir-card--desayuno .evento-revivir-badge {
  background: rgba(0, 77, 142, 0.12);
  color: #004d8e;
}

.evento-revivir-card--webinar .evento-revivir-badge {
  background: rgba(0, 161, 156, 0.16);
  color: rgb(0, 120.2, 116.4670807453);
}

.section-mesas-observatorio {
  background: #f8f9fa;
  padding: 3rem 0;
}

.mesas-observatorio-header {
  margin-bottom: 2rem;
}

.observatorio-destacado {
  background: #dfefff;
  border: 1px solid rgba(0, 77, 142, 0.22);
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(0, 77, 142, 0.06);
  margin-top: 3rem;
  padding: 2.2rem;
}
.observatorio-destacado .section-label {
  color: #004d8e;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.8px;
  margin-bottom: 1.1rem;
}
.observatorio-destacado h3 {
  color: #333e48;
  font-size: 1.08rem;
  margin-bottom: 0.15rem;
}
.observatorio-destacado p {
  color: #666666;
  font-size: 0.9rem;
  line-height: 1.75;
  margin-bottom: 0.9rem;
}
.observatorio-destacado p:last-child {
  margin-bottom: 0;
}
.observatorio-destacado .observatorio-subtitle {
  color: #666666;
  font-style: italic;
  line-height: 1.45;
  font-size: 1.08rem;
  margin-bottom: 1.25rem;
}
.observatorio-destacado strong {
  color: #333e48;
}

.mesas-trabajo-heading {
  margin: 0 auto 1.5rem;
  max-width: 100%;
}
.mesas-trabajo-heading h3 {
  color: #333e48;
  font-size: 1.35rem;
  margin: 0;
}

.mesas-trabajo-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 100%;
}

.mesa-trabajo-card {
  background: #ffffff;
  border: 1px solid rgba(0, 77, 142, 0.14);
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(0, 77, 142, 0.05);
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
  padding: 0;
  text-align: left;
  transition: all 0.3s ease;
}
.mesa-trabajo-card:hover {
  border-color: rgba(0, 77, 142, 0.14);
  box-shadow: 0 10px 24px rgba(0, 77, 142, 0.05);
  transform: translateY(-2px);
}
.mesa-trabajo-card h4 {
  color: #333e48;
  font-size: 1rem;
  line-height: 1.25;
  margin: 0 0 0.65rem;
}
.mesa-trabajo-card p,
.mesa-trabajo-card li {
  color: #666666;
  font-size: 14px;
  line-height: 1.35;
}
.mesa-trabajo-card ul {
  margin: 0;
  padding: 0;
}
.mesa-trabajo-card li {
  list-style: none;
  margin-bottom: 0.85rem;
  padding-left: 1.35rem;
  position: relative;
}
.mesa-trabajo-card li::before {
  background: #004d8e;
  border-radius: 50%;
  content: "";
  height: 6px;
  left: 0;
  position: absolute;
  top: 0.5em;
  width: 6px;
}
.mesa-trabajo-card li:last-child {
  margin-bottom: 0;
}

.mesa-trabajo-card-header {
  align-items: center;
  border-bottom: 1px solid rgba(0, 77, 142, 0.14);
  display: flex;
  gap: 0.5rem;
  padding: 1rem 2rem;
}
.mesa-trabajo-card-header h4 {
  margin: 0;
}

.mesa-trabajo-card-body {
  padding: 1.5rem 2rem 2rem;
}

.mesa-trabajo-intro {
  color: #666666 !important;
  margin: 0 0 0.95rem;
}

.mesa-trabajo-icon {
  align-items: center;
  color: #333e48;
  display: inline-flex;
  height: 48px;
  justify-content: center;
  margin: 0;
  min-width: 48px;
  width: 48px;
}
.mesa-trabajo-icon::before {
  line-height: 1;
}
.mesa-trabajo-icon--users::before {
  content: "◎";
}
.mesa-trabajo-icon--star::before {
  content: "☆";
}
.mesa-trabajo-icon--spark::before {
  content: "*";
}
.mesa-trabajo-icon--chat::before {
  content: "□";
}
.mesa-trabajo-icon--book::before {
  content: "▣";
}
.mesa-trabajo-icon--check::before {
  content: "✓";
}

.mesa-trabajo-icon::before {
  content: none;
}

.mesa-trabajo-icon svg {
  display: block;
  fill: none;
  height: 28px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  width: 28px;
}

.mesa-trabajo-card--cta {
  grid-column: 1/-1;
}
.mesa-trabajo-card--cta .mesa-trabajo-card-body {
  align-items: center;
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  padding: 2rem;
  text-align: center;
}
.mesa-trabajo-card--cta .mesa-trabajo-icon {
  margin-bottom: 1.35rem;
}
.mesa-trabajo-card--cta h4 {
  max-width: 330px;
}
.mesa-trabajo-card--cta p {
  max-width: 360px;
}
.mesa-trabajo-card--cta .btn {
  margin-top: 0.75rem;
  min-width: 126px;
}

@media (max-width: 991.98px) {
  .mesas-trabajo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 1199.98px) {
  .actividades-destacadas {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 991.98px) {
  .actividades-destacadas {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 575.98px) {
  .actividad-card-hero {
    min-height: auto;
    padding: 1.5rem 1.2rem;
  }
  .actividad-card-hero h3 {
    font-size: 1.25rem;
  }
  .actividad-card-body {
    padding: 1.2rem;
  }
  .actividad-card-meta {
    grid-template-columns: 1fr;
  }
  .evento-revivir-card {
    align-items: flex-start;
    flex-direction: column;
    gap: 1rem;
  }
  .evento-revivir-thumb {
    flex-basis: auto;
    height: 150px;
    width: 100%;
  }
  .observatorio-destacado {
    padding: 1.45rem;
  }
  .mesas-trabajo-grid {
    grid-template-columns: 1fr;
  }
}

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