body {
  font-family: 'Montserrat', sans-serif;
  margin: 0;
  padding: 0;
}
.hero-text{
  padding: 80px 0px;

}
.hero-text h1{
  
  margin-bottom: 20px;
  color: #2B2F4F;
  font: normal normal 800 40px/49px 'Montserrat';
}

.hero-text p{
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  color: #636363;
}
.hero-text .logos {
  display: flex;
  justify-content: flex-end; /* 🔹 los empuja a la derecha */
  align-items: center;
  gap: 16px;
  margin-top: 24px;
}

.divider {
  width: 1px;
  height: 24px;
  background-color: #2B2F4F;
  opacity: 0.8;
}

/* Opcional: para que el texto y logos mantengan equilibrio */
.hero-text .text-wrapper {
  max-width: 90%;
}
.logo-aps{
  width: 89px;
}
.logo-gnp{
  width: 85px;
}
.logo-aps-foot{
  width: 157px;
}
.logo-gnp-foot{
  width: 150px;
}
.hero-text .row {
  position: relative;
  background: transparent; /* sin fondo general */
}

/* --- COLUMNA 2: IMAGEN --- */
.image-aps {
  background: url('../img/envato-labs-ai-6cbca577-18f7-4837-addc-151fa1ea3a4e.jpg') center center no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  box-shadow: 10px 10px 10px #20202329;
  position: relative;
  z-index: 2;
}

/* --- COLUMNA 3: FORMULARIO --- */
.form-box {
  background: #F6F6F6;
  padding: 36px 15px;
  height: 100%;
  position: relative;
  z-index: 2;
  border-radius: 30px;
}

/* --- FONDO GRIS DETRÁS DE IMAGEN Y FORMULARIO --- */
.fnd:nth-child(2)::after,
.fnd:nth-child(3)::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 63.6%;
  height: 100%;
  background: #F6F6F6;
  z-index: 1;
  border-radius: 30px;
}

/* Asegura que el contenedor principal permita que el pseudo-elemento se vea */
.container.hero-text {
  position: relative;
  overflow: hidden;
}
.form-box h5{
  font-size: 18px;
  font-weight: 600;
}
.form-box p{
  font-size: 16px;
  color: #636363;
}
.form-box input[type="text"],
.form-box input[type="email"],
.form-box input[type="tel"]{
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #ABABAB;
  border-radius: 10px;
  height: 40px;
}
.btn-asesoria {
  background: #DF8F41;
  border: 1px solid #C31A12;
  border-radius: 10px;
  height: 48px;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  transition: all 0.2s ease-in-out;
}

/* Hover */
.btn-asesoria:hover {
  background: #c97d38;
  border-color: #a0140f;
}
.bg-acom-exp{
  background: #2B2F4F 0% 0% no-repeat padding-box;
  box-shadow: 10px 10px 10px #20202359;
  border-radius: 30px;
  padding: 45px 31px;
  color: #fff;
}
.bg-acom-exp p{
  font-size: 16px;
  color: #fff;
}
.bg-acom-exp .acom{
  text-align: center;
  font-size: 14px;
  letter-spacing: 0px;
  color: #00B9EE !important;
  font-weight: medium;
}
.bg-acom-exp .acom-s{
  text-align: center;
  font-size: 16px;
  letter-spacing: 0px;
  color: #00B9EE !important;
  font-weight: medium;
  margin-top: 20px;
}
.bg-acom-exp h2{
  color: #fff;
  font-weight: 600;
  font-size: 26px;
}

.img-acom-exp{
  width: 131px;
}
.img-acom-exp-bill{
  width: 80px;
}
.bg-acom-exp h4{
  font-size: 18px;
  font-weight: 600;
  margin-top: 15px;
}
.bg-acom-exp p{
  color: #D1D0D1 !important;
  padding: 7px 35px ;
  font-size: 16px;
}
.ahorrar{
  background: #F6F6F6 0% 0% no-repeat padding-box;
  border-radius: 30px;
  opacity: 1;
  margin-top: 65px;
}

.bg-ahorrar {
  background: url('../img/envato-labs-ai-2f39da13-779b-45ca-b550-ca6668258c27.jpg') center center no-repeat;
  box-shadow: 10px 10px 10px #20202329;
  background-size: cover;
  height: 344px;
  border-radius: 30px;
}
.ahorrar h2, .bene h2, .faqs h2{
  color: #2B2F4F;
  font-weight: 600;
  font-size: 26px;
  margin-top: 20px;
}
.ahorrar p{
  color: #6D6D6D;
  font-weight: normal;
  font-size: 18px;
}

.cl-2{
  padding-left: 35px;
}
.btn-proy{
  background: #DF8F41;
  border: 1px solid #C31A12;
  border-radius: 10px;
  transition: all 0.2s ease-in-out;
  width: 70%;
  color: #fff;
  height: 48px;
  line-height: 37px;
  font-size: 20px;
}

/* Hover */
.btn-proy:hover {
  background: #c97d38;
  border-color: #a0140f;
}
.bene{
  margin-top: 83px;
}
.im2-bene{
  box-shadow: 5px 5px 5px #20202329;
border-radius: 30px;

}
.beneficio-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1.2rem;
}

.beneficio-icon {
  width: 20px;
  height: 20px;
  margin-right: 12px;
  flex-shrink: 0;
}

.beneficio-item h5 {
  font-family: 'Montserrat', sans-serif;
  color: #27aae1; /* azul del ejemplo */
  font-weight: 600;
  margin-bottom: 0.2rem;
  font-size: 16px;
}

.beneficio-item p, .card p {
  color: #636363;
  margin: 0;
  font-size: 16px;
  line-height: 1.4;
}
.bg-im2{
  background: url("../img/envato-labs-ai-f9661f9f-3b41-424d-8e20-7523c9159e5c.jpg") center center no-repeat;
  box-shadow: 5px 5px 5px #20202329;
  background-size: cover;
  border-radius: 30px;
}

.bg-im3{
  background: url("../img/pareja.jpg") center center no-repeat;
  box-shadow: 5px 5px 5px #20202329;
  background-size: cover;
  background-position: top;
  border-radius: 30px;
  height: 50%;
}
.bg-im4{
  background: url("../img/envato-labs-ai-114ca80d-f980-4e3d-84b8-536d5c36f39b.jpg") center center no-repeat;
  box-shadow: 5px 5px 5px #20202329;
  background-size: cover;
  border-radius: 30px;
  height: 50%;
}
.ig-t{
  display: flex;
  flex-direction: column;
  gap: 10px; /* Ajusta el valor según lo que necesites */
  height: 100%;
}
.beneficio-item{
  margin-top: 20px;
}
.bene h2{
  margin-bottom: 37px;
}

.btn-bene{
  background: #DF8F41;
  border: 1px solid #C31A12;
  border-radius: 10px;
  transition: all 0.2s ease-in-out;
  width: 100%;
  color: #fff;
  height: 48px;
  line-height: 37px;
  font-size: 20px;
  
}

/* Hover */
.btn-bene:hover {
  background: #c97d38;
  border-color: #a0140f;
}

.faqs{
  background: #F6F6F6 0% 0% no-repeat padding-box;
  border-radius: 30px;
  position: relative;
  opacity: 1;
  margin-top: 65px;
  padding: 71px 37px;
  z-index: 10;

}
.card{
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 10px;
  margin-top: 35px;
  padding: 42px 40px;
}
.test-name{
  color: #2B2F4F !important;
  font-weight: 600;
  margin-top: 20px !important;
}
.logos{
  margin-top: 30px;
  justify-content: center;
}
.accordion-button,.accordion-item{
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 10px;
}
.btn-faq{
  background: #DF8F41;
  border: 1px solid #C31A12;
  border-radius: 10px;
  transition: all 0.2s ease-in-out;
  width: auto;
  color: #fff;
  height: 48px;
  line-height: 20px;
  font-size: 20px;
  padding: 12px 90px;
  margin: auto;
}
.btn-faq:hover {
  background: #c97d38;
  border-color: #a0140f;
}
.accordion-button::after {
  background-image: none !important;
  content: "+";
  font-size: 24px;
  font-weight: normal;
}
.accordion-button:not(.collapsed)::after {
  content: "−";
}
.accordion-button{
  font-size: 16px !important;
  color: #636363 !important;
  font-weight: 600 !important;
}
footer {
  background: #2B2F4F;
  height: 185px;
  margin-top: -80px; /* si lo estás usando para el solapamiento */
  color: #fff;
  z-index: 1;
  
  display: flex;
  align-items: flex-end; /* coloca el contenido al fondo */
  justify-content: center; /* centra horizontalmente */
  padding-bottom: 20px; /* espacio visual desde el borde */
}
/* Input con error */
input.error,
select.error,
textarea.error {
  border: 2px solid red !important;
  box-shadow: 0 0 5px red;
}

/* Mensaje de error debajo del input */
label.error {
  color: red;
  font-size: 0.875rem;
  margin-top: 5px;
  display: block;
}
/* ===== Sección de logos rediseñados ===== */
.logos-redisenados {
  margin-top: 25px;
}

.logos-redisenados .logo-col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 220px;
}

.titulo-logo {
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 600 !important;
  font-size: 16px !important;
  color: #2B2F4F !important;
  margin-bottom: 8px;
  text-align: center;
}
#send{
    display:none;
}

/* ===== Estilo base para pasos del formulario ===== */
.form-step {
  font-family: 'Montserrat', sans-serif;
  color: #2B2F4F;
}

/* Títulos de cada paso */
.form-step h5,
.form-step h4 {
  font-size: 18px;
  font-weight: 600;
  color: #2B2F4F;
  margin-bottom: 10px;
}

/* Texto descriptivo */
.form-step p {
  font-size: 16px;
  color: #636363;
  margin-bottom: 15px;
}
.form-step input[type="text"],
.form-step input[type="email"],
.form-step input[type="tel"],
.form-step select {
  background: #FFFFFF;
  border: 1px solid #ABABAB;
  border-radius: 10px;
  height: 40px;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  color: #2B2F4F;
}
.form-step .btn-step,
.form-step .btn-asesoria {
  background: #DF8F41;
  border: 1px solid #C31A12;
  border-radius: 10px;
  height: 48px;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 600;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease-in-out;
}

.form-step .btn-step:hover,
.form-step .btn-asesoria:hover {
  background: #c97d38;
  border-color: #a0140f;
}
.form-step {
  animation: fadeStep 0.3s ease-in-out;
}

@keyframes fadeStep {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.btn-outline-asesoria{
  --bs-btn-color: #2B2F4F;
--bs-btn-border-color: #2B2F4F;
--bs-btn-hover-color: #fff;
--bs-btn-hover-bg: #2B2F4F;
--bs-btn-hover-border-color: #2B2F4F;
--bs-btn-focus-shadow-rgb: 13,110,253;
--bs-btn-active-color: #fff;
--bs-btn-active-bg: #2B2F4F;
--bs-btn-active-border-color: #2B2F4F;
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
--bs-btn-disabled-color: #2B2F4F;
--bs-btn-disabled-bg: transparent;
--bs-btn-disabled-border-color: #2B2F4F;
--bs-gradient: none;
border: 1px solid #2B2F4F;
}
.steps-indicator {
  display: flex;
  align-items: center;
  justify-content: center;
}

.step {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #ABABAB;
  font-family: 'Montserrat', sans-serif;
}

.step.active {
  color: #2B2F4F;
}

.step-number {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 2px solid #ABABAB;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  margin-bottom: 5px;
}

.step.active .step-number {
  background: #DF8F41;
  border-color: #DF8F41;
  color: #fff;
}

.step-text {
  font-size: 13px;
  font-weight: 500;
}

.step-line {
  width: 60px;
  height: 2px;
  background: #ABABAB;
  margin: 0 15px;
}

/* Progress */
.progress {
  height: 6px;
  background-color: #E0E0E0;
  border-radius: 10px;
}

.progress-bar {
  background-color: #DF8F41;
  border-radius: 10px;
  transition: width 0.3s ease;
}

/* Mobile: pseudo-elemento sin estilos */
@media (max-width: 768px) {
  .content{
    padding: 5%;
  }
  .fnd:nth-child(2)::after,
  .fnd:nth-child(3)::after {
    all: unset; /* elimina todos los estilos heredados y definidos */
    content: ""; /* mantiene el pseudo-elemento, pero sin estilo */
    display: block; /* opcional, para que siga ocupando espacio si hace falta */
  }
  .btn-faq{
    background: #DF8F41;
    border: 1px solid #C31A12;
    border-radius: 10px;
    transition: all 0.2s ease-in-out;
    width: 100%;
    color: #fff;
    height: 48px;
    line-height: 47px;
    font-size: 20px;
    padding: 0;
    margin: auto;
  }
  .form-box{
    margin-top: 25px;
  }
  .image-aps {
    background: url(../img/envato-labs-ai-6cbca577-18f7-4837-addc-151fa1ea3a4e.jpg) center center no-repeat;
    background-size: cover;
    width: 100%;
    height: 350px;
    border-radius: 30px;
    box-shadow: 10px 10px 10px #20202329;
    position: relative;
    z-index: 2;
    margin-top: 20px;
}
.bg-im2 {
    background: url(../img/envato-labs-ai-f9661f9f-3b41-424d-8e20-7523c9159e5c.jpg) center center no-repeat;
    box-shadow: 5px 5px 5px #20202329;
    background-size: cover;
    border-radius: 30px;
    height: 300px;
    margin-top: 35px;
}
.bg-im3 {
    background: url(../img/pareja.jpg) center center no-repeat;
    box-shadow: 5px 5px 5px #20202329;
    background-size: cover;
    background-position: top;
    border-radius: 30px;
    height: 350px;
    margin-top: 25px;
}
.bg-im4 {
    background: url(../img/envato-labs-ai-114ca80d-f980-4e3d-84b8-536d5c36f39b.jpg) center center no-repeat;
    box-shadow: 5px 5px 5px #20202329;
    background-size: cover;
    border-radius: 30px;
    height: 350px;
}
  .logos-redisenados {
    flex-direction: column;
    gap: 30px;
  }

  .logos-redisenados .logo-col {
    align-items: center;
  }

  .titulo-logo {
    text-align: center;
    font-size: 15px;
  }
}
