.promo-container-wrapper{
   max-width: 1294px;
   margin: 0 auto;
   padding-top: 50px;
   height: 100%;
   display: flex;
   flex-direction: column;
   gap: var(--section-spacing, 40px);
}

.promo-container{
    display: flex;
    justify-content: space-between;
    padding: var(--section-spacing, 40px) 50px;
    position: relative;
}

.promo {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .fondo-vectores-resp{
    display: none;
  }

.fondo-vectores{
    position: absolute;
    top: 0;
    left: -50px;
    width: 650px;
    height: auto;
    object-fit: contain;
    z-index: 1;
}

.promo-content{
    padding: 0px 20px;
    z-index: 2;
    width: 100%;
}
  
  .promo-title {
    font-size: 58px;
    font-weight: 500;
    line-height: 1.2;
    margin: 0 0 16px 0;
    padding-right: 50px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    z-index: 2;
  }

  .promo-title-text {
    font-weight: 700;
    z-index: 2;
  }

  .iphone-img {
    height: 43px;
    vertical-align: bottom;
    display: inline-block;
    margin-left: 12px;
    z-index: 2;
  }

  .promo-content-img{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 40px;
    z-index: 2;
  }

  .promo-subtitle {
    font-size: 24px;
    font-weight: 400;
    padding-right: 50px;
    color: #222222;
    line-height: 1.5;
    margin: 0;
    z-index: 2;
  }

  .promo-form{
    max-width: 541px;
    width: 100%;;
  }

/* Formulario Redesign */
.rdz-form-wrapper {
    display: flex;
    justify-content: center;
    max-width: 541px;
    width: 100%;
    z-index: 2;
}

.rdz-form-card {
    width: 100%;
    max-width: 541px;
    background: #ffffff;
    border-radius: 24px;
    padding: 40px;
    border: none;
    z-index: 2;
}

.rdz-form-titles {
    margin-bottom: 24px;
}

.rdz-title {
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 8px 0;
    color: #111827;
    text-align: center;
}

.rdz-subtitle {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    color: #6b7280;
    text-align: center;
}

.rdz-form {
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 351px;
    margin: 0 auto;
}

.rdz-field {
    display: flex;
    flex-direction: column;
    gap: 6px;
    width: 100%;
}

/* Forzamos el ancho 100% en los form-groups para evitar columnas de bootstrap */
.rdz-field.form-group,
.rdz-field.col-xs-12,
.rdz-field.col-md-6 {
    width: 100% !important;
    float: none !important;
    padding: 0 !important;
    margin: 0 !important;
    max-width: 100% !important;
    flex: none !important;
}

.rdz-label {
    font-size: 14px;
    font-weight: 500;
    color: #374151;
    margin-bottom: 4px;
    display: block;
}

.rdz-input,
.rdz-input.form-control,
select.rdz-input {
    width: 100%;
    height: 48px;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    padding: 12px 16px;
    font-size: 16px;
    color: #1f2937;
    background: #ffffff;
    box-sizing: border-box;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    transition: all 0.2s;
    line-height: 1.5;
}

.rdz-input:focus {
    outline: none;
    border-color: #ef4444; /* Rojo aproximado */
    box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.15);
}

.rdz-input::placeholder {
    color: #9ca3af;
}

.rdz-helper {
    margin-top: -8px;
}

.sp-dates {
    font-size: 12px;
    color: #6b7280;
}

.rdz-alert {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    background: #fffbeb;
    border: 1px solid #fcd34d;
    border-radius: 12px;
    padding: 14px 18px;
    font-size: 11px;
    color: #92400e;
    line-height: 1.5;
    margin-top: 8px;
}

.rdz-alert img {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    margin-top: 2px;
}

.rdz-alert p {
    margin: 0;
}

.aviso-href {
    color: #d97706;
    text-decoration: underline;
    font-weight: 500;
}

.rdz-recaptcha {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 16px 0;
}

.rdz-actions {
    margin-top: 8px;
    width: 100%;
}

.rdz-btn-primary,
button.rdz-btn-primary {
    width: 100%;
    background: #da291c; /* Rojo Claro */
    color: #ffffff;
    border: none;
    border-radius: 9999px; /* Pill shape */
    height: 52px;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    transition: background-color 0.2s;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: none; /* Evitar mayusculas forzadas si las hay */
    box-shadow: 0 4px 6px -1px rgba(218, 41, 28, 0.3);
}

.rdz-btn-primary:hover,
button.rdz-btn-primary:hover {
    background: #b91c1c;
}

.rdz-btn-primary:disabled {
    background: #ef4444;
    opacity: 0.7;
    cursor: not-allowed;
}

.rdz-btn-secondary {
    width: 100%;
    background: transparent;
    color: #da291c;
    border: 2px solid #da291c;
    border-radius: 9999px;
    height: 48px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    margin-top: 12px;
    transition: all 0.2s;
}

.rdz-btn-secondary:hover {
    background: #fff5f5;
}

.rdz-notify {
    margin-top: 12px;
    text-align: center;
}

@media (max-width: 750px) {

  .promo-form{
    margin: 0 auto;
  }

  .rdz-form{
    padding: 20px 0px;
  }

  .promo-container{
    flex-direction: column;
    gap: 40px;
    padding: 20px;
  }

  .fondo-vectores{
    display: none;
  }

  .fondo-vectores-resp{
    position: absolute;
    display: block;
    top: -50px;
    left: 0;
    width: 100%;
    max-width: 400px;
    height: auto;
    object-fit: contain;
    z-index: 0;
  }

  .promo-content{
    padding: 0px;
  }

  .promo-title{
    font-size: 38px;
  }

  .iphone-img{
    height: 27px;
    margin-left: 4px;
  }
  

  .promo-subtitle{
    font-size: 17px;
  }


  .promo-content-img{
    display: none;
  }

  .rdz-form-wrapper{
    margin: 0 auto;
  }

    .rdz-form-card {
        padding: 24px;
        border-radius: 20px;
        margin: 0 auto;
    }
    
    .rdz-title {
        font-size: 20px;
    }
}


.contacto-assist{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: var(--section-spacing, 40px) 0;
}

.contacto-assist-title{
    font-size: 40px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 40px;
  }

  .contacto-assist-content{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 70px;
    border-radius: 40px;
    background-color: #FFFFFF;
    padding: 70px;
    width: 100%;
  }



:root{
    --accent-orange: #FFA500; /* borde de los círculos / línea vertical */
    --step-red: #DA291C;      /* color PASO */
    --text-black: #111;
    --circle-size: 48px;
    --gap-horizontal: 24px;
    --vertical-gap: 90px;
    --section-spacing: 40px;
  }

  .contacto-assist-img{
    max-width: 100%;
  }
  
  .steps{
    max-width: 500px;
    min-width: 300px;
  }
  
  .step{
    display: flex;
  align-items: flex-start; /* permite que el indicador se estire en alto */
    gap: var(--gap-horizontal);
    margin-bottom: var(--vertical-gap);
  }
  
  /* indicador: círculo y línea (la línea aparece solo si NO es el último .step) */
  .step-indicator{
    position: relative;
    width: var(--circle-size);
    min-width: var(--circle-size);
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
  align-self: stretch; /* se estira a la altura del step para calcular la línea */
  }
  
  /* círculo con número */
  .step-indicator span{
    width: var(--circle-size);
    height: var(--circle-size);
    border-radius: 50%;
    border: 3px solid var(--accent-orange);
    background: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 16px;
    color: var(--step-red);
    z-index: 2;
  }
  
  /* línea que conecta con el siguiente círculo:
     aplicamos sólo a los indicadores cuyo .step NO es :last-child */
  .step:not(:last-child) .step-indicator::after{
    content: "";
    position: absolute;
  top: calc(var(--circle-size) / 2); /* centro del círculo */
    left: 50%;
    transform: translateX(-50%);
    width: 3px;
  height: calc(100% + var(--vertical-gap)); /* alto del step + separación (margin-bottom) */
    background: var(--accent-orange);
    z-index: 1;
  }
  
  /* textos */
  .step p{
    margin: 0;
    font-size: 18px;
    font-weight: 500; /* texto negro normal */
    color: var(--text-black);
    line-height: 1.4;
    max-width: 560px;
  }
  
  /* estilo del "PASO X" */
  .step p strong:first-child,
  .step p strong{
    color: var(--step-red);
    font-weight: 700;
    font-size: 18px;
  }
  
  /* pequeño ajuste responsivo */
  @media (max-width: 900px){

    .contacto-assist-title{
      font-size: 36px;
    }


    .contacto-assist{
      width: 95%;
      margin: 0 auto;
      padding: 0px;
      padding-bottom: 40px;
    }

    .contacto-assist-img{
      max-width: 100%;
      height: auto;
      display: block;
    }

    .contacto-assist-content{
      flex-direction: column;
      gap: 20px;
      padding: 40px 20px;
    }

    .steps{
      max-width: 100%;
      width: 100%;
      display: flex;
      flex-direction: column;
      gap: 0;
    }

    .step{
      display: flex;
      align-items: flex-start;
      gap: 16px;
      margin-bottom: 30px;
      width: 100%;
      position: relative;
    }

    .step:last-child{
      margin-bottom: 0;
    }

    .step p{
      margin: 0;
      font-size: 16px;
      max-width: 100%;
      width: 100%;
      flex: 1;
      display: block;
      visibility: visible;
      opacity: 1;
      color: var(--text-black);
      line-height: 1.5;
    }

    .step-indicator{
      flex-shrink: 0;
      width: 40px;
      min-width: 40px;
      display: flex;
      flex-direction: column;
      align-items: center;
      position: relative;
      align-self: stretch; /* Se extiende a la altura completa del step */
    }

    .step-indicator span{
      width: 40px;
      height: 40px;
      font-size: 14px;
      flex-shrink: 0;
    }

    /* Ajustar la línea conectora en mobile */
    .step:not(:last-child) .step-indicator::after{
      content: "";
      position: absolute;
    top: 20px; /* centro del círculo de 40px */
      left: 50%;
      transform: translateX(-50%);
      width: 3px;
    height: calc(100% + 30px); /* alto del step + separación (margin-bottom) */
      background: var(--accent-orange);
      z-index: 1;
    }

    /* Asegurar que el último step no tenga línea */
    .step:last-child .step-indicator::after{
      display: none;
    }
  }
  
.features-container{
    padding: var(--section-spacing, 40px) 0;
}

  .features-content{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    width: 100%;
  }

  .feature-item{
    background-color: #FFFFFF;
    border-radius: 25px;
    padding: 20px 30px;
    display: flex;
    gap: 20px;
  }

  .feature-img{
    width: 48px;
    height: 48px;
  }

  .feature-item-content{
    display: flex;
    flex-direction: column;
    gap: 4px;
  }

  .feature-item-title{
    font-size: 20px;
    font-weight: 700;
    color: #FF8300;
  }

  .feature-item-description{
    font-size: 18px;
    font-weight: 400;
  }

  @media (max-width: 750px){

    .features-container{
      width: 95%;
      margin: 0 auto;
      padding: 0px;
      padding-bottom: 40px;
    }

    .feature-img{
      width: 36px;
      height: 36px;
    }

    .feature-item-title{
      font-size: 18px;
    }
  
    .feature-item-description{
      font-size: 16px;
    }

    .features-content{
      grid-template-columns: repeat(1, 1fr);
    }
  }