@charset "UTF-8";@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@300;700&display=swap");.bg-c-navHamburguer .hamburger-react div {
  transition: height 0.3s ease;
}.bg-c-main-topNav {
  container-type: inline-size;
  container-name: topNav;
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  z-index: 20;
}
.bg-c-main-topNav__container {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 48px;
  padding: 16px 16px 40px;
  width: calc(100% - 32px);
}
.bg-c-main-topNav__logo {
  display: flex;
  flex-grow: 1;
  z-index: 2;
}
.bg-c-main-topNav__logo .logo-link {
  display: flex;
}
.bg-c-main-topNav__logo .bg-logo {
  max-width: 100px;
}
.bg-c-main-topNav__menu {
  align-items: center;
  justify-content: center;
  display: none;
  flex-direction: column;
  gap: 40px;
  padding: 0;
  margin-bottom: 24px;
  height: 100dvh;
  width: 100%;
}
.bg-c-main-topNav__menu:last-child {
  margin-bottom: 0;
}
.bg-c-main-topNav__menu:empty {
  margin: 0;
}
.bg-c-main-topNav__menu.open {
  display: flex;
}
.bg-c-main-topNav__menu .nav-links__section {
  display: flex;
  flex-direction: column;
}
.bg-c-main-topNav__menu .nav-links__section .title {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  color: #ffffff;
  margin: 16px 0 8px 0;
  padding-bottom: 12px;
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}
.bg-c-main-topNav__menu .nav-links__section .title {
  letter-spacing: -0.01em;
}
.bg-c-main-topNav__menu .nav-links__section .nav-link-button {
  background-color: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  color: #ffffff;
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  padding: 0;
  padding-bottom: 12px;
  margin-bottom: 12px;
  text-align: left;
  width: 100%;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
}
.bg-c-main-topNav__menu .nav-links__section .nav-link-button {
  letter-spacing: normal;
}
.bg-c-main-topNav__menu .nav-links__section .nav-link-button:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .bg-c-main-topNav__menu .nav-links__section {
    margin: 0;
    text-align: right;
    width: 100%;
    border-radius: 12px;
    border-bottom: 0;
    margin-bottom: 0;
    overflow: hidden;
  }
  .bg-c-main-topNav__menu .nav-links__section--hrz {
    align-items: center;
    flex-direction: row;
  }
  .bg-c-main-topNav__menu .nav-links__section:last-child {
    border-bottom: 0;
    margin-bottom: 0;
  }
  .bg-c-main-topNav__menu .nav-links__section .title {
    display: none;
    color: #080808;
    margin: 0;
    padding: 8px 16px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
  }
  .bg-c-main-topNav__menu .nav-links__section .title {
    letter-spacing: normal;
  }
  .bg-c-main-topNav__menu .nav-links__section .nav-link-button {
    border-bottom: 1px solid #ebebeb;
    color: #2244ce;
    padding: 12px 16px;
    margin-bottom: 0;
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
  }
  .bg-c-main-topNav__menu .nav-links__section .nav-link-button {
    letter-spacing: normal;
  }
  .bg-c-main-topNav__menu .nav-links__section .nav-link-button:last-child {
    padding-bottom: 12px;
  }
  .bg-c-main-topNav__menu .nav-links__section .nav-link-button:hover {
    background-color: #fafafa;
    cursor: pointer;
  }
}
.bg-c-main-topNav__menu .nav-links__section--hrz {
  flex-direction: row;
  gap: 8px;
  margin-bottom: 0;
}
.bg-c-main-topNav__navMenu {
  display: flex;
  flex-direction: column;
  gap: 16px;
  list-style: none;
  justify-content: center;
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
}
.bg-c-main-topNav__navMenu {
  letter-spacing: -0.01em;
}
.bg-c-main-topNav__navMenu:last-child {
  flex-direction: row;
}
.bg-c-main-topNav__navMenu .navMenu-item {
  display: flex;
  justify-content: center;
}
.bg-c-main-topNav__navMenu .navMenu-item a {
  text-decoration: none !important;
}
.bg-c-main-topNav--open {
  position: absolute;
}
.bg-c-main-topNav--open .bg-c-main-topNav__menu {
  background: #080808;
  left: 0;
  top: 0;
  position: absolute;
  z-index: 0;
}
.bg-c-main-topNav--absolute {
  top: 0;
  position: absolute;
}
.bg-c-main-topNav--absolute .bg-c-main-topNav__container {
  width: 100% !important;
  position: relative;
}
.bg-c-main-topNav--absolute .bg-c-main-topNav__logo .bg-logo {
  max-width: 100px;
}
.bg-c-main-topNav--liquid .bg-c-main-topNav__container {
  width: 100% !important;
  position: relative;
}
.bg-c-main-topNav--liquid .bg-c-main-topNav__logo .bg-logo {
  max-width: 150px;
}
@media (min-width: 576px) {
  .bg-c-main-topNav {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
  }
}
@media (min-width: 768px) {
  .bg-c-main-topNav__container {
    width: calc(100% - 32px);
    max-width: 768px;
    margin-left: auto;
    margin-right: auto;
    padding: 16px 16px;
    position: relative;
  }
  .bg-c-main-topNav__menu {
    display: flex;
    flex-direction: row;
    height: auto;
    margin: 0;
  }
  .bg-c-main-topNav__navMenu {
    flex-direction: row;
    flex-grow: 1;
    width: auto;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
  }
  .bg-c-main-topNav__navMenu {
    letter-spacing: -0.01em;
  }
  .bg-c-main-topNav__navMenu:last-child {
    flex-grow: 0;
  }
  .bg-c-main-topNav .hamburger-icon {
    display: none;
  }
  .bg-c-main-topNav--absolute {
    left: 50%;
    transform: translateX(-50%);
    padding: 16px 0;
    position: absolute;
    z-index: 99;
  }
  .bg-c-main-topNav--absolute .bg-c-main-topNav__container {
    margin-left: auto;
    margin-right: auto;
  }
  .bg-c-main-topNav--absolute .bg-c-main-topNav__logo .bg-logo {
    max-width: 150px;
  }
  .bg-c-main-topNav--liquid .bg-c-main-topNav__container {
    max-width: 100%;
    width: 100%;
    margin-left: 16px;
    margin-right: 16px;
    position: relative;
  }
  .bg-c-main-topNav--liquid .bg-c-main-topNav__logo .bg-logo {
    max-width: 150px;
  }
}
@media (min-width: 992px) {
  .bg-c-main-topNav__container {
    max-width: 992px;
  }
}
@media (min-width: 1200px) {
  .bg-c-main-topNav__container {
    max-width: 1200px;
  }
}.bg-o-iconButton {
  appearance: none;
  background: transparent;
  border: 0;
  height: 40px;
  width: 40px;
}
.bg-o-iconButton .icon {
  color: #ffffff;
  height: 24px;
  width: 24px;
}
.bg-o-iconButton:hover {
  cursor: pointer;
}.bg-o-primaryButton {
  align-self: flex-start;
  appearance: none;
  background: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  height: 48px;
  padding: 0 24px;
  width: auto;
  min-width: 150px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
}
.bg-o-primaryButton {
  letter-spacing: -0.01em;
}
.bg-o-primaryButton .icon {
  color: #ffffff;
  height: 24px;
  width: 24px;
}
.bg-o-primaryButton:hover {
  background: #ffffff;
  color: #23295c;
  cursor: pointer;
}
.bg-o-primaryButton:hover .icon {
  color: #23295c;
}
.bg-l-mainBackground {
  position: fixed;
  width: 100%;
  min-height: 100dvh;
  height: 100dvh;
  overflow: hidden;
  pointer-events: none;
  top: 0;
  z-index: -10;
}
.bg-l-mainBackground__flare {
  position: absolute;
  inset: 0 auto auto 0; /* top:0; left:0 */
  width: 100%;
  display: block;
  z-index: 0;
}
.bg-l-mainBackground__flare img {
  display: block;
  width: 100dvw;
  height: 80dvh;
  object-position: top center;
  pointer-events: none;
  user-select: none;
  opacity: 0.1; /* controla la transparencia */
  mix-blend-mode: overlay; /* o prueba: screen, multiply, soft-light */
}
.bg-l-mainBackground__lines {
  position: absolute;
  z-index: 1;
  pointer-events: none;
  user-select: none;
  /* --- MÓVIL (por defecto) --- */
  /* Centrado horizontal, 200dvh de altura */
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 200dvh; /* 200% del viewport vertical */
  width: auto;
}
@media (min-width: 768px) {
  .bg-l-mainBackground__lines {
    /* Alineado arriba-izquierda de la capa fondo */
    top: 0;
    left: 0;
    transform: none;
    /* “100% de su propia altura” = deja que use su tamaño intrínseco */
    height: auto; /* no forzamos al alto del viewport */
    width: 100%; /* que use dimensiones del SVG */
    /* Si quieres limitar tamaño máximo sin forzar viewport:
      max-width: 100%;
      max-height: none; */
  }
}.bg-c-footer {
  display: flex;
  flex-direction: column;
  margin: 48px 0;
}
.bg-c-footer__cl .title {
  text-transform: uppercase;
  font-size: 40px;
  line-height: 48px;
  font-weight: 300;
}
.bg-c-footer__cl .title {
  letter-spacing: -0.015em;
}
.bg-c-footer__cr .subtitle {
  font-family: "althy-regular", "Nunito Sans", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  margin-bottom: 40px;
  text-transform: uppercase;
  font-size: 28px;
  line-height: 36px;
  font-weight: 300;
}
.bg-c-footer__cr .subtitle {
  letter-spacing: -0.01em;
}
.bg-c-footer__cr .bg-c-footer__socialIcons {
  display: flex;
  flex-direction: row;
  gap: 12px;
}
.bg-c-footer__cr .bg-c-footer__socialIcons .icon {
  height: 24px;
  width: 24px;
}
@media (min-width: 768px) {
  .bg-c-footer {
    display: flex;
    flex-direction: column;
    margin: 48px 0;
  }
  .bg-c-footer__fclms {
    display: flex;
    flex-direction: row;
    gap: 32px;
    margin: 72px 0;
    padding: 0 16px;
  }
  .bg-c-footer__cl {
    width: 100%;
  }
  .bg-c-footer__cl .title {
    font-size: 71px;
    line-height: 80px;
    font-weight: 300;
  }
  .bg-c-footer__cl .title {
    letter-spacing: -0.02em;
  }
  .bg-c-footer__cl .title span {
    display: block;
  }
  .bg-c-footer__cr {
    min-width: 234.6666666667px;
  }
  .bg-c-footer__lr {
    display: flex;
    flex-direction: row;
    gap: 8px;
  }
}
@media (min-width: 992px) {
  .bg-c-footer__cr {
    min-width: 309.3333333333px;
  }
}
@media (min-width: 1200px) {
  .bg-c-footer__cr {
    min-width: 378.6666666667px;
  }
}
@media (min-width: 1600px) {
  .bg-c-footer__cr {
    min-width: 30%;
  }
}
.bg-c-googleMapsFooterBadge {
  --badge-bg: fgc.getColor("white");
  --badge-border: fgc.getColor("whiteFade");
  --badge-text: fgc.getColor("white");
  --badge-text-soft: rgba(255, 255, 255, 0.75);
  --badge-star-empty: rgba(255, 255, 255, 0.25);
  --badge-star-fill: fgc.getColor("bg-primary-yellow");
  display: inline-flex;
  flex-direction: column;
  gap: 0.25rem;
  min-width: 12rem;
  padding: 0.75rem 0.9rem;
  border: 1px solid var(--badge-border);
  border-radius: 0.875rem;
  text-decoration: none;
  color: var(--badge-text);
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(4px);
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
  max-width: 95%;
  margin: 24px 0;
}
.bg-c-googleMapsFooterBadge:hover {
  transform: translateY(-1px);
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.07);
}
.bg-c-googleMapsFooterBadge__label {
  color: var(--badge-text-soft);
  text-transform: uppercase;
  font-size: 12px;
  line-height: 16px;
  font-weight: 300;
}
.bg-c-googleMapsFooterBadge__label {
  letter-spacing: normal;
}
.bg-c-googleMapsFooterBadge__row {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.bg-c-googleMapsFooterBadge__score {
  font-size: 1.25rem;
  line-height: 1;
  font-weight: 700;
  color: var(--badge-text);
}
.bg-c-googleMapsFooterBadge__stars {
  --rating-percent: calc((var(--rating) / 5) * 100%);
  position: relative;
  display: inline-block;
  font-size: 0.95rem;
  line-height: 1;
  letter-spacing: 0.14rem;
}
.bg-c-googleMapsFooterBadge__stars::before, .bg-c-googleMapsFooterBadge__stars::after {
  content: "★★★★★";
  white-space: nowrap;
}
.bg-c-googleMapsFooterBadge__stars::before {
  color: var(--badge-star-empty);
}
.bg-c-googleMapsFooterBadge__stars::after {
  position: absolute;
  inset: 0 auto 0 0;
  width: var(--rating-percent);
  overflow: hidden;
  color: var(--badge-star-fill);
}
.bg-c-googleMapsFooterBadge__text {
  color: var(--badge-text-soft);
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
}
.bg-c-googleMapsFooterBadge__text {
  letter-spacing: normal;
}
.bg-c-googleMapsFooterBadge__text strong {
  color: var(--badge-text);
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
.bg-c-googleMapsFooterBadge__text strong {
  letter-spacing: normal;
}

@media (max-width: 767px) {
  .bg-c-googleMapsFooterBadge {
    min-width: auto;
    width: 100%;
  }
}.bg-l-homeFeed {
  margin-top: 72px;
}
.bg-l-homeFeed__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
.bg-l-homeFeed__grid .bg-l-homeFeed__gridItem {
  align-self: stretch;
  justify-self: stretch;
}
@media (min-width: 768px) {
  .bg-l-homeFeed__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    align-items: stretch;
  }
}
.bg-c-homeCard {
  align-items: flex-start;
  box-shadow: 0 0 8px #23295c;
  color: #ffffff;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 16px;
  border-radius: 4px;
  overflow: hidden;
  text-decoration: none;
  height: 160px;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
  /* Elevar el contenido por encima de imagen+degradado */
  /* Imagen de fondo */
  /* Degradado por encima de la imagen */
  /* Label (el primer span dentro del <a>) */
  /* Título */
  /* Flecha (el último span dentro del <a>) */
  /* Hover/focus mínimos (opcional) */
}
.bg-c-homeCard > * {
  position: relative;
  z-index: 2;
  color: inherit;
}
.bg-c-homeCard__img {
  filter: grayscale(100%);
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.bg-c-homeCard__gradient {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: radial-gradient(circle at top left, #23295c 0%, rgba(40, 65, 170, 0) 80%);
  background-size: 160% 160%;
  background-repeat: no-repeat;
  pointer-events: none;
}
.bg-c-homeCard__label, .bg-c-homeCard__title, .bg-c-homeCard__icon {
  margin: 0;
  text-transform: uppercase;
}
.bg-c-homeCard__label {
  order: 0;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
.bg-c-homeCard__label {
  letter-spacing: normal;
}
.bg-c-homeCard__title {
  order: 1;
  margin: 0;
  min-width: 0;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
}
.bg-c-homeCard__title {
  letter-spacing: -0.01em;
}
.bg-c-homeCard__icon {
  order: 2;
  height: 24px;
  width: 24px;
}
.bg-c-homeCard:hover, .bg-c-homeCard:focus-visible {
  outline: none;
  box-shadow: 0 0 8px #23295c, 0 0 16px rgba(0, 0, 0, 0.5), 0 0 50px rgba(60, 138, 255, 0.25);
  transform: translateY(-1px);
}
.bg-c-homeCard--noticias {
  color: #080808;
}
.bg-c-homeCard--noticias .bg-c-homeCard__gradient {
  background: radial-gradient(circle at top left, rgb(255, 255, 255) 0%, rgba(40, 65, 170, 0.3) 70%, rgba(255, 255, 255, 0) 100%);
}
@media (min-width: 768px) {
  .bg-c-homeCard {
    /* vertical, “poster” adaptable al grid de 3 columnas */
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: nowrap;
    gap: 24px;
    padding: 24px;
    height: auto; /* quitamos la altura fija */
    aspect-ratio: 4/5; /* relación para que todas queden proporcionadas */
    /* El ancho lo marcará el grid contenedor de 3 columnas */
  }
  .bg-c-homeCard__title {
    width: 50%;
  }
}

/** Core **/
@font-face {
  font-family: "althy-regular";
  src: url("/assets/Althy-Regular-BCXq-3-b.woff2") format("woff2"), url("/assets/Althy-Regular-BnrZ1R0H.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/** Base **/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
select {
  appearance: none;
  background-color: transparent;
  border: none;
  padding: 0 1em 0 0;
  margin: 0;
  width: 100%;
  font-family: inherit;
  font-size: inherit;
  cursor: inherit;
  line-height: inherit;
  z-index: 1;
  outline: none;
}
html {
  font-size: 62.5%; /*Transform to base 10 for easier REM calculations*/
  box-sizing: content-box;
}
body {
  background-color: #23295c;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-synthesis-weight: none;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
}
body {
  letter-spacing: -0.01em;
}
body {
  font-family: "Nunito Sans", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 300;
  font-style: normal;
}
@media (min-width: 768px) {
  body {
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
  }
  body {
    letter-spacing: -0.01em;
  }
}
#root.no-scroll {
  overflow: hidden;
  height: 100vh;
}
/* specific changes for scroll bar designs */
* {
  /* Scrollbar más para firefox */
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 0, 0, 0.2) transparent;
}
*::-webkit-scrollbar {
  height: 6px; /* Scrollbar más delgado */
  background: transparent;
}
*::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2); /* Color gris claro semi-transparente */
  border-radius: 3px;
}
*::-webkit-scrollbar-track {
  background: transparent;
}
h1,
.dp-u-text-giraffe {
  font-family: "althy-regular", "Nunito Sans", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  margin-bottom: 24px;
  font-size: 40px;
  line-height: 48px;
  font-weight: 300;
}
h1,
.dp-u-text-giraffe {
  letter-spacing: -0.015em;
}
@media (min-width: 768px) {
  h1,
  .dp-u-text-giraffe {
    font-size: 71px;
    line-height: 80px;
    font-weight: 300;
  }
  h1,
  .dp-u-text-giraffe {
    letter-spacing: -0.02em;
  }
}
.dp-u-text-elephant {
  font-family: "althy-regular", "Nunito Sans", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  margin-bottom: 24px;
  font-size: 108px;
  line-height: 120px;
  font-weight: 300;
}
.dp-u-text-elephant {
  letter-spacing: -0.02em;
}
h2,
.dp-u-text-bear {
  font-family: "althy-regular", "Nunito Sans", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  margin-bottom: 24px;
  font-size: 28px;
  line-height: 36px;
  font-weight: 300;
}
h2,
.dp-u-text-bear {
  letter-spacing: -0.01em;
}
@media (min-width: 768px) {
  h2,
  .dp-u-text-bear {
    font-size: 40px;
    line-height: 48px;
    font-weight: 300;
  }
  h2,
  .dp-u-text-bear {
    letter-spacing: -0.015em;
  }
}
h3,
.dp-u-text-wolf {
  margin-bottom: 16px;
  font-size: 24px;
  line-height: 32px;
  font-weight: 300;
}
h3,
.dp-u-text-wolf {
  letter-spacing: -0.01em;
}
@media (min-width: 768px) {
  h3,
  .dp-u-text-wolf {
    font-size: 28px;
    line-height: 36px;
    font-weight: 300;
  }
  h3,
  .dp-u-text-wolf {
    letter-spacing: -0.01em;
  }
}
h4,
.dp-u-text-dog {
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
}
h4,
.dp-u-text-dog {
  letter-spacing: -0.01em;
}
@media (min-width: 768px) {
  h4,
  .dp-u-text-dog {
    font-size: 24px;
    line-height: 32px;
    font-weight: 300;
  }
  h4,
  .dp-u-text-dog {
    letter-spacing: -0.01em;
  }
}
p {
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
}
p {
  letter-spacing: -0.01em;
}
@media (min-width: 768px) {
  p {
    margin-bottom: 24px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
  }
  p {
    letter-spacing: -0.01em;
  }
}
ul {
  margin-bottom: 16px;
  list-style: inside;
}
@media (min-width: 768px) {
  ul {
    margin-bottom: 24px;
  }
  ul li {
    margin-bottom: 2px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
  }
  ul li {
    letter-spacing: -0.01em;
  }
}
a,
.buttonLink {
  color: #ffffff;
  text-decoration: underline;
}
a:visited,
.buttonLink:visited {
  color: #ffffff;
}
.buttonLink {
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
}
.buttonLink {
  letter-spacing: -0.01em;
}
strong {
  font-family: "nn-f-bold", sans-serif !important;
  font-weight: 700 !important;
  font-style: normal;
}
em,
i {
  font-family: "nn-f-regular-italic", sans-serif;
  font-weight: 300;
  font-style: normal;
}
strong em,
strong i,
b em,
b i {
  font-family: "nn-f-bold-italic", sans-serif !important;
  font-weight: 700 !important;
  font-style: normal;
}
.error {
  color: #ec0909;
}
.warning {
  color: #f4c432;
}
.warning {
  font-family: "nn-f-bold", sans-serif !important;
  font-weight: 700 !important;
  font-style: normal;
}
.modal-open-dp {
  overflow: hidden;
}
.bg-u-text-worm {
  font-size: 12px;
  line-height: 16px;
  font-weight: 300;
}
.bg-u-text-worm {
  letter-spacing: normal;
}
.bg-u-text-worm-black {
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
}
.bg-u-text-worm-black {
  letter-spacing: normal;
}
.bg-u-text-mouse {
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
}
.bg-u-text-mouse {
  letter-spacing: normal;
}
.bg-u-text-mouse-black {
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
.bg-u-text-mouse-black {
  letter-spacing: normal;
}
.bg-u-text-cat {
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
}
.bg-u-text-cat {
  letter-spacing: -0.01em;
}
.bg-u-text-cat-black {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}
.bg-u-text-cat-black {
  letter-spacing: -0.01em;
}
.bg-u-text-dog {
  font-size: 24px;
  line-height: 32px;
  font-weight: 300;
}
.bg-u-text-dog {
  letter-spacing: -0.01em;
}
.bg-u-text-dog-black {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
}
.bg-u-text-dog-black {
  letter-spacing: -0.01em;
}
.bg-u-text-wolf {
  font-size: 28px;
  line-height: 36px;
  font-weight: 300;
}
.bg-u-text-wolf {
  letter-spacing: -0.01em;
}
.bg-u-text-wolf-black {
  font-size: 28px;
  line-height: 36px;
  font-weight: 700;
}
.bg-u-text-wolf-black {
  letter-spacing: -0.01em;
}
.bg-u-text-bear {
  font-size: 40px;
  line-height: 48px;
  font-weight: 300;
}
.bg-u-text-bear {
  letter-spacing: -0.015em;
}
.bg-u-text-bear-black {
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
}
.bg-u-text-bear-black {
  letter-spacing: -0.015em;
}
.bg-u-text-giraffe {
  font-size: 71px;
  line-height: 80px;
  font-weight: 300;
}
.bg-u-text-giraffe {
  letter-spacing: -0.02em;
}
.bg-u-text-giraffe-black {
  font-size: 71px;
  line-height: 80px;
  font-weight: 700;
}
.bg-u-text-giraffe-black {
  letter-spacing: -0.02em;
}
.bg-u-text-elephant {
  font-size: 108px;
  line-height: 120px;
  font-weight: 300;
}
.bg-u-text-elephant {
  letter-spacing: -0.02em;
}
.bg-u-text-link {
  color: #080808;
  text-decoration: none;
}
.bg-u-text-link:hover {
  text-decoration: underline;
}
/** Layout **/
.bg-l-container {
  max-width: 100%;
  margin-left: 16px;
  margin-right: 16px;
  position: relative;
}
@media (min-width: 768px) {
  .bg-l-container {
    max-width: 768px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 16px;
    width: calc(100% - 32px);
  }
}
@media (min-width: 992px) {
  .bg-l-container {
    max-width: 992px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1200px) {
  .bg-l-container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
}
.bg-l-container--no-padding {
  padding: 0;
}
.bg-l-container--big-padding {
  padding-top: 48px;
  padding-bottom: 48px;
}
@media (min-width: 768px) {
  .bg-l-container--big-padding {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
.bg-l-container--big-top-padding {
  padding-top: 48px;
}
@media (min-width: 768px) {
  .bg-l-container--big-top-padding {
    padding-top: 144px;
  }
}
.bg-l-container--big-bottom-padding {
  padding-bottom: 48px;
}
@media (min-width: 768px) {
  .bg-l-container--big-bottom-padding {
    padding-bottom: 144px;
  }
}
.bg-l-container-2col {
  display: flex;
  flex-flow: row nowrap;
  min-height: 100vh;
  padding-top: 64px;
  max-width: 100%;
  margin-left: 16px;
  margin-right: 16px;
  position: relative;
}
@media (min-width: 768px) {
  .bg-l-container-2col {
    max-width: 768px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 16px;
    width: calc(100% - 32px);
  }
}
@media (min-width: 992px) {
  .bg-l-container-2col {
    max-width: 992px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1200px) {
  .bg-l-container-2col {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
}
.bg-l-container-2col__aside {
  border-right: 1px solid #fafafa;
  width: getCols(2, xl);
  min-width: getCols(2, xl);
}
.bg-l-container-2col__aside nav {
  position: fixed;
}
.bg-l-container-2col__body {
  flex-grow: 1;
  overflow-x: auto;
  padding: 0 getGutter(regular);
}
@media (min-width: 768px) {
  .bg-l-container {
    margin-top: 144px;
  }
}
.bg-l-liquid {
  max-width: 100%;
  margin-left: 16px;
  margin-right: 16px;
  position: relative;
}
.bg-l-liquid--no-padding {
  padding: 0;
}
.bg-l-liquid--big-padding {
  padding-top: 48px;
  padding-bottom: 48px;
}
@media (min-width: 768px) {
  .bg-l-liquid--big-padding {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
@media (min-width: 768px) {
  .bg-l-liquid--big-top-padding {
    padding-top: 96px;
  }
}
.bg-l-liquid--big-bottom-padding {
  padding-bottom: 48px;
}
@media (min-width: 768px) {
  .bg-l-liquid--big-bottom-padding {
    padding-bottom: 96px;
  }
}
.bg-l-liquid-2col {
  display: flex;
  flex-flow: row nowrap;
  min-height: 100vh;
  padding-top: 64px;
  max-width: 100%;
  margin-left: 16px;
  margin-right: 16px;
  position: relative;
}
@media (min-width: 768px) {
  .bg-l-liquid-2col {
    max-width: 768px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 16px;
    width: calc(100% - 32px);
  }
}
@media (min-width: 992px) {
  .bg-l-liquid-2col {
    max-width: 992px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1200px) {
  .bg-l-liquid-2col {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
}
.bg-l-liquid-2col__aside {
  border-right: 1px solid #fafafa;
  width: getCols(2, xl);
  min-width: getCols(2, xl);
}
.bg-l-liquid-2col__aside nav {
  position: fixed;
}
.bg-l-liquid-2col__body {
  flex-grow: 1;
  overflow-x: auto;
  padding: 0 getGutter(regular);
}
.bg-l-postsFeedGrid {
  margin-top: 40px;
}
.bg-l-postsFeedGrid__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
.bg-l-postsFeedGrid__grid .bg-l-postsFeedGrid__gridItem {
  align-self: stretch;
  justify-self: stretch;
}
@media (min-width: 768px) {
  .bg-l-postsFeedGrid__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    align-items: stretch;
  }
}
.bg-l-postsFeedList {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
/** Utilities **/
.bg-u-spacer-mt-base {
  margin-top: 2px;
}
.bg-u-spacer-mt-tiny {
  margin-top: 4px;
}
.bg-u-spacer-mt-small {
  margin-top: 8px;
}
.bg-u-spacer-mt-medium {
  margin-top: 12px;
}
.bg-u-spacer-mt-big {
  margin-top: 16px;
}
.bg-u-spacer-mt-bigger {
  margin-top: 24px;
}
.bg-u-spacer-mt-large {
  margin-top: 32px;
}
.bg-u-spacer-mt-larger {
  margin-top: 40px;
}
.bg-u-spacer-mt-huge {
  margin-top: 48px;
}
.bg-u-spacer-mt-huger {
  margin-top: 64px;
}
.bg-u-spacer-mt-enormous {
  margin-top: 72px;
}
.bg-u-spacer-mt-double-huge {
  margin-top: 96px;
}
.bg-u-spacer-mt-gigantic {
  margin-top: 144px;
}
.bg-u-spacer-mb-base {
  margin-bottom: 2px;
}
.bg-u-spacer-mb-tiny {
  margin-bottom: 4px;
}
.bg-u-spacer-mb-small {
  margin-bottom: 8px;
}
.bg-u-spacer-mb-medium {
  margin-bottom: 12px;
}
.bg-u-spacer-mb-big {
  margin-bottom: 16px;
}
.bg-u-spacer-mb-bigger {
  margin-bottom: 24px;
}
.bg-u-spacer-mb-large {
  margin-bottom: 32px;
}
.bg-u-spacer-mb-larger {
  margin-bottom: 40px;
}
.bg-u-spacer-mb-huge {
  margin-bottom: 48px;
}
.bg-u-spacer-mb-huger {
  margin-bottom: 64px;
}
.bg-u-spacer-mb-enormous {
  margin-bottom: 72px;
}
.bg-u-spacer-mb-double-huge {
  margin-top: 96px;
}
.bg-u-spacer-mb-gigantic {
  margin-bottom: 144px;
}
.bg-u-spacer-m-auto {
  margin: auto;
}
.bg-u-spacer-mlr-auto {
  margin: 0 auto;
}
.bg-u-spacer-mr-base {
  margin-right: 2px;
}
.bg-u-spacer-mr-tiny {
  margin-right: 4px;
}
.bg-u-spacer-mr-small {
  margin-right: 8px;
}
.bg-u-spacer-mr-medium {
  margin-right: 12px;
}
.bg-u-spacer-mr-big {
  margin-right: 16px;
}
.bg-u-spacer-mr-bigger {
  margin-right: 24px;
}
.bg-u-spacer-mr-large {
  margin-right: 32px;
}
.bg-u-spacer-mr-huge {
  margin-right: 48px;
}
.bg-u-spacer-mr-enormous {
  margin-right: 72px;
}
.bg-u-spacer-mr-gigantic {
  margin-right: 144px;
}
.bg-u-spacer-ml-base {
  margin-left: 2px;
}
.bg-u-spacer-ml-tiny {
  margin-left: 4px;
}
.bg-u-spacer-ml-small {
  margin-left: 8px;
}
.bg-u-spacer-ml-medium {
  margin-left: 12px;
}
.bg-u-spacer-ml-big {
  margin-left: 16px;
}
.bg-u-spacer-ml-bigger {
  margin-left: 24px;
}
.bg-u-spacer-ml-large {
  margin-left: 32px;
}
.bg-u-spacer-ml-huge {
  margin-left: 48px;
}
.bg-u-spacer-ml-enormous {
  margin-left: 72px;
}
.bg-u-spacer-ml-gigantic {
  margin-left: 144px;
}
.bg-u-centerText {
  text-align: center;
  justify-content: center !important;
}
.bg-u-hide {
  display: none !important;
}
.bg-u-hide--mb {
  display: none !important;
}
@media (min-width: 576px) {
  .bg-u-hide--mb {
    display: inherit !important;
  }
}
.bg-u-hide--sm {
  display: inherit;
}
@media (min-width: 576px) {
  .bg-u-hide--sm {
    display: none !important;
  }
}
.bg-u-color-primary-yellow {
  color: getColor(bg-primary-yellow);
}
.bg-u-color-bg-primary-yellow {
  background-color: getColor(bg-primary-yellow);
}
.bg-u-color-light-blue {
  color: getColor(border-light-blue);
}
.bg-u-text-color__textBlue {
  color: #cdd5ff;
}
.bg-u-text-color-text-warning {
  color: getColor(warning);
}
.bg-u-text-color-text-white {
  color: getColor(text-white);
}
.bg-u-list {
  list-style: none;
  padding-left: 0;
  text-align: left;
  display: initial;
}
.bg-u-list--2col {
  column-count: 1;
}
.bg-u-list--checkIcon li::before {
  content: "✔"; /* Ícono de check */
  color: #203ed5;
  font-weight: bold;
  display: inline-block;
  width: 20px; /* Espaciado */
  margin-right: 10px;
}
.bg-u-list--inline {
  display: flex;
  list-style: none;
  gap: 12px;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .bg-u-list--2col {
    max-width: 75%;
    column-count: 2;
  }
}
.bg-u-showFrom-sm, .bg-u-showFrom-md {
  display: none !important;
}
@media (min-width: 576px) {
  .bg-u-showFrom-sm {
    display: inherit !important;
  }
}
@media (min-width: 768px) {
  .bg-u-showFrom-md {
    display: inherit !important;
  }
}
.bg-u-text-block {
  display: block;
}
.bg-u-maxWidth--full {
  width: 100%;
}
/** Objects **/
.bg-c-postFeedFeatCard {
  align-items: flex-start;
  box-shadow: 0 0 8px #23295c;
  color: #ffffff;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 16px;
  border-radius: 4px;
  overflow: hidden;
  text-decoration: none;
  height: 160px;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
  /* Elevar el contenido por encima de imagen+degradado */
  /* Imagen de fondo */
  /* Degradado por encima de la imagen */
  /* Label (el primer span dentro del <a>) */
  /* Título */
  /* Flecha (el último span dentro del <a>) */
  /* Hover/focus mínimos (opcional) */
}
.bg-c-postFeedFeatCard > * {
  position: relative;
  z-index: 2;
  color: inherit;
}
.bg-c-postFeedFeatCard__img {
  filter: grayscale(80%);
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.bg-c-postFeedFeatCard__gradient {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: radial-gradient(circle at top left, #272d76 0%, rgba(40, 65, 170, 0) 80%);
  background-size: 160% 160%;
  background-repeat: no-repeat;
  pointer-events: none;
}
.bg-c-postFeedFeatCard__label, .bg-c-postFeedFeatCard__title, .bg-c-postFeedFeatCard__icon {
  margin: 0;
  text-transform: uppercase;
}
.bg-c-postFeedFeatCard__label {
  order: 0;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
.bg-c-postFeedFeatCard__label {
  letter-spacing: normal;
}
.bg-c-postFeedFeatCard__title {
  order: 1;
  margin: 0;
  min-width: 0;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
}
.bg-c-postFeedFeatCard__title {
  letter-spacing: -0.01em;
}
.bg-c-postFeedFeatCard__icon {
  order: 2;
  height: 24px;
  width: 24px;
}
.bg-c-postFeedFeatCard:hover, .bg-c-postFeedFeatCard:focus-visible {
  outline: none;
  box-shadow: 0 0 8px #23295c, 0 0 16px rgba(0, 0, 0, 0.5), 0 0 50px rgba(60, 138, 255, 0.25);
  transform: translateY(-1px);
}
.bg-c-postFeedFeatCard--noticias {
  color: #080808;
}
.bg-c-postFeedFeatCard--noticias .bg-c-postFeedFeatCard__gradient {
  background: radial-gradient(circle at top left, rgb(255, 255, 255) 0%, rgba(40, 65, 170, 0.3) 70%, rgba(255, 255, 255, 0) 100%);
}
@media (min-width: 768px) {
  .bg-c-postFeedFeatCard {
    /* vertical, “poster” adaptable al grid de 3 columnas */
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: nowrap;
    gap: 24px;
    padding: 24px;
    height: auto; /* quitamos la altura fija */
    aspect-ratio: 4/5; /* relación para que todas queden proporcionadas */
    /* El ancho lo marcará el grid contenedor de 3 columnas */
  }
  .bg-c-postFeedFeatCard__title {
    width: 50%;
  }
}
.bg-c-postFeedCard {
  color: #ffffff;
  display: flex;
  align-items: stretch;
  gap: 16px;
  border-radius: 8px;
  text-decoration: none;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
  overflow: hidden;
  /* Columna izquierda: imagen pequeña y rectangular */
  /* Columna derecha: contenido */
  /* “Fecha en Categoría” */
  /* Excerpt limitado visualmente (mejor recortar en JS a 280 chars) */
  /* Hover / focus */
}
.bg-c-postFeedCard__media {
  flex: 0 0 144.5px; /* ancho fijo de la columna izquierda */
  aspect-ratio: 4/2; /* rectángulo (ajusta 3/2 si prefieres) */
  border-radius: 2px;
  background: #ffffff;
  max-width: 500px;
  box-shadow: 0 0 8px #23295c;
}
.bg-c-postFeedCard__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(0);
}
.bg-c-postFeedCard__content {
  flex: 1 1 auto;
  min-width: 0; /* importante para elipsis/clamp */
  display: grid;
  grid-template-rows: auto auto 1fr; /* title, meta, excerpt */
  gap: 8px;
  padding: 16px 16px 16px 0;
}
.bg-c-postFeedCard__title {
  margin: 0;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  /* ajusta a tu escala tipográfica */
}
.bg-c-postFeedCard__title {
  letter-spacing: -0.01em;
}
.bg-c-postFeedCard__meta {
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
.bg-c-postFeedCard__meta {
  letter-spacing: normal;
}
.bg-c-postFeedCard__excerpt {
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 4; /* aprox. a 280 chars según ancho */
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-clamp: 4;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
.bg-c-postFeedCard__excerpt {
  letter-spacing: normal;
}
.bg-c-postFeedCard:hover, .bg-c-postFeedCard:focus-visible {
  outline: none;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.28), 0 6px 20px rgba(0, 0, 0, 0.22), 0 0 60px rgba(60, 138, 255, 0.12);
  transform: translateY(-1px);
}
@media (min-width: 768px) {
  .bg-c-postFeedCard {
    gap: 24px;
  }
  .bg-c-postFeedCard__media {
    flex: 0 0 368px;
  }
}
@media (min-width: 992px) {
  .bg-c-postFeedCard__media {
    flex: 0 0 309.3333333333px;
  }
}
@media (min-width: 1200px) {
  .bg-c-postFeedCard__media {
    flex: 0 0 378.6666666667px;
  }
}
/** Components **/