#header {
    display: none;
}

.agregar_relative {
    position: relative;
}

.logo_banner {
    position: absolute;
    top: 50px;
}

.estudiantes_banner_d {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-59%);
    width: 48%;
}

.fondo_banner_home {
    background-image: url('/img/new/banner_new.webp');
    width: 100%;
    /* height: 100vh; */
    background-size: cover;
    display: flex;
    justify-content: center;
    background-position: center;
}


.bloq_conbocatoria {
    color: #fff;
    font-family: 'CocogoosePro';
    font-weight: normal;
    font-size: 20px;
    line-height: 23px;
    background: #F9305A;
    padding: 12px;
    display: table;
}

.info_banner_d {
    display: flex;
    flex-direction: column;
    gap: 25px;
    align-items: flex-start;
}

.info_banner_d h2 {
    color: #fff;
    font-family: 'CocogoosePro';
    font-weight: normal;
    font-size: 37px;
    line-height: 41px;
    margin: 0;
}


.info_banner_d h2 b {
    font-weight: normal !important;
    color: #00E7F7;
}

.info_banner_d p {
    color: #fff;
    font-family: 'CocogoosePro';
    font-weight: normal;
    font-size: 16px;
    line-height: auto;
    margin: 0;
    width: 100%;
    max-width: 301px;
}

.logo_beca {
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
    padding: 5px;
    display: table;
}


.flex_dividir {
    display: flex;
    align-items: center;
    height: 100%;
    position: relative;
    padding: 70px 0px;
}

.text_banner,
.formulario_banner {
    width: 50%;
}

.formulario_banner {
    display: flex;
    justify-content: flex-end;
}

.contenedor_for_new {
    width: 100%;
    max-width: 430px;
    background: #fff;
}

.contenedor_for_new #block-formularioinscripciones .field--name-body h4 {
    background: #071B9F;
    color: #00E7F7;
    padding: 20px 41px;
    font-size: 26px;
    line-height: 30px;
    font-family: 'CocogoosePro';
    font-weight: normal;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.contenedor_total_datos {
    padding: 20px;
    position: relative;
}

.centar_flex_ob {
    display: flex;
    justify-content: center;
}

.parrafo_formulario {
    font-size: 10px;
    text-align: center;
    font-family: 'CocogoosePro Darkmode';
    line-height: 15px;
    color: #29262C;
    width: 100%;
    max-width: 307px;
}

.beca18senati_form {
    margin-top: 20px;
}

.contenedor_for_new .form-control {
    border-radius: 0px;
    border: 1px solid #29262C;
    color: #29262C;
    font-family: 'CocogoosePro';
    font-weight: 300;
    font-size: 10px;
    line-height: 15px;
    padding: 10px 12px;
    height: auto;

}

.contenedor_total_datos .loader {
    background: #ffffff94;
}

.contenedor_total_datos .lds-facebook div {
    background: #00E7F7;
}

.contenedor_total_datos .form-checkbox input {
    width: 16px;
    height: 16px;
}

.contenedor_total_datos .form-group.form-checkbox label {
    padding: 0 0 0 10px;
}

.contenedor_total_datos .form-group.form-checkbox label a {
    color: #29262C;
}

.contenedor_total_datos .form-group.form-checkbox label a:hover {
    color: #00E7F7;
    text-decoration: underline;
}

.contenedor_total_datos .form-actions {
    margin: 20px 0 0;
    ;
}

.contenedor_total_datos .form-actions button {
    background: #00E7F7;
    color: #071B9F;
    font-family: 'CocogoosePro';
    font-weight: normal;
    font-size: 15px;
    line-height: 20px;
    border: none;
}

.bloq_texto_banner_f {
    background: #071B9F;
    padding: 10px;
    width: 100%;

}

.bloq_texto_banner_f p {
    color: #fff;
    margin: 0;
    text-align: center;
}

.bloq_texto_banner_f p b {
    color: #00E7F7;
}

.bloq_texto_banner_f p:first-child {
    font-family: 'CocogoosePro';
    font-weight: normal;
    font-size: 15px;
    margin-bottom: 10px;
}

.bloq_texto_banner_f p:last-child {
    font-family: 'CocogoosePro';
    font-weight: 300;
    font-size: 12px;

}

.text_movil {
    display: none;
    text-align: center;
}

.fondo_azul_movil {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 130%;
    display: none;
}

.fondo_azul_movil img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.chicos_banner_movil1,
.chicos_banner_movil2 {
    display: none;
}

.movil_ver {
    display: none;
}

.select2-selection.select2-selection--multiple {
    padding: 0 !important;
    border: 1px solid #000 !important;
    border-radius: 0 !important;
}

.select2-container .select2-search--inline .select2-search__field {
    font-size: 12px !important;
    height: 25px !important;
    margin-top: 8px !important;
    margin-left: 15px !important;
}

.pintar_error_select .select2-container--default .select2-selection--multiple {
    border: 1px solid red !important;
}

.aparecer_movil {
    width: 40px;
    height: 40%;
    object-fit: contain;
    display: none;
}


@media(max-width: 767px) {

    .movil_ver,
    .aparecer_movil {
        display: block;
    }

    .destokp_ver {
        display: none;
    }

    .container.agregar_relative {
        max-width: 100%;
        padding: 0;
    }

    .flex_dividir {
        flex-direction: column;
        padding-bottom: 0px;
    }

    .text_banner,
    .formulario_banner {
        width: 100%;
    }



    .info_banner_d {
        align-items: center;
        position: absolute;
        bottom: 90px;
        z-index: 2;
        padding: 0px 20px;
    }

    .info_banner_d p {
        max-width: 100%;
        text-align: center;
    }

    .text_destop {
        display: none;
    }

    .text_movil {
        display: block;
    }

    .text_banner {
        position: relative;
        padding-top: 90px;
    }

    .logo_banner {
        left: 50%;
        transform: translateX(-50%);
    }

    .formulario_banner {
        background: #E1E1E1;
        justify-content: center;
        padding: 30px;
    }

    .chicos_banner_movil1,
    .fondo_azul_movil {
        display: block;
    }

}


@media(max-width: 560px) {
    .info_banner_d {
        margin-bottom: -50px;
    }
}

@media(max-width: 480px) {
    .bloq_conbocatoria {
        font-size: 12px;
        padding: 5px 10px;
    }

    .info_banner_d h2 {
        font-size: 25px;
        line-height: 29px;
    }

    .info_banner_d p {
        font-size: 15px;
        margin-top: 10px;
    }

    .logo_beca img {
        width: 115px;
    }

    .fondo_banner_home {
        background-image: url('/img/new/movil_final.png');
        background-position: top right;
        background-size: contain;
    }

    .text_banner {
        padding-top: 140px;
    }

    .info_banner_d {
        gap: 15px;

    }

    .chicos_banner_movil1 {
        display: none;
    }

    .chicos_banner_movil2 {
        display: block;
    }

    .fondo_azul_movil {
        height: 150%;
    }

    .contenedor_for_new #block-formularioinscripciones .field--name-body h4 {
        font-size: 19px;
        line-height: 22px;
    }

    .parrafo_formulario {
        font-size: 13px;
        line-height: 16px;
    }

    .formulario_banner {
        padding: 30px 15px;
    }

    .form-group.form-checkbox label {
        font-size: 9px;
        line-height: 12px;
    }

    .contenedor_total_datos .form-actions button {
        font-size: 13px;
        line-height: 16px;
    }

    .text_banner {
        padding-top: 50px;
        height: 735px;
        overflow: hidden;
    }
}