@charset "UTF-8";
/*Estilos personalizados para componentes ANT*/
/* =========== TEXTOS GOV.CO ============= */
/* Fuentes para tipos de tecxto Gov.co */
h1, h2, h3, h4, h5, h6 {
    font-family: "Montserrat-SemiBold";
    color: #000000;
}
body, p {
    font-family: "WorkSans-Regular" !important;
}
/* =========== SKIP LINKS ============= */
.skip-links {
    margin: 0;
    padding: 0;
    list-style-type: none;
    z-index: 100000 !important;
}
.skip-links a {
    padding: 0.5em 0.75em;
    position: absolute;
    top: -3em;
    color: #fff;
    font-size: 1.125em;
    text-decoration: none;
}
.skip-links a:focus {
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 50;
    background: #000000;
    font-size: 1rem;
    line-height: 1.5;
    padding: 1px 1rem 2px;
    border-radius: 0 0 0.3rem 0.3rem;
    border-bottom-width: 0;
    outline: 0;
}
.visually-hidden {
    position: absolute !important;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    width: 1px;
    height: 1px;
    word-wrap: normal;
}
.focusable:active,
.focusable:focus {
    position: static !important;
    overflow: visible;
    clip: auto;
    width: auto;
    height: auto;
}
.skip-links a:focus-visible {
    outline: max(0.125rem, 0.15em) solid #000000;
    outline-offset: max(0.125rem, 0.15em);
}
/* =========== HEADER ============= */
/* Estilo para anular llamado de logo de ejemplo entidad en header y footer */
.logo-header-govco, .govco-logo-entidad {
    height: auto !important;
    content: none !important;
}
/* Estilo para que el menú toogle no se vea debajo del logo en resoluciones menores */
.navbar > .container-fluid {
    flex-wrap: nowrap !important;
}
/*Estilo para sobre escribir padding-top de Gov.co en area logo*/
.container-logo-header-govco {
    padding: 1.563rem 5.375rem 0 5.375rem !important;
}
/*Estilo para forzar link funcionarios a derecha de navbar*/
@media (min-width: 992px) {
    .navbar-expand-lg {
        justify-content: space-between;
    }
}
/**/
@media (max-width: 991px) {
    .navbar-menu-govco .button-responsive-menu-govco {
        margin-left: 1.125rem !important;
        margin-right: 0 !important;
    }
}
@media (max-width: 991px) {
    .container-search-icon-menu-govco {
        grid-template-columns: 20fr !important;
        margin-right: 0rem !important;
    }
}
.container-search-icon-menu-govco.navbar-toggler {
    border: 0 !important;
}
/* =========== LOGO ============= */
/* Govco Usa Doble Logo - Aparece con el menu Toogle o Hamburguesa */
/* Estilo para que el logo aparezca hasta el acnho 991px y luego desaparezca */
@media (min-width: 991px) {
    .logo-992 {
        display: none;
    }
}
/* =========== MENU ============= */
/* Redefinir ancho de opciones de menu principal*/
@media (min-width: 992px) {
    .navbar-menu-govco ul.navbar-nav li a span.text-item-menu-govco {
        max-width: 11.5rem !important;
    }
}
/* Menu fijo al hacer scroll */
.fixed-top {
    top: -40px;
    transform: translateY(40px);
    transition: transform .3s;
}
/* Estilo para forzar class en CDN all.css y evitar que centre texto al activar contraste*/
.modo_oscuro-govco, .modo_claro-govco {
    text-align:inherit !important;
}
/* Color Borde inferior de barra menu pricnipal y toggle */
.container-navbar-menu-govco.blue-menu-govco,
.blue-menu-govco .navbar-collapse-menu-govco {
    border-bottom: 0.188rem solid #1C7E59!important; /*#73b9af*/
}
/*Modificacion Active*/
.blue-menu-govco .navbar-menu-govco ul.navbar-nav li a.nav-link:not(.active):hover,
.blue-menu-govco .navbar-menu-govco ul.navbar-nav li a.nav-link.active,
.blue-menu-govco .navbar-menu-govco ul.navbar-nav li a.nav-link[aria-expanded="true"],
.blue-menu-govco .navbar-menu-govco ul.navbar-nav li a.nav-link:focus-visible {
    background-color: #1C7E59 !important;
}
/* =========== CARRUSEL / SLIDE ============= */
.carrusel-govco .carousel-inner .carousel-item.multiple-carrusel-govco {
	background-color: #004884 !important;
}
.carrusel-govco .carousel-inner .carousel-item.multiple-carrusel-govco .carousel-caption a {
    font-size: 1.2rem !important;
    text-decoration: underline;
    font-family: Montserrat-SemiBold;
    margin: 0.1rem;
}
.carrusel-govco .carousel-inner .carousel-caption a {
    color: #FFFFFF !important;
}
/*Ajuste Slide - Compresión de imagen*/
.carrusel-govco .carousel-inner .carousel-item img {
    width: 100% !important;
    min-height: 100%;
}
/*Ajuste en rango de resolución*/
@media only screen and (min-width: 669px) and (max-width: 991px) {
    .carousel-inner .carousel-item.multiple-carrusel-govco {
        flex-direction: column !important;
    }
    .carousel .carousel-caption {
        /* padding: 2rem 4rem;
        justify-content: center;
        font-size: 1.2rem; */
        min-height: 12rem;
    }
    .carrusel-govco .carousel-inner .carousel-item.multiple-carrusel-govco .carousel-caption {
        width: 100% !important;
        padding: 2rem 4rem !important;
    }
}
@media only screen and (max-width: 668px) {
    .carousel .carousel-caption {
        padding: 2rem !important;
    }
}
.carousel .carousel-caption {
    display: flex !important;
    align-items: center !important;
    padding: 2rem;
    padding-left: 12rem;
}
/*Color Over Controles laterales*/
.carrusel-govco .carousel-control-next:hover .carousel-control-next-icon::after,
.carrusel-govco .carousel-control-prev:hover .carousel-control-prev-icon::after {
    color: #004884 !important;
}
/*Color Up Controles laterales*/
.carrusel-govco .carousel-control-next-icon::after,
.carrusel-govco .carousel-control-prev-icon::after {
    color: #4A7EFF !important;
}
/*Color indicadores no activos*/
.carrusel-govco .carousel-indicators button:not(.active) {
    background-color: rgba(228, 12, 69, .4) !important;
}
/*Color indicador activo*/
.carrusel-govco .carousel-indicators button {
    background-color: #e40c45 !important;
}
/*Botones Pausa Reproducir*/
.carrusel-govco .control-start-pause button {
    color: #4A7EFF;
}
/* Estilos adicionales responsive */
@media (max-width: 768px) {
    .carrusel-govco {
        margin-bottom: 35px !important;
    }
    .responsive-carrusel-govco .carousel-indicators,
    .responsive-carrusel-govco .control-start-pause {
        margin-bottom: -2rem !important;
    }
}
/*Estilos para Slide segun tamaño de dispositivo*/
@media screen and (min-width: 0px) and (max-width: 1023px) {
	#slide-ant-small {display: block;}
	#slide-ant-big {display: none;}
}

@media screen and (min-width: 1024px) and (max-width: 3000px) {
	#slide-ant-small {display: none;}
	#slide-ant-big {display: block;}
}
/* =========== BARRA ACCESIBILIDAD ============= */
/* Estilo para ver barra y boton volver arriba sobre el resto de componentes */
.barra-accesibilidad-govco, .scroll-to-top.show-scrollTop {
    z-index: 1000;
}
/* =========== AREA NOTICIAS ============= */
.noticia-ant h3 .link-news {
    font-size:1.5rem;
}
.noticia-ant h4 .link-news {
    font-size:1.2rem;
    font-weight: 400;
}
.fecha-actualizacion {
    font-size: .85rem;
    font-style: italic;
    font-weight: 400;
    margin-bottom: 10px !important;
    color: #E40C45;
    width: 100%;
}
/* Estilos para icono de titulo link noticias home */
.head-noticia {
    display:flex;
    align-items:center;
    margin-bottom: 15px;
 }
.head-noticia span {
    color:#004884;
    font-size:1.5rem;
}
.titulo-noticia {
    margin:0 0 5px 10px;
}
/* =========== VOLVER ARRIBA ============= */
.scroll-to-top {
    display: inline;
    position: fixed;
    bottom: 15%;
    right: 0px;
}
.scroll-to-top:hover {
    right: 0px;
}
.volver-arriba-govco:hover {
    transform: none !important;
}
/* =========== FOOTER ============= */
/* Estilo para que los links de redes sociales se acomoden uno debajo del otro en responsive */
.govco-iconContainer {
    display: block !important;
}
/* Estilo para mover links con rerspecto a la izquierda */
footer .icon::before {
    margin-left: 15px !important;
}
/* Estilo Tamaño Logos en Footer */
.govco-footer>.govco-footer-logo>.govco-logo-container>.govco-logo-govco {
    border-left: 1px solid #fff;
}
.govco-footer>.govco-footer-logo>.govco-logo-container>.govco-logo-col {
    margin-right: 10px;
}
.govco-logo-govco {
    width: 134px;
    height: 48px;
}
.govco-logo-col {
    width: 48px;
    height: 48px;
}
footer .govco-logo-container {
    display: inline-flex !important;
    margin-top: 28px !important;
}
footer.govco-footer p {
    margin-bottom: 0 !important;
}
/*Estilos para Icono de Red X (Twitter) en Footer*/
.govco-x-square:before  {
    display: inline-block;
    width: 0.885em !important;
    height: 0.885em !important;
    border-radius: 2px;
    background-color: #3366CC;
    vertical-align: text-bottom;
    color: white;
    margin-top: 1px !important;
}
.govco-x-square:before  {
    content: "";
    background-repeat: no-repeat;
    background-position: center;
    background-size: 62%;
}
.govco-x-square:before {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='24.44' height='22.88' viewBox='0 0 24.44 22.88' fill='%23fff'><path d='m.06,0l9.44,12.62L0,22.88h2.14l8.31-8.98,6.72,8.98h7.27l-9.97-13.33L23.32,0h-2.14l-7.66,8.27L7.33,0H.06Zm3.14,1.57h3.34l14.76,19.73h-3.34L3.2,1.57Z'/></svg>");
}
a:visited > .govco-x-square:before {
    background-color: #3366CC;
}
a:hover > .govco-x-square:before {
    background-color: #004884;
}
a:hover > .icon::before {
    color: #004884 !important;
}
/* =========== ENLACES DE INTERES HOME ============= */
a.btn-enlaces {
    width: 100%;
    color:#000000;
    border: 2px solid #81ABFF;
    border-radius: 43px;
    display: flex;
    align-items: center;
}
a:hover.btn-enlaces {
    color:#004884;
    border: 2px solid #004884;
    text-decoration: underline;
}
.btn .icon.icon-round {
    border-radius: 50%;
}
#owl-demo5 a.btn-enlaces img {
    width: 32px !important;
    margin-bottom: 0;
}
.btn .icon-ant {
    padding: 5px;
    background-color: #E6EFFD;
    border: 2px solid #81ABFF;
    border-radius: 84px;
    margin-right: -5px;
}
a:hover.btn .icon-ant {
    border: 2px solid #004884;
}
.txt-btn-enlaces {
    width: 100%;
}
.txt-btn-enlaces span {
    font-size: 0.938rem;
}
a:focus-within.btn-enlaces {
    color:#004884;
    border: 2px solid #004884;
    outline: max(0.125rem, 0.125rem) solid #000000;
    outline-offset: max(0.125rem, 0.188rem);
    background-color: #FFF;
    text-decoration: underline;
}
/* Estilos Personalización Controles Carrusel */
.slide-controls-2 .owl-theme .owl-controls .owl-page.active span {
    width: 0.75rem !important;
    height: 0.75rem !important;
    box-shadow: 0 0.188rem 0.25rem #00000029 !important;
    background-color: #E40C45 !important;
    border: 0 !important;
}
.slide-controls-2 .owl-theme .owl-controls .owl-page span {
    background-color: rgba(255, 255, 255, .4) !important;
    opacity: 1 !important;
}
/* =========== REDES HOME ============= */
.title-redes {
    display: inline-block;
    width: 100%;
    margin-bottom: 5px;
    margin-top: 5px;
    text-align: left;
    margin-left: 20px;
}
.title-redes span {
    font-size: 1rem;
    margin-left: 5px;
    text-decoration: underline;
}
.title-redes a {
    text-decoration: none;
}
.icono-redes-ant {
    width: 48px;
    height: 48px;
}
/* =========== EVENTOS HOME ============= */
#eventos-boxes .eventos-cols .evento-box {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: stretch;
    justify-content: stretch;
}
.subtit-evento-box {
    width: 100%;
    padding: 15px;
    background-color: #3366CC;
    text-align: center;
}
.subtit-evento-box h3 {
    color: #FFF;
    font-size: 1.25rem !important;
}
.contenido-evento-box {
    background-color: #FFF;
    padding: 15px;
    overflow: hidden; /*Alto segun contenido*/
}
/* =========== CALENDAR HOME ============= */
/*Estilos Provisionales Calendar*/
.c-grid {
    width: 100% !important;
}
.c-grid div.c-previous, .c-grid div.c-month, .c-grid div.c-next {
    color: #3366CC !important;
    font-weight: bold;
}
.c-grid div.c-week-day,
.c-grid div.c-day-previous-month,
.c-grid div.c-day,
.c-grid div.c-day-next-month {
    padding: 16px 0 16px 0;
}
/* =========== OTROS ENLACES HOME ============= */
.oenlaces-ant {
    padding: 20px;
}
.icono-oenlaces-ant {
    height: 64px;
    margin-bottom: 20px;
}
a.link-oenlaces-ant {
    color: #3366CC;
    font-size: 1rem;
    font-weight: 500;
    word-wrap: break-word;
    text-decoration: underline;
}
a:hover.link-oenlaces-ant,
a:focus-within.link-oenlaces-ant {
    color: #E40C45 !important;
}
/* =========== PESTAÑAS O TABS ============= */
/* ESTILOS PESTAÑAS - TABS HORIZONTALES */
.nav-tabs {
    border-bottom: 1px solid #dee2e6;
}
.tabs-horizontal-ant .nav-tabs li:first-child {
    border-left: solid 2px #E8EFFC;
}
.tabs-horizontal-ant .nav-tabs li {
    border: solid 2px #E8EFFC;
    border-left: none;
    background-color: #F6F8F9;
}
.tabs-horizontal-ant .nav-tabs li .nav-link.active {
    border-bottom: solid 4px #004884;
}
.tabs-horizontal-ant .nav-tabs li .nav-link.active, .tabs-horizontal-ant .nav-tabs li .nav-link:focus, .tabs-horizontal-ant .nav-tabs li .nav-link:focus-visible {
    border: none;
}
.tabs-horizontal-ant .nav-tabs li .nav-link {
    font-family: "Montserrat-SemiBold";
    font-size: 0.9375rem;
    color: #004884;
    text-decoration: none;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.tabs-horizontal-ant .nav-tabs li .nav-link:hover {
    background-color: #004884;
    color: #FFFFFF;
    border-color: #004884;
}
.tabs-horizontal-ant .nav-tabs li .nav-link.active {
    border-bottom: solid 4px #004884;
}
@media (max-width: 768px) {
.tabs-horizontal-ant .nav-tabs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
}
@media all and (min-width: 767px) {
    ul.nav-tabs li.nav-item {
        min-height: 70px;
    }
}
/* Estilo para eliminar padding-riht en grupo de tabs */
.nav-justified {
    padding-right: 0;
}
/* Estilos Breadcrumbs */
.titulo-seccion-bc {
    font-size: 1.5em;
    color: #1C7E59;
    padding: 0 15px;
}
/* ESTILOS PESTAÑAS - TABS VERTICALES */
/*Altura tabs verticales originales V4*/
.container-navbar-pestana-vertical-govco {
    height: 100% !important;
}
/* Estilos Tabs - Pestañas Horizontales */
/* Estilos esditados Tabs Verticales Bootstrap 5 */
.tabs-verticales-govco-ant .nav-link {
    white-space: normal;
    color: #004884;
    background-color: #F6F8F9 !important;
    width: 100%;
    height: 100%;
    font-size: 1rem;
    line-height: normal!important;
    text-align: left;
    list-style: none;
    font-family: Montserrat-Medium !important;
    border: 2px solid #E8EFFC;
    padding-top: 19px !important;
    padding-bottom: 18px !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
    border-radius: 0;
    display: inline-flex;
    align-items: center;
    justify-content: space-between; /*Forzar icono flecha :after a estar a la derecha y txt izquierda*/
}
.tabs-verticales-govco-ant .nav-link.active {
    color: #004884 !important;
    font-family: Montserrat-Bold !important;
    border-left: 0.313rem solid #004884 !important;
    background-color: #FFF !important;
}
/* Estilo para cambiar aspecto de Tab Vertical dde 768px hacia abajo */
@media (max-width: 768px) {
    .tabs-verticales-govco-ant .nav-link.active {
        border-left: 2px solid #E8EFFC !important;
        border-right: 2px solid #E8EFFC !important;
        border-bottom: 0.313rem solid #004884 !important;
    }
}
.tabs-verticales-govco-ant a .icon_right::after {
    content: "\e8b7";
    font-family: "govco-font";
    color: #004884;
    opacity: 1;
    height: 14px;
    width: 8px;
    float: right;
}
.tabs-verticales-govco-ant a .icon_left::after {
    content: "\e8b6";
    font-family: "govco-font";
    color: #004884;
    opacity: 1;
    height: 14px;
    width: 8px;
    float: right;
}
/* Color arrow active */
.tabs-verticales-govco-ant a.nav-link.active .icon_left::after {
    color: #E40C45;
}
/* Colores y Efectos Tabs V hover */
.tabs-verticales-govco-ant a:hover {
    background-color: #004884 !important;
    color: #FFFFFF;
    /*Efecto fade color al hacer hover*/
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.tabs-verticales-govco-ant a .icon_right::after {
    height: initial;
    /*Efecto giro IZQUIERDA flecha */
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
.tabs-verticales-govco-ant a:hover .icon_right::after {
    color: #FFFFFF;
    height: initial;
    /*Efecto giro IZQUIERDA flecha */
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
/* Estilos para hacer cambio de icon_left x icon_right al estar activo el tab */
.tabs-verticales-govco-ant a.nav-link.active .icon_right {
    display: none;
}
.tabs-verticales-govco-ant .icon_left  {
    display: none;
}
.tabs-verticales-govco-ant a.nav-link.active .icon_left {
    display: contents;
}
a.nav-link.active {
    border-right: #FFF !important;
    padding-left: 10px !important;
}
/* =========== ACORDEONES ============= */
/* ACORDEON SIN NUMEROS GOVCO */
/* Estilo para forzar div contenedor a tener 1005 wiidth */
.w-100 {
    width: 100%;
}
/* Estilo color hover links textuales dentro de acordeones */
.body-accordion-govco a:hover {
    color:#004884;
    background-color: transparent !important;
}
/* Estilo cambio de color flecha al estar abierto acordeon*/
.accordion-govco .button-accordion-govco[aria-expanded="true"]::after {
    color: #E40C45;
}
/* Estilos giro flecha acordeon */
.accordion-govco .button-accordion-govco.collapsed::after {
    /*Efecto giro ARRIBA flecha */
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
.accordion-govco .button-accordion-govco:hover.collapsed::after {
    /*Efecto giro ARRIBA flecha */
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
/* Estilo interlineado titulos acordeon */
.accordion-govco .text-button-accordion-govco {
    line-height: 1.8rem !important;
}
/* Estilo padding top y bottom en botones acordeon */
.accordion-govco .button-accordion-govco {
    padding: 0.5rem 1.5rem !important;
}
/* =========== MENU VERTICAL COLLAPSE EN BARRAS LATERALES ============= */
.acordeon-ant {
    width: 100%;
    padding: 0;
    background: #FFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 0px;
}
.acordeon-ant .link-ant {
    font-family: Montserrat,sans-serif;
    cursor: pointer;
    display: block;
    padding: 15px;
    color: #004884;
    font-size: 1rem;
    font-weight: 600;
    /* border-bottom: 1px solid #CCC; */
    border: 2px solid #E6EFFD;
    background-color: #F6F8F9;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    padding-right: 30px;
}
.acordeon-ant .link-ant:hover {
    background:#E6EFFD;
}
.acordeon-ant .link-ant a {
    font-family: Montserrat,sans-serif;
    color: #004884;
    font-size: 1rem;
    font-weight: 600;
    padding-right: 30px;
    text-decoration: none;
}
.acordeon-ant li.open .link-ant {
    background:#FFF;
}
ul.acordeon-ant li ul.submenu-acc-ant {padding: 0;}
ul.acordeon-ant, ul.acordeon-ant ul {list-style-type: none; position: relative;}
/* .acordeon-ant li:last-child .link-ant {border-bottom: 0;} */
.acordeon-ant li i {
    position: absolute;
    top: 16px;
    left: 12px;
    font-size: 1.125rem;
    color: #004884;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.acordeon-ant li i.fa-chevron-down {
    right: 12px;
    left: auto;
    font-size: 1rem;
    /*Para centrar chevron en div link-ant*/
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}
.acordeon-ant li.open .link-ant {
    color: #004884;
}
.acordeon-ant li.open i {
    color: #68AB44;
    position: absolute;
    top: 40%;
    transform: translate(0, -60%);
}
.acordeon-ant li.open i.fa-chevron-down {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.submenu-acc-ant {
    display: none;
    background: #FFF;
    font-size: 0.875rem;
}
.submenu-acc-ant li {
    border-bottom: 1px solid #E6EFFD;
}
.submenu-acc-ant a {
    font-family: WorkSans-Regular;
    font-size: 1rem;
    display: block;
    text-decoration: none;
    color: #3366CC;
    padding: 15px;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.submenu-acc-ant a:hover, .submenu-acc-ant a.active {
    background-color: #E6EFFD !important;
    color: #004884;
}
/* Estilos acordeon con información textual sin links internos */
.info-txt-acc-ant {
    /* display: none; */
    background-color: #E6EFFD;
    padding: 15px;
}
.bloque-info-acc {
    margin-top: 20px;
}
.info-txt-acc-ant p {
    font-size: 0.813rem;
    margin-bottom: 0 !important;
}
.info-txt-acc-ant span.tit-info {
    color:#3366CC;
    font-size: 0.875rem;
    font-weight: 500;
    margin-top: 20px;
}
/* Estilos botones sin acción de acordeon con chevron-right */
.acordeon-ant a.link-ant {
    font-family: Montserrat-Regular,sans-serif;
    color: #004884;
    font-size: 1rem;
    padding-right: 30px;
    text-decoration: none;
}
.acordeon-ant li i.fa-chevron-right {
    right: 12px;
    left: auto;
    font-size: 1rem;
    /*Para centrar chevron en div link-ant*/
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}
.acordeon-ant li a:hover i, .acordeon-ant li a.active i {
    color: #E40C45;
}
.acordeon-ant li a.active {
    background: #FFF;
    font-family: Montserrat-SemiBold;
}
/* =========== MENU LATERAL DROPDOWN - SUBOPCIONES ============= */
.menu-collapsed ul,
.menu-collapsed .ui-effects-wrapper ul,
.menu-lateral-seccion > ul,
.menu-lateral > ul {
    list-style: none;
    padding: 0;
}
.menu-collapsed > ul > li {
    position: relative;
}
.menu-lateral-seccion .titulo-grupo {
    margin: 0;
}
.menu-collapsed > ul > li > a,
.menu-lateral-seccion > ul > li > a,
.menu-lateral > ul > li > a,
.menu-lateral-seccion .titulo-grupo a {
    font-family: Montserrat,sans-serif;
    display: block;
    text-decoration: none;
    cursor: pointer;
    padding: 15px;
    padding-right: 30px;
    color: #004884;
    font-size: 1rem;
    font-weight: 600;
    border: 2px solid #E6EFFD;
    background-color: #F6F8F9;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.menu-lateral-seccion .titulo-grupo a[aria-expanded="true"] {
    background-color: #fff;
}
.menu-lateral-seccion .titulo-grupo a[aria-expanded="true"]:after {
    color: #E40C45!important;
}
.menu-collapsed > ul > li > a:hover,
.menu-lateral-seccion > ul > li > a:hover,
.menu-lateral > ul > li > a:hover,
.menu-lateral-seccion .titulo-grupo a:hover {
    background-color: #E6EFFD;
    color: #004884;
}
.menu-collapsed > ul > li.active > a,
.menu-collapsed > ul > li.active > ul > li.active a,
.menu-lateral-seccion > ul > li > a.active,
.menu-lateral > ul > li > a.active,
.menu-lateral > ul > li.active > a,
.menu-lateral-seccion .titulo-grupo a.active,
.menu-lateral-seccion .panel-default.active > .panel-heading > .titulo-grupo > a {
    background-color: #004884;
    color: #fff !important;
}
.menu-collapsed > ul > li > a,
.menu-lateral-seccion .accordion-toggle {
    display: block;
    position: relative;
    padding-right: 30px;
}
.menu-collapsed .expandir,
.menu-collapsed .contraer {
    display: block;
    position: absolute;
    right: 15px;
    top: 8px;
    z-index: 10;
    width: 12px;
    height: 8px;
}
.menu-collapsed .expandir a,
.menu-collapsed .contraer a {
    font-size: 0;
}
.menu-collapsed .expandir a:after,
.menu-collapsed .contraer a:after {
    display: inline-block;
    font-family: "govco-font";
    content: "\e813";
}
.menu-lateral-seccion .accordion-toggle:after {
    display: inline-block;
    font-family: "govco-font";
    content: "\e814";
    vertical-align: -.125em;
    height: 25px;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: all .2s;
    transition: all .2s;
    color: #004884 !important;
}
/*EsStilo para ocultar flecha cuando no hay subopciones*/
.menu-lateral-seccion .titulo-grupo.sin-opciones .accordion-toggle:after {
    display: none !important;
}
.menu-collapsed .contraer a:after,
.menu-lateral-seccion .accordion-toggle[aria-expanded="true"]:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.menu-lateral-seccion .panel-default.active > .panel-heading > .titulo-grupo > a:after,
.menu-collapsed > ul > li.active > a:after,
.menu-lateral-seccion .active.accordion-toggle:after {
    /* background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='30' height='20' viewBox='0 0 30 20'><polygon points='29.72 5.01 24.98 0.27 15 10.25 5.02 0.27 0.28 5.01 15 19.73 29.72 5.01' style='fill: %23fff'/></svg>"); */
    font-family: "govco-font";
    content: "\e813";
}
.menu-collapsed .ui-effects-wrapper ul,
.menu-collapsed > ul > li > ul,
.menu-lateral-seccion .panel-collapse {
    border: 1px solid #E6EFFD;
    /* padding: 10px 0; */
}
.menu-lateral-seccion .panel-collapse .menu-lateral-seccion {
    margin: 0 !important;
}
.menu-collapsed .ui-effects-wrapper a,
.menu-collapsed > ul > li > ul > li > a,
.menu-lateral-seccion .panel-collapse .titulo a {
    font-family: Montserrat,sans-serif;
    display: block;
    font-size: 0.875rem;
    text-decoration: none;
    color: #004884;
    padding: 5px 15px 5px 30px;
}
.menu-lateral-seccion .panel-collapse .titulo a:hover {
    background-color: #E6EFFD;
    color: #004884;
}
.menu-lateral-seccion .panel-collapse .active .titulo a {
    background-color: #004884;
    color: #fff;
}
.menu-lateral-seccion .expandir,
.menu-lateral-seccion .contraer {
    display: none !important;
}
/*Estilos para Chevron a la derecha*/
.menu-lateral-seccion .titulo-grupo.sin-opciones-derecha .accordion-toggle:after {
    display: inline-block;
    font-family: "govco-font";
    content: "\e812";
    vertical-align: -0.125em;
    height: 24px;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: all .2s;
    transition: all .2s;
    color: #004884 !important;
}
.menu-lateral-seccion .titulo-grupo.sin-opciones-derecha a.active {
    background-color: #FFF;
    color: #004884 !important;
}
.menu-lateral-seccion .titulo-grupo.sin-opciones-derecha a.accordion-toggle.active:after {
    color: #E40C45 !important;
}
/* =========== LISTAS ORDENADAS SUBINDICES ============= */
/* Estilo para ocultar numeros de la numeracion ordenada tipo 1.1.1 */
ol.lista-nonumero-ant li, ol.lista-nonumero-ant li ol li {
    list-style-type: none;
}
div.olista-acc-ant ol {
    list-style-type: none;
    counter-reset: item;
    margin: 0;
    padding: 0;
}
div.olista-acc-ant ol li {
    display: table;
    counter-increment: item;
    margin-bottom: 0.6em;
}
div.olista-acc-ant ol li:before {
    content: counters(item, ".") ". ";
    display: table-cell;
    padding-right: 0.6em;
    font-weight: bold; 
}
div.olista-acc-ant ol li li {
    margin: 0;
}
div.olista-acc-ant ol li li:before {
    content: counters(item, ".") " ";
}
div.olista-acc-ant ol[start="1"] {
    counter-reset: item 0;
}
div.olista-acc-ant ol[start="2"] {
    counter-reset: item 1;
}
div.olista-acc-ant ol[start="3"] {
    counter-reset: item 2;
}
div.olista-acc-ant ol[start="4"] {
    counter-reset: item 3;
}
div.olista-acc-ant ol[start="5"] {
    counter-reset: item 4;
}
div.olista-acc-ant ol[start="6"] {
    counter-reset: item 5;
}
div.olista-acc-ant ol[start="7"] {
    counter-reset: item 6;
}
div.olista-acc-ant ol[start="8"] {
    counter-reset: item 7;
}
div.olista-acc-ant ol[start="9"] {
    counter-reset: item 8;
}
div.olista-acc-ant ol[start="10"] {
    counter-reset: item 9;
}
div.olista-acc-ant p {
    margin-bottom: 0;
}
/* =========== NOTICIAS ============= */
.noticias-ant .card-blog .card-header.card-header-image {
    padding: 0;
}
.noticias-ant .card-body {
    padding-left: 0;
    padding-right: 0;
}
.noticias-ant .link-news {
    text-decoration: unset;
}
.noticias-ant .card-header {
    border-bottom: none;
}
.card-body .card-category {
    text-transform: uppercase;
    font-size: 0.875rem;
    color: #4b4b4b;
    display: block;
    margin-bottom: 0.3rem;
    font-weight: 500;
    line-height: 21px;
}
.noticias-ant .card-body .card-title {
    text-decoration: underline;
  }
.card-body .card-title, .card-body .card-title p {
    font-size: 1.125rem;
    color: #36c;
    font-weight: 600;
}
.card-body .card-title:hover {
    color: #004884;
}
.card-body .card-description {
    /*max-height: 50px;*/
    overflow: hidden;
    margin: 0 0 15px 0;
    font-size: 1rem;
    line-height: 24px;
    color: #4b4b4b;
    font-weight: 400;
}
/* Filtro Fecha desde hasta */
.filtro-desde-hasta {
    display: flex;
    align-items: flex-end;
    background-color: #E6EFFD;
    /* padding: 20px; */
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
    border-radius: 6px;
}
.filtro-desde-hasta [class*="col-"] {
    padding: 15px;
}
@media all and (max-width: 992px) {
    .filtro-desde-hasta {
        display: block;
    }
}
/* =========== ESTILOS GENERALES ============= */
.centrar {
    display: flex;
    justify-content: center !important;
}
/* Estilos Backgrounds */
.bg-color-govco-1 {
    background-color: #E6EFFD;
}
/* Estilo para que los links de correos ocupen más de una linea y no se desborden */
footer a, table a {
    word-break: break-all;
}
/* Estilo Color en flecha down menu*/
.navbar-menu-govco ul.navbar-nav li a .icon-caret-menu-govco::before {
    color: #68AB44 !important;
}
/* Estilos líneas debajo de títulos y subtítulos */
.ant-title-line-center {
    width: 20%;
    height: 2px;
    background-color: #68AB44;
    margin: 15px auto 25px auto;
}
.ant-subtitle-line-center {
    width: 50%;
    height: 2px;
    background-color: #68AB44;
    margin: 15px auto 15px auto;
}
.ant-title-line-left {
    width: 20%;
    margin-right: 80%;
    padding: 0px;
    float: left;
    height: 2px;
    margin-top: 10px;
    margin-bottom: 30px;
    background-color: #68AB44;
}
.ant-subtitle-line-left {
    width: 100%;
    margin-right: 80%;
    padding: 0px;
    float: left;
    height: 2px;
    margin-top: 10px;
    margin-bottom: 30px;
    background-color: #68AB44;
}
.ant-title-line-center-azul {
    width: 15%;
    height: 2px;
    background-color: #4A7EFF;
    margin: 15px auto 25px auto;
}
.ant-title-line-full-azul {
    width: 100%;
    height: 1px;
    background-color: #4A7EFF;
    margin: 10px 0;
    max-width: -webkit-fill-available;
}
/* Estilo para curvar angulos de imagenes */
.rounded {
    border-radius: 0.35rem !important;
}
/* Estilos Blockquotes - Bloques de texto destacados */
.blockquote-1 {
    background: #fff;
    border-left: 6px solid #68AB44;
    margin: 0 0 20px;
    padding: 10px 20px;
    quotes: "\201C""\201D""\2018""\2019";
}
.blockquote-1 p {
    font-size: 1.2rem;
}
/* Estilos font weight */
.font-weight-1 {
    font-weight: 100;
}
.font-weight-2 {
	font-weight: 200;
}
.font-weight-3 {
	font-weight: 300;
}
.font-weight-4 {
	font-weight: 400;
}
.font-weight-5 {
	font-weight: 500;
}
.font-weight-6 {
	font-weight: 600;
}
.font-weight-7 {
	font-weight: 700;
}
.font-weight-8 {
	font-weight: 800;
}
.font-weight-b {
	font-weight: bold;
}
/* Estilos tamaños titulos sin h */
.tit-16 {
    font-size: 1rem;
}
.tit-20 {
    font-size: 1.25rem;
}
.tit-24 {
    font-size: 1.5rem;
}
.tit-28 {
    font-size: 1.75rem;
}
.tit-32 {
    font-size: 2rem;
}
/* Estilos espacios con padding*/
.p-1 {
    padding: 0.25rem!important;
}
/* Estilo para sobre poner buscador */
.search-govco {
    z-index: 2 !important;
}
/*Estilos para redondear angulos de contenderores de list-gruop con article*/
.list-group article:last-child {
    border-radius: 0 0 6px 6px;
}
.list-group article:first-child {
    border-radius: 6px 6px 0 0;
}
/*Borde Inferior Subopciones Menu Lateral*/
.menu-lateral-seccion .link-sub {
    border-bottom: 1px solid #E6EFFD;
}
/* =========== ESTILOS CAJAS ESTRUCTURAS COL ============= */
/* ESTILOS CAJA 1 */
.ant-estilo-caja-1 {
	position:sticky /*relative*/;
	width:100%;
	float:left;
	padding:20px;
	background-color:#fff;
    box-shadow: 20px 20px 20px rgba(0, 0, 0, 0.04);
	transition: all 0.3s ease-out 0s;
}
.ant-estilo-caja-1.top-pos {
	top:-60px;
}
.ant-estilo-caja-1.bmargin {
	margin-bottom:50px /*110*/;
}
.ant-estilo-caja-1.no-shadow {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.ant-estilo-caja-1.icon {
	color:#004884;
}
.ant-estilo-caja-1:hover {
    transform: translateY(-8px);
}
.ant-estilo-caja-1 .b-line {
	position:absolute;
	width:0%;
	float:right;
	height:3px;
	bottom:0px;
	left:0px;
	z-index:1;
	background-color:#73b9af;
	transition: all 0.3s ease-out 0s;
}
.ant-estilo-caja-1 .b-line-2 {
	position:absolute;
	width:100%;
	float:left;
	height:3px;
	bottom:0px;
	left:0px;
	z-index:2;
	background-color:#5881D5;
	transition: all 0.3s ease-out 0s;
}
.ant-estilo-caja-1:hover .b-line{
	width:100%;
	background-color:#73b9af;
}
.ant-estilo-caja-1:hover .b-line-2{
	width:0%;
	background-color:#5881D5;
}
.ant-contenido-caja-1 {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
/* ESTILOS CAJA 2 */
.ant-estilo-caja-2 {
    background-color: rgba(255,255,255,.9);
    background-image: url(/assets/images/bg-box-1-hexag.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    /* background-size: cover; */
    border-radius: 0.4em;
    -webkit-border-radius: 0.4em;
    -moz-border-radius: .4em;
    border: 1px solid #9DBEFF;
    display: block;
    height: auto;
    margin: 1em auto;
    min-height: 300px;
    padding: 2em;
    position: relative;
    transform: translateY(0);
    transition: .5s box-shadow ease,.5s transform ease;
    width: 100%;
}
a.btn-arrow {
    background: #FFF;
    border-radius: 50%;
    border: 3px solid #3366CC;
    display: inline-block;
    left: 82%;
    position: absolute;
    text-decoration: none;
    top: 1.2em;
    transition: all .2s ease-out;
    width: 44px;
    height: 44px;
}
.ant-estilo-caja-2 .govco-arrow-circle-right:before {
    font-size: 1.2rem;
    margin: 3px 3px;
    /* padding: 6px 3px 1px 4px; */
}
.ant-estilo-caja-2 .fa-arrow-r:before {
    content: '\f061';
    font-family: 'Fontawesome';
    font-size: 1.2rem;
    margin: 8px 1px;
    padding: 6px 3px 1px 4px;
}
.top-line-caja-2 {
    position: relative;
    width: 10%;
    height: 3px;
    left: 0;
    top: 0;
    background-color: #E40C45;
}
.subtit-pre-caja-2 {
    font-family: Montserrat-Bold,sans-serif;
    margin: 10px 0px;
    text-transform: uppercase;
    color:#E40C45;
}
.ant-contenido-caja-2 {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
/* ESTILOS CAJA 3 */
.ant-estilo-caja-3 {
	width:100%;
	padding:0px;
	float:left;
	transition: all 0.3s ease-out 0s;
    border: 0.063rem solid #E5EEFB;
    border-radius: 0.625rem;
}
.ant-estilo-caja-3:hover {
    border: 0.063rem solid #3366CC;
}
.ant-contenido-caja-3 {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.ant-estilo-caja-3 .ant-post-img {
	position:relative;
	width:100%;
	padding:20px;
	float:left;
}
.ant-estilo-caja-3 .ant-post-img .overlay {
	position: absolute;
	width:100%;
	padding:245px 0 0 0;
	float:left;
	text-align:center;
	z-index:1;
	opacity:0;
	transition: all 0.3s ease-out 0s;
}
.ant-estilo-caja-3 .ant-post-img .postinfo-tag {
	position: absolute;
	padding: 10px 20px;
	float:left;
	color:#000;
	top:20px;
	left:20px;
	border-radius:70px;
	background-color:#fccb06;
}
.ant-estilo-caja-3 .ant-post-img .overlay i {
	position:absolute;
	color:#fff;
	top:250px;
	left:187px;
	opacity:0;
	font-size:22px;
	font-weight:100;
	text-align:center;
	transition: all 0.3s ease-out 0s;
}
.ant-estilo-caja-3 .text-box {
	padding:30px;
	background-color:#fff;
    border-radius: 0 0 0.625rem 0.625rem;
}
.ant-estilo-caja-3 .text-box {
    width: 100%;
    float: left;
}
.ant-estilo-caja-3 .text-box .date-info-box {
	width:100%;
	color:#000;
	float:left;
	margin-top:25px;
	border-top:1px solid #e9e9e9;
}
.ant-estilo-caja-3 .text-box .date-info-box .box-left {
	width:70%;
	float:left;
	color:#abacac;
	padding-top:15px;
}
.ant-estilo-caja-3 .text-box .date-info-box .box-right {
	width:30%;
	float:right;
	text-align:right;
	color:#abacac;
	padding-top:15px;
}
.ant-estilo-caja-3 .text-box .title {
    font-family: 'WorkSans-Medium';
	margin-bottom:10px;
	line-height:28px;
    text-align: center;
    font-size: 1.375rem;
}
.ant-estilo-caja-3 .text-box .title a:hover {
	color:#004884;
}
.ant-post-img img {
    border-radius: 0.625rem;
}
.ant-estilo-caja-3:hover .ant-post-img .overlay i {
	top:150px;
	opacity:1;
}
.ant-estilo-caja-3:hover {
    box-shadow: 0 20px 20px rgba(51,102,204,0.14);
	-webkit-box-shadow: 0 20px 20px rgba(51,102,204,0.14);
	transform: translateY(-10px);
    border-radius: 0.625rem;
}
/* ESTILOS CAJA 4 */
.ant-estilo-caja-4 {
    width: 100%;
    float: left;
    border: 0.063rem solid #81ABFF;
    border-radius: 0.625rem;
    margin-bottom: 20px;
    padding: 30px;
    width: 100%;
    float: left;
}
.ant-estilo-caja-4:hover {
    background-color: #E5EEFB;
    box-shadow: 0 0.25rem 0 #3366CC24;
    border-color: #3366CC;
}
.ant-estilo-caja-4 {
    background-color:#FFF;
}
.ant-contenido-caja-4 {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.icono-medium-ant.color-ant-gov-amarillo {
    background-color: #FFF;
    border: 3px solid #FFB527;
}
.icono-medium-ant.color-ant-gov-azul {
    background-color: #FFF;
    border: 3px solid #154A8A;
}
.icono-medium-ant.color-ant-gov-rojo {
    background-color: #FFF;
    border: 3px solid #E31414;
}
.ant-estilo-caja-4:hover .icono-medium-ant {
    box-shadow: inset 0px 2px 5px 0 #004884;
}
.icono-medium-ant.color-ant-gov-azul-gov {
    background-color: #FFF;
    border: 3px solid #3366CC;
}
.ant-estilo-caja-4:hover .icono-medium-ant.color-ant-gov-amarillo {
    border: 5px solid #FFB527;
    transition: all 0.1s ease-out 0s;
}
.ant-estilo-caja-4:hover .icono-medium-ant.color-ant-gov-azul {
    border: 5px solid #154A8A;
    transition: all 0.1s ease-out 0s;
}
.ant-estilo-caja-4:hover .icono-medium-ant.color-ant-gov-rojo {
    border: 5px solid #E31414;
    transition: all 0.1s ease-out 0s;
}
.ant-estilo-caja-4:hover .icono-medium-ant.color-ant-gov-azul-gov {
    border: 5px solid #3366CC;
    transition: all 0.1s ease-out 0s;
}
.icono-medium-ant.center {
    margin: 0 auto;
    margin-bottom: 15px;
}
.icono-medium-ant.round {
    border-radius: 100%;
}
.icono-medium-ant {
    width: 100px;
    height: 100px;
    /* font-size: 32px;
    color: #242424; */
    line-height: 100px;
}
.icono-medium-ant {
    padding: 0px;
    margin: 0 auto;
    text-align: center;
    transition: all 0.3s ease-out 0s;
}
.icono-medium {
    height: 64px;
    margin-bottom: 8px;
}
.caja-4-link {
    font-family: "Montserrat-Regular";
    font-size: 1.25rem;
    color: #3366CC;
}
.caja-4-link:hover {
    color: #004884;
}
/* ESTILOS CAJA 5 */
.ant-estilo-caja-5 {
	width:100%;
	float:left;
	border:1px solid #9DBEFF;
    background-color: #FFF;
	transition: all 0.3s ease-out 0s;
}
.ant-estilo-caja-5.padding-1 {
	padding:40px;
}
.ant-estilo-caja-5 .icon {
	color:#fff;
	background-color:#202020;
}
.ant-estilo-caja-5 .icon.primary {
	color:#E40C45;
}
.ant-estilo-caja-5 a.title {
	color:#3366CC;
    font-size: 1.2rem;
    text-decoration: none;
}
.ant-estilo-caja-5:hover a {
	color:#E40C45;
    text-decoration: underline;
}
.ant-estilo-caja-5 .text-box{
	width:100%;
	padding:40px;
}
.ant-estilo-caja-5 .text-box .top-line{
	width:10%;
	height:2px;
	margin:5px auto;
	background-color:#E40C45;
}
.ant-estilo-caja-5:hover {
	border:1px solid #3366CC;
    background-color: #F4F8FD;
}
.ant-estilo-caja-5.bgdark {
	border:2px solid #202020;
	background-color:#202020;
}
.ant-contenido-caja-5 {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
/* ESTILOS CAJA 6 */
.ant-estilo-caja-6 {
	width:100%;
	padding:50px;
	text-align:center;
	border:3px solid #FFF;
	background-color:#F6F8F9;
    border-radius: 0.625rem;
	transition: all 0.3s ease-out 0s;
	-webkit-box-shadow: 20px 20px 20px rgba(0, 72, 132, 0.08);
    -moz-box-shadow: 20px 20px 20px rgba(0, 72, 132, 0.08);
    box-shadow: 20px 20px 20px rgba(0, 72, 132, 0.08);
}
@media all and (max-width: 768px) {
    .ant-estilo-caja-6 {
        padding:30px;
    }
}
.ant-estilo-caja-6.border-grey {
    border:1px solid #ebebeb;
}
.ant-estilo-caja-6 .icon {
    color:#E40C45;
    margin-bottom: 15px;
}
.ant-estilo-caja-6 p {
    color:#000;
    opacity:0.7;
}
.ant-estilo-caja-6:hover {
    border:3px solid #004884;
	background-color:#004884;
	-webkit-box-shadow: 1px 4px 20px -2px rgba(0,72,132,0.2);
    box-shadow: 1px 4px 20px -2px rgba(0,72,132,0.2);
    transform: translateY(-8px);
}
.ant-estilo-caja-6:hover p {
    color:#fff;
    opacity:1;
}
.ant-estilo-caja-6 a.title {
    color: #004884;
    font-size: 1.1rem;
    text-decoration: none;
    font-weight: 600;
}
.ant-estilo-caja-6:hover a.title {
    color:#fff;
    text-decoration: underline;
}
.ant-estilo-caja-6:hover .icon {
    color:#fff;
}
.ant-contenido-caja-6 {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
/* TABS PESTAÑAS */
.container-navbar-pestana-govco {
    position: inherit;
}
/*** FOOTER ESTILOS ADICIONALES GOVCO V4 ***/
/*** FUENTE ICONOS ***/
[class^="govco-"]:before,
[class*=" govco-"]:before {
    font-family: "govco-fontv2";
    font-style: normal;
    font-weight: normal;

    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: 0.2em;
    text-align: center;
    /* opacity: .8; */

    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;

    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;

    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: 0.2em;

    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */

    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
/*** FOOTER ***/
/*** FUENTE ICONOS ***/
/*** MODAL 1 ***/
.govco-logo-entidad {
    height: 64px;
    display: inline-block;
}
.govco-co {
    height: 48px;
    margin-top: 24px;
    display: inline-block;
    content: url(https://cdn.www.gov.co/v4/assets/images/logo-colombia.svg);
}
.govco-logo {
    height: 30px;
    display: inline-block;
    content: url(https://cdn.www.gov.co/v4/assets/images/logo.svg);
    vertical-align: super;
}
.govco-data-front {
    width: calc(100% - 39%);/*Valor en % para resoluciones mayores a 1200px*/
    -webkit-box-shadow: 600px 30px 0px -30px #1C7E59 -600px 30px 0px -30px #1C7E59,
        0px 20px 0px 0px #1C7E59, 600px 50px 0px -30px #1C7E59,
        -600px 50px 0px -30px #1C7E59;
    box-shadow: 600px 30px 0px -30px #1C7E59, -600px 30px 0px -30px #1C7E59,
        0px 20px 0px 0px #1C7E59, 600px 50px 0px -30px #1C7E59,
        -600px 50px 0px -30px #1C7E59;
    top: 10;
    border: 2px solid #e5eefb;
    border-radius: 10px;
    opacity: 1;
    margin: auto !important; /*Estilo para centrar la caja contenedora del footer*/
}
@media (max-width: 1400px) {
    .govco-data-front {
        width: calc(100% - 40px);/*Valor en px para resoluciones hasta 1200px*/
        -webkit-box-shadow: 50px 30px 0px -30px #1C7E59, -50px 30px 0px -30px #1C7E59,
            0px 20px 0px 0px #1C7E59, 50px 50px 0px -30px #1C7E59,
            -50px 50px 0px -30px #1C7E59;
        box-shadow: 50px 30px 0px -30px #1C7E59, -50px 30px 0px -30px #1C7E59,
            0px 20px 0px 0px #1C7E59, 50px 50px 0px -30px #1C7E59,
            -50px 50px 0px -30px #1C7E59;
        top: 10;
        border: 2px solid #e5eefb;
        border-radius: 10px;
        opacity: 1;
    }
}
.govco-text-header-3 {
    font-weight: bold;
}
.govco-iconContainer {
    width: auto !important;
}
.govco-logo-div-a {
    text-align: center !important;
}
.govco-link-container {
    display: inline-block;
    width: auto !important;
}
.govco-mostrar {
    display: none !important;
}
.govco-nombre-entidad {
    margin-bottom: 0px !important;
}
@media (max-width: 991px) {
    .govco-sedes {
        margin-left: 0 !important;
        padding-left: 0 !important;
        padding-right: 5px !important;
    }
    .govco-sede-info {
        margin-left: 0 !important;
    }
    .govco-text-header-1 {
        margin-left: 15px !important;
    }
    /* .govco-iconContainer {
        width: 100% !important;
    } */
    .govco-network {
        margin-top: 10px !important;
    }
    .govco-link-container {
        display: block !important;
        /* width: 100% !important; */
    }
    .govco-mostrar {
        display: unset !important;
    }
    .govco-logo-container {
        text-align: center !important;
        margin-left: 0px !important;
    }
    /* Estilos para centrar logos en barra zul footer - Nueva disposicion */
    .govco-texto-sedes {
        padding-right: 20px !important;
    }
    footer .govco-logo-container {
        display: block !important;
        padding-top: 25px;
        margin-top: 0 !important;
    }
}
/* BACKGROUNDS */
.bg-color-govco-1 {
    background-color: #e6effd;
}
.bg-color-govco-2 {
    background-color: #f2f2f2;
}
.bg-color-govco-3 {
    background-color: #F6F8F9;
}
/* Centrado de Cols */
.col-centered {
    float: none;
    margin: 0 auto;
}
/* =========== COLUMNA LATERAL NOTICIAS RELACIONADAS ============= */
.fecha-boletin-ant {
    color: #E40C45;
    display: flex;
    justify-content: space-between;
}
.titulo-boletin-ant {
    font-size: 1.75rem !important;
}
.img-noticia-ant {
    border-radius: 0.625rem 0.625rem 0 0;
}
.leyenda-boletin-ant {
    background-color: #E6EFFD;
    color: #3366CC;
    padding: 15px;
    border-radius: 0 0 0.625rem 0.625rem;
}
/*Estilo para forzar card a 1005 de width*/
.tarjeta-govco.vertical-tarjeta-govco {
    max-width: 100%;
}
/*Estilo para negar height en card noticias relacionadas*/
#noticias-relacionadas .tarjeta-govco.vertical-tarjeta-govco,
#noticias-relacionadas .tarjeta-govco.vertical-tarjeta-govco .body-tarjeta-govco,
#noticias-relacionadas .tarjeta-govco.vertical-tarjeta-govco .container-img-tarjeta-govco {
    height: auto !important;
}
/* =========== BOTONES GOV CO ============= */
/*Estilos para negar estilos originales gov.co. Que el botón se amplie de acuerdo a texto y no usar valores absolutos px como en V4*/
.btn-govco {
    font-family: 'WorkSans-Medium' !important;
    font-size: 1rem;
    padding: 0.5em 1rem !important;
    line-height: 1!important;
    border-radius: 30px!important;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    min-width: 175px;
}
.btn-govco.fill-btn-govco {
    padding: 0.75em 1rem !important;
}
/*Estilo para que texto ocupe una sola linea + margen cuando se usa icono*/
.btn-govco.mixed-btn-govco span {
    width: 100% !important;
    margin: 0 10px;
}
/*Estilo Botones funciones para que acomodar debajo del otro hasta 768px*/
@media all and (max-width: 767px) {
    .btn-funciones {
        display: grid;
    }
}
/*Estilo para definir de botón que solo usa simbolo - Botón circular*/
.symbol-btn-govco {
    max-height: 44px !important;
    min-width: 44px !important;
}
/* =========== CENTRO DE COMUNICACIONES ============= */
/*Estilo color links over Audios y Podcasts*/
.ant-audio-podcasts a:hover {
    color: #3366CC;
    background-color: #E6EFFD;
    text-decoration: underline;
}
/*Filtro para seleccionar meses en historicos*/
.filtro-mes-comunicaciones {
    display: flex;
    align-items: center;
    background-color: #E6EFFD;
    padding: 20px;
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
    border-radius: 6px;
    align-items: center;
    justify-content: space-around;
}
.filtro-mes-comunicaciones h3 {
    color: #3366CC;
    font-weight: 600;
}
.desplegable-govco,
.desplegable-govco .desplegable-selected-option,
.desplegable-govco .desplegable-filter-govco {
    /*min-width: 255px !important;*/
    width: 100% !important;
    min-height: 40px !important;
}
/* =========== LISTAS LINKS COLUMNA LATERAL ============= */
.subtit-lista-link {
    color:#004884;
    text-transform: uppercase;
    font-weight: 600;
}
.lista-links-ant li {
    border: 2px solid #E6EFFD;
    border-radius: 0px !important;
}
.lista-links-ant li:hover {
    background-color: #E6EFFD;
}
.lista-links-ant li.active {
    background-color: #004884;
    border-color: #004884;
}
.lista-links-ant li.active a {
    color: #FFF !important;
}
.lista-links-ant li:hover.active {
    background-color: #004884;
}
/*CENTRAR IMAGENES NOTICIAS*/
figure img.img-noticia-ant {
    margin: auto;
    display: block;
}
/*BORDE INICIO DE SESIONM*/
.inicio-sesion-govco {
    border: 2px solid #E6EFFD;
}
/*TAMAÑOS ICONOS*/
.icon-medium {
    font-size:4em;
}
.color-blue-dark {
    color:#004884;
}
/*ESTILOS ETIQUETA <code>*/
.gov-code {
    font-size: 105%;
    background-color: rgba(222,222,222,0.3);
}
.gov-code {
    color: #ed143d;
    background-color: #f1f1f1;
    padding-left: 4px;
    padding-right: 4px;
    border-radius: 5px;
}
.gov-code {font-family: Consolas,Menlo,"courier new",monospace;}

/* =========== TABLAS ============= */
/*Sobre escribir Color borde de thead - .table-externa aplica a Tabla Aniadada - .table-normal aplica a Tabla con Pie de Página */
.table>tbody:not(:first-child),
table.table-externa tbody:not(:first-child),
table.table-normal tbody:not(:first-child) {
    border-top: 2px solid currentColor !important;
}
/*Sobre escribir Color borde filas*/
.table-response tr {
    border-bottom: #E6EFFD !important;
}
/*Sobre escribir estilos de tablas gov.co porque no funciona estilo responsive ni adaptativo definidos en px,
Ancho para filas definido en % según contenido de ejemplo que definieron - Se deja auto para que tome ancho según contenido*/
.contenedor-tabla {
    width: 100% !important;
}
.table-general thead th, .table-normal thead th {
	padding-right: 2em !important;
    padding-left: 2em !important;
}
.table-general thead th:nth-child(1) {
	padding: auto !important;
}
.table-general thead th:nth-child(1) {
	width: auto !important;
}
.table-general thead th:nth-child(2) {
	width: auto !important;
}
.table-general tbody td:nth-child(3) {
	text-align: inherit !important;
}
.table-general thead th:nth-child(3) {
	width: auto !important;
}
.table-general thead th:nth-child(4) {
	width: auto !important;
}
/* table.table.table_responsive {overflow-x: auto !important;} */

/* =========== SCROLLBAR ============= */
/*Estilos para ScrollBar en Navegador, Tablas en dispositivos moviles*/
* {
    scrollbar-width: thin;
    scrollbar-color: #004884 #e6effd;
}
::-webkit-scrollbar {
    width: 0.5em;
    height: 0.5em;
}
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #004884;
}
::-webkit-scrollbar-track {
    border-radius: 10px;
    background: #e6effd;
}
::-webkit-scrollbar-thumb:hover {
    background: #004884;
}

.scroll-dark-govco {
    overflow-y: scroll;
    scrollbar-face-color: #36c !important;
    scrollbar-track-color: #fff !important;
    scrollbar-arrow-color: #fff !important;
    scrollbar-highlight-color: #36c !important;
    scrollbar-3dlight-color: #36c !important;
    scrollbar-darkshadow-color: #36c !important;
    scrollbar-color: #36c #fff !important;
    scrollbar-width: thin !important;
}
.scroll-dark-govco::-webkit-scrollbar {
    width: 0.5em;
    height: 0.5em;
}
.scroll-dark-govco::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #36c;
}
.scroll-dark-govco::-webkit-scrollbar-track {
    border-radius: 10px;
    background: #fff;
}
.scroll-dark-govco::-webkit-scrollbar-thumb:hover {
    background: #36c;
}
.scroll-light-govco {
    scrollbar-face-color: #004884 !important;
    scrollbar-track-color: #e6effd !important;
    scrollbar-arrow-color: #e6effd !important;
    scrollbar-highlight-color: #e6effd !important;
    scrollbar-3dlight-color: #e6effd !important;
    scrollbar-darkshadow-color: #e6effd !important;
    scrollbar-color: #004884 #e6effd !important;
    scrollbar-width: thin !important;
    overflow-y: scroll;
}
.scroll-light-govco::-webkit-scrollbar {
    width: 0.5em;
    height: 0.5em;
}
.scroll-light-govco::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #004884;
}
.scroll-light-govco::-webkit-scrollbar-track {
    border-radius: 10px;
    background: #e6effd;
}
.scroll-light-govco::-webkit-scrollbar-thumb:hover {
    background: #004884;
}
/* =========== FORMULARIOS FIELDSET ============= */

/* Fieldset y Legend para nombre entidad */
fieldset.ingreso-ent, fieldset.content-query {
    border: 1px solid #D9D9D9 !important;
    padding: 15px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 5px;
}
.ingreso-ent legend {
    border: 2px solid #FFF;
    background: #007954;
    padding: 2px 20px;
    margin-bottom: 0 !important;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 3px 3px 5px 0px rgb(0 0 0 / 30%);
    -moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.3);
    box-shadow: 3px 3px 5px 0px rgb(0 0 0 / 30%);
}
.content-query legend {
    width: auto;
    border: 2px solid #FFF;
    background: #68AB44;
    padding: 2px 20px;
    margin-bottom: 0 !important;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 3px 3px 5px 0px rgb(0 0 0 / 30%);
    -moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.3);
    box-shadow: 3px 3px 5px 0px rgb(0 0 0 / 30%);
    float: none !important;
}
.ingreso-ent legend p, .content-query legend p {
    color: #FFF;
    font-size: 0.8rem;
    text-align: center;
    margin-bottom: 0;
}
.content-query h3 {
    color: #FFF;
    font-size: 1rem !important;
    margin: 0;
    text-align: center;
}
/* =========== FORMULARIOS ============= */
input, select, select option, option {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}
select::-ms-expand {display: none;}
.gov-co-form-group .gov-co-dropdown > div > select, .gov-co-form-group .gov-co-dropdown > select, .gov-co-form-group .gov-co-dropdown .selectpicker {
    height: 40px !important;
    padding: 6px 16px;
    border: 1px solid #bababa;/*!important*/
}
.gov-co-form-group .gov-co-dropdown select {
	display: inline-block;
	width: 100%;
	cursor: pointer;
  	padding: 7px 10px;
  	outline: 0; 
  	border: 0;
    position: relative;
    transition: all 0.25s ease;
}
.gov-co-form-group .gov-co-dropdown i {
	position: absolute;
	right: 20px;
	top: calc(50% - 2px);
	width: 8px;
	height: 8px;
	display: block;
	border-left:2px solid #3366cc;;
	border-bottom:2px solid #3366cc;;
	transform: rotate(-45deg);
	transition: all 0.25s ease;
}
.gov-co-form-group .gov-co-dropdown:hover i {margin-top: 3px;}
.gov-co-form-group .gov-co-dropdown select:hover {
    border: 1px solid #36c; /*!important*/
    box-shadow: 0 0 5px #36c !important;
}
.gov-co-form-group .gov-co-dropdown select:hover option {background: #E6EFFD;}
/*Estilos Selectpicker y Datepicker*/
/*Selectpicker*/
.gov-co-dropdown .dropdown.bootstrap-select button.btn.dropdown-toggle {
    height: 40px;
    background-color: #FFF;
}
.gov-co-dropdown .dropdown.bootstrap-select button:hover.btn.dropdown-toggle {border: 1px solid #36c !important;}
div.dropdown-menu {
    border: 1px solid #36c !important;
    box-shadow: 0 0 5px #36c !important;
}
.gov-co-form-group > .gov-co-dropdown .bootstrap-select .dropdown-menu .dropdown-item:hover {background-color: transparent !important;}
.bootstrap-select .dropdown-menu li:hover{background-color: #e6effd !important;}
.gov-co-form-group > .gov-co-dropdown .bootstrap-select .dropdown-toggle:not(.bs-placeholder) .filter-option-inner-inner {color: #495057 !important;}
.gov-co-form-group > .gov-co-dropdown .bootstrap-select ul.dropdown-menu li {padding: 6px 16px !important;}
button:hover .dropdown-toggle::after {
    top: calc(50% - 0px) !important;
    -webkit-transition: 0.5s ease-in-out !important;
    transition: all 0.5s ease-in-out !important;
}
/*Datepicker*/
div.gj-datepicker .gj-datepicker-bootstrap .gj-unselectable .input-group
div.gj-datepicker .gj-datepicker-bootstrap input:hover
/* input.calendar .form-control-govco .form-control*/ { 
    border: none !important;
    box-shadow: none !important;
}
.gov-co-form-group input[type=text]:hover,
.gov-co-form-group input[type=password]:hover,
.gov-co-form-group input[type=month]:hover,
div[role="wrapper"]:hover.gj-datepicker {
    border: 1px solid #36c;/*!important*/
    box-shadow: 0 0 5px #36c !important;
}
.gj-datepicker-bootstrap [role=right-icon] button:hover i::before {color: #007954;}
.gj-picker-bootstrap table tr td.selected.gj-cursor-pointer div {
    background-color: transparent !important;
    border-color: none !important;
}
.gj-picker-bootstrap table tr td.gj-cursor-pointer:hover {border-radius: 0px !important;}
.gj-picker-bootstrap table tr td.selected.gj-cursor-pointer {border-radius: 0px !important;}
.gj-picker-bootstrap table tr td.gj-cursor-pointer div:hover {
    background: transparent !important;
    border-radius: 0px !important;
}
div[role="calendar"].gj-picker {box-shadow: 0 0 3px #004884 !important;}
[type="year"].gj-picker-bootstrap table tr td div:hover,
[type="decade"].gj-picker-bootstrap table tr td div:hover,
[type="century"].gj-picker-bootstrap table tr td div:hover {border-radius: 0px !important;}
/*Errores en campos - Label, Bordes, Texto interno campo*/
/* .gov-co-error.gov-co-form-group input[type=text], */
.gov-co-error.gov-co-form-group .gov-co-dropdown select,
.gov-co-error div[role="wrapper"].gj-datepicker,
.gov-co-error.gov-co-form-group input[type=month] {
    border: 1px solid #a80521 !important;
    color: #a80521 !important;
}
.gov-co-error.gov-co-form-group  input[type=text]:hover,
.gov-co-error.gov-co-form-group .gov-co-dropdown select:hover,
.gov-co-error.gov-co-form-group div[role="wrapper"]:hover.gj-datepicker
.gov-co-error.gov-co-form-group input[type=password]:hover,
.gov-co-error.gov-co-form-group input[type=month]:hover {
    box-shadow: 0 0 3px #a80521 !important;
}
/* .gov-co-error label, */
.gov-co-error small,
.gov-co-error.gov-co-form-group div[role="wrapper"] input[role="input"],
.gov-co-error.gov-co-form-group div[role="wrapper"] i {color: #a80521 !important;}
.gov-co-error.gov-co-form-group > .gov-co-dropdown .bootstrap-select .dropdown-toggle::after {color: #a80521 !important;}
/*Estilos adicionales formularios*/
/*estilo para alinear horizontalmente los campos*/
.form-row {
    display: -webkit-box;
    /* display: flex; */
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}
/*Estilos para separar horizontalmente los campos*/
.form-row>.col, .form-row>[class*=col-] {
    padding-right: 5px;
    padding-left: 5px;
}
.desplegable-govco~.alert-desplegable-govco {
    margin-top: 0.6rem !important;
}
/*Estilo para ajustar ancho de campos en resoluciones inferiores a 600px*/
@media (max-width: 600px) {
    .form-row>.col, .form-row>[class*=col-] {
        width: 100%;
    }
}
/*Estilo Efecto Hover Campos Desplegables*/
button.desplegable-selected-option:hover,
input[type="mail"]:hover,
input[type="tel"]:hover,
div:hover.desplegable-govco .desplegable-selected-option,
.entradas-de-texto-govco textarea:hover {
    border: 1px solid #36c;
    box-shadow: 0 0 5px #36c !important;
}
/*Estilo para formzar margen label desplegables*/
.label-desplegable-govco {
    margin-bottom: 0.5rem !important;
}
/*Estilo para ajustar posicion campo Contador y entradas de texto*/
.entradas-de-texto-govco {
    padding: 0rem 0 !important;
}
/*Eliminar sombra y borde en placeholde de desplegable con filtro*/
.gov-co-form-group .desplegable-govco .desplegable-selected-option input[type=text]:hover {
    border: none;
    box-shadow: none !important;
}
/*Estilo para textarea con estilos govco*/
.entradas-de-texto-govco textarea {
    outline: none;
    background-color: #FFFFFF;
    border: 0.094rem solid #737373;
    border-radius: 0.313rem;
    width: 100%;
    padding: 0.5rem;
    color: #4B4B4B;
    font-size: 16px;
    margin-bottom: 0.5rem;
    display: inline;
    height: auto;
    box-sizing: inherit;
    line-height: 1.375rem;
}
/*Estilo focus Campos de texto*/
.entradas-de-texto-govco input:not(.success):not(.error):focus {
    outline: max(0.125rem, 0.15em) solid #000000;
    outline-offset: max(0.125rem, 0.15em);
}
/*Estilo focus Text Area*/
.form-control:focus {
    outline: max(0.125rem, 0.15em) solid #000000;
    outline-offset: max(0.125rem, 0.15em);
}
/* =========== CONVENIOS ACUERDOS ============= */
#convenios-ant.ca-entidad .ca-elemento, #acuerdos-ant.ca-entidad .ca-elemento  {
    display: -webkit-box;
    -webkit-box-pack: stretch;
    justify-content: stretch;
}
.ca-elemento {
    margin-bottom: 1.25rem;
    min-height: 200px;
}
.ca-elemento a {
    text-decoration: none;
}
.ca-elemento a:hover {
    text-decoration: underline;
}
.ca-entidad {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    /*Estilo para centrar divs con respecto a row*/
    justify-content: center;
    /*Estilo para acercar y proporcionar separacion entre divs*/
}
.ca-entidad .ca-container {
    min-height: 100%;
}
.ca-container {
    min-height: 282px;
    background: #fff;
    border: 1px solid #81ABFF;
    padding: 2em;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
    display: flex;
    /*Estilo para centrar logo verticalmente*/
}
.ca-container:hover {
    border: 1px solid #36c;
    box-shadow: 0 3px 5px 0 #3366cc24;
    box-shadow: 0 4px 0 #3366cc24;
}
.ca-container img {
    width: 70%;
    margin: auto;
    display: block;
}
@media (max-width: 768px) {
    .ca-entidad .ca-container {
        min-height: 180px;
        padding: 0.5em;
    }
    .objeto-ca {
        font-size: 1rem !important;
        padding: 30px !important;
    }
}
.ca-descripcion {
    display: flex;
    align-items: center;
}
.logo-ca {
    width: 100%;
    max-height: 150px;
    justify-content: center;
    padding: 20px;
}
.objeto-ca {
    font-size: 1.2rem;
    padding: 50px;
}
/* Estilo para las filas del tbody */
.tabla-ca tbody tr th:first-child,
.tabla-ca tbody tr td:first-child {
    width: 25%; /* Primera columna al 25% del ancho */
}

.tabla-ca tbody tr th:nth-child(2),
.tabla-ca tbody tr td:nth-child(2) {
    width: 75%; /* Segunda columna al 75% del ancho */
}

/* Estilo para dispositivos con ancho menor o igual a 600px */
@media (max-width: 600px) {
    /* Las columnas deben ocupar el 100% del ancho */
    .tabla-ca tbody tr th:first-child,
    .tabla-ca tbody tr td:first-child,
    .tabla-ca tbody tr th:nth-child(2),
    .tabla-ca tbody tr td:nth-child(2) {
        width: 100%;
        display: block; /* Para que <th> quede encima de <td> */
    }
}

.form-text {
    font-size: .875em !important;
}
.btn-grupo-content {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

  .btn-grupo-content [class*="col-"] {
    display: -webkit-flex;
    display: flex;
  }

a.btn-grupo-1-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
  border: 1px solid #81ABFF;
  border-radius: 8px;
  text-decoration: none;
  width: 100%;
}

  a.btn-grupo-1-item:hover {
    border: 1px solid #1C7E59;
    background-image: url(../images/bg-btn-home-ant.jpg);
    cursor: pointer;
  }

.btn-grupo-1-item .content {
  width: 75%;
}

  .btn-grupo-1-item .content p {
    font-family: "Montserrat-SemiBold" !important;
    font-size: 1.25rem !important;
    color: #004884;
    line-height: 1.2;
    padding-bottom: 15px;
    display: flex;
    align-items: baseline;
  }

    .btn-grupo-1-item .content p i {
      width: 16px;
      height: 16px;
      color: #004884;
      border-radius: 50%;
      margin-right: 10px;
    }

  .btn-grupo-1-item .content span {
    font-size: 0.852rem;
    display: inline-block;
    color: #1C7E59;
  }

.btn-grupo-1-item .icon {
  width: 72px;
  height: 72px;
  line-height: 72px;
  border-radius: 6px;
  background-color: #68AB44;
  text-align: center;
}

  .btn-grupo-1-item .icon img {
    width: 44px;
  }

  .btn-grupo-1-item .icon img {
    transition: .4s ease-in-out;
  }

.btn-grupo-1-item:hover .icon img {
  transform: rotate3d(1, 1, 1, 360deg);
}

.bor-bottom {
  border-bottom: 1px solid #D9D9D9;
}

.p-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.pb-65 {
  padding-bottom: 65px;
}

.mb-65 {
  margin-bottom: 65px;
}

.mt-30 {
  margin-top: 30px;
}
/********************************/
.counter-logros {
  position: relative !important;
  display: block;
  overflow: hidden !important;
  padding: 120px 0 120px;
  z-index: 1;
  /* background-color: #E3F1DB; */
  background-image: linear-gradient(45deg, rgba(28, 126, 89, 0.75), /*rgba(0, 72, 132, 0.75),*/
  rgba(104, 171, 68, 0.75)), url(../../assets/images/backgrounds/bg-cifras-home.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.counter-logros-left {
  position: relative;
  display: block;
}

  .counter-logros-left .section-title {
    margin-bottom: 25px;
  }

.ant-separa-left-white {
  width: 20%;
  margin-right: 80%;
  padding: 0px;
  float: left;
  height: 2px;
  margin-top: 10px;
  margin-bottom: 30px;
  background-color: #FFF;
}

.counter-logros-left .section-title-tagline {
  color: #FFF;
}

  .counter-logros-left .section-title-tagline::before {
    background-color: #FFF;
  }

.counter-logros-left .section-title-title {
  color: #FFF;
}

.counter-logros-text-1 {
  font-size: 16px;
  font-weight: 600;
  color: #FFF;
}

.counter-logros-btn-box {
  position: relative;
  display: block;
  margin-top: 31px;
}

.counter-logros-right {
  position: relative;
  display: block;
  margin-left: 70px;
}

.counter-logros-counter {
  position: relative;
  display: block;
}

  .counter-logros-counter:before {
    content: "";
    position: absolute;
    top: 11px;
    bottom: 4px;
    left: 50%;
    width: 1px;
    background-color: #FFF;
  }

  .counter-logros-counter:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    right: 0;
    height: 1px;
    background-color: #FFF;
  }

  .counter-logros-counter li {
    position: relative;
    display: inline-block;
    max-width: 190px;
    width: 100%;
    margin-bottom: 120px;
    margin-right: 155px;
  }

    .counter-logros-counter li:nth-child(2) {
      margin-right: 0;
    }

    .counter-logros-counter li:nth-child(3) {
      margin-bottom: 0;
    }

    .counter-logros-counter li:nth-child(4) {
      margin-bottom: 0;
      margin-right: 0;
    }

.counter-logros-single {
  position: relative;
  display: block;
}

.counter-logros-count-box {
  position: relative;
  display: flex;
  align-items: center;
}

  .counter-logros-count-box h3 {
    font-size: 3.875rem;
    color: #FFF;
    font-weight: 800;
    line-height: 70px;
    letter-spacing: 0.04em;
    margin-bottom: 10px;
  }

.counter-logros-plus {
  font-size: 70px;
  color: #FFF;
  font-weight: 800;
  line-height: 70px;
  letter-spacing: 0.04em;
}

.counter-logros-text-2 {
  font-size: 1.125rem;
  color: #FFF;
}

/* INDICADORES */
.hm-about-block {
  display: inline-block;
  vertical-align: top;
  min-width: 25%;
  padding: 0 10px;
  margin: 0 0 20px 0;
}

  .hm-about-block:hover .fa {
    color: #00b4cb;
  }

    .hm-about-block:hover .fa::after {
      border: 10px solid #FFF;
    }

.hm-about-icon .fa {
  position: relative;
  font-size: 2rem;
  color: #FFF;
  width: 64px;
  height: 64px;
  line-height: 2em;
  text-align: center;
  border: 2px solid #FFF;
  border-radius: 2px;
  background-color: #FFF;
}

  .hm-about-icon .fa::after {
    content: '';
    position: absolute;
    top: -15%;
    left: -15%;
    width: 130%;
    height: 130%;
    border: 2px solid #d7d7d7;
    border-radius: 2px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    z-index: 1;
  }

.hm-about-number {
  padding: 0 0 0 15px;
  text-align: left;
}

  .hm-about-number span {
    display: block;
    font-size: 2rem !important;
    color: #FFF;
    font-weight: 500;
  }

  .hm-about-number p {
    font-size: 0.875rem;
    color: #000;
  }

.tbl-cell {
  display: table-cell;
  vertical-align: middle;
}

  .tbl-cell.hm-about-icon {
    vertical-align: top !important;
    padding-top: 7px;
  }
/*Colores Elementos Indicadores*/
/*Color Azul 1 Govco*/
span.color-azul-1, .hm-about-number > .fa.color-azul-1 {
  color: #36C;
}

i.bc-azul-1 {
  color: #36C !important;
  border: 2px solid #36C !important;
}

.hm-about-block:hover i.fa.bc-azul-1::after {
  border: 10px solid #36C;
}
/*Color Azul 2 Govco*/
span.color-azul-2, .hm-about-number > .fa.color-azul-2 {
  color: #004884;
}

i.bc-azul-2 {
  color: #004884 !important;
  border: 2px solid #004884 !important;
}

.hm-about-block:hover i.fa.bc-azul-2::after {
  border: 10px solid #004884;
}
/*Color Verde 1 ANT*/
span.color-verde-1, .hm-about-number > .fa.color-verde-1 {
  color: #1C7E59;
}

i.bc-verde-1 {
  color: #1C7E59 !important;
  border: 2px solid #1C7E59 !important;
}

.hm-about-block:hover i.fa.bc-verde-1::after {
  border: 10px solid #1C7E59;
}
/*Color Verde 2 ANT*/
span.color-verde-2, .hm-about-number > .fa.color-verde-2 {
  color: #68AB44;
}

i.bc-verde-2 {
  color: #68AB44 !important;
  border: 2px solid #68AB44 !important;
}

.hm-about-block:hover i.fa.bc-verde-2::after {
  border: 10px solid #68AB44;
}
/*Color Amarillo ANT*/
span.color-amarillo, .hm-about-number > .fa.color-amarillo {
  color: #EBAB25;
}

i.bc-amarillo {
  color: #EBAB25 !important;
  border: 2px solid #EBAB25 !important;
}

.hm-about-block:hover i.fa.bc-amarillo::after {
  border: 10px solid #EBAB25;
}
/*Color Naranja*/
span.color-naranja, .hm-about-number > .fa.color-naranja {
  color: #F0572D;
}

i.bc-naranja {
  color: #F0572D !important;
  border: 2px solid #F0572D !important;
}

.hm-about-block:hover i.fa.bc-naranja::after {
  border: 10px solid #F0572D;
}
/*Color Rojo*/
span.color-rojo, .hm-about-number > .fa.color-rojo {
  color: #A80521;
}

i.bc-rojo {
  color: #A80521 !important;
  border: 2px solid #A80521 !important;
}

.hm-about-block:hover i.fa.bc-rojo::after {
  border: 10px solid #A80521;
}
/*Color Lila*/
span.color-lila, .hm-about-number > .fa.color-lila {
  color: #D870AD;
}

i.bc-lila {
  color: #D870AD !important;
  border: 2px solid #D870AD !important;
}

.hm-about-block:hover i.fa.bc-lila::after {
  border: 10px solid #D870AD;
}
/*Fondo Transparente Iconos Porcentaje*/
div.hm-about-number:hover > i.fa::before {
  background: transparent;
}
/*Tamaño Textos Valores Indicadores e Iconos Fa*/
.hm-about-number > span.counter, .hm-about-block > span > span.percent, .hm-about-number > .fa {
  font-size: 2rem;
}
/* Pie Chart - Indicadores */
.chart-azul-1,
.chart-azul-2,
.chart-verde-1,
.chart-verde-2,
.chart-amarillo,
.chart-naranja,
.chart-rojo,
.chart-lila {
  position: relative;
  display: inline-block;
  width: 100px;
  height: 100px;
  display: table-cell;
}

  .chart-azul-1 canvas,
  .chart-azul-2 canvas,
  .chart-verde-1 canvas,
  .chart-verde-2 canvas,
  .chart-amarillo canvas,
  .chart-naranja canvas,
  .chart-rojo canvas,
  .chart-lila canvas {
    position: absolute;
    top: 0;
    left: 0;
  }

.percent {
  display: inline-block;
  line-height: 5.938rem;
  width: 100px;
  height: 100px;
  text-align: center;
}

  .percent:after {
    content: '%';
    margin-left: 0.1em;
    font-size: .8em;
  }

.angular {
  margin-top: 90px;
}

  .angular .chart-azul-1,
  .angular .chart-azul-2,
  .angular .chart-verde-1,
  .angular .chart-verde-2,
  .angular .chart-amarillo,
  .angular .chart-naranja,
  .angular .chart-rojo,
  .angular .chart-lila {
    margin-top: 0;
  }

@media (max-width: 576px) {
  .hm-about-block {
    display: inline-grid !important;
    justify-items: center;
  }

  .tbl-cell.hm-about-icon {
    text-align: center !important;
  }

  .hm-about-number > span.counter {
    text-align: center !important;
  }

  .hm-about-number {
    padding: 0px !important;
    margin: 10px 0;
  }

    .hm-about-number i {
      display: flex;
      justify-content: center; /* Centra horizontalmente */
      margin: 10px 0;
    }
}


