
body {
    background:
        linear-gradient(330deg, rgba(249, 249, 249, 1), rgba(238, 241, 239, 1), rgba(226, 234, 230, 1), rgba(215, 226, 223, 1), rgba(203, 218, 218, 0.8), rgba(193, 210, 214, 0), rgba(184, 201, 211, 0), rgba(177, 192, 208, 0)),
        url('https://www.iexe.edu.mx/wp-content/themes/iexe-unicorn/assets/img/recomendados/bg-landing-beca_010.jpg') 0% 0% / contain no-repeat;
    background-size: auto;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: top;
}

@media only screen and (max-width: 900px) {
    body {
        background-size: inherit;
    }
}

.select-ipt {
    color: #0018ff;
    font-size: 12px;
    height: unset;
    border-radius: 0px;
    border: none;
    border-bottom: 1px solid black;
    outline: none;
    text-align: left !important;
    padding: 3px 0px;
}

.titulo-beneficios {
    font-size: 48px;
    color: #001e42;
    font-family: "Work Sans", sans-serif;
    font-weight: bold;
    margin-bottom: 50px;

}

.cuadro {
    width: 100%;
    max-width: 200px;
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 70px;
    background-color: var(--primario-azul-obscuro);
    border-radius: 15px !important;
    box-shadow: -15px 20px 30px #00001e42;
}

.sub-title-beneficios {
    font-family: "Work Sans", sans-serif;
    color: #0018ff;
    font-size: 30px;
}

#pie {
    height: auto;
}

@media screen and (max-width: 600px) {
    body {
        background-size: inherit;
        background-repeat: no-repeat;
        background-position-x: 0 !important;
        background-position-y: top;
    }
}

@media only screen and (max-width: 768px) {
    #pie {
        height: auto;
    }
}

.people-image {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), white, rgba(255, 255, 255, 0));
}

.title-recomendado {
    font-size: 42px;
}

.title-asesor {
    color: white;
    text-align: right;
    font-size: 18px;
    font-weight: 300;
    margin: 0px;
    margin-top: 15px;
}

.telefono-wa-head a {
    text-decoration: none;
    color: #001e42;
    font-size: 40px;
    font-weight: 900;
}

.dad {
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo-header {
    width: 100%;
    min-width: 180px;
    margin-top: 25px;
    padding-bottom: 4%;
    max-width: 200px;
}

/* Asegurar que el contenedor padre use Flexbox */
.col-md-2.col-4 {
    display: flex;
    justify-content: center;
    /* Centrar el contenido horizontalmente */
    align-items: center;
    /* Centrar el contenido verticalmente */
    flex-direction: column;
    /* Alinear los elementos uno debajo del otro */
    height: 100%;
    /* Para asegurar que el div tome el alto disponible */
}

.ico-whatsapp {
    width: 60px;
    margin-right: 10px;
}

.cuadro {
    width: 100%;
    max-width: 200px;
    height: 200px;
    display: flex;
    font-size: 14px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
    background-color: var(--primario-azul-obscuro);
    border-radius: 15px !important;
    box-shadow: -15px 20px 30px #00001e42;
}


@media only screen and (max-width: 425px) {
    .telefono-wa-head {
     font-size: 24px !important;
    }
    
    .ico-whatsapp {
        width: 40px !important;
    }

    h2.tipo {
        font-size: 18px;
    }

    .hide {
        display: none;
    }

    .programa-academico {
        font-size: 28px !important;
    }

    .title-recomendado {
        font-size: 30px !important;
    }

    .ico-whatsapp {
        width: 40px;
    }

    .telefono-wa-head a {
        font-size: 28px;
    }

    .titulo-beneficios {
        font-size: 40px
    }

    #section-opinion-comunidad {
        margin-top: 30px;
    }
}

/* Video wrapper to center the video */
.video-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Video container */
.video-container {
    position: relative;
    width: 90%;
    /* Adjust the width as needed */
    max-width: 314px;
    /* Set a max-width for vertical video */
    padding-top: 100%;
    /* Aspect ratio for vertical video (9:16) */
    aspect-ratio: 9 / 16;
    overflow: hidden;
    background-color: #000;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

/* Embedded iframe styles */
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.boton-flotante {
    bottom: 40px;
    left: 50%;
    background-color: blue;
    color: white;
    font-weight: bold;
    padding: 15px 30px;
    border: none;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    z-index: 1000;
    text-align: center;
    font-size: 32px;
}

.boton-flotante:hover {
    background-color: #0000cc;
}

section#landing-principal {
    margin-top: 16px;
}

section#relacionados {
    background-color: #FFF;
}

.bloque-ico {
    text-align: right;
}

.bloques-principales {
    background: var(--primario--azul-obscuro);
    border-radius: 15px;
    color: #FFF;
    height: 185px;
    width: 185px;
    padding: 15px;
    box-shadow: -15px 20px 30px #001C3A5C;
    margin-bottom: 73px;
}

.bloque-ico {
    text-align: right;
}

p.el-elemento {
    font-weight: 800;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0.28px;
    width: 80%;
}

span.elemento-respuesta {
    color: #00ffe8;
    font-weight: 300;
    font-size: 15px;
    letter-spacing: 0.25px;
}

span.line-sep {
    width: 60%;
    background: linear-gradient(90deg, rgba(0, 255, 232, 1) 0%, rgba(255, 255, 255, 0) 100%);
    height: 2px;
    display: block;
    margin-bottom: 5px;
}

p.el-elemento {
    font-weight: 800;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0.28px;
    width: 80%;
    margin-bottom: 8px;
}

h2.tipo {
    color: #0018ff;
    font-weight: 900;
    font-size: 24px;
    font-family: "Work Sans", sans-serif;
}

h1.titulo-recomendado-1 {
    font-weight: 900;
    color: #001e42;
    font-size: 40px;
    line-height: 42px;
    width: 80%;
    font-family: var(--familia-titulos);
    letter-spacing: -2px;
    max-width: 500px;
}

h1.titulo-recomendado-2 {
    font-weight: 900;
    color: #001e42;
    font-size: 120px;
    line-height: 42px;
    width: 80%;
    font-family: var(--familia-titulos);
    letter-spacing: -2px;
    max-width: 500px;
}

h1.por-que-elegir {
    font-family: var(--familia-titulos);
    font-size: 30px;
    letter-spacing: 0.72px;
    line-height: 36px;
    color: #001e42;
    text-align: center;
}

p.tu-oportunidad-avanzar {
    font-size: 21px;
    line-height: 25px;
    font-weight: 800;
    font-family: "Work Sans", sans-serif;
    color: #0018ff;
    max-width: 395px;
}


.descripcion-recomendado {
    color: #001e42;
    /*         font-weight: 200; */
    font-size: 16px !important;
    letter-spacing: -1px;
    line-height: 26px;
    max-width: 380px;
    font-family: "Work Sans", sans-serif;
    font-size: 18px; max-width: 480px;
        font-family: 'Public Sans', sans-serif;
}

.bloque-gde {
    background: var(--primario--azul-obscuro);
    border-radius: 15px;
    padding: 23px;
    height: 260px;
    color: #FFF;
    font-weight: 200;
    font-size: 15px;
    text-align: center;
    padding-top: 34px;
}

.ico-pq {
    margin-bottom: 24px;
    max-height: 105px;
}

p.sigla-prog {
    font-family: var(--familia-titulos);
    font-size: 30px;
    font-weight: 800;
    color: #001e42;
    letter-spacing: 0.72px;
}

p.nombre-prog {
    font-size: 18px;
    font-weight: 200;
    color: #001e42;
    line-height: 24px;
}

a.boton-descubrelo {
    text-align: center;
    background: var(--primario--azul-obscuro);
    border-radius: 25px;
    padding: 8px 50px;
    color: #FFF;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    box-shadow: 0px 9px 6px #0c22F526;
}

.bloque-sup {
    margin-bottom: 60px;
}

.mb-80 {
    margin-bottom: 0px;
}

.mt-40 {
    margin-top: 40px;
}

p.pregunta-bachiller {
    font-size: 12px;
    letter-spacing: 0.22px;
    color: #001e42;
    font-weight: 800;
}

#landing-principal .formulario input[type=text],
#landing-principal .formulario input[type=email] {
    /* border-bottom: 1px solid; */
    border-radius: 0px;
    padding: 5px 15px;
    font-size: 12px;
    height: unset;
    border-radius: 24px;
    margin-top: 8px;
    margin-bottom: 8px;
}

#landing-principal .formulario input[type=text]::placeholder,
#landing-principal .formulario input[type=email]::placeholder {
    color: #0018ff;
}

#form-interes-landing.form-interes-landing label {
    margin-bottom: 0px;
    margin-top: 0.7em;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.27px;
}

button.btn.btn-primario.esp {
    background: #0018ff;
    color: #FFF;
    border-radius: 25px;
    padding: 4px 5px;
    font-weight: bold;
    font-size: 18px;
    -webkit-box-shadow: 0px 9px 6px 0px rgb(12 34 245 / 15%);
    box-shadow: 0px 9px 6px 0px rgb(12 34 245 / 15%);
    border: 0px;
    margin-bottom: 12px;
    margin-top: 0px;
    width: 100%;
}

#form-interes-landing.form-interes-landing label[for=en-tramite] {
    margin-bottom: 10px !important;
}

.formulario .cuerpo {
    padding: 5px 22px;
}

#landing-principal .formulario {
    /* top: 0px; */
    position: static;
}

#form-interes-landing #escolar label {
    margin-top: 0px;
}

p.direccion {
    /*         position: absolute; */
    bottom: 0px;
}

#landing-principal button#boton-enviar {
    background: #0018ff;
    color: #FFF;
    border-radius: 25px;
    padding: 4px 5px;
    font-weight: bold;
    font-size: 18px;
    -webkit-box-shadow: 0px 9px 6px 0px rgb(12 34 245 / 15%);
    box-shadow: 0px 9px 6px 0px rgb(12 34 245 / 15%);
    border: 0px;
    margin-bottom: 12px;
    margin-top: 0px !important;
    width: 100%;
}

@media screen and (max-width: 600px) {
    .bloques-principales {
        height: 185px;
        width: 100%;
        padding: 15px;
        box-shadow: -15px 20px 30px #001C3A5C;
        margin-bottom: 40px;
    }

    h1.programa-academico {
        width: 100%;
    }

    .bloque-info-podras {
        background: var(--primario--azul-obscuro);
        padding: 15px;
        margin-right: unset;
    }

    body {
        background-size: inherit;
        background-repeat: no-repeat;
        background-position-x: -300px;
        background-position-y: top;
    }
}

@media screen and (max-width: 1199px) {
    .bloque-info-podras {
        background: var(--primario--azul-obscuro);
    }
}

@media screen and (max-width: 1199px) and (min-width: 996px) {
    .bloque-gde {
        height: 295px;
        padding: 20px;
    }
}

@media screen and (max-width: 990px) and (min-width: 769px) {
    .bloque-gde {
        height: 310px;
        padding: 20px;
    }
}

@media only screen and (max-width: 768px) {
    #pie {
        /*         height: 200px; */
    }

    p.direccion {
        bottom: auto;
    }

    .items-list-documentos {
        padding-left: 0px;

    }
}

#pregunta-escolaridad {
    font-size: 15px;
    margin-top: 10px !important;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.27px;
}

.items-list-documentos>li {
    color: #001e42;
    font-weight: 400;
    font-size: 26px;
    letter-spacing: 0.14px;
    line-height: 28px;
    list-style: none;
    /* 		max-width: 380px; */
    font-family: "Work Sans", sans-serif;
    margin-top: 10px;
}

.cabecera-recomendado {
    background: var(--primario-azul);
    color: #fff;
    text-align: center;
    padding: 5px;
    height: auto;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
}

h1.interes {
    font-size: 16px;
}

.titulo-formulario-2 {
    color: #0018ff;
    font-size: 14px;
    font-weight: bold;
}



/* css to form home */

.form-control, input#telefono, select#programa-interes {
    background-color: #EBECED;
    color: #B3BDC1;
}

input::placeholder {
    color: #B3BDC1 !important;
    font-size: var(--tamaño-fuente-medio-2);    
}

label {
    font-weight: bold;
    font-size: var(--tamaño-fuente-grande);
    color: var(--color-azul-oscuro);
}

.form-group {
    margin-bottom: 16px;
}

label {
    margin-bottom: 10px;
}

/* poner de color rojo el placeholder de input  */
input::placeholder {
    color: red ;
}

.content-formulario-1 {
    max-width: 600px;
}

.columna-formulario-1 {
    padding-left: 5vw;
    padding-right: 3vw;
}

@media (max-width: 1200px) {
    .content-formulario-1 {
        max-width: none;
    }

    .columna-formulario-1 {
        padding-left: 5vw;
        padding-right: 5vw;
    }
}



/* tu.css: cargar DESPUÉS del CSS del plugin */
.iti input {
    font: inherit;
    color: inherit;
    background: inherit;
    border: 1px solid var(--borde, #ccc);
    border-radius: .5rem;
    padding: .5rem .75rem; 
    height: auto; line-height: normal;
}


.iti input {
    padding-left: .75rem;
}


.iti {
    width: 100%;
}

input.form-control:valid,
textarea.form-control:valid {
    color: var(--color-azul-oscuro) !important;
}

.caja-azul-oscuro {
    background-color: #001e42;
    padding: 15px;
    max-width: 80%;
}

.titulo-extras-recomendacion {
    color: var(--color-blanco);
    font-weight: bold;
    font-size: 24px;
    font-family: "Work Sans", sans-serif;
}

.lista-extras-recomendacion {
    color: #001e42;
    font-size: 16px;
    font-family: 'Public Sans', sans-serif;
    max-width: 80%;
}

.img-personas-recomendados {
    border-radius: 24px;
    box-shadow: 2px 9px 6px #0c22f526;
}

/* Sidebar sticky */
.sticky-form{
  position: sticky !important;
  top: 100px;               /* <-- cambia esto (ej. 64px, 72px, 90px) */
  align-self: flex-start;  /* importante en layouts flex */
  z-index: 10;
}

/* Opcional: si el formulario es alto, que tenga scroll interno */
.sticky-form{
  max-height: calc(100vh - 90px); /* similar a top; ajusta */
  overflow-y: auto;
}

/* Recomendado: desactivar sticky en mobile */
@media (max-width: 991.98px){
  .sticky-form{
    position: static;
    top: auto;
    max-height: none;
    overflow: visible;
  }
}

.cuerpo {
    box-shadow: none;
}

#section-opinion-comunidad .descripcion-recomendado {
    max-width: 100%;
    font-size: 18px !important;
}

#section-opinion-comunidad p.tu-oportunidad-avanzar {
    max-width: 100%;
    font-size: 28px !important;
}

.box-white {
    margin-top: 100px !important;
    background-color: white;
    border-radius: 24px;
    padding: 24px;
}


@media only screen and (max-width: 425px) {
    .telefono-wa-head a {
     font-size: 24px;
    }
    
    img.ico-whatsapp {
        width: 40px;
    }
    .caja-azul-oscuro {
        max-width: 100%;
    }
}