.hero {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap; /* 🔥 CLAVE */
}

/*------------------ Banner ------------------*/

.hero-left {
  flex: 1;
  min-width: 300px;
}

.hero-right {
  flex: 1;
  display: flex;
  justify-content: center;
  min-width: 300px;
}

.banner{
    padding: 0px !important;
}
.banner-content{
    padding: 100px 0px 50px 0px !important;
    gap: 70px !important;
    width: 90% !important;
    margin: 0 auto !important;
    max-width: 1800px;
}

.hero-content{
    gap: 0px !important;
}

.text-principal {
  font-size: 48px;
  line-height: 1.1;
}

@media (max-width: 992px) {
  .text-principal {
    font-size: 32px;
  }
}

.text-principal-span{
    color: #F5A623 !important;   
}

.banner-p{
    font-size: 20px !important;
    font-weight: 500 !important;
    color: white !important;
    margin-bottom: 5px !important;
}

.banner-pdos{
    font-size: 18px !important;
    font-weight: 100 !important;
    color: white !important;
    margin-bottom: 30px !important;
    width: 75%;
}

.hero-buttons {
    display: flex !important;
    gap: 15px !important;
    flex-direction: row !important;
    justify-content: flex-start !important;
    width: 50% !important;
}

/* Contact Button */
.btn-contactos {
    background-color: #F5A623 !important;
    color: white !important;
    text-decoration: none !important;
    padding: 20px 30px !important;
    border-radius: 50px !important;
    font-weight: 700 !important;
    display: inline-block !important;
    transition: all 0.3s ease !important;
    font-size: 1.1rem !important;
}

.btn-contactos:hover {
    transform: translateY(-3px) !important;
    background-color: #f39c12 !important;
    box-shadow: 0 6px 20px rgba(255, 179, 48, 0.5) !important;
}

.btn-ghost {
    border: 1px solid #F5A623 !important;
    color: #F5A623 !important;
    padding: 20px 30px !important;
    border-radius: 50px !important;
    text-decoration: none !important;
    font-weight: 500 !important;
    font-size: 18px !important;
    transition: all 0.3s ease !important;
}

.btn-ghost:hover {
    background: #F5A623 !important;
    color: white !important;
    transform: translateY(-3px) !important; 
}

.hero-form-box{
    display: flex !important;
    align-items: flex-end !important;
}

.uagb-block-2d1b2d14.wp-block-uagb-advanced-heading .uagb-heading-text{
    color: white !important;
    text-align: center !important;
    font-size: 24px !important;
    font-weight: 500!important;
}

.srfm-form-container .srfm-form .srfm-textarea-block .srfm-block-wrap .srfm-input-textarea{
    height: 88px;
    background-color: rgba(255, 255, 255, 0.8);
    opacity: 18px;
}

.form-banner {
  width: 100%;
  max-width: 552px;
  height: auto;
}

.srfm-form-container .srfm-block .srfm-block-label, .uagb-block-5475f195.wp-block-uagb-advanced-heading .uagb-heading-text{
    font-size: 18px !important;
    font-weight: 100 !important;
}
.srfm-form-container .srfm-form .srfm-block:not(.srfm-number-block) .srfm-input-common , .srfm-form-container .srfm-form .srfm-block:not(.srfm-number-block) .srfm-input-common{
    height: 54px;
    background-color: rgba(255, 255, 255, 0.8);
}

.info-form label, .comu-form p{
    color: white !important;
}

.srfm-form-container .srfm-form{
    row-gap: 0px;
    padding: 10px;
}

.srfm-form-container .srfm-submit-button{
    background-color: #F5A623;
    border: 1px solid #F5A623;
    color: white;
    width: 100%;
    font-size: 18px;
    border-radius: 59px;
}

@media (max-width: 1700px) {
  .text-principal {
    font-size: 40px !important;
  }
  
  .banner-p {
    font-size: 17px !important;
  }
  
  .banner-pdos{
      font-size: 17px !important;
      width: 64% !important;
  }
  
  .btn-ghost, .btn-contactos{
      font-size: 15px !important;
      padding: 20px 10px !important;
  }
}

@media (max-width: 1440px) {
  .text-principal {
    font-size: 36px !important;
    width: 90%;
  }
  
  .banner-p {
    font-size: 17px !important;
  }
  
  .banner-pdos{
      font-size: 17px !important;
      width: 64% !important;
  }
  
  .btn-ghost, .btn-contactos{
      font-size: 15px !important;
      padding: 20px 5px !important;
  }
}

@media (max-width: 992px) {

  .hero {
    flex-direction: column;
    text-align: center;
  }

  .hero-left,
  .hero-right {
    width: 100%;
  }

  .banner-pdos {
    width: 100%;
  }

  .hero-buttons {
    justify-content: center;
  }
}

/*------------------ Cinta ------------------*/

.cinta{
    display: flex !important;
}

.cinta-box {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: space-between !important;
    gap: 20px !important;
    flex-direction: row !important;
    width: 90% !important;
    max-width: 1800px;
    margin: 0 auto !important;
}

.cinta-box-content {
    flex: 1 !important;
    min-width: 250px !important;
    display: flex !important;
    align-items: center !important;
    gap: 15px !important;
    flex-direction: row !important;
}

.cinta-img{
    display: flex;
    justify-content: center;
    background-color: #2A7B6F;
    padding: 10px;
    border: 3px solid #FFFF;
    border-radius: 50%;
    width: 70px;
    height: 70px;
}

.cinta-img img{
    width: 40px;
    height: auto;
}

.text-cinta{
    font-size: 24px !important;
    line-height: 1;
}

.text-cinta-span{
    font-size: 20px !important;
}

@media (max-width: 992px) {
    .cinta-box {
        flex-direction: column;
        align-items: center;
    }

    .cinta-box-content {
        width: 100%;
        justify-content: center;
        text-align: center;
    }
}

/*------------------ Soluciones ------------------*/

.soluciones-box{
    width: 90% !important;
    max-width: 1800px;
    margin: 0 auto !important;
    display: flex !important;
    align-items: center !important;
    gap: 0px !important;
    padding-top: 100px !important;
}

.min-text-soluciones{
    font-size: 20px;
}

.tittle-soluciones{
    font-size: 36px;
    font-weight: bold;
}

.p-soluciones{
    text-align: center;
    font-size: 18px;
    margin-bottom: 50px !important;
}

.slide-soluciones{
    display: flex !important;
    flex-direction: row !important;
    gap: 30px !important;
    align-items: stretch !important; 
}

.slide-box-soluciones {
    display: flex !important;
    flex-direction: column !important;
    flex: 1 !important; 
    max-width: 32% !important;
    gap: 0px !important;
}

.slide-box-tittle-soluciones{
    width: 100%;
    text-align: center;
    border-radius: 10px;
    padding: 10px;
    margin: 0 !important;
    z-index: 99;
    transform: translateY(10px);
}

.slide-box-img-soluciones{
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

.slide-box-img-soluciones img{
    display: block !important;
    width: 100% !important;
    height: auto!important;
}

.slide-box-min-soluciones{
    font-size: 20px;
    font-weight: bold;
    line-height: 1.3;
}

.slide-box-p-soluciones{
    font-size: 14px;
    margin-top: auto !important;
    margin-bottom: auto !important;
}

.slide-box-content {
        flex: 1 !important;
    display: flex !important;
    flex-direction: column !important;
    padding: 30px 50px;
    border: 1px solid #c3c3c3;
    transform: translateY(-16px);
    border-radius: 10px;
    background-color: white;
}

.wp-block-button{
    width: 100%;
    border-radius: 50px;
}

.slide-box-btn-soluciones{
    width: 100%;
    border-radius: 50px !important;
}

.btn-servicios{
    justify-content: center !important;
    border-radius: 50px !important;
    margin-top: 20px !important;
}

/*------------------ Quienes Somos ------------------*/

.quienes-somos-box{
    width: 90% !important;
    max-width: 1800px;
    margin: 0 auto !important;
    padding-top: 100px;
}

.qs-tittle{
    font-size: 20px;
    font-weight: 500;
}

.qs-subtittle{
    font-size: 36px;
    line-height: 1.1;
    font-weight: 800;
    width: 70%;
}

.qs-p{
    font-size: 14px;
    width: 70%;
}

.p-content{
    color: #F5A623;
}

.qs-pmenos{
    font-size: 14px;
    font-weight: 500;
}

.qs-box{
    border-radius: 15px;
    max-width: 400px;
    width: 100% !important;
    align-items: center !important;
    gap: 0 !important;
    height: 200px !important;
}

.qs-box-img, .qs-box-img img{
    width: 78px !important;
    height: 63px !important;
}

.qs-box-img-w, .qs-box-img-w img{
    width: 51px !important;
    height: 63px !important;
}

.box-qs{
    width: 100% !important;
    gap: 20px !important;
}

.box-content-qs{
    align-items: end !important;
}

.qs-box-tittle{
    font-size: 20px;
    font-weight: 700;
    margin-top: 10px !important;
}

.qs-box-p{
    font-size: 16px;
    font-weight: 100;
}


/*------------------ Razones ------------------*/

.razones-box{
    width: 90% !important;
    max-width: 1800px;
    margin: 0 auto !important;
    padding-top: 100px;
}

.razones-box-content{
    align-items: center !important;
    gap: 0px !important;
    padding-top: 300px;
    height: 500px !important;
}

.razones-box-contentdos{
    align-items: center !important;
    gap: 0px !important;
    padding-top: 100px;
}

.razones-box-content-q{
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 5px !important;
}

.razones-box-content-tittle{
    font-size: 36px;
    font-weight: bold;
}

.razones-box-content-five{
    display: flex !important;
    flex-direction: row !important;
    padding: 60px 40px !important;
    border: 1px solid gray;
    background-color: white;
    z-index: 99;
    transform: translateY(10%) !important;
    width: 90% !important;
    border-radius: 20px;
    margin: 0 auto !important;
}

.content-five{
    padding-left: 30px !important;
    gap: 0px !important;
}

.content-five-tittle{
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3 !important;
    width: 70% !important;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
    align-items: normal !important;
}

.content-five-p{
    font-size: 14px;
    line-height: 1.5 !important;
    width: 80% !important;
}

@media (max-width: 1440px){
    .content-five-tittle{
        font-size: 17px;
    }
}

/*------------------ Proyectos ------------------*/

.proyectos{
    width: 90% !important;
    max-width: 1600px;
    margin: 0 auto !important;
    padding-top: 250px;
}

.proyecto-tittle{
    font-size: 20px;
    font-weight: 600;
}

.proyecto-subtittle{
    font-size: 36px;
    font-weight: 800;
    width: 40%;
    line-height: 1;
}

.content-grid-box{
    width: 100%;
}

.proyectos-grid{
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-between !important;
    padding: 0px !important;
}

.proyecto-eleccion{
    border-radius: 10px!important;
    border: 1px solid #1B2E4B1A !important;
    color: #1B2E4B !important;
    font-size: 16px !important;
    font-weight: bold !important;
}

.proyecto-eleccion-content{
    padding: 0px !important;
    border: 1px solid white !important;
}

.wp-block-spectra-tabs-child-tab-wrapper{
    gap: 0px !important;
}

.proyecto-box-btn{
    display: flex !important;
    flex-direction: row !important;
    padding: 0px;
    justify-content: space-between !important;
}

.p-block-btn{
    width: 20%;
    flex-direction: row-reverse !important;
}

.spectra-button__link{
    width: 250px;
}

.proyecto-btn{
    border-radius: 50px !important;
    padding: 20px 10px 20px 10px !important;
}


/*------------------ Procesos ------------------*/

.procesos{
    padding-top: 100px;
}

.procesos-container{
    width: 90% !important;
    max-width: 1800px;
    margin: 0 auto !important;
    height: 656px !important;
}

.procesos-box{
    display: flex !important;
    flex-direction: row !important;
}

.procesos-box-texto{
    gap: 0px !important;
}

.procesos-left{
    align-items: center !important;
}

.procesos-right{
    gap: 0px !important;
    height: 660px !important;
    transform: translateY(80px);
}

.procesos-tittle{
    font-size: 20px;
    font-weight: 500;
}

.procesos-p{
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 30px !important;
}

.procesos-box-tittle{
    font-size: 20px;
    font-weight: 500;
}

.procesos-box-p{
    font-size: 14px;
    font-weight: 100;
    width: 74% !important;
}

.procesos-img{
    transform: translateY(-50px);
}


/*------------------ Pedagogia ------------------*/

.pedagogia{
    padding-top: 80px;
}

.pedagogia-content{
    width: 90% !important;
    max-width: 1800px;
    margin: 0 auto !important;
    gap: 0px !important;
    align-items: center !important;
}

.pdg-tittle{
    font-size: 20px;
    font-weight: 500;   
}

.pdg-sub-tittle{
    font-size: 36px;
    font-weight: 700;
}

.pdg-p{
    font-size: 18px;
    font-weight: 500;
}

.pdg-content{
    width: 75% !important;
    display: flex;
    gap: 30px;
    align-items: stretch;
}

.pdg-img, .pdg-img img{
    width: 100% !important;
}

.pdg-box{
    flex: 1 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 0px !important;
}

.pdg-logo{
    position: absolute;
    top: -70px;
    left: 50%;
    transform: translateX(-160%);
    background: white;
    padding: 15px 25px !important;
    border: 1px solid gray;
    border-radius: 10px;
    z-index: 10;
}

.pdg-content-box{
    padding: 60px 50px 40px !important; 
    background-color: white;
    border: 1px solid gray;
    border-radius: 10px;
    flex: 1;
    display: flex;
    flex-direction: column;
    transform: translateY(-30px);
    gap: 0px !important;
}

.pdg-box-tittle{
    font-size: 20px;
    font-weight: 600;
}

.pdg-box-sub-tittle{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px !important;
}

.pdg-box-p{
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 40px !important;
}

.btn-pedagogia{
    border-radius: 40px !important;
}

/*------------------ Testimonios ------------------*/

.testimonios{
    padding-top: 40px;
}

.testimonios-content{
    width: 90% !important;
    max-width: 1600px;
    margin: 0 auto !important;
    gap: 0px !important;
    align-items: center !important;
}

.test-tittle{
    font-size: 20px;
    font-weight: 600;
}

.test-sub-tittle{
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 30px !important;
}

.test-box-content{
    gap: 20px !important;    
}

.test-content{
    border: 1px solid gray;
    border-radius: 10px;
    gap: 0px !important;
}

.test-nc{
    gap: 0px !important;
}

.test-estrellas{
    margin-bottom: 20px !important;
}

.test-p{
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
}

.test-nom{
    font-size: 16px;
    font-weight: 500;
}

.test-city{
    font-size: 16px;
    font-weight: 500;
}


/*------------------ Bloque Azul ------------------*/

.bloque-azul{
    padding-top: 100px;
}

.ba-content{
    width: 90% !important;
    max-width: 1800px;
    margin: 0 auto !important;
    gap: 0px !important;
    align-items: center !important;
}

.ba-tittle{
    font-size: 36px;
    font-weight: 700;
}

.ba-tittle-y{
    transform: translateY(-20px);
}

.ba-tittle-p{
    padding-top: 100px;
}

.span-ba{
    color: #F5A623 !important;
}

.ba-box-btn{
    display: flex !important;
    flex-direction: row !important;
    width: 30% !important;
    padding-bottom: 100px !important;
}

.ba-btn{
    padding-right: 10px !important;
    padding-left: 10px !important;
    border-radius: 50px !important;
    border: 1px solid #f5a623 !important;
}

/*------------------ Asesoria ------------------*/

.asesoria{
    padding-top: 100px;
}

.asesoria-content{
    width: 90% !important;
    max-width: 1500px;
    margin: 0 auto !important;
    gap: 0px !important;
    align-items: center !important;
}

.ase-left{
    padding: 30px !important;
    gap: 0px !important;
    height: 850px !important;
}

.ase-right{
    padding: 0px 50px !important;
    border: 1px solid gray;
    border-radius: 10px;
    height: 850px !important;
}

.ase-tittle{
    font-size: 20px;
    font-weight: 600;
}

.ase-sub-tittle{
    font-size: 36px;
    font-weight: 800;
}

.ase-p{
    font-size: 14px;
    font-weight: 500;
}

.ase-pd{
    font-size: 20px;
    font-weight: 600;
}

.ase-content{
    display: flex !important;
    flex-direction: column !important;
}

.ase-box{
    display: flex !important;
    flex-direction: row !important;
    gap: 0px !important;
}

.ase-img{
    padding: 20px;
    background-color: #2A7B6F;
    border-radius: 50px;
}

.op-b-form label, .op-b-form legend{
    color: black !important;
}

.ase-info{
    gap: 0px !important;
    width: 3000px !important;
}

.asesoria, .asesoria-content{
    height: 900px !important;
}

.srfm-form-container .srfm-form .srfm-block .srfm-dropdown-common-wrap .srfm-dropdown-common .ts-dropdown{
    background-color: white !important;
}








