@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: .0625rem 16px .125rem;
    border-radius: 0 0 4.8px 4.8px;
    border-bottom-width: 0;
    outline: 0;
}
.visually-hidden {
    position: absolute !important;
    overflow: hidden;
    clip: rect(.0625rem, .0625rem, .0625rem, .0625rem);
    width: .0625rem;
    height: .0625rem;
    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(2px, 0.15em) solid #000000;
    outline-offset: max(2px, 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: 25.008px 86px 0 86px !important;
}
/*Estilo para forzar link funcionarios a derecha de navbar*/
@media (min-width: 62rem) {
    .navbar-expand-lg {
        justify-content: space-between;
    }
}
/**/
@media (max-width: 61.9375rem) {
    .navbar-menu-govco .button-responsive-menu-govco {
        margin-left: 18px !important;
        margin-right: 0 !important;
    }
}
@media (max-width: 61.9375rem) {
    .container-search-icon-menu-govco {
        grid-template-columns: 20fr !important;
        margin-right: 0px !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 61.9375rem y luego desaparezca */
@media (min-width: 61.9375rem) {
    .logo-992 {
        display: none;
    }
}
/* =========== MENU ============= */
/* Redefinir ancho de opciones de menu principal*/
@media (min-width: 62rem) {
    .navbar-menu-govco ul.navbar-nav li a span.text-item-menu-govco {
        max-width: 184px !important;
    }
}
/* Menu fijo al hacer scroll */
.fixed-top {
    top: -2.5rem;
    transform: translateY(2.5rem);
    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: 3.008px 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: #C8A041 !important;
}
.carrusel-govco .carousel-inner .carousel-item.multiple-carrusel-govco.color-verde-1 {
	background-color: #1C7E59 !important;
}
.carrusel-govco .carousel-inner .carousel-item.multiple-carrusel-govco.color-verde-2 {
	background-color: #68AB44!important;
}
.carrusel-govco .carousel-inner .carousel-item.multiple-carrusel-govco.color-azul {
	background-color: #004884 !important;
}
.carrusel-govco .carousel-inner .carousel-item.multiple-carrusel-govco .carousel-caption a {
    font-size: 1.25rem !important;
    text-decoration: underline;
    font-family: Montserrat-SemiBold;
    margin: 1.6px;
}
.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: 41.8125rem) and (max-width: 61.9375rem) {
    .carousel-inner .carousel-item.multiple-carrusel-govco {
        flex-direction: column !important;
    }
    .carousel .carousel-caption {
        /* padding: 32px 64px;
        justify-content: center;
        font-size: 19.2px; */
        min-height: 192px;
    }
    .carrusel-govco .carousel-inner .carousel-item.multiple-carrusel-govco .carousel-caption {
        width: 100% !important;
        padding: 32px 64px !important;
    }
}
@media only screen and (max-width: 41.75rem) {
    .carousel .carousel-caption {
        padding: 32px !important;
    }
}
.carousel .carousel-caption {
    display: flex !important;
    align-items: center !important;
    padding: 32px;
    padding-left: 192px;
}
/*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: #000000 !important;
}
/*Color Up Controles laterales*/
.carrusel-govco .carousel-control-next-icon::after,
.carrusel-govco .carousel-control-prev-icon::after {
    color: #002c51!important;
}
/*Color indicadores no activos*/
.carrusel-govco .carousel-indicators button:not(.active) {
    background-color: rgba(0, 44, 81, .4) !important;
}
/*Color indicador activo*/
.carrusel-govco .carousel-indicators button {
    background-color: #000000 !important;
}
/*Botones Pausa Reproducir*/
.carrusel-govco .control-start-pause button {
    color: #002c51;
}
.carrusel-govco .control-start-pause button:hover {
    color: #000000;
}
/* Estilos adicionales responsive */
@media (max-width: 48rem) {
    .carrusel-govco {
        margin-bottom: 2.1875rem !important;
    }
    .responsive-carrusel-govco .carousel-indicators,
    .responsive-carrusel-govco .control-start-pause {
        margin-bottom: -32px !important;
    }
}
/*Estilos para Slide segun tamaño de dispositivo*/
@media screen and (min-width: 0rem) and (max-width: 63.9375rem) {
	#slide-ant-small {display: block;}
	#slide-ant-big {display: none;}
}

@media screen and (min-width: 64rem) and (max-width: 187.5rem) {
	#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.25rem;
    color: #000000;
}
.noticia-ant h4 .link-news {
    font-size:1.125rem;
    color: #000000;
    font-weight: 400;
}
.noticia-ant h3 a:hover.link-news,
.noticia-ant h4 a:hover.link-news {
    color: #3366CC !important;
}
.fecha-actualizacion {
    font-size: .875rem;
    font-weight: 400;
    margin-bottom: .625rem !important;
    color: #3366CC;
    width: 100%;
}
#noticias-home-ant p {
    overflow: hidden;
    text-overflow: ellipsis;
    /* white-space: nowrap; */
    display: -webkit-box; /* para compatibilidad con navegadores basados en WebKit */
    -webkit-line-clamp: 2; /* número máximo de líneas a mostrar */
    -webkit-box-orient: vertical; /* orientación del contenido */
}
/* Estilos para icono de titulo link noticias home */
.head-noticia {
    display:flex;
    align-items:center;
    margin-bottom: .9375rem;
 }
.head-noticia span {
    color:#1C7E59;
    font-size:1.5rem;
}
.titulo-noticia {
    margin:0 0 .3125rem .625rem;
}
/* =========== AREA NOTICIAS V2 ============= */
.contenedor-noticia-ant-2 [class*="col-"] {
    display: flex;
    flex-direction: column;
}
.noticia-ant-2 {
    position: relative;
    display: block;
    padding: 7.5rem 0 5.625rem;
}
.noticia-ant-2-single {
    position: relative;
    display: block;
    margin-bottom: 1.875rem;

    display: flex;
    flex-direction: column;
    flex: 1; /* Todos los divs con la clase "blog-one__single" ocuparán el mismo espacio */
}
.noticia-ant-2-img {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
    border-radius: 5.6px;
}
.noticia-ant-2-img:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 72, 132, .30);
    -webkit-transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
    transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
    transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
    transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease, -webkit-transform 500ms ease;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translatex(-70%);
    transform: translatex(-70%);
    z-index: 1;
}
.noticia-ant-2-single:hover .noticia-ant-2-img:before {
    visibility: visible;
    -webkit-transform: translatex(0%);
    transform: translatex(0%);
    opacity: 1;
}
.noticia-ant-2-img img {
    width: 100%;
    transition: all 500ms ease;
}
.noticia-ant-2-single:hover .noticia-ant-2-img img {
    transform: scale(1.05);
}
.noticia-ant-2-content {
    position: relative;
    display: block;
    text-align: center;
    background-color: rgb(255, 255, 255);
    box-shadow: 0rem .625rem 3.75rem 0rem rgba(0, 0, 0, 0.05);
    padding: 1.9375rem 2.5rem 1.8125rem;
    margin-left: .9375rem;
    margin-right: .9375rem;
    margin-top: -1.875rem;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 2;

    flex: 1; /* Todos los divs con la clase "blog-one__content" ocuparán el mismo espacio */
}
.noticia-ant-2-single:hover .noticia-ant-2-content {
    box-shadow: 0rem .625rem 3.75rem 0rem rgba(0, 0, 0, 0.1);
}
.noticia-ant-2-date {
    position: absolute;
    top: -3.75rem;
    right: 0;
    height: 3.75rem;
    width: 6.25rem;
    background-color: rgb(104, 171, 68);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 2;
}
.noticia-ant-2-date p {
    font-size: .875rem;
    color: #FFFFFF;
    font-weight: 300;
    line-height: 1rem;
    margin-bottom: .125rem;
    padding: .3125rem;
}
.noticia-ant-2-date span {
    font-size: .75rem;
    font-weight: 800;
    color: #FFFFFF;
    text-transform: uppercase;
    letter-spacing: .1em;
    line-height: .75rem;
    word-wrap: break-word;
}
.noticia-ant-2-meta {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
h3.noticia-ant-2-title {
    font-size: 1.125rem;
    line-height: 1.5em;
    margin-top: .375rem;
    margin-bottom: .75rem;
}
.noticia-ant-2-title a {
    color: #000000;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.noticia-ant-2-title a:hover {
    color: #4A7EFF;
}
.noticia-ant-2-text {
    overflow: hidden;
    text-overflow: ellipsis;
    /* padding-bottom: .6875rem; */
    display: -webkit-box; /* para compatibilidad con navegadores basados en WebKit */
    -webkit-line-clamp: 2; /* número máximo de líneas a mostrar */
    -webkit-box-orient: vertical; /* orientación del contenido */
}
.noticia-ant-2-read-more {
    position: relative;
    display: block;
}
.noticia-ant-2-read-more a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .75rem;
    font-weight: 600;
    color: #000000;
    text-transform: uppercase;
    letter-spacing: .1em;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.noticia-ant-2-read-more a span {
    font-size: 1rem;
    padding-left: .25rem;
}
.noticia-ant-2-read-more a:hover {
    color: #68AB44;
}
/* =========== VOLVER ARRIBA ============= */
.scroll-to-top {
    display: inline;
    position: fixed;
    bottom: 15%;
    right: 0rem;
}
.scroll-to-top:hover {
    right: 0rem;
}
.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: .9375rem !important;
}
/* Estilo Tamaño Logos en Footer */
.govco-footer>.govco-footer-logo>.govco-logo-container>.govco-logo-govco {
    border-left: .0625rem solid #fff;
}
.govco-footer>.govco-footer-logo>.govco-logo-container>.govco-logo-col {
    margin-right: .625rem;
}
.govco-logo-govco {
    width: 8.375rem;
    height: 3rem;
}
.govco-logo-col {
    width: 3rem;
    height: 3rem;
}
footer .govco-logo-container {
    display: inline-flex !important;
    margin-top: 1.75rem !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: .125rem;
    background-color: #3366CC;
    vertical-align: text-bottom;
    color: white;
    margin-top: .0625rem !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;
}
/* =========== ESTILOS GENERALES HOME ============= */
.tit-obj-ant {
    font-size: 1.875rem; /*2.2*/
    font-weight: 500;
    line-height: normal;
}
.obj-ant {
    font-size: 1.125rem;
    line-height: inherit;
    font-family: "Montserrat-Regular";
}
.google-eventos {
    width: 100%;
}
/* =========== ENLACES DE INTERES HOME ============= */
a.btn-enlaces {
    width: 100%;
    color:#000000;
    border: .125rem solid #81ABFF;
    border-radius: 2.6875rem;
    display: flex;
    align-items: center;
}
a:hover.btn-enlaces {
    color:#004884;
    border: .125rem solid #004884;
    text-decoration: underline;
}
.btn .icon.icon-round {
    border-radius: 50%;
}
#owl-demo5 a.btn-enlaces img {
    width: 2rem !important;
    margin-bottom: 0;
}
.btn .icon-ant {
    padding: .3125rem;
    background-color: #E6EFFD;
    border: .125rem solid #81ABFF;
    border-radius: 5.25rem;
    margin-right: -0.3125rem;
}
a:hover.btn .icon-ant {
    border: .125rem solid #004884;
}
.txt-btn-enlaces {
    width: 100%;
}
.txt-btn-enlaces span {
    font-size: 1rem;
}
a:focus-within.btn-enlaces {
    color:#004884;
    border: .125rem solid #004884;
    outline: max(2px, 2px) solid #000000;
    outline-offset: max(2px, 3.008px);
    background-color: #FFF;
    text-decoration: underline;
}
/* Estilos Personalización Controles Carrusel */
.slide-controls-2 .owl-theme .owl-controls .owl-page.active span {
    width: 12px !important;
    height: 12px !important;
    box-shadow: 0 3.008px 4px #00000029 !important;
    background-color: #68AB44 !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: .3125rem;
    margin-top: .3125rem;
    text-align: left;
    margin-left: 1.25rem;
}
.title-redes span {
    font-size: 1rem;
    margin-left: .3125rem;
    text-decoration: underline;
}
.title-redes a {
    text-decoration: none;
}
.icono-redes-ant {
    width: 3rem;
    height: 3rem;
}
/* =========== 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: .9375rem;
    background-color: #3366CC;
    text-align: center;
}
.subtit-evento-box h3 {
    color: #FFF;
    font-size: 1.25rem !important;
}
.contenido-evento-box {
    background-color: #FFF;
    padding: .9375rem;
    overflow: hidden; /*Alto segun contenido*/
}
.contenido-evento-box-2 {
    padding: .9375rem;
    overflow: hidden; /*Alto segun contenido*/
    display: table;
}
.intro-eventos {
    display: table-cell;
    vertical-align: middle;
}
.intro-eventos p {
    font-size: 1.25rem;
    margin: 1.875rem 0;
}
/* =========== 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: 1rem 0 1rem 0;
}
/* =========== OTROS ENLACES HOME ============= */
.oenlaces-ant {
    padding: 1.25rem;
}
.icono-oenlaces-ant {
    height: 4rem;
    margin-bottom: 1.25rem;
}
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: #68AB44 !important;
}
/* =========== PESTAÑAS O TABS ============= */
/* ESTILOS PESTAÑAS - TABS HORIZONTALES */
.nav-tabs {
    border-bottom: .0625rem solid #dee2e6;
}
.tabs-horizontal-ant .nav-tabs li:first-child {
    border-left: solid .125rem #E8EFFC;
}
.tabs-horizontal-ant .nav-tabs li {
    border: solid .125rem #E8EFFC;
    border-left: none;
    background-color: #F6F8F9;
}
.tabs-horizontal-ant .nav-tabs li .nav-link.active {
    border-bottom: solid .25rem #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: 1rem;
    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 .25rem #004884;
}
@media (max-width: 48rem) {
.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: 47.9375rem) {
    ul.nav-tabs li.nav-item {
        min-height: 4.375rem;
    }
}
/* Estilo para eliminar padding-riht en grupo de tabs */
.nav-justified {
    padding-right: 0;
}
/* Estilos Breadcrumbs */
.titulo-seccion-bc {
    font-size: 1.5rem;
    color: #1C7E59;
    padding: 0 .9375rem;
}
/* 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: .125rem solid #E8EFFC;
    padding-top: 1.1875rem !important;
    padding-bottom: 1.125rem !important;
    padding-left: 1rem !important;
    padding-right: 1rem !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: 5.008px solid #004884 !important;
    background-color: #FFF !important;
}
/* Estilo para cambiar aspecto de Tab Vertical dde 48rem hacia abajo */
@media (max-width: 48rem) {
    .tabs-verticales-govco-ant .nav-link.active {
        border-left: .125rem solid #E8EFFC !important;
        border-right: .125rem solid #E8EFFC !important;
        border-bottom: 5.008px solid #004884 !important;
    }
}
.tabs-verticales-govco-ant a .icon_right::after {
    content: "\e8b7";
    font-family: "govco-font";
    color: #004884;
    opacity: 1;
    height: .875rem;
    width: .5rem;
    float: right;
}
.tabs-verticales-govco-ant a .icon_left::after {
    content: "\e8b6";
    font-family: "govco-font";
    color: #004884;
    opacity: 1;
    height: .875rem;
    width: .5rem;
    float: right;
}
/* Color arrow active */
.tabs-verticales-govco-ant a.nav-link.active .icon_left::after {
    color: #68AB44;
}
/* 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: .625rem !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: #68AB44;
}
/* 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: 28.8px !important;
}
/* Estilo padding top y bottom en botones acordeon */
.accordion-govco .button-accordion-govco {
    padding: 8px 24px !important;
}
/* =========== MENU VERTICAL COLLAPSE EN BARRAS LATERALES ============= */
.acordeon-ant {
    width: 100%;
    padding: 0;
    background: #FFF;
    -webkit-border-radius: .25rem;
    -moz-border-radius: .25rem;
    border-radius: 0rem;
}
.acordeon-ant .link-ant {
    font-family: Montserrat,sans-serif;
    cursor: pointer;
    display: block;
    padding: .9375rem;
    color: #004884;
    font-size: 1rem;
    font-weight: 600;
    /* border-bottom: .0625rem solid #CCC; */
    border: .125rem 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: 1.875rem;
}
.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: 1.875rem;
    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: 1rem;
    left: .75rem;
    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: .75rem;
    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: .875rem;
}
.submenu-acc-ant li {
    border-bottom: .0625rem solid #E6EFFD;
}
.submenu-acc-ant a {
    font-family: WorkSans-Regular;
    font-size: 1rem;
    display: block;
    text-decoration: none;
    color: #3366CC;
    padding: .9375rem;
    -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: .9375rem;
}
.bloque-info-acc {
    margin-top: 1.25rem;
}
.info-txt-acc-ant p {
    font-size: .875rem;
    margin-bottom: 0 !important;
}
.info-txt-acc-ant span.tit-info {
    color:#3366CC;
    font-size: .875rem;
    font-weight: 500;
    margin-top: 1.25rem;
}
/* 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: 1.875rem;
    text-decoration: none;
}
.acordeon-ant li i.fa-chevron-right {
    right: .75rem;
    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: #68AB44;
}
.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: .9375rem;
    padding-right: 1.875rem;
    color: #004884;
    font-size: 1rem;
    font-weight: 600;
    border: .125rem 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: #68AB44!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: 1.875rem;
}
.menu-collapsed .expandir,
.menu-collapsed .contraer {
    display: block;
    position: absolute;
    right: .9375rem;
    top: .5rem;
    z-index: 10;
    width: .75rem;
    height: .5rem;
}
.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: 1.5625rem;
    position: absolute;
    right: .625rem;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: all .2s;
    transition: all .2s;
    color: #004884 !important;
}
/*Estilo 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: .0625rem solid #E6EFFD;
    /* padding: .625rem 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: .875rem;
    text-decoration: none;
    color: #004884;
    padding: .3125rem .9375rem .3125rem 1.875rem;
}
.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: 1.5rem;
    position: absolute;
    right: .625rem;
    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: #68AB44 !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: .875rem;
    color: #4b4b4b;
    display: block;
    margin-bottom: 4.8px;
    font-weight: 500;
    line-height: 1.3125rem;
}
.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: 3.125rem;*/
    overflow: hidden;
    margin: 0 0 .9375rem 0;
    font-size: 1rem;
    line-height: 1.5rem;
    color: #4b4b4b;
    font-weight: 400;
}
/* Filtro Fecha desde hasta */
.filtro-desde-hasta {
    display: flex;
    align-items: flex-end;
    background-color: #E6EFFD;
    /* padding: 1.25rem; */
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
    border-radius: .375rem;
}
.filtro-desde-hasta [class*="col-"] {
    padding: .9375rem;
}
@media all and (max-width: 62rem) {
    .filtro-desde-hasta {
        display: block;
    }
}
/* =========== ESTILOS GENERALES ============= */
.sr-only {
    color: #000;
}
.centrar {
    display: flex;
    justify-content: center !important;
}
/* 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: #4C4C4C !important;
}
/* Estilos líneas debajo de títulos y subtítulos */
.ant-title-line-center {
    width: 20%;
    height: .125rem;
    background-color: #68AB44;
    margin: .9375rem auto 1.5625rem auto;
}
.ant-subtitle-line-center {
    width: 50%;
    height: .125rem;
    background-color: #68AB44;
    margin: .9375rem auto .9375rem auto;
}
.ant-title-line-left {
    width: 20%;
    margin-right: 80% !important;
    padding: 0rem;
    float: left;
    height: .125rem;
    margin-top: .625rem;
    margin-bottom: 1.875rem;
    background-color: #68AB44;
}
.ant-subtitle-line-left {
    width: 100%;
    margin-right: 80%;
    padding: 0rem;
    float: left;
    height: .125rem;
    margin-top: .625rem;
    margin-bottom: 1.875rem;
    background-color: #68AB44;
}
.ant-title-line-center-azul {
    width: 15%;
    height: .125rem;
    background-color: #4A7EFF;
    margin: .9375rem auto 1.5625rem auto;
}
.ant-title-line-full-azul {
    width: 100%;
    height: .0625rem;
    background-color: #4A7EFF;
    margin: .625rem 0;
    max-width: -webkit-fill-available;
}
/* Estilo para curvar angulos de imagenes */
.rounded {
    border-radius: 6px !important;
}
/* Estilos Blockquotes - Bloques de texto destacados */
.blockquote-1 {
    background: #fff;
    border-left: .375rem solid #68AB44;
    margin: 0 0 1.25rem;
    padding: .625rem 1.25rem;
    quotes: "\201C""\201D""\2018""\2019";
}
.blockquote-1 p {
    font-size: 1.25rem;
}
/* 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: 4px!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 .375rem .375rem;
}
.list-group article:first-child {
    border-radius: .375rem .375rem 0 0;
}
/*Borde Inferior Subopciones Menu Lateral*/
.menu-lateral-seccion .link-sub {
    border-bottom: .0625rem solid #E6EFFD;
}
/* =========== ESTILOS CAJAS ESTRUCTURAS COL ============= */
/* ESTILOS CAJA 1 */
.ant-estilo-caja-1 {
	position:sticky /*relative*/;
	width:100%;
	float:left;
	padding:1.25rem;
	background-color:#fff;
    box-shadow: 1.25rem 1.25rem 1.25rem rgba(0, 0, 0, 0.04);
	transition: all 0.3s ease-out 0s;
}
.ant-estilo-caja-1.top-pos {
	top:-3.75rem;
}
.ant-estilo-caja-1.bmargin {
	margin-bottom:3.125rem /*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(-0.5rem);
}
.ant-estilo-caja-1 .b-line {
	position:absolute;
	width:0%;
	float:right;
	height:.1875rem;
	bottom:0rem;
	left:0rem;
	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:.1875rem;
	bottom:0rem;
	left:0rem;
	z-index:2;
	background-color:#5881D5;
	transition: all 0.3s ease-out 0s;
}
.ant-estilo-caja-1:hover .b-line{
	width:100%;
	background-color:#1C7E59;
}
.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: .0625rem solid #9DBEFF;
    display: block;
    height: auto;
    margin: 1em auto;
    min-height: 18.75rem;
    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: .1875rem solid #3366CC;
    display: inline-block;
    left: 82%;
    position: absolute;
    text-decoration: none;
    top: 1.2em;
    transition: all .2s ease-out;
    width: 2.75rem;
    height: 2.75rem;
}
.ant-estilo-caja-2 .govco-arrow-circle-right:before {
    font-size: 1.25rem;
    margin: .1875rem .1875rem;
    /* padding: .375rem .1875rem .0625rem .25rem; */
}
.ant-estilo-caja-2 .fa-arrow-r:before {
    content: '\f061';
    font-family: 'Fontawesome';
    font-size: 1.25rem;
    margin: .5rem .0625rem;
    padding: .375rem .1875rem .0625rem .25rem;
}
.top-line-caja-2 {
    position: relative;
    width: 10%;
    height: .1875rem;
    left: 0;
    top: 0;
    background-color: #68AB44;
}
.subtit-pre-caja-2 {
    font-family: Montserrat-Bold,sans-serif;
    margin: .625rem 0rem;
    text-transform: uppercase;
    color:#68AB44;
}
.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:0rem;
	float:left;
	transition: all 0.3s ease-out 0s;
    border: 1.008px solid #E5EEFB;
    border-radius: 10px;
}
.ant-estilo-caja-3:hover {
    border: 1.008px 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:1.25rem;
	float:left;
}
.ant-estilo-caja-3 .ant-post-img .overlay {
	position: absolute;
	width:100%;
	padding:15.3125rem 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: .625rem 1.25rem;
	float:left;
	color:#000;
	top:1.25rem;
	left:1.25rem;
	border-radius:4.375rem;
	background-color:#fccb06;
}
.ant-estilo-caja-3 .ant-post-img .overlay i {
	position:absolute;
	color:#fff;
	top:15.625rem;
	left:11.6875rem;
	opacity:0;
	font-size:1.375rem;
	font-weight:100;
	text-align:center;
	transition: all 0.3s ease-out 0s;
}
.ant-estilo-caja-3 .text-box {
	padding:1.875rem;
	background-color:#fff;
    border-radius: 0 0 10px 10px;
}
.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:1.5625rem;
	border-top:.0625rem solid #e9e9e9;
}
.ant-estilo-caja-3 .text-box .date-info-box .box-left {
	width:70%;
	float:left;
	color:#abacac;
	padding-top:.9375rem;
}
.ant-estilo-caja-3 .text-box .date-info-box .box-right {
	width:30%;
	float:right;
	text-align:right;
	color:#abacac;
	padding-top:.9375rem;
}
.ant-estilo-caja-3 .text-box .title {
    font-family: 'WorkSans-Medium';
	margin-bottom:.625rem;
	line-height:1.75rem;
    text-align: center;
    font-size: 1.375rem;
}
.ant-estilo-caja-3 .text-box .title a:hover {
	color:#004884;
}
.ant-post-img img {
    border-radius: 10px;
}
.ant-estilo-caja-3:hover .ant-post-img .overlay i {
	top:9.375rem;
	opacity:1;
}
.ant-estilo-caja-3:hover {
    box-shadow: 0 1.25rem 1.25rem rgba(51,102,204,0.14);
	-webkit-box-shadow: 0 1.25rem 1.25rem rgba(51,102,204,0.14);
	transform: translateY(-0.625rem);
    border-radius: 10px;
}
/* ESTILOS CAJA 4 */
.ant-estilo-caja-4 {
    width: 100%;
    float: left;
    border: 1.008px solid #81ABFF;
    border-radius: 10px;
    margin-bottom: 1.25rem;
    padding: 1.875rem;
    width: 100%;
    float: left;
}
.ant-estilo-caja-4:hover {
    background-color: #E5EEFB;
    box-shadow: 0 4px 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: .1875rem solid #FFB527;
}
.icono-medium-ant.color-ant-gov-azul {
    background-color: #FFF;
    border: .1875rem solid #154A8A;
}
.icono-medium-ant.color-ant-gov-rojo {
    background-color: #FFF;
    border: .1875rem solid #E31414;
}
.ant-estilo-caja-4:hover .icono-medium-ant {
    box-shadow: inset 0rem .125rem .3125rem 0 #004884;
}
.icono-medium-ant.color-ant-gov-azul-gov {
    background-color: #FFF;
    border: .1875rem solid #3366CC;
}
.ant-estilo-caja-4:hover .icono-medium-ant.color-ant-gov-amarillo {
    border: .3125rem solid #FFB527;
    transition: all 0.1s ease-out 0s;
}
.ant-estilo-caja-4:hover .icono-medium-ant.color-ant-gov-azul {
    border: .3125rem solid #154A8A;
    transition: all 0.1s ease-out 0s;
}
.ant-estilo-caja-4:hover .icono-medium-ant.color-ant-gov-rojo {
    border: .3125rem solid #E31414;
    transition: all 0.1s ease-out 0s;
}
.ant-estilo-caja-4:hover .icono-medium-ant.color-ant-gov-azul-gov {
    border: .3125rem solid #3366CC;
    transition: all 0.1s ease-out 0s;
}
.icono-medium-ant.center {
    margin: 0 auto;
    margin-bottom: .9375rem;
}
.icono-medium-ant.round {
    border-radius: 100%;
}
.icono-medium-ant {
    width: 6.25rem;
    height: 6.25rem;
    /* font-size: 2rem;
    color: #242424; */
    line-height: 6.25rem;
}
.icono-medium-ant {
    padding: 0rem;
    margin: 0 auto;
    text-align: center;
    transition: all 0.3s ease-out 0s;
}
.icono-medium {
    height: 4rem;
    margin-bottom: .5rem;
}
.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:.0625rem solid #9DBEFF;
    background-color: #FFF;
	transition: all 0.3s ease-out 0s;
}
.ant-estilo-caja-5.padding-1 {
	padding:2.5rem;
}
.ant-estilo-caja-5 .icon {
	color:#fff;
	background-color:#202020;
}
.ant-estilo-caja-5 .icon.primary {
	color:#68AB44;
}
.ant-estilo-caja-5 a.title {
	color:#3366CC;
    font-size: 1.25rem;
    text-decoration: none;
}
.ant-estilo-caja-5:hover a {
	color:#68AB44;
    text-decoration: underline;
}
.ant-estilo-caja-5 .text-box{
	width:100%;
	padding:2.5rem;
}
.ant-estilo-caja-5 .text-box .top-line{
	width:10%;
	height:.125rem;
	margin:.3125rem auto;
	background-color:#68AB44;
}
.ant-estilo-caja-5:hover {
	border:.0625rem solid #3366CC;
    background-color: #F4F8FD;
}
.ant-estilo-caja-5.bgdark {
	border:.125rem 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:3.125rem;
	text-align:center;
	border:.1875rem solid #FFF;
	background-color:#F6F8F9;
    border-radius: 10px;
	transition: all 0.3s ease-out 0s;
	-webkit-box-shadow: 1.25rem 1.25rem 1.25rem rgba(0, 72, 132, 0.08);
    -moz-box-shadow: 1.25rem 1.25rem 1.25rem rgba(0, 72, 132, 0.08);
    box-shadow: 1.25rem 1.25rem 1.25rem rgba(0, 72, 132, 0.08);
}
@media all and (max-width: 48rem) {
    .ant-estilo-caja-6 {
        padding:1.875rem;
    }
}
.ant-estilo-caja-6.border-grey {
    border:.0625rem solid #ebebeb;
}
.ant-estilo-caja-6 .icon {
    color:#68AB44;
    margin-bottom: .9375rem;
}
.ant-estilo-caja-6 p {
    color:#000;
    opacity:0.7;
}
.ant-estilo-caja-6:hover {
    border:.1875rem solid #004884;
	background-color:#004884;
	-webkit-box-shadow: .0625rem .25rem 1.25rem -0.125rem rgba(0,72,132,0.2);
    box-shadow: .0625rem .25rem 1.25rem -0.125rem rgba(0,72,132,0.2);
    transform: translateY(-0.5rem);
}
.ant-estilo-caja-6:hover p {
    color:#fff;
    opacity:1;
}
.ant-estilo-caja-6 a.title {
    color: #004884;
    font-size: 1.125rem;
    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: .0625rem .0625rem .0625rem rgba(127, 127, 127, 0.3); */
}
/*** FOOTER ***/
/*** FUENTE ICONOS ***/
/*** MODAL 1 ***/
.govco-logo-entidad {
    height: 4rem;
    display: inline-block;
}
.govco-co {
    height: 3rem;
    margin-top: 1.5rem;
    display: inline-block;
    content: url(https://cdn.www.gov.co/v4/assets/images/logo-colombia.svg);
}
.govco-logo {
    height: 1.875rem;
    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 75rem*/
    -webkit-box-shadow: 37.5rem 1.875rem 0rem -1.875rem #1C7E59 -37.5rem 1.875rem 0rem -1.875rem #1C7E59,
        0rem 1.25rem 0rem 0rem #1C7E59, 37.5rem 3.125rem 0rem -1.875rem #1C7E59,
        -37.5rem 3.125rem 0rem -1.875rem #1C7E59;
    box-shadow: 37.5rem 1.875rem 0rem -1.875rem #1C7E59, -37.5rem 1.875rem 0rem -1.875rem #1C7E59,
        0rem 1.25rem 0rem 0rem #1C7E59, 37.5rem 3.125rem 0rem -1.875rem #1C7E59,
        -37.5rem 3.125rem 0rem -1.875rem #1C7E59;
    top: 10;
    border: .125rem solid #e5eefb;
    border-radius: .625rem;
    opacity: 1;
    margin: auto !important; /*Estilo para centrar la caja contenedora del footer*/
}
@media (max-width: 87.5rem) {
    .govco-data-front {
        width: calc(100% - 2.5rem);/*Valor en px para resoluciones hasta 75rem*/
        -webkit-box-shadow: 3.125rem 1.875rem 0rem -1.875rem #1C7E59, -3.125rem 1.875rem 0rem -1.875rem #1C7E59,
            0rem 1.25rem 0rem 0rem #1C7E59, 3.125rem 3.125rem 0rem -1.875rem #1C7E59,
            -3.125rem 3.125rem 0rem -1.875rem #1C7E59;
        box-shadow: 3.125rem 1.875rem 0rem -1.875rem #1C7E59, -3.125rem 1.875rem 0rem -1.875rem #1C7E59,
            0rem 1.25rem 0rem 0rem #1C7E59, 3.125rem 3.125rem 0rem -1.875rem #1C7E59,
            -3.125rem 3.125rem 0rem -1.875rem #1C7E59;
        top: 10;
        border: .125rem solid #e5eefb;
        border-radius: .625rem;
        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: 0rem !important;
}
@media (max-width: 61.9375rem) {
    .govco-sedes {
        margin-left: 0 !important;
        padding-left: 0 !important;
        padding-right: .3125rem !important;
    }
    .govco-sede-info {
        margin-left: 0 !important;
    }
    .govco-text-header-1 {
        margin-left: .9375rem !important;
    }
    /* .govco-iconContainer {
        width: 100% !important;
    } */
    .govco-network {
        margin-top: .625rem !important;
    }
    .govco-link-container {
        display: block !important;
        /* width: 100% !important; */
    }
    .govco-mostrar {
        display: unset !important;
    }
    .govco-logo-container {
        text-align: center !important;
        margin-left: 0rem !important;
    }
    /* Estilos para centrar logos en barra zul footer - Nueva disposicion */
    .govco-texto-sedes {
        padding-right: 1.25rem !important;
    }
    footer .govco-logo-container {
        display: block !important;
        padding-top: 1.5625rem;
        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;
}
.bg-color-govco-t {
    background-color: transparent;
}
.bg-color-govco-ant {
  background: #A0CF86 url(..assetsAppConv/images/backgrounds/bg-terreno-curvas.png) !important;
}
/* Centrado de Cols */
.col-centered {
    float: none;
    margin: 0 auto;
}
/* =========== COLUMNA LATERAL NOTICIAS RELACIONADAS ============= */
.fecha-boletin-ant {
    color: #68AB44;
    display: flex;
    justify-content: space-between;
}
.titulo-boletin-ant {
    font-size: 1.75rem !important;
}
.img-noticia-ant {
    border-radius: 10px 10px 0 0;
}
.leyenda-boletin-ant {
    background-color: #E6EFFD;
    color: #3366CC;
    padding: .9375rem;
    border-radius: 0 0 10px 10px;
}
/*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 16px !important;
    line-height: 1!important;
    border-radius: 1.875rem!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: 10.9375rem;
}
.btn-govco.fill-btn-govco {
    padding: 0.75em 16px !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 .625rem;
}
/*Estilo Botones funciones para que acomodar debajo del otro hasta 48rem*/
@media all and (max-width: 47.9375rem) {
    .btn-funciones {
        display: grid;
    }
}
/*Estilo para definir de botón que solo usa simbolo - Botón circular*/
.symbol-btn-govco {
    max-height: 2.75rem !important;
    min-width: 2.75rem !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: 1.25rem;
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
    border-radius: .375rem;
    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: 15.9375rem !important;*/
    width: 100% !important;
    min-height: 2.5rem !important;
}
/* =========== LISTAS LINKS COLUMNA LATERAL ============= */
.subtit-lista-link {
    color:#004884;
    text-transform: uppercase;
    font-weight: 600;
}
.lista-links-ant li {
    border: .125rem solid #E6EFFD;
    border-radius: 0rem !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: .125rem 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: .25rem;
    padding-right: .25rem;
    border-radius: .3125rem;
}
.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: .125rem 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: .625rem;
    background: #004884;
}
::-webkit-scrollbar-track {
    border-radius: .625rem;
    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: .625rem;
    background: #36c;
}
.scroll-dark-govco::-webkit-scrollbar-track {
    border-radius: .625rem;
    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: .625rem;
    background: #004884;
}
.scroll-light-govco::-webkit-scrollbar-track {
    border-radius: .625rem;
    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: .0625rem solid #D9D9D9 !important;
    padding: .9375rem;
    -webkit-border-radius: .25rem;
    -moz-border-radius: .25rem;
    border-radius: .25rem;
    margin-bottom: .3125rem;
}
.ingreso-ent legend {
    border: .125rem solid #FFF;
    background: #007954;
    padding: .125rem 1.25rem;
    margin-bottom: 0 !important;
    -webkit-border-radius: .375rem;
    -moz-border-radius: .375rem;
    border-radius: .375rem;
    -webkit-box-shadow: .1875rem .1875rem .3125rem 0rem rgb(0 0 0 / 30%);
    -moz-box-shadow: .1875rem .1875rem .3125rem 0rem rgba(0,0,0,0.3);
    box-shadow: .1875rem .1875rem .3125rem 0rem rgb(0 0 0 / 30%);
}
.content-query legend {
    width: auto;
    border: .125rem solid #FFF;
    background: #68AB44;
    padding: .125rem 1.25rem;
    margin-bottom: 0 !important;
    -webkit-border-radius: .375rem;
    -moz-border-radius: .375rem;
    border-radius: .375rem;
    -webkit-box-shadow: .1875rem .1875rem .3125rem 0rem rgb(0 0 0 / 30%);
    -moz-box-shadow: .1875rem .1875rem .3125rem 0rem rgba(0,0,0,0.3);
    box-shadow: .1875rem .1875rem .3125rem 0rem rgb(0 0 0 / 30%);
    float: none !important;
}
.ingreso-ent legend p, .content-query legend p {
    color: #FFF;
    font-size: .875rem;
    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: 2.5rem !important;
    padding: .375rem 1rem;
    border: .0625rem solid #bababa;/*!important*/
}
.gov-co-form-group .gov-co-dropdown select {
	display: inline-block;
	width: 100%;
	cursor: pointer;
  	padding: .4375rem .625rem;
  	outline: 0; 
  	border: 0;
    position: relative;
    transition: all 0.25s ease;
}
.gov-co-form-group .gov-co-dropdown i {
	position: absolute;
	right: 1.25rem;
	top: calc(50% - .125rem);
	width: .5rem;
	height: .5rem;
	display: block;
	border-left:.125rem solid #3366cc;;
	border-bottom:.125rem solid #3366cc;;
	transform: rotate(-45deg);
	transition: all 0.25s ease;
}
.gov-co-form-group .gov-co-dropdown:hover i {margin-top: .1875rem;}
.gov-co-form-group .gov-co-dropdown select:hover {
    border: .0625rem solid #36c; /*!important*/
    box-shadow: 0 0 .3125rem #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: 2.5rem;
    background-color: #FFF;
}
.gov-co-dropdown .dropdown.bootstrap-select button:hover.btn.dropdown-toggle {border: .0625rem solid #36c !important;}
div.dropdown-menu {
    border: .0625rem solid #36c !important;
    box-shadow: 0 0 .3125rem #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: .375rem 1rem !important;}
button:hover .dropdown-toggle::after {
    top: calc(50% - 0rem) !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,
.gov-co-form-group input[type=number]:hover,
div[role="wrapper"]:hover.gj-datepicker {
    border: .0625rem solid #36c;/*!important*/
    box-shadow: 0 0 .3125rem #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: 0rem !important;}
.gj-picker-bootstrap table tr td.selected.gj-cursor-pointer {border-radius: 0rem !important;}
.gj-picker-bootstrap table tr td.gj-cursor-pointer div:hover {
    background: transparent !important;
    border-radius: 0rem !important;
}
div[role="calendar"].gj-picker {box-shadow: 0 0 .1875rem #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: 0rem !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: .0625rem 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 .1875rem #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: -0.3125rem;
    margin-left: -0.3125rem;
}
/*Estilos para separar horizontalmente los campos*/
.form-row>.col, .form-row>[class*=col-] {
    padding-right: .3125rem;
    padding-left: .3125rem;
}
.desplegable-govco~.alert-desplegable-govco {
    margin-top: 9.6px !important;
}
/*Estilo para ajustar ancho de campos en resoluciones inferiores a 37.5rem*/
@media (max-width: 37.5rem) {
    .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: .0625rem solid #36c;
    box-shadow: 0 0 .3125rem #36c !important;
}
/*Estilo para formzar margen label desplegables*/
.label-desplegable-govco {
    margin-bottom: 8px !important;
}
/*Estilo para ajustar posicion campo Contador y entradas de texto*/
.entradas-de-texto-govco {
    padding: 0px 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: 1.504px solid #737373;
    border-radius: 5.008px;
    width: 100%;
    padding: 8px;
    color: #4B4B4B;
    font-size: 1rem;
    margin-bottom: 8px;
    display: inline;
    height: auto;
    box-sizing: inherit;
    line-height: 22px;
}
/*Estilo focus Campos de texto*/
.entradas-de-texto-govco input:not(.success):not(.error):focus {
    outline: max(2px, 0.15em) solid #000000;
    outline-offset: max(2px, 0.15em);
}
/*Estilo focus Text Area*/
.form-control:focus {
    outline: max(2px, 0.15em) solid #000000;
    outline-offset: max(2px, 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: 20px;
    min-height: 12.5rem;
}
.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: 17.625rem;
    background: #fff;
    border: .0625rem solid #81ABFF;
    padding: 2em;
    text-align: center;
    border-radius: .3125rem;
    cursor: pointer;
    display: flex;
    /*Estilo para centrar logo verticalmente*/
}
.ca-container:hover {
    border: .0625rem solid #36c;
    box-shadow: 0 .1875rem .3125rem 0 #3366cc24;
    box-shadow: 0 .25rem 0 #3366cc24;
}
.ca-container img {
    width: 70%;
    margin: auto;
    display: block;
}
@media (max-width: 48rem) {
    .ca-entidad .ca-container {
        min-height: 11.25rem;
        padding: 0.5em;
    }
    .objeto-ca {
        font-size: 1rem !important;
        padding: 1.875rem !important;
    }
}
.ca-descripcion {
    display: flex;
    align-items: center;
}
.logo-ca {
    width: 100%;
    max-height: 9.375rem;
    justify-content: center;
    padding: 1.25rem;
}
.objeto-ca {
    font-size: 1.25rem;
    padding: 3.125rem;
}
/* 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 37.5rem */
@media (max-width: 37.5rem) {
    /* 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;
}

/*GRUPO 1 BOTONES HOME*/
.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: .9375rem;
    border: .0625rem solid #81ABFF;
    border-radius: .5rem;
    text-decoration: none;
    width: 100%;
}
a.btn-grupo-1-item:hover {
    border: .0625rem 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: .9375rem;
    display: flex;
    align-items: baseline;
}
.btn-grupo-1-item .content p i {
    width: 1rem;
    height: 1rem;
    color: #004884;
    border-radius: 50%;
    margin-right: .625rem;
}
.btn-grupo-1-item .content span {
    font-size: .875rem;
    display: inline-block;
    color: #1C7E59;
}
.btn-grupo-1-item .icon {
    width: 4.5rem;
    height: 4.5rem;
    line-height: 4.5rem;
    border-radius: .375rem;
    background-color: #68AB44;
    text-align: center;
}
.btn-grupo-1-item .icon img {
    width: 2.75rem;
}
.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: .0625rem solid #D9D9D9;
}
.p-20 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}
.p-30 {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
}
.pb-45 {
    padding-bottom: 45px;
}
.pt-45 {
    padding-top: 45px;
}
.p-50 {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
}
.px-50 {
    padding-left: 3.125rem;
    padding-right: 3.125rem;
}
.mb-50 {
    margin-bottom: 3.125rem;
}
.pr-55 {
    padding-right: 55px;
}
.p-65 {
    padding: 4.0625rem;
}
.pt-65 {
    padding-top: 4.0625rem;
}
.pb-65 {
    padding-bottom: 4.0625rem;
}
.py-80 {
    padding-top: 5rem;
    padding-bottom: 5rem;
}
.pr-65 {
    padding-right: 4.0625rem;
}
.pl-65 {
    padding-left: 4.0625rem;
}
.pt-80 {
    padding-top: 5rem;
}
.pb-80 {
    padding-bottom: 5rem;
}
.mt-65 {
    margin-top: 4.0625rem;
}
.mb-65 {
    margin-bottom: 4.0625rem;
}
.mt-30 {
    margin-top: 1.875rem;
}
.mb-30 {
    margin-bottom: 1.875rem;
}
.pb-130 {
    padding-bottom: 130px;
}
.pt-130 {
    padding-top: 130px;
}

/*COUNTER LOGROS ANT*/
.counter-logros {
    position: relative !important;
    display: block;
    overflow: hidden !important;
    padding: 7.5rem 0 7.5rem;
    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: 1.5625rem;
}
.ant-separa-left-white {
    width: 20%;
    margin-right: 80%;
    padding: 0rem;
    float: left;
    height: .125rem;
    margin-top: .625rem;
    margin-bottom: 1.875rem;
    background-color: #FFFFFF;
}
.counter-logros-left .section-title-tagline {
    color: #FFFFFF;
}
.counter-logros-left .section-title-tagline::before {
    background-color: #FFFFFF;
}
.counter-logros-left .section-title-title {
    color: #FFFFFF;
}
.counter-logros-text-1 {
    font-size: 1rem;
    font-weight: 600;
    color: #FFFFFF;
}
.counter-logros-btn-box {
    position: relative;
    display: block;
    margin-top: 1.9375rem;
}
.counter-logros-right {
    position: relative;
    display: block;
    margin-left: 4.375rem;
}
.counter-logros-counter {
    position: relative;
    display: block;
}
.counter-logros-counter:before {
    content: "";
    position: absolute;
    top: .6875rem;
    bottom: .25rem;
    left: 50%;
    width: .0625rem;
    background-color: #FFFFFF;
}
.counter-logros-counter:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    right: 0;
    height: .0625rem;
    background-color: #FFFFFF;
}
.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: #FFFFFF;
    font-weight: 800;
    line-height: 4.375rem;
    letter-spacing: 0.04em;
    margin-bottom: .625rem;
}
.counter-logros-plus {
    font-size: 3rem;
    color: #FFFFFF;
    font-weight: 800;
    line-height: 4.375rem;
    letter-spacing: 0.04em;
}
.counter-logros-text-2 {
    font-size: 1.125rem;
    color: #FFFFFF;
    text-align: center;
    /*Centrar texto complementario contador logros*/
}
/*Estilos Responsive Logros*/
/* Medium screens */
@media only screen and (min-width: 62rem) and (max-width: 74.9375rem) {
    .counter-logros {
        padding: 7.5rem 0 6.9375rem;
    }
}
@media only screen and (min-width: 62rem) and (max-width: 74.9375rem) {
    .counter-logros-left {
        max-width: 37.5rem;
        margin: 0 auto 0;
    }
}
@media only screen and (min-width: 62rem) and (max-width: 87.4375rem) {
    .counter-logros-right {
        max-width: 37.5rem;
        margin: 2.5rem auto 0;
    }
}
@media only screen and (min-width: 62rem) and (max-width: 87.4375rem) {
    .counter-logros-counter {
        max-width: 31.5625rem;
    }
}
.counter-logros-counter li {
    position: relative;
    display: inline-block;
    max-width: 11.875rem;
    width: 100%;
    margin-bottom: 7.625rem;
    margin-right: 7.25rem;
}
.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;
}
/* Tablet Layout: 48rem. */
@media only screen and (min-width: 48rem) and (max-width: 61.9375rem) {
    .counter-logros {
        padding: 7.5rem 0 6.9375rem;
    }
}
@media only screen and (min-width: 48rem) and (max-width: 61.9375rem) {
    .counter-logros-left {
        max-width: 37.5rem;
        margin: 0 auto 0;
    }
}
@media only screen and (min-width: 48rem) and (max-width: 61.9375rem) {
    .counter-logros-right {
        max-width: 37.5rem;
        margin: 2.5rem auto 0;
    }
}
@media only screen and (min-width: 48rem) and (max-width: 61.9375rem) {
    .counter-logros-counter {
        max-width: 31.5625rem;
    }
}
/* Mobile Layout: 20rem. */
@media only screen and (max-width: 47.9375rem) {
    .counter-logros-counter:before,
    .counter-logros-counter:after {
        display: none;
    }
}
@media only screen and (max-width: 47.9375rem) {
    .counter-logros {
        padding: 7.5rem 0 6.9375rem;
    }
}
@media only screen and (max-width: 47.9375rem) {
    .counter-logros-right {
        margin-left: 0;
        margin-top: 2.5rem;
    }
}
@media only screen and (max-width: 47.9375rem) {
    .counter-logros-counter li {
        max-width: 100%;
        margin-bottom: 1.625rem;
        margin-right: 0;
    }
}
@media only screen and (max-width: 47.9375rem) {
    .counter-logros-counter li {
        max-width: 100%;
        margin-bottom: 1.625rem;
        margin-right: 0;
        width: 100%;
    }
}
@media only screen and (max-width: 47.9375rem) {
    .counter-logros-counter li:nth-child(3) {
        margin-bottom: 1.625rem;
    }
    .counter-logros-count-box {
        justify-content: center;
        /*Centrar numero contador logros*/
    }
}
/* ESTILOS ACCESOS x3 */
.accesos-ant {
    overflow: hidden;
}
.accesos-ant .row {
    display: -webkit-box;
    display: flex;
    justify-content: space-around;
}
.accesos-ant-element {
    display: grid;
}
.accesos-ant-item {
    overflow: hidden;
    position: relative;
    padding: .9375rem 1.875rem;
    border: .0625rem solid #d9d9d9;
    transition: all 0.4s ease-in-out;
    border-radius: .5rem;
    margin-bottom: .625rem;
}
.accesos-ant-item-icon {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.accesos-ant-item-icon span {
    font-weight: 500;
    -webkit-text-stroke-width: .0625rem;
    -webkit-text-stroke-color: #c8a041;
    font-size: 3.75rem;
    line-height: 5rem;
    color: transparent;
    transition: all 0.4s ease-in-out;
}
.accesos-ant-item-leaf {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    transition: all 0.4s ease-in-out;
    opacity: 0;
    visibility: hidden;
    transform: translateY(.625rem);
}
.accesos-ant-item a {
    text-decoration: none !important;
}
.accesos-ant-item a h3 {
    font-size: 1.25rem;
    line-height: 24px !important;
    color: #1C7E59;
}
.accesos-ant-item a:hover h3 {
    color: #36C;
    text-decoration: underline;
}
.accesos-ant-item p {
    margin: 1.25rem 0;
}
.accesos-ant-item:hover{
    border: .0625rem solid transparent;
    box-shadow: 0rem .25rem 2.5rem 0rem #68AB4450;
    border: .0625rem solid #96CA7A;
}
.accesos-ant-item:hover .accesos-ant-item-icon span {
    color: #EBAB25;
    -webkit-text-stroke-width: .0625rem;
    -webkit-text-stroke-color: #EBAB25;
}
.accesos-ant-item:hover .accesos-ant-item-leaf {
    opacity: 1;
    visibility: visible;
    transform: translateY(0rem);
}
.accesos-ant-item:hover .accesos-ant-item-arrow{
    transform: translateX(5.9375rem);
    color: #68AB44;
}
.accesos-ant-item:hover .accesos-ant-item-arrow::before{
    opacity: 1;
}
.color-am {
    color:#EBAB25;
}
/*LINKS 3 COLUMNAS - HOME*/
/*Area Links - 3 col*/
.links-col-ant {
	padding: 1.25rem 0 .625rem;
    border-top:.3125rem solid #f0f0f0;
    border-bottom:.3125rem solid #f0f0f0;
    justify-content: space-around;
}
/*Accesos opcion 2*/
.accesos-ant-2 {
    display: -webkit-box;
    display: flex;
}
.accesos-ant-2-element {
    display: grid;
}
/* .content-interior-links-ant {
    display: flex;
} */
/*Area Exterior - Imagen de fondo*/
.content-links-col-ant {
	width: 100%;
	padding: .9375rem;
	border-radius: .375rem;
	margin-bottom: .625rem;
}
.col-ant-rir {
	background: url(../images/backgrounds/bg-acceso-rir.jpg) center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.col-ant-credito {
	background: url(../images/backgrounds/bg-acceso-banco-agrario.jpg) center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.col-ant-convertic {
	background: url(../images/backgrounds/bg-acceso-convertic.jpg) center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
/*Area Interior - Borde, Img, Texto*/
.content-interior-links-ant {
	width: 100%;
    height: 100%;
	border: .125rem solid #FFF; 
	border-radius: .375rem; 
	padding: .625rem; 
	position: relative; 
	overflow: hidden; 
	display: table;
}
.content-interior-links-ant img {
	width: 4rem;
	height: 4rem;
	vertical-align: middle;
	display: table-cell;
	margin: .9375rem;
}
.content-interior-links-ant p {
    font-family: "Montserrat-Semibold" !important;
	color:#FFF;
	font-size: 1.25rem;
	line-height: 24px;
	text-align: left;
	vertical-align: middle;
    display: table-cell;
    width: 100%;
}
.content-interior-links-ant p span {
    color: #EBAB25;
}
.content-interior-links-ant:hover {
    border: .125rem solid #FFF;
    background-color: rgba(13, 56, 40, 0.65);
    transition: all 0.4s ease-in-out;
}
.content-interior-links-ant:hover p {color: #EBAB25;}
.content-links-col-ant a {text-decoration: none !important;}
.content-links-col-ant a:hover {color: #EBAB25; text-decoration: underline !important;}
/*Texto Links -3col*/
@media (max-width: 20rem) {
	.content-interior-links-ant p {
		font-size: 1.25rem;
	}
	a .content-interior-links-ant p span {
		font-size: 1.125rem;
	}
}
@media (max-width: 29.9375rem) {
	.content-interior-links-ant p {
		font-size: 1.25rem;
	}
	a .content-interior-links-ant p span {
		font-size: 1.125rem;
	}
	.special-size-ant {
	font-size: .875rem !important;
}
}
@media (min-width: 48rem) and (max-width:62rem) {
	.content-interior-links-ant p.special-size-ant {
		font-size: 1rem !important;
	}
	a .content-interior-links-ant p span {
		font-size: 1.375rem;
	}
}
@media (min-width: 62rem) {
	.content-interior-links-ant p.special-size-ant {
		font-size: 1rem !important;
	}
	a .content-interior-links-ant p span {
		font-size: 1.25rem;
	}
}
/*ESTILOS MULTIMEDIA HOME*/
/*Estilos para estructura a 3 columnas*/
section#multimedia-ant {
    background-image: url(../images/backgrounds/bg-multimedia.png);
    background-repeat: no-repeat;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.cajas-multimedia-ant {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-around;
}
.cajas-multimedia-ant [class*="col-"] {
    display: -webkit-flex;
    display: flex;
}
.multimedia-ant-item {
    overflow: hidden;
    background-color: rgba(255,255,255,0.6);
    border: 1px solid #d9d9d9;
    padding: 30px;
    border-radius: .5rem;
}
.multimedia-ant-item h3 {
    margin: 30px 0;
    font-size: 1.25rem;
}
a.multimedia-ant-item-arrow {
    font-size: 1.125rem;
    text-decoration: none;
    position: relative;
    transform: translateX(0);
    transition: all 0.4s ease-in-out;
    color: #1C7E59;
}
a:hover.multimedia-ant-item-arrow {
    text-decoration: underline;
}
.multimedia-ant-item-arrow::before {
    position: absolute;
    font-weight: 600;
    color: #1C7E59;
    font-size: 1rem;
    left: -100px;
    top: -2px;
    transition: all 0.4s ease-in-out;
    opacity: 0;
}
.multimedia-ant-item:hover .multimedia-ant-item-arrow {
    transform: translateX(95px);
    color: #3366CC;
}
.multimedia-ant-item:hover .multimedia-ant-item-arrow::before {
    opacity: 1;
}
/*Estilos Video YouTube - Fotos Flickr*/
#multimedia-ant iframe {
    border-radius: .375rem;
}
.video-yt-ant {
    align-content: center;
}
/* Estilos CSS personalizados */
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.video-container iframe {
    border-radius: .375rem;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin-bottom: .625rem;
}
.album-container {
    padding: .625rem;
    border: .0625rem solid #DFDFDF;
    margin-bottom: .625rem;
    border-radius: .375rem;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.album-container img {
    border-radius: .375rem;
    max-width: 100%;
    width: 100%;
}
#multimedia-ant iframe.flickr-embed-frame {
    border: .125rem solid red;
    width: 100% !important;
}
@media (min-width: 20rem) and (max-width:48rem){
    .flickr-embed .flickr-embed-photo {
        width: 100% !important;
    }
    .album-container {
        width:fit-content !important;
        border: .0625rem solid red;
        width: 100% !important;
    }
}
/*ESTILOS GRID LOGOS ENTIDADES SECTOR*/
.entidades-grid {
    justify-content: space-around;
}
.entidad-sector {
    position: relative;
    display: block;
    background-color: #F3F3F3;
    text-align: center;
    border-radius: .375rem;
    margin-bottom: 1.25rem;
    padding: .625rem;
    z-index: 1;
    cursor: pointer;
}
.entidad-sector:hover {
    background-color: #ECF6E7;
}
.entidad-img {
    position: relative;
    display: block;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    opacity: 1;
}
.entidad-img img {
    max-height: 2.8125rem;
    max-width: 12.5rem !important;
}
/*ESTILOS CARRUSEL LOGOS ENTIDADES SECTOR*/
.sec-ptb-100 {
    padding: 6.25rem 0rem;
}
.owl-carousel .item img {
    width: 100%;
    height: auto;
}
/* Estilos para los controles del carrusel */
.owl-prev,
.owl-next {
    position: absolute;
    top: 36%;
    transform: translateY(-50%);
    background-color: #1C7E59 !important;
    color: #FFF !important;
    opacity: 0.37;
    font-size: 1.5rem !important;
    border-radius: 50% !important;
    width: 2.5rem;
    height: 2.5rem;
}
.owl-carousel .item {
    background-color: #F3F3F3;
    border-radius: .375rem;
    padding: .625rem;
}
.owl-carousel .item:hover {
    background-color: #ECF6E7;
}
.owl-carousel .item img {
    max-height: 2.75rem;
    max-width: 12.5rem !important;
    margin: auto; /*Para centrar imagen*/
}
.owl-prev {
    left: .625rem;
}
.owl-next {
    right: .625rem;
}
/* ==================================== Menú Navegación Extendida ==================================== */
.btn-menu-govco {
    border: 0;
    background-color: transparent;
    /* margin-left: 16px; */
}
.btn-menu-govco.navbar-toggler {
    padding: 0;
}
.btn-menu-govco.navbar-toggler:focus {
    box-shadow: initial;
    background-color: transparent;
}
.btn-menu-govco.navbar-toggler:focus-visible {  
    outline: max(2px, 2px) solid #000000;
    outline-offset: max(2px, 2px);
}
.btn-menu-govco.dropdown-toggle:after {
    content: initial;
}
.btn-menu-govco .icon-menu-govco {
    display: flex;
    height: 100%;
}
.btn-menu-govco .icon-menu-govco:after {
    font-family: "govco-fontv2"; /*govco-fontv5*/
    content: "\e83f"; /*\e832*//*govco-fontv5*//*Icono Hamburguesa*/
    font-size: 2.25rem !important;
    color: #4C4C4C;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
}
.btn-menu-govco[aria-expanded="true"] .icon-menu-govco:after {
    content: "\eb73"; /*\ea95*//*govco-fontv5*//*Icono X Cerrar*/
    font-size: 1.5rem;
}
/**/
@media (min-width: 62rem) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 8px;
        padding-left: 8px;
    }
}
/*Ajuste de margen dropdown*/
@media (min-width: 62rem) {
    .navbar-menu-govco ul.navbar-nav li ul {
        margin-top: 3.2px !important;
    }
}
/*Ajuste altura y posición botón extensión menu govco*/
.ext-menu-govco .btn-menu-govco {
    height: 100%;
    padding: 14px 8px 0 8px !important;
    margin-left: 0 !important;
}
/*Estilos hover extension menu govco*/
.nav-item.dropdown.ext-menu-govco:hover,
.nav-item.dropdown.ext-menu-govco button:hover,
.nav-item.dropdown.ext-menu-govco a:hover {
    background-color: #1C7E59 !important;
    color: #FFFFFF;
}
.btn-menu-govco:hover .icon-menu-govco::after {
    color: #FFFFFF !important;
}
/*Estilos HOVER y ACTIVE para subopciones de extension menu gov.co*/
.nav-item.dropdown.ext-menu-govco ul li ul li a:hover {
    background: transparent !important;
}
.nav-item.dropdown.ext-menu-govco ul li ul li a:active {
    background-color: #FFFFFF !important;
}
/*Definir color de li cuando menu esta desplegado*/
.nav-item.dropdown.ext-menu-govco button[aria-expanded="true"],
.nav-item.dropdown.ext-menu-govco button[aria-expanded="true"]::after,
.nav-item.dropdown.ext-menu-govco a[aria-expanded="true"],
.nav-item.dropdown.ext-menu-govco a[aria-expanded="true"]::after   {
    background-color: #1C7E59 !important;
    color: #FFFFFF;
}
.nav-item.dropdown.ext-menu-govco button[aria-expanded="true"]::after,
.nav-item.dropdown.ext-menu-govco a[aria-expanded="true"]::after {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
/*Asegurar icono X en color blanco cuando menu esta desplegado*/
.btn-menu-govco[aria-expanded="true"] .icon-menu-govco:after {
    color: #FFFFFF !important;
}
/*Estilos para ajustar dropdown ul li dentro de extension menu govco*/
.navbar-expand-lg .navbar-nav .nav-link {
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
    border: 0;
    font-size: .875rem !important;
    color: #4B4B4B;
}
.ext-menu-govco ul.navbar-nav li .dropdown-menu:not(.megamenu-menu-govco) li {
    width: 360px;
}
.ext-menu-govco .navbar-nav .nav-item.ext-menu-govco .dropdown-menu .nav-link {
    height: auto;
} 
.menu-govco .navbar-nav .nav-item:hover .nav-link[aria-expanded="true"]:not(.btn-menu-govco)::after {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    text-decoration: none!important;
    color: #FFFFFF;
}
.nav-item.dropdown.ext-menu-govco .nav-item.dropdown button:hover span,
.nav-item.dropdown.ext-menu-govco .nav-item.dropdown a:hover span {
    text-decoration: underline !important;
}
.nav-item.dropdown.ext-menu-govco .nav-item.dropdown button:hover::after,
.nav-item.dropdown.ext-menu-govco .nav-item.dropdown a:hover::after {
    color: #FFFFFF !important;
}
.ext-menu-govco .navbar-nav .nav-item .nav-link:hover,
.ext-menu-govco .navbar-nav .nav-item .nav-link[aria-expanded="true"] {
    background-color: #1C7E59;
    color: #FFFFFF;
}
.ext-menu-govco .navbar-nav .nav-item .nav-link:hover {
    background-color: gray;
    color: #FFFFFF;
}
@media (min-width: 47.9375rem) {
    .ext-menu-govco .navbar-nav .nav-item > .nav-link span {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        line-height: 21.008px;
    }
}
.ext-menu-govco .navbar-nav .nav-item .nav-link[aria-expanded="false"]:not(.btn-menu-govco)::after,
.dropdown-toggle:not(.btn-menu-govco):after {
    border: 0;
    font-family: "govco-fontV2";
    font-size: .75rem;
    content: "\e8b5";/*\e815*//*govco-fontv5*//*Icono Flecha o Chevron abajo*/
    color: #4C4C4C;
    -webkit-transition: .3s linear;
    transition: .3s linear;
    margin-top: 3.008px;
    margin-left: 0;
    overflow: hidden;
    min-width: 13.008px;
    height: 9.008px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.navbar-menu-govco ul.navbar-nav li a.show .icon-caret-menu-govco::before
.ext-menu-govco .navbar-nav .nav-item .nav-link[aria-expanded="true"]:not(.btn-menu-govco)::after {
    -webkit-transform: rotate(-180deg) !important;
    transform: rotate(-180deg) !important;
    text-decoration: none !important;
    color: #FFFFFF;
}
/*Estilos responsive extension menu govco*/
@media (min-width: 47.9375rem) {
    .cabecera-govco + .ext-menu-govco.navbar {
        border-bottom: 4px solid #E8A045;
    }
    .ext-menu-govco .navbar-nav > .nav-item {
        max-width: 185.008px;
    }
    .ext-menu-govco .navbar-nav .nav-item > .nav-link span {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        line-height: 21.008px;
    }
    .ext-menu-govco ul.navbar-nav li .dropdown-menu {
        margin-top: 6.88px!important;
    }
    .ext-menu-govco ul.navbar-nav li .dropdown-menu.megamenu-menu-govco {
        margin-top: 4px!important;
    }
    .ext-menu-govco ul.navbar-nav li:not(.ext-menu-govco) .dropdown-menu ul {
        display: flex;
        flex-direction: column;
    }
    .ext-menu-govco .dropdown-menu.dropdown-menu-center-govco {
        right: auto;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
    .ext-menu-govco:has(.ext-menu-govco) .dropdown-menu.dropdown-menu-center-govco {
        left: 40%;
        -webkit-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
    .ext-menu-govco .dropdown-menu.megamenu-menu-govco {
        max-width: 100%;
        width: 1268px;
    }
    .ext-menu-govco ul.navbar-nav li .dropdown-menu.col-3-menu-govco li,
    .ext-menu-govco .dropdown-menu.megamenu-menu-govco li {
        width: 315.008px;
    }
}
@media (max-width: 47.9375rem) {
    .ext-menu-govco .navbar-nav .nav-item {
        width: 100% !important;
    }
}
.ext-menu-govco .navbar-nav .nav-item .nav-link:not(.btn-menu-govco) {
    padding: 16px 10px;
}
@media (max-width: 47.9375rem) {
    .menu-govco ul.navbar-nav li .dropdown-menu {
        border-bottom: 0;
        padding-bottom: 0;
        flex-direction: column;
    }
}
/* Ocultar el botón hamburguesa en pantallas entre 48rem y 61.9375rem */
@media (min-width: 20rem) and (max-width: 61.9375rem) {
    .navbar-collapse-menu-govco .btn-menu-govco {
        display: none !important;
    }

    /* Alinear los ítems uno debajo del otro en pantallas más pequeñas */
    .navbar-collapse-menu-govco .nav-item.dropdown.ext-menu-govco {
        display: block !important;
        width: 100%;
    }

    /* Mostrar el menú desplegable como lista en pantallas más pequeñas */
    .navbar-collapse-menu-govco .dropdown-menu.dropdown-menu-end {
        display: block !important;
        width: 100%;
    }
    /* Ajustar tamaño de opcion dropdow*/
    .ext-menu-govco ul li.nav-item.dropdown button {
        height: 48px;
        align-items: center;
        padding-left: 24px !important;
        padding-right: 30px !important;
    }
    /*Eliminar color verde que se ve en UL*/
    .nav-item.dropdown.ext-menu-govco:hover {
        background-color: #F2F2F2 !important;
    }
}
/* Ocultar todo el contenido dentro de class ext-menu-govco en pantallas más pequeñas */
@media (max-width: 47.9375rem) {
    .navbar-collapse-menu-govco .ext-menu-govco {
        display: none !important;
    }
    li:hover.nav-item.dropdown.ext-menu-govco {
        background-color: #F2F2F2;
    }
}
/*Icono de Flecha o Chevron en opciones dropdown en menu govco*/
.navbar-menu-govco ul.navbar-nav li a .icon-caret-menu-govco::before {
    font-family: "govco-fontV2";
    content: "\e8b5";
    font-size: .75rem;
}
/*Color blanco de FLecha o Chevron al hacer HOVER en opciones dropdown de menu govco*/
.navbar-menu-govco ul.navbar-nav li a:hover .icon-caret-menu-govco::before {
    color: #FFFFFF !important;
    -webkit-transition: .3s linear;
    transition: .3s linear;
}
/*Color blanco de FLecha o Chevron al hacer CLIC en opciones dropdown de menu govco*/
.blue-menu-govco .navbar-menu-govco ul.navbar-nav li a[aria-expanded="true"] .icon-caret-menu-govco::before,
.blue-menu-govco .navbar-menu-govco ul.navbar-nav li a.nav-link.active .icon-caret-menu-govco::before {
    color: #FFFFFF !important;
}
/**/
@media (min-width: 20rem) and (max-width: 61.9375rem) {
    .navbar-menu-govco ul.navbar-nav li a.show .icon-caret-menu-govco::before {
        font-family: "govco-fontV2";
        content: "\e8b5";/*\e8b8*/
        
    }
}
@media (min-width: 62rem) and (max-width: 120rem) {
    .navbar-menu-govco ul.navbar-nav li a.show .icon-caret-menu-govco::before {
        font-family: "govco-fontV2";
        content: "\e8b8";/*\e8b8*/
        -webkit-transform: rotate(180deg) !important;
        transform: rotate(180deg) !important;
    }
}
/* ==================================== Fin Menú Navegación Extendida ==================================== */
/*ESTILOS FORMULARIOS TRAMITES - LINEA DE AVANCE*/
/*Estilo parrafo en linea de avance*/
.linea-avance-govco p {
    margin: 1rem !important;
}
/*Estilos LEgend colores Govco*/
.linea-avance-govco.h-linea-avance-govco .contents-example-linea-avance-govco,
.linea-avance-govco.v-linea-avance-govco .contents-example-linea-avance-govco {
    background-color: transparent !important;
    height: auto;
    max-width: 100% !important;
}
.content-query legend.legend-govco {
    width: 100%;
    border: none;
    border-bottom: 4px solid #004884;
    background: #E6EFFD;
    padding: 20px 20px;
    margin-bottom: 0 !important;
    -webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
    float: none !important;
    box-shadow: none;
    margin-bottom: 30px !important;
}
.content-query legend.legend-govco h3,
.content-query legend.legend-govco h2 {
    color: #004884;
    font-size: 1rem !important;
    margin: 0;
    text-align: center;
}
/*Estilo para alinear X Clear en lista de seleccion de tramites*/
.linea-avance-govco.h-linea-avance-govco .contents-example-linea-avance-govco button.btn-clear-desplegable-govco,
.linea-avance-govco.v-linea-avance-govco .contents-example-linea-avance-govco button.btn-clear-desplegable-govco {
    margin-right: 0 !important;
    margin-bottom: 0 !important;
}
/*Columna sticky en aside de tramites*/
.aside-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
}
/*Ajustes Descripciones emergentes en labels de tramites*/
.linea-avance-govco.h-linea-avance-govco .contents-example-linea-avance-govco button.btn-descripcion-emergente-govco {
    margin-right: 0.938rem;
    margin-bottom: 0.5rem;
}
.gov-co-form-group .btn-descripcion-emergente-govco::before {
    font-size: 1rem !important;
}
.gov-co-form-group .btn-descripcion-emergente-govco {
    width: 24px !important;
    height: 24px !important;
}
/*Ajuste tamaño descripcion emergente*/
.btn-descripcion-emergente-govco:focus {
    min-width: 26px !important      ;
}
/*Encuesta Tramite*/
.cta-encuesta-tramite {
    background-color: #E6EFFD;
    padding: 10px;
    text-align: center;
    display: block;
    border-radius: 6px;
}
.cta-encuesta-tramite p {
    text-align: center;
    font-size: 1.125rem;
    /* font-weight: 500; */
    font-family: "Montserrat-SemiBold" !important;
    letter-spacing: 0px;
    color: #004884;
}
/*ESTILOS LISTAS UL*/
ul.lista-ul-ant {
    list-style: none;
    padding-bottom: 35px;
}
ul.lista-ul-ant li:not(:last-child), ul.lista-ul-vsn-tabla li:not(:last-child) {
    padding-bottom: 10px;
}
ul.lista-ul-ant li, ul.lista-ul-vsn-tabla li {
    position: relative;
    padding-left: 30px;
}
ul.lista-ul-ant li i {
    font-size: 1rem;
    color: #1C7E59;
    position: absolute;
    top: 3px;
    left: 0;
}
/*********** ESTILOS NUEVOS PARA CARALOGOS ANT ***********/

/*FOOTER*/
 /*Estilo para modificar height de footer inferiores a 991px*/
 @media (max-width: 991px) {
    .govco-footer-logo-portal {
        height: auto;
    }
}
/*Modificar margen superior de area iconos redes en footer*/
.extramt-network {
   margin-top: 1.563em !important;
}
/*Estilos para Icono de Red X (Twitter) en Footer BLANCO*/
.govco-x-square-w:before  {
   display: inline-block;
   width: 0.955em !important;
   height: 0.955em !important;
   border-radius: 2px;
   background-color: #FFFFFF;
   vertical-align: text-bottom;
   color: #3366CC !important;
   margin-top: 1px !important;
}
.govco-x-square-w:before  {
   content: "";
   background-repeat: no-repeat;
   background-position: center;
   background-size: 62%;
}
.govco-x-square-w: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='%233366cc'><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-w:before {
   background-color: #FFFFFF;
}
a:hover > .govco-x-square-w:before {
   background-color: #FFFFFF;
}
footer.govco-footer p.tit-footer {
   margin-bottom: 1.5em !important;
}
/*LOGIN CATALOGOS*/
.bg-login-catalogos {
  position: relative !important;
  display: block;
  overflow: hidden !important;
  padding: 3rem 0 3rem;
  z-index: 1;
  background-image: url(../../assetsAppConv/images/backgrounds/bg-login-catalogos-ant.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.bg-login-catalogos .card-body {
    background-color: transparent !important;
}
/*CARRUSEL TXT-IMG*/
/*Carousel Img Big*/
.carousel-imgBig {
    overflow: hidden;
}
.carousel-imgBig-right {
    position: relative;
}
.sub-bg {
    background-color: #F5F5F5;
}
.carousel-imgBig-wrp {
  position: relative;
}
.carousel-imgBig .swiper.have-bg {
    width: 48%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
.carousel-imgBig-right .swiper.have-bg {
    width: 48%;
    height: 100%;
    position: absolute;
    top: 0;
    left: inherit;
    right: 0;
}
.bor-right {
    border-right: 1px solid #D9D9D9;
}
@media (min-width: 992px) {
    .py-lg-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
}
.section-header {
    margin-bottom: 65px;
}
.section-header p.tit-min {
    font-size: 1.25rem;
    color: #1C7E59;
    font-weight: 700;
    text-transform: uppercase;
}
.section-header h2 {
    font-size: 2rem;
    font-weight: 500;
    line-height: 2.4rem;
}
.section-header p {
    margin-top: 30px;
    line-height: 28px;
}
.arry-btn button {
  text-align: center;
  width: 70px;
  height: 70px;
  line-height: 70px;
  font-size: 24px;
  border-radius: 50%;
  border: 1px solid #D9D9D9;
  color: #D9D9D9;
  transition: all 0.4s ease-in-out;
}
.arry-btn button:hover {
  background-color: #1C7E59;
  color: #FFFFFF;
  border: 1px solid #1C7E59;
}
.arry-btn .active {
  background-color: #1C7E59;
  color: #FFFFFF;
  border: 1px solid #1C7E59;
}
.arry-prev {
  text-align: center;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  border-radius: 50%;
  border: 1px solid #D9D9D9;
  color: #D9D9D9;
  transition: all 0.4s ease-in-out;
}
.arry-prev:hover {
  background-color: #1C7E59;
  color: #FFFFFF;
  border: 1px solid #1C7E59;
}
.arry-next {
  text-align: center;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  border-radius: 50%;
  transition: all 0.4s ease-in-out;
  background-color: #1C7E59;
  color: #FFFFFF;
  border: 1px solid #1C7E59;
}
.carousel-imgBig .wrp {
    position: relative;
}
.carousel-imgBig .pegi-number {
    color: #1C7E59;
    font-size: 24px;
}
.carousel-imgBig .pegi-number span {
    font-size: 24px;
    font-weight: 300;
}
.pegi-number span {
    display: inline-block;
    color: #888888;
}
.carousel-imgBig .pegi-number span:not(:last-child) {
    color: #1C7E59;
    font-weight: 600;
}
.carousel-imgBig .wrp::after {
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    width: 155px;
    height: 1px;
    background-color: #D9D9D9;
    transform: rotate(-50deg);
}
.carousel-imgBig-right .swiper.have-bg {
    width: 48%;
    height: 100%;
    position: absolute;
    top: 0;
    left: inherit;
    right: 0;
}
.carousel-imgBig-image {
    width: 50%; /*100%*/
    height: 50%; /*100%*/
    position: absolute;
    top: 0; /*130px*/
    right: 0; /*auto*/
}
.bg-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* .swiper-pointer-events {
    touch-action: pan-y;
}
.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
} */
/*Carousel Img Small*/
/* .testimonial {
    overflow: hidden;
} */
.carousel-imgSmall-wrp.bor {
    border: 1px solid #D9D9D9;
    border-radius: 0.5rem;
}
.carousel-imgSmall-head-wrp {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.carousel-imgSmall-head-wrp.bor-bottom {
    border-bottom: 1px solid #D9D9D9;
}
.carousel-imgSmall-item {
    background-color: #FFFFFF;
}
/* .testimonial__item-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px;
    border-bottom: var(--border-1px);
}
.testimonial__item-head i {
    font-size: 60px;
    color: #1C7E59;
}
.testimonial__item-head-info {
    display: flex;
    align-items: center;
}
.testimonial__item-head-info-image {
    margin-right: 20px;
}
.testimonial__item-head-info-con span {
    color: #1C7E59;
    font-weight: 600;
    margin-top: 15px;
}
.testimonial__item-content {
    padding: 30px;
}
.testimonial__item-content p {
    font-size: 22px;
    font-weight: 500;
    line-height: 35px;
    color: #676767;
} */
.carousel-imgSmall-item p {
    font-size: 1rem !important;
    font-weight: 500;
    line-height: 1.2rem;
    color: #676767;
}
.carousel-imgSmall-item .carousel-imgSmall-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.carousel-imgSmall-item .carousel-imgSmall-header .carousel-imgSmall-content span {
    color: #1C7E59;
    padding-top: 10px;
    font-weight: 600;
}
/* .carousel-imgSmall-item .carousel-imgSmall-header i {
    font-size: 100px;
    color: #1C7E59;
} */
.carousel-imgSmall-image {
    position: relative;
}
.carousel-imgSmall-image img {
    width: 100% !important;
 }
.carousel-imgSmall-image::after {
    position: absolute;
    content: url(../../assets/images/testimonial/testimonial-line.png);
    left: -80px;
    top: 5px;
}
.carousel-imgSmall-item p {
    font-size: 16px;
    line-height: 26px;
}
.carousel-imgSmall-item .carousel-imgSmall-header .carousel-imgSmall-content h4 {
    font-size: 16px;
}
.carousel-imgSmall-item .carousel-imgSmall-header .carousel-imgSmall-content span {
    font-size: 14px;
    padding-top: 0px;
    font-weight: 400;
}
/*.testimonial-two__item .testi-header i {
    font-size: 30px;
 } */
.carousel-imgSmall-content h3 {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 36px;
}
.carousel-imgSmall-item .carousel-imgSmall-header .carousel-imgSmall-content span {
    font-size: 1rem;
    color: #1C7E59;
    padding-top: 10px;
    font-weight: 600;
}
@media screen and (max-width: 1199px) {
    .carousel-imgSmall-image::after {
        display: none;
    }
    /* .project-single__testimonial {
        padding: 40px;
    }
    .project-single__testimonial p {
        font-size: 18px;
        line-height: 28px;
    }
    .project-single__testimonial i {
        font-size: 40px;
        top: 20px;
        right: 30px;
    } */
}
@media screen and (max-width: 991px) {
    .carousel-imgSmall .pr-55 {
        padding-right: 0;
    }
    .carousel-imgSmall .pl-65 {
        padding-left: 20px;
    }
    .dot-wrp {
        margin-top: 30px !important;
    }
}
@media screen and (max-width: 424px) {
    .carousel-imgSmall-head-wrp {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }
    .section-header h2 {
        font-size: 30px;
        font-weight: 600;
        line-height: 38px;
    }
}
@media screen and (max-width: 1366px) {
    .carousel-imgSmall-image::after {
        top: -36px;
    }
}
.dot .swiper-pagination-bullet,
.dot-light .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    transition: 0.6s;
    background-color: transparent;
    opacity: 1;
    position: relative;
    border: 1px solid transparent;
}
.dot .swiper-pagination-bullet.swiper-pagination-bullet-active,
.dot-light .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border: 1px solid #1C7E59;
}
.dot .swiper-pagination-bullet::before, .dot-light .swiper-pagination-bullet::before {
    position: absolute;
    content: "";
    top: 5px;
    left: 5px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #858585;
    transition: 0.6s;
}
.dot .swiper-pagination-bullet.swiper-pagination-bullet-active::before,
.dot-light .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
    background-color: #1C7E59;
}
.carousel-imgSmall-item .carousel-imgSmall-header span {
    font-weight: 500;
    font-size: 5rem;
    color: #3366CC;
    line-height: 5rem;
    transition: all 0.4s ease-in-out;
}
