.checkbox-error {
  outline: 2px solid red; /* Resalta con un borde rojo */
}

.boton-compatibilidad {
  background-color: #007bff;
  color: white;
  padding: 9px 12px;
  border: none;
  border-radius: 25px;
  font-size: 11.7px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  transition: background-color 0.3s ease;
}

.boton-compatibilidad:hover {
  background-color: #0056b3;
}

.box-info-renovacion{
  position: relative !important;
  max-width: 980px !important;
  margin: 14px auto 0 !important;
  padding: 18px 18px 14px !important;
  text-align: center !important;
  border: 2px dashed rgba(20, 40, 80, .25) !important;
  border-radius: 18px !important;
  background: rgba(30, 90, 255, .04) !important;
  color: rgba(0,0,0,.80) !important;
  line-height: 1.45 !important;
}

.box-info-renovacion--badge{
  padding: 4px !important; /* espacio para el badge */
}

.ico-ayuda{
  display: inline-flex;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid rgba(0,0,0,.25);
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  color: rgba(0,0,0,.65);
  user-select: none;
}

/* opcional: hover “clickeable” */
.btn-ayuda{
  padding: 0;
  margin: 0;
  line-height: 1;
  text-decoration: none;
  background: transparent;
  border: 0;
}
.btn-ayuda:hover .ico-ayuda{
  border-color: rgba(0,0,0,.40);
  color: rgba(0,0,0,.85);
}

@media (max-width: 576px){
  #s-req-cambio-nir{
    width: 100% !important;
  }
}

.box-info-renovacion--small{
  max-width: 610px !important;
  margin: 1px auto 0 !important;
  padding: 5px 12px 5px !important;
  border-radius: 14px !important;
  border: 1px dashed rgba(20, 40, 80, .22) !important;
  background: rgba(30, 90, 255, .03) !important;
  color: rgba(0,0,0,.78) !important;
  line-height: 1.35 !important;
}

.box-info-renovacion--small span{
  font-size: 12px !important;   
  font-weight: 600 !important;  
}

@media (max-width: 576px){
  .box-info-renovacion--small{
    margin-top: 8px !important;
    padding: 9px 10px 8px !important;
  }
  .box-info-renovacion--small span{
    font-size: 11.5px !important;
  }
}

/* ===================== BLOQUE REWEEK ===================== */
.reweek-promo{
  font-family: Chewy-Regular;
  max-width: 1000px;
  max-height: 700px;
  margin: 18px auto 10px;
  border-radius: 28px;
  padding: 26px 26px;
  color: #fff;
  box-shadow: 0 14px 38px rgba(0,0,0,.18);
  overflow: hidden;
}

.reweek-grid{
  display: grid;
  grid-template-columns: 1.1fr 1.2fr;
  gap: 22px;
  align-items: center;
}

.reweek-left{
  position: relative;
  min-height: 360px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.reweek-couple{
  padding-bottom: 80px; /* Subir la imagen a 220 para dejarlo como estaba */
  max-width: 300px;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 10px 18px rgba(0,0,0,.25));
}

.reweek-brand{
  font-family: Chewy-Regular;
  position: absolute;
  left: 40px;
  bottom: 12px;
  line-height: .95;
  text-align: left;
}

.reweek-r2{
  font-family: Chewy-Regular;
  font-size: 110px;
  font-weight: 900;
  letter-spacing: -2px;
  color: #fff;
}

.reweek-master{
  font-size: 76px;
  font-weight: 900;
  margin-top: -6px;
  color: #fff;
}

.reweek-days{
  margin-top: 10px;
  display: inline-block;
  background: rgba(0,0,0,.18);
  padding: 10px 22px;
  border-radius: 16px;
  font-size: 34px;
  font-weight: 800;
}

.reweek-right{
  padding: 6px 6px 6px 0;
  text-align: center;
}

.reweek-topline{
  font-size: 18px;
  opacity: .95;
  margin-bottom: 8px;
}

.reweek-title-1{
  font-family: Chewy-Regular, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-size: 34px;
  font-weight: 900;
  margin: 8px 0 4px;
}

.reweek-title-2{
  font-family: Chewy-Regular, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-size: 38px;
  font-weight: 950;
  color: #19217c;
  line-height: 1.05;
  margin-bottom: 14px;
  text-shadow: 0 2px 0 rgba(0,0,0,.08);
}

/* ================================
   REWEEK SWITCH 
   ================================ */

.reweek-noporta{ display:none !important; }

.reweek-porta-row{
  display:flex;
  justify-content:center;
  align-items:center;
  margin: 10px auto 12px;
}

.reweek-switch{
  position: relative;
  width: 205px;     
  height: 44px;
  display: inline-block;
}

.reweek-switch input{
  opacity:0;
  width:0;
  height:0;
}

.reweek-slider{
  position:absolute;
  inset:0;
  cursor:pointer;
  background:#fff;
  border-radius:999px;
  box-shadow: inset 0 0 0 3px rgba(0,0,0,.18);
  transition: .2s ease;
}

/* Texto (color fijo) */
.reweek-slider::after{
  content:"PORTAR";
  position:absolute;
  inset:0;
  display:flex;
  align-items:center;
  justify-content:flex-start;     
  padding: 0 18px;
  color:#000;                  
  font-family: Cera Pro Bold, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight:900;
  letter-spacing:.5px;
  font-size:15px;
  user-select:none;
}

/* NO PORTAR pegado a la derecha */
.reweek-switch input:not(:checked) + .reweek-slider::after{
  content:"NO PORTAR";
  justify-content:flex-end;
}

.reweek-slider::before{
  content:"";
  position:absolute;
  top: 6px;
  left: 8px;
  width: 90px;                 /* <- más ancho */
  height: 32px;
  border-radius: 999px;
  background: var(--reweek-knob, #000);
  box-shadow: 0 10px 18px rgba(0,0,0,.22);
  transition: transform .2s ease, background-color .2s ease;
}

/* checked => knob a la derecha */
.reweek-switch input:checked + .reweek-slider::before{
  transform: translateX(100px);
}

/* mobile */
@media (max-width: 576px){
  .reweek-switch{ width: 195px; height: 42px; }
  .reweek-slider::before{ width: 80px; height: 30px; top: 6px; left: 8px; }
  /* 195 - 60 - 16 = 119 */
  .reweek-switch input:checked + .reweek-slider::before{ transform: translateX(98px); }
  .reweek-slider::after{ font-size: 14px; padding: 0 16px; }
}

.reweek-phone-input{
  max-width: 520px;
  margin: 0 auto;
  border-radius: 999px !important;
  padding: 14px 18px !important;
  border: 0 !important;
  font-size: 18px;
  font-weight: 700;
}

.reweek-help{
  margin-top: 10px;
  font-size: 16px;
  opacity: .95;
}

/* Botones GB */
.reweek-choices{
  display: flex;
  gap: 14px;
  justify-content: center;
  margin-top: 16px;
}

.reweek-choice{
  border-radius: 16px;
  padding: 16px 26px;
  font-size: 30px;
  font-weight: 900;
  border: 2px solid rgba(255,255,255,.35);
  background: rgba(0,0,0,.12);
  color: #fff;
  cursor: pointer;
  transition: .15s;
  min-width: 160px;
}

.reweek-choice.is-active{
  background: rgba(0,0,0,.0);
  border-color: white;
  box-shadow: 0 10px 18px rgba(0,0,0,.9);
}

.reweek-choice.is-active h4{
 font-size: 28px !important;
}
.reweek-choice:not(.is-active){
  opacity: .35;
}

.reweek-price{
  margin-top: 16px;
  font-size: 86px;
  font-weight: 950;
  letter-spacing: -2px;
}

.reweek-precio-font{
  font-family: Chewy-Regular, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif !important;
}

.reweek-foot{
  margin-top: 6px;
  font-size: 16px;
  opacity: .95;
}

.reweek-choices h4{font-family: Cera Pro Bold, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif; padding: 0; margin-bottom: 0px !important; font-weight: 900;}

/* Responsivo */
@media (max-width: 992px){
  .reweek-grid{ grid-template-columns: 1fr; }
  .reweek-left{ min-height: 130px; }
  .reweek-brand{ left: 10px; bottom: -40px; }
  .reweek-r2{ font-size: 45px; }
  .reweek-master{ font-size: 40px; }
  .reweek-days{ font-size: 24px; padding: 10px 10px 10px 230px;}
  .reweek-title-1{ font-size: 24px; }
  .reweek-title-2{ font-size: 26px; }
  .reweek-price{ font-size: 72px; }
  .reweek-promo{max-width: 1100px;max-height: 900px;}
  .reweek-couple{display: none;}
  .reweek-topline{font-size: 16px;}
  .reweek-choices h4{font-size: 20px !important; padding: 0;}
}

@media (max-width: 576px){
  .reweek-promo{ padding: 18px 16px; border-radius: 22px; }
  .reweek-choice{ font-size: 26px; min-width: 140px; padding: 14px 18px; }
  .reweek-phone-input{ font-size: 16px; }
  .reweek-couple{display: none;}
}

.reweek-social{
  margin-top: 14px;
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: flex-start; 
  opacity: .95;
}

.reweek-social i{
  font-size: 18px;
  /*color: rgba(0,0,0,.75); */
  text-shadow: 0 2px 8px rgba(0,0,0,.10);
  line-height: 1;
}

@media (max-width: 992px){
  .reweek-social{
    justify-content: center; 
    position: relative;
        top: -45px;
        left: -53px;
  }

}


/* ===================== PLANES ESTILOS ===================== */

.plan-section .plan-container{
  display: grid;
  grid-template-columns: repeat(4, minmax(180px, 1fr));
  gap: 26px;
  max-width: 1100px;
  margin: 18px auto 0;
  padding: 10px 10px 25px;
  align-items: start;
}

@media (max-width: 992px){
  .plan-section .plan-container{
    grid-template-columns: repeat(2, minmax(130px, 1fr));
    gap: 24px;
    padding: 2px 6px 6px;
  }
}
@media (max-width: 576px){
  .plan-section .plan-container{
    grid-template-columns: 1fr;
    grid-template-columns: repeat(2, minmax(130px, 1fr));
    gap: 24px;
    padding: 2px 6px 6px;
  }
}

/* Label contenedor */
.plan-card-v2{
  display: block;
  cursor: pointer;
  user-select: none;
  text-align: center;
  width: 100%;
  max-width: 260px;
  margin: 0 auto;
  position: relative; 
}

/* Radio oculto */
.plan-card-v2 .plan-input{
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

/* UI */
.plan-card-v2 .plan-ui{
  --plan-grad: 135deg, #00237D, #0066FF;
  padding: 6px 6px 4px;
  transition: transform .15s ease, opacity .15s ease;
}

/* Círculo */
.plan-card-v2 .plan-circle{
  width: 190px;
  height: 190px;
  border-radius: 999px;
  margin: 0 auto 12px;
  position: relative;
  overflow: visible;

  --img-bottom: -10px;
  --pop-y: -44px;
  --pop-cut: 58%;

  box-shadow: 0 14px 30px rgba(0,0,0,.12);
}

.plan-card-v2 .plan-mask{
  position: absolute;
  inset: 0;
  border-radius: 999px;
  overflow: hidden;
  background: linear-gradient(var(--plan-grad));
}

.plan-card-v2 .plan-overlay{
  position: absolute;
  inset: 0;
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 14px 16px;
  text-align: center;
  color: #fff;
  text-shadow: 0 2px 10px rgba(0,0,0,.35);
}

.plan-card-v2 .plan-name{
  font-family: Chewy-Regular, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 900;
  letter-spacing: -.5px;
  line-height: .95;
  font-size: 40px;
  margin-bottom: 10px;
  filter: drop-shadow(0 6px 10px rgba(0,0,0,.25));
}

.plan-card-v2 .plan-days{
  position: absolute;
  left: 50%;
  bottom: 14px;
  transform: translateX(-50%);
  display: inline-block;
  padding: 7px 14px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: .2px;
  background: rgba(0,0,0,.35);
  border: 1px solid rgba(255,255,255,.25);
  backdrop-filter: blur(6px);
}

.plan-card-v2 .plan-img,
.plan-card-v2 .plan-media img,
.plan-card-v2 .plan-circle > img{
  pointer-events: none;
  object-fit: contain;
  filter: drop-shadow(0 10px 18px rgba(0,0,0,.22));
}

.plan-card-v2 .plan-img--in{
  position: absolute;
  left: 50%;
  bottom: var(--img-bottom);
  transform: translate(-50%, 0);
  width: 86%;
  height: auto;
  z-index: 2;
}

.plan-card-v2 .plan-img--out{
  position: absolute;
  left: 50%;
  bottom: var(--img-bottom);
  transform: translate(-50%, var(--pop-y));
  width: 86%;
  height: auto;
  z-index: 4;
  clip-path: inset(0 0 var(--pop-cut) 0);
}

.plan-card-v2 .plan-media{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  z-index: 3;
  pointer-events: none;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.plan-card-v2 .plan-media img{
  width: 92%;
  height: auto;
  transform: translateY(-6px);
  z-index: 2;
}

.plan-card-v2 .plan-circle > img{
  position: absolute;
  left: 50%;
  bottom: var(--img-bottom);
  transform: translate(-50%, 0);
  width: 86%;
  height: auto;
  z-index: 2;
}

.plan-card-v2 .plan-gb,
.plan-card-v2 .plan-price{
  font-family: Chewy-Regular, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 950;
  letter-spacing: -1px;
  line-height: 1;
  background: linear-gradient(var(--plan-grad));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.plan-card-v2 .plan-gb{
  font-size: 58px;
  margin-top: 8px;
}

.plan-card-v2 .plan-price{
  font-size: 56px;
  margin-top: 10px;
}

.plan-card-v2 .plan-header,
.plan-card-v2 .plan-body,
.plan-card-v2 .redes-sociales{
  display: none !important;
}

.plan-card-v2 .plan-input:checked + .plan-ui{
  transform: translateY(-2px);
  opacity: 1;
}

.plan-card-v2 .plan-input:checked + .plan-ui .plan-circle{
  box-shadow:
    0 18px 40px rgba(0,0,0,.16),
    0 0 0 5px rgba(0, 35, 125, .12);
}

.plan-container.has-selection .plan-card-v2 .plan-ui{
  opacity: .28;
}
.plan-container.has-selection .plan-card-v2 .plan-input:checked + .plan-ui{
  opacity: 1;
}

@media (max-width: 576px){
  .plan-card-v2 .plan-circle{ width: 120px; height: 120px; }
  .plan-card-v2 .plan-name{ font-size: 24px; }
  .plan-card-v2 .plan-days{ font-size: 10px; padding: 6px 12px;}
  .plan-card-v2 .plan-gb{ font-size: 35px; margin-top: 8px;}
  .plan-card-v2 .plan-price{ font-size: 40px; margin-top: 8px;}
}

@media (max-width: 992px){
  .plan-card-v2 .plan-circle{ width: 120px; height: 120px; }
  .plan-card-v2 .plan-name{ font-size: 24px; }
  .plan-card-v2 .plan-days{ font-size: 10px; padding: 6px 12px;}
  .plan-card-v2 .plan-gb{ font-size: 35px; margin-top: 8px;}
  .plan-card-v2 .plan-price{ font-size: 40px; margin-top: 8px;}
}

/* =================== FIN PLANES ESTILOS =================== */


/* ===================== SIM HERO  ===================== */

.sim-hero,
.sim-hero *{
  box-sizing: border-box;
}

.sim-hero{
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 18px 8px 6px;
}

.sim-hero__grid{
  display: grid;
  grid-template-columns: 2.15fr .85fr;
  gap: 18px;
  align-items: center;
}

.sim-hero__left{
  padding: 10px 8px;
  text-align: center;
}

.sim-hero__topcopy{
  font-family: Chewy-Regular, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-size: 26px;
  line-height: 1.08;
  color: #111;
  margin-bottom: 18px;
}

.sim-hero__title{
  font-family: Chewy-Regular, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-size: 45px;
  line-height: 1;
  color: #19217c;;
  margin: 4px 0 14px;
}

.sim-compat-btn{
  /*font-family: "Gilroy Light", Gilroy, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;*/
  font-family: Cera Pro Bold, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: min(560px, 100%);
  padding: 3px 18px;
  border-radius: 999px;
  background: linear-gradient(90deg,
      #b00000 0%,
      #d10000 45%,
      #8f0000 100%
    );
  border: 0;
  color: #fff;
  font-weight: 900;
  font-size: 20px;
  box-shadow: 0 12px 28px rgba(0,0,0,.18);
  margin-bottom: 16px;
  cursor: pointer;
}

.sim-compat-btn:hover{
  filter: brightness(1.05);
}

.sim-compat-btn i{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;

  background: rgba(255,255,255,.22);
  box-shadow:
    inset 0 0 0 2px rgba(255,255,255,.18),
    0 6px 14px rgba(0,0,0,.18);

  font-size: 16px;
}

/* Cards */
.sim-hero__cards{
  display: flex;
  gap: 18px;
  justify-content: center;
  align-items: stretch;
  margin-top: 10px;
  flex-wrap: wrap;
}

.sim-hero__card{
  width: 280px;
  max-width: 100%;
}

/* Derecha imagen */
.sim-hero__right{
  display: flex;
  justify-content: center;
  align-items: center;
}

.sim-hero__imgWrap{
  width: 280px;
  height: 280px;
  border-radius: 999px;
  overflow: hidden;
  background: #fff;                 
  box-shadow: 0 18px 40px rgba(0,0,0,.18);
}

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

/* Bottom area */
.sim-hero__bottom{
  padding: 18px 8px 10px;
  text-align: center;
}

.sim-hero__bottomTitle{
  font-family: Chewy-Regular, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-size: 32px;
  line-height: 1.02;
  color: #19217c;
  margin: 5px 0 18px;
}

/* selects */
.sim-hero__selects{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  max-width: 980px;
  margin: 0 auto;
}

.sim-hero__select{
  position: relative;
  display: grid;
  gap: 8px;
}

.sim-hero__select select{
  font-family: Cera Pro Light, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  /*width: 100%;
  height: 56px;*/
  border-radius: 999px;
  /*border: 2px solid #fff !important;*/
  padding: 0 18px;
  border: 0;
  outline: none;
  background: linear-gradient(90deg,
  rgba(255,106,0,0.55) 0%,
  rgba(255,149,0,0.55) 40%,
   rgba(255,179,0,0.55) 100%
) !important;

  color: #19217c;
  /*font-weight: 900;*/
  font-size: .875rem;
  box-shadow: 0 12px 26px rgba(0,0,0,.12);

  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 46px !important
}

/* flecha (chevron) */
.sim-hero__select::after{
  content: "\f078"; /* fa-chevron-down */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  right: 35px;
  top: 30%;
  transform: translateY(-50%);
  color: #19217c;        
  pointer-events: none;
  font-size: 14px;
  opacity: .95;
}

.sim-hero__select select:focus{
  box-shadow: 0 0 0 4px rgba(255,138,0,.22), 0 12px 26px rgba(0,0,0,.12);
}

.sim-hero__select select:before{
  box-shadow: 0 0 0 4px rgba(255,138,0,.22), 0 12px 26px rgba(0,0,0,.12);
}

.sim-hero__select select option{
  color: #111 !important;
}

/* responsive */
@media (max-width: 992px){
  .sim-hero__grid{ grid-template-columns: 1fr; }
  .sim-hero__right{ order: 2; }
  .sim-hero__bottom{ order: 3; }
  .sim-hero__title{ font-size: 35px; }
  .sim-hero__bottomTitle{ font-size: 28px; margin: -25px 0 18px}
  .sim-compat-btn{font-size: 12px;padding: 2px 14px;}
  .sim-hero__right img{display: none;}
}

@media (max-width: 576px){
  .sim-hero__topcopy{ font-size: 20px; }
  .sim-hero__title{ font-size: 30px; }
  .sim-compat-btn{font-size: 12px;padding: 2px 14px;}
  .sim-hero__bottomTitle{ font-size: 24px; margin: -25px 0 18px}
  .sim-hero__selects{ grid-template-columns: 1fr; }
}

/* =================== FIN SIM HERO =================== */


/* =========================
   DATOS GENERALES 
   ========================= */

.dg-section{
  max-width: 1100px;
  margin: 0 auto;
  padding: 10px 0 30px;
}

/* títulos */
.dg-section h1.text-center{
  font-family: Chewy-Regular, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color: #19217c !important;
  font-weight: 900;
  letter-spacing: -.5px;
  margin: 10px 0 6px !important;
  text-align: center;
}

/* textos superiores */
.dg-section .dg-subline{
  font-family: Cera Pro Light;
  text-align: center;
  font-size: 15px;
  color: rgba(0,0,0,.60);
  margin-top: 2px;
}

.dg-section .dg-prompt{
  font-family: Cera Pro Bold;
  text-align: center;
  font-size: 22px;
  font-weight: 900;
  color: #19217c;
  margin: 6px 0 18px;
}

/* contenedor central */
.dg-section .col-10{
  max-width: 980px;
}

.dg-section label.col-form-label{
  display: block;
  text-align: center;
  /*margin-bottom: 10px !important;*/
  color: #19217c !important;
  font-weight: 900;
  font-size: 13.5px;
}

/* espaciados */
/*.dg-section .form-row{
  row-gap: 22px;
}*/
.dg-section .form-group.md-form{
  margin-bottom: 12px !important;
  position: relative;
}

/* Inputs y selects */
.dg-section input.form-control,
.dg-section select.form-select,
.dg-section select.form-control{
  border: 0 !important;
  outline: none !important;
  border-radius: 999px !important;
  /*height: 56px !important;*/
  padding: 0 22px !important;

  background: linear-gradient(90deg,
    rgba(255,106,0,0.55) 0%,
    rgba(255,149,0,0.55) 40%,
    rgba(255,179,0,0.55) 100%
  ) !important;

  color: #19217c !important;
  font-family: Cera Pro Light, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  /*font-weight: 700;*/
  box-shadow: 0 12px 26px rgba(0,0,0,.12);
}

/* Mantener estilo cuando el navegador hace autofill */
.dg-section input.form-control:-webkit-autofill,
.dg-section input.form-control:-webkit-autofill:hover,
.dg-section input.form-control:-webkit-autofill:focus,
.dg-section input.form-control:-webkit-autofill:active {
  -webkit-text-fill-color: #19217c !important;
  caret-color: #19217c !important;
  border-radius: 999px !important;
  border: 0 !important;

  /* “Pinta” encima del color que mete Chrome */
  -webkit-box-shadow: 0 0 0 1000px rgba(255, 214, 153, 0.95) inset, 0 12px 26px rgba(0,0,0,.12) !important;
  box-shadow: 0 0 0 1000px rgba(255, 214, 153, 0.95) inset, 0 12px 26px rgba(0,0,0,.12) !important;

  /* evita que chrome meta transición rara */
  transition: background-color 9999s ease-out 0s !important;
}

/* placeholder */
.dg-section input.form-control::placeholder{
  color: #19217c !important;
}

/* focus */
.dg-section input.form-control:focus,
.dg-section select.form-select:focus,
.dg-section select.form-control:focus{
  box-shadow: 0 0 0 4px rgba(255,138,0,.22), 0 12px 26px rgba(0,0,0,.12) !important;
}

.dg-section select.form-select,
.dg-section select.form-control{
  padding-right: 54px !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;

  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24'%3E%3Cpath fill='%23111' d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 18px center;
  background-size: 18px 18px;
}

.dg-section select::-ms-expand{ display:none; }

/* ---- Switch custom No/Si  ---- */
.dg-section .dg-switch-wrap{
  width: 100%;
  display: flex;
  justify-content: center;   
  align-items: center;
  margin-top: 10px;
}

/* ocultar checkbox */
.dg-section .dg-switch-input{
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.dg-section .dg-switch-ui{
  position: relative;
  width: 220px;             
  height: 40px;
  border-radius: 999px;
  background: #c81a1a;       
  box-shadow: 0 14px 32px rgba(0,0,0,.14);
  cursor: pointer;
  user-select: none;

  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  padding: 0 18px;
  overflow: hidden;
}

/* textos */
.dg-section .dg-switch-text{
  font-weight: 900;
  font-size: 16px;
  z-index: 2;
  text-align: center;
  color: rgba(255,255,255,.92);
  transition: .2s ease;
}


.dg-section .dg-switch-knob{
  position: absolute;
  top: 6px;
  left: 6px;                        
  height: calc(100% - 12px);         
  width: calc(50% - 6px);            
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 12px 22px rgba(0,0,0,.18);
  transition: left .2s ease;
  z-index: 1;
}

/* checked */
.dg-section .dg-switch-input:checked + .dg-switch-ui .dg-switch-knob{
  left: calc(50%);                   
}

.dg-section .dg-switch-input:not(:checked) + .dg-switch-ui .dg-no{
  color: #c81a1a;
}
.dg-section .dg-switch-input:checked + .dg-switch-ui .dg-si{
  color: #c81a1a;
}

/* Responsive */
@media (max-width: 576px){
  .dg-section .dg-switch-ui{
    width: 200px;
  }
}

/* error text */
.dg-section .oculto{
  text-align: center;
  margin-top: 6px;
  font-size: 12px;
}

/* responsive */
@media (max-width: 576px){
  .dg-section input.form-control,
  .dg-section select.form-select,
  .dg-section select.form-control{
    height: 4px !important;
  }

  .dg-section .dg-switch-ui{
    width: 240px;
  }

  .dg-section .dg-prompt{
    font-size: 20px;
  }
}

/* selects */
.sim-hero__selects2{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  max-width: 980px;
  margin: 0 auto;
}

.sim-hero__select2{
  position: relative;
  display: grid;
  gap: 8px;
}

.sim-hero__select2 select{
  font-family: Cera Pro Light, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  /*width: 100%;
  height: 56px;*/
  border-radius: 999px;
  /*border: 2px solid #fff !important;*/
  padding: 0 18px;
  border: 0;
  outline: none;
  background: linear-gradient(90deg,
  rgba(255,106,0,0.55) 0%,
  rgba(255,149,0,0.55) 40%,
   rgba(255,179,0,0.55) 100%
) !important;

  color: #000;
  /*font-weight: 900;*/
  font-size: .875rem;
  box-shadow: 0 12px 26px rgba(0,0,0,.12);

  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;

  /* espacio para la flecha */
  padding-right: 46px !important
}

/* flecha  */
.sim-hero__select2::after{
  content: "\f078"; /* fa-chevron-down */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  right: 35px;
  top: 35%;
  transform: translateY(-50%);
  color: #19217c;       
  pointer-events: none;
  font-size: 14px;
  opacity: .95;
}

.sim-hero__select2 select:focus{
  box-shadow: 0 0 0 4px rgba(255,138,0,.22), 0 12px 26px rgba(0,0,0,.12);
}

.sim-hero__select2 select:before{
  box-shadow: 0 0 0 4px rgba(255,138,0,.22), 0 12px 26px rgba(0,0,0,.12);
}

.sim-hero__select2 select option{
  color: #111 !important;
}

/* responsive */
@media (max-width: 992px){
  .sim-hero__selects2{ grid-template-columns: 1fr; }
}

@media (max-width: 576px){
  .sim-hero__selects2{ grid-template-columns: 1fr; margin-bottom: 100px;}
  .sim-hero__select2::after{top: 50%;}
}

.border-error {
  border: 2px solid red !important;
}

/*Para renovacion automatica*/

/* ---- Switch custom No/Si  ---- */
.dg-section .dg-switch-wrap2{
  width: 100%;
  display: flex;
  justify-content: center;   
  align-items: center;
  margin-top: 10px;
}

/* ocultar checkbox  */
.dg-section .dg-switch-input2{
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.dg-section .dg-switch-ui2{
  position: relative;
  width: 220px;              
  height: 40px;
  border-radius: 999px;
  background: #19217c ;       
  box-shadow: 0 14px 32px rgba(0,0,0,.14);
  cursor: pointer;
  user-select: none;

  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  padding: 0 18px;
  overflow: hidden;
}

/* textos */
.dg-section .dg-switch-text2{
  font-weight: 900;
  font-size: 16px;
  z-index: 2;
  text-align: center;
  color: rgba(255,255,255,.92);
  transition: .2s ease;
}

.dg-section .dg-switch-knob2{
  position: absolute;
  top: 6px;
  left: 6px;                         
  height: calc(100% - 12px);         
  width: calc(50% - 6px);            
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 12px 22px rgba(0,0,0,.18);
  transition: left .2s ease;
  z-index: 1;
}

/* checked */
.dg-section .dg-switch-input2:checked + .dg-switch-ui2 .dg-switch-knob2{
  left: calc(50%);                   /* 6px de margen a la derecha por el width calc */
}

.dg-section .dg-switch-input2:not(:checked) + .dg-switch-ui2 .dg-no2{
  color: #19217c;
}
.dg-section .dg-switch-input2:checked + .dg-switch-ui2 .dg-si2{
  color: #19217c;
}

.dg-section .dg-switch-text2-label{
  font-family: Chewy-Regular;
  font-weight: 900;
  font-size: 25px !important;
  z-index: 2;
  text-align: center;
  color: rgba(255,255,255,.92);
  transition: .2s ease;
  margin-bottom: -10px !important;
}

.dg-section .dg-switch-h4{
  font-size: 15px; 
  color: #00237D; 
  text-align: center;

  /*font-weight: 900;
  font-size: 25px !important;
  z-index: 2;
  text-align: center;
  color: rgba(255,255,255,.92);
  transition: .2s ease;*/
  /*margin-bottom: -15px !important;*/
}

/* Responsive */
@media (max-width: 576px){
  .dg-section .dg-switch-ui2{width: 200px;}
  .dg-section .dg-switch-h4{font-size: 12px;}
  .dg-section .dg-switch-text2-label{font-size: 25px !important;}
  .sim-hero__select2::after{top: 40%}
}

/* =========================================
    avisos-section
========================================= */

.avisos-section{
  margin-top: 12px;
  padding-top: 8px;
}
.avisos-section > div{
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 4px 0;
}

.avisos-section input[type="checkbox"]{
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  margin-top: 2px;              /* alinear con el texto */
  border: 2px solid rgba(25,33,124,.55); 
  border-radius: 6px;
  background: #fff;
  display: grid;
  place-content: center;
  cursor: pointer;
  flex: 0 0 20px;
  transition: transform .12s ease, background-color .12s ease, border-color .12s ease, box-shadow .12s ease;
}

.avisos-section input[type="checkbox"]:hover{
  border-color: rgba(25,33,124,.85);
  box-shadow: 0 0 0 4px rgba(25,33,124,.08);
}

.avisos-section input[type="checkbox"]:focus{
  outline: none;
  box-shadow: 0 0 0 4px rgba(25,33,124,.14);
}

.avisos-section input[type="checkbox"]::before{
  content: "";
  width: 12px;
  height: 6px;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: rotate(-45deg) scale(0);
  transform-origin: center;
  transition: transform .12s ease;
}


.avisos-section input[type="checkbox"]:checked{
  background: #19217c;
  border-color: #19217c;
  box-shadow: 0 10px 20px rgba(25,33,124,.18);
}

.avisos-section input[type="checkbox"]:checked::before{
  transform: rotate(-45deg) scale(1);
}


.avisos-section label{
  font-size: 13px !important;    
  line-height: 1.5;
  color: rgba(0,0,0,.70);
  margin: 0;
  cursor: pointer;
}


.avisos-section a{
  color: #19217c;
  font-family: Cera Pro Bold, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  text-decoration: none;
}

.avisos-section a:hover{
  text-decoration: underline;
}


.avisos-section input[type="checkbox"]:checked + label{
  color: rgba(0,0,0,.82);
  font-family: Cera Pro Bold, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

/* Mobile: */
@media (max-width: 576px){
  .avisos-section > div{ gap: 10px; }
  .avisos-section input[type="checkbox"]{ width: 22px; height: 22px; flex-basis: 22px; }
  .avisos-section label{ font-size: 12.5px !important; }
}


/* ====== Renovación visual (desktop flotante / mobile centrada) ====== */
.renovacion-visual{
  position: relative;
  height: 0;            /* no empuja contenido; sirve para “flotar” */
  z-index: 5;
}

.renovacion-visual__img{
  max-width: 100%;
  height: auto;
  display: block;
}

.renovacion-visual__img--desktop{
  position: absolute;
  right: 30px !important;
  top: -35px;          /* AJUSTA este valor si lo quieres más arriba/abajo */
  width: 160px;         /* AJUSTA tamaño en escritorio */
  pointer-events: none; /* no estorba clicks */
}

.renovacion-visual__img--mobile{
  display: none;
}

/* Móvil */
@media (max-width: 767px){
  .renovacion-visual{
    height: 0;          /* no empuja contenido */
    margin: 0;
  }

  .renovacion-visual__img{
      max-width: 32%;
  }

  .renovacion-visual__img--desktop{
    display: none;
  }

  .renovacion-visual__img--mobile{
    display: block;
    position: absolute;
    left: 83% !important;
    top: -32px !important;        /* AJUSTA (más negativo = más arriba) */
    transform: translateX(-50%);
    width: min(320px, 92%);
    pointer-events: none;
    z-index: 6;
  }
}