@charset "UTF-8";

/* MEDITERRÁNEO CONECTADO CSS Document */

/* FONTS */
@font-face {
  font-family: "Manrope";
  src: url("../assets/fonts/manrope-regular.woff2") format("woff2"),
    url("../assets/fonts/manrope-regular.woff") format("woff"),
    url("../assets/fonts/manrope-regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  src: url("../assets/fonts/manrope-semibold.woff2") format("woff2"),
    url("../assets/fonts/manrope-semibold.woff") format("woff"),
    url("../assets/fonts/manrope-semibold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  src: url("../assets/fonts/manrope-light.woff2") format("woff2"),
    url("../assets/fonts/manrope-light.woff") format("woff"),
    url("../assets/fonts/manrope-light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Flowers Of Nineties";
  src: url("../assets/fonts/FlowersOfNineties-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Flowers Of Nineties";
  src: url("../assets/fonts/FlowersOfNineties-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "MV Boli";
  src: url("../assets/fonts/MVBoli.woff") format("woff"),
    url("../assets/fonts/MVBoli.woff2") format("woff2"),
    url("../assets/fonts/MVBoli.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/* FIN DE FONTS */

/* GENERAL */
:root {
  --font-base: "Manrope", "Inter", "Segoe UI", system-ui, -apple-system,
    sans-serif;
  --font-display: "Flowers Of Nineties", "Manrope", "Inter", "Segoe UI",
    system-ui, sans-serif;
  --font-mv-boli: "MV Boli", "Manrope", "Inter", "Segoe UI", system-ui,
    sans-serif;
}

html,
body {
  font-family: var(--font-base);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.font-display-14 {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  color: #212121;
}

.font-display-18 {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #212121;
}

.font-display-14-input-label input {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  color: #212121;
}

.font-display-14-input-label label {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  color: #212121;
}

.font-display-24 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
  color: #212121;
}

.font-display-32 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 32px;
  line-height: 36px;
}

.font-display-52 {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 52px;
  line-height: 56px;
}

.font-manrope-14-semibold {
  font-family: var(--font-base);
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  vertical-align: middle;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-offset: 16%;
  text-decoration-thickness: 10%;
  text-decoration-skip-ink: auto;
}

.font-manrope-14-light {
  font-family: var(--font-base);
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  vertical-align: middle;
}

.font-manrope-16-semibold {
  font-family: var(--font-base);
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  vertical-align: middle;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-offset: 16%;
  text-decoration-thickness: 10%;
  text-decoration-skip-ink: auto;
}

.font-manrope-16-light {
  font-family: var(--font-base);
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  vertical-align: middle;
}

/* Bandera que hay bajo algunos contenidos */
.flag-bottom {
  display: flex;
  width: 100%;
}

/* Variantes de ancho */
.flag-bottom--full {
  width: 100%;
}

.flag-bottom--auto {
  width: auto;
  display: inline-flex;
}

.flag-bottom--image {
  width: 100%;
  max-width: 100%;
}

/* Franja de colores */
.flag-bottom .yellow,
.flag-bottom .red,
.flag-bottom .blue,
.flag-bottom .white {
  flex: 1;
  height: 5px;
  min-width: 0; /* Evita problemas de flex */
}

/* Variante de altura grande (10px) - debe ir después para sobreescribir */
.flag-bottom.flag-bottom--large .yellow,
.flag-bottom.flag-bottom--large .red,
.flag-bottom.flag-bottom--large .blue,
.flag-bottom.flag-bottom--large .white {
  height: 10px;
}

.flag-bottom .yellow,
.flag-section .yellow {
  background-color: var(--bs-yellow);
}

.flag-bottom .red,
.flag-section .red {
  background-color: var(--bs-red);
}

.flag-bottom .blue,
.flag-section .blue {
  background-color: var(--bs-blue);
}

.flag-bottom .white,
.flag-section .white {
  background-color: #ffffff;
}

/* FIN GENERAL */

/* COLORES*/

/* FIN COLORES*/

/* BUTTONS SYSTEM */
/* Botón base */
.btn {
  font-family: var(--font-base);
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  padding: 15px 40px;
  border-radius: 6px;
  text-decoration: none;
  text-align: center;
  border: none;
  cursor: pointer;
  display: inline-block;
  transition: background-color 0.3s ease, opacity 0.3s ease;
  white-space: nowrap;
}

/* Botón primario (amarillo) */
.btn-primary {
  background-color: var(--bs-yellow);
  color: var(--bs-dark-primary);
}

.btn-primary:hover {
  background-color: var(--bs-yellow-hover);
  color: var(--bs-dark-primary);
}

/* Variante de botón primario para bloques */
.btn-block {
  display: block;
  width: 100%;
}
/* FIN BUTTONS SYSTEM */

/* HEADER SECTION */
/* Header general */
.header {
  background: url("../img/efecto-de-superposicion-de-sombras-realistas.jpg")
    center center / cover no-repeat;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.header-nav {
  padding: 0;
}

.header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 75px;
}

/* Logo */
.header-logo {
  flex-shrink: 0;
}

.header-logo .logo-link {
  display: block;
  line-height: 0;
}

.header-logo .logo-cv {
  width: 109px;
  height: 40px;
  object-fit: contain;
}

/* Navegación desktop - oculta en mobile */
.header-nav-desktop,
.header-cta-desktop {
  display: none;
}

.header-nav-desktop .nav-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 20px;
  align-items: center;
}

.header-nav-desktop .nav-link {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 16px;
  color: var(--bs-text);
  text-decoration: none;
  transition: color 0.3s ease;
}

.header-nav-desktop .nav-link:hover {
  color: var(--bs-blue);
}

/* Botón hamburguesa */
.header-burger {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 1001;
  position: relative;
}

.burger-line {
  position: absolute;
  width: 100%;
  height: 3px;
  border-radius: 100px;
  transition: all 0.3s ease;
}

.burger-line--yellow {
  background-color: var(--bs-yellow);
  top: 6px;
}

.burger-line--red {
  background-color: var(--bs-red);
  top: 50%;
  transform: translateY(-50%);
}

.burger-line--blue {
  background-color: var(--bs-blue);
  bottom: 6px;
}

/* Transformar hamburguesa en X cuando menú está abierto */
.header-burger[aria-expanded="true"] .burger-line--yellow {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  background-color: var(--bs-text);
}

.header-burger[aria-expanded="true"] .burger-line--red {
  opacity: 0;
}

.header-burger[aria-expanded="true"] .burger-line--blue {
  bottom: 50%;
  transform: translateY(50%) rotate(-45deg);
  background-color: var(--bs-text);
}

/* Menú mobile expandido */
.header-menu-mobile {
  position: fixed;
  top: 75px; /* Altura del header */
  left: 0;
  width: 100%;
  height: 0;
  background: url("../img/efecto-de-superposicion-de-sombras-realistas.jpg")
    center center / cover no-repeat;
  z-index: 999;
  overflow: hidden;
  transition: height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.header-menu-mobile[aria-hidden="false"] {
  height: calc(100vh - 75px); /* Altura completa menos el header */
  overflow-y: auto;
}

.menu-mobile-overlay {
  padding: 30px 15px 17px;
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

/* Botón CTA en menú mobile */
.menu-mobile-cta {
  text-align: center;
  margin-bottom: 40px;
}

/* Navegación mobile */
.menu-mobile-nav {
  flex: 1;
  display: flex;
  align-items: start;
  justify-content: center;
}

.menu-mobile-list {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}

.menu-mobile-list li:last-child {
  margin-bottom: 0;
}

.menu-mobile-link {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 24px;
  line-height: 66px;
  color: var(--bs-text);
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.menu-mobile-link:hover {
  opacity: 0.7;
  color: var(--bs-text);
}

/* Redes sociales en menú mobile */
.menu-mobile-social {
  padding: 30px 0;
  text-align: center;
}

.menu-social-icons {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  margin-bottom: 50px;
}

.menu-social-icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: opacity 0.3s ease;
}

.menu-social-icon:hover {
  opacity: 0.7;
}

.menu-social-icon.facebook {
  background-image: url("../img/icons/facebook.svg");
}

.menu-social-icon.twitter {
  background-image: url("../img/icons/x.svg");
}

.menu-social-icon.instagram {
  background-image: url("../img/icons/instagram.svg");
}

.menu-social-icon.youtube {
  background-image: url("../img/icons/youtube.svg");
}

.menu-social-icon.tiktok {
  background-image: url("../img/icons/tiktok.svg");
}

/* COLORES*/

/* FIN COLORES*/

/** EFECTO PERSIANA */
.persiana {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  opacity: 0;
}

/* Persiana */
.persiana .persiana-content {
  position: absolute;
  top: -10%;
  left: 0;
  width: 100%;
  height: 110%;
  display: flex;
  flex-direction: column;
  z-index: 9999;
  pointer-events: none;
  transform: translateY(0);
  animation: subirPersiana 2s cubic-bezier(1, 0.99, 0.41, 1.06) forwards;
}

/* Lamas */
.persiana .lama {
  flex: 1;
  margin: 2px 0;
  background: linear-gradient(
    180deg,
    #1e3c91,
    #3b82f6,
    #1e63ff
  ); /* tonos azul agua */
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
}

/* Animación subir toda la persiana */
@keyframes subirPersiana {
  0% {
    transform: translateY(0);
  }
  10% {
    transform: translateY(0);
  }
  15% {
    transform: translateY(10%);
  } /* pequeño rebote */
  100% {
    transform: translateY(-100%);
  }
}

/* === REGISTRO - START === */
.registro-wrap {
  min-height: 99vh;
  background: url("/img/efecto-de-superposicion-de-sombras-realistas.jpg")
    center center / cover no-repeat fixed;
  padding: 0px 12px 32px;
}

.flash-stack {
  max-width: 520px;
  margin: 0 auto 12px;
  padding: 12px 12px 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.flash-stack .message {
  margin: 0;
  border: none;
  border-radius: 14px;
  padding: 18px 16px;
  font-family: var(--font-display);
  font-size: 16px;
  line-height: 1.45;
  box-shadow: 0 10px 18px rgba(0, 0, 0, 0.16);
}

.flash-stack .message.success {
  background: #c6f4c7;
  color: #2e7b32;
}

.flash-stack .message.error,
.flash-stack .message.danger {
  background: #f9d1ce;
  color: #c03c34;
}

.recuperar-step-success {
  text-align: center;
  padding-top: 6px;
}

.recuperar-step-success .font-display-24 {
  font-weight: 700;
}

.registro-step-success {
  text-align: center;
  padding-top: 10px;
}

.registro-step-success .font-display-32 {
  font-weight: 700;
}

/* Ajustes de mensajes flash con clases alert/message */
.alert.message {
  margin-bottom: 0;
  border-radius: 0;
}

.registro-card {
  max-width: 520px;
  margin: 0 auto;
  background: transparent;
  /* border-radius: 24px; */
  box-shadow: none;
  overflow: hidden;
}

.registro-header {
  text-align: center;
  background: transparent;
}

.registro-logo {
  padding-block: 40px;
}

.registro-logo figure {
  margin: 0 auto 12px;
  width: 180px;
  max-width: 70%;
}

.registro-title {
  font-family: var(--font-display);
  font-size: 30px;
  color: #1a67b0;
  margin-bottom: 6px;
  font-weight: 600;
}

.registro-subtitle {
  font-family: var(--font-base);
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 10px;
  padding-block: 20px;
  color: #212121;
}

.registro-note {
  font-family: var(--font-base);
  color: #212121;
  font-size: 14px;
  margin-bottom: 0;
}

.registro-body {
  background: transparent;
}

.registro-body .form-floating {
  border: 1px solid;
  border-radius: 6px;
}

.section-title {
  font-family: var(--font-display);
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  margin: 18px 0 10px;
  color: #212121;
  padding-block: 15px;
}

.section-subtitle {
  font-family: var(--font-base);
  font-size: 14px;
  text-align: center;
  color: #555;
  margin-bottom: 12px;
}

.photo-upload {
  margin: 6px 0 18px;
}

.photo-upload__input {
  position: absolute;
  left: -9999px;
  opacity: 0;
  width: 1px;
  height: 1px;
}

.photo-upload__card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  border: 2px solid #1a1a1a;
  border-radius: 12px;
  padding: 16px 18px;
  min-height: 150px;
  background: linear-gradient(180deg, #fdfdfd 0%, #f4f6f9 100%);
  cursor: pointer;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.photo-upload__card:hover {
  border-color: #0e63b5;
  box-shadow: 0 6px 16px rgba(14, 99, 181, 0.12);
}

.photo-upload__card.has-image {
  border-color: #0e63b5;
}

.photo-upload__text {
  font-family: var(--font-display);
  font-size: 20px;
  line-height: 1.4;
  color: #2a2a2a;
}

.photo-upload__status {
  display: block;
  margin-bottom: 6px;
}

.photo-upload__status.is-muted {
  color: #2a2a2a;
}

.photo-upload__status.is-success {
  color: #2eaf53;
}

.photo-upload__thumb {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: #eef1f5;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex-shrink: 0;
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.06);
}

.photo-upload__placeholder {
  width: 74px;
  height: 74px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80' viewBox='0 0 80 80' fill='none'%3E%3Crect x='8' y='14' width='64' height='48' rx='6' stroke='%23C2C7D1' stroke-width='4'/%3E%3Ccircle cx='29' cy='33' r='8' fill='%23C2C7D1'/%3E%3Cpath d='M24 57L35 44L50 57H24Z' fill='%23C2C7D1'/%3E%3Cpath d='M48 57L57 47L66 57H48Z' fill='%23C2C7D1'/%3E%3C/svg%3E")
    center/contain no-repeat;
  opacity: 0.7;
}

.photo-upload__preview {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.photo-upload__change-btn {
  margin-top: 12px;
  width: 100%;
  border-radius: 12px;
  padding: 14px;
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 600;
  color: var(--bs-blue);
  border: 2px solid var(--bs-blue);
  background: linear-gradient(180deg, #fdfefe 0%, #eef4f9 100%);
  box-shadow: 0 6px 16px rgba(14, 99, 181, 0.08);
  transition: background 0.15s ease, color 0.15s ease;
}

.photo-upload__change-btn:hover {
  background: var(--bs-blue);
  color: #fff;
}

.pill-input {
  border-radius: 6px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.04);
}

.checkbox-line {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: #444;
  margin-top: 8px;
  font-family: var(--font-base);
}

.checkbox-line input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  border: 1px solid #000;
  border-radius: 3px;
  background: #fff;
  position: relative;
  flex-shrink: 0;
  transition: all 0.12s ease;
}

.checkbox-line input[type="checkbox"]:checked {
  background: #0e63b5;
  border-color: #0e63b5;
}

.checkbox-line input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  color: #fff;
  font-size: 10px;
  line-height: 1;
  left: 2px;
  top: 2px;
  width: 12px;
  height: 12px;
  background: url("../img/icons/white-check.png") center/contain no-repeat;
  pointer-events: none;
}

.checkbox-line.active {
  color: #0e63b5;
  /* background: rgba(14, 99, 181, 0.06); */
  box-shadow: none;
}

.checkbox-line a {
  color: #1a67b0;
  font-weight: 600;
  text-decoration: underline;
}

.intereses-grid {
  display: flex;
  gap: 10px;
  margin-top: 6px;
  justify-content: center;
  flex-direction: column;
}

.interes-pill {
  font-family: var(--font-display);
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 8px;
  border: none;
  border-radius: 8px;
  color: #0e63b5;
  background: transparent;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
  cursor: pointer;
  transition: color 0.12s ease, background 0.12s ease;
  width: 100%;
  text-align: left;
}

.interes-pill-2 {
  font-family: var(--font-display);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 12px;
  border: 1px solid #1a67b0;
  border-radius: 6px;
  color: #1a67b0;
  background: #fff;
  font-weight: 400;
  min-height: 60px;
  min-width: 88px;
  cursor: pointer;
  width: 100%;
  transition: color 0.12s ease, background 0.12s ease;
}

.interes-pill-2:hover {
  border: 1px solid #fff;
  border-radius: 6px;
  color: #fff;
  background: #1a67b0;
}

.interes-pill input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  border: 1px solid #000;
  border-radius: 3px;
  background: #fff;
  position: relative;
  flex-shrink: 0;
  transition: all 0.12s ease;
}

.interes-pill input[type="checkbox"]:checked {
  background: #0e63b5;
  border-color: #0e63b5;
}

.interes-pill input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  color: #fff;
  font-size: 10px;
  line-height: 1;
  left: 2px;
  top: 2px;
  width: 12px;
  height: 12px;
  background: url("../img/icons/white-check.png") center/contain no-repeat;
  pointer-events: none;
}

.interes-pill.active {
  color: #0e63b5;
  /* background: rgba(14, 99, 181, 0.06); */
  box-shadow: none;
}

.interes-pill-2 input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.interes-pill-2.active {
  background: #1a67b0;
  color: #fff;
  box-shadow: 0 8px 18px rgba(26, 103, 176, 0.25);
}

.intereses-accordion {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 10px;
}

.intereses-accordion-item {
  border: 1px solid #000;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.06);
  overflow: hidden;
}

.intereses-accordion-toggle {
  width: 100%;
  padding: 16px 18px 16px 16px;
  background: transparent;
  border: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: var(--font-display);
  font-size: 15px;
  font-weight: 400;
  color: #1a1a1a;
}

.intereses-accordion-toggle .chevron {
  width: 7px;
  height: 7px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  transform: rotate(45deg);
  transition: transform 0.15s ease;
  margin-left: 10px;
}

.intereses-accordion-item.open .intereses-accordion-toggle .chevron {
  transform: rotate(-135deg);
}

.intereses-accordion-panel {
  padding: 0px 18px 18px;
  background: linear-gradient(180deg, #ffffff 0%, #f9fafc 100%);
}

.registro-wrap select.form-select {
  min-height: 56px;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
/* 
.registro-wrap .form-floating > .form-control:focus,
.registro-wrap .form-floating > .form-control:not(:placeholder-shown),
.registro-wrap .form-floating > .form-select:focus,
.registro-wrap .form-floating > .form-select:not(:placeholder-shown) {
    padding-top: 1.625rem;
    padding-bottom: .625rem;
} */

.registro-wrap .select2-container--default .select2-selection--single {
  height: auto !important;
}

.registro-wrap
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  padding-left: 12px !important;
}

.registro-wrap .form-floating {
  background: white;
  overflow: hidden;
}

.registro-wrap .form-floating label {
  font-family: var(--font-display);
  color: #212121;
}

.registro-wrap
  .form-floating
  > .select2.select2-container.select2-container--default.form-control {
  padding-left: 0px !important;
  font-size: 16px !important;
}

.registro-wrap .form-control {
  border-radius: 0px;
  border: 0px solid #e9ecef;
}

.registro-wrap .form-control-lg {
  border-radius: 0px;
  border: 0px solid #e9ecef;
}

.registro-wrap .select2-container--default .select2-selection--single {
  font-size: 16px !important;
}

.registro-wrap
  .select2-container--default:not(.select2-container--disabled)
  .select2-selection--single {
  background: white !important;
  padding-left: 0px !important;
}

.registro-wrap
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  width: 7px;
  height: 7px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  transform: rotate(45deg);
  transition: transform 0.15s ease;
  position: absolute;
  top: 22px;
  left: -5px;
}

.registro-wrap
  .select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  transform: rotate(-135deg);
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-style: none;
  border-width: 0;
  border-color: transparent;
}

/* .registro-wrap .form-floating > .form-control,
.registro-wrap .form-floating > .form-select {
    height: auto;
    min-height: calc(3.5rem + 2px);
    padding: 1rem .75rem;
    line-height: 1.25;
}

.registro-wrap .form-control:disabled,
.registro-wrap .form-control:read-only {
    background-color: #e9ecef;
    opacity: 1;
} */

.privacy-text a {
  color: #1a67b0;
  font-weight: 600;
}

.primary-btn {
  font-family: var(--font-display);
  width: 100%;
  /* margin-top: 12px; */
  border-radius: 6px;
  padding: 14px;
  font-size: 17px;
  font-weight: 400;
  border: 2px solid var(--bs-blue) !important;
  color: var(--bs-blue);
  border: none;
}

.primary-btn:hover {
  background: var(--bs-blue);
  color: #fff;
}

/* Selector de tipo de visitante */
.tipo-visitante-btn.active,
.tipo-visitante-btn.active:hover,
.tipo-visitante-btn:focus {
  background: var(--bs-blue);
  color: #fff;
  border-color: var(--bs-blue);
}

.submit-btn {
  font-family: var(--font-base);
  width: 100%;
  /* margin-top: 12px; */
  border-radius: 6px;
  padding: 14px;
  font-size: 17px;
  font-weight: 700;
  background: linear-gradient(
    90deg,
    var(--bs-yellow) 0%,
    var(--bs-yellow) 100%
  );
  color: #000;
  border: none;
  transition: background-color 0.6s ease, transform 0.6s ease;
}

/* Botón dark outline - diseño Figma */
.btn-dark-outline {
  font-family: "Manrope", var(--font-display), sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  padding: 15px 125px;
  border-radius: 6px;
  border: 2px solid #212121;
  background-color: transparent;
  color: #212121;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  transition: background-color 0.3s ease, border-color 0.3s ease;
  cursor: pointer;
}

.btn-dark-outline:hover {
  background-color: var(--bs-yellow);
  border-color: var(--bs-yellow);
  color: #212121;
}

.registro-wrap .btn-check:focus + .btn[class*="primary"],
.btn[class*="primary"]:focus,
.btn-check:active + .btn[class*="primary"]:focus,
.btn-check:checked + .btn[class*="primary"]:focus,
.btn[class*="primary"].active:focus,
.btn[class*="primary"].dropdown-toggle.show:focus,
.btn[class*="primary"]:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0);
}

.submit-btn:hover {
  background: #0e79bf;
  color: #fff;
  border-color: #0e79bf;
}

.registro-wrap .btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
  background: #0000002b;
  color: #00000071;
}

.back-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  color: #1a1a1a;
  text-decoration: none;
}

.back-link:hover {
  color: #0e63b5;
}

.footer-bar {
  height: 12px;
  background: linear-gradient(
    90deg,
    var(--bs-yellow) 0% 33%,
    var(--bs-red) 33% 66%,
    var(--bs-blue) 66% 100%
  );
}
/* === REGISTRO - END === */

/* EMPRESAS SEARCH SECTION */
.empresas-filtros {
  display: flex;
  flex-direction: column;
}

/* Anula el margin-bottom del core (.input) dentro del buscador de empresas */
.empresas-search-wrapper .input {
  margin-bottom: 0;
}

/* Input de búsqueda de empresas */
.empresa-search-input {
  font-family: var(--font-display);
  font-size: 16px;
  line-height: 24px;
  height: 55px;
  padding: 0 45px 0 20px;
  border: 1px solid rgb(233, 233, 233);
  border-radius: 6px;
  background-color: rgb(233, 233, 233);
  color: #212121;
}

/* Mantener estilos en focus */
.empresa-search-input:focus {
  font-family: var(--font-display);
  font-size: 16px;
  line-height: 24px;
  height: 55px;
  padding: 0 45px 0 20px;
  border: 1px solid rgb(233, 233, 233);
  border-radius: 6px;
  background-color: rgb(233, 233, 233);
  color: #212121;
  outline: none;
  box-shadow: none;
}

/* Placeholder con el mismo color que el texto */
.empresa-search-input::placeholder {
  color: #212121;
  opacity: 1;
}

/* Icono de búsqueda */
.empresas-search-wrapper .search-wrapper .search-icon {
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.select-wrapper {
  position: relative;
}

.select-with-icon {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 45px !important;
  background-image: none !important;
}

.select-icon {
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ESTILOS GENERALES PARA TODOS LOS SELECT */
select.form-control,
.form-select {
  font-family: var(--font-base);
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  color: #212121;
  background-color: white;
  border: 1px solid #212121;
  border-radius: 6px;
  padding: 12px 20px;
  cursor: pointer;
  transition: all 0.3s ease;
}

/* Estado focus del select */
select.form-control:focus,
.form-select:focus {
  outline: none;
  border-color: #212121;
  box-shadow: none;
}

/* SELECT PERSONALIZADO - Custom Select */
/* Ocultar el select original pero mantenerlo funcional */
.select-wrapper.custom-select-active select {
  position: absolute !important;
  opacity: 0 !important;
  pointer-events: none !important;
  z-index: -1 !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

/* Botón del select personalizado */
.custom-select-trigger {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #212121;
  background-color: transparent;
  border: 1px solid #212121;
  border-radius: 6px;
  padding: 12px 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 55px;
  transition: all 0.3s ease;
  user-select: none;
}

.custom-select-trigger:hover {
  border-color: #212121;
}

/* Texto del placeholder - mismo color que cuando hay selección */
.custom-select-trigger.placeholder {
  font-style: normal;
  color: #212121;
}

/* Dropdown de opciones */
.custom-select-dropdown {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  right: 0;
  background-color: white;
  border: 1px solid #212121;
  border-radius: 6px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  max-height: 250px;
  overflow-y: auto;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
}

/* Dropdown abierto */
.select-wrapper.custom-select-active.open .custom-select-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* Lista de opciones */
.custom-select-options {
  list-style: none;
  padding: 8px 0;
  margin: 0;
}

/* Cada opción */
.custom-select-option {
  font-family: var(--font-base);
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  color: #212121;
  padding: 12px 20px;
  cursor: pointer;
  transition: background-color 0.2s ease;
  user-select: none;
}

/* Opción con hover */
.custom-select-option:hover {
  background: rgba(14, 121, 191, 0.15);
}

/* Opción seleccionada */
.custom-select-option.selected {
  background: rgba(14, 121, 191, 0.15);
  font-weight: 600;
}

/* Opción placeholder (vacía) */
.custom-select-option[data-value=""] {
  font-style: italic;
  color: #666;
}

/* Scroll personalizado para el dropdown */
.custom-select-dropdown::-webkit-scrollbar {
  width: 8px;
}

.custom-select-dropdown::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}

.custom-select-dropdown::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 4px;
}

.custom-select-dropdown::-webkit-scrollbar-thumb:hover {
  background: #a1a1a1;
}

/* ACTUALIDAD SECTION */
.actualidad-section h3 {
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  color: var(--bs-text);
}

.date span {
  color: var(--Color-textos, #212121);
  font-family: var(--font-base);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.section-header {
  margin-bottom: 30px;
  display: flex;
  /* align-items: center; */
  align-items: flex-start;
  justify-content: space-between;
}

.section-header > h2 {
  margin-bottom: 0 !important;
}

.actualidad-section a {
  color: var(--bs-blue);
  text-align: center;
  font-family: var(--font-base);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 171.429% */
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: 10%; /* 1.4px */
  text-underline-offset: 16%; /* 2.24px */
  text-underline-position: from-font;
}

/* EVENTOS SECTION */
.eventos-section {
}

.bg-image-eventos {
  background-image: url("../img/background-agenda.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.eventos-section a {
  color: var(--bs-blue);
  text-align: center;
  font-family: var(--font-base);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: 10%;
  text-underline-offset: 16%;
  text-underline-position: from-font;
}

/* Eventos Filter */
.eventos-filter .form-select {
  font-family: var(--font-base);
  font-size: 14px !important;
  font-weight: 600;
  line-height: 1 !important;
  color: #212121 !important;
  background-color: white !important;
  background-image: none;
  border: 1px solid #212121 !important;
  border-radius: 6px;
  padding: 5px 30px 5px 10px !important;
  height: 26px !important;
  width: auto !important;
  min-width: auto !important;
  max-width: 158px !important;
  display: inline-block !important;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  opacity: 1 !important;
}

/* Forzar color negro en todas las opciones del select */
.eventos-filter .form-select option {
  color: #212121 !important;
}

/* Asegurar que el select no tenga estilo de placeholder */
.eventos-filter .form-select:invalid,
.eventos-filter .form-select option[value=""] {
  color: #212121 !important;
}

.eventos-filter .form-select:focus {
  border-color: var(--bs-blue);
  box-shadow: 0 0 0 0.2rem rgba(14, 121, 191, 0.25);
}

/* Forzar estilos en TODOS los estados del select y custom select */
.eventos-filter .form-select,
.eventos-filter .form-select:disabled,
.eventos-filter .form-select[disabled],
.eventos-filter .custom-select-trigger,
.eventos-filter .custom-select-trigger.placeholder,
.eventos-filter .select-wrapper .custom-select-trigger {
  color: #212121 !important;
  border-color: #212121 !important;
  opacity: 1 !important;
}

.eventos-filter .select-icon {
  display: none !important;
}

.eventos-filter .select-wrapper {
  display: inline-block;
}

/* Estilos del selector personalizado de eventos-filter (compacto) */
.eventos-filter .custom-select-trigger {
  font-family: var(--font-base);
  font-size: 14px !important;
  font-weight: 600;
  line-height: 1 !important;
  padding: 5px 30px 5px 10px !important;
  height: 26px !important;
  min-height: 26px !important;
  min-width: 158px !important;
  width: auto !important;
  display: inline-flex !important;
  align-items: center;
  position: relative;
  color: #212121 !important;
  border: 1px solid #212121 !important;
}

/* Asegurar que el placeholder se vea igual que cuando hay selección */
.eventos-filter .custom-select-trigger.placeholder {
  color: #212121 !important;
  border-color: #212121 !important;
  font-style: normal !important;
}

.eventos-filter .custom-select-trigger::after {
  content: "";
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 11px;
  height: 11px;
  background-image: url("/img/icons/arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  transition: transform 0.3s ease;
}

.eventos-filter .select-wrapper.open .custom-select-trigger::after {
  transform: translateY(-50%) rotate(180deg);
}

.eventos-filter .custom-select-dropdown {
  max-width: 158px;
  min-width: 158px;
  max-height: 260px;
  font-size: 14px;
  padding: 0;
}

.eventos-filter .custom-select-options {
  padding: 4px 0 !important;
  margin: 0;
}

.eventos-filter .custom-select-option {
  padding: 8px 12px !important;
  font-size: 14px !important;
  font-weight: 400;
  line-height: 1.5 !important;
}

.eventos-filter .custom-select-option:first-child {
  display: none !important;
}

/* Evento Page */
.evento-hero {
  position: relative;
  width: 100%;
  max-height: 400px;
  overflow: hidden;
  margin-top: 20px;
}

.evento-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}

/* Hero Desktop - Imagen a la derecha */
.evento-hero-desktop {
  position: relative;
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
}

.evento-hero-desktop img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 6px;
}

.evento-content {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.evento-meta .evento-date {
  font-family: var(--font-base);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #212121;
}

.evento-time {
  font-weight: 400;
  color: var(--bs-blue);
  margin-left: 8px;
}

.evento-meta .evento-location {
  font-family: var(--font-base);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #212121;
}

.evento-intro {
  font-family: var(--font-base);
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: #212121;
}

.evento-body {
  font-family: var(--font-base);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #212121;
}

.flag-section {
  height: 10px;
}

/* SLIDER CARDS */

/* Contenedor para slider que llega al borde derecho */
.slider-edge-right {
  padding-left: calc((100% - 1140px) / 2 + 12px); /* Container lg + padding */
  overflow: hidden;
}

/* En pantallas menores, usar el padding del container */
@media (max-width: 1199.98px) {
  .slider-edge-right {
    padding-left: calc((100% - 960px) / 2 + 12px);
  }
}

@media (max-width: 991.98px) {
  .slider-edge-right {
    padding-left: calc((100% - 720px) / 2 + 12px);
  }
}

@media (max-width: 767.98px) {
  .slider-edge-right {
    padding-left: calc((100% - 540px) / 2 + 12px);
  }
}

@media (max-width: 575.98px) {
  .slider-edge-right {
    padding-left: 16px; /* Padding fijo en móviles pequeños */
  }
}

.slider-cards {
  position: relative;
  margin: 0;
}

/* Padding vertical para evitar que las cards se corten */
.eventos-slider {
  /* padding: 20px 0; */
}

.slider-card-item {
  margin-right: 25px;
  padding-block: 10px;
}

.slider-cards .slick-list {
  overflow: hidden;
  touch-action: pan-y pinch-zoom;
  -webkit-overflow-scrolling: touch;
}

.slider-cards.slick-initialized .slick-list {
  touch-action: pan-x;
}

.slider-cards .slick-list.dragging {
  cursor: grabbing;
  touch-action: none;
  overflow: hidden;
}

.slider-cards .slick-track {
  display: flex;
  align-items: stretch;
  margin-left: 0;
  margin-right: 0;
}

.slider-cards .slick-slide {
  height: auto;
  display: flex;
}

.slider-cards .slick-slide > div {
  width: 100%;
}

/* Mobile Only Slider - Desktop Grid */
.slider-cards--mobile-only {
  padding: 0;
}

.slider-cards--mobile-only .slider-card-item {
  padding: 0 15px 0 0;
}

/* Noticia Card Component */
.noticia-card {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  text-align: left;
}

.noticia-card .news-card-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  text-decoration: none;
}

.noticia-card .mb-3 .w-100 {
  width: 100% !important;
  max-width: 100%;
  height: 190px;
  border-radius: 6px 6px 0 0;
}

.noticia-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.noticia-card h3 {
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  color: var(--bs-text);
  transition: color 0.3s ease;
  text-align: left;
}

.noticia-card:hover h3 {
  color: var(--bs-primary);
}

.noticia-card p {
  font-family: var(--font-base);
  font-size: 14px;
  line-height: 1.5;
  color: var(--bs-text);
  margin-bottom: 0;
  text-align: left;

  /* Limitar a 5 líneas sin cortar palabras */
  display: -webkit-box;
  -webkit-line-clamp: 5;
  line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

/* Evento Card Component */
.evento-card {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 6px;
  box-shadow: 4px 4px 6px 2px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  text-align: left;
  min-height: 473px;
}

.evento-card-button-max-width {
  max-width: 400px !important;
}

.evento-card-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  text-decoration: none;
}

.evento-card-image {
  position: relative;
  width: 100%;
  height: 190px;
  overflow: hidden;
  border-radius: 6px 6px 0 0;
}

.evento-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.evento-card-image .flag-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.evento-card-content {
  padding: 15px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.evento-card-title {
  font-family: var(--font-display);
  font-size: 30px;
  font-weight: 700;
  line-height: 34px;
  color: #212121;
  margin-bottom: 15px;
  text-align: left;
}

.evento-card-info {
  margin-bottom: 20px;
  flex-grow: 1;
}

.evento-card-datetime {
  font-family: var(--font-base);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #212121;
  margin-bottom: 5px;
}

.evento-card-time {
  color: var(--bs-blue);
}

.evento-card-location {
  font-family: var(--font-base);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #212121;
  margin-bottom: 0;
}

.evento-card-button {
  padding: 15px 20px;
  width: 100%;
  background: radial-gradient(50.18% 70.71% at 50% 50%, #fff 0%, #e5e5e5 100%);
  border: none;
  border-radius: 8px;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.08);
  font-family: var(--font-base);
  font-size: 16px;
  font-weight: 600;
  color: #212121;
  cursor: pointer;
  position: relative;
  z-index: 3;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.evento-card-button:hover {
  transform: translateY(-1px);
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.12);
}

/* PONENTE CARD COMPONENT */
.ponente-card {
  position: relative;
  background: white;
  border-radius: 6px;
  box-shadow: 4px 4px 6px 2px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  min-height: 160px;
}

.ponente-card-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  text-decoration: none;
}

/* Bottom flag */
.ponente-card-flag {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.ponente-card-flag .flag-bottom {
  height: 5px;
}

/* Body principal */
.ponente-card-body {
  position: relative;
  z-index: 1;
  padding: 20px 16px;
  display: flex;
  gap: 16px;
  align-items: center;
}

/* Columna Izquierda - Avatar + Info */
.ponente-card-left {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1;
  min-width: 0;
}

.ponente-avatar-wrapper {
  position: relative;
  flex-shrink: 0;
}

.ponente-avatar {
  width: 66px;
  height: 66px;
  border-radius: 50%;
  overflow: hidden;
  background: #eee;
}

.ponente-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ponente-logo {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 37px;
  height: 37px;
  border-radius: 50%;
  overflow: hidden;
  background: white;
  border: 2px solid white;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}

.ponente-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ponente-info {
  flex: 1;
  min-width: 0;
}

.ponente-nombre {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #212121;
  margin-bottom: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ponente-empresa,
.ponente-cargo {
  font-family: var(--font-base);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #212121;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* Columna Derecha - Evento Info + Botón */
.ponente-card-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 12px;
  flex-shrink: 0;
}

.ponente-evento-info {
  text-align: right;
}

.ponente-fecha {
  font-family: var(--font-base);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #212121;
  margin-bottom: 4px;
}

.ponente-hora {
  color: var(--bs-blue);
  margin-left: 4px;
}

.ponente-ubicacion {
  font-family: var(--font-base);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #212121;
  margin-bottom: 0;
}

.ponente-card-button {
  padding: 15px 40px;
  background: var(--bs-yellow);
  border: none;
  border-radius: 6px;
  font-family: var(--font-base);
  font-size: 16px;
  font-weight: 700;
  color: #212121;
  cursor: pointer;
  position: relative;
  z-index: 3;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  white-space: nowrap;
}

.ponente-card-button:hover {
  transform: translateY(-1px);
  box-shadow: 0px 4px 12px rgba(249, 177, 8, 0.3);
}

/* PONENTES SECTION */
.ponentes-section {
  padding: 40px 0;
}

.ponentes-section .section-header {
  margin-bottom: 30px;
}

/* Slider específico para ponentes */
.ponentes-slider {
  padding: 0;
}

.ponentes-slider .slider-card-item {
  padding: 0 15px 0 0;
}

/* Grid de ponentes */
.ponentes-grid {
  width: 100%;
}

/* FOOTER SECTION */
/* Footer general */
.footer {
  background-color: var(--bs-blue);
  width: 100%;
  position: relative;
}

/* Franja decorativa superior (oculta en mobile) */
.footer-stripe {
  display: none;
  width: 100%;
  height: 10px;
}

.stripe-yellow {
  background-color: var(--bs-yellow);
  flex: 1;
}

.stripe-red {
  background-color: var(--bs-red);
  flex: 1;
}

.stripe-blue {
  background-color: #253e80;
  flex: 1;
}

/* Container principal mobile - 0 en line por container de bootstrap */
.footer-container {
  padding-block: 40px;
}

/* Columna izquierda (principal en mobile) */
.footer-left {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

/* Logo CV */
.footer-logo-cv {
  margin-bottom: 30px;
}

.footer-logo-cv .logo-cv {
  width: 173.71px;
  height: 63.78px;
  max-width: 100%;
  height: auto;
}

/* Navegación */
.footer-nav--mobile {
  display: block;
  margin-bottom: 30px;
}

.footer-nav--desktop {
  display: none;
}

.footer-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-menu li {
  margin-bottom: 10px;
}

.footer-menu li:last-child {
  margin-bottom: 0;
}

.footer-link {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 24px;
  line-height: 54px;
  color: var(--bs-text-white);
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.footer-link:hover {
  opacity: 0.8;
  color: var(--bs-text-white);
}

/* Botón CTA */
.footer-cta {
  margin-bottom: 40px;
  width: 100%;
  max-width: 360px;
}

/* Logo GV */
.footer-logo-gv--mobile {
  display: block;
  margin-bottom: 30px;
}

.footer-logo-gv--desktop {
  display: none;
}

.footer-logo-gv .logo-gv {
  width: 222px;
  height: 92px;
  max-width: 100%;
  height: auto;
}

/* Enlaces legales */
.footer-legal--mobile {
  display: block;
  margin-bottom: 25px;
}

.footer-legal--desktop {
  display: none;
}

.footer-legal-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-legal-menu li {
  margin-bottom: 14px;
}

.footer-legal-menu li:last-child {
  margin-bottom: 0;
}

.footer-legal-link {
  font-family: var(--font-base);
  font-weight: 600;
  font-size: 14px;
  line-height: 28px;
  color: var(--bs-text-white);
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
  transition: opacity 0.3s ease;
}

.footer-legal-link:hover {
  opacity: 0.8;
  color: var(--bs-text-white);
}

/* Copyright */
.footer-copyright--mobile {
  display: block;
  margin-bottom: 30px;
}

.footer-copyright--desktop {
  display: none;
}

.footer-copyright p {
  font-family: var(--font-base);
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
  color: var(--bs-text-white);
  margin: 0;
}

/* Redes sociales */
.footer-social {
  margin-bottom: 20px;
}

.social-icons {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}

.social-icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: opacity 0.3s ease;
}

.social-icon:hover {
  opacity: 0.8;
}

.social-icon.facebook {
  background-image: url("../img/icons/facebook-white.svg");
}

.social-icon.twitter {
  background-image: url("../img/icons/x-white.svg");
}

.social-icon.instagram {
  background-image: url("../img/icons/instagram-white.svg");
}

.social-icon.youtube {
  background-image: url("../img/icons/youtube-white.svg");
}

.social-icon.tiktok {
  background-image: url("../img/icons/tiktok-white.svg");
}

/* Columnas centro y derecha ocultas en mobile */
.footer-center,
.footer-right {
  display: none;
}

/* HERO SECTION */
.hero-section {
  position: relative;
  width: 100%;
  min-height: 425px;
  overflow: hidden;
}

.hero-section-empresas {
  position: relative;
  width: 100%;
  height: 415px;
  overflow: hidden;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 425px;
  z-index: 1;
}

.hero-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #253e80;
  opacity: 0.34;
  z-index: 1;
}

.hero-overlay-gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.4) 0%,
    rgba(0, 0, 0, 0.2) 50%,
    transparent 80%
  );
  z-index: 2;
}

.hero-content {
  position: relative;
  z-index: 3;
  padding: 60px 0;
}

.hero-content-empresa {
  position: relative;
  z-index: 3;
}

.hero-text {
  color: var(--bs-text-white);
}

.hero-title {
  color: var(--bs-text-white);
  margin-bottom: 20px;
  line-height: 56px;
  font-size: 48px !important;
}

.hero-subtitle {
  font-family: var(--font-base);
  font-weight: 500;
  font-size: 22px;
  line-height: 24px;
  color: var(--bs-text-white);
  margin-bottom: 30px;
  max-width: 351px;
}

/* Hero Card Mobile - wrapper */
.hero-card-mobile {
  background-color: #ffffff;
  padding: 30px 0 40px;
}

/* Hero Card - Base */
.hero-card {
  max-width: 390px;
  display: flex;
  flex-direction: column;
}

/* Hero Card Desktop - fondo azul, dentro del hero */
.hero-card--desktop {
  background-color: #ffffff;
  color: var(--bs-text);
  margin-left: auto;
  padding: 35px 24px 30px;
}

/* Hero Card Mobile - fondo transparente (el wrapper tiene el blanco) */
.hero-card--mobile {
  background-color: transparent;
  color: #212121;
  margin: 0 auto;
}

.hero-card-title {
  margin-bottom: 16px;
  line-height: 24px;
}

/* Título en desktop: amarillo */
.hero-card--desktop .hero-card-title {
  color: var(--bs-blue);
}

/* Título en mobile: negro */
.hero-card--mobile .hero-card-title {
  color: #212121;
}

.hero-card-text {
  font-family: var(--bs-dark-primary);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 24px;
}

/* Texto en mobile: negro */
.hero-card--mobile .hero-card-text {
  color: #212121;
}

.hero-card-avatars {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80%;
  position: relative;
  margin: 0 auto 30px;
}

.hero-card-avatars > div {
  display: flex;
  position: relative;
}

.hero-avatar {
  width: 61px;
  height: 61px;
  border-radius: 50%;
  object-fit: cover;
  border: none;
  position: relative;
  display: block;
}

.hero-avatar:last-of-type {
  margin-left: -15px;
}

.hero-match-text {
  font-family: var(--font-mv-boli);
  font-size: 24px;
  line-height: 24px;
  transform: rotate(-10deg);
  white-space: nowrap;
  flex: 1;
  color: var(--bs-blue);
  letter-spacing: -2.64px;
}

/* Match text en mobile: azul */
.hero-card--mobile .hero-match-text {
  color: var(--bs-blue);
}

/* Botón con borde blanco (para desktop) */
.btn-blue {
  font-family: var(--font-base);
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  padding: 15px 40px;
  border-radius: 6px;
  text-decoration: none;
  text-align: center;
  background: transparent;
  border: 2px solid var(--bs-blue);
  color: #ffffff;
  cursor: pointer;
  display: block;
  transition: all 0.3s ease;
  white-space: nowrap;
  width: fit-content;
  margin: 0 auto;
  background-color: var(--bs-blue);
}

.btn-blue:hover {
  background-color: var(--bs-blue-hover);
  border-color: var(--bs-blue-hover);
  color: #ffffff;
}

/* Botón azul (para mobile) */
.btn-primary-blue {
  font-family: var(--font-base);
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  padding: 15px 40px;
  border-radius: 6px;
  text-decoration: none;
  text-align: center;
  background-color: var(--bs-blue);
  border: none;
  color: var(--bs-text-white);
  cursor: pointer;
  display: block;
  transition: all 0.3s ease;
  white-space: nowrap;
  width: 100%;
}

.btn-primary-blue:hover {
  background-color: #0c6aa8;
  color: var(--bs-text-white);
}

/* VENTANA PASAPORTE SECTION */
.ventana-pasaporte-section {
  background-color: #ffffff;
  padding: 40px 0;
  position: relative;
  overflow-x: clip; /* Evita scroll horizontal por la palmera decorativa */
  overflow-y: visible; /* Permite que elementos sobresalgan verticalmente */
  z-index: 1;
}

/* Palmera decorativa que sobresale - MUY DETRÁS de todo */
.palmera-decoration {
  position: absolute;
  top: -134px;
  left: 50%;
  transform: translateX(-62%) rotate(4deg);
  z-index: -1;
  width: 155vw;
  max-width: 800px;
  height: auto;
  pointer-events: none;
}

.palmera-img {
  width: 100%;
  height: auto;
  object-fit: contain;
  opacity: 1;
}

.ventana-pasaporte-wrapper {
  position: relative;
  max-width: 390px;
  margin: 0 auto;
  z-index: 10;
}

.ventana-pasaporte-section .container {
  position: relative;
  z-index: 10;
}

.ventana-pasaporte-section .row {
  position: relative;
  z-index: 10;
}

/* Contenedor de ventana con video */
.ventana-container {
  position: relative;
  width: 80%;
  aspect-ratio: 266 / 345;
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}

/* Video de fondo */
.ventana-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 80%;
  height: 95%;
  object-fit: cover;
  object-position: left center;
  z-index: 1;
  margin-left: 40px;
  margin-top: 10px;
  pointer-events: none;
  user-select: none;
}

/* Frame de ventana PNG overlay */
.ventana-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}

.ventana-frame-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

/* Contenido textual */
.ventana-content {
  text-align: center;
  padding: 0 15px;
}

.ventana-title {
  color: #212121;
  margin-bottom: 12px;
}

.ventana-subtitle {
  font-family: var(--font-base);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--bs-blue);
  margin-bottom: 20px;
}

.ventana-cta-title {
  color: #212121;
  margin-bottom: 30px;
  line-height: 36px;
}

/* MAP SECTION */
.map-wrapper {
  width: 100%;
}

.map-container {
  background-image: url("../img/efecto-de-superposicion-de-sombras-realistas.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0;
  position: relative;
  z-index: 1;
  margin-top: -50px;
  padding-top: 50px;
}

/* Mobile Version */
.map-section {
  padding: 25px 15px 20px 15px;
  width: 100%;
}

.map-section h3 {
  margin-bottom: 1rem;
}

.map-section img {
  width: 100%;
  height: auto;
}

/* Desktop Version */
.map-section-desktop {
  padding: 60px 0;
}

.map-text-content {
  padding-right: 40px;
}

.map-title {
  font-size: 24px;
  line-height: 28px;
  color: #212121;
  margin-bottom: 20px;
}

.map-description {
  font-family: var(--font-base);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--bs-blue);
  margin-bottom: 0;
}

.map-image-wrapper {
  position: relative;
}

.map-image-wrapper img {
  width: 100%;
  height: auto;
  max-width: 100%;
}

/* VER NOTICIA STYLES */

/* Sección principal */
.noticia-ver-section {
  background-color: #ffffff;
  padding: 0 0 40px;
}

.noticia-ver-wrapper {
}

/* Título principal */
.noticia-ver-header {
  padding-block: 15px;
}

.noticia-ver-title {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 32px;
  line-height: 36px;
  color: #212121;
  margin: 0;
}

/* Imagen principal */
.noticia-ver-image-wrapper {
  margin-bottom: 20px;
}

.noticia-ver-image {
  width: 100%;
  border-radius: 6px;
  object-fit: cover;
  aspect-ratio: 16 / 9;
}

/* Contenido */
.noticia-ver-content {
}

/* Fecha */
.noticia-ver-date {
  margin-bottom: 15px;
}

.noticia-ver-date-text {
  font-family: var(--font-base);
  font-weight: 400;
  font-size: 12px;
  line-height: 24px;
  color: #212121;
  margin: 0;
}

/* Subtítulo */
.noticia-ver-subtitle-wrapper {
  margin-bottom: 20px;
}

.noticia-ver-subtitle {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #212121;
  margin: 0;
}

/* Cuerpo de la noticia */
.noticia-ver-body {
  font-family: var(--font-base);
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #212121;
  margin-bottom: 30px;
}

.noticia-ver-body p {
  margin-bottom: 1em;
}

.noticia-ver-body a {
  color: var(--bs-blue);
  text-decoration: underline;
}

.noticia-ver-body a:hover {
  opacity: 0.8;
}

/* Botón compartir */
.noticia-ver-share {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}

.btn-share {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 6px 30px;
  background-color: var(--bs-yellow);
  border: none;
  border-radius: 6px;
  font-family: var(--font-base);
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  color: #212121;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.btn-share:hover {
  background-color: #e0a007;
}

.btn-share svg {
  flex-shrink: 0;
}

/* Sección de últimas noticias */
.ultimas-noticias-section {
  background-color: #ffffff;
  padding: 40px 0;
}

.ultimas-noticias-section .section-header {
  margin-bottom: 30px;
  text-align: center;
}

.ultimas-noticias-section .font-display-24 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
  color: #212121;
}

/* Link ver todas */
.link-ver-todas {
  color: var(--bs-blue);
  text-align: center;
  font-family: var(--font-base);
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: 10%;
  text-underline-offset: 16%;
  transition: opacity 0.3s ease;
}

.link-ver-todas:hover {
  opacity: 0.8;
  color: var(--bs-blue);
}

/* PAGINATOR COMPONENT */
.paginator-block {
  margin: 2rem 0;
}

.paginator-nav .pagination {
  gap: 6px;
}

.paginator-nav .page-link {
  font-family: var(--font-base);
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #212121;
  background-color: transparent;
  border: 1px solid #212121;
  border-radius: 6px;
  padding: 15px;
  min-width: 44px;
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.paginator-nav .page-link:hover {
  background-color: var(--bs-yellow);
  border-color: var(--bs-yellow);
  color: #212121;
}

.paginator-nav .page-item.active .page-link {
  background-color: var(--bs-yellow);
  border-color: var(--bs-yellow);
  color: #212121;
}

.paginator-nav .page-item.disabled .page-link {
  border-color: #d9d9d9;
  color: #d9d9d9;
}

.paginator-nav .page-arrow {
  font-size: 24px;
  font-weight: 700;
  padding: 10px 15px;
}

.paginator-counter {
  font-family: var(--font-base);
  font-size: 14px;
  color: #212121;
}

/* Responsive - Mobile */
@media (max-width: 768px) {
  .paginator-nav .pagination {
    gap: 4px;
  }

  .paginator-nav .page-link {
    padding: 12px;
    min-width: 40px;
    min-height: 46px;
    font-size: 14px;
  }

  .paginator-nav .page-arrow {
    font-size: 20px;
    padding: 8px 12px;
  }
}

/* EMPRESA CARD COMPONENT */
.empresa-card {
  border-bottom: 1px solid #e0e0e0;
}

.empresa-logo-circle {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid var(--bs-blue);
  flex-shrink: 0;
}

.empresa-logo-circle img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 5px;
  background: white;
}

.empresa-logo-placeholder {
  width: 100%;
  height: 100%;
  background: #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.empresa-logo-placeholder span {
  font-size: 12px;
  color: #999;
}

.empresa-info h3 {
  font-size: 20px;
  font-family: var(--font-display);
  font-weight: bold;
  margin: 0 0 5px 0;
  color: #212121;
}

.empresa-info p {
  font-size: 16px;
  margin: 0;
  color: #212121;
}

.empresa-ver-btn {
  background-color: var(--bs-yellow);
  border: none;
  border-radius: 6px;
  padding: 15px 20px;
  font-weight: bold;
  font-size: 16px;
  color: #212121;
  text-decoration: none;
}

.empresa-ver-btn:hover {
  background-color: var(--bs-yellow-hover);
  color: #212121;
}

/* EMPRESA DETALLE COMPONENT */
.empresa-detalle {
  padding: 2rem 0;
}

.empresa-logo-box {
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  padding: 20px;
  background: white;
  text-align: center;
}

.empresa-logo-box img {
  max-height: 200px;
  width: auto;
  object-fit: contain;
}

.empresa-logo-placeholder {
  width: 100%;
  height: 200px;
  background: #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999;
  font-size: 14px;
}

.empresa-sector {
  font-family: var(--font-base);
  font-size: 16px;
  font-weight: 400;
  color: #212121;
  margin-bottom: 0;
}

.empresa-description {
  font-family: var(--font-base);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #212121;
}

.empresa-contact-info {
  font-family: var(--font-base);
  font-size: 14px;
  line-height: 24px;
  color: #212121;
}

.empresa-contact-info strong {
  font-weight: 600;
  color: #212121;
}

@media (min-width: 768px) {
  .empresa-logo-box {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}

/* === EMAIL - START === */

.bar-email {
  font-size: 1;
  margin: 0px 0px;
  height: 5px;
  background: linear-gradient(
    90deg,
    var(--bs-yellow) 0% 33%,
    var(--bs-red) 33% 66%,
    var(--bs-blue) 66% 100%
  );
}

/* === EMAIL - END === */

/* === ÁREA PRIVADA - START === */
/* Hero Section */
.area-privada-hero {
  position: relative;
  min-height: 619px;
  padding: 20px 16px 60px;
  background-color: #253e80;
}

.hero-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/img/area-privada/hero-background.jpg");
  background-size: cover;
  background-position: center;
  z-index: 0;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #253e80;
  opacity: 0.34;
  z-index: 1;
}

.area-privada-content {
  position: relative;
  z-index: 2;
}

/* User Header (dos columnas) */
.user-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  margin-block: 30px;
}

/* User Greeting Section */
.user-greeting {
  flex: 1;
}

.greeting-title {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 24px;
  line-height: 24px;
  color: white;
  margin-bottom: 8px;
  font-style: italic;
}

/* Flag lines debajo del título */
.greeting-flag-lines {
  width: inherit;
  max-width: 150px;
  margin-bottom: 16px;
}

.welcome-text {
  margin-bottom: 12px;
}

.welcome-text p {
  font-family: var(--font-base);
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: white;
  margin-bottom: 0;
  max-width: 199px;
}

.link-puntos {
  font-family: var(--font-base);
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  color: white;
  text-decoration: underline;
  text-decoration-thickness: 10%;
  text-underline-offset: 16%;
  display: inline-block;
}

.link-puntos:hover {
  color: white;
  opacity: 0.8;
}

/* Badge de Puntos */
.puntos-badge {
  flex-shrink: 0;
  width: 117px;
  height: 117px;
  position: relative;
  aspect-ratio: 1/1;
  align-self: center;
}

.puntos-circle-progress {
  position: absolute;
  top: 0;
  left: 0;
  width: 117px;
  height: 117px;
  transform: rotate(-90deg);
}

.puntos-progress-bg {
  opacity: 0.35;
}

.puntos-progress-fill {
  opacity: 1;
  transition: stroke-dashoffset 0.5s ease;
  stroke-linecap: round;
}

.puntos-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.puntos-numero {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 36px;
  line-height: 24px;
  color: white;
  font-style: italic;
}

.puntos-label {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: white;
  font-style: italic;
  text-align: center;
}

/* Card Ventana */
.card-ventana {
  background: linear-gradient(90deg, #2795dd 0%, #03619e 99.89%);
  border: 1px solid white;
  border-radius: 15px;
  padding: 20px;
  margin-bottom: 20px;
  opacity: 0.9;
  min-height: 141px;
}

.card-ventana .card-title {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: white;
  margin-bottom: 12px;
}

.card-ventana .card-title .italic {
  font-style: italic;
}

.card-ventana .card-description {
  font-family: var(--font-base);
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: white;
  margin-bottom: 16px;
  max-width: 329px;
}

.progress-bar {
  position: relative;
  width: 100%;
  height: 8px;
  background: rgba(255, 255, 255, 0.3);
  overflow: hidden;
  padding-block: 10px;
}

.progress-fill {
  height: 100%;
  width: 0%;
  background: white;
  transition: width 0.3s ease;
}

.progress-text {
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);
  font-family: var(--font-base);
  font-weight: 400;
  font-size: 10px;
  line-height: 10px;
  color: white;
}

/* Card Mapa */
.card-mapa {
  background: linear-gradient(90deg, #2795dd 0%, #03619e 99.89%);
  border: 1px solid white;
  border-radius: 15px;
  padding: 20px;
  margin-bottom: 20px;
  opacity: 0.9;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 141px;
}

.card-mapa .card-content {
  flex: 1;
}

.card-mapa .card-title {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: white;
  margin-bottom: 12px;
}

.card-mapa .card-title .italic {
  font-style: italic;
}

.card-mapa .card-description {
  font-family: var(--font-base);
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: white;
  margin-bottom: 0;
  max-width: 199px;
}

.card-map-image {
}

.card-map-image img {
  height: 111px;
}

/* Action Buttons */
.action-buttons {
  display: flex;
  gap: 15px;
  margin-top: 20px;
}

.action-btn {
  flex: 1;
  background: linear-gradient(90deg, #2795dd 0%, #03619e 99.89%);
  border: 1px solid white;
  border-radius: 15px;
  padding: 16px 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  opacity: 0.9;
  cursor: pointer;
  transition: opacity 0.3s ease, transform 0.2s ease;
  min-height: 81px;
}

.action-btn:hover {
  opacity: 1;
  transform: translateY(-2px);
}

.action-btn .btn-icon {
  width: 41px;
  height: 41px;
  object-fit: contain;
}

.action-btn span {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: white;
  text-align: center;
}

/* Modal Puntos */
.modal-puntos {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
}

.modal-puntos-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #212121;
  opacity: 0.75;
  z-index: 1;
}

.modal-puntos-content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 357px;
  height: auto;
  max-height: calc(100vh - 32px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-puntos-card {
  position: relative;
  width: 100%;
  min-height: 540px;
  background: linear-gradient(90deg, #2795dd 0%, #03619e 99.89%);
  opacity: 0.9;
  border: 1px solid white;
  border-radius: 15px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.modal-puntos-close {
  position: absolute;
  top: 17px;
  right: 17px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  color: white;
  font-size: 28px;
  line-height: 1;
  font-weight: 300;
}

.modal-puntos-close:hover {
  opacity: 0.8;
}

.modal-puntos-title {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 24px;
  line-height: 24px;
  color: white;
  text-align: center;
  font-style: italic;
  margin: 0;
  padding-top: 8px;
}

.modal-puntos-description {
  font-family: var(--font-base);
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: white;
  text-align: center;
  margin-top: 12px;
  margin-bottom: 24px;
}

/* Modal Mapa Interactivo */
.modal-mapa-content {
  max-width: 90%;
  max-height: calc(100vh - 32px);
}

.modal-mapa-card {
  min-height: auto;
  height: 100%;
  width: 100%;
  padding: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.modal-mapa-image-container {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 0;
}

.modal-mapa-image {
  max-width: 100%;
  max-height: calc(100vh - 100px);
  width: auto;
  height: auto;
  object-fit: contain;
}

/* === ÁREA PRIVADA - END === */

/* === MAPA DE VENTANAS - START === */
.mapa-ventanas-section {
  padding: 60px 0;
  background-image: url("/img/efecto-de-superposicion-de-sombras-realistas.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.mapa-ventanas-content {
  max-width: 100%;
}

/* Header */
.mapa-ventanas-header {
  margin-bottom: 30px;
}

.mapa-ventanas-title {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
  color: #212121;
  margin-bottom: 16px;
}

.mapa-ventanas-description {
  font-family: var(--font-base);
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #212121;
  margin-bottom: 0;
}

/* Grid de Ventanas */
.ventanas-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  margin-bottom: 30px;
}

.ventana-btn {
  background-color: #212121;
  opacity: 0.9;
  border: none;
  border-radius: 15px;
  min-height: 81px;
  padding: 16px 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: opacity 0.3s ease, transform 0.2s ease;
}

.ventana-btn:hover {
  opacity: 1;
  transform: translateY(-2px);
}

.ventana-btn span {
  font-family: var(--font-base);
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: white;
  text-align: center;
}

/* Estados de las ventanas */
.ventana-btn[data-status="completado"] {
  background-color: var(--bs-yellow);
  color: #212121;
}

.ventana-btn[data-status="completado"] span {
  color: #212121;
}

.ventana-btn[data-status="visitado"] {
  background-color: var(--bs-blue);
}

.ventana-btn[data-status="no-visitado"] {
  background-color: #212121;
}

/* Leyenda */
.ventanas-leyenda {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
  justify-content: center;
}

.leyenda-item {
  display: flex;
  align-items: center;
  gap: 8px;
}

.leyenda-circle {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  flex-shrink: 0;
}

.leyenda-circle.completado {
  background-color: var(--bs-yellow);
}

.leyenda-circle.visitado {
  background-color: var(--bs-blue);
}

.leyenda-circle.no-visitado {
  background-color: #212121;
}

.leyenda-text {
  font-family: var(--font-base);
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  color: #212121;
}

/* === MAPA DE VENTANAS - END === */

/* === TRIVIAL SECTION - START === */
.trivial-section {
  position: relative;
  padding: 60px 0;
  overflow: hidden;
}

.trivial-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/img/area-privada/trivial-background.jpg");
  background-size: cover;
  background-position: center;
  z-index: 0;
}

.trivial-content {
  position: relative;
  z-index: 1;
}

.trivial-card {
  background: linear-gradient(90deg, #2795dd 0%, #03619e 99.89%);
  border: 2px solid white;
  border-radius: 15px;
  padding: 30px 20px;
  opacity: 0.9;
  position: relative;
  max-width: 100%;
}

/* Título */
.trivial-title {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  color: white;
  margin-bottom: 12px;
}

/* Líneas decorativas */
.trivial-flag-lines {
  max-width: 157px;
  margin-bottom: 20px;
}

.trivial-flag-lines .yellow,
.trivial-flag-lines .red,
.trivial-flag-lines .white,
.trivial-flag-lines .blue {
  height: 5px;
}

/* Badge de puntos */
.trivial-badge {
  position: absolute;
  top: 30px;
  right: 20px;
  width: 91px;
  height: 91px;
}

.trivial-badge-circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.trivial-badge-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.trivial-badge-label {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: white;
  font-style: italic;
}

.trivial-badge-points {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 36px;
  line-height: 24px;
  color: white;
  font-style: italic;
}

.trivial-badge-text {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: white;
  font-style: italic;
}

/* Descripción */
.trivial-description {
  font-family: var(--font-base);
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: white;
  margin-bottom: 20px;
  max-width: 318px;
}

/* Botón */
.trivial-btn {
  width: 100%;
  max-width: 318px;
  padding: 15px 20px;
  background-color: var(--bs-yellow);
  color: #212121;
  border: none;
  border-radius: 6px;
  font-family: var(--font-base);
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease;
  margin-bottom: 20px;
}

.trivial-btn:hover {
  background-color: #e0a007;
  transform: translateY(-2px);
}

/* Bottom Flag de la card */
.trivial-bottom-flag {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 0 0 13px 13px;
}

/* === TRIVIAL SECTION - END === */

/* MEDIA QUERIES **/
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  /* Registro */
  .registro-card {
    max-width: 640px;
  }
  .registro-body {
    padding: 16px 38px 32px;
  }

  /* Slider Cards */
  .slider-cards:not(.slider-cards--mobile-only) {
    padding: 0 40px;
  }

  .slider-cards--mobile-only .slider-card-item {
    padding: 0 15px 0 0;
  }

  /* Área Privada - Tablet */
  .area-privada-hero {
    min-height: auto;
    padding: 40px 16px 60px;
  }

  .greeting-title {
    font-size: 32px;
    line-height: 36px;
  }

  .welcome-text p {
    font-size: 16px;
    line-height: 24px;
    max-width: 300px;
  }

  .link-puntos {
    font-size: 16px;
  }

  .puntos-badge {
    width: 140px;
    height: 140px;
  }

  .puntos-circle-progress {
    width: 140px;
    height: 140px;
  }

  .puntos-numero {
    font-size: 42px;
  }

  .puntos-label {
    font-size: 16px;
  }

  .cards-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }

  .card-ventana,
  .card-mapa {
    min-height: 160px;
  }

  .card-ventana .card-title,
  .card-mapa .card-title {
    font-size: 22px;
    line-height: 26px;
  }

  .card-ventana .card-description,
  .card-mapa .card-description {
    font-size: 15px;
    line-height: 22px;
  }

  .action-buttons {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 30px;
  }

  .action-btn {
    min-height: 100px;
  }

  /* Mapa de Ventanas - Tablet */
  .mapa-ventanas-section {
    padding: 80px 0;
  }

  .mapa-ventanas-title {
    font-size: 28px;
    line-height: 32px;
  }

  .mapa-ventanas-description {
    font-size: 16px;
    line-height: 24px;
  }

  .ventanas-grid {
    gap: 20px;
  }

  .ventana-btn {
    min-height: 100px;
  }

  .ventana-btn span {
    font-size: 18px;
    line-height: 22px;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  /* HEADER DESKTOP */
  .header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
  }

  /* Ocultar hamburguesa en desktop */
  .header-burger {
    display: none;
  }

  /* Mostrar navegación desktop */
  .header-nav-desktop {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 20px;
    flex: 1;
  }

  .header-nav-desktop .nav-menu {
    justify-content: center;
  }

  /* Mostrar botón CTA desktop */
  .header-cta-desktop {
    display: block;
    flex-shrink: 0;
  }

  /* Ocultar menú móvil completamente en desktop */
  .header-menu-mobile {
    display: none !important;
  }

  /* HERO SECTION DESKTOP */
  .hero-section {
    min-height: 582px;
  }

  .hero-image {
    height: 100%;
  }

  .hero-content {
    padding: 80px 0 0;
  }

  .hero-content .row {
    min-height: 502px;
    position: relative;
  }

  .hero-title {
    margin-bottom: 24px;
    font-size: 62px !important;
  }

  .hero-subtitle {
    font-size: 32px;
    margin-bottom: 40px;
    line-height: 35px;
  }

  .btn-hero {
    width: auto;
    max-width: none;
  }

  .hero-content .col-lg-6:has(.hero-card--desktop) {
    position: static;
  }

  .hero-card--desktop {
    position: absolute;
    bottom: -73px;
    right: 15px;
    width: calc(50% - 30px);
    max-width: 390px;
    margin-bottom: 0;
  }

  /* Desktop: Show as grid when slider is unslicked */
  .slider-cards--mobile-only {
    display: grid;
    gap: 30px;
  }

  .slider-cards--mobile-only.slider-cards--cols-2 {
    grid-template-columns: repeat(2, 1fr);
  }

  .slider-cards--mobile-only.slider-cards--cols-3 {
    grid-template-columns: repeat(3, 1fr);
  }

  .slider-cards--mobile-only.slider-cards--cols-4 {
    grid-template-columns: repeat(4, 1fr);
  }

  .slider-cards--mobile-only .slider-card-item {
    padding: 0;
  }

  /* Imagen más ancha en desktop */
  .noticia-card .mb-3 .w-100 {
    width: 100% !important;
    max-width: 100%;
    border-radius: 6px 6px 0 0;
  }

  /* Evento cards más anchas en desktop */

  .evento-card {
  }

  .evento-card-image {
    height: 190px !important;
  }

  /* Eventos section: distribute cards with space-between */
  .eventos-section .slider-cards--mobile-only {
    display: flex;
    justify-content: space-between;
    gap: 0;
  }

  .eventos-section .slider-cards--mobile-only .slider-card-item {
    flex: 0 1 auto;
    max-width: 360px;
  }

  .slider-cards:not(.slider-cards--mobile-only) {
    padding: 0 50px;
  }

  /* FOOTER SECTION */
  /* Franja decorativa visible en desktop */
  .footer-stripe {
    display: flex;
  }

  /* Container en 3 columnas */
  .footer-container {
    padding: 50px 15px 30px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 80px;
    align-items: start;
  }

  /* Columna izquierda */
  .footer-left {
    align-items: flex-start;
    text-align: left;
    gap: 30px;
  }

  .footer-left .footer-logo-cv .logo-cv {
    width: 173.71px;
    height: 63.78px;
  }

  /* Navegación mobile oculta, desktop visible */
  .footer-nav--mobile {
    display: none;
  }

  /* Botón en desktop con ancho suficiente para el padding completo */
  .footer-cta {
    max-width: 100%;
    width: auto;
  }

  /* Logo GV mobile oculto, desktop visible */
  .footer-logo-gv--mobile {
    display: none;
  }

  /* Enlaces legales mobile ocultos */
  .footer-legal--mobile {
    display: none;
  }

  /* Copyright mobile oculto */
  .footer-copyright--mobile {
    display: none;
  }

  /* Redes sociales alineadas a la izquierda */
  .footer-social {
    margin-bottom: 0;
  }

  .social-icons {
    justify-content: flex-start;
    gap: 15px;
  }

  .social-icon {
    width: 25px;
    height: 25px;
  }

  /* Columna central visible */
  .footer-center {
    display: flex;
    align-items: flex-start;
    justify-content: center;
  }

  .footer-nav--desktop {
    display: block;
  }

  .footer-center .footer-menu li {
    margin-bottom: 30px;
  }

  .footer-center .footer-link {
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 24px;
    line-height: 54px;
  }

  /* Columna derecha visible */
  .footer-right {
    display: flex;
    flex-direction: column;
    gap: 25px;
    align-items: flex-end;
  }

  .footer-logo-gv--desktop {
    display: block;
  }

  .footer-right .footer-logo-gv .logo-gv {
    width: 181px;
    height: 76px;
  }

  .footer-legal--desktop {
    display: block;
  }

  .footer-right .footer-legal-menu {
    text-align: left;
  }

  .footer-right .footer-legal-menu li {
    margin-bottom: 14px;
  }

  /* Copyright desktop visible y centrado */
  .footer-copyright--desktop {
    display: block;
    text-align: center;
    padding: 20px 0 30px;
  }

  .footer-copyright--desktop p {
    font-family: var(--font-base);
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    color: var(--bs-text-white);
    margin: 0;
  }

  /* MAP SECTION DESKTOP */
  .map-wrapper {
    clear: both;
    margin-top: 0;
    position: relative;
    background-color: #ffffff;
  }

  .map-container {
    padding: 0;
    clear: both;
    position: relative;
    z-index: 1;
  }

  .map-section-desktop {
    padding-top: 325px;
    position: relative;
    z-index: auto;
  }

  .map-text-content {
    padding-right: 60px;
  }

  .map-title {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 30px;
  }

  .map-description {
    font-size: 16px;
    line-height: 24px;
  }

  .map-image-wrapper img {
    max-width: 100%;
  }

  /* VENTANA PASAPORTE SECTION DESKTOP */
  .ventana-pasaporte-section-desktop {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .palmera-decoration-desktop {
    position: absolute;
    z-index: 0;
    /* Ajusta estas posiciones según el diseño de Figma */
    left: 0;
    top: -6%;
    transform: translateY(0) rotate(4deg);
    overflow: hidden;
  }

  .palmera-img-desktop {
    width: 100%; /* Ajusta el tamaño según necesites */
    height: 100%;
  }

  .container-desktop {
    position: relative;
    z-index: 2;
    background-color: #ffffff;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: -250px;
    padding: 50px 80px;
  }

  /* Formas decorativas */
  .ventana-decorative-shapes {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
  }

  /* Círculos */
  .shape-circle {
    position: absolute;
    border-radius: 50%;
  }

  .shape-circle.shape-red-top {
    width: 180px;
    height: 180px;
    background-color: var(--bs-red);
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
  }

  .shape-circle.shape-yellow-left {
    width: 150px;
    height: 150px;
    background-color: var(--bs-yellow);
    top: 50%;
    left: 5%;
    transform: translateY(-50%);
  }

  /* Triángulos */
  .shape-triangle {
    position: absolute;
    width: 0;
    height: 0;
  }

  .shape-triangle.shape-red-left {
    border-left: 100px solid transparent;
    border-right: 100px solid transparent;
    border-bottom: 180px solid var(--bs-red);
    top: 10%;
    left: 8%;
    transform: rotate(-30deg);
  }

  .shape-triangle.shape-blue-top {
    border-left: 180px solid transparent;
    border-right: 180px solid transparent;
    border-bottom: 200px solid var(--bs-blue);
    top: 15%;
    right: 8%;
    transform: rotate(25deg);
  }

  .shape-triangle.shape-blue-bottom {
    border-left: 200px solid transparent;
    border-right: 200px solid transparent;
    border-bottom: 250px solid var(--bs-blue);
    bottom: -50px;
    right: 15%;
    transform: rotate(15deg);
  }

  .shape-triangle.shape-yellow-right {
    border-left: 140px solid transparent;
    border-right: 140px solid transparent;
    border-bottom: 180px solid var(--bs-yellow);
    bottom: 20%;
    right: 5%;
    transform: rotate(-20deg);
  }

  /* Rectángulos */
  .shape-rectangle {
    position: absolute;
  }

  .shape-rectangle.shape-red-bottom {
    width: 120px;
    height: 100px;
    background-color: var(--bs-red);
    bottom: 15%;
    left: 50%;
    transform: translateX(-50%) rotate(10deg);
  }

  /* Ventana container */
  .ventana-container-desktop {
    position: relative;
    width: 100%;
    max-width: 260px;
    aspect-ratio: 266 / 345;
    overflow: hidden;
    border-radius: 8px;
    margin: 0 auto;
    z-index: 10;
  }

  /* Video de fondo */
  .ventana-video-desktop {
    position: absolute;
    top: 0;
    left: 0;
    width: 80%;
    height: 95%;
    object-fit: cover;
    object-position: left center;
    z-index: 1;
    margin-left: 40px;
    margin-top: 10px;
    pointer-events: none;
    user-select: none;
  }

  /* Frame de ventana PNG overlay */
  .ventana-frame-desktop {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    pointer-events: none;
  }

  .ventana-frame-img-desktop {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
  }

  /* Contenido textual */
  .ventana-content-desktop {
    text-align: center;
    padding: 0;
    position: relative;
    z-index: 10;
  }

  .ventana-title-desktop {
    font-size: 32px;
    line-height: 36px;
    color: #212121;
    margin-bottom: 20px;
  }

  .ventana-subtitle-desktop {
    font-family: var(--font-base);
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: var(--bs-blue);
    margin-bottom: 30px;
  }

  .ventana-cta-title-desktop {
    font-size: 40px;
    line-height: 44px;
    color: #212121;
    margin-bottom: 40px;
  }

  .ventana-content-desktop .btn {
    width: auto;
    max-width: none;
  }

  /* Paginator adjustments for desktop */
  .paginator-nav .pagination {
    justify-content: flex-end !important;
  }

  /* VER NOTICIA */
  /* Sección principal */
  .noticia-ver-section {
    padding: 40px 0 60px;
  }

  .noticia-ver-wrapper {
    margin: 0 auto;
  }

  /* Título principal */
  .noticia-ver-header {
    padding: 0 0 30px;
  }

  .noticia-ver-title {
    font-size: 48px;
    line-height: 56px;
  }

  /* Imagen principal */
  .noticia-ver-image-wrapper {
    padding: 0;
    margin-bottom: 30px;
  }

  /* Contenido */
  .noticia-ver-content {
    padding: 0;
  }

  /* Fecha */
  .noticia-ver-date {
    margin-bottom: 20px;
  }

  .noticia-ver-date-text {
    font-size: 14px;
  }

  /* Subtítulo */
  .noticia-ver-subtitle-wrapper {
    margin-bottom: 30px;
  }

  .noticia-ver-subtitle {
    font-size: 24px;
    line-height: 28px;
  }

  /* Cuerpo de la noticia */
  .noticia-ver-body {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 40px;
  }

  /* Botón compartir */
  .noticia-ver-share {
    justify-content: flex-start;
    margin-bottom: 60px;
  }

  .btn-share {
    padding: 8px 40px;
    font-size: 16px;
  }

  /* Sección de últimas noticias */
  .ultimas-noticias-section {
    padding: 60px 0;
  }

  .ultimas-noticias-section .section-header {
    text-align: left;
  }

  .ultimas-noticias-section .font-display-24 {
    font-size: 32px;
    line-height: 36px;
  }

  .link-ver-todas {
    font-size: 16px;
  }

  .evento-card-button {
    display: inline-block;
    width: auto;
    max-width: 230px;
    margin-top: auto;
  }

  /* Ponente Card Desktop */
  .ponente-card {
    min-height: 180px;
  }

  .ponente-card-body {
    padding: 24px 20px;
    gap: 20px;
  }

  .ponente-avatar {
    width: 80px;
    height: 80px;
  }

  .ponente-logo {
    width: 42px;
    height: 42px;
  }

  .ponente-nombre {
    font-size: 24px;
    line-height: 28px;
  }

  .ponente-empresa,
  .ponente-cargo {
    font-size: 18px;
  }

  .ponente-fecha,
  .ponente-ubicacion {
    font-size: 18px;
  }

  .ponente-card-button {
    padding: 16px 45px;
    font-size: 18px;
  }

  /* Evento Page Desktop Layout */
  .evento-content {
    padding-top: 3rem;
  }

  .evento-hero-desktop {
    width: 100%;
    border-radius: 6px;
    overflow: hidden;
    height: 370px;
  }

  .evento-hero-desktop img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
  }

  /* Alinear botón a la derecha en desktop */
  #evento-page .col-lg-7 .d-flex.flex-column {
    height: 100%;
  }

  /* EMPRESAS SEARCH SECTION */
  .empresas-filtros {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    margin-bottom: 18px;
  }

  /* Los campos de búsqueda y selects se reparten el espacio equitativamente */
  .empresas-filtros > .search-wrapper,
  .empresas-filtros > .select-wrapper {
    flex: 1;
    margin-bottom: 0 !important;
  }

  /* El botón mantiene su ancho fijo */
  .empresas-filtros > .mb-4 {
    flex: 0 0 auto;
    margin-bottom: 0 !important;
  }

  /* Área Privada - Desktop */
  .area-privada-hero {
    min-height: auto;
    padding: 60px 16px 80px;
  }

  .user-header {
    margin-bottom: 50px;
  }

  .greeting-title {
    font-size: 48px;
    line-height: 52px;
    margin-bottom: 12px;
  }

  .greeting-flag-lines {
    max-width: 250px;
    margin-bottom: 24px;
  }

  .welcome-text p {
    font-size: 18px;
    line-height: 28px;
    max-width: 500px;
  }

  .link-puntos {
    font-size: 18px;
  }

  .puntos-badge {
    width: 180px;
    height: 180px;
  }

  .puntos-circle-progress {
    width: 180px;
    height: 180px;
  }

  .puntos-numero {
    font-size: 52px;
    line-height: 52px;
  }

  .puntos-label {
    font-size: 18px;
  }

  .cards-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-bottom: 40px;
  }

  .card-ventana,
  .card-mapa {
    padding: 34px;
  }

  .card-ventana .card-title,
  .card-mapa .card-title {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 16px;
  }

  .card-ventana .card-description,
  .card-mapa .card-description {
    font-size: 16px;
    line-height: 24px;
    max-width: 100%;
  }

  .card-map-image {
    width: 70px;
    height: 90px;
  }

  .progress-bar {
    height: 12px;
  }

  .progress-text {
    font-size: 12px;
    line-height: 12px;
    right: 6px;
  }

  .action-buttons {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }

  .action-btn {
    min-height: 120px;
    padding: 20px 12px;
  }

  .action-btn .btn-icon {
    width: 50px;
    height: 50px;
  }

  .action-btn span {
    font-size: 16px;
  }

  /* Mapa de Ventanas - Desktop */
  .mapa-ventanas-section {
    padding: 100px 0;
  }

  .mapa-ventanas-header {
    margin-bottom: 40px;
  }

  .mapa-ventanas-title {
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 20px;
  }

  .mapa-ventanas-description {
    font-size: 18px;
    line-height: 28px;
  }

  .ventanas-grid {
    gap: 24px;
    margin-bottom: 40px;
  }

  .ventana-btn {
    min-height: 120px;
    padding: 20px 12px;
  }

  .ventana-btn span {
    font-size: 20px;
    line-height: 24px;
  }

  .ventanas-leyenda {
    gap: 30px;
    justify-content: end;
  }

  .leyenda-circle {
    width: 16px;
    height: 16px;
  }

  .leyenda-text {
    font-size: 16px;
  }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}

/* Extra extra large devices (large desktops, 1400px and up) */
@media (min-width: 1400px) {
}
