.certificates-area{
    max-width:1280px;
    margin:0 auto;
    padding:10px;
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:20px;
    color:#263A44;
  }
  .certificates-area h2{
    margin:0;
    font-weight:700;
    font-size:30px;
    line-height:38px;
    text-align:center;
  }
  
  .certificates-grid{
    list-style:none;
    margin:0;
    padding:0;
    display:flex;
    /* grid-template-columns:repeat(5, minmax(0,1fr)); */
    column-gap:20px;
    row-gap:20px;
    justify-items:center;
  }
  
  .card{
    width:auto;
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:24px;
    text-align:center;
  }
  .media{
    width:100%;
    height:110px;
    display:grid;
    place-items:center;
  }
  .media img{
    max-width:100%;
    max-height:100%;
    height:auto;
    object-fit:contain;
    display:block;
  }
  
  .card__text{
    margin:0;
    font-weight:400;
    font-size:12px;
    line-height:18px;
  }
  
  /* Responsivo */
  @media (max-width:992px){
    .certificates-grid{ grid-template-columns:repeat(2, minmax(0,1fr)); }
  }
  @media (max-width:600px){
    .certificates-grid{ grid-template-columns:1fr; row-gap:32px; }
  }
  
  .certificaciones-moviles{
    width:100%;
    background:#D4DAE0;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    padding:16px 0px 28px;
  }
  
  .certificaciones__title{
    font-family:"Sora",system-ui,sans-serif;
    font-weight:700;
    font-size:20px;
    line-height:24px;
    color:#263A44;
    text-align:center;
    margin-bottom:10px;
  }
  
  /* SWIPER: no usar flex aquí */
  .isos-swiper{
    width: 100%;
    overflow: hidden;
    margin: 0 auto 20px;
    padding: 0 8px;          /* gutters para que se vea el “peek” del vecino */
  }
  .isos-swiper .swiper-slide{
    width: 312px;            /* = .certificados-card width */
  }
  .isos-swiper .certificados-card{
    margin: 0;               /* evita empuje lateral dentro del slide */
  }
  .isos-swiper .swiper-slide{ display:flex; justify-content:center; }
  
  /* Tarjeta */
  .certificados-card{
    width:312px;                 /* ancho consistente */
    padding:16px;
    border-radius:16px;
    background:#EBEEF1;
    text-align:center;
    box-shadow:0 8px 24px rgba(26,40,64,.12);
    color:#263A44;
    margin:0 auto 20px;          /* separador entre tarjetas */
  }
  .certificados-media{
    height:110px;
    display:grid;
    place-items:center;
    border-radius:12px;
  }
  .certificados-media img{ max-width:100%; max-height:100%; height:auto; display:block; }
  .certificados-text{ font:400 13px/18px "Sora",sans-serif; }
  
  /* ACTIVO: fondo #0D3272 + texto blanco */
  .isos-swiper .swiper-slide-active .certificados-card{
    background:#0D3272; color:#fff;
  }
  .isos-swiper .swiper-slide-active .certificados-text{ color:#fff; }
  
  /* visibilidad por breakpoints */
  @media (max-width:900px){ .certificates-area{ display:none; } }
  @media (min-width:900px){ .certificaciones-moviles{ display:none; } }



  /* Slider Certificados */
  .flex-items-datos.swiper{
    overflow: hidden;
    height: 180px;           /* AJUSTA a tu diseño (≈ 2 tarjetas + gap) */
  }
.flex-items-datos{ width:490px !important }
.cert-row{
  display:flex;
  gap:12px;
  align-items:flex-start;
}

/* NORMALIZA TODOS LOS SVG */
.cert-row > svg{
  width:48px;
  height:48px;
  flex:0 0 48px;
  display:block;
}

/* texto */
.cert-row__txt{ flex:1; }
.cert-row__title{ margin:0 0 6px; font-weight:800; font-size:16px; line-height:1.15; text-align:left; }
.cert-row__sub{ margin:0; font-size:13px; color:#475569; text-align:left; }

/* lista estática (cuando no hay swiper) */
.flex-items-datos .swiper-wrapper{ display:block; }
.flex-items-datos .swiper-slide{ margin-bottom:16px; }
.flex-items-datos .swiper-slide:last-child{ margin-bottom:0; }
 /* Festividades */
 /* Banner sticky */
/* Banner inferior fijo */
.sticky-banner {
  position: sticky;
  bottom: 0;
  width: 100%;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  z-index: 9999;
  background: linear-gradient(270deg, #B50059 0%, #7B003C 100%);
  box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.2);
}

/* Contenedor interno */
.banner-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 90%;
  max-width: 1200px;
  gap: 30px;
  flex-wrap: wrap;
  text-align: center;
}

/* Texto principal */
.banner-content p {
  font-size: 20px;
  font-weight: 500;
  margin: 0;
}

/* Sección del contador */
.countdown {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
}

.countdown strong {
  font-size: 22px;
  font-weight: 600;
}

/* Botón */
.btn-descuento {
  background-color: #ffffff;
  color: #7A003C;
  border: none;
  border-radius: 50px;
  padding: 12px 28px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

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

/* === CONTENEDOR PRINCIPAL === */
@media (min-width: 900px) {
  .promo-banner-uni {
      /* margin-bottom: -80px; */
  }

  .content-grid .sticky .contenedor_formulario {
      margin-bottom: 0px !important;
  }
}

.contador-uni {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

/* Bloques de tiempo */
.bloque-uni {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.numero_time {
  font-weight: 600;
  font-size: 25px;
  line-height:31px;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  min-width: 40px;
  text-align: center;
}

.title_time{
  font-size: 9px;
  line-height: 12px;
  font-weight: 400;
  color: #FFFFFF;
  margin: 0;
}

/* Separadores (los puntos) */
.separador-uni {
  font-size: 20px;
  line-height: 20px;
  color: #FFFFFF;
  opacity: 0.7;
}

.promo-banner-uni {
  display: none !important; 
  position: sticky;
  bottom: 0;
  z-index: 999;
  width: 100%;
  height: 61px;
  background: linear-gradient(270deg, #B50059 0%, #7B003C 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  overflow: hidden;
  isolation: isolate;
  /* Evita que el blend afecte al resto */
}

/* === EFECTO DORADO (sustituye sticky-bg-uni) === */
.promo-banner-uni::before,
.promo-banner-uni::after {
  content: "";
  position: absolute;
  inset: 0;
  mix-blend-mode: screen;
  background-blend-mode: screen;
  opacity: 0.4;
  pointer-events: none;
}

/* Brillo superior */
.promo-banner-uni::before {
  background: radial-gradient(23.75% 182.05% at 88.8% -115.5%,
          #FFA941 0%, #FF973A 4%, #FF722D 12%, #FF6428 17%,
          #E25823 24%, #933917 45%, #53200D 64%, #260F06 80%, #0A0401 93%, #000000 100%);
}

/* Brillo inferior */
.promo-banner-uni::after {
  background: radial-gradient(23.75% 182.05% at 88.8% 99.84%,
          #FFA941 0%, #FF973A 4%, #FF722D 12%, #FF6428 17%,
          #E25823 24%, #933917 45%, #53200D 64%, #260F06 80%, #0A0401 93%, #000000 100%);
  transform: rotate(180deg);
}

/* === IMÁGENES LATERALES === */
.gift-left-uni,
.gift-right-uni {
  height: 61px;
  width: auto;
  z-index: 2;
  position: absolute;
}

.gift-left-uni {
  /* margin-left: 16px; */
  left: 0;
}

.gift-right-uni {
  right: 0;
}

/* === CONTENIDO CENTRAL === */
.promo-content-uni {
  text-align: center;
  align-items: center;
  display: flex;
  gap: 32px;
  color: #fff;
  z-index: 3;
  font-family: "Poppins", sans-serif;
}

.text-festividad {
  max-width: 505px;
  font-size: 18px;
  /* line-height: 27px; */
  font-weight: 600;
}

.promo-content-uni strong {
  color: #fff;
  font-weight: 700;
}

/* === CONTADOR === */
.countdown-uni {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  font-size: 14px;
  color: #f5f5f5;
}

.countdown-uni span {
  font-weight: 400;
  font-size: 12px;
}

.countdown-uni strong {
  font-size: 32px;
  color: #fff;
}

/* === BOTÓN === */
.btn-descuento-uni {
  background: #DBCF8A;
  color: #1a1a1a;
  border: none;
  border-radius: 64px;
  /* padding: 8px 24px; */
  font-weight: 700;
  font-size: 13px;
  cursor: pointer;
  height: 33px;
  width: 155px;
  display: flex;
  gap: 4px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
}

/* .btn-descuento-uni:hover {
  background: #ffd54f;
} */
.movil-regalo-der,
.movil-regalo-izq,
.contador-movile,
.text-festividad-movil{
display: none !important;
}
.contador-movile{
  width: 100%;
  background: #DBCF8A;
  text-align: center;
  height: 22px;
  font-size: 12px;
  font-weight: 700;
  color: #263A44;
}
.contador-movile-div{
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .contador-movile{
      display: block !important;
  }
.movil-regalo-der {
  display: block !important;
  position: absolute;
  right: 0;
  top: 0;
}

.movil-regalo-izq {
  display: block !important;
  position: absolute;
  left: 0;
  top: 0;
}
  .promo-banner-uni {
      background: linear-gradient(270deg, #B50059 0%, #7B003C 100%);
      flex-direction: column;
      height: auto;
      padding-top: 13px;
      gap: 12px;
      text-align: center;
  }

  .gift-left-uni,
  .gift-right-uni {
      display: none;
  }

  .promo-content-uni {
      gap: 10px;
      flex-direction: column;
  }
  .numero_time{
      font-size: 18px;
      min-width: 30px;
      line-height: 18px;
  }

  .text-festividad {
      display: none;

  }
  .text-festividad-movil{
      display: block !important;
      width: 314px;
      font-size: 14px;
      line-height: 15px;
      font-weight: 600;
  }
  .btn-descuento-uni{
      font-size: 10px;
      padding: 0;
      height: 20px;
      width: 117px;
  }
  .btn-descuento-uni svg{
      font-size: 18px;
  }
  .countdown-uni span{
      font-size: 7px;
  }
  .countdown-uni{
      display: none;
  }
}

@keyframes pulseGlow {
  0% {
    box-shadow: 0 0 0 rgba(155, 0, 76, 0);
  }
  25% {
    box-shadow: 0 0 20px 4px rgba(155, 0, 76, 0.5);
  }
  50% {
    box-shadow: 0 0 25px 6px rgba(155, 0, 76, 0.7);
  }
  75% {
    box-shadow: 0 0 20px 4px rgba(155, 0, 76, 0.5);
  }
  100% {
    box-shadow: 0 0 0 rgba(155, 0, 76, 0);
  }
}

.form-focus-efecto {
  animation: pulseGlow 1.8s ease-in-out;
  border-radius: 12px;
}
/* Bloquear selección y arrastre en todo el banner */
.promo-banner-uni {
  user-select: none;           /* No seleccionable */
  -webkit-user-select: none;   /* Safari / iOS */
  -ms-user-select: none;       /* Edge */
  -webkit-touch-callout: none; /* Evita menú contextual en iOS */
}

.promo-banner-uni img,
.promo-banner-uni p,
.promo-banner-uni strong,
.promo-banner-uni span,
.promo-banner-uni h3,
.promo-banner-uni svg {
  user-drag: none;             /* Bloquea arrastre */
  -webkit-user-drag: none;     /* Safari / iOS */
  pointer-events: none;        /* Desactiva clics o toques */
}

.content-grid .sticky .contenedor_formulario {
  height: auto !important;
  padding: 30px 40px 20px 40px !important;

}