/*****header***/
.btn_descargar_folleto:hover,
.btn_enviofor:hover,
.btn_postular:hover,
.btn_postular2:hover {
    color: #fff !important;
}

.new_logo_senati {
    width: 100%;
    max-width: 200px;
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.9);
    z-index: 99999;
}

.preloader .spinner-border {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}



@keyframes spinner-border {
    to {
        transform: rotate(360deg)
            /* rtl:ignore */
        ;
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: 0.25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: 0.75s linear infinite spinner-border;
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: 0.2em;
}

@keyframes spinner-grow {
    0% {
        transform: scale(0);
    }

    50% {
        opacity: 1;
        transform: none;
    }
}

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    animation: 0.75s linear infinite spinner-grow;
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem;
}


.text-primary {
    color: #03c !important;
}

.padding_img_in img {
    padding: 15px;
}

.item_videos {
    width: 100%;
    height: 350px;
}

a:hover {
    text-decoration: none !important;
}

header {
    background: #fff;
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 3;
}

.nav_destokp_senati li a {
    font-size: 14px;
    font-family: 'Akkurat';
    color: rgb(43 96 170);
    font-weight: 700;
}

.separador_cabecera {
    width: 100%;
    display: block;
    height: 80px;
}

.menu_header {
    gap: 30px;
}

.menu_header nav ul {
    gap: 15px;
    margin: 0px !important;
}

.menu_header nav ul li {
    margin-top: 0px !important;
}

.btn_postular {
    background: #244590;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    width: 250px;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Akkurat';
    border-radius: 8px;
    gap: 5px;
    padding: 10px 15px;
    line-height: 1.2;
}

/*****Banner***/
.fondo_banner_senati {
    background-size: cover !important;
    height: 550px;
    width: 100%;
    overflow: hidden;
}

.absolute_img {
    position: absolute;
}

.contenedor_banner_destokp {
    position: relative;
    height: 100%;
}

.h_100_banner {
    height: 100%;
}

.bloq_cuadros_banner {
    display: flex;
    position: absolute;
    right: 0;
    top: 56%;
    transform: translateY(-56%);
    z-index: 1;
    gap: 30px;
}

.item_banner {
    z-index: 2;
    position: relative;
}

.img_postion1 {
    top: 0px;
    left: 35px;
    top: 50px;
}

.img_postion2 {
    top: 40%;
    left: -20px;
}

.img_postion3 {
    bottom: 80px;
    left: -30px;
}

.img_postion4 {
    top: 5%;
    right: 0px;
}

.img_postion5 {
    top: 50%;
    right: 0px;
}

.img_postion6 {
    bottom: 5%;
    right: 0px;
}








.item_banner img.img_banner_full {
    width: 100%;
    display: block;
    position: relative;
}

.letras_banner {
    display: flex;
    align-items: center;
    margin-top: -60px;
}

.muchachos_banner {
    display: flex;
    align-items: flex-end;
}


.cuadro_celeste {
    width: 586px;
    height: 233px;
    border-radius: 32px;
    background: #0A88DA;
}

.cuadro_verde {
    width: 315px;
    height: 315px;
    background: #60C2CE;
    border-radius: 32px;
    margin-top: 50px;
}


.list_menus_slider .uk-slidenav-next {
    right: -30px !important;
}

.list_menus_slider .uk-slidenav-previous {
    left: -30px !important;
}

.img_full {
    width: 100%;
    height: 100%;
}

.btn_postular2 {
    background: rgba(24, 105, 175, 1);
    color: #fff;
    font-weight: bold;
    width: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    line-height: 1.2;
    border-radius: 8px;
    overflow: hidden;
    font-size: 16px;
    font-family: 'Akkurat';
    padding: 10px 10px;
}

/***tab Resultados***/

.texto_senati_alum_docente {
    font-size: 18px;
    text-align: center;
    color: rgba(0, 0, 0, 1);
    margin-bottom: 80px;
    font-family: 'Akkurat';
    font-weight: normal;
}

.tab_alumnos_senati {
    display: flex;
}

.tab_alumnos_senati a {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 15px 27px;
    border-radius: 34px 34px 0px 0px;
    position: relative;
}

.tab_alumnos_senati a h2 {
    margin: 0px;
    font-size: 19px;
    color: #fff;
    font-family: 'FoundryGridnik';
    font-weight: bold;
    width: 188px;
    text-transform: uppercase;
}

.tab_alumnos_senati a:first-child {
    background: rgba(24, 105, 175, 1);
}

.tab_alumnos_senati a.active_filtro:first-child::after,
.tab_alumnos_senati a:last-child::after,
.tab_alumnos_senati a:last-child::before {
    opacity: 0;
    z-index: 0;
}

/* .tab_alumnos_senati a.active_filtro:first-child::after {
    content: '';
    display: block;
    position: absolute;
    right: -26px;
    width: 15px;
    height: 2px;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 0px solid transparent;
    border-right: 30px solid transparent;
    border-bottom: 51px solid #1869af;
    opacity: 1;
    z-index: 1;

} */

.tab_alumnos_senati a.active_filtro:first-child::after {
    content: '';
    display: block;
    position: absolute;
    right: -34px;
    width: 35px;
    height: 30px;
    bottom: 0;
    background-image: url(../img/tabs/tab_azul.svg);
    background-size: cover;
}

.active_filtro::after,
.active_filtro::before {
    z-index: 1 !important;
    opacity: 1 !important;
}


.tab_alumnos_senati a:last-child,
.contene_general_1.active_bloq_q {
    background: rgba(96, 194, 206, 1)
}

.activar_flecha span {
    background: #fff;
    overflow: hidden;
    border-radius: 50%;
}

.activar_flecha span svg {
    color: #1869af !important;
}

/* .tab_alumnos_senati a.active_filtro:last-child::after {
    content: '';
    display: block;
    position: absolute;
    right: -29px;
    width: 15px;
    height: 2px;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 0px solid transparent;
    border-right: 30px solid transparent;
    border-bottom: 51px solid #0a88da;
    opacity: 1;
    z-index: 1;
} */

/* .tab_alumnos_senati a.active_filtro:last-child::before {
    content: '';
    display: block;
    position: absolute;
    left: -29px;
    width: 15px;
    height: 2px;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 24px solid transparent;
    border-bottom: 51px solid #0a88da;
    opacity: 1;
    z-index: 1;
} */

.tab_alumnos_senati a.active_filtro:last-child::before {
    content: '';
    display: block;
    position: absolute;
    left: -34px;
    width: 35px;
    height: 33px;
    bottom: 0;
    background-image: url(../img/tabs/tab_celeste.svg);
    background-size: cover;
}

.tab_alumnos_senati a.active_filtro:last-child::after {
    content: '';
    display: block;
    position: absolute;
    right: -34px;
    width: 35px;
    height: 30px;
    bottom: 0;
    background-image: url(../img/tabs/tab_celeste2.svg);
    background-size: cover;
}

/* .tab_alumnos_senati a.active_filtro:nth-child(2)::before {
    content: '';
    display: block;
    position: absolute;
    left: -29px;
    width: 15px;
    height: 2px;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 24px solid transparent;
    border-bottom: 51px solid #60c2ce;
    opacity: 1;
    z-index: 1;
} */

.tab_alumnos_senati a.active_filtro:nth-child(2)::before {
    content: '';
    display: block;
    position: absolute;
    left: -34px;
    width: 35px;
    height: 33px;
    bottom: 0;
    background-image: url(../img/tabs/tab_verde.svg);
    background-size: cover;
}

.tab_alumnos_senati a.active_filtro:nth-child(2)::after {
    content: '';
    display: block;
    position: absolute;
    right: -34px;
    width: 35px;
    height: 30px;
    bottom: 0;
    background-image: url(../img/tabs/tab_verde2.svg);
    background-size: cover;
}





/* .tab_alumnos_senati a.active_filtro:nth-child(2)::after {
    content: '';
    display: block;
    position: absolute;
    right: -29px;
    width: 15px;
    height: 2px;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 0px solid transparent;
    border-right: 30px solid transparent;
    border-bottom: 51px solid #60c2ce;
    opacity: 1;
    z-index: 1;
} */




.tab_resultados {
    background: rgba(24, 105, 175, 1);
    border-radius: 0px 20px 20px 20px;
    position: relative;
}

.contenedor_postion {
    position: relative;
}

.padding_tab_alumnos {
    padding: 50px;
    border-radius: 8px;
    overflow: hidden;

}

.tab_alumno {
    display: none;
    position: absolute;
}



.tab_alumno.active_bloq_q {
    display: block;
    position: relative;
}



.contenedor_cuadro,
.contenedor_cuadro2 {
    position: absolute;
    top: 0;
    display: none;
    background: #fff;
    padding: 50px;
    border-radius: 8px;
    height: 450px;
    overflow: auto;
}

.contenedor_cuadro p img {
    display: table;
    margin: auto;
}

.contenedor_cuadro {
    box-sizing: border-box;
    width: 100%;
}

.active_tab {
    position: relative !important;
    display: block;
}

.list_item_alumno {
    padding-right: 60px;
}

.list_item_alumno li {
    margin-top: 0px;
    padding: 15px 0px;
    border-bottom: 1px solid #fff;
    cursor: pointer;
}

.list_item_alumno li a {
    font-size: 18px;
    color: #fff;
    font-family: 'Akkurat';
}

.list_item_alumno li span svg {
    width: 16px;
    color: #fff;
}

.contenedor_cuadro h2,
.contenedor_cuadro2 h2 {
    font-size: 18px;
    color: rgba(24, 105, 175, 1);
    font-weight: bold;
    /*     font-family: 'FoundryGridnik'; */
    font-family: 'Akkurat' !important;
}

.contenedor_cuadro p,
.contenedor_cuadro2 p {
    font-size: 14px;
    color: rgba(0, 0, 0, 1);
}

.contenedor_cuadro div p,
.contenedor_cuadro2 div p {
    margin-top: 5px;
    margin-bottom: 0px;
}

.tab_resultados.pintar_verde_claro {
    background: rgba(96, 194, 206, 1);
    ;
}

.content_post_tab {
    font-family: 'CocogoosePro';
    font-weight: 300;
}

/***/
.titulo_azul_landing {
    font-weight: 700;
    font-size: 32px;
    text-align: center;
    color: rgba(24, 105, 175, 1);
    margin-bottom: 30px;
    font-family: 'FoundryGridnik';
}

/*********************/
.fondo_rosado {
    background: rgba(250, 243, 249, 1);
}

.item_conoce_mas {
    display: flex;
    align-items: flex-start;
    height: 100%;
    padding: 30px 20px;
    border-radius: 10px;
}

.item_conoce_mas figure {
    margin-bottom: 0px;
}

.img_postionIndicadorMovil {
    top: -30px;
    left: 0;
    display: none;
}

.item_imagen_ano {
    align-items: center !important;
}

.item_imagen_ano p {
    margin-top: 0px;
    font-size: 17px;
    font-family: 'Akkurat';
    color: rgba(24, 105, 175, 1);
    text-align: left;
    margin-left: 15px;
    text-transform: uppercase;
    line-height: 1;
}

.detalle_card_conoce_mas h3 {
    font-size: 14px;
    font-family: 'Akkurat';
    color: rgba(24, 105, 175, 1);
    line-height: 1;
    text-align: left;
    margin: 0;
}

.detalle_card_conoce_mas h2 {
    color: rgba(24, 105, 175, 1);
    font-family: 'Akkurat';
    font-size: 18px;
    text-transform: uppercase;
    line-height: 1;
    text-align: left;
    margin-top: 6px;
    margin-bottom: 6px;
}

.detalle_card_conoce_mas p {
    color: rgba(24, 105, 175, 1);
    font-family: 'Akkurat';
    font-size: 12px;
    text-align: left;
    line-height: 1;
    margin: 0;
}

.detalle_connumeros h3 {
    font-size: 34px;
    color: rgba(24, 105, 175, 1);
    font-family: 'Akkurat';
}

.detalle_connumeros h2 {
    font-size: 18px;
    color: rgba(24, 105, 175, 1);
    font-family: 'Akkurat';
}

.detalle_connumeros p {
    font-size: 14px;
    color: rgba(24, 105, 175, 1);
    font-family: 'Akkurat';
}

.item_centrar_d {
    align-items: center !important;
}


.flechas_slider_s {
    position: relative;
    bottom: -25px;
}

.indicador_movil {
    display: none;
}

.item_card_slider {
    margin: 10px;
}

.flechas_slider_s .uk-position-center-left-out {
    left: 30% !important;
}

.flechas_slider_s .uk-position-center-right-out {
    right: 30% !important;
}

/*********Por que estudiar aqui**********/
.item_porestusiar {
    gap: 15px;
    position: relative;
    padding: 20px;
}

.border_flotante_d {
    position: absolute;
    top: 0;
    right: 20px;
}

.item_porestusiar figure {
    margin: 0;
}

.detalle_porque_estudiar h2 {
    color: rgba(95, 82, 68, 1);
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    margin-bottom: 5px;
    font-family: 'Akkurat';
}

.destokp_indicador {
    justify-content: center;
}

.detalle_porque_estudiar p {
    font-size: 14px;
    color: rgba(95, 82, 68, 1);
    text-align: left;
    margin: 0px;
    font-family: 'Akkurat';
    padding-right: 15px;
}

.contenedor_porq_estudiar .uk-grid-row-large>.uk-grid-margin {
    margin-top: 20px !important;
}

.legales_tipo_texto {
    padding-left: 15px;
}

.legales_tipo_texto p {
    font-size: 15px;
    color: rgba(95, 82, 68, 1);
    font-family: 'Akkurat';
    font-weight: 700;
    margin-top: 15px;
    margin-bottom: 0;
}



/***********/
.fondo_crema {
    background: rgba(235, 226, 210, 1);
    padding: 50px;
    position: relative;
    border-radius: 10px;
}

.triangulo_flotante {
    position: absolute;
    left: -3px;
    top: 9px;
}

.titulo_crema_landing {
    font-family: 'Akkurat';
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    color: rgba(95, 82, 68, 1);
    margin-bottom: 35px;
}



.textos_testimonio {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 70px 30px 106px 30px;
    border-radius: 8px 8px 0px 0px;
    overflow: hidden;
    background: #fff;
}

.textos_testimonio h2 {
    font-size: 18px;
    color: rgba(95, 82, 68, 1);
    font-family: 'Akkurat';
}

.textos_testimonio ul {
    color: rgba(95, 82, 68, 1);
    font-size: 14px;
    font-family: 'Akkurat';
}


.bloq_imagen_testimonio {
    background: rgba(235, 226, 210, 1);
    width: 100%;
    position: relative;
    margin-bottom: -1px;
    display: flex;
    justify-content: center;
    height: 50px;
}

.item_testimonio figure {
    width: 126px;
    height: 126px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 0px;
    position: absolute;
    top: -85px;
}

.item_testimonio figure img {
    height: 100%;
    object-fit: cover;
    width: 100%;
    object-position: top;
}



.item_nuestroIndicador {
    padding: 0px !important;
    display: flex;
    border-radius: 8px;
    overflow: hidden;
    height: 100%;
    align-items: center;

}

.item_nuestroIndicador figure {
    background: #d8b57f;
    margin-bottom: 0px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    overflow: hidden;
}

.parrafo_nuestroIndicador {
    margin-top: 0px;
    font-size: 14px;
    font-family: 'Akkurat';
    text-align: left;
    padding: 20px 20px;
}

.btn_descargar_folleto {
    background: rgba(24, 105, 175, 1);
    border-radius: 8px;
    overflow: hidden;
    color: #fff;
    display: table;
    margin: auto;
    font-family: 'Akkurat';
    font-size: 14px;
    padding: 20px 40px;
    margin-top: 20px;
    font-weight: 700;
}

.uk-slidenav {
    background: #5f5244;
    border-radius: 50%;
    width: 30px;
    height: 30px;
}

.uk-slidenav svg {
    color: #fff;
    width: 10px;
}


.uk-position-center-right-out {
    right: -16px !important;
    left: initial;
}

.uk-position-center-left-out {
    left: -16px !important;
    right: initial;
}

/*************/
.fondo_celeste {
    background: rgba(241, 249, 254, 0.85);
}

#formapp .casillas_input {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    box-sizing: border-box;
    gap: 20px;
    padding: 0px 15px;
    position: relative;
}

.casillas_input label {
    width: 48%;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.casillas_input label span {
    font-size: 14px;
    font-family: 'Akkurat';
    color: rgba(0, 0, 0, 1);
}

.casillas_input label input,
.casillas_input label select {
    background: #fff;
    border: 1px solid rgba(217, 217, 217, 1);
    border-radius: 4px;
    padding: 12px;
}

.conte_legales {
    width: 100% !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: center;
}

.legales_formulario {
    font-size: 14px;
}

.legales_formulario a {
    color: rgba(24, 105, 175, 1);
}

.contenedor_legales {
    margin: 20px 0px;
    padding-left: 15px;
}

.bloq_estrellas {
    display: flex;

}

.bloq_estrellas .star_thaniy {
    color: rgba(217, 217, 217, 1);
}

.star_thaniy.selected::before {
    content: '\2605';
    color: rgba(24, 105, 175, 1);
}

.star_thaniy::before {
    content: '\2605';
    position: absolute;
}

.star_thaniy {
    display: inline-block;
    font-size: 24px;
    cursor: pointer;
    position: relative;
}

.bloq_estrellas span {
    font-size: 30px !important;
    cursor: pointer;
    margin-right: 5px !important;
}

.bloq_valoracion span {
    font-size: 16px;
    font-weight: 700;
    color: #31364a;
    display: block;
    margin-bottom: 22px;
}

.btn_enviofor {
    color: #fff;
    font-size: 16px;
    font-family: 'Akkurat';
    background:
        rgba(24, 105, 175, 1);
    border-radius: 8px;
    border: none;
    padding: 10px 50px;
    display: table;
    margin: auto;
    cursor: pointer;
}


/***footer***/
.fondo_blanco {
    background: #fff;
    padding: 10px 0px;
}

.quitar_margin {
    margin: 0;
}

.parraFotter {
    font-size: 9px;
    color: rgba(157, 157, 157, 1);
}

.redes_footer {
    gap: 10px;
}

.redes_footer a {
    width: 30px;
    height: 30px;
    background: rgba(0, 0, 0, 1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.redes_footer a svg {
    color: #fff;
}

.fondo_negro {
    background: rgba(0, 0, 0, 1);
    padding: 10px 0px;
}

.fondo_negro p {
    font-size: 9px;
    color: #fff;
}

/*********************/
.img_postionDocente1 {
    top: 160px;
    left: -8px;
    width: 10%;
}

.img_postionDocente2 {
    bottom: 0px;
    left: 5px;
    width: 7%;
}

.img_postionDocente3 {
    right: 0px;
    top: 0px;
    width: 6%;
}

.img_postionDocente4 {
    bottom: 0px;
    right: 10px;
    width: 6%;

}



.img_postionConoce1 {
    bottom: -50px;
    left: 0;
}

#formulariosenati {
    margin-top: 40px;
    position: relative;
}

.img_postionConoce2 {
    bottom: 60px;
    right: 0;
}

.img_postionEstudiar {
    bottom: 13px;
    left: 50px;
}

.img_postionIndicador {
    top: 50%;
    transform: translateY(-50%);
    left: 30px;
}

.img_postionIndicador2 {
    bottom: 30px;
    left: 30px;
}

.img_postionIndicador3 {
    top: -40px;
    margin-left: 20px;

}

.img_postionIndicador4 {
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
}

.img_postionIndicador5 {
    bottom: 50px;
    right: 40px;
}

.fondo_banner_senati_gracias {
    background-size: cover !important;
    height: calc(100vh - 80px);
    width: 100%;
}

.contenedor_banner_destokp_gracias {
    background-size: cover !important;
    height: calc(100vh - 80px);
    width: 100%;
}


.textos_gracias {
    font-size: 32px;
    color: #fff;
    font-family: 'CocogoosePro';
    padding-right: 85px;
}

.aplicar_relieve_marron {
    text-shadow: 0px -1px 0 rgba(95, 82, 68, 1), 0px -1px 0 rgba(95, 82, 68, 1), -1px 0px 0 rgba(95, 82, 68, 1), 1px 0px 0 rgba(95, 82, 68, 1);
}

.aplicar_relieve_blanco {
    text-shadow: 0px -1px 0 #fff, 0px -1px 0 #fff, -1px 0px 0 #fff, 1px 0px 0 #fff;
}

.aplicar_relieve_azul {
    text-shadow: 0px -1px 0 rgba(95, 82, 68, 1), 0px -1px 0 rgba(95, 82, 68, 1), -1px 0px 0 rgba(95, 82, 68, 1), 1px 0px 0 rgba(95, 82, 68, 1);
}

.cuadro_verde_gracias {
    position: absolute;
    top: 59%;
    right: 0;
    background: rgba(38, 159, 200, 1);
    height: 480px;
    width: 53%;
    border-radius: 32px 0px 0px 32px;
    transform: translateY(-55%);
}


.img_postiongracias1 {
    top: 30px;
}

.img_postiongracias2 {
    top: 19%;
    left: -20%;
}

.img_postiongracias3 {
    top: 50%;
    transform: translateY(-50%);
    left: -15%;
}

.img_postiongracias4 {
    top: 15px;
    right: 0;
}

.img_postiongracias5 {
    top: 40%;
    transform: translateY(-40%);
    right: 0;
}

.img_postiongracias6 {
    bottom: 30%;
    right: 20px;
}

.subti_gracias {
    color: #fff;
    font-size: 18px;
    font-family: 'CocogoosePro';
    font-weight: 300;
    text-transform: uppercase;
    text-align: center;
    margin-right: 10%;
}

.texto_xikas_baner_movil {
    display: none;
}

.subti_gracias2 p {
    color: #fff;
    font-size: 18px;
    font-family: 'CocogoosePro';
    font-weight: 300;
    text-transform: uppercase;
    text-align: center;
    background: rgba(38, 159, 200, 1);
    margin-bottom: 0px;

}

.texto_xikas_baner_movil {
    color: #fff;
    font-size: 26px;
    text-align: center;
    font-family: 'CocogoosePro';
}

/*****************/
.tab_movil_categorias {
    display: flex;
    align-items: center;
    gap: 20px;
}

.item_categoria:first-child,
.contenedor_resultado_detalle:first-child {
    background: rgba(24, 105, 175, 1);
}

.item_categoria:last-child,
.contenedor_resultado_detalle:last-child {
    background: rgba(96, 194, 206, 1)
}

.item_categoria figure {
    margin-bottom: 0px;
}

.contenedor_tabs_resul_movil {
    margin-top: 10px;
    position: relative;
}

.item_categoria {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    padding: 20px 50px;
    border-radius: 8px;
    cursor: pointer;
    position: relative;
}

.item_categoria span {
    color: #fff;
    font-weight: 700;
    font-size: 17px;
    font-family: 'FoundryGridnik';
    text-transform: uppercase;
    text-align: center;
    line-height: 17.48px;
}

.centrar_botones_movil {
    position: relative;
    width: 84px;
    display: flex;
    justify-content: space-between;
}

.tab_senati_movil {
    position: relative;
}

.contenedor_botones_slider_movil {
    display: none;
}

.menu_icon {
    display: none;
}

.contenedor_resultado_detalle {
    padding: 20px;
    position: absolute;
    top: 0;
    display: none;
    border-radius: 8px;
    margin-top: 0px !important;
}


.activar_bloq_movil {
    position: relative !important;
    display: block;

}


.content_titulo_flecha .uk-accordion-title {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Akkurat';
    color: #fff;
    position: relative;

}

.content_titulo_flecha .uk-accordion-content {
    background: #fff;
    padding: 40px;
    border-radius: 8px;
}

.content_titulo_flecha .uk-accordion {
    border-bottom: 1px solid #fff;
    padding: 15px 0px;
    margin-bottom: 0px;
}

.alto_espacio_tab {
    height: 30px;
    display: block;
    width: 100%;
}

.content_titulo_flecha .uk-accordion-content h2 {
    color: rgba(24, 105, 175, 1);
    font-size: 18px;
    font-family: 'Akkurat';
}

.content_titulo_flecha .uk-accordion-content p {
    color: rgba(0, 0, 0, 1);
    font-size: 14px;
    font-family: 'CocogoosePro';
    font-weight: 300;
}

.quitar_ultimo_margin {
    margin-top: 0px !important;
}

.content_titulo_flecha .uk-accordion-content div {
    width: 100% !important;
    object-fit: cover;
}

.content_titulo_flecha {
    position: relative;
    border-bottom: 1px solid #fff;
    padding: 15px 0px;
    margin-top: 0px !important;
}

.content_titulo_flecha span {
    position: absolute;
    color: #fff;
    right: 0;
}

.uk-accordion-title::before,
.tab_senati_movil {
    display: none;
}

.content_titulo_flecha.uk-open span {
    background: #fff;
    border-radius: 50%;
    color: rgba(24, 105, 175, 1);
    transform: rotate(180deg);
}

.cabecera_movil {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.cabecera_movil span {
    cursor: pointer;
}

.cabecera_movil figure {
    margin-bottom: 0px;
}

.cabecera_movil svg {
    color: rgb(43 96 170);
}


.cabecera_movil svg path {
    stroke-width: 2;
}

.menu_movil_s {
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 4;
    height: 100vh;
    width: 240px;
    padding: 30px;
    transition-duration: 0.5s;
    transform: translateX(-100%);
}

.menu_tab_movil_t ul li a {
    color: rgb(43 96 170);
    font-size: 14px;
    font-weight: 700;
    font-family: 'Akkurat';
}

.activar_menu_movil_scrol {
    transition-duration: 0.5s;
    transform: translate(0);
}

.fondo_menu_senati {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgb(0 0 0 / 71%);
    z-index: 3;
    display: none;
}

#testimonioSenati {
    position: relative;
}

.img_postionEstudiarmovil {
    top: -36px;
    width: 12%;
    display: none;
}


.franja_active_usar {
    display: block;
    width: 100%;
    position: absolute;
    bottom: -40px;
    height: 50px;
    display: none;
}

.franjaactive_movil0 {
    background: rgba(24, 105, 175, 1) !important;
}

.franjaactive_movil1 {
    background: rgba(96, 194, 206, 1);
}

.active_tab_movil_new .franja_active_usar {
    display: block;
}

.item_videos_altos {
    height: 300px;
    border-radius: 10px;
    overflow: hidden;
}

.titulo_video_tab {
    font-size: 12px;
    font-weight: 400;
    font-family: 'Akkurat';
    color: rgba(0, 0, 0, 1) !important;
    position: absolute;
    bottom: -17px;
}

.list_videos_carrusel_conoce {
    margin-top: 50px;
    height: 350px;
}

.list_videos_carrusel_conoce .uk-slider-container,
.list_videos_carrusel_conoce .uk-slider-container .uk-slider-items,
.list_videos_carrusel_conoce .uk-slider-container .uk-slider-items .uk-panel {
    height: 100%;
}

.list_videos_carrusel_conoce a {
    background: rgba(24, 105, 175, 1);
}

.list_imagenes_carrusel_tab {
    margin-top: 10px;
    margin-bottom: 30px;
}

.list_imagenes_carrusel_tab .uk-slider-container,
.list_imagenes_carrusel_tab .uk-slider-container .uk-slider-items,
.list_imagenes_carrusel_tab .uk-slider-container .uk-slider-items .uk-panel {
    height: 100%;
}

.list_videos_carrusel_conoce .uk-slider-container .uk-slider-items .uk-panel {
    border-radius: 8px;
    overflow: hidden;
}

.list_imagenes_carrusel_tab a,
.list_menus_slider a {
    background: rgba(24, 105, 175, 1);
}

.img_carrusel_senati img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.img_carrusel_senati {
    height: 100%;
}

.img_carrusel_senati img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.salto_lniea_s {
    height: 15px;
    display: block;
    width: 100%;
}

.position_relative_item {
    position: relative;
}

.active_bloq_q .list_item_alumno .bloq_cat_alumno:first-child {}

.contenedor_slider_carerras {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.titulo_carreras_tab {
    font-size: 20px;
    line-height: 23px;
    text-align: center;
    font-family: 'FoundryGridnik';
    font-weight: 700;
    color: #fff;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.subtitulo_carreras_tab {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 0px;
}

.tab_slider_cabecera {
    width: 100%;
    max-width: 758px;
    border-bottom: 1px solid #fff;

}

.cuerpo_tabs_carrera_slider {
    margin-top: 26px;
    width: 100%;
    position: relative;
}

.item_carerras_cabecera_s {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
    padding-bottom: 13px;
    height: 51px;
}

.item_carerras_cabecera_s::before {
    content: '';
    display: block;
    width: 100%;
    height: 7px;
    background: transparent;
    position: absolute;
    bottom: 0;
    transition-duration: 0.5s;
}



.active_tab_ss_superior .item_carerras_cabecera_s::before {
    background: #fff !important;
}

.item_carerras_cabecera_s figure {
    width: 18px;
    margin: 0;
}

.item_carerras_cabecera_s figure img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: invert(15%) sepia(100%) saturate(9811%) hue-rotate(260deg) brightness(1000%) contrast(10000%);
}

.item_carerras_cabecera_s h2 {
    margin: 0;
    font-size: 15px;
    color: #fff;
    line-height: 19px;
}

.row_item_carerras_cabecera_s {
    display: flex;
    justify-content: center;
    cursor: pointer;
}

.row_item_carerras_cabecera_s:hover .item_carerras_cabecera_s::before {
    background: #fff !important;
    transition-duration: 0.5s;
}

.item_carrera_slider_item {
    position: relative;
    margin: 0px 12px;
    border-radius: 25px;
    overflow: hidden;
    height: 100%;
    box-sizing: border-box;
}

.foto_carerra_tabs {
    width: 100%;
    display: block;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.info_flotante_carrera {
    position: absolute;
    bottom: 0;
    z-index: 1;
    padding: 10px 29px;
}

.fondo_flotante_carrera {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    object-fit: cover;
}

.quitar_margin_lef {
    margin-left: 0px;
}

.quitar_margin_rigth {
    margin-right: 0px;
}

.info_flotante_carrera h3 {
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 11px;
}

.detalle_item {
    margin-bottom: 5px;
}

.detalle_item span {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    line-height: 15.2px;
}

.detalle_item p {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    line-height: 15.2px;
    margin: 0;
}

.quitar_flechas_s {
    background: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.quitar_flechas_s img {
    width: 20px;
}

.quitar_flechas_s svg {
    display: none;

}

#ajax_filtrar_slider {
    position: relative;
    width: 100%;
}

.cuerpo_detalle_list_carreras {
    position: absolute;
    top: 0;
    opacity: 0;
    visibility: hidden;

}

.active_tab_ss {
    position: relative !important;
    opacity: 1 !important;
    visibility: visible !important;
    transition-duration: 0.5s;
}

.quitar_flecha_g_d {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1869af;
}

.quitar_flecha_g_d svg {
    display: none;
}

.contenedor_legales_tab {
    color: #fff;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    font-weight: 400;
    font-family: 'Akkurat';
    padding: 6px 21px;
    background: #60C2CE;
    border-radius: 5px;
    overflow: hidden;
    margin-top: 24px;
}

.contenedor_legales_tab p {
    margin: 0;
}

.img_absolute_s {
    position: absolute;
}

.icon_formu_footer_1 {
    top: 2%;
    left: 15%;
}

.icon_formu_footer_2 {
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.icon_formu_footer_3 {
    bottom: 3%;
    left: 15%;
}

.icon_formu_footer_4 {
    right: 0;
    top: 10%;
}

.icon_formu_footer_5 {
    right: 2%;
    bottom: 4%;
}

.img_postionEstudiar2 {
    right: 60px;
    top: 20px;
}

.img_postionEstudiar3 {
    right: 0;
    bottom: 0;
}

.img_postionConoce3 {
    top: 26px;
    left: 20%;
}

.img_postionConoce4 {
    display: none;
}

/* .btn_postular {
    animation: pulse 2s infinite;
} */

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

/****palpitar boton****/
.square-pulse {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
    transform: scale(1);
    animation: pulse 2s infinite;
}



.btn_postular {
    animation: parpadeo 3s infinite;
}

@keyframes parpadeo {
    0% {
        opacity: 1;
    }

    20% {
        opacity: 0;
    }

    40% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}

@keyframes pulse {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(96, 194, 206, 0.7);
    }

    50% {
        transform: scale(1);
        box-shadow: 0 0 0 15px rgba(96, 194, 206, 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(96, 194, 206, 0);
    }
}