/* [project]/src/app/home.css [app-client] (css) */
.h2-page *, .h2-page :before, .h2-page :after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.h2-page {
  --ink: #00020b;
  --ink-80: #00020bcc;
  --ink-60: #00020b99;
  --ink-50: #00020b80;
  --ink-25: #00020b40;
  --ink-10: #00020b1a;
  --ink-05: #00020b0d;
  --white: #fff;
  --ice: #eef4f9;
  --sky: #ddeaf5;
  --blue: #0080ba;
  --blue-d: #006694;
  --vivid: #0080ba;
  --orange: #e8531f;
  --serif: var(--font-brygada), "Brygada 1918", Georgia, serif;
  --sans: var(--font-archivo), "Archivo", system-ui, sans-serif;
  --narrow: var(--font-archivo), "Archivo Narrow", "Archivo", system-ui, sans-serif;
  --w: 1200px;
  --col: min(90vw, var(--w));
  font-family: var(--sans);
  color: var(--ink);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
  letter-spacing: .02em;
  font-size: 16px;
  line-height: 1.5;
}

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

.h2-page a {
  color: inherit;
  text-decoration: none;
}

.h2-sr-only {
  clip: rect(0, 0, 0, 0);
  border: 0;
  width: 1px;
  height: 1px;
  position: absolute;
  overflow: hidden;
}

.h2-section-desc {
  color: var(--ink-80);
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 1.6;
}

.h2-section-desc--muted {
  color: var(--ink-60);
  max-width: 480px;
  margin: 0 auto 8px;
  font-size: 16px;
  line-height: 1.6;
}

.h2-section-meta {
  color: var(--ink-60);
  margin-bottom: 20px;
  font-size: 13px;
}

.h2-newsletter__archive {
  color: #0080ba;
  border-bottom: 1px solid #0080ba4d;
  align-items: center;
  gap: 6px;
  margin-top: 16px;
  padding-bottom: 2px;
  font-size: 13px;
  font-weight: 600;
  transition: border-color .2s;
  display: inline-flex;
}

.h2-newsletter__archive:hover {
  border-color: #0080ba;
}

select.h2-comercial__form-input {
  appearance: auto;
}

textarea.h2-comercial__form-input {
  resize: vertical;
  min-height: 60px;
}

.h2-nav {
  z-index: 100;
  background: var(--white);
  position: sticky;
  top: 0;
}

.h2-nav__inner {
  max-width: var(--w);
  align-items: center;
  gap: 0;
  height: 64px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
}

.h2-nav__logo {
  flex-shrink: 0;
  width: auto;
  height: 40px;
  margin-right: 40px;
}

.h2-nav__links {
  flex: 1;
  align-items: stretch;
  gap: 0;
  height: 100%;
  display: flex;
}

.h2-nav__link {
  letter-spacing: .03em;
  color: var(--ink-60);
  white-space: nowrap;
  align-items: center;
  padding: 0 16px;
  font-size: 13px;
  font-weight: 600;
  transition: color .15s;
  display: flex;
  position: relative;
}

.h2-nav__link:hover {
  color: var(--ink);
}

.h2-nav__link:after {
  content: "";
  background: var(--blue);
  height: 2px;
  transition: transform .2s;
  position: absolute;
  bottom: 0;
  left: 16px;
  right: 16px;
  transform: scaleX(0);
}

.h2-nav__link:hover:after {
  transform: scaleX(1);
}

.h2-nav__border {
  background: linear-gradient(to right, transparent, var(--ink-10) 10%, var(--ink-10) 90%, transparent);
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.h2-nav__club {
  border: 1.5px solid var(--blue);
  color: var(--blue);
  cursor: pointer;
  white-space: nowrap;
  background: none;
  border-radius: 8px;
  flex-shrink: 0;
  align-items: center;
  gap: 8px;
  margin-left: auto;
  padding: 7px 16px;
  font-size: 12px;
  font-weight: 700;
  transition: all .2s;
  display: flex;
}

.h2-nav__club:hover {
  background: var(--blue);
  color: var(--white);
}

.h2-nav__club svg {
  flex-shrink: 0;
}

.h2-cpanel-overlay {
  z-index: 200;
  background: #00000073;
  display: none;
  position: fixed;
  inset: 0;
}

.h2-cpanel-overlay.open {
  display: block;
}

.h2-cpanel {
  background: var(--ink);
  width: 360px;
  height: 100%;
  color: var(--white);
  flex-direction: column;
  padding: 32px 28px;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  overflow-y: auto;
  box-shadow: -8px 0 32px #0003;
}

.h2-cpanel__close {
  color: #ffffff80;
  cursor: pointer;
  background: none;
  border: none;
  padding: 4px;
  transition: color .15s;
  position: absolute;
  top: 16px;
  right: 16px;
}

.h2-cpanel__close:hover {
  color: var(--white);
}

.h2-cpanel__title {
  font-family: var(--serif);
  margin-bottom: 6px;
  font-size: 22px;
  font-weight: 700;
}

.h2-cpanel__desc {
  color: #ffffff73;
  margin-bottom: 28px;
  font-size: 13px;
  line-height: 1.5;
}

.h2-cpanel__item {
  border-bottom: 1px solid #ffffff14;
  padding: 16px 0;
}

.h2-cpanel__item:last-of-type {
  border-bottom: none;
}

.h2-cpanel__item-name {
  margin-bottom: 4px;
  font-size: 15px;
  font-weight: 700;
}

.h2-cpanel__item-name a {
  color: var(--white);
  transition: color .15s;
}

.h2-cpanel__item-name a:hover {
  color: var(--vivid);
}

.h2-cpanel__item-meta {
  color: #ffffff73;
  font-size: 12px;
  line-height: 1.5;
}

.h2-cpanel__cta {
  border-top: 1px solid #ffffff14;
  margin-top: auto;
  padding-top: 24px;
}

.h2-cpanel__cta-btn {
  background: var(--orange);
  width: 100%;
  color: var(--white);
  font-family: var(--sans);
  cursor: pointer;
  text-align: center;
  border: none;
  border-radius: 8px;
  padding: 14px;
  font-size: 13px;
  font-weight: 700;
  transition: background .2s;
  display: block;
}

.h2-cpanel__cta-btn:hover {
  background: #d04618;
}

.h2-cpanel__cta-contact {
  text-align: center;
  color: #ffffff59;
  margin-top: 12px;
  font-size: 12px;
}

.h2-cpanel__cta-contact a {
  color: var(--vivid);
}

.h2-hero {
  color: #fff;
  isolation: isolate;
  background: #080b0f;
  height: 560px;
  margin-top: 0;
  position: relative;
  overflow: hidden;
}

.h2-hero__ambient {
  pointer-events: none;
  z-index: 1;
  opacity: .55;
  position: absolute;
  inset: 0;
}

.h2-hero__blob {
  filter: blur(80px);
  border-radius: 50%;
  position: absolute;
}

.h2-hero__b1 {
  background: radial-gradient(circle at 30% 30%, #0080ba73, #0000 60%);
  width: 520px;
  height: 520px;
  top: -160px;
  right: -120px;
}

.h2-hero__b2 {
  background: radial-gradient(circle, #3a6cff59, #0000 60%);
  width: 420px;
  height: 420px;
  bottom: -180px;
  right: 120px;
}

.h2-hero__inner {
  z-index: 2;
  max-width: var(--w);
  grid-template-columns: 5fr 7fr;
  align-items: center;
  gap: 56px;
  height: 100%;
  margin: 0 auto;
  padding: 56px 48px;
  display: grid;
  position: relative;
}

.h2-hero__body {
  flex-direction: column;
  justify-content: flex-end;
  max-width: 560px;
  padding: 0;
  display: flex;
  position: relative;
}

.h2-hero__body:before {
  display: none;
}

.h2-hero__body-inner {
  padding-left: 0;
}

.h2-hero__badge {
  font-family: var(--sans);
  letter-spacing: .2em;
  text-transform: uppercase;
  color: #0080ba;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  font-size: 12px;
  font-weight: 700;
  display: inline-flex;
}

.h2-hero__badge:before {
  display: none;
}

.h2-hero__title {
  font-family: var(--serif);
  letter-spacing: -.02em;
  text-wrap: pretty;
  color: #fff;
  margin: 0 0 20px;
  font-weight: 700;
  line-height: 1.1;
}

.h2-hero__title em {
  color: var(--blue);
  font-style: normal;
}

.h2-hero__meta {
  color: #ffffffb8;
  max-width: 60ch;
  margin-bottom: 28px;
  font-size: 16px;
  line-height: 1.55;
}

.h2-hero__cta {
  color: #fff;
  background: #0080ba;
  border: none;
  border-radius: 8px;
  align-self: flex-start;
  align-items: center;
  gap: 6px;
  padding: 12px 28px;
  font-size: 14px;
  font-weight: 600;
  transition: all .2s;
  display: inline-flex;
}

.h2-hero__cta:hover {
  background: #006694;
}

.h2-hero__dots {
  z-index: 3;
  justify-content: center;
  gap: 10px;
  display: flex;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
}

.h2-hero__dot {
  cursor: pointer;
  background: #ffffff40;
  border: none;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  padding: 0;
  transition: background .4s, transform .4s;
}

.h2-hero__dot--active {
  background: #fff;
  transform: scale(1.2);
}

.h2-hero__img {
  aspect-ratio: 16 / 9;
  border-radius: 16px;
  align-self: center;
  width: 100%;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 16px #00020b0f;
}

.h2-hero__img:after {
  display: none;
}

.h2-hero__img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.h2-ticker {
  max-width: var(--w);
  margin: 0 auto;
  padding: 32px 24px 0;
}

.h2-ticker__label {
  font-family: var(--narrow);
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--ink-60);
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
}

.h2-ticker__grid {
  background: var(--ink-10);
  border-radius: 10px;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  display: grid;
  overflow: hidden;
}

.h2-ticker__item {
  background: var(--white);
  padding: 14px 16px;
  transition: background .15s;
}

.h2-ticker__item:hover {
  background: var(--ice);
}

.h2-ticker__item-title {
  margin-bottom: 6px;
  font-size: 13.5px;
  font-weight: 600;
  line-height: 1.35;
}

.h2-ticker__item-meta {
  color: var(--ink-60);
  font-size: 12px;
}

.h2-newsletter {
  background: var(--ink);
  color: var(--white);
  margin-top: 48px;
}

.h2-newsletter__inner {
  max-width: var(--w);
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 48px;
  margin: 0 auto;
  padding: 56px 24px;
  display: grid;
}

.h2-newsletter__badge {
  font-family: var(--narrow);
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #0080ba;
  margin-bottom: 14px;
  font-size: 12px;
  font-weight: 700;
}

.h2-newsletter__title {
  font-family: var(--sans);
  letter-spacing: -.01em;
  margin-bottom: 16px;
  font-size: clamp(24px, 2.6vw, 34px);
  font-weight: 600;
  line-height: 1.15;
}

.h2-newsletter__preview {
  flex-direction: column;
  gap: 10px;
  list-style: none;
  display: flex;
}

.h2-newsletter__preview li {
  color: #ffffffb3;
  padding-left: 16px;
  font-size: 14px;
  line-height: 1.5;
  position: relative;
}

.h2-newsletter__preview li:before {
  content: "";
  background: #0080ba;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 8px;
  left: 0;
}

.h2-newsletter__form-title {
  font-family: var(--sans);
  margin-bottom: 8px;
  font-size: 22px;
  font-weight: 500;
}

.h2-newsletter__form-desc {
  color: #ffffff80;
  margin-bottom: 20px;
  font-size: 13px;
}

.h2-newsletter__form-row {
  gap: 8px;
  display: flex;
}

.h2-newsletter__input {
  color: var(--white);
  font-family: var(--sans);
  background: #ffffff0f;
  border: 1px solid #ffffff26;
  border-radius: 8px;
  outline: none;
  flex: 1;
  padding: 12px 16px;
  font-size: 14px;
  transition: border-color .2s;
}

.h2-newsletter__input::placeholder {
  color: #ffffff4d;
}

.h2-newsletter__input:focus {
  border-color: var(--blue);
}

.h2-newsletter__btn {
  color: #fff;
  font-family: var(--sans);
  cursor: pointer;
  white-space: nowrap;
  background: #0080ba;
  border: none;
  border-radius: 8px;
  padding: 12px 24px;
  font-size: 13px;
  font-weight: 700;
  transition: background .2s;
}

.h2-newsletter__btn:hover {
  background: #006694;
}

.h2-newsletter__social {
  color: #ffffff8c;
  margin-top: 12px;
  font-size: 12px;
}

.h2-newsletter__success {
  color: #fffc;
  padding: 12px 0;
  font-size: 14px;
}

.h2-nl-modal__overlay {
  z-index: 9000;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background: #00020bbf;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
  position: fixed;
  inset: 0;
}

.h2-nl-modal__box {
  width: 100%;
  max-width: 480px;
  color: var(--white);
  font-family: var(--sans);
  background: #0d1117;
  border: 1px solid #ffffff1a;
  border-radius: 16px;
  padding: 36px 32px 28px;
  position: relative;
}

.h2-nl-modal__close {
  color: #ffffff80;
  cursor: pointer;
  background: none;
  border: none;
  border-radius: 6px;
  padding: 4px 8px;
  font-size: 24px;
  line-height: 1;
  transition: color .2s;
  position: absolute;
  top: 14px;
  right: 16px;
}

.h2-nl-modal__close:hover {
  color: var(--white);
}

.h2-nl-modal__icon {
  color: #0080ba;
  margin-bottom: 16px;
}

.h2-nl-modal__title {
  letter-spacing: -.01em;
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 600;
}

.h2-nl-modal__email {
  color: #0080ba;
  word-break: break-all;
  margin-bottom: 16px;
  font-size: 13px;
  font-weight: 600;
}

.h2-nl-modal__body {
  color: #fff9;
  margin-bottom: 20px;
  font-size: 13px;
  line-height: 1.6;
}

.h2-nl-modal__check-label {
  color: #fffc;
  cursor: pointer;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 24px;
  font-size: 13px;
  line-height: 1.5;
  display: flex;
}

.h2-nl-modal__checkbox {
  accent-color: #0080ba;
  cursor: pointer;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  margin-top: 2px;
}

a.h2-nl-modal__link {
  color: #0080ba;
  text-underline-offset: 2px;
  text-decoration: underline;
  transition: color .2s;
}

a.h2-nl-modal__link:hover {
  color: #00a0e0;
}

.h2-nl-modal__actions {
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
  display: flex;
}

.h2-nl-modal__btn-confirm {
  color: #fff;
  min-width: 140px;
  font-family: var(--sans);
  cursor: pointer;
  background: #0080ba;
  border: none;
  border-radius: 8px;
  flex: 1;
  padding: 12px 20px;
  font-size: 13px;
  font-weight: 700;
  transition: background .2s;
}

.h2-nl-modal__btn-confirm:hover:not(:disabled) {
  background: #006694;
}

.h2-nl-modal__btn-confirm:disabled {
  opacity: .45;
  cursor: not-allowed;
}

.h2-nl-modal__btn-cancel {
  color: #ffffff8c;
  font-family: var(--sans);
  cursor: pointer;
  background: none;
  border: 1px solid #ffffff26;
  border-radius: 8px;
  padding: 12px 20px;
  font-size: 13px;
  font-weight: 600;
  transition: border-color .2s, color .2s;
}

.h2-nl-modal__btn-cancel:hover {
  color: #ffffffd9;
  border-color: #fff6;
}

.h2-nl-modal__legal {
  color: #ffffff59;
  border-top: 1px solid #ffffff14;
  padding-top: 16px;
  font-size: 11px;
  line-height: 1.5;
}

.h2-week {
  max-width: var(--w);
  margin: 0 auto;
  padding: 56px 24px 0;
}

.h2-section-label {
  font-family: var(--narrow);
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--ink-60);
  margin-bottom: 16px;
  font-size: 12px;
  font-weight: 700;
}

.h2-section-title {
  font-family: var(--sans);
  letter-spacing: -.01em;
  margin-bottom: 32px;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.15;
}

.h2-week__grid {
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  display: grid;
}

.h2-week__card {
  border-radius: 10px;
  transition: box-shadow .2s, transform .2s;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 3px #0a16280f;
}

.h2-week__card:after {
  content: "";
  z-index: 1;
  background: #ffffffd9 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%230080BA' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14'/%3E%3Cpath d='M13 6l6 6-6 6'/%3E%3C/svg%3E") center no-repeat;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  transition: transform .2s, background-color .2s;
  position: absolute;
  top: 12px;
  right: 12px;
  box-shadow: 0 2px 6px #0000001a;
}

.h2-week__card:hover:after {
  background-color: #fff;
  transform: scale(1.1);
}

.h2-week__card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px #00020b14;
}

.h2-week__card-img {
  aspect-ratio: 16 / 10;
  background: var(--sky);
  overflow: hidden;
}

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

.h2-week__card-body {
  padding: 14px 16px;
}

.h2-week__card-date {
  font-family: var(--narrow);
  color: var(--ink);
  text-transform: uppercase;
  letter-spacing: .3px;
  margin-bottom: 12px;
  font-size: 13px;
  font-weight: 600;
}

.h2-week__card-title {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
}

.h2-magazine {
  max-width: var(--w);
  background: #f0f4f8;
  border-radius: 14px;
  margin: 48px auto 0;
  padding: 48px 40px;
}

.h2-magazine__inner {
  grid-template-columns: 300px 1fr;
  align-items: start;
  gap: 48px;
  display: grid;
}

.h2-magazine__cover {
  border-radius: 4px 10px 10px 4px;
  width: 100%;
  transition: transform .4s;
  overflow: hidden;
  box-shadow: 6px 10px 30px #00020b26;
}

.h2-magazine__cover:hover {
  transform: scale(1.02);
}

.h2-magazine__cover img {
  width: 100%;
  display: block;
}

.h2-magazine__right-label {
  font-family: var(--narrow);
  text-transform: uppercase;
  letter-spacing: .5px;
  color: var(--ink-50);
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 600;
}

.h2-magazine__right-title {
  font-family: var(--sans);
  color: var(--ink);
  letter-spacing: -.02em;
  margin: 0 0 16px;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.1;
}

.h2-magazine__tema {
  font-family: var(--sans);
  color: var(--blue);
  margin: 0 0 16px;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.35;
}

.h2-magazine__portada {
  color: var(--ink-80);
  margin: 0 0 12px;
  font-size: 20px;
  line-height: 1.5;
}

.h2-magazine__portada strong {
  color: var(--ink);
  font-weight: 400;
}

.h2-magazine__highlights {
  flex-direction: column;
  gap: 8px;
  margin: 0 0 24px;
  list-style: none;
  display: flex;
}

.h2-magazine__highlights li {
  color: var(--ink-80);
  padding-left: 16px;
  font-size: 16px;
  line-height: 1.5;
  position: relative;
}

.h2-magazine__highlights li:before {
  content: "";
  background: var(--blue);
  border-radius: 50%;
  width: 5px;
  height: 5px;
  position: absolute;
  top: 7px;
  left: 0;
}

.h2-btn-outline {
  color: var(--blue);
  border: 1.5px solid var(--blue);
  border-radius: 8px;
  align-items: center;
  gap: 6px;
  padding: 10px 24px;
  font-size: 14px;
  font-weight: 600;
  transition: all .2s;
  display: inline-flex;
}

.h2-btn-outline:hover {
  background: var(--blue);
  color: var(--white);
}

.h2-ssws {
  background: var(--ink);
  color: var(--white);
  margin-top: 64px;
  overflow: hidden;
  box-shadow: 0 14px 24px -4px #00020b73;
}

.h2-ssws__inner {
  max-width: var(--w);
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 40px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
}

.h2-ssws__media {
  aspect-ratio: 16 / 10;
  margin: 0 -24px 0 0;
  position: relative;
  overflow: hidden;
}

.h2-ssws__media video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.h2-ssws__media:after {
  content: "";
  background: linear-gradient(to right, var(--ink) 0%, transparent 40%);
  position: absolute;
  inset: 0;
}

.h2-ssws__content {
  padding: 56px 0;
}

.h2-ssws__badge {
  font-family: var(--narrow);
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #0080ba;
  margin-bottom: 14px;
  font-size: 12px;
  font-weight: 700;
}

.h2-ssws__title {
  font-family: var(--sans);
  letter-spacing: -.01em;
  margin-bottom: 10px;
  font-size: clamp(24px, 2.6vw, 36px);
  font-weight: 600;
  line-height: 1.12;
}

.h2-ssws__title em {
  color: #0080ba;
  font-style: italic;
}

.h2-ssws__meta {
  color: #0080ba;
  letter-spacing: .3px;
  margin-bottom: 14px;
  font-size: 13px;
  font-weight: 600;
}

.h2-ssws__desc {
  color: #fff9;
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 1.6;
}

.h2-btn-gold {
  color: var(--white);
  background: var(--orange);
  border-radius: 8px;
  align-items: center;
  gap: 6px;
  padding: 12px 28px;
  font-size: 13px;
  font-weight: 700;
  transition: background .2s;
  display: inline-flex;
}

.h2-btn-gold:hover {
  background: #d04618;
}

.h2-podcast {
  max-width: var(--w);
  margin: 0 auto;
  padding: 64px 24px 0;
}

.h2-podcast__inner {
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 40px;
  display: grid;
}

.h2-podcast__thumb {
  aspect-ratio: 16 / 9;
  background: var(--ink);
  border-radius: 12px;
  position: relative;
  overflow: hidden;
}

.h2-podcast__thumb img {
  object-fit: cover;
  opacity: .85;
  width: 100%;
  height: 100%;
}

.h2-podcast__play {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0;
}

.h2-podcast__play-btn {
  background: #ffffffe6;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  transition: transform .2s;
  display: flex;
}

.h2-podcast__thumb:hover .h2-podcast__play-btn {
  transform: scale(1.08);
}

.h2-podcast__play-btn svg {
  margin-left: 3px;
}

.h2-webinars {
  background: var(--ice);
  margin-top: 64px;
  padding: 56px 0;
  box-shadow: 0 12px 20px -6px #00020b40;
}

.h2-webinars__inner {
  max-width: var(--w);
  margin: 0 auto;
  padding: 0 24px;
}

.h2-webinars__stats {
  gap: 40px;
  margin-bottom: 32px;
  display: flex;
}

.h2-webinars__stat-n {
  font-family: var(--serif);
  color: #0080ba;
  font-size: clamp(28px, 3vw, 38px);
  line-height: 1;
}

.h2-webinars__stat-l {
  color: var(--ink-50);
  text-transform: lowercase;
  margin-top: 2px;
  font-size: 12px;
}

.h2-webinars__grid {
  grid-template-columns: 1.1fr 1fr;
  align-items: start;
  gap: 32px;
  display: grid;
}

.h2-webinars__thumb {
  aspect-ratio: 16 / 9;
  background: var(--ink);
  border-radius: 12px;
  overflow: hidden;
}

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

.h2-webinars__form {
  background: var(--white);
  border: 1px solid var(--ink-10);
  border-radius: 12px;
  padding: 28px;
}

.h2-webinars__form h3 {
  font-family: var(--sans);
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 500;
}

.h2-webinars__form-group {
  margin-bottom: 10px;
}

.h2-webinars__form-input {
  border: 1px solid var(--ink-10);
  width: 100%;
  font-family: var(--sans);
  border-radius: 8px;
  outline: none;
  padding: 10px 14px;
  font-size: 13px;
  transition: border-color .2s;
}

.h2-webinars__form-input:focus {
  border-color: var(--blue);
}

.h2-webinars__form-input::placeholder {
  color: var(--ink-25);
}

.h2-webinars__form-submit {
  background: var(--blue);
  width: 100%;
  color: var(--white);
  font-family: var(--sans);
  cursor: pointer;
  border: none;
  border-radius: 8px;
  margin-top: 4px;
  padding: 12px;
  font-size: 13px;
  font-weight: 700;
  transition: background .2s;
}

.h2-webinars__form-submit:hover {
  background: var(--blue-d);
}

.h2-club {
  max-width: var(--w);
  text-align: center;
  margin: 0 auto;
  padding: 56px 24px;
}

.h2-club__marquee {
  margin: 24px 0;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(to right, #0000, #000 5% 95%, #0000);
  mask-image: linear-gradient(to right, #0000, #000 5% 95%, #0000);
}

.h2-club__track {
  gap: 16px;
  width: max-content;
  animation: 60s linear infinite marquee;
  display: flex;
}

.h2-club__marquee:hover .h2-club__track {
  animation-play-state: paused;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.h2-club__logo {
  border: 1px solid var(--ink-10);
  background: var(--white);
  filter: grayscale() opacity(.6);
  border-radius: 8px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 64px;
  padding: 8px;
  transition: filter .3s;
  display: flex;
}

.h2-club__logo:hover {
  filter: grayscale(0%) opacity();
}

.h2-club__logo img {
  object-fit: contain;
  max-width: 85%;
  max-height: 44px;
}

.h2-club__link {
  color: var(--blue);
  font-size: 13px;
  font-weight: 600;
}

.h2-comercial {
  color: var(--white);
  background: linear-gradient(170deg, #00020b 0%, #041a30 50%, #00020b 100%);
  padding: 72px 0;
  position: relative;
  overflow: hidden;
}

.h2-comercial:before {
  content: "";
  pointer-events: none;
  background: radial-gradient(circle, #0080ba14, #0000 65%);
  border-radius: 50%;
  width: 500px;
  height: 500px;
  position: absolute;
  top: -30%;
  right: -10%;
}

.h2-comercial:after {
  content: "";
  pointer-events: none;
  background: radial-gradient(circle, #e8531f0f, #0000 65%);
  border-radius: 50%;
  width: 400px;
  height: 400px;
  position: absolute;
  bottom: -20%;
  left: -8%;
}

.h2-comercial__inner {
  max-width: var(--w);
  z-index: 1;
  margin: 0 auto;
  padding: 0 24px;
  position: relative;
}

.h2-comercial__header {
  text-align: center;
  margin-bottom: 48px;
}

.h2-comercial__badge {
  font-family: var(--narrow);
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #0080ba;
  margin-bottom: 14px;
  font-size: 12px;
  font-weight: 700;
}

.h2-comercial__title {
  font-family: var(--sans);
  letter-spacing: -.01em;
  margin-bottom: 10px;
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 600;
  line-height: 1.12;
}

.h2-comercial__title em {
  color: #0080ba;
  font-style: italic;
}

.h2-comercial__subtitle {
  color: #ffffff80;
  max-width: 520px;
  margin: 0 auto;
  font-size: 15px;
}

.h2-comercial__numbers {
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-bottom: 48px;
  display: grid;
}

.h2-comercial__num {
  text-align: center;
  background: #ffffff0a;
  border: 1px solid #ffffff0f;
  border-radius: 12px;
  padding: 24px 12px;
}

.h2-comercial__num-value {
  font-family: var(--serif);
  color: #0080ba;
  font-size: clamp(32px, 3.5vw, 44px);
  font-weight: 700;
  line-height: 1.1;
}

.h2-comercial__num-label {
  color: #ffffff73;
  letter-spacing: .2px;
  margin-top: 6px;
  font-size: 12px;
}

.h2-comercial__cols {
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-bottom: 48px;
  display: grid;
}

.h2-comercial__card {
  border: 1px solid #ffffff0f;
  border-left: 3px solid var(--blue);
  background: #ffffff0a;
  border-radius: 12px;
  padding: 28px;
}

.h2-comercial__card h3 {
  font-family: var(--serif);
  margin-bottom: 14px;
  font-size: 18px;
  font-weight: 600;
}

.h2-comercial__card-row {
  border-bottom: 1px solid #ffffff0f;
  justify-content: space-between;
  align-items: baseline;
  padding: 6px 0;
  display: flex;
}

.h2-comercial__card-row:last-child {
  border-bottom: none;
}

.h2-comercial__card-label {
  color: #fff9;
  font-size: 13px;
}

.h2-comercial__card-value {
  color: #0080ba;
  font-size: 14px;
  font-weight: 600;
}

.h2-comercial__linkedin {
  border: 1px solid #ffffff0f;
  border-left: 3px solid var(--blue);
  background: #ffffff0a;
  border-radius: 12px;
  padding: 28px;
}

.h2-comercial__linkedin h3 {
  font-family: var(--serif);
  margin-bottom: 6px;
  font-size: 18px;
  font-weight: 600;
}

.h2-comercial__linkedin h3 em {
  color: #0080ba;
  font-style: italic;
}

.h2-comercial__linkedin-desc {
  color: #ffffff80;
  margin-bottom: 16px;
  font-size: 13px;
  line-height: 1.6;
}

.h2-comercial__countries {
  flex-wrap: wrap;
  gap: 6px;
  display: flex;
}

.h2-comercial__country {
  font-family: var(--narrow);
  color: #ffffffb3;
  background: #ffffff14;
  border: 1px solid #ffffff0f;
  border-radius: 16px;
  padding: 5px 12px;
  font-size: 12px;
}

.h2-comercial__cta {
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  display: flex;
}

.h2-comercial__form {
  max-width: 480px;
  margin: 0 auto;
}

.h2-comercial__form-title {
  font-family: var(--serif);
  text-align: center;
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 600;
}

.h2-comercial__form-desc {
  color: #fff6;
  text-align: center;
  margin-bottom: 20px;
  font-size: 13px;
}

.h2-comercial__form-grid {
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 10px;
  display: grid;
}

.h2-comercial__form-input {
  width: 100%;
  color: var(--white);
  font-family: var(--sans);
  background: #ffffff0d;
  border: 1px solid #ffffff1f;
  border-radius: 8px;
  outline: none;
  padding: 11px 14px;
  font-size: 13px;
  transition: border-color .2s;
}

.h2-comercial__form-input::placeholder {
  color: #ffffff40;
}

.h2-comercial__form-input:focus {
  border-color: var(--blue);
}

.h2-comercial__form-input--full {
  grid-column: 1 / -1;
}

.h2-comercial__form-actions {
  gap: 12px;
  margin-top: 14px;
  display: flex;
}

.h2-comercial__form-submit {
  background: var(--orange);
  color: var(--white);
  font-family: var(--sans);
  cursor: pointer;
  border: none;
  border-radius: 8px;
  flex: 1;
  padding: 13px;
  font-size: 13px;
  font-weight: 700;
  transition: background .2s;
}

.h2-comercial__form-submit:hover {
  background: #d04618;
}

.h2-comercial__form-mediakit {
  color: var(--white);
  font-family: var(--sans);
  cursor: pointer;
  text-align: center;
  background: none;
  border: 1px solid #fff3;
  border-radius: 8px;
  flex: 1;
  justify-content: center;
  align-items: center;
  gap: 6px;
  padding: 13px;
  font-size: 13px;
  font-weight: 600;
  transition: all .2s;
  display: inline-flex;
}

.h2-comercial__form-mediakit:hover {
  border-color: var(--white);
}

.h2-comercial__contact {
  text-align: center;
  color: #ffffff4d;
  margin-top: 20px;
  font-size: 12px;
}

.h2-comercial__contact a {
  color: #0080ba;
  font-weight: 600;
}

@media (max-width: 900px) {
  .h2-comercial__numbers {
    grid-template-columns: repeat(2, 1fr);
  }

  .h2-comercial__cols {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  .h2-comercial__form-grid {
    grid-template-columns: 1fr;
  }

  .h2-comercial__form-actions {
    flex-direction: column;
  }
}

.h2-footer {
  background: var(--ink);
  color: var(--white);
  border-top: 3px solid var(--blue);
  margin-top: 0;
}

.h2-footer__inner {
  max-width: var(--w);
  text-align: center;
  margin: 0 auto;
  padding: 40px 24px 24px;
}

.h2-footer__logo {
  filter: brightness(0) invert();
  height: 40px;
  margin-bottom: 20px;
}

.h2-footer__links {
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-bottom: 24px;
  display: flex;
}

.h2-footer__links a {
  color: #ffffff80;
  font-size: 13px;
  transition: color .15s;
}

.h2-footer__links a:hover {
  color: var(--white);
}

.h2-footer__copy {
  color: #ffffff8c;
  font-size: 12px;
}

@media (max-width: 900px) {
  .h2-hero__inner {
    grid-template-columns: 1fr;
    gap: 36px;
    padding: 32px 24px 56px;
  }

  .h2-hero__body {
    max-width: none;
  }

  .h2-hero__img {
    aspect-ratio: 16 / 9;
  }

  .h2-ticker__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .h2-newsletter__inner {
    grid-template-columns: 1fr;
  }

  .h2-week__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .h2-magazine__inner {
    text-align: center;
    grid-template-columns: 1fr;
  }

  .h2-magazine__cover {
    max-width: 240px;
    margin: 0 auto;
  }

  .h2-magazine__right-title {
    font-size: 22px;
  }

  .h2-ssws__inner {
    grid-template-columns: 1fr;
  }

  .h2-ssws__media {
    display: none;
  }

  .h2-podcast__inner, .h2-webinars__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .h2-hero {
    height: auto;
    min-height: 320px;
  }

  .h2-hero__inner {
    gap: 24px;
    padding: 28px 20px 48px;
  }

  .h2-hero__title {
    -webkit-line-clamp: 3;
    margin-bottom: 14px;
    font-size: clamp(22px, 5.5vw, 30px);
  }

  .h2-hero__meta {
    margin-bottom: 20px;
    font-size: 14px;
  }

  .h2-hero__badge {
    margin-bottom: 14px;
    font-size: 10px;
  }

  .h2-hero__cta {
    padding: 10px 22px;
    font-size: 13px;
  }

  .h2-hero__img {
    border-radius: 12px;
    height: 200px;
  }

  .h2-hero__dots {
    gap: 8px;
    bottom: 14px;
  }

  .h2-hero__dot {
    width: 8px;
    height: 8px;
  }

  .h2-section-title {
    margin-bottom: 20px;
    font-size: 28px;
  }

  .h2-ticker {
    padding: 24px 16px 0;
  }

  .h2-ticker__grid {
    grid-template-columns: 1fr 1fr;
  }

  .h2-ticker__item {
    padding: 12px 14px;
  }

  .h2-ticker__item-title {
    font-size: 13px;
  }

  .h2-newsletter {
    margin-top: 32px;
  }

  .h2-newsletter__inner {
    gap: 32px;
    padding: 40px 20px;
  }

  .h2-newsletter__title {
    font-size: 22px;
  }

  .h2-newsletter__form-row {
    flex-direction: column;
  }

  .h2-newsletter__input {
    width: 100%;
  }

  .h2-newsletter__btn {
    text-align: center;
    width: 100%;
  }

  .h2-newsletter__form-title {
    font-size: 18px;
  }

  .h2-week {
    padding: 40px 16px 0;
  }

  .h2-week__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .h2-week__card-body {
    padding: 12px 14px;
  }

  .h2-magazine {
    margin: 32px 16px 0;
    padding: 32px 20px;
  }

  .h2-magazine__inner {
    gap: 24px;
  }

  .h2-magazine__cover {
    max-width: 200px;
  }

  .h2-magazine__right-title {
    font-size: 20px;
  }

  .h2-magazine__tema {
    font-size: 18px;
  }

  .h2-magazine__portada {
    font-size: 16px;
  }

  .h2-magazine__highlights li {
    font-size: 14px;
  }

  .h2-ssws {
    margin-top: 40px;
  }

  .h2-ssws__content {
    padding: 36px 0;
  }

  .h2-ssws__title {
    font-size: 22px;
  }

  .h2-ssws__desc {
    margin-bottom: 20px;
    font-size: 14px;
  }

  .h2-podcast {
    padding: 40px 16px 0;
  }

  .h2-podcast__inner {
    gap: 24px;
  }

  .h2-podcast__play-btn {
    width: 48px;
    height: 48px;
  }

  .h2-podcast__play-btn svg {
    width: 18px;
    height: 18px;
  }

  .h2-webinars {
    margin-top: 40px;
    padding: 40px 0;
  }

  .h2-webinars__inner {
    padding: 0 16px;
  }

  .h2-webinars__stats {
    flex-wrap: wrap;
    gap: 20px;
  }

  .h2-webinars__form {
    padding: 20px;
  }

  .h2-webinars__form h3 {
    font-size: 18px;
  }

  .h2-club {
    padding: 40px 16px;
  }

  .h2-club__logo {
    width: 100px;
    height: 52px;
  }

  .h2-comercial {
    padding: 48px 0;
  }

  .h2-comercial__inner {
    padding: 0 16px;
  }

  .h2-comercial__title {
    font-size: 24px;
  }

  .h2-comercial__numbers {
    gap: 12px;
    margin-bottom: 32px;
  }

  .h2-comercial__num {
    padding: 16px 8px;
  }

  .h2-comercial__num-value {
    font-size: clamp(26px, 7vw, 34px);
  }

  .h2-comercial__num-label {
    font-size: 11px;
  }

  .h2-comercial__cols {
    gap: 24px;
    margin-bottom: 32px;
  }

  .h2-comercial__card, .h2-comercial__linkedin {
    padding: 20px;
  }

  .h2-comercial__form-title {
    font-size: 18px;
  }
}

@media (max-width: 480px) {
  .h2-hero {
    min-height: auto;
  }

  .h2-hero__inner {
    padding: 24px 16px 40px;
  }

  .h2-hero__title {
    font-size: 22px;
  }

  .h2-hero__meta {
    font-size: 13px;
  }

  .h2-hero__img {
    border-radius: 10px;
    height: 170px;
  }

  .h2-section-title {
    margin-bottom: 16px;
    font-size: 24px;
  }

  .h2-section-label {
    margin-bottom: 10px;
    font-size: 10px;
  }

  .h2-ticker__grid {
    grid-template-columns: 1fr;
  }

  .h2-newsletter__inner {
    gap: 24px;
    padding: 32px 16px;
  }

  .h2-newsletter__title {
    font-size: 20px;
  }

  .h2-newsletter__preview li {
    font-size: 13px;
  }

  .h2-newsletter__form-title {
    font-size: 16px;
  }

  .h2-week__card:after {
    width: 24px;
    height: 24px;
    top: 10px;
    right: 10px;
  }

  .h2-magazine {
    border-radius: 12px;
    margin: 24px 12px 0;
    padding: 24px 16px;
  }

  .h2-magazine__right-title {
    font-size: 18px;
  }

  .h2-magazine__tema {
    font-size: 16px;
  }

  .h2-magazine__portada {
    font-size: 15px;
  }

  .h2-ssws__content {
    padding: 28px 0;
  }

  .h2-ssws__title {
    font-size: 20px;
  }

  .h2-ssws__meta {
    font-size: 12px;
  }

  .h2-podcast__play-btn {
    width: 42px;
    height: 42px;
  }

  .h2-comercial {
    padding: 36px 0;
  }

  .h2-comercial__header {
    margin-bottom: 32px;
  }

  .h2-comercial__title {
    font-size: 22px;
  }

  .h2-comercial__subtitle {
    font-size: 14px;
  }

  .h2-comercial__numbers {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .h2-comercial__card h3, .h2-comercial__linkedin h3 {
    font-size: 16px;
  }

  .h2-comercial__form-grid {
    grid-template-columns: 1fr;
  }

  .h2-comercial__form-actions {
    flex-direction: column;
  }

  .h2-comercial__country {
    padding: 4px 10px;
    font-size: 10px;
  }
}

.h2-rv {
  opacity: 0;
  transition: opacity .5s ease-out, transform .5s ease-out;
  transform: translateY(20px);
}

.h2-rv.visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .h2-rv {
    opacity: 1;
    transition: none;
    transform: none;
  }

  .h2-club__track {
    animation: none;
  }
}

noscript + .h2-rv, .no-js .h2-rv {
  opacity: 1;
  transform: none;
}

.h2-nav__hamburger {
  cursor: pointer;
  background: none;
  border: none;
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  margin-left: 12px;
  padding: 4px;
  display: none;
  position: relative;
}

.h2-nav__hamburger span, .h2-nav__hamburger span:before, .h2-nav__hamburger span:after {
  background: var(--ink);
  border-radius: 1px;
  width: 100%;
  height: 1.5px;
  transition: transform .25s, opacity .2s;
  display: block;
}

.h2-nav__hamburger span:before, .h2-nav__hamburger span:after {
  content: "";
  width: calc(100% - 8px);
  position: absolute;
  left: 4px;
}

.h2-nav__hamburger span:before {
  top: 8px;
}

.h2-nav__hamburger span:after {
  bottom: 8px;
}

.h2-nav__hamburger.open span {
  background: none;
}

.h2-nav__hamburger.open span:before {
  top: 50%;
  transform: translateY(-50%)rotate(45deg);
}

.h2-nav__hamburger.open span:after {
  top: 50%;
  bottom: auto;
  transform: translateY(-50%)rotate(-45deg);
}

.h2-nav__drawer {
  z-index: 999;
  background: #0006;
  display: none;
  position: fixed;
  inset: 0;
}

.h2-nav__drawer.open {
  display: block;
}

.h2-nav__drawer-panel {
  background: var(--white);
  flex-direction: column;
  width: 260px;
  height: 100%;
  padding: 64px 0 24px;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  overflow-y: auto;
  box-shadow: -4px 0 24px #0000001f;
}

.h2-nav__drawer-link {
  color: var(--ink-60);
  border-bottom: 1px solid var(--ink-10);
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 600;
  transition: background .15s;
}

.h2-nav__drawer-link:hover {
  background: var(--ice);
}

.h2-nav__drawer-divider {
  background: var(--ink-10);
  height: 1px;
  margin: 8px 24px;
}

.h2-nav__drawer-label {
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--ink-25);
  padding: 12px 24px 4px;
  font-size: 12px;
  font-weight: 700;
}

@media (max-width: 900px) {
  .h2-nav__links, .h2-nav__club {
    display: none;
  }

  .h2-nav__hamburger {
    display: block;
  }
}

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