@import url("https://fonts.googleapis.com/css2?family=Cascadia+Code:ital,wght@0,200..700;1,200..700&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");

/* Boceto SUMMIT 2025 – estilos base (skeleton) */
:root {
  --brand-blue: #1bbcfb;
  --brand-dark: #0f2436;
  --accent: #00aaf8;
  --accent-2: #ffb100;
  --brand-purple: #9c27b0;
  --purple-soft: #f7eefb;
  --bg-soft: #eef6ff;
  --card-1: #ffb84d;
  --card-2: #9be2ff;
}

.text_azul {
  color: var(--brand-blue);
}

/* --- Reasons (¿Por qué asistir?) --- */
.reasons {
  padding: 20px 24px;
  scroll-margin-top: 80px;
  background-color: #e9f3ff99;
}

.reasons__container {
  max-width: 1340px;
  margin: 40px auto 20px;
  padding: 0 16px;
  scroll-margin-top: 80px;
  /* Offset para navbar sticky */
}

/* ------------------------ Banner ---------------------- */
/* ---------------- CONTENEDOR PRINCIPAL ---------------- */

.banner {
  position: relative;
  width: 100%;
  height: 360px;
  overflow: hidden;
}

.banner-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

/* ---------------- CONTENIDO DEL BANNER ---------------- */
.banner-content {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-left: 210px;
  margin-top: 50px;
}

/* ---------------- COLUMNA IZQUIERDA ---------------- */
.left {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 500px;
}

.left-logo {
  width: 350px;
}

.btn-small {
  background: white;
  color: #003787;
  padding: 8px 20px;
  font-size: 15px;
  font-weight: bold;
  border-radius: 10px;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  width: 320px;
  height: 40px;
  transform: translateY(-25px);
  display: flex;
  align-items: center;
  gap: 5px;
}

/* ---------------- DIVISOR CENTRAL ---------------- */
.divider {
  display: flex;
  justify-content: center;
  align-items: center;
}

.divider-img {
  height: 160px;
  width: 2px;
  object-fit: contain;
}

/* ---------------- COLUMNA DERECHA ---------------- */
.right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 650px;
  height: 180px;
}

.right-top p {
  margin: 0;
  color: white;
}

.t1 {
  font-size: 22px;
  margin-bottom: 5px;
}

.t2 {
  font-size: 38px;
  font-weight: bold;
  margin-bottom: 5px;
}

.t3 {
  font-size: 24px;
}

/* ---------------- BOTÓN DERECHO ---------------- */
.right-bottom {
  display: flex;
  justify-content: end;
}

.btn-primary {
  background-color: white !important;
  color: #003787;
  padding: 12px 40px;
  font-size: 16px;
  font-weight: bold;
  border-radius: 25px;
  width: 250px !important;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
}

.banner-content,
.left,
.right {
  position: relative;
  z-index: 10;
}

.banner-content {
  position: relative;
  z-index: 20;
}

.btn-primary,
.btn-small {
  position: relative;
  z-index: 30;
}

@media (max-width: 1024px) {
  .banner {
    height: auto;
    padding-bottom: 30px;
  }

  .banner-content {
    margin-left: 40px;
  }

  .left-logo {
    width: 280px;
  }

  .right {
    width: 100%;
  }

  .t2 {
    font-size: 45px;
  }

  .t3 {
    font-size: 30px;
  }
}

@media (max-width: 768px) {
  .banner {
    height: auto;
  }

  .banner-bg {
    height: 100%;
    object-fit: cover;
  }

  .banner-content {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-left: 0;
    margin-top: 30px;
    padding: 20px;
    text-align: center;
  }

  .left,
  .right {
    width: 100%;
    align-items: center;
    text-align: center;
  }

  .left-logo {
    width: 220px;
  }

  .btn-small {
    transform: none;
    margin-top: 10px;
    width: 320px;
    transform: translateY(-30px);
  }

  .t1 {
    font-size: 20px;
  }

  .t2 {
    font-size: 32px !important;
    transform: none !important;
  }

  .t3 {
    font-size: 22px !important;
    transform: none !important;
  }

  .right-bottom {
    justify-content: center;
  }

  .btn-primary {
    width: 220px !important;
    padding: 10px 30px;
  }
}

@media (max-width: 480px) {

  .left-logo {
    width: 180px;
  }

  .t1 {
    font-size: 18px;
  }

  .t2 {
    font-size: 26px !important;
  }

  .t3 {
    font-size: 20px !important;
  }

  .btn-primary {
    width: 200px !important;
  }
}

@media (max-width: 1890px) {
  .banner-content {
    margin-left: 0;
    justify-content: center;
    gap: 50px;
  }

  .separadorV {
    margin-right: 0px !important;
  }

  .separadorH {
    transform: translateX(-80px) !important;
  }

  .right {
    width: 650px;
  }

  .left {
    width: auto;
  }
}

@media (max-width: 1400px) {
  .banner-content {
    margin-left: 0;
    justify-content: center;
  }

  .left,
  .right {
    width: auto;
  }

  .separadorV {
    margin-right: 0px !important;
    margin-left: 100px !important;
  }

  .separadorH {
    transform: translateX(-80px) !important;
  }

  .right-bottom {
    transform: translateX(-80px);
  }
}

@media (max-width: 1300px) {

  .separadorH,
  .separadorV {
    display: none;
  }

  .right-bottom {
    transform: translateX(0px);
  }
}

@media (max-width: 946px) {
  .right {
    width: 60%;
    height: auto;
  }

  .separadorH,
  .separadorV {
    display: none;
  }

  .t1 {
    font-size: 20px;
  }

  .t2 {
    font-size: 32px !important;
    transform: none !important;
  }

  .t3 {
    font-size: 22px !important;
    transform: none !important;
  }

  .btn-primary {
    width: 200px !important;
    padding: 10px 25px;
    font-size: 14px;
  }

  .left-logo {
    width: 260px;
  }

  .banner-content {
    gap: 40px;
    margin-left: 20px;
  }
}

@media (max-width: 700px) {
  .banner-content {
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-left: 0;
    padding: 20px;
  }

  .left,
  .right {
    width: 100%;
    align-items: center;
    text-align: center;
  }

  .left-logo {
    width: 200px;
  }

  .btn-small {
    transform: none;
    margin-top: 10px;
    width: 320px;
    transform: translateY(-25px);
  }

  .separadorH,
  .separadorV {
    display: none;
  }

  .t1 {
    font-size: 18px;
  }

  .t2 {
    font-size: 26px !important;
  }

  .t3 {
    font-size: 20px !important;
  }

  .btn-primary {
    width: 200px !important;
    font-size: 14px;
  }
}

.btn-primary:hover,
.btn-small:hover {
  background-color: #003787 !important;
  color: white !important;
}

/*----------------------------------------------------------------*/

* {
  box-sizing: border-box;
}

html {
  height: 100%;
  scroll-behavior: smooth;
}

html,
body {
  min-height: 100%;
}

body {
  margin: 0;
  font-family: "Open Sans", sans-serif;
  color: var(--brand-dark);
  background: #ffffff;
  min-height: 100vh;
}

/* Banner superior (imagen)*/
.banner {
  width: 100%;
  background: #004EA6;
  margin-top: 63px;
}

/* Hero SUMMIT */
.hero {
  background: var(--bg-soft);
  border-left: 0.6rem solid #cfe8ff;
}

.hero__inner {
  max-width: 1340px;
  margin: 0 auto;
  padding: 28px 20px;
}

.hero__title {
  margin: 0;
  font-size: 42px;
  letter-spacing: 0.5px;
  color: var(--brand-blue);
}

.hero__subtitle {
  margin: 4px 0 0;
  font-size: 18px;
  opacity: 0.8;
}

/* -------------------------Layout principal ---------------------------------*/
.layout {
  max-width: 1340px;
  margin: 50px auto 10px auto;
  padding: 0 20px;
  display: grid;
  gap: 32px;
  grid-template-columns: 1fr 604px;
  /* ensancha columna derecha para que los temas ocupen 2 líneas */
  scroll-margin-top: 80px;
  /* Offset para navbar sticky */
}

/* Columna izquierda */
.lead {
  min-width: 430px;
  max-width: 517px;
}

.lead__title {
  font-family: Open Sans;
  font-weight: 700;
  font-size: 48px;
  line-height: 44px;
  /* margin: 0 0 14px; */
}

.lead__rolling {
  display: inline-block;
  margin-top: -6px;
}

.lead__rolling-number {
  font-weight: 700;
  margin-right: 6px;
}

.lead__rolling-word {
  display: inline-block;
  font-weight: 700;
}

@keyframes leadRollingSwap {
  0% {
    transform: translateY(0);
    opacity: 1;
  }

  40% {
    transform: translateY(-70%);
    opacity: 0;
  }

  60% {
    transform: translateY(70%);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.lead__word--rolling {
  animation: leadRollingSwap 480ms ease;
}

.accent {
  color: var(--accent);
}

.lead__desc {
  margin: 20px 0 20px;
  font-family: Open Sans;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}

.lead__separator {
  display: inline-block;
  width: 40px;
  height: 4px;
  border-radius: 2px;
  background: var(--brand-blue);
  margin: 10px 0 12px;
}

.lead__cert {
  font-family: Open Sans;
  font-weight: 700;
  font-style: Bold;
  font-size: 17px;
  line-height: 22.16px;
  letter-spacing: 0%;
  margin-bottom: 20px;
}

.btn {
  display: inline-block;
  background-color: white;
  color: 004EA6;
  border: 1px solid white;
  text-decoration: none;
  padding: 10px 16px;
  border-radius: 999px;
}

.btn:hover {
  background-color: white;
  color: #004EA6;
}

.btn_inscribete {
  width: 290px;
  height: 49px;
  margin-bottom: 10px;
  border-radius: 64px;
  color: #004EA6;

  border: 1px solid #004EA6;
  font-family: Open Sans;
  font-weight: 700;
  font-size: 18.05px;
  line-height: 23.21px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn_inscribete:hover {
  color: white;
  background-color: #004EA6;
}

/* Columna derecha – speakers */
.speakers {
  display: grid;
  scroll-margin-top: 80px;
  /* Offset para navbar sticky */
  width: 100%;
  height: auto;
  min-width: 0;
  max-width: 604px;
  gap: 8px;
}

.speaker-card {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 16px;
  align-items: start;
}

.speaker-card__body {
  display: flex;
  flex-direction: column;
  height: 150px;
  transform: translateY(21px);
  justify-content: center;
}

.speaker-card__media {
  height: 199px;
  display: block;
  overflow: hidden;
}

.speaker-card__media img {
  width: 220px;
  height: 199px;
}

.speaker-card__name {
  margin: 0 0 6px;
  font-family: Open Sans;
  font-weight: 700;
  font-style: Bold;
  font-size: 23.04px;
  line-height: 25px;
}

.speaker-card__topic {
  margin: 0 0 10px;
  font-family: Open Sans;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 20px;
  display: block;
}

@media (max-width: 1024px) {

  .layout {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin: 60px auto;
    padding: 0 16px;
  }

  .lead__title {
    font-size: 40px;
    line-height: 46px;
  }

  .lead__desc {
    font-size: 15px;
  }

  .speaker-card {
    grid-template-columns: 180px 1fr;
  }

  .speaker-card__media img {
    width: 180px;
    height: 165px;
  }

  .speaker-card__body {
    transform: translateY(10px);
  }
}

@media (max-width: 900px) {
  .speakers-container {
    transform: scale(0.95);
    transform-origin: top center;
  }
}

@media (max-width: 768px) {

  .layout {
    grid-template-columns: 1fr;
    gap: 48px;
    margin: 40px auto;
  }

  .lead {
    min-width: unset;
    max-width: 100%;
    text-align: center;
  }

  .lead__title {
    font-size: 34px;
    line-height: 40px;
  }

  .lead__separator {
    margin-left: auto;
    margin-right: auto;
  }

  .btn_inscribete {
    margin-left: auto;
    margin-right: auto;
  }

  .speakers {
    max-width: 100%;
    display: grid;
    gap: 24px;
  }

  .speaker-card {
    grid-template-columns: 1fr;
    text-align: center;
    justify-items: center;
  }

  .speaker-card__media img {
    width: 200px;
    height: auto;
  }

  .speaker-card__body {
    transform: translateY(0);
    align-items: center;
  }
}

@media (max-width: 780px) {
  .speakers-container {
    transform: scale(0.85);
  }
}

@media (max-width: 680px) {
  .speakers-container {
    transform: scale(0.75);
  }
}

@media (max-width: 600px) {
  .speakers {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    text-align: center;
  }

  .speaker img {
    max-width: 70%;
  }
}

@media (max-width: 480px) {

  .lead__title {
    font-size: 28px;
    line-height: 32px;
  }

  .lead__desc {
    font-size: 14px;
  }

  .lead__cert {
    font-size: 15px;
  }

  .btn_inscribete {
    width: 100%;
    height: 46px;
    font-size: 16px;
  }

  .speaker-card__media img {
    width: 160px;
  }

  .speaker-card__name {
    font-size: 20px;
  }

  .speaker-card__topic {
    font-size: 15px;
  }
}

/*----------------------------------------------------------------------------------------- */
.session {
  margin: 0;
  font-weight: 600;
  color: var(--accent);
}

/* Sesión — layout con icono y partes */
.session {
  display: flex;
  align-items: center;
  gap: 10px;
  color: inherit;
  font-weight: 400;
}

.session .session__icon,
.session-icon {
  /* compatibilidad temporal si existe en HTML */
  width: 26px;
  height: 26px;
  flex: 0 0 26px;
}

.session .session__label {
  color: var(--brand-blue);
  font-family: Open Sans;
  font-style: normal;
  font-size: 20px;
  line-height: 18px;
}

.session .session__date {
  color: var(--brand-blue);
  font-weight: 700;
  font-size: 20px;
}

.session .session__sep {
  margin: 0 6px 0 4px;
  color: #111;
  font-weight: 700;
}

.session .session__time {
  color: #111;
  font-weight: 700;
  font-size: 20px;
}

/* Footer */
.footer {
  max-width: 1340px;
  margin: 30px auto 40px;
  padding: 0 20px;
  opacity: 0.6;
}

/* Responsivo: ajustes progresivos */
@media (max-width: 1024px) {
  .layout {
    grid-template-columns: 1fr 420px;
    /* acorta la columna derecha */
  }
}

@media (max-width: 768px) {
  .layout {
    grid-template-columns: 1fr;
    /* apilar en una columna */
    gap: 24px;
    margin: 24px auto;
    padding: 0 12px;
    /* reduce espacio blanco lateral */
  }

  .lead {
    min-width: auto;
  }
}

/* Evita desplazamiento horizontal por desbordes en móviles */
html,
body {
  overflow-x: hidden;
}

/* Ajustes específicos para pantallas muy pequeñas (<= 375px) */
@media (max-width: 375px) {
  .layout {
    padding: 0 10px;
    /* reduce el margen lateral */
  }

  .lead {
    max-width: 100%;
    width: 100%;
  }

  .lead__title {
    font-size: 34px;
    line-height: 38px;
    overflow-wrap: break-word;
    /* permite cortar palabras largas si es necesario */
    hyphens: auto;
    /* activa guionado automático en español */
  }

  .lead__desc {
    font-size: 14px;
    line-height: 18px;
  }

  .btn_inscribete {
    width: 100%;
    /* ocupa el ancho disponible sin desbordar */
    max-width: 320px;
    /* límite cómodo para móviles muy pequeños */
  }
}

/* Franja azul superior con menú integrado */
.topbar {
  width: 100%;
  background: var(--brand-blue);
  position: fixed;
  /* mantener fija en la parte superior en todo momento */
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}

.topbar__container {
  max-width: 1340px;
  margin: 0 auto;
  padding: 0 20px;
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  /* para posicionar el menú móvil absoluto */
}

.topbar img {
  height: 48px;
  width: auto;
}

/* Menu dentro del topbar: hereda clases del navbar */
.topbar .navbar__menu {
  gap: 16px;
}

.topbar .navbar__link {
  color: #fff;
}

.topbar .navbar__link:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
}

.topbar .navbar__link--cta {
  background: transparent;
  color: #fff;
  box-shadow: none;
}

.topbar .navbar__toggle-icon {
  background: #fff;
}

/* ===== NAVBAR / MENU DE NAVEGACION ===== */
.navbar {
  background: #fff;
  border-bottom: 1px solid #e5e7eb;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  position: sticky;
  top: 0;
  z-index: 999;
}

.navbar__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 64px;
  position: relative;
}

.navbar__menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
}

.navbar__item {
  margin: 0;
}

.navbar__link {
  display: inline-block;
  padding: 10px 16px;
  color: var(--brand-dark);
  text-decoration: none;
  font-weight: 500;
  font-size: 15px;
  border-radius: 6px;
  transition: all 0.2s ease;
  position: relative;
}

.navbar__link:hover {
  color: var(--brand-blue);
  background: rgba(27, 188, 251, 0.08);
}

.navbar__link--cta {
  background: var(--brand-blue);
  color: #fff;
  font-weight: 600;
  box-shadow: 0 2px 4px rgba(27, 188, 251, 0.2);
}

.navbar__link--cta:hover {
  background: var(--accent);
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 4px 8px rgba(27, 188, 251, 0.3);
}

/* Compensación de la barra fija en la parte superior */
body {
  padding-top: 64px;
  /* altura mínima del topbar */
}

/* Botón toggle para móvil */
.navbar__toggle {
  display: none;
  flex-direction: column;
  gap: 4px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 8px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.navbar__toggle-icon {
  width: 24px;
  height: 2px;
  background: var(--brand-dark);
  border-radius: 2px;
  transition: all 0.3s ease;
}

/* Responsive: Menú móvil */
@media (max-width: 768px) {
  .navbar__toggle {
    display: flex;
  }

  .topbar .navbar__link {
    color: black;
  }

  .topbar .navbar__link:hover {
    color: var(--brand-blue);
  }

  .navbar__menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 12px 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.3s ease;
    pointer-events: none;
  }

  .navbar__menu[aria-expanded="true"] {
    max-height: 500px;
    opacity: 1;
    pointer-events: all;
  }

  .navbar__item {
    width: 100%;
    border-bottom: 1px solid #f0f0f0;
  }

  .navbar__item:last-child {
    border-bottom: none;
  }

  .navbar__link {
    display: block;
    width: 100%;
    padding: 14px 16px;
    border-radius: 0;
  }

  .navbar__link--cta {
    margin-top: 8px;
    border-radius: 8px;
    text-align: center;
  }

  /* Animación del icono hamburguesa */
  .navbar__toggle[aria-expanded="true"] .navbar__toggle-icon:nth-child(1) {
    transform: rotate(45deg) translate(6px, 6px);
  }

  .navbar__toggle[aria-expanded="true"] .navbar__toggle-icon:nth-child(2) {
    opacity: 0;
  }

  .navbar__toggle[aria-expanded="true"] .navbar__toggle-icon:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
  }
}

@media (max-width: 480px) {
  .navbar__container {
    padding: 0 16px;
  }

  .navbar__link {
    font-size: 14px;
    padding: 12px 14px;
  }
}

.title_form {
  font-family: Open Sans;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 25px;
  line-height: 30px;
  letter-spacing: -4%;
  text-align: center;
}

/* Separador vertical entre columnas */

.signup-form {
  width: 100%;
  max-width: 480px;
  background: #f8fbff;
  /* fondo suave para el bloque del formulario */
  border: 1px solid #dbeafe;
  /* borde claro */
  border-radius: 12px;
  padding: 18px 18px 20px;
  box-shadow: 0 2px 8px rgba(9, 58, 134, 0.06);
}

.signup-form__title {
  margin: 0 0 12px;
  text-align: center;
  font-weight: 700;
  font-size: 22px;
  color: var(--brand-blue);
}

.signup-form__body {
  min-height: 120px;
}

/*---------------------------------------------------------------------------------*/

.countdown--signup {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 20px;
}

.countdown__form {
  width: 600px;
  height: 500px;
  background: white;
  border-radius: 20px;
  padding: 30px 20px;

  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;

  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.title_form {
  display: block;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
  color: #00a0e3;
}

.countdown__form iframe {
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 12px;
}

@media (max-width: 768px) {

  .countdown__form {
    width: 90%;
    height: 500px;
    padding: 20px;
  }

  .countdown__form iframe {
    height: 700px;
  }

  .title_form {
    font-size: 24px;
  }
}

@media (max-width: 480px) {

  .countdown__form {
    width: 100%;
    padding: 15px;
    border-radius: 12px;
  }

  .countdown__form iframe {
    height: 650px;
  }

  .title_form {
    font-size: 22px;
  }
}

/* ==========================
   Sección: Dos sesiones magistrales
   ========================== */
.sessions {
  padding: 100px 24px;
  scroll-margin-top: 80px;
  /* Offset para navbar sticky */
  background-color: #e9f3ff99;
}

.sessions__inner {
  max-width: 1340px;
  margin: 0 auto;
}

.sessions__title {
  font-family: Open Sans;
  font-weight: 700;
  font-style: Bold;
  font-size: 39.81px;
  line-height: 43px;
  text-align: center;
  margin-bottom: 28px;
}

.sessions__title .accent-blue {
  color: var(--brand-blue);
}

.sessions__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
}

.session-card {
  display: flex;
  flex-direction: column;
  /* background: #fff; */
  border-radius: 14px;
  padding: 22px 22px 26px;
  height: 100%;
  min-height: 0;
}

.session-card__label {
  display: inline-block;
  border-radius: 999px;
  padding: 6px 12px;
  font-size: 12px;
  margin-bottom: 12px;
  color: white;
  font-family: Open Sans;
  font-weight: 700;
  font-style: Bold;
  font-size: 18.13px;
  line-height: 19.67px;
  letter-spacing: -4%;
}

.session-card__text--green {
  color: #003787;
}

.session-card__text--orange {
  color: #007BFF;
}

.session-card__label--orange {
  background: #007BFF;
}

.session-card__label--green {
  background: #003787;
}

.session-card__title {
  font-family: Open Sans;
  font-weight: 700;
  font-style: Bold;
  font-size: 33.18px;
  line-height: 39px;
  margin: 4px 0 6px;
}

.session-card__subtitle {
  font-family: Open Sans;
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 6px;
}

.session-card__meta {
  font-family: Open Sans;
  font-weight: 700;
  font-style: Bold;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 10px;
}

.session-card__bullets_claro {
  list-style: none;
  padding: 0;
  margin: 0 0 12px 0;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 27px;
}

.session-card__bullets_claro li {
  display: grid;
  grid-template-columns: 16px 1fr;
  gap: 8px;
  align-items: start;
  margin: 6px 0;
}

.session-card__bullets_claro li::before {
  content: "";
  display: inline-block;
  /* importante */
  width: 16px;
  height: 16px;
  background-image: url("../img/Check-oscuro.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-top: 4px;
}

.session-card__bullets_oscuro {
  list-style: none;
  padding: 0;
  margin: 0 0 12px 0;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 27px;
}

.session-card__bullets_oscuro li {
  display: grid;
  grid-template-columns: 16px 1fr;
  gap: 8px;
  align-items: start;
  margin: 6px 0;
}

.session-card__bullets_oscuro li::before {
  content: "";
  display: inline-block;
  /* importante */
  width: 16px;
  height: 16px;
  background-image: url("../img/Check-azul.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-top: 4px;
}

.session-card__desc {
  font-family: Open Sans;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 14px;
  padding-bottom: 15px;
}

.session-card__learn {
  font-family: Open Sans;
  font-weight: 700;
  font-style: Bold;
  font-size: 23.04px;
  line-height: 25px;
  margin: 8px 0 10px;
}

.session-card__list {
  margin: 0;
  padding-left: 0;
  list-style: none;
  counter-reset: accordion-counter;
}

.session-card__list>li {
  margin-bottom: 14px;
  counter-increment: accordion-counter;
  position: relative;
}

.session-card__list>li::before {
  content: counter(accordion-counter) ".";
  position: absolute;
  left: 0;
  top: 12px;
  font-weight: 700;
  width: 24px;
  line-height: 24px;
  height: 24px;
  display: block;
  pointer-events: none;
  z-index: 1;
}

.session-card__profile-photo img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.session-card__profile,
.session-card__profile-info,
.session-card__profile-content {
  overflow: visible;
  flex-wrap: wrap;
}

@media (max-width: 1039px) {

  .leaders__grid {
    grid-template-columns: 1fr !important;
    gap: 40px;
  }

  .leader-card {
    max-width: 700px;
    margin: 0 auto;
  }

  .session-card__profile {
    flex-direction: column;
    gap: 20px;
    align-items: center !important;
  }

  .session-card__profile-info {
    flex-direction: column;
    text-align: center;
  }

  .session-card__profile-content {
    text-align: center;
  }

  .session-card__xp-list {
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
    text-align: left;
  }
}

@media (max-width: 900px) {

  .leaders__grid {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }

  .leader-card {
    transform: scale(0.95);
    transform-origin: top center;
  }

  .session-card__profile-photo img {
    max-width: 250px;
  }

  .session-card__profile-content {
    font-size: 0.95rem;
  }
}

@media (max-width: 750px) {

  .leader-card {
    transform: scale(0.88);
  }

  .session-card__profile-photo img {
    max-width: 220px;
  }

  .session-card__profile-title {
    font-size: 1.3rem;
  }
}

@media (max-width: 600px) {

  .leader-card {
    transform: scale(1);
    width: 100%;
  }

  .session-card__profile {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .session-card__profile-info {
    flex-direction: column;
    align-items: center;
  }

  .session-card__profile-photo img {
    max-width: 180px;
  }

  .session-card__profile-content {
    text-align: center;
    font-size: 0.95rem;
  }

  .session-card__xp-list {
    text-align: left;
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
  }
}

@media (max-width: 450px) {

  .session-card__profile-photo img {
    max-width: 150px;
  }

  .session-card__profile-title {
    font-size: 1.1rem;
  }

  .session-card__profile-subtitle {
    font-size: 0.85rem;
  }

  .session-card__xp-list li {
    font-size: 0.85rem;
  }
}

/*----------------------------------------------------------------*/

/* Colores de números según el tema */
.session-card__list-title--orange>li::before {
  color: #007BFF;
}

.session-card__list-title--green>li::before {
  color: #003787;
}

.session-card__list-title {
  font-family: Open Sans;
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
  line-height: 20px;
}

.session-card__list-title--green {
  color: #003787;
}

.session-card__list-title--orange {
  color: #007BFF;
}

.session-card__list-title--orange ul,
.session-card__list-title--green ul {
  color: black;
}

.session-card__list ul {
  margin: 6px 0 0 18px;
}

.session-card__list ul li {
  margin: 4px 0;
  opacity: 0.9;
}

/* ===== ACCORDION STYLES ===== */
.session-accordion__item {
  margin-bottom: 12px;
  border-bottom: 1px solid #e5e7eb;
}

.session-accordion__button {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 12px 0 12px 28px;
  background: none;
  border: none;
  text-align: left;
  cursor: pointer;
  font-family: inherit;
  transition: all 0.2s ease;
  position: relative;
  min-height: 24px;
}

.session-accordion__button:hover {
  opacity: 0.8;
}

.session-accordion__button .session-card__list-title {
  flex: 1;
  margin: 0;
  padding-right: 16px;
  line-height: 24px;
  display: inline-block;
}

/* Mantener colores de los títulos según el tema */
.session-card__list-title--orange .session-accordion__button .session-card__list-title,
.session-accordion__button .session-card__list-title {
  color: inherit;
}

.session-card__list-title--orange .session-accordion__button .session-card__list-title {
  color: #007BFF;
}

.session-card__list-title--green .session-accordion__button .session-card__list-title {
  color: #003787;
}

.session-accordion__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  font-size: 20px;
  font-weight: 700;
  transition: transform 0.3s ease;
  flex-shrink: 0;
}

.session-accordion__button[aria-expanded="true"] .session-accordion__icon {
  transform: rotate(45deg);
}

.session-accordion__content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  padding: 0 0 0 0;
}

.session-accordion__button[aria-expanded="true"]+.session-accordion__content {
  max-height: 1000px;
  padding: 0 0 12px 0;
}

.session-accordion__content ul {
  margin: 0;
  padding-left: 18px;
  list-style: disc;
}

.session-accordion__content ul li {
  margin: 4px 0;
  opacity: 0.9;
}


/* Mensaje destacado dentro de la tarjeta de sesión */
.session-card__note {
  margin: 12px 0 18px;
  padding: 16px 24px;
  border-radius: 20px;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  background: linear-gradient(180deg, #f0f6f2 0%, #eef6f0 100%);
  border: 2px solid #d6ead6;
}

.session-card__note--green {
  border-color: #003787;
}

.session-card__note--orange {
  border-color: #007BFF;
}

/* Responsive sesiones */
@media (max-width: 900px) {
  .sessions {
    padding: 10px 18px;
  }

  .sessions__title {
    font-size: 24px;
  }

  .sessions__grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .bonus {
    padding: 40px 18px;
  }

  .bonus__title {
    font-size: 24px;
    margin-bottom: 24px;
  }

  .bonus__card {
    padding: 24px !important;
  }

  .bonus__eyebrow-row {
    flex-direction: column;
  }

  .testimonials__author {
    flex-direction: column;
  }

  .bonus__card-title {
    font-size: 22px;
  }

  .session-card {
    padding: 18px;
  }

  .session-card__title {
    font-size: 20px;
  }

  .session-card__subtitle {
    font-size: 13px;
  }

  .session-card__desc {
    font-size: 12.5px;
  }

  .challenge__inner {
    padding-bottom: 80px;
  }
}

/* ==========================
   Sección: Líderes (Expertos)
   ========================== */
.leaders {
  padding: 100px 24px 100px;
}

.leaders__inner {
  max-width: 1340px;
  margin: 0 auto;
}

.leaders__title {
  font-family: Open Sans;
  font-weight: 700;
  font-style: Bold;
  font-size: 39.81px;
  line-height: 43px;
  letter-spacing: -4%;
  text-align: center;
  margin: 0 0 24px;
}

.leaders__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
}

.leader-card {
  background: transparent;
  border-radius: 16px;
  padding: 8px;
}

.leader-card--green .session-card__profile__sesion2,
.leader-card--orange .session-card__profile__sesion1 {
  border-radius: 16px;
}

@media (max-width: 900px) {
  .leaders__grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .leaders__title {
    font-size: 24px;
  }
}

/* Perfil dentro de tarjeta */
.session-card__content {
  height: auto;
  flex: 0 0 auto;
}

.session-card__profile-info {
  display: flex;
  flex-direction: row;
  gap: 15px;
}

.session-card__profile-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
  min-height: 0;
}

/* Estructura para alinear secciones del perfil */
.session-card__profile-content>.session-card__profile-text:first-of-type {
  min-height: 50px;
  margin: 0 0 16px 0;
}

.session-card__profile-highlight {
  font-family: Open Sans;
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0%;

  min-height: 24px;
  display: flex;
  align-items: center;
}

/* Sección Respaldo Profesional - altura fija para alinear */
.session-card__profile-content>.session-card__profile-highlight:first-of-type {
  margin: 0 0 6px 0;
}

.session-card__profile-content>.session-card__profile-highlight:first-of-type+.session-card__xp-list {
  min-height: 240px;
  margin: 0 0 20px 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

/* Sección Respaldo Académico - altura fija y alineada */
/* Asegurar que el título "Respaldo Académico:" esté exactamente a la misma altura */
/* Altura total hasta aquí: 50px (texto) + 16px (margen) + 24px (título) + 6px (margen) + 240px (lista) + 20px (margen) = 356px */
.session-card__profile-content>.session-card__profile-highlight:nth-of-type(2) {
  margin: 0 0 6px 0;
}

.session-card__profile-content>.session-card__profile-highlight:nth-of-type(2)+.session-card__xp-list {
  /*min-height: 180px;*/
  /*margin: 0 0 20px 0;*/
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

/* Sección "Su especialidad" - altura fija */
.session-card__profile-content>.session-card__profile-text:last-of-type {
  min-height: 70px;
  margin-top: auto;
  /* display: flex;
  align-items: flex-start; */
  font-family: Open Sans;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0%;
}

.session-card__profile {
  display: flex;
  flex-direction: column;
  padding: 20px;
  gap: 16px;
  align-items: start;
  flex: 1;
  min-height: 0;
}

.session-card__profile__sesion1 {
  border-radius: 15px;
  /* border: 1px solid rgba(254, 172, 8, 0); */
  background: linear-gradient(180deg,
      rgba(255, 255, 255, 0) 0%,
      #d3e8ff 100%);
}

.session-card__profile__sesion2 {
  border-radius: 15px;
  /* border: 1px solid rgba(112, 193, 0, 0); */
  background: linear-gradient(180deg,
      rgba(255, 255, 255, 0) 0%,
      #d3e8ff 100%);
}

.session-card__profile-photo {
  place-items: center;
  overflow: hidden;
}

.session-card__profile-photo img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.session-card__profile-title {
  font-family: Open Sans;
  font-weight: 700;
  font-style: Bold;
  font-size: 27.65px;
  line-height: 31px;
  letter-spacing: -4%;
  margin: 0 0 4px;
}

.session-card__profile-subtitle {
  width: 90%;
  font-family: Open Sans;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0%;

  margin: 0 0 10px;
}

.session-card__profile-text {
  font-family: Open Sans;
  font-weight: 700;
  font-style: Bold;
  font-size: 23.04px;
  line-height: 25px;
  letter-spacing: -4%;

  margin: 10px 0;
}

.text-comunidad-activa {
  font-family: Open Sans;
  font-weight: 400;
  font-style: Regular;
  font-size: 23.04px;
  line-height: 25px;
  letter-spacing: -4%;
}

.session-card__profile-highlight {
  margin: 10px 0 6px;
}

.session-card__xp-list {
  list-style: none;
  padding: 0;
  margin: 0 0 0 0;
  font-family: Open Sans;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0%;
  height: 145px;
}

.session-card__xp-list li {
  position: relative;
  padding-left: 24px;
  margin: 6px 0;
}

.session-card__xp-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 16px;
  height: 16px;
  background-image: url("../img/Check-oscuro.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.session-card__xp-list li.--green::before {
  color: #003787;
}

.session-card__xp-list li.--orange::before {
  /* Usar check amarillo para las listas de experiencia de la sesión naranja */
  background-image: url("../img/Check-azul.svg");
}

@media (max-width: 1249px) {
  .session-card__xp-list {
    margin-bottom: 15px;
  }
}

@media (max-width: 1035px) {
  .session-card__xp-list {
    margin-bottom: 15px;
  }
}

@media (max-width: 900px) {
  .session-card__profile {
    grid-template-columns: 1fr;
  }

  .session-card__profile-photo {
    height: auto;
  }

  .session-card__profile-title {
    font-size: 16px;
  }

  .session-card__content {
    height: initial;
  }

  .session-card__profile-info {
    flex-direction: column;
  }

  .quote__mark {
    display: none;
  }

  .navbar {
    display: none;
  }

  .session-card__xp-list {
    height: initial;
  }
}

/* ===== Sticky Footer ===== */
body {
  padding-bottom: 64px;
  /* espacio para footer fijo */
}

.site-footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #000;
  color: #fff;
  text-align: center;
  padding: 14px 20px;
  z-index: 1000;
}

.site-footer__content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 12px;
  font-size: 14px;
  line-height: 1.4;
}

.container-banner {
  max-width: 1400px;
  margin: 0 auto;
  background: white;
}

.grid-container {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-auto-rows: 160px;
  gap: 0;
}

.box {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  position: relative;
}

/* Fila superior */
.box1 {
  grid-column: 1 / 2;
  background: linear-gradient(135deg, #ffa500 0%, #ff8c00 100%);
}

.box2 {
  grid-column: 3 / 4;
  background: #2c3e7f;
}

.box3 {
  grid-column: 4 / 5;
  background: #00a0e3;
}

.box4 {
  grid-column: 5 / 6;
  background: #87ceeb;
}

.box5 {
  grid-column: 6 / 7;
  background: linear-gradient(135deg, #ff9500 0%, #ffa500 100%);
}

.box6 {
  grid-column: 7 / 8;
  background: linear-gradient(135deg, #7cb342 0%, #9ccc65 100%);
}

.box7 {
  grid-column: 8 / 10;
  background: linear-gradient(135deg, #00a0e3 0%, #0288d1 100%);
}

/* Fila inferior */
.box8 {
  grid-column: 1 / 2;
  background: #00a0e3;
}

.box9 {
  grid-column: 2 / 3;
  background: linear-gradient(135deg, #ff9500 0%, #ffa500 100%);
}

.box10 {
  grid-column: 3 / 4;
  background: #2c3e7f;
}

.box11 {
  grid-column: 4 / 5;
  background: #00a0e3;
}

.box12 {
  grid-column: 5 / 8;
  background: white;
  padding: 40px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.box13 {
  grid-column: 8 / 10;
  background: linear-gradient(135deg, #e3f2fd 0%, #bbdefb 100%);
}

/* Iconos placeholder */
.icon {
  width: 80px;
  height: 80px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 10px;
}

/* Contenido del texto */
.text-content h1 {
  font-size: 3.5em;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1;
}

.text-content .blue {
  color: #00a0e3;
}

.text-content .black {
  color: #000;
}

.text-content p {
  color: #333;
  font-size: 1.1em;
  margin-top: 10px;
}

/* Responsive */
@media (max-width: 1024px) {
  .grid-container {
    grid-template-columns: repeat(4, 1fr);
  }

  .box1 {
    grid-column: 1 / 2;
  }

  .box2 {
    grid-column: 3 / 4;
  }

  .box3 {
    grid-column: 4 / 5;
  }

  .box4 {
    grid-column: 1 / 2;
    grid-row: 2;
  }

  .box5 {
    grid-column: 2 / 3;
    grid-row: 2;
  }

  .box6 {
    grid-column: 3 / 4;
    grid-row: 2;
  }

  .box7 {
    grid-column: 4 / 5;
    grid-row: 2;
  }

  .box8 {
    grid-column: 1 / 2;
    grid-row: 3;
  }

  .box9 {
    grid-column: 2 / 3;
    grid-row: 3;
  }

  .box10 {
    grid-column: 3 / 4;
    grid-row: 3;
  }

  .box11 {
    grid-column: 4 / 5;
    grid-row: 3;
  }

  .box12 {
    grid-column: 1 / 5;
    grid-row: 4;
  }

  .box13 {
    grid-column: 1 / 5;
    grid-row: 5;
  }
}

@media (max-width: 768px) {
  .text-content h1 {
    font-size: 2em;
  }

  .text-content p {
    font-size: 0.9em;
  }
}

/* ==========================
   Sección: Respaldo ContaPyme
   ========================== */
.backing {
  padding: 100px 24px;
  background: #ffffff;
}

.backing__inner {
  max-width: 1340px;
  margin: 0 auto;
  text-align: center;
}

.backing__title {
  font-family: Open Sans;
  font-weight: 700;
  font-size: 39px;
  line-height: 38px;
  margin: 0 0 8px;
}

.backing__title .accent-blue {
  color: var(--brand-blue);
}

.backing__subtitle {
  font-size: 16px;
  color: #5c6b7a;
  margin: 0 0 24px;
}

.backing__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
}

.backing-card {
  border-radius: 18px;
  padding: 22px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 0;
  color: #fff;
}

.backing-card--light {
  background: #00acfc;
  /* azul claro */
}

.backing-card--blue {
  background: #007fe7;
  /* azul vivo */
}

.backing-card--dark {
  background: #0f3880;
  /* azul oscuro */
}

.backing-card__icon {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.backing-card__icon img {
  max-width: 143px;
  height: 129px;
}

.backing-card__headline {
  font-family: Open Sans;
  font-weight: 700;
  font-style: Bold;
  font-size: 23.04px;
  line-height: 25px;
  letter-spacing: -4%;
  text-align: center;
  margin: 6px 0 4px;
}

.backing-card__desc {
  font-family: Open Sans;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0%;
  text-align: center;
  margin: 0;
  opacity: 0.9;
  text-align: center;
}

@media (max-width: 900px) {
  .backing {
    padding: 30px 18px;
  }

  .backing__title {
    font-size: 24px;
  }

  .backing__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

/* ==========================
   Sección: Éxito al Azar (CTA)
   ========================== */
.success-cta {
  padding: 100px 24px;
}

.success-cta__inner {
  max-width: 1340px;
  margin: 0 auto;
  background: #073b7b;
  /* azul profundo */
  border-radius: 18px;
  display: grid;
  grid-template-columns: 80px 1fr auto;
  align-items: center;
  gap: 24px;
  padding: 24px;
}

.success-cta__icon {
  width: 80px;
  height: 80px;
  border-radius: 16px;
  background: #ffaa00;
  /* bloque naranja detrás del ícono */
  display: flex;
  align-items: center;
  justify-content: center;
}

.success-cta__icon img {
  width: 48px;
  height: auto;
}

.success-cta__title {
  color: #ffffff;
  font-size: 26px;
  font-weight: 800;
  margin: 0 0 6px 0;
}

.success-cta__title .accent {
  color: var(--accent);
}

.success-cta__desc {
  color: #e8f1ff;
  margin: 0;
  line-height: 1.6;
}

.success-cta__button {
  display: inline-block;
  padding: 10px 16px;
  border-radius: 999px;
  background: var(--accent);
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  white-space: nowrap;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

@media (max-width: 900px) {
  .success-cta__inner {
    grid-template-columns: 70px 1fr auto;
    gap: 16px;
  }
}

@media (max-width: 768px) {
  .success-cta {
    padding: 18px 12px;
  }

  .success-cta__inner {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 14px;
  }

  .success-cta__icon {
    margin: 0 auto;
  }

  .success-cta__button {
    justify-self: center;
  }
}

/*------------------- PROMO CONGELADOS --------------------*/
/* FREEZE SCREEN */

#freeze-screen {
  position: fixed;
  inset: 0;
  background: radial-gradient(circle,
      rgba(200, 240, 255, .6),
      rgba(174, 211, 250, .9));
  backdrop-filter: blur(6px);
  z-index: 10000;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  overflow: hidden;
}

#freeze-screen.active {
  opacity: 1;
  pointer-events: all;
  animation: freezeIn 1.2s ease-out forwards;
}

@keyframes freezeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* COPOS INDIVIDUALES */

#freeze-screen .snowflake {
  position: absolute;
  background: url("../img/CopoN.svg") no-repeat center / contain;
  pointer-events: none;
  animation: snowFloat 7s ease-in-out infinite;
}

#freeze-screen .snow-1 {
  top: 10%;
  left: 6%;
  width: 140px;
  height: 140px;
}

#freeze-screen .snow-2 {
  top: 14%;
  right: 8%;
  width: 180px;
  height: 180px;
  animation-duration: 9s;
}

#freeze-screen .snow-3 {
  bottom: 12%;
  left: 10%;
  width: 120px;
  height: 120px;
  animation-duration: 8s;
}

#freeze-screen .snow-4 {
  bottom: 10%;
  right: 12%;
  width: 160px;
  height: 160px;
  animation-duration: 10s;
}

#freeze-screen .snow-5 {
  right: 20%;
  width: 100px;
  height: 100px;
  animation-duration: 10s;
}

#freeze-screen .snow-6 {
  left: 10%;
  width: 100px;
  height: 100px;
  animation-duration: 10s;
}

@keyframes snowFloat {

  0%,
  100% {
    transform: translateY(0) rotate(0deg);
  }

  50% {
    transform: translateY(-14px) rotate(6deg);
  }
}

/* TEXTO CONGELADO CENTRAL */

.freeze-message h1 {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  filter: drop-shadow(0 0 35px rgba(180, 230, 255, .9));
  animation: textBounce 1.2s ease-out forwards;
}

.freeze-message .line-1 {
  display: block;
  font-size: 11.7rem;
  font-weight: 400;
  color: #3579f6;
}

.freeze-message .line-2 {
  display: block;
  font-size: 6.5rem;
  font-weight: 800;
  transform: translateY(-50px);
  color: #ffffff;
}

.freeze-message .line-3 {
  display: inline-block;
  margin-top: 30px;
  padding: 14px 34px;
  font-size: 3.5rem;
  font-weight: 500;
  text-transform: none;
  color: #3579f6;
  background: rgba(220, 240, 255, .95);
  border-radius: 50px;
  box-shadow:
    0 10px 25px rgba(53, 121, 246, .25),
    inset 0 0 12px rgba(255, 255, 255, .6);
  transform: translateY(-80px);
}

/*-------- Responsive Texto y Copos -----------*/

@media (max-width: 1600px) {

  .freeze-message .line-1 {
    font-size: 9.5rem;
  }

  .freeze-message .line-2 {
    font-size: 5.4rem;
  }

  .freeze-message .line-3 {
    font-size: 3rem;
    padding: 12px 30px;
  }

  .snow-1 {
    width: 120px;
    height: 120px;
  }

  .snow-2 {
    width: 150px;
    height: 150px;
  }

  .snow-3 {
    width: 100px;
    height: 100px;
  }

  .snow-4 {
    width: 130px;
    height: 130px;
  }
}

@media (max-width: 1400px) {

  .freeze-message .line-1 {
    font-size: 8rem;
  }

  .freeze-message .line-2 {
    font-size: 4.8rem;
    margin-top: 20px;
  }

  .freeze-message .line-3 {
    font-size: 2.6rem;
    padding: 10px 26px;
  }

  .snow-1,
  .snow-2,
  .snow-3,
  .snow-4 {
    opacity: .8;
  }
}

@media (max-width: 1200px) {

  .freeze-message .line-1 {
    font-size: 6.8rem;
  }

  .freeze-message .line-2 {
    font-size: 4rem;
  }

  .freeze-message .line-3 {
    font-size: 2.2rem;
  }

  .snow-2,
  .snow-4 {
    display: none;
  }
}

@media (max-width: 992px) {

  .freeze-message .line-1 {
    font-size: 5.4rem;
  }

  .freeze-message .line-2 {
    font-size: 3.2rem;
    margin-top: 20px;
  }

  .freeze-message .line-3 {
    font-size: 1.9rem;
    padding: 8px 22px;
  }

  .snowflake {
    opacity: .5;
  }
}

@media (max-width: 768px) {

  .freeze-message .line-1 {
    font-size: 3.6rem;
  }

  .freeze-message .line-2 {
    font-size: 2.4rem;
    transform: translateY(-25px);
  }

  .freeze-message .line-3 {
    font-size: 1.4rem;
    padding: 6px 18px;
    transform: translateY(-60px);
  }

  .snowflake {
    width: 70px !important;
    height: 70px !important;
    opacity: .35;
  }
}


/*---------------------------------------------*/

@keyframes textBounce {
  0% {
    transform: scale(.6);
    opacity: 0;
  }

  70% {
    transform: scale(1.08);
    opacity: 1;
  }

  100% {
    transform: scale(1);
  }
}

/* UNFREEZE */

#freeze-screen.unfreeze {
  animation: unfreeze 1.2s ease-in forwards;
}

@keyframes unfreeze {
  to {
    opacity: 0;
    backdrop-filter: blur(0);
  }
}

/* LOGO FLOAT CONGELADOS */

#congelados-float {
  position: fixed;
  bottom: 25px;
  right: 25px;
  width: 250px;
  height: 250px;
  z-index: 9999;
  opacity: 0;
  transform: scale(.4);
  transition: all .9s ease;
}

#congelados-float.show {
  opacity: 1;
  transform: scale(1);
}

#congelados-float img {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
}

/* Halo de hielo */
.ice-glow {
  position: absolute;
  inset: -18px;
  border-radius: 50%;
  background: radial-gradient(circle,
      rgba(180, 230, 255, .6),
      transparent 70%);
  opacity: 0;
  filter: blur(10px);
  transition: opacity .5s ease;
  z-index: 1;
}

#congelados-float:hover .ice-glow {
  opacity: 1;
}

/* HINT CLICK AQUÍ */

.hint {
  position: absolute;
  top: -55px;
  right: 65px;
  text-align: center;
  animation: hintFloat 1.6s ease-in-out infinite;
}

.hint span {
  font-size: 30px;
  font-weight: 600;
  color: #3579f6;
  letter-spacing: 1px;
}

.arrow {
  width: 2px;
  height: 55px;
  margin: 8px auto 0;
  background: linear-gradient(to bottom,
      rgba(200, 240, 255, .9),
      rgba(200, 240, 255, .1));
}

@keyframes hintFloat {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-12px);
  }
}

/* Hover: ocultar hint */
#congelados-float:hover .hint {
  opacity: 0;
  transform: translateY(18px);
  transition: all .4s ease;
}

/*--------------------- Responsive logo --------------------------*/
@media (max-width: 1720px) {
  #congelados-float {
    width: 200px;
    height: 200px;
  }

  .hint {
    top: -50px;
    right: 45px;
  }

  .hint span {
    font-size: 28px;
  }

  .arrow {
    height: 48px;
  }
}

@media (max-width: 1400px) {
  #congelados-float {
    width: 190px;
    height: 190px;
  }

  .hint {
    top: -40px;
    right: 55px;
  }

  .hint span {
    font-size: 20px;
  }

  .arrow {
    height: 42px;
  }
}

@media (max-width: 1200px) {
  #congelados-float {
    width: 170px;
    height: 170px;
  }

  .hint {
    top: -40px;
    right: 45px;
  }

  .hint span {
    font-size: 20px;
  }

  .arrow {
    height: 36px;
  }
}

@media (max-width: 992px) {
  #congelados-float {
    width: 150px;
    height: 150px;
  }

  .hint {
    top: -50px;
    right: 40px;
  }

  .hint span {
    font-size: 17px;
  }

  .arrow {
    height: 30px;
  }
}

@media (max-width: 768px) {
  #congelados-float {
    width: 150px;
    height: 150px;
    bottom: 15px;
    right: 15px;
  }

  .hint {
    top: -40px;
    right: 40px;
  }

  .hint span {
    font-size: 16px;
  }

  .arrow {
    height: 24px;
  }
}

/* ========================================================= */
/* ESTILOS EXÓGENA (Añadidos para el rediseño) */
/* ========================================================= */

.banner-exogena {
  background: url("../img/banner.svg") center/cover no-repeat;
  min-height: 640px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding-bottom: 30px;
  overflow: hidden;
  margin-top: 50px;
}

.wave-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.wave-bottom::before {
  content: '';
  display: block;
  width: 100%;
  height: 120px;
  background: white;
  border-radius: 100% 50% 0 0 / 100% 100% 0 0;
  position: absolute;
  bottom: -60px;
  left: -10%;
  width: 120%;
  transform: rotate(-3deg);
}

.wave-bottom::after {
  content: '';
  display: block;
  width: 100%;
  height: 150px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 100% 50% 0 0 / 100% 100% 0 0;
  position: absolute;
  bottom: -50px;
  left: 10%;
  width: 120%;
  transform: rotate(5deg);
  z-index: 1;
}

.banner-content-exogena {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  margin: 0 auto;
  color: white;
  width: 100%;
  max-width: 1450px;
  box-sizing: border-box;
  z-index: 2;
  gap: 40px;
}

.banner-text-exogena {
  flex: 1;
  max-width: 600px;
}

.banner-img-exogena {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner-img-exogena img {
  max-width: 847px;
  height: 507px;
  filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.15));
  transform: translateY(30px);
}

.t-curso {
  font-size: 47.78px;
  font-weight: 800;
  margin: 0;
  letter-spacing: 1px;
  color: white;
}

.t-aprende {
  font-size: 31.81px;
  font-weight: 400;
  margin: 5px 0 10px 0;
  line-height: 1.3;
  color: white;
}

.t-exogena {
  font-size: 39.81px;
  font-weight: 700;
  margin: 10px 0 5px 0;
  color: #003787;
  /* Darker blue */
}

.t-cambios {
  font-size: 33.18px;
  font-weight: 400;
  margin: 0 0 10px 0;
  color: white;
}

.horario {
  font-size: 33.18px;
  font-weight: 400;
  margin: 0 0 30px 0;
  color: white;
}

.btn-inscribete-banner {
  background-color: white;
  color: #007BFF;
  font-size: 33.18px;
  font-weight: 700;
  padding: 12px 25px;
  border-radius: 10px;
  /* Slightly squarer than pill */
  border: none;
  cursor: pointer;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  z-index: 10;
  margin-top: 10px;
}

.btn-inscribete-banner:hover {
  background-color: #f8f9fa;
  transform: translateY(-2px);
}

/* --- Banner Responsive --- */
@media (max-width: 1440px) {
  .banner-content-exogena {
    padding: 0 40px;
    gap: 20px;
  }

  .banner-img-exogena img {
    max-width: 600px;
    height: auto;
    transform: translateY(40px);
  }
}

@media (max-width: 1024px) {
  .banner-content-exogena {
    flex-direction: column;
    text-align: center;
    padding: 20px;
    justify-content: center;
  }

  .banner-text-exogena {
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .banner-img-exogena {
    display: none;
    /* Ocultar imagen en 1024px y menores */
  }
}

.layout-exogena {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1200px;
  margin: -100px auto 40px auto;
  position: relative;
  z-index: 10;
  padding: 0 20px;
}

.lead-exogena {
  flex: 1;
  min-width: 300px;
  max-width: 550px;
  padding-top: 150px;
}

.lead__title_exogena {
  font-size: 30px;
  font-weight: 800;
  color: #007BFF;
  line-height: 1.3;
  margin-bottom: 25px;
}

.lead__desc_exogena {
  font-size: 18px;
  color: #333;
  line-height: 1.6;
}

.form-exogena {
  background: white;
  padding: 40px 30px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  width: 100%;
  max-width: 480px;
  margin-top: 50px;
  flex-shrink: 0;
}

.title_form_exogena {
  display: block;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  color: #2FBAFF;
  margin-bottom: 25px;
}

@media (max-width: 1024px) {
  .layout-exogena {
    flex-direction: column;
    align-items: center;
    margin-top: -60px;
  }

  .lead-exogena {
    padding-top: 80px;
    text-align: center;
    max-width: 800px;
  }

  .form-exogena {
    margin-top: 40px;
  }
}

@media (max-width: 768px) {
  .banner-content-exogena {
    flex-direction: column;
    text-align: center;
    padding: 40px 20px 20px 20px;
    gap: 30px;
  }

  .banner-text-exogena {
    max-width: 100%;
  }

  .banner-img-exogena img {
    max-width: 80%;
  }

  .t-curso {
    font-size: 24px;
  }

  .t-aprende {
    font-size: 22px;
  }

  .t-exogena {
    font-size: 32px;
  }

  .t-cambios {
    font-size: 18px;
  }

  .lead__title_exogena {
    font-size: 24px;
  }

  .lead__desc_exogena {
    font-size: 16px;
  }
}

/* ========================================================= */
/* SECCI�N EXPOSITORES */
/* ========================================================= */

.speakers-section {
  width: 100%;
  max-width: 1600px;
  margin: -60px auto 40px auto;
  padding: 0 150px 90px 20px;
  position: relative;
  z-index: 20;
}

.speakers-container {
  display: flex;
  gap: 100px;
  justify-content: center;
  flex-direction: row;
}

.speaker-card {
  background: #D3F1FF;
  border-radius: 20px;
  padding: 30px 30px 0 30px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  max-width: 569px;
  height: 466px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  position: relative;
}

.speaker-info {
  padding-top: 30px;
  width: 335px;
}

.speaker-name {
  color: #003D80;
  font-size: 39.81px;
  font-weight: 800;
  margin-bottom: 15px;
  padding-left: 18px;
}

.speaker-titles {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
}

.speaker-titles li {
  position: relative;
  padding-left: 15px;
  font-size: 24px;
  color: #003D80;
  line-height: 1.1;
}

.speaker-titles li::before {
  content: "" \2022"";
  /* Bullet */
  color: #00A3FF;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 18px;
}

.speaker-logo {
  display: flex !important;
  align-items: center;
  justify-content: center;
  background: white;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.15);
  width: 248px;
  height: 148px;
  position: absolute;
  right: 250px;
  bottom: -80px;
  z-index: 10;
}

.speaker-photo1 {
  position: absolute;
  right: -77px;
  bottom: -20px;
  z-index: 5;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.speaker-photo2 {
  position: absolute;
  right: -150px;
  bottom: -20px;
  z-index: 5;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.img-speaker1 {
  width: 375px;
  height: 402px;
  display: block;
}

.img-speaker2 {
  width: 452px;
  height: 402px;
  display: block;
}


/* ========================================================= */
/* FRANJA INFORMATIVA AZUL */
/* ========================================================= */

.info-banner-blue {
  background: #00A3FF;
  width: 100%;
  padding: 60px 20px;
  position: relative;
  margin-top: 40px;
}

.info-banner-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}

.info-banner-left {
  flex: 1;
  min-width: 300px;
  color: white;
}

.info-text-main {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 30px;
  font-weight: 500;
}

.info-features {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
}

.feature-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 180px;
}

.feature-icon {
  width: 60px;
  height: 60px;
  background: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.feature-icon img {
  width: 30px;
  height: auto;
}

.feature-item p {
  font-size: 13px;
  line-height: 1.3;
  margin: 0;
}

.btn-inscribete-outline {
  background: white;
  color: #00A3FF;
  border: none;
  border-radius: 30px;
  padding: 12px 35px;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s;
}

.btn-inscribete-outline:hover {
  transform: translateY(-2px);
  background: #f8f9fa;
}

.info-banner-right {
  flex: 0.8;
  min-width: 666px;
  display: flex;
  justify-content: center;
}

.alert-box {
  background: white;
  border-radius: 12px;
  padding: 25px;
  text-align: center;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  position: relative;
  max-width: 400px;
  border: 1px solid #e0e0e0;
}

.alert-text-top {
  color: #003787;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 25px;
}

.alert-icon-wrapper {
  position: absolute;
  top: 10%;
  left: 7%;
  transform: translate(-50%, -50%);
  padding: 10px;
  border-radius: 50%;
}

.icon-alert {
  width: 95px;
  height: 95px;
}

.alert-blue-box {
  background: #007BFF;
  color: white;
  border-radius: 8px;
  padding: 30px 20px 20px 20px;
  margin-top: 10px;
  position: relative;
}

.alert-blue-box p {
  font-size: 16px;
  font-weight: 700;
  position: relative;
  z-index: 2;
  width: 415px;
  margin: 0 auto;
}

.alert-subtext {
  font-size: 11px;
  background: rgba(255, 255, 255, 0.2);
  padding: 5px 10px;
  border-radius: 20px;
  display: inline-block;
  margin-top: 5px;
}

/* ========================================================= */
/* SECCI�N LO QUE APRENDER�S */
/* ========================================================= */

.learning-section {
  max-width: 1200px;
  margin: 60px auto;
  padding: 0 20px;
}

.learning-title {
  text-align: center;
  color: #007BFF;
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 50px;
}

.learning-card {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #D1E5FF;
  border-radius: 12px;
  background: white;
  margin-bottom: 40px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

.learning-left {
  flex: 1;
  min-width: 320px;
  background: #F4F9FF;
  padding: 40px;
  position: relative;
}

.learning-right {
  flex: 1.5;
  min-width: 350px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.learning-coach-header {
  display: flex;
  align-items: center;
  background: #00A3FF;
  color: white;
  padding: 15px 30px;
  border-radius: 50px;
  margin-left: -55px;
  /* Para asomarlo a la izquierda */
  margin-bottom: 30px;
  width: calc(100% + 15px);
  position: relative;
  box-shadow: 0 5px 15px rgba(0, 163, 255, 0.3);
}

.coach-header-dark {
  background: #003787;
  box-shadow: 0 5px 15px rgba(0, 55, 135, 0.3);
}

.coach-photo {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid white;
  margin-right: 20px;
  background: white;
  flex-shrink: 0;
}

.coach-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.coach-name {
  font-size: 20px;
  font-weight: 700;
  margin: 0;
}

.learning-coach-body {
  padding-left: 10px;
}

.coach-desc {
  font-size: 14px;
  line-height: 1.6;
  color: #555;
  margin-bottom: 20px;
}

.coach-subtitle {
  color: #00A3FF;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 15px;
}

.coach-bullets {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
}

.coach-bullets li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 8px;
  font-size: 13px;
  color: #444;
}

.coach-bullets li::before {
  content: "" \2713"";
  /* Checkmark */
  color: #00A3FF;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 16px;
  font-weight: bold;
}

.coach-bullets-blue li::before {
  color: #003787;
}

.contapyme-watermark {
  text-align: right;
  margin-top: -30px;
  opacity: 0.9;
}

.contapyme-watermark img {
  height: 40px;
}

.learning-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.learning-accordion-btn {
  width: 100%;
  text-align: left;
  background: white;
  border: none;
  border-bottom: 1px solid #eee;
  padding: 15px 10px;
  font-size: 15px;
  font-weight: 700;
  color: #007BFF;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.learning-accordion-btn span small {
  display: block;
  font-size: 12px;
  color: #666;
  font-weight: 400;
  margin-top: 5px;
  line-height: 1.4;
}

.learning-icon {
  font-size: 22px;
  font-weight: 300;
  color: #00A3FF;
}

@media (max-width: 900px) {
  .learning-card {
    flex-direction: column;
  }

  .learning-coach-header {
    margin-left: -20px;
    width: 100%;
    border-radius: 10px 50px 50px 10px;
  }

  .learning-right {
    padding: 20px;
  }
}

/* ========================================================= */
/* SECCIoN POR QUe GRATIS? */
/* ========================================================= */

.why-free-section {
  max-width: 1460px;
  margin: 60px auto;
  padding: 0 20px;
}

.why-free-container {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: flex-start;
}

.why-free-left {
  flex: 1;
  min-width: 320px;
}

.why-free-desc {
  font-size: 16px;
  color: #555;
  line-height: 1.6;
  margin-bottom: 20px;
}

.why-free-link a {
  color: #007BFF;
  font-weight: 700;
  text-decoration: underline;
  font-size: 16px;
  display: inline-block;
  margin-bottom: 30px;
}

.why-free-link a:hover {
  color: #0056b3;
}

.form-wrapper-exogena {
  background: white;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  border: 1px solid #eee;
}

.why-free-right {
  flex: 1;
  min-width: 320px;
}

.ideal-course-box {
  background: #00A3FF;
  border-radius: 20px;
  padding: 40px;
  color: white;
  box-shadow: 0 10px 30px rgba(0, 163, 255, 0.2);
}

.ideal-title {
  font-size: 26px;
  font-weight: 800;
  text-align: center;
  margin-bottom: 30px;
}

.ideal-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.ideal-list li {
  background: white;
  border-radius: 12px;
  padding: 20px;
  color: #333;
}

.ideal-label {
  color: #007BFF;
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 8px;
}

.ideal-desc {
  font-size: 14px;
  line-height: 1.4;
  color: #555;
}

/* ========================================================= */
/* BENEFICIOS Y ESTAD�STICAS */
/* ========================================================= */

.benefits-stats-section {
  max-width: 1200px;
  margin: 40px auto 60px auto;
  padding: 0 20px;
}

.benefits-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.benefit-item {
  flex: 1;
  min-width: 200px;
  max-width: 250px;
  background: white;
  border: 1px solid #eee;
  border-radius: 15px;
  padding: 30px 20px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.benefit-highlight {
  background: #00A3FF;
  color: white;
  border: none;
}

.benefit-icon {
  width: 70px;
  height: 70px;
  margin: 0 auto 20px auto;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #00A3FF;
  background: white;
}

.benefit-highlight .benefit-icon {
  border-color: white;
}

.benefit-icon img {
  width: 35px;
  height: auto;
}

.benefit-number {
  font-size: 24px;
  font-weight: 800;
  color: #007BFF;
  margin-bottom: 10px;
}

.benefit-highlight .benefit-number {
  color: white;
}

.benefit-text {
  font-size: 13px;
  line-height: 1.4;
  color: #666;
  margin: 0;
}

.benefit-highlight .benefit-text {
  color: rgba(255, 255, 255, 0.9);
}

@media (max-width: 768px) {
  .why-free-container {
    flex-direction: column;
  }
}

/* ========================================================= */
/* FOOTER CTA: EL RESPALDO DE CONTAPYME */
/* ========================================================= */

.footer-cta-section {
  text-align: center;
  margin-top: 80px;
}

.footer-cta-header {
  margin-bottom: 60px;
  padding: 0 20px;
}

.footer-cta-title {
  color: #007BFF;
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 10px;
}

.footer-cta-subtitle {
  color: #555;
  font-size: 16px;
}

.footer-cta-blue {
  background: #007BFF;
  padding: 80px 20px 60px 20px;
  position: relative;
  /* Curva superior */
  border-radius: 50% 50% 0 0 / 50px 50px 0 0;
  color: white;
  margin-top: 50px;
}

.footer-cta-badge {
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  background: white;
  padding: 15px 25px;
  border-radius: 50px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.footer-cta-badge img {
  height: 40px;
}

.footer-cta-container {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
  align-items: center;
  justify-content: space-between;
  text-align: left;
}

.footer-cta-left {
  flex: 1;
  min-width: 300px;
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.footer-stat-item {
  display: flex;
  align-items: center;
  gap: 20px;
}

.stat-icon {
  width: 50px;
  height: 50px;
  background: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.stat-icon img {
  width: 25px;
}

.stat-info h5 {
  font-size: 18px;
  font-weight: 800;
  margin: 0 0 5px 0;
  color: white;
}

.stat-info p {
  font-size: 13px;
  margin: 0;
  opacity: 0.9;
  line-height: 1.4;
}

.footer-cta-right {
  flex: 1;
  min-width: 300px;
  text-align: center;
}

.final-cta-title {
  font-size: 28px;
  font-weight: 800;
  margin-bottom: 15px;
}

.final-cta-desc {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 30px;
  opacity: 0.9;
}

.btn-inscribete-final {
  background: white;
  color: #007BFF;
  border: none;
  border-radius: 30px;
  padding: 15px 40px;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s;
}

.btn-inscribete-final:hover {
  transform: translateY(-2px);
  background: #f8f9fa;
}

@media (max-width: 768px) {
  .footer-cta-container {
    flex-direction: column;
    text-align: center;
  }

  .footer-stat-item {
    text-align: left;
  }
}

/* ========================================================= */
/* SECCI�N LEAD (BAJO EL BANNER) */
/* ========================================================= */

.lead-exogena-new {
  width: 100%;
  background: #D3F1FF7A;
  position: relative;
  z-index: 10;
  padding-bottom: 50px;
}

.lead-container-new {
  max-width: 1500px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  padding: 0 40px;
  gap: 40px;
}

.lead-text-new {
  flex: 1;
  min-width: 320px;
  padding-top: 50px;
}

.lead-title-new {
  color: #007BFF;
  font-size: 33.18px;
  font-weight: bold;
  line-height: 1.1;
  margin-bottom: 20px;
  width: 681px;
}

.lead-desc-new {
  color: #000;
  font-size: 23px;
  line-height: 1.6;
}

.highlight-blue {
  color: #007BFF;
  font-weight: bold;
}

.lead-form-new {
  flex: 1;
  min-width: 320px;
  display: flex;
  justify-content: center;
  margin-top: -120px;
  position: relative;
  z-index: 15;
}

.form-wrapper-top {
  background: white;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
  border: 1px solid #eee;
  width: 100%;
  max-width: 604px;
  height: 500px;
}

.main-exogena {
  padding-top: 150px;
}

@media (max-width: 768px) {
  .lead-form-new {
    margin-top: 0;
    justify-content: center;
  }
}

/* --- FRANJA INFORMATIVA AZUL --- */
.info-banner-blue {
  background: #00AEEF;
  position: relative;
  padding: 60px 20px 100px 20px;
  margin-top: 50px;
  z-index: 1;
  overflow: hidden;
}

.info-banner-blue::after {
  content: '';
  position: absolute;
  bottom: -50px;
  left: 0;
  width: 100%;
  height: 150px;
  background: #0066FF;
  border-top-left-radius: 50% 100px;
  border-top-right-radius: 20% 50px;
  z-index: -1;
  transform: rotate(-2deg) scale(1.1);
}

.info-banner-container {
  max-width: 1500px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: center;
  justify-content: space-between;
}

.info-banner-left {
  flex: 1;
  min-width: 300px;
  color: white;
}

.info-text-main {
  font-size: 23px;
  line-height: 1.5;
  width: 728px;
  align-items: center;
  margin: 0 auto;

}

.info-text-main strong {
  font-weight: 800;
}

.info-features {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 50px
}

.feature-item {
  background: white;
  color: #333;
  border-radius: 12px;
  padding: 30px 15px;
  flex: 1;
  min-width: 226px;
  height: 244px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.feature-icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.feature-icon img {
  width: 90px;
  height: 90px;
  object-fit: contain;
}

.feature-item p {
  font-size: 16px;
  margin: 0;
  line-height: 1.4;
  font-weight: 600;
  width: 188px;
}

.info-btn-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.btn-inscribete-white {
  background: white;
  color: #007BFF;
  border: none;
  padding: 12px 35px;
  border-radius: 10px;
  font-size: 33px;
  font-weight: bold;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease, color 0.3s ease;
}

.btn-inscribete-white:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
  background: #007BFF;
  color: white;
}

.info-banner-right {
  flex: 0 0 450px;
}

.alert-box-white {
  width: 666px;
  height: 550px;
  background: white;
  border-radius: 20px;
  padding: 40px 30px 30px 30px;
  text-align: center;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.alert-text-top {
  font-size: 23.04px;
  color: #007BFF;
  margin-bottom: 50px;
  line-height: 1;
  width: 525px;
}

.alert-icon-wrapper {
  margin: -35px auto -35px auto;
  z-index: 2;
  position: relative;
  background: white;
  border-radius: 50%;
  width: 95px;
  height: 95px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-alert {
  width: 95px;
  height: 95px;
  background: #FF4D4D;
  border-radius: 50%;
  padding: 12px;
  box-sizing: border-box;
  border: 4px solid white;
  box-shadow: 0 4px 10px rgba(255, 77, 77, 0.4);
}

.alert-blue-box {
  background: #2CB1F5;
  color: white;
  border-radius: 15px;
  padding: 45px 25px 30px 25px;
  font-size: 15px;
  line-height: 1.6;
  font-weight: 500;
  width: 525px;
  height: 188px;
}

@media (max-width: 1024px) {
  .info-banner-container {
    flex-direction: column;
  }

  .info-banner-right {
    flex: 1;
    width: 100%;
    max-width: 600px;
  }
}

@media (max-width: 768px) {

  .alert-box-white {
    padding: 30px 20px 20px 20px;
  }

  .alert-blue-box {
    padding: 40px 15px 20px 15px;
  }
}

/* --- SECCION LO QUE APRENDERAS --- */
.learning-section {
  max-width: 1600px;
  margin: 80px auto;
  padding: 0 20px;
}

.learning-main-title {
  text-align: center;
  color: #007BFF;
  font-size: 47.78px;
  font-weight: 800;
  margin-bottom: 60px;
}

.learning-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start;
  width: 1600px;
}

.profile-joe {
  grid-column: 1;
  grid-row: 1;
}

.topics-joe {
  grid-column: 2;
  grid-row: 1;
  margin-top: 80px;
}

.topics-card-contapyme {
  grid-column: 1;
  grid-row: 2;
  margin-top: 20px;
}

.profile-ivan {
  grid-column: 2;
  grid-row: 2;
  margin-top: 100px;
}

/* Profile Cards */
.profile-card {
  background: white;
  border-radius: 15px;
  position: relative;
  padding: 0;
  margin-top: 50px;
  width: 740px;
}

.profile-header {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  padding: 20px 30px 20px 230px;
  min-height: 100px;
  display: flex;
  align-items: center;
  position: relative;
}

.profile-header-cyan {
  background: #2CB1F5;
}

.profile-header-blue {
  background: #007BFF;
}

.profile-img-wrapper {
  position: absolute;
  left: 60px;
  top: -30px;
  width: 157px;
  height: 157px;
  overflow: hidden;
}

.profile-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.profile-title {
  color: white;
  margin: 0;
  font-size: 33.18px;
  font-weight: 700;
}

.profile-title.block {
  display: block;
  line-height: 1.2;
  font-size: 33px;
}

.profile-body {
  padding: 40px 80px 70px 80px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  border: 2px solid transparent;
  border-top: none;
}

.border-cyan {
  border-color: #2CB1F5;
  border-bottom: 2px solid #2CB1F5;
  border-left: 2px solid #2CB1F5;
  border-right: 2px solid #2CB1F5;
}

.border-blue {
  border-color: #0066FF;
  border-bottom: 2px solid #0066FF;
  border-left: 2px solid #0066FF;
  border-right: 2px solid #0066FF;
}

.profile-desc {
  font-size: 16px;
  color: #000;
  line-height: 1.5;
  margin-bottom: 20px;
}

.profile-subtitle {
  font-size: 27.65px;
  font-weight: 400;
  margin-bottom: 15px;
  margin-top: 20px;
}

.color-cyan {
  color: #2CB1F5;
}

.color-blue {
  color: #0066FF;
}

.profile-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.profile-list li {
  font-size: 16px;
  color: #000;
  margin-bottom: 10px;
  display: flex;
  align-items: flex-start;
}

.list-check-icon {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  margin-top: 2px;
}

.profile-specialty {
  font-size: 16px;
  color: #000;
  font-weight: 500;
  line-height: 1.5;
}

/* Topics Cards */
.topics-card {
  background: #F4F9FF;
  border-radius: 15px;
  padding: 40px;
  position: relative;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.03);
}

.topics-list {
  list-style: none;
  padding: 0;
  margin: 0;
  counter-reset: topics-counter;
}

.topic-item {
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #E4EFFF;
}

.topic-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.topic-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.topic-header::before {
  counter-increment: topics-counter;
  content: counter(topics-counter) ". ";
  font-size: 23.04px;
  font-weight: bold;
  color: #007BFF;
  margin-right: 15px;
  flex-shrink: 0;
}

.topics-cyan .topic-header::before {
  color: #2CB1F5;
}

.topic-title {
  font-size: 23.04px;
  font-weight: bold;
  margin: 0;
  line-height: 1.4;
  flex: 1;
}

.topics-cyan .topic-title {
  color: #2CB1F5;
}

.topics-blue .topic-title {
  color: #007BFF;
}

.topic-desc {
  font-size: 16px;
  color: #000;
  margin-top: 15px;
  margin-bottom: 0;
  line-height: 1.5;
  display: block;
  padding-left: 40px;
}

.contapyme-badge-wrapper {
  position: absolute;
  top: -30px;
  left: 40px;
}

.contapyme-badge {
  background: white;
  color: #00AEEF;
  font-weight: bold;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  border: 3px solid #00AEEF;
  line-height: 1.2;
  font-size: 14px;
}

/* Connectors */
.profile-joe::after {
  content: '';
  position: absolute;
  right: -40px;
  top: 65%;
  width: 40px;
  height: 1px;
  background: #2CB1F5;
}

.topics-card-contapyme::after {
  content: '';
  position: absolute;
  right: -40px;
  top: 65%;
  width: 40px;
  height: 1px;
  background: #00AEEF;
}

/* --- SECCION POR QUE GRATIS --- */
.why-free-section {
  padding: 80px 0;
  max-width: 1460px;
  margin: 0 auto;
}

.why-free-main-title {
  text-align: center;
  color: #007BFF;
  font-size: 39.81px;
  font-weight: 700;
  margin-bottom: 60px;
}

.why-free-container {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

/* Columna Izquierda */
.why-free-left {
  flex: 1;
  min-width: 320px;
  padding: 40px;
}

.why-free-text-content {
  margin-bottom: 40px;
}

.why-free-desc {
  font-size: 16px;
  color: #000;
  line-height: 1.6;
  width: 600px;
}

.why-free-highlight {
  font-size: 16px;
  color: #007BFF;
  font-weight: bold;
  margin-top: 15px;
}

.why-free-form-wrapper {
  display: flex;
  justify-content: center;
}

.custom-form-wrapper {
  max-width: 100% !important;
}

/* Columna Derecha */
.why-free-right {
  flex: 1;
  min-width: 350px;
  background: #2CB1F5;
  padding: 50px 40px;
  border-radius: 0;
  height: 768px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.ideal-for-title {
  color: white;
  font-size: 35.81px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
}

.ideal-cards-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.ideal-card {
  background: white;
  border-radius: 8px;
  display: flex;
  overflow: hidden;
  min-height: 98px;
  width: 580px;
}

.ideal-card-left {
  width: 160px;
  padding: 20px;
  color: #0066FF;
  font-weight: bold;
  font-size: 16px;
  display: flex;
  align-items: center;
  border-right: 1px solid #E0E0E0;
  line-height: 1.3;
}

.ideal-card-right {
  flex: 1;
  padding: 20px;
  color: #000000;
  font-size: 16px;
  display: flex;
  align-items: center;
  line-height: 1.4;
}

@media (max-width: 900px) {
  .why-free-container {
    flex-direction: column;
  }

  .why-free-right {
    border-radius: 20px;
    margin: 20px;
  }

  .ideal-card {
    flex-direction: column;
  }

  .ideal-card-left {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #E0E0E0;
    padding-bottom: 10px;
  }

  .ideal-card-right {
    padding-top: 10px;
  }
}

/* --- SECCION STATS CARDS --- */
.stats-cards-section {
  max-width: 1500px;
  margin: 0 auto;
  padding-top: 50px;
}

.stats-cards-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  padding-top: 40px;
  /* space for overlapping icons */
}

.stat-card {
  border-radius: 12px;
  padding: 50px 20px 30px 20px;
  text-align: center;
  position: relative;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  width: 338px;
  height: 204px;
}

.stat-card-white {
  background: white;
  color: #007BFF;
}

.stat-card-white .stat-card-desc {
  color: #444;
}

.stat-card-blue {
  background: #2CB1F5;
  color: white;
}

.stat-card-blue .stat-card-desc {
  color: white;
}

.stat-card-icon-wrapper {
  position: absolute;
  top: -80px;
  left: 50%;
  transform: translateX(-50%);
  width: 124px;
  height: 124px;
  border-radius: 50%;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
}

.stat-card-icon-wrapper img {
  width: 124px;
  height: 124px;
  object-fit: contain;
}

.stat-card-title {
  font-size: 27.65px;
  font-weight: 700;
  margin: 0 0 10px 0;
}

.stat-card-desc {
  font-size: 16px;
  margin: 0;
  line-height: 1.4;
}

.stat-card-note {
  font-size: 13.33px;
  display: block;
  margin-top: 8px;
  opacity: 0.9;
}

/* --- RESPALDO TITLE --- */
.respaldo-title-section {
  text-align: center;
  max-width: 800px;
  margin: 60px auto;
  padding: 0 20px;
}

.respaldo-main-title {
  color: #007BFF;
  font-size: 39.81px;
  font-weight: 700;
  margin-bottom: 20px;
}

.respaldo-subtitle {
  color: #555;
  font-size: 16px;
  line-height: 1.5;
}

/* --- RESPALDO BANNER --- */
.respaldo-banner {
  width: 100%;
  background: url("../img/Img-respaldo.svg") center/cover no-repeat;
  position: relative;
  overflow: hidden;
  padding-bottom: 60px;
}

.respaldo-banner-bg-right {
  display: none;
}

.respaldo-banner-container {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 80px;
  position: relative;
  z-index: 2;
  padding: 0 20px;
}

.respaldo-left {
  flex: none;
  padding: 60px 0;
  position: relative;
}

.respaldo-badge-wrapper {
  position: absolute;
  top: -35px;
  left: 20px;
}

.respaldo-badge {
  background: #00AEEF;
  color: white;
  font-weight: bold;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  border: 3px solid #007BFF;
  line-height: 1.2;
  font-size: 14px;
}

.respaldo-list {
  list-style: none;
  padding: 0;
  margin: 40px 0 0 0;
  color: white;
}

.respaldo-list li {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.respaldo-list li:last-child {
  margin-bottom: 0;
}

.respaldo-icon {
  width: 112px;
  height: 112px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  flex-shrink: 0;
}

.respaldo-icon img {
  width: 112px;
  height: 112px;
}

.respaldo-text h4 {
  margin: 0 0 5px 0;
  font-size: 33.18px;
  font-weight: bold;
}

.respaldo-text p {
  margin: 0;
  font-size: 16px;
  opacity: 0.9;
}

.respaldo-right {
  flex: none;
  padding: 60px 0;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.respaldo-cta-title {
  font-size: 39.81px;
  font-weight: bold;
  margin: 0 0 20px 0;
}

.respaldo-cta-desc {
  font-size: 16px;
  line-height: 1.6;
  margin: 0 0 30px 0;
  opacity: 0.9;
  max-width: 620px;
}

.btn-respaldo-cta {
  background: white;
  color: #007BFF;
  font-size: 23.04px;
  font-weight: bold;
  padding: 15px 35px;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
}

.btn-respaldo-cta:hover {
  transform: translateY(-3px);
}

@media (max-width: 900px) {
  .stats-cards-container {
    grid-template-columns: 1fr 1fr;
    row-gap: 60px;
  }

  .respaldo-banner-container {
    flex-direction: column;
  }

  .respaldo-banner-bg-right {
    width: 100%;
    height: 50%;
    top: 50%;
    clip-path: none;
  }

  .respaldo-right {
    padding: 40px 0 60px 0;
  }
}

@media (max-width: 600px) {
  .stats-cards-container {
    grid-template-columns: 1fr;
  }
}

/*--------------------------------------------------------*/

@media (max-width: 1440px) {
  .feature-item {
    min-width: 210px;
  }

  .feature-item p {
    font-size: 15px;
  }

  .info-text-main {
    font-size: 20px;
    width: 637px;
  }
}

@media (max-width: 1024px) {
  .info-banner-container {
    flex-direction: column;
    text-align: center;
  }

  .info-banner-left {
    order: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .info-text-main {
    width: 100%;
    max-width: 800px;
  }

  .info-features {
    justify-content: center;
    flex-wrap: wrap;
  }

  .info-banner-right {
    order: 2;
    min-width: 100%;
    margin-top: 40px;
  }

  .alert-box {
    max-width: 600px;
    width: 100%;
  }

  .alert-blue-box p {
    width: 100%;
    max-width: 415px;
  }
}

@media (max-width: 768px) {
  .info-features {
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    gap: 20px;
  }

  .feature-item {
    min-width: 140px;
  }

  .feature-item p {
    font-size: 13px;
    width: 100%;
  }

  .alert-icon-wrapper {
    top: -5px;
    transform: translateX(-50%);
  }

  .icon-alert {
    width: 70px;
    height: 70px;
  }

  .alert-text-top {
    margin-top: 30px;
  }
}

@media (max-width: 480px) {
  .info-features {
    flex-direction: column;
    gap: 25px;
  }

  .feature-item {
    min-width: 100%;
  }

  .info-text-main {
    font-size: 13px;
    width: 100%;
  }

  .btn-inscribete-outline {
    width: 100%;
    font-size: 16px;
    padding: 12px 20px;
  }

  .alert-blue-box {
    padding: 20px 15px 15px 15px;
    width: 340px;
  }

  .alert-blue-box p {
    font-size: 12px;
    width: 300px;
    height: 130px;
  }

  .alert-icon-wrapper {
    left: 13%;
  }

  .feature-icon img,
  .feature-icon {
    width: 40px;
    height: 40px;
  }

  .feature-item p {
    font-size: 10px;
  }

  .feature-item {
    padding: 20px 10px;
  }

  .btn-inscribete-white {
    font-size: 15px;
  }

  .alert-box-white {
    width: 400px;
    height: 300px;
  }

  .alert-text-top {
    font-size: 14px;
    width: 330px;
  }
}

/*--------------------------------------------------------*/

@media (max-width: 1440px) {
  .learning-grid {
    grid-template-columns: 1fr;
    gap: 40px;
    justify-items: center;
    width: 1400px;
  }

  .profile-joe,
  .topics-joe,
  .topics-card-contapyme,
  .profile-ivan {
    grid-column: 1;
    grid-row: auto;
    margin-top: 0;
  }

  .profile-joe::after,
  .topics-card-contapyme::after {
    display: none;
  }

  .topics-joe {
    margin-top: 20px;
  }

  .profile-ivan {
    margin-top: 0;
  }

  .topics-card-contapyme {
    margin-top: 40px;
    width: 790px;
  }
}


@media (max-width: 1024px) {
  .learning-grid {
    width: 1000px;
  }
}

@media (max-width: 768px) {

  .learning-grid {
    width: 100%;
  }


  .learning-main-title {
    font-size: 36px;
    margin-bottom: 40px;
  }

  .profile-card {
    padding: 30px 20px;
    width: 600px;
  }

  .topics-card {
    padding: 30px 20px;
    width: 600px;
  }

  .topic-title {
    font-size: 17px;
  }

  .profile-header {
    flex-direction: column;
    text-align: center;
    padding-bottom: 20px;
  }

  .profile-img-wrapper {
    margin-right: 0;
    margin-bottom: 15px;
  }

  .profile-title {
    text-align: center;
    font-size: 25px;
  }

  .profile-title.block {
    font-size: 20px;
  }
}

@media (max-width: 480px) {

  .learning-grid {
    width: 100%;
    gap: 5px;
  }

  .profile-card,
  .topics-card {
    width: 100%;
  }

  .profile-img,
  .profile-img-wrapper {
    display: none;
  }

  .learning-main-title {
    font-size: 28px;
    margin-bottom: 30px;
  }

  .profile-title {
    font-size: 22px;
  }

  .topic-title {
    font-size: 13px;
  }

  .topic-header::before {
    font-size: 18px;
  }

  .profile-desc,
  .profile-specialty,
  .topic-desc {
    font-size: 11px;
  }

  .profile-list li {
    font-size: 12px;
  }

  .list-check-icon {
    width: 20px;
    height: 20px;
  }

  .profile-subtitle {
    font-size: 20px;
  }

  .topic-desc {
    padding-left: 25px;
  }

  .profile-header {
    padding: 20px 30px 20px 30px;
  }

  .profile-body {
    padding: 40px 20px 70px 20px;
  }
}

/*--------------------------------------------------------*/

@media (max-width: 1024px) {
  .speakers-container {
    flex-direction: column;
    align-items: center;
    gap: 120px;
  }

  .speakers-section {
    padding: 0 20px 80px 20px;
  }

  .speaker-card {
    height: auto;
    min-height: 400px;
    padding-bottom: 250px;
  }

  .speaker-info {
    width: 100%;
    max-width: 400px;
  }

  .speaker-photo2 {
    right: -130px;
    bottom: 0px;
  }

  .speaker-photo1 {
    right: -100px;
    bottom: 0px;
  }

  .speaker-logo {
    right: auto;
    left: 30px;
    bottom: -50px;
  }
}

@media (max-width: 768px) {

  .speakers-section {
    padding: 0 20px 10px 20px;
  }

  .speaker-card {
    max-width: 450px;
    padding: 30px 20px 20px 20px;
  }

  .speaker-info {
    max-width: 300px;
  }

  .speaker-photo2 {
    right: -70px;
    bottom: 0px;
  }

  .speaker-photo1 {
    right: -50px;
    bottom: 0px;
  }

  .speaker-name {
    font-size: 32px;
  }

  .speaker-titles li {
    font-size: 18px;
  }

  .img-speaker1 {
    width: 280px;
    height: auto;
  }

  .img-speaker2 {
    width: 330px;
    height: auto;
  }

  .speaker-logo {
    width: 180px;
    height: 100px;
    left: 20px;
  }

  .speaker-logo img {
    max-width: 90%;
    height: auto !important;
  }
}

@media (max-width: 480px) {
  .speakers-section {
    height: 600px;
  }

  .speaker-card {
    padding: 25px 20px 20px 20px;
    min-height: 350px;
  }

  .speaker-logo img {
    max-width: 60%;
    height: auto !important;
  }

  .speaker-info {
    max-width: 250px;
  }

  .speaker-name {
    font-size: 26px;
  }

  .speaker-titles li {
    font-size: 15px;
  }

  .img-speaker1 {
    width: 220px;
  }

  .img-speaker2 {
    width: 260px;
  }

  .speaker-logo {
    width: 140px;
    height: 80px;
    left: 15px;
    bottom: -30px;
  }
}

/*--------------------------------------------------------*/

/* Lead Section Form Responsive */
@media (max-width: 1024px) {
  .lead-container-new {
    flex-direction: column;
    align-items: center;
    padding-top: 50px;
    gap: 30px;
  }

  .lead-form-new {
    order: -1;
    /* Mueve el formulario arriba */
    margin-top: -80px;
    width: 100%;
  }

  .lead-text-new {
    order: 2;
    /* Mueve el texto abajo */
    width: 100%;
    text-align: center;
    padding-top: 10px;
  }

  .lead-title-new {
    width: 100%;
    font-size: 28px;
  }

  .lead-desc-new {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .lead-form-new {
    margin-top: -50px;
    /* Reducir traslape en móviles */
  }

  .lead-title-new {
    font-size: 24px;
  }

  .lead-desc-new {
    font-size: 18px;
  }

  .form-wrapper-top {
    padding: 20px 15px;
    /* Menos padding lateral para que quepa bien el iframe */
  }
}

/*--------------------------------------------------------*/

/* Por que Gratis Section Responsive */
@media (max-width: 1440px) {
  .why-free-section {
    padding: 60px 40px;
  }
}

@media (max-width: 1024px) {
  .why-free-container {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }

  .why-free-left {
    order: 1;
    /* Formulario y texto arriba */
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .why-free-text-content {
    max-width: 800px;
    margin-bottom: 30px;
  }

  .why-free-form-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .why-free-right {
    order: 2;
    /* Tarjetas abajo */
    width: 100%;
    margin-top: 20px;
  }

  .ideal-cards-list {
    align-items: center;
  }
}

@media (max-width: 768px) {
  .ideal-card {
    width: 100%;
    max-width: 500px;
    flex-direction: column;
    min-height: auto;
  }

  .ideal-card-left {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #E0E0E0;
    padding-bottom: 15px;
    justify-content: center;
    text-align: center;
  }

  .ideal-card-right {
    padding-top: 15px;
    justify-content: center;
    text-align: center;
  }

  .why-free-main-title {
    font-size: 36px;
  }
}

@media (max-width: 480px) {

  .why-free-right {
    width: 300px;
  }

  .why-free-section {
    width: 100%;
    padding: 40px 15px;
  }

  .why-free-container {
    width: 100%;
  }

  .why-free-text-content {
    max-width: 100%;
  }

  .why-free-main-title {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .why-free-desc {
    font-size: 14px;
    width: 100%;
  }

  .why-free-highlight {
    font-size: 18px;
  }

  .ideal-for-title {
    font-size: 20px;
    margin-bottom: 25px;
  }

  .ideal-card-left {
    font-size: 13px;
  }
}

/*----------------------------------------------------------*/

/* Stats & Respaldo Responsive */
@media (max-width: 1440px) {
  .respaldo-banner-container {
    gap: 40px;
  }
}

@media (max-width: 1024px) {
  .stats-cards-container {
    grid-template-columns: repeat(2, 1fr);
    justify-items: center;
    row-gap: 100px;
    padding-top: 80px;
  }

  .respaldo-banner-container {
    flex-direction: column;
    text-align: center;
    gap: 0;
  }

  .respaldo-left {
    padding-bottom: 0;
  }

  .respaldo-list li {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 15px;
  }

  .respaldo-icon {
    margin-right: 0;
  }

  .respaldo-right {
    align-items: center;
    padding-top: 40px;
  }
}

@media (max-width: 768px) {
  .stats-cards-container {
    grid-template-columns: 1fr;
  }

  .respaldo-main-title {
    font-size: 32px;
  }

  .respaldo-subtitle {
    font-size: 15px;
  }
}

@media (max-width: 480px) {
  .stat-card {
    width: 100%;
    max-width: 300px;
  }

  .respaldo-cta-title {
    font-size: 28px;
  }

  .respaldo-cta-desc {
    font-size: 14px;
  }

  .btn-respaldo-cta {
    font-size: 18px;
    width: 100%;
  }

  .respaldo-text h4 {
    font-size: 24px;
  }
}