.body {
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    line-height: 16px;
    color: #232b3a;
    font-weight: 400;
    margin: 0;
    padding: 0;
    width: 100%;
}

.video-front {
    align-items: flex-end;
    display: flex;
    min-height: 300px;
    max-height: 500px;
}

.video1 {
    width: 100%;
}

.button1 {
    position: absolute;
    width: 100%;
    z-index: 7777;
    display: flex;
    justify-content: flex-end;
    padding-right: 8em;
    align-items: center;
    padding-bottom: 5em;
}

.video-position {
    display: flex;
    align-items: center;
}

.btn1 {
    background: #344394;
    flex-direction: row-reverse;
    display: flex;
    align-items: center;
    border-style: none;
    background-size: 200%;
    background-position: left;
    transition: background-position 0.5s;
    font-size: 16px;
    border-radius: 50px;
    padding-top: 12px;
    padding-left: 2em;
    padding-right: 2em;
}

.ico-btn {
    font-size: 18px;
    color: #C0953B;
    font-weight: 700;
    margin-left: 5px;
}

.btn1:hover {
    background: #84221B;
    background-position: right;
}

.infouds {
    padding-top: 4em;
    padding-bottom: 2em;
    background-image: url('images/fondo_white.png');
    background-position: center center;
    background-size: cover;
}

.row-space {
    margin: 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding-top: 0;
    padding-right: 0;
    padding-left: 0;
}

.title1 {
    font-weight: 500;
    color: #344394;
    text-shadow: 1px 0px 23x rgba(81, 81, 81, 0.81);
    letter-spacing: 1px;
}

.linea-degradada {
    height: 2PX;
    width: 100%;
    background: linear-gradient(to right, #A17616, #E2CB6C);
    border-radius: 2px;
    display: flex;
}

.row-flex1 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.ico-program {
    width: 100%;
}

.subtitle1 {
    color: #344394;
    text-decoration: none;
}

.col-space {
    padding: 0;
}

.parrafo1 {
    margin-top: 0;
    margin-bottom: 0;
}

.row-space1 {
    display: flex;
    justify-content: flex-start;
    padding-left: 0;
    padding-right: 0;
}

.img1 {
    width: 100%;
    display: flex;
    justify-content: space-around;
}

.parrafo2 {
    margin-top: 2em;
    text-align: right;
}

.cifras {
    background-image: url('images/fondo02.jpg');
    background-position: center top;
    padding-top: 4em;
    padding-bottom: 4em;
    border-top: 8px solid rgba(255, 255, 255, 0.85);
    box-shadow: -7px 0px 16px rgba(98, 98, 98, 0.91);
    border-bottom: 8px solid rgba(255, 255, 255, 0.85);
}

.subtitle2 {
    color: #ffffff;
    margin-bottom: 0;
    margin-left: 1.6em;
}

.title2 {
    color: #ffffff;
    font-weight: 600;
    letter-spacing: 3px;
    margin-left: 1em;
    margin-bottom: 0;
}

.row_flex2 {
    display: flex;
    align-items: flex-start;
    justify-content: space-evenly;
}

.ico-star {
    width: 210px;
}

.title_center {
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 100%;
}

.subtitle3 {
    color: #ffffff;
    line-height: 14px;
    margin-top: -5px;
    text-align: center;
}

.txt_cifras1 {
    color: #ffffff;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 10px;
    text-align: center;
}

.ico_cifras {
    width: 4EM;
}

.div_cifras {
    display: flex;
    align-items: center;
    justify-content: center;
}

.notices_front {
    padding-top: 4em;
    padding-bottom: 4em;
}

.txt_subtitle1 {
    margin-bottom: 0;
    margin-top: 0;
}

.line_button {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}

@media (max-width:767px) {
    .line_button {
        align-items: center;
        display: flex;
        padding-top: 1em;
        padding-bottom: 1em;
    }
}

.btn2 {
    background-color: #84221B;
    border-style: none;
    display: flex;
    align-items: center;
    position: absolute;
    flex-direction: row-reverse;
    padding: 4px 12px;
    font-size: 12px;
}

.btn2:hover {
    background: #434394;
    background-position: right;
}

.row_notices {
    margin-top: 2em;
    margin-bottom: 2em;
    padding-right: 0;
    padding-left: 0;
}

.title_notice1 {
    color: #434394;
    margin-bottom: 0;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    margin-top: 0;
}

.div_date {
    display: flex;
    align-items: flex-end;
    margin-top: 0.4em;
    margin-bottom: 1em;
}

.ico_date {
    font-size: 16px;
    color: #232b3a;
}

.date_notice {
    text-transform: uppercase;
    margin-bottom: 0;
    border-left-style: none;
    border-left-color: rgba(0, 0, 0, 0.73);
    display: flex;
    justify-content: center;
    margin-left: 4px;
    padding-left: 4px;
}

.line_date {
    border-left: 0.5px solid rgba(35, 43, 58, 0.7);
}

.txt_notice {
    margin-bottom: 0;
}

.poster {
    background-image: url('images/fondo_white.png');
    background-size: cover;
    background-position: left top;
    border-radius: 8px;
    margin-top: 1em;
    padding-right: 7px;
    padding-bottom: 2px;
    padding-top: 2px;
}

.col_date {
    background-color: #344394;
    padding: 5px;
}

.date_post {
    color: #ffffff;
    text-align: center;
    text-transform: capitalize;
    letter-spacing: 2px;
}

.date_post1 {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
    color: #ffffff;
    font-weight: 600;
    letter-spacing: 2px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 3px;
}

.row_post {
    padding: 0;
}

.col_post {
    padding-left: 0;
    padding-right: 0;
}

.col_txt_post {
    display: flex;
    align-items: center;
    text-align: left;
    justify-content: space-between;
}

.ico-post {
    font-size: 24px;
}

.post_event {
    overflow: auto;
}

.actualidad {
    background-image: url('images/fondo01.jpg');
    background-position: center center;
    padding-top: 4em;
    padding-bottom: 4em;
    border-top: 8px solid rgba(255, 255, 255, 0.85);
    box-shadow: -7px 0px 16px rgba(98, 98, 98, 0.91);
    border-bottom: 8px solid rgba(255, 255, 255, 0.85);
}

.img_aniv {
    margin-bottom: 1em;
}

.logo_aniversario {
    width: 70%;
}

.txt_white {
    color: #ffffff;
    font-size: 12px;
}

.video2 {
    width: 100%;
}

.row_actualidad {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.autoridades {
    padding-top: 3em;
    background-image: url('images/fondo_white.png');
    background-position: center center;
    background-size: cover;
    padding-bottom: 3em;
}

.title_autorid {
    display: flex;
    width: 100%;
    align-items: center;
    flex-wrap: nowrap;
}

.linea-degradada2 {
    height: 2PX;
    width: 100%;
    background: linear-gradient(to right, #E2CB6C, #A17616);
    border-radius: 2px;
    display: flex;
}

.space_title {
    letter-spacing: 1px;
    margin-bottom: 0;
}

.date_autoridad {
    background-color: #434494;
    padding: 10px 10px 0;
}

.txt_gold {
    color: #E2CB6C;
    text-transform: uppercase;
    font-weight: 600;
}

.link_mas {
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
}

.col-margin {
    height: 100%;
    padding: 0;
    overflow: hidden;
}

.col_autoridad {
    margin-left: 0.5em;
    margin-right: 0.5em;
    margin-bottom: 2em;
}

.img_autorid {
    overflow: hidden;
}

.row_autorid {
    display: flex;
    justify-content: space-evenly;
    padding-top: 2em;
    padding-bottom: 3em;
}

.aliados {
    padding-bottom: 3em;
    padding-top: 2.5em;
}

.subtititle4 {
    color: #434494;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 0;
}

.row_logos {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 3em;
    padding-left: 0;
    padding-right: 0;
}

.log_footer {
    width: 100%;
}

.row-footer {
    align-items: center;
    display: flex;
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
}

.footer {
    display: flex;
    justify-content: center;
    background-color: #434394;
    padding: 2em 0;
}

.ico_rrss_footer {
    width: 4em;
    height: 4em;
}

.img_rrss_footer {
    width: 100%;
}

.col_footer1 {
    display: flex;
    justify-content: center;
    padding: 0;
}

.col_footer2 {
    display: grid;
    justify-content: center;
}

.txt_footer {
    text-align: center;
    font-size: 14px;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-bottom: 0;
    color: #ffffff;
}

.copiright {
    color: #ffffff;
    text-align: center;
    text-decoration: none;
}

.col_logos {
    border-radius: 8px;
    display: flex;
    justify-content: center;
    padding: 0;
}

.img_log {
}

codigos de header responsive//

.menu_responsive {
    position: absolute;
    width: 100%;
    z-index: 9999;
    bottom: 0;
}

.row1 {
    margin: 0;
    padding: 0;
    background-color: #434394;
}

.ico_menu_responsive {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
}

.distrib_row_menu {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 5px 10px;
}

.logo_responsive {
    position: absolute;
    width: 15%;
}

.top_responsive {
    display: flex;
    justify-content: center;
    position: sticky;
    width: 100%;
    padding-bottom: 12px;
}

.link_menu_responsive {
    display: flex;
    justify-content: space-between;
    padding-right: 0;
    padding-left: 0;
    margin: 5px 0;
}

.row_menu {
    display: flex;
    justify-content: space-between;
    margin: 0;
}

.col_menu {
    z-index: 9999;
    display: flex;
    padding: 0;
    justify-content: center;
    align-items: flex-end;
}

.txt_ico {
    color: #ffffff;
    font-size: 11px;
    text-align: center;
    margin-top: 2PX;
    margin-bottom: 0px;
    font-weight: lighter;
}

.desplegable {
    background-color: rgba(255, 255, 255, 0.95);
    height: 75%;
    position: absolute;
    width: 100%;
    z-index: 8888;
    overflow: auto;
}

.button_menu {
    background-color: rgba(0, 0, 0, 0);
    color: #354493;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 1px;
}

.button_menu:hover {
    color: #354493;
    font-weight: 600;
}

.font_submenu {
    color: #3a3a3a;
    font-weight: 400;
    letter-spacing: 1px;
}

font_submenu:hover {
    color: #434394;
}

.nav_submenu {
    padding-left: 10px;
    padding-top: 0.7em;
    padding-bottom: 0.7em;
    font-size: 14px;
    font-weight: 500;
}

.line_accordion {
    border-bottom: 1px solid #E2CB6C;
}

.button_1 {
    background-color: #84221B;
    border-style: none;
    padding: 7px 12px;
}

.button_1:hover {
    background-color: #434394;
}

.div_close {
    display: flex;
    justify-content: flex-end;
    margin-top: 12px;
    margin-bottom: 12px;
    padding-right: 1em;
}

.close {
    font-size: 25px;
}

.button_close {
    padding: 2px;
}

.link_neg {
    font-weight: 600;
    letter-spacing: 1px;
}

.space_accordion {
    padding-top: 12px;
    padding-bottom: 12px;
}

@media (min-width:992px) {
    .display_menu_responsive {
        display: none;
    }
}

.link_log {
    display: flex;
    align-items: center;
    justify-content: center;
}

.container-space {
    padding-left: 0;
    padding-right: 0;
}

.col-notice {
    padding-left: 0;
    padding-right: 0;
}

.menu_ubic {
    position: sticky;
    bottom: 0;
    z-index: 9999;
}

.logo_top1 {
    height: 3em;
}

.col_top {
    padding-bottom: 10px;
    padding-top: 10px;
    margin-right: 1em;
    padding-left: 0;
}

.row_top {
    display: flex;
    justify-content: flex-start;
}

@media (max-width:575px) {
    .video-front {
        min-height: 200px;
    }
}

@media (max-width:767px) {
    .button1 {
        padding-right: 4em;
        padding-bottom: 2em;
    }
}

.row-logos {
    display: flex;
    justify-content: flex-start;
    padding-left: 0;
    padding-right: 0;
}

.banner {
    background-image: url('images/banner2.jpg');
    background-position: left top;
    background-size: cover;
    padding-top: 7em;
}

.title_banner {
    color: #ffffff;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.star_banner {
    display: flex;
    justify-content: center;
    margin-bottom: 4em;
    padding-right: 10em;
}

.img_star_banner {
    height: 2em;
}

.titulo_banner {
    display: grid;
    justify-content: center;
}

@media (max-width:767px) {
    .img_star_banner {
        height: 1.5em;
    }
}

.ico_banner {
    font-size: 22px;
}

.submenu3 {
    padding: 5px 0;
}

.link_white {
    color: #ffffff;
}

.nav_submenu3 {
    display: flex;
    align-items: center;
}

.noti_princ {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
}

.bloque1 {
    background-size: cover;
}

.titulo_noticia_princ {
    color: #434394;
    font-weight: 600;
}

@media (max-width:767px) {
    .col_noticias {
        display: flex;
        justify-content: space-between;
        padding-right: 0;
        padding-left: 0;
    }
}

.col_noticias1 {
    padding-left: 0;
    padding-right: 0;
}

.col_noticias {
}

.post {
    width: 100%;
}

.eventos {
    padding-top: 3em;
    padding-bottom: 3em;
}

.btn-noticias {
    margin-top: 2em;
}

.div-button {
    display: flex;
    justify-content: flex-end;
}

.creditos1 {
    font-weight: 600;
    font-style: italic;
}

.creditos2 {
    font-style: italic;
}

.card1 {
    background-color: rgba(35, 43, 58, 0.7);
    font-weight: 500;
}

.inscrip {
    background-image: url('images/fondo4.jpg');
    background-position: center center;
    padding-top: 2em;
    padding-bottom: 2em;
    border-top: 1px solid rgba(255, 255, 255, 0.85);
    box-shadow: -7px 0px 16px rgba(98, 98, 98, 0.91);
    border-bottom: 1px solid rgba(255, 255, 255, 0.85);
    background-size: cover;
}

.star_banner2 {
    padding-right: 16em;
}

.card2 {
    background-color: #434394;
    border-bottom-left-radius: 0;
}

.text_vinot {
    color: #84221B;
}

.line1 {
    width: 3.5em;
    height: 4px;
}

/* ========== MENU PROGRAMAS ========== */
