﻿@charset "UTF-8";
/*Estilos personalizados para componentes Minsalud*/
/* =========== 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.125rem;
    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.2rem;
    padding: 1px 1rem 2px;
    border-radius: 0 0 0.3rem 0.3rem;
    border-bottom-width: 0;
    outline: 0;
}
.visually-hidden {
    position: absolute !important;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    width: 1px;
    height: 1px;
    word-wrap: normal;
}
.focusable:active,
.focusable:focus {
    position: static !important;
    overflow: visible;
    clip: auto;
    width: auto;
    height: auto;
}
.skip-links a:focus-visible {
    outline: max(0.125rem, 0.15em) solid #000000;
    outline-offset: max(0.125rem, 0.15em);
}
/* =========== HEADER ============= */
/* Estilo para anular llamado de logo de ejemplo entidad en header y footer */
.logo-header-govco, .govco-logo-entidad {
    height: auto !important;
    content: none !important;
}
/* Estilo para que el menú toogle no se vea debajo del logo en resoluciones menores */
.navbar > .container-fluid {
    flex-wrap: nowrap !important;
}
/*Estilo para sobre escribir padding-top de Gov.co en area logo*/
.container-logo-header-govco {
    padding:0px !important;
}


.logo-aut-header-govco {
   margin-bottom: 0;
}

/*Estilo para forzar link funcionarios a derecha de navbar*/
@media (min-width: 992px) {
    .navbar-expand-lg {
        justify-content: space-between;
    }
}
/*Estilos detalles Menu y Buscador*/
@media (max-width: 991px) {
    .navbar-menu-govco .button-responsive-menu-govco {
        margin-left: 1.125rem !important;
        margin-right: 0 !important;
    }
}
@media (max-width: 991px) {
    .container-search-icon-menu-govco {
        grid-template-columns: 20fr !important;
        margin-right: 0rem !important;
    }
}
.container-search-icon-menu-govco.navbar-toggler {
    border: 0 !important;
}
/*Estilo tamañp texto de link en topbar*/
.barra-superior-govco button {
    font-size: 0.75rem !important;
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
    .barra-superior-govco button {
        display: none !important;
    }
}
/* =========== LOGO ============= */
/* Govco Usa Doble Logo - Aparece con el menu Toogle o Hamburguesa */
/* Estilo para que el logo aparezca hasta el acnho 991px y luego desaparezca */
@media (min-width: 991px) {
    .logo-992 {
        display: none;
    }
}
/* =========== MENU ============= */
/* Redefinir ancho de opciones de menu principal*/
@media (min-width: 992px) {
    .navbar-menu-govco ul.navbar-nav li a span.text-item-menu-govco {
        max-width: 11.5rem !important;
    }
}
/**/
.navbar-menu-govco ul.navbar-nav li ul {
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    box-shadow: 0 5px 10px rgba(0,0,0,0.2);
}
/* Sobre escribir color active en subopciones*/
.navbar-menu-govco ul.navbar-nav li ul li a.active,
.navbar-menu-govco ul.navbar-nav li ul li a:not(.active):hover {
    background-color: #d9ece9 !important;
} 
/* Menu fijo al hacer scroll */
.fixed-top {
    top: -40px;
    transform: translateY(40px);
    transition: transform .3s;
}
/* Estilo para forzar class en CDN all.css y evitar que centre texto al activar contraste*/
.modo_oscuro-govco, .modo_claro-govco {
    text-align:inherit !important;
}
/* Color Borde inferior de barra menu pricnipal y toggle */
.container-navbar-menu-govco.blue-menu-govco,
.blue-menu-govco .navbar-collapse-menu-govco {
    border-bottom: 0.188rem solid #004884 !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: #004884!important;
}
/* =========== CARRUSEL / SLIDE ============= */
.carrusel-govco .carousel-inner .carousel-item.multiple-carrusel-govco {
	background-color: #004884 !important;
}
.carrusel-govco .carousel-inner .carousel-item.multiple-carrusel-govco .carousel-caption a {
    font-size: 1.2rem !important;
    text-decoration: underline;
    font-family: Montserrat-SemiBold;
    margin: 0.1rem;
}
.carrusel-govco .carousel-inner .carousel-caption a {
    color: #FFFFFF !important;
}
/*Ajuste Slide - Compresión de imagen*/
.carrusel-govco .carousel-inner .carousel-item img {
    width: 100% !important;
    min-height: 100%;
}
/*Ajuste en rango de resolución*/
@media only screen and (min-width: 669px) and (max-width: 991px) {
    .carousel-inner .carousel-item.multiple-carrusel-govco {
        flex-direction: column !important;
    }
    .carousel .carousel-caption {
        /* padding: 2rem 4rem;
        justify-content: center;
        font-size: 1.2rem; */
        min-height: 12rem;
    }
    .carrusel-govco .carousel-inner .carousel-item.multiple-carrusel-govco .carousel-caption {
        width: 100% !important;
        padding: 2rem 4rem !important;
    }
}
@media only screen and (max-width: 668px) {
    .carousel .carousel-caption {
        padding: 2rem !important;
    }
}
.carousel .carousel-caption {
    display: flex !important;
    align-items: center !important;
    padding: 2rem;
    padding-left: 12rem;
}
/*Color Over Controles laterales*/
.carrusel-govco .carousel-control-next:hover .carousel-control-next-icon::after,
.carrusel-govco .carousel-control-prev:hover .carousel-control-prev-icon::after {
    color: #004884 !important;
}
/*Color Up Controles laterales*/
.carrusel-govco .carousel-control-next-icon::after,
.carrusel-govco .carousel-control-prev-icon::after {
    color: #4A7EFF !important;
}
/*Color indicadores no activos*/
.carrusel-govco .carousel-indicators button:not(.active) {
    background-color: rgba(228, 12, 69, .4) !important;
}
/*Color indicador activo*/
.carrusel-govco .carousel-indicators button {
    background-color: #73B9AF !important;
}
/*Botones Pausa Reproducir*/
.carrusel-govco .control-start-pause button {
    color: #4A7EFF;
}
/* Estilos adicionales responsive */
@media (max-width: 768px) {
    .carrusel-govco {
        margin-bottom: 35px !important;
    }
    .responsive-carrusel-govco .carousel-indicators,
    .responsive-carrusel-govco .control-start-pause {
        margin-bottom: -2rem !important;
    }
}
/*Estilos para Slide segun tamaño de dispositivo*/
@media screen and (min-width: 0px) and (max-width: 1023px) {
	#slide-ms-small {display: block;}
	#slide-ms-big {display: none;}
}

@media screen and (min-width: 1024px) and (max-width: 3000px) {
	#slide-ms-small {display: none;}
	#slide-ms-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-ms h3 .link-news {
    font-size:1.5rem;
    color: #000;
}
.noticia-ms h4 .link-news {
    font-size:1.2rem;
    font-weight: 400;
    color: #000;
}
.noticia-ms h3:hover .link-news,
.noticia-ms h4:hover .link-news {
    color: #36C;
}
.fecha-actualizacion {
    font-size: .85rem;
    font-style: italic;
    font-weight: 600;
    margin-bottom: 10px !important;
    color: #36C;
    width: 100%;
}
/* Estilos para icono de titulo link noticias home */
.head-noticia {
    display:flex;
    align-items:center;
    margin-bottom: 15px;
 }
.head-noticia span {
    color:#004884;
    font-size:1.5rem;
}
.titulo-noticia {
    margin:0 0 5px 10px;
}
/* =========== VOLVER ARRIBA ============= */
.scroll-to-top {
    display: inline;
    position: fixed;
    bottom: 15%;
    right: 0px;
}
.scroll-to-top:hover {
    right: 0px;
}
.volver-arriba-govco:hover {
    transform: none !important;
}
/* =========== FOOTER ============= */
/* Estilo para que los links de redes sociales se acomoden uno debajo del otro en responsive */
.govco-iconContainer {
    display: block !important;
}
/* Estilo para mover links con rerspecto a la izquierda */
footer .icon::before {
    margin-left: 15px !important;
}
/* Estilo Tamaño Logos en Footer */
.govco-footer>.govco-footer-logo>.govco-logo-container>.govco-logo-govco {
    border-left: 1px solid #fff;
}
.govco-footer>.govco-footer-logo>.govco-logo-container>.govco-logo-col {
    margin-right: 10px;
}
.govco-logo-govco {
    width: 134px;
    height: 48px;
}
.govco-logo-col {
    width: 48px;
    height: 48px;
}
footer .govco-logo-container {
    display: inline-flex !important;
    margin-top: 28px !important;
}
footer.govco-footer p {
    margin-bottom: 0 !important;
}
/*Estilos para Icono de Red X (Twitter) en Footer*/
.govco-x-square:before  {
    display: inline-block;
    width: 0.885em !important;
    height: 0.885em !important;
    border-radius: 2px;
    background-color: #3366CC;
    vertical-align: text-bottom;
    color: white;
    margin-top: 1px !important;
}
.govco-x-square:before  {
    content: "";
    background-repeat: no-repeat;
    background-position: center;
    background-size: 62%;
}
.govco-x-square:before {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='24.44' height='22.88' viewBox='0 0 24.44 22.88' fill='%23fff'><path d='m.06,0l9.44,12.62L0,22.88h2.14l8.31-8.98,6.72,8.98h7.27l-9.97-13.33L23.32,0h-2.14l-7.66,8.27L7.33,0H.06Zm3.14,1.57h3.34l14.76,19.73h-3.34L3.2,1.57Z'/></svg>");
}
a:visited > .govco-x-square:before {
    background-color: #3366CC;
}
a:hover > .govco-x-square:before {
    background-color: #004884;
}
a:hover > .icon::before {
    color: #004884 !important;
}
/* =========== ENLACES DE INTERES HOME ============= */
a.btn-enlaces {
    width: 100%;
    color:#000000;
    border: 2px solid #81ABFF;
    border-radius: 43px;
    display: flex;
    align-items: center;
}
a:hover.btn-enlaces {
    color:#004884;
    border: 2px solid #004884;
    text-decoration: underline;
}
.btn .icon.icon-round {
    border-radius: 50%;
}
#owl-demo5 a.btn-enlaces img {
    width: 32px !important;
    margin-bottom: 0;
}
.btn .icon-ms {
    padding: 5px;
    background-color: #E6EFFD;
    border: 2px solid #81ABFF;
    border-radius: 84px;
    margin-right: -5px;
}
a:hover.btn .icon-ms {
    border: 2px solid #004884;
}
.txt-btn-enlaces {
    width: 100%;
}
.txt-btn-enlaces span {
    font-size: 0.938rem;
}
a:focus-within.btn-enlaces {
    color:#004884;
    border: 2px solid #004884;
    outline: max(0.125rem, 0.125rem) solid #000000;
    outline-offset: max(0.125rem, 0.188rem);
    background-color: #FFF;
    text-decoration: underline;
}
/* Estilos Personalización Controles Carrusel */
.slide-controls-2 .owl-theme .owl-controls .owl-page.active span {
    width: 0.75rem !important;
    height: 0.75rem !important;
    box-shadow: 0 0.188rem 0.25rem #00000029 !important;
    background-color: #73B9AF !important;
    border: 0 !important;
}
.slide-controls-2 .owl-theme .owl-controls .owl-page span {
    background-color: rgba(255, 255, 255, .4) !important;
    opacity: 1 !important;
}
/* =========== REDES HOME ============= */
.title-redes {
    display: inline-block;
    width: 100%;
    margin-bottom: 5px;
    margin-top: 5px;
    text-align: left;
    margin-left: 20px;
}
.title-redes span {
    font-size: 1rem;
    margin-left: 5px;
    text-decoration: underline;
}
.title-redes a {
    text-decoration: none;
}
.icono-redes-ms {
    width: 48px;
    height: 48px;
}
/* =========== EVENTOS HOME ============= */
#eventos-boxes .eventos-cols .evento-box {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: stretch;
    justify-content: stretch;
}
.subtit-evento-box {
    width: 100%;
    padding: 15px;
    background-color: #3366CC;
    text-align: center;
}
.subtit-evento-box h3 {
    color: #FFF;
    font-size: 1.25rem !important;
}
.contenido-evento-box {
    background-color: #FFF;
    padding: 15px;
    overflow: hidden; /*Alto segun contenido*/
}
/* =========== CALENDAR HOME ============= */
/*Estilos Provisionales Calendar*/
.c-grid {
    width: 100% !important;
}
.c-grid div.c-previous, .c-grid div.c-month, .c-grid div.c-next {
    color: #3366CC !important;
    font-weight: bold;
}
.c-grid div.c-week-day,
.c-grid div.c-day-previous-month,
.c-grid div.c-day,
.c-grid div.c-day-next-month {
    padding: 16px 0 16px 0;
}
/* =========== OTROS ENLACES HOME ============= */
.oenlaces-ms {
    padding: 20px;
}
.icono-oenlaces-ms {
    height: 64px;
    margin-bottom: 20px;
}
a.link-oenlaces-ms {
    color: #3366CC;
    font-size: 1rem;
    font-weight: 500;
    word-wrap: break-word;
    text-decoration: underline;
}
a:hover.link-oenlaces-ms,
a:focus-within.link-oenlaces-ms {
    color: #73B9AF !important;
}
/* =========== PESTAÑAS O TABS ============= */
/* ESTILOS PESTAÑAS - TABS HORIZONTALES */
.nav-tabs {
    border-bottom: 1px solid #dee2e6;
}
.tabs-horizontal-ms .nav-tabs li:first-child {
    border-left: solid 2px #E8EFFC;
}
.tabs-horizontal-ms .nav-tabs li {
    border: solid 2px #E8EFFC;
    border-left: none;
    background-color: #F6F8F9;
}
.tabs-horizontal-ms .nav-tabs li .nav-link.active {
    border-bottom: solid 4px #004884;
}
.tabs-horizontal-ms .nav-tabs li .nav-link.active,
.tabs-horizontal-ms .nav-tabs li .nav-link:focus,
.tabs-horizontal-ms .nav-tabs li .nav-link:focus-visible {
    border: none;
}
.tabs-horizontal-ms .nav-tabs li .nav-link {
    font-family: "Montserrat-SemiBold";
    font-size: 0.9375rem;
    color: #004884;
    text-decoration: none;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.tabs-horizontal-ms .nav-tabs li .nav-link:hover {
    background-color: #004884;
    color: #FFFFFF;
    border-color: #004884;
}
.tabs-horizontal-ms .nav-tabs li .nav-link.active {
    border-bottom: solid 4px #004884;
}
@media (max-width: 768px) {
.tabs-horizontal-ms .nav-tabs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
}
@media all and (min-width: 767px) {
    .tabs-horizontal-ms ul.nav-tabs li.nav-item {
        min-height: 70px !important;
    }
}
/* Estilo para eliminar padding-riht en grupo de tabs */
.nav-justified {
    padding-right: 0;
}
/* Estilos Breadcrumbs */
.titulo-seccion-bc {
    font-size: 1.5em;
    color: #004884;
}
.breadcrumb-item-govco.invested {
    background-color: transparent !important;
}
/* 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-ms .nav-link {
    white-space: normal;
    color: #004884;
    background-color: #F6F8F9 !important;
    width: 100%;
    height: 100%;
    font-size: 1rem;
    line-height: normal!important;
    text-align: left;
    list-style: none;
    font-family: Montserrat-Medium !important;
    border: 2px solid #E8EFFC;
    padding-top: 19px !important;
    padding-bottom: 18px !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
    border-radius: 0;
    display: inline-flex;
    align-items: center;
    justify-content: space-between; /*Forzar icono flecha :after a estar a la derecha y txt izquierda*/
}
.tabs-verticales-govco-ms .nav-link.active {
    color: #004884 !important;
    font-family: Montserrat-Bold !important;
    border-left: 0.313rem solid #004884 !important;
    background-color: #FFF !important;
}
/* Estilo para cambiar aspecto de Tab Vertical dde 768px hacia abajo */
@media (max-width: 768px) {
    .tabs-verticales-govco-ms .nav-link.active {
        border-left: 2px solid #E8EFFC !important;
        border-right: 2px solid #E8EFFC !important;
        border-bottom: 0.313rem solid #004884 !important;
    }
}
.tabs-verticales-govco-ms a .icon_right::after {
    content: "\e8b7";
    font-family: "govco-font";
    color: #004884;
    opacity: 1;
    height: 14px;
    width: 8px;
    float: right;
}
.tabs-verticales-govco-ms a .icon_left::after {
    content: "\e8b6";
    font-family: "govco-font";
    color: #004884;
    opacity: 1;
    height: 14px;
    width: 8px;
    float: right;
}
/* Color arrow active */
.tabs-verticales-govco-ms a.nav-link.active .icon_left::after {
    color: #73B9AF;
}
/* Colores y Efectos Tabs V hover */
.tabs-verticales-govco-ms 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-ms 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-ms 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-ms a.nav-link.active .icon_right {
    display: none;
}
.tabs-verticales-govco-ms .icon_left  {
    display: none;
}
.tabs-verticales-govco-ms a.nav-link.active .icon_left {
    display: contents;
}
a.nav-link.active {
    border-right: #FFF !important;
    padding-left: 10px !important;
}
/* =========== ACORDEONES ============= */
/* ACORDEON SIN NUMEROS GOVCO */
/* Estilo para forzar div contenedor a tener 1005 wiidth */
.w-100 {
    width: 100%;
}
/* Estilo color hover links textuales dentro de acordeones */
.body-accordion-govco a {
    color:#025EE6;
}
.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: #73B9AF;
}
/* Estilos giro flecha acordeon */
.accordion-govco .button-accordion-govco.collapsed::after {
    /*Efecto giro ARRIBA flecha */
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
.accordion-govco .button-accordion-govco:hover.collapsed::after {
    /*Efecto giro ARRIBA flecha */
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
/* Estilo interlineado titulos acordeon */
.accordion-govco .text-button-accordion-govco {
    line-height: 1.8rem !important;
}
/* Estilo padding top y bottom en botones acordeon */
.accordion-govco .button-accordion-govco {
    padding: 0.5rem 1.5rem !important;
}
/* =========== MENU VERTICAL COLLAPSE EN BARRAS LATERALES ============= */
.acordeon-ms {
    width: 100%;
    padding: 0;
    background: #FFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 0px;
}
.acordeon-ms .link-ms {
    font-family: Montserrat,sans-serif;
    cursor: pointer;
    display: block;
    padding: 15px;
    color: #004884;
    font-size: 1rem;
    font-weight: 600;
    /* border-bottom: 1px solid #CCC; */
    border: 2px solid #E6EFFD;
    background-color: #F6F8F9;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    padding-right: 30px;
}
.acordeon-ms .link-ms:hover {
    background:#E6EFFD;
}
.acordeon-ms .link-ms a {
    font-family: Montserrat,sans-serif;
    color: #004884;
    font-size: 1rem;
    font-weight: 600;
    padding-right: 30px;
    text-decoration: none;
}
.acordeon-ms li.open .link-ms {
    background:#FFF;
}
ul.acordeon-ms li ul.submenu-acc-ms {padding: 0;}
ul.acordeon-ms, ul.acordeon-ms ul {list-style-type: none; position: relative;}
/* .acordeon-ms li:last-child .link-ms {border-bottom: 0;} */
.acordeon-ms li i {
    position: absolute;
    top: 16px;
    left: 12px;
    font-size: 1.125rem;
    color: #004884;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.acordeon-ms li i.fa-chevron-down {
    right: 12px;
    left: auto;
    font-size: 1rem;
    /*Para centrar chevron en div link-ms*/
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}
.acordeon-ms li.open .link-ms {
    color: #004884;
}
.acordeon-ms li.open i {
    color: #73B9AF;
    position: absolute;
    top: 40%;
    transform: translate(0, -60%);
}
.acordeon-ms li.open i.fa-chevron-down {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.submenu-acc-ms {
    display: none;
    background: #FFF;
    font-size: 0.875rem;
}
.submenu-acc-ms li {
    border-bottom: 1px solid #E6EFFD;
}
.submenu-acc-ms a {
    font-family: WorkSans-Regular;
    font-size: 1rem;
    display: block;
    text-decoration: none;
    color: #3366CC;
    padding: 15px;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.submenu-acc-ms a:hover, .submenu-acc-ms a.active {
    background-color: #E6EFFD !important;
    color: #004884;
}
/* Estilos acordeon con información textual sin links internos */
.info-txt-acc-ms {
    /* display: none; */
    background-color: #E6EFFD;
    padding: 15px;
}
.bloque-info-acc {
    margin-top: 20px;
}
.info-txt-acc-ms p {
    font-size: 0.813rem;
    margin-bottom: 0 !important;
}
.info-txt-acc-ms span.tit-info {
    color:#3366CC;
    font-size: 0.875rem;
    font-weight: 500;
    margin-top: 20px;
}
/* Estilos botones sin acción de acordeon con chevron-right */
.acordeon-ms a.link-ms {
    font-family: Montserrat-Regular,sans-serif;
    color: #004884;
    font-size: 1rem;
    padding-right: 30px;
    text-decoration: none;
}
.acordeon-ms li i.fa-chevron-right {
    right: 12px;
    left: auto;
    font-size: 1rem;
    /*Para centrar chevron en div link-ms*/
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}
.acordeon-ms li a:hover {
    color: #004884 !important;
}
.acordeon-ms li a:hover i, .acordeon-ms li a.active i {
    color: #73B9AF;
}
.acordeon-ms li a.active {
    background: #FFF;
    color: #36C;
    /* font-family: Montserrat-SemiBold; */
}
/* =========== MENU LATERAL DROPDOWN - SUBOPCIONES ============= */
.menu-collapsed ul,
.menu-collapsed .ui-effects-wrapper ul,
.menu-lateral-seccion > ul,
.menu-lateral > ul {
    list-style: none;
    padding: 0;
}
.menu-collapsed > ul > li {
    position: relative;
}
.menu-lateral-seccion .titulo-grupo {
    margin: 0;
}
.menu-collapsed > ul > li > a,
.menu-lateral-seccion > ul > li > a,
.menu-lateral > ul > li > a,
.menu-lateral-seccion .titulo-grupo a {
    font-family: Montserrat,sans-serif;
    display: block;
    text-decoration: none;
    cursor: pointer;
    padding: 15px;
    padding-right: 30px;
    color: #004884;
    font-size: 1rem;
    font-weight: 600;
    border: 2px solid #E6EFFD;
    background-color: #F6F8F9;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.menu-lateral-seccion .titulo-grupo a[aria-expanded="true"] {
    background-color: #fff;
}
.menu-lateral-seccion .titulo-grupo a[aria-expanded="true"]:after {
    color: #73B9AF!important;
}
.menu-collapsed > ul > li > a:hover,
.menu-lateral-seccion > ul > li > a:hover,
.menu-lateral > ul > li > a:hover,
.menu-lateral-seccion .titulo-grupo a:hover {
    background-color: #E6EFFD;
    color: #004884;
}
.menu-collapsed > ul > li.active > a,
.menu-collapsed > ul > li.active > ul > li.active a,
.menu-lateral-seccion > ul > li > a.active,
.menu-lateral > ul > li > a.active,
.menu-lateral > ul > li.active > a,
.menu-lateral-seccion .titulo-grupo a.active,
.menu-lateral-seccion .panel-default.active > .panel-heading > .titulo-grupo > a {
    background-color: #004884;
    color: #fff !important;
}
.menu-collapsed > ul > li > a,
.menu-lateral-seccion .accordion-toggle {
    display: block;
    position: relative;
    padding-right: 30px;
}
.menu-collapsed .expandir,
.menu-collapsed .contraer {
    display: block;
    position: absolute;
    right: 15px;
    top: 8px;
    z-index: 10;
    width: 12px;
    height: 8px;
}
.menu-collapsed .expandir a,
.menu-collapsed .contraer a {
    font-size: 0;
}
.menu-collapsed .expandir a:after,
.menu-collapsed .contraer a:after {
    display: inline-block;
    font-family: "govco-font";
    content: "\e813";
}
.menu-lateral-seccion .accordion-toggle:after {
    display: inline-block;
    font-family: "govco-font";
    content: "\e814";
    vertical-align: -.125em;
    height: 25px;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: all .2s;
    transition: all .2s;
    color: #004884 !important;
}
/*EsStilo para ocultar flecha cuando no hay subopciones*/
.menu-lateral-seccion .titulo-grupo.sin-opciones .accordion-toggle:after {
    display: none !important;
}
.menu-collapsed .contraer a:after,
.menu-lateral-seccion .accordion-toggle[aria-expanded="true"]:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.menu-lateral-seccion .panel-default.active > .panel-heading > .titulo-grupo > a:after,
.menu-collapsed > ul > li.active > a:after,
.menu-lateral-seccion .active.accordion-toggle:after {
    /* background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='30' height='20' viewBox='0 0 30 20'><polygon points='29.72 5.01 24.98 0.27 15 10.25 5.02 0.27 0.28 5.01 15 19.73 29.72 5.01' style='fill: %23fff'/></svg>"); */
    font-family: "govco-font";
    content: "\e813";
}
.menu-collapsed .ui-effects-wrapper ul,
.menu-collapsed > ul > li > ul,
.menu-lateral-seccion .panel-collapse {
    border: 1px solid #E6EFFD;
    /* padding: 10px 0; */
}
.menu-lateral-seccion .panel-collapse .menu-lateral-seccion {
    margin: 0 !important;
}
.menu-collapsed .ui-effects-wrapper a,
.menu-collapsed > ul > li > ul > li > a,
.menu-lateral-seccion .panel-collapse .titulo a {
    font-family: Montserrat,sans-serif;
    display: block;
    font-size: 0.875rem;
    text-decoration: none;
    color: #004884;
    padding: 5px 15px 5px 30px;
}
.menu-lateral-seccion .panel-collapse .titulo a:hover {
    background-color: #E6EFFD;
    color: #004884;
}
.menu-lateral-seccion .panel-collapse .active .titulo a {
    background-color: #004884;
    color: #fff;
}
.menu-lateral-seccion .expandir,
.menu-lateral-seccion .contraer {
    display: none !important;
}
/*Estilos para Chevron a la derecha*/
.menu-lateral-seccion .titulo-grupo.sin-opciones-derecha .accordion-toggle:after {
    display: inline-block;
    font-family: "govco-font";
    content: "\e812";
    vertical-align: -0.125em;
    height: 24px;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: all .2s;
    transition: all .2s;
    color: #004884 !important;
}
.menu-lateral-seccion .titulo-grupo.sin-opciones-derecha a.active {
    background-color: #FFF;
    color: #004884 !important;
}
.menu-lateral-seccion .titulo-grupo.sin-opciones-derecha a.accordion-toggle.active:after {
    color: #73B9AF !important;
}
/* =========== LISTAS ORDENADAS SUBINDICES ============= */
/* Estilo para ocultar numeros de la numeracion ordenada tipo 1.1.1 */
ol.lista-nonumero-ms li, ol.lista-nonumero-ms li ol li {
    list-style-type: none;
}
div.olista-acc-ms ol {
    list-style-type: none;
    counter-reset: item;
    margin: 0;
    padding: 0;
}
div.olista-acc-ms ol li {
    display: table;
    counter-increment: item;
    margin-bottom: 0.6em;
}
div.olista-acc-ms ol li:before {
    content: counters(item, ".") ". ";
    display: table-cell;
    padding-right: 0.6em;
    font-weight: bold; 
}
div.olista-acc-ms ol li li {
    margin: 0;
}
div.olista-acc-ms ol li li:before {
    content: counters(item, ".") " ";
}
div.olista-acc-ms ol[start="1"] {
    counter-reset: item 0;
}
div.olista-acc-ms ol[start="2"] {
    counter-reset: item 1;
}
div.olista-acc-ms ol[start="3"] {
    counter-reset: item 2;
}
div.olista-acc-ms ol[start="4"] {
    counter-reset: item 3;
}
div.olista-acc-ms ol[start="5"] {
    counter-reset: item 4;
}
div.olista-acc-ms ol[start="6"] {
    counter-reset: item 5;
}
div.olista-acc-ms ol[start="7"] {
    counter-reset: item 6;
}
div.olista-acc-ms ol[start="8"] {
    counter-reset: item 7;
}
div.olista-acc-ms ol[start="9"] {
    counter-reset: item 8;
}
div.olista-acc-ms ol[start="10"] {
    counter-reset: item 9;
}
div.olista-acc-ms p {
    margin-bottom: 0;
}
/* =========== NOTICIAS ============= */
.noticias-ms .card-blog .card-header.card-header-image {
    padding: 0;
}
.noticias-ms .card-body {
    padding-left: 0;
    padding-right: 0;
}
.noticias-ms .link-news {
    text-decoration: unset;
}
.noticias-ms .card-header {
    border-bottom: none;
}
.card-body .card-category {
    text-transform: uppercase;
    font-size: 0.875rem;
    color: #4b4b4b;
    display: block;
    margin-bottom: 0.3rem;
    font-weight: 500;
    line-height: 1.05rem;
}
.noticias-ms .card-body .card-title {
    text-decoration: underline;
  }
.card-body .card-title, .card-body .card-title p {
    font-size: 1.125rem;
    line-height: 1.35rem !important;
    color: #36c;
    font-weight: 600;
}
.card-body .card-title:hover {
    color: #004884;
}
.card-body .card-description {
    /*max-height: 50px;*/
    overflow: hidden;
    margin: 0 0 15px 0;
    font-size: 1rem;
    line-height: 1.2rem;
    color: #4b4b4b;
    font-weight: 400;
}
/* Filtro Fecha desde hasta */
.filtro-desde-hasta {
    display: flex;
    align-items: center;
    background-color: #E6EFFD;
    /* padding: 20px; */
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
    border-radius: 6px;
    align-items: center;
}
.filtro-desde-hasta [class*="col-"] {
    padding: 15px;
}
@media all and (max-width: 992px) {
    .filtro-desde-hasta {
        display: block;
    }
}
/* =========== ESTILOS GENERALES ============= */
.centrar {
    display: flex;
    justify-content: center !important;
}
/* Estilos Backgrounds */
.bg-color-govco-1 {
    background-color: #E6EFFD;
}
/* Estilo para que los links de correos ocupen más de una linea y no se desborden */
footer a, table a {
    word-break: break-all;
}
/* Estilo Color en flecha down menu*/
.navbar-menu-govco ul.navbar-nav li a .icon-caret-menu-govco::before {
    color: #73B9AF !important;
}
/* Estilos líneas debajo de títulos y subtítulos */
.ms-title-line-center {
    width: 20%;
    height: 1px;
    background-color: #73B9AF;
    margin: 15px auto 25px auto;
}
.ms-subtitle-line-center {
    width: 50%;
    height: 1px;
    background-color: #73B9AF;
    margin: 15px auto 15px auto;
}
.ms-title-line-left {
    width: 20%;
    margin-right: 80%;
    padding: 0px;
    float: left;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 30px;
    background-color: #73B9AF;
}
.ms-subtitle-line-left {
    width: 100%;
    margin-right: 80%;
    padding: 0px;
    float: left;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 30px;
    background-color: #73B9AF;
}
.ms-title-line-center-azul {
    width: 15%;
    height: 2px;
    background-color: #4A7EFF;
    margin: 15px auto 25px auto;
}
.ms-title-line-full-azul {
    width: 100%;
    height: 1px;
    background-color: #4A7EFF;
    margin: 10px 0;
    max-width: -webkit-fill-available;
}
/* Estilo para curvar angulos de imagenes */
.rounded {
    border-radius: 0.35rem !important;
}
/* Estilos Blockquotes - Bloques de texto destacados */
.blockquote-1 {
    background: #fff;
    border-left: 6px solid #73B9AF;
    margin: 0 0 20px;
    padding: 10px 20px;
    quotes: "\201C""\201D""\2018""\2019";
}
.blockquote-1 p {
    font-size: 1.2rem;
}
/* Estilos font weight */
.font-weight-1 {
    font-weight: 100;
}
.font-weight-2 {
	font-weight: 200;
}
.font-weight-3 {
	font-weight: 300;
}
.font-weight-4 {
	font-weight: 400;
}
.font-weight-5 {
	font-weight: 500;
}
.font-weight-6 {
	font-weight: 600;
}
.font-weight-7 {
	font-weight: 700;
}
.font-weight-8 {
	font-weight: 800;
}
.font-weight-b {
	font-weight: bold;
}
/* Estilos tamaños titulos sin h */
.tit-16 {
    font-size: 1rem;
}
.tit-20 {
    font-size: 1.25rem;
}
.tit-24 {
    font-size: 1.5rem;
}
.tit-28 {
    font-size: 1.75rem;
}
.tit-32 {
    font-size: 2rem;
}
/* Estilos espacios con padding*/
.p-1 {
    padding: 0.25rem!important;
}
/* Estilo para sobre poner buscador */
.search-govco {
    z-index: 2 !important;
}
/*Estilos para redondear angulos de contenderores de list-gruop con article*/
.list-group article:last-child {
    border-radius: 0 0 6px 6px;
}
.list-group article:first-child {
    border-radius: 6px 6px 0 0;
}
/*Borde Inferior Subopciones Menu Lateral*/
.menu-lateral-seccion .link-sub {
    border-bottom: 1px solid #E6EFFD;
}
/* =========== ESTILOS CAJAS ESTRUCTURAS COL ============= */
/* ESTILOS CAJA 1 */
.ms-estilo-caja-1 {
	position:sticky /*relative*/;
	width:100%;
	float:left;
	padding:20px;
	background-color:#fff;
    box-shadow: 20px 20px 20px rgba(0, 0, 0, 0.04);
	transition: all 0.3s ease-out 0s;
}
.ms-estilo-caja-1.top-pos {
	top:-60px;
}
.ms-estilo-caja-1.bmargin {
	margin-bottom:50px /*110*/;
}
.ms-estilo-caja-1.no-shadow {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.ms-estilo-caja-1.icon {
	color:#004884;
}
.ms-estilo-caja-1:hover {
    transform: translateY(-8px);
}
.ms-estilo-caja-1 .b-line {
	position:absolute;
	width:0%;
	float:right;
	height:3px;
	bottom:0px;
	left:0px;
	z-index:1;
	background-color:#73B9AF;
	transition: all 0.3s ease-out 0s;
}
.ms-estilo-caja-1 .b-line-2 {
	position:absolute;
	width:100%;
	float:left;
	height:3px;
	bottom:0px;
	left:0px;
	z-index:2;
	background-color:#5881D5;
	transition: all 0.3s ease-out 0s;
}
.ms-estilo-caja-1:hover .b-line{
	width:100%;
	background-color:#73B9AF;
}
.ms-estilo-caja-1:hover .b-line-2{
	width:0%;
	background-color:#5881D5;
}
.ms-contenido-caja-1 {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
/* ESTILOS CAJA 2 */
.ms-estilo-caja-2 {
    background-color: rgba(255,255,255,.9);
    background-image: url(/assets/images/bg-box-1-hexag.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    /* background-size: cover; */
    border-radius: 0.4em;
    -webkit-border-radius: 0.4em;
    -moz-border-radius: .4em;
    border: 1px solid #9DBEFF;
    display: block;
    height: auto;
    margin: 1em auto;
    min-height: 300px;
    padding: 2em;
    position: relative;
    transform: translateY(0);
    transition: .5s box-shadow ease,.5s transform ease;
    width: 100%;
}
a.btn-arrow {
    background: #FFF;
    border-radius: 50%;
    border: 3px solid #3366CC;
    display: inline-block;
    left: 82%;
    position: absolute;
    text-decoration: none;
    top: 1.2em;
    transition: all .2s ease-out;
    width: 44px;
    height: 44px;
}
.ms-estilo-caja-2 .govco-arrow-circle-right:before {
    font-size: 1.2rem;
    margin: 3px 3px;
    /* padding: 6px 3px 1px 4px; */
}
.ms-estilo-caja-2 .fa-arrow-r:before {
    content: '\f061';
    font-family: 'Fontawesome';
    font-size: 1.2rem;
    margin: 8px 1px;
    padding: 6px 3px 1px 4px;
}
.top-line-caja-2 {
    position: relative;
    width: 10%;
    height: 3px;
    left: 0;
    top: 0;
    background-color: #73B9AF;
}
.subtit-pre-caja-2 {
    font-family: Montserrat-Bold,sans-serif;
    margin: 10px 0px;
    text-transform: uppercase;
    color:#73B9AF;
}
.ms-contenido-caja-2 {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
/* ESTILOS CAJA 3 */
.ms-estilo-caja-3 {
	width:100%;
	padding:0px;
	float:left;
	transition: all 0.3s ease-out 0s;
    border: 1px solid #ABD4CE;
    border-radius: 0.625rem;
}
.ms-estilo-caja-3:hover {
    border: 0.063rem solid #3366CC;
}
.ms-contenido-caja-3 {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.ms-estilo-caja-3 .ms-post-img {
	position:relative;
	width:100%;
	padding:20px;
	float:left;
    text-align: center;
}
.ms-estilo-caja-3 .ms-post-img img.icono-pai {
    height: 128px;
    border-radius: 0px;
}
.ms-estilo-caja-3 .ms-post-img .overlay {
	position: absolute;
	width:100%;
	padding:245px 0 0 0;
	float:left;
	text-align:center;
	z-index:1;
	opacity:0;
	transition: all 0.3s ease-out 0s;
}
.ms-estilo-caja-3 .ms-post-img .postinfo-tag {
	position: absolute;
	padding: 10px 20px;
	float:left;
	color:#000;
	top:20px;
	left:20px;
	border-radius:70px;
	background-color:#fccb06;
}
.ms-estilo-caja-3 .ms-post-img .overlay i {
	position:absolute;
	color:#fff;
	top:250px;
	left:187px;
	opacity:0;
	font-size:1.375rem;
	font-weight:100;
	text-align:center;
	transition: all 0.3s ease-out 0s;
}
.ms-estilo-caja-3 .text-box {
	padding:30px;
	background-color:#fff;
    border-radius: 0 0 0.625rem 0.625rem;
}
.ms-estilo-caja-3 .text-box {
    width: 100%;
    float: left;
}
.ms-estilo-caja-3 .text-box .date-info-box {
	width:100%;
	color:#000;
	float:left;
	margin-top:25px;
	border-top:1px solid #e9e9e9;
}
.ms-estilo-caja-3 .text-box .date-info-box .box-left {
	width:70%;
	float:left;
	color:#abacac;
	padding-top:15px;
}
.ms-estilo-caja-3 .text-box .date-info-box .box-right {
	width:30%;
	float:right;
	text-align:right;
	color:#abacac;
	padding-top:15px;
}
.ms-estilo-caja-3 .text-box .title {
    font-family: 'WorkSans-Medium';
    font-size: 1.375rem;
    line-height:1.65rem;
	margin-bottom:10px;	
    text-align: center;
}
.ms-estilo-caja-3 .text-box .title a:hover {
	color:#004884;
}
.ms-post-img img {
    border-radius: 0.625rem;
}
.ms-estilo-caja-3:hover .ms-post-img .overlay i {
	top:150px;
	opacity:1;
}
.ms-estilo-caja-3:hover {
    box-shadow: 0 20px 20px rgba(51,102,204,0.14);
	-webkit-box-shadow: 0 20px 20px rgba(51,102,204,0.14);
	transform: translateY(-10px);
    border-radius: 0.625rem;
}
/* ESTILOS CAJA 4 */
.ms-estilo-caja-4 {
    width: 100%;
    float: left;
    border: 0.063rem solid #81ABFF;
    border-radius: 0.625rem;
    margin-bottom: 20px;
    padding: 30px;
    width: 100%;
    float: left;
}
.ms-estilo-caja-4:hover {
    background-color: #E5EEFB;
    box-shadow: 0 0.25rem 0 #3366CC24;
    border-color: #3366CC;
}
.ms-estilo-caja-4 {
    background-color:#FFF;
}
.ms-contenido-caja-4 {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.icono-medium-ms.color-ms-gov-amarillo {
    background-color: #FFF;
    border: 3px solid #FFB527;
}
.icono-medium-ms.color-ms-gov-azul {
    background-color: #FFF;
    border: 3px solid #154A8A;
}
.icono-medium-ms.color-ms-gov-rojo {
    background-color: #FFF;
    border: 3px solid #E31414;
}
.ms-estilo-caja-4:hover .icono-medium-ms {
    box-shadow: inset 0px 2px 5px 0 #004884;
}
.icono-medium-ms.color-ms-gov-azul-gov {
    background-color: #FFF;
    border: 3px solid #3366CC;
}
.ms-estilo-caja-4:hover .icono-medium-ms.color-ms-gov-amarillo {
    border: 5px solid #FFB527;
    transition: all 0.1s ease-out 0s;
}
.ms-estilo-caja-4:hover .icono-medium-ms.color-ms-gov-azul {
    border: 5px solid #154A8A;
    transition: all 0.1s ease-out 0s;
}
.ms-estilo-caja-4:hover .icono-medium-ms.color-ms-gov-rojo {
    border: 5px solid #E31414;
    transition: all 0.1s ease-out 0s;
}
.ms-estilo-caja-4:hover .icono-medium-ms.color-ms-gov-azul-gov {
    border: 5px solid #3366CC;
    transition: all 0.1s ease-out 0s;
}
.icono-medium-ms.center {
    margin: 0 auto;
    margin-bottom: 15px;
}
.icono-medium-ms.round {
    border-radius: 100%;
}
.icono-medium-ms {
    width: 100px;
    height: 100px;
    /* font-size: 32px;
    color: #242424; */
    line-height: 6.25rem;
}
.icono-medium-ms {
    padding: 0px;
    margin: 0 auto;
    text-align: center;
    transition: all 0.3s ease-out 0s;
}
.icono-medium {
    height: 64px;
    margin-bottom: 8px;
}
.caja-4-link {
    font-family: "Montserrat-Regular";
    font-size: 1.25rem;
    color: #3366CC;
}
.caja-4-link:hover {
    color: #004884;
}
/* ESTILOS CAJA 5 */
.ms-estilo-caja-5 {
	width:100%;
	float:left;
	border:1px solid #9DBEFF;
    background-color: #FFF;
	transition: all 0.3s ease-out 0s;
}
.ms-estilo-caja-5.padding-1 {
	padding:40px;
}
.ms-estilo-caja-5 .icon {
	color:#fff;
	background-color:#202020;
}
.ms-estilo-caja-5 .icon.primary {
	color:#73B9AF;
}
.ms-estilo-caja-5 a.title {
	color:#3366CC;
    font-size: 1.2rem;
    text-decoration: none;
}
.ms-estilo-caja-5:hover a {
	color:#73B9AF;
    text-decoration: underline;
}
.ms-estilo-caja-5 .text-box{
	width:100%;
	padding:40px;
}
.ms-estilo-caja-5 .text-box .top-line{
	width:10%;
	height:2px;
	margin:5px auto;
	background-color:#73B9AF;
}
.ms-estilo-caja-5:hover {
	border:1px solid #3366CC;
    background-color: #F4F8FD;
}
.ms-estilo-caja-5.bgdark {
	border:2px solid #202020;
	background-color:#202020;
}
.ms-contenido-caja-5 {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
/* ESTILOS CAJA 6 */
.ms-estilo-caja-6 {
	width:100%;
	padding:50px;
	text-align:center;
	border:3px solid #FFF;
	background-color:#F6F8F9;
    border-radius: 0.625rem;
	transition: all 0.3s ease-out 0s;
	-webkit-box-shadow: 20px 20px 20px rgba(0, 72, 132, 0.08);
    -moz-box-shadow: 20px 20px 20px rgba(0, 72, 132, 0.08);
    box-shadow: 20px 20px 20px rgba(0, 72, 132, 0.08);
}
@media all and (max-width: 768px) {
    .ms-estilo-caja-6 {
        padding:30px;
    }
}
.ms-estilo-caja-6.border-grey {
    border:1px solid #ebebeb;
}
.ms-estilo-caja-6 .icon {
    color:#73B9AF;
    margin-bottom: 15px;
}
.ms-estilo-caja-6 p {
    color:#000;
    opacity:0.7;
}
.ms-estilo-caja-6:hover {
    border:3px solid #004884;
	background-color:#004884;
	-webkit-box-shadow: 1px 4px 20px -2px rgba(0,72,132,0.2);
    box-shadow: 1px 4px 20px -2px rgba(0,72,132,0.2);
    transform: translateY(-8px);
}
.ms-estilo-caja-6:hover p {
    color:#fff;
    opacity:1;
}
.ms-estilo-caja-6 a.title {
    color: #004884;
    font-size: 1.1rem;
    text-decoration: none;
    font-weight: 600;
}
.ms-estilo-caja-6:hover a.title {
    color:#fff;
    text-decoration: underline;
}
.ms-estilo-caja-6:hover .icon {
    color:#fff;
}
.ms-contenido-caja-6 {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
/* ESTILOS CAJA 7 */
.ms-estilo-caja-7 {
    position: relative;
    display: block;
    padding: 50px 0;
    z-index: 1;
}
.ms-estilo-caja-7 .section-title-tagline::before {
    left: 50%;
    transform: translateX(-50%);
  }
.ms-estilo-caja-7-single {
    position: relative;
    display: block;
    border: 1px solid #DDD;
    padding: 55px 49px 49px;
    background-color: #FFF;
    margin-bottom: 30px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
  }
.ms-estilo-caja-7-single:hover {
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.2);
  }
.ms-estilo-caja-7-single:before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    height: 6px;
    background-color: #73B9AF;
    z-index: 1;
}
.ms-estilo-caja-7-single:after {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    height: 6px;
    background-color: #36C;
    transition: transform 500ms ease;
    transform: scale(0, 1);
    transform-origin: left center;
    z-index: 1;
}
.ms-estilo-caja-7-single:hover:after {
    transform: scale(1, 1);
    transform-origin: right center;
}
.ms-estilo-caja-7-icon {
    position: relative;
    display: inline-block;
    z-index: 1;
}
.ms-estilo-caja-7-icon:before {
    content: "";
    position: absolute;
    bottom: 5px;
    right: -20px;
    height: 44px;
    width: 44px;
    background-color: rgba(115,185,175, .2);
    -webkit-transition: all 500ms linear;
    transition: all 500ms linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    z-index: -1;
}
.ms-estilo-caja-7-single:hover .ms-estilo-caja-7-icon:before {
    transform: scale(1.2);
}
.ms-estilo-caja-7-icon span {
    position: relative;
    display: inline-block;
    font-size: 4rem;
    color: #73B9AF;
    -webkit-transition: all 500ms linear;
    transition: all 500ms linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.ms-estilo-caja-7-single:hover .ms-estilo-caja-7-icon span {
    transform: scale(.9);
}
.ms-estilo-caja-7-title {
    font-size: 1.5rem;
    font-weight: 800;
    line-height: 1.8rem;
    letter-spacing: -0.04em;
    margin-top: 14px;
    margin-bottom: 22px;
}
h3.ms-estilo-caja-7-title a {
    color: #000;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    text-decoration: none;
}
h3.ms-estilo-caja-7-title a:hover {
    color: #36C !important;
    text-decoration: underline;
}
.ms-estilo-caja-7-text {
    padding-bottom: 31px;
}
/*Igualar alturas cajas segun contenidos*/
.cajas-ms {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-around;
}
.cajas-ms [class*="col-"] {
    display: -webkit-flex;
    display: flex;
}
/* 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: 1rem;

    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: 0.2em;

    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */

    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
/*** FOOTER ***/
/*** FUENTE ICONOS ***/
/*** MODAL 1 ***/
.govco-logo-entidad {
    height: 64px;
    display: inline-block;
}
.govco-co {
    height: 48px;
    margin-top: 24px;
    display: inline-block;
    content: url(https://cdn.www.gov.co/v4/assets/images/logo-colombia.svg);
}
.govco-logo {
    height: 30px;
    display: inline-block;
    content: url(https://cdn.www.gov.co/v4/assets/images/logo.svg);
    vertical-align: super;
}
.govco-data-front {
    width: calc(100% - 39%);/*Valor en % para resoluciones mayores a 1200px*/
    -webkit-box-shadow: 600px 30px 0px -30px #73B9AF -600px 30px 0px -30px #73B9AF,
        0px 20px 0px 0px #73B9AF, 600px 50px 0px -30px #73B9AF,
        -600px 50px 0px -30px #73B9AF;
    box-shadow: 600px 30px 0px -30px #73B9AF, -600px 30px 0px -30px #73B9AF,
        0px 20px 0px 0px #73B9AF, 600px 50px 0px -30px #73B9AF,
        -600px 50px 0px -30px #73B9AF;
    top: 10;
    border: 2px solid #e5eefb;
    border-radius: 10px;
    opacity: 1;
    margin: auto !important; /*Estilo para centrar la caja contenedora del footer*/
}
@media (max-width: 1400px) {
    .govco-data-front {
        width: calc(100% - 40px);/*Valor en px para resoluciones hasta 1200px*/
        -webkit-box-shadow: 50px 30px 0px -30px #73B9AF, -50px 30px 0px -30px #73B9AF,
            0px 20px 0px 0px #73B9AF, 50px 50px 0px -30px #73B9AF,
            -50px 50px 0px -30px #73B9AF;
        box-shadow: 50px 30px 0px -30px #73B9AF, -50px 30px 0px -30px #73B9AF,
            0px 20px 0px 0px #73B9AF, 50px 50px 0px -30px #73B9AF,
            -50px 50px 0px -30px #73B9AF;
        top: 10;
        border: 2px solid #e5eefb;
        border-radius: 10px;
        opacity: 1;
    }
}
.govco-text-header-3 {
    font-weight: bold;
}
.govco-iconContainer {
    width: auto !important;
}
.govco-logo-div-a {
    text-align: center !important;
}
.govco-link-container {
    display: inline-block;
    width: auto !important;
}
.govco-mostrar {
    display: none !important;
}
.govco-nombre-entidad {
    margin-bottom: 0px !important;
}
@media (max-width: 991px) {
    .govco-sedes {
        margin-left: 0 !important;
        padding-left: 0 !important;
        padding-right: 5px !important;
    }
    .govco-sede-info {
        margin-left: 0 !important;
    }
    .govco-text-header-1 {
        margin-left: 15px !important;
    }
    /* .govco-iconContainer {
        width: 100% !important;
    } */
    .govco-network {
        margin-top: 10px !important;
    }
    .govco-link-container {
        display: block !important;
        /* width: 100% !important; */
    }
    .govco-mostrar {
        display: unset !important;
    }
    .govco-logo-container {
        text-align: center !important;
        margin-left: 0px !important;
    }
    /* Estilos para centrar logos en barra zul footer - Nueva disposicion */
    .govco-texto-sedes {
        padding-right: 20px !important;
    }
    footer .govco-logo-container {
        display: block !important;
        padding-top: 25px;
        margin-top: 0 !important;
    }
}
/* BACKGROUNDS */
.bg-color-govco-1 {
    background-color: #e6effd;
}
.bg-color-govco-2 {
    background-color: #f2f2f2;
}
.bg-color-govco-3 {
    background-color: #F6F8F9;
}
.bg-color-gov-co-pai {
    position: relative;
    background-image: url(../images/pai-vsn/bg-breadcrumbs-secciones.jpg);
    background-position: center;
    padding: 50px;
}
.bg-color-gov-co-pai::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-color: rgba(115, 185, 175, 0.7); */
    background-color: rgba(76, 142, 131, 0.7);
}
.bg-color-gov-co-pai .container {
    position: relative;
}
/* Centrado de Cols */
.col-centered {
    float: none;
    margin: 0 auto;
}
/* =========== COLUMNA LATERAL NOTICIAS RELACIONADAS ============= */
.fecha-boletin-ms {
    color: #004884;
    display: flex;
    justify-content: space-between;
    font-weight: 600;
}
.titulo-boletin-ms {
    font-size: 1.75rem !important;
}
.img-noticia-ms {
    border-radius: 0.625rem 0.625rem 0 0;
}
.leyenda-boletin-ms {
    background-color: #E6EFFD;
    color: #3366CC;
    padding: 15px;
    border-radius: 0 0 0.625rem 0.625rem;
}
/*Estilo para forzar card a 1005 de width*/
.tarjeta-govco.vertical-tarjeta-govco {
    max-width: 100%;
}
/*Estilo para negar height en card noticias relacionadas*/
#noticias-relacionadas .tarjeta-govco.vertical-tarjeta-govco,
#noticias-relacionadas .tarjeta-govco.vertical-tarjeta-govco .body-tarjeta-govco,
#noticias-relacionadas .tarjeta-govco.vertical-tarjeta-govco .container-img-tarjeta-govco {
    height: auto !important;
}
/* =========== BOTONES GOV CO ============= */
/*Estilos para negar estilos originales gov.co. Que el botón se amplie de acuerdo a texto y no usar valores absolutos px como en V4*/
.btn-govco {
    font-family: 'WorkSans-Medium' !important;
    font-size: 1rem;
    padding: 0.5em 1rem !important;
    line-height: 1.2rem !important;
    border-radius: 30px!important;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    min-width: 175px;
}
.btn-govco.fill-btn-govco {
    padding: 0.75em 1rem !important;
}
/*Estilo para que texto ocupe una sola linea + margen cuando se usa icono*/
.btn-govco.mixed-btn-govco span {
    width: 100% !important;
    margin: 0 10px;
}
/*Estilo Botones funciones para que acomodar debajo del otro hasta 768px*/
@media all and (max-width: 767px) {
    .btn-funciones {
        display: grid;
    }
}
/*Estilo para definir de botón que solo usa simbolo - Botón circular*/
.symbol-btn-govco {
    max-height: 44px !important;
    min-width: 44px !important;
}
/* =========== CENTRO DE COMUNICACIONES ============= */
/*Estilo color links over Audios y Podcasts*/
.ms-audio-podcasts a:hover {
    color: #3366CC;
    background-color: #E6EFFD;
    text-decoration: underline;
}
/*Filtro para seleccionar meses en historicos*/
.filtro-mes-comunicaciones {
    display: flex;
    align-items: center;
    background-color: #E6EFFD;
    padding: 20px;
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
    border-radius: 6px;
    align-items: center;
    justify-content: space-around;
}
.filtro-mes-comunicaciones h3 {
    color: #3366CC;
    font-weight: 600;
}
.desplegable-govco .desplegable-selected-option,
.desplegable-govco .desplegable-filter-govco {
    min-width: 255px !important;
    min-height: 40px !important;
}
/* =========== LISTAS LINKS COLUMNA LATERAL ============= */
.subtit-lista-link {
    color:#004884;
    text-transform: uppercase;
    font-weight: 600;
}
.lista-links-ms li {
    border: 2px solid #E6EFFD;
    border-radius: 0px !important;
}
.lista-links-ms li:hover {
    background-color: #E6EFFD;
}
.lista-links-ms li.active {
    background-color: #004884;
    border-color: #004884;
}
.lista-links-ms li.active a {
    color: #FFF !important;
}
.lista-links-ms li:hover.active {
    background-color: #004884;
}
/*CENTRAR IMAGENES NOTICIAS*/
figure img.img-noticia-ms {
    margin: auto;
    display: block;
}
/*BORDE INICIO DE SESIONM*/
.inicio-sesion-govco {
    border: 2px solid #E6EFFD;
}
/*TAMAÑOS ICONOS*/
.icon-medium {
    font-size:4rem;
}
.color-blue-dark {
    color:#004884;
}
/*ESTILOS ETIQUETA <code>*/
.gov-code {
    font-size: 105%;
    background-color: rgba(222,222,222,0.3);
}
.gov-code {
    color: #ed143d;
    background-color: #f1f1f1;
    padding-left: 4px;
    padding-right: 4px;
    border-radius: 5px;
}
.gov-code {font-family: Consolas,Menlo,"courier new",monospace;}

/* =========== TABLAS ============= */
/*Sobre escribir Color borde de thead - .table-externa aplica a Tabla Aniadada - .table-normal aplica a Tabla con Pie de Página */
.table>tbody:not(:first-child),
table.table-externa tbody:not(:first-child),
table.table-normal tbody:not(:first-child) {
    border-top: 2px solid currentColor !important;
}
/*Sobre escribir Color borde filas*/
.table-response tr {
    border-bottom: #E6EFFD !important;
}
/*Sobre escribir estilos de tablas gov.co porque no funciona estilo responsive ni adaptativo definidos en px,
Ancho para filas definido en % según contenido de ejemplo que definieron - Se deja auto para que tome ancho según contenido*/
.contenedor-tabla {
    width: 100% !important;
}
.table-general thead th, .table-normal thead th {
	padding-right: 2em !important;
    padding-left: 2em !important;
}
.table-general thead th:nth-child(1) {
	padding: auto !important;
}
.table-general thead th:nth-child(1) {
	width: auto !important;
}
.table-general thead th:nth-child(2) {
	width: auto !important;
}
.table-general tbody td:nth-child(3) {
	text-align: inherit !important;
}
.table-general thead th:nth-child(3) {
	width: auto !important;
}
.table-general thead th:nth-child(4) {
	width: auto !important;
}
/* table.table.table_responsive {overflow-x: auto !important;} */

/* =========== SCROLLBAR ============= */
/*Estilos para ScrollBar en Navegador, Tablas en dispositivos moviles*/
* {
    scrollbar-width: thin;
    scrollbar-color: #004884 #e6effd;
}
::-webkit-scrollbar {
    width: 0.5em;
    height: 0.5em;
}
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #004884;
}
::-webkit-scrollbar-track {
    border-radius: 10px;
    background: #e6effd;
}
::-webkit-scrollbar-thumb:hover {
    background: #004884;
}

.scroll-dark-govco {
    overflow-y: scroll;
    scrollbar-face-color: #36c !important;
    scrollbar-track-color: #fff !important;
    scrollbar-arrow-color: #fff !important;
    scrollbar-highlight-color: #36c !important;
    scrollbar-3dlight-color: #36c !important;
    scrollbar-darkshadow-color: #36c !important;
    scrollbar-color: #36c #fff !important;
    scrollbar-width: thin !important;
  }
  .scroll-dark-govco::-webkit-scrollbar {
    width: 0.5em;
    height: 0.5em;
  }
  .scroll-dark-govco::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #36c;
  }
  .scroll-dark-govco::-webkit-scrollbar-track {
    border-radius: 10px;
    background: #fff;
  }
  .scroll-dark-govco::-webkit-scrollbar-thumb:hover {
    background: #36c;
  }
  .scroll-light-govco {
    scrollbar-face-color: #004884 !important;
    scrollbar-track-color: #e6effd !important;
    scrollbar-arrow-color: #e6effd !important;
    scrollbar-highlight-color: #e6effd !important;
    scrollbar-3dlight-color: #e6effd !important;
    scrollbar-darkshadow-color: #e6effd !important;
    scrollbar-color: #004884 #e6effd !important;
    scrollbar-width: thin !important;
    overflow-y: scroll;
  }
  .scroll-light-govco::-webkit-scrollbar {
    width: 0.5em;
    height: 0.5em;
  }
  .scroll-light-govco::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #004884;
  }
  .scroll-light-govco::-webkit-scrollbar-track {
    border-radius: 10px;
    background: #e6effd;
  }
  .scroll-light-govco::-webkit-scrollbar-thumb:hover {
    background: #004884;
  }
  /* =========== FORMULARIOS FIELDSET ============= */

/* Fieldset y Legend para nombre entidad */
fieldset.ingreso-ent, fieldset.content-query {
    border: 1px solid #D9D9D9 !important;
    padding: 15px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 5px;
}
.ingreso-ent legend {
    border: 2px solid #FFF;
    background: #007954;
    padding: 2px 20px;
    margin-bottom: 0 !important;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 3px 3px 5px 0px rgb(0 0 0 / 30%);
    -moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.3);
    box-shadow: 3px 3px 5px 0px rgb(0 0 0 / 30%);
}
.content-query legend {
    width: auto;
    border: 2px solid #FFF;
    background: #142749;
    padding: 2px 20px;
    margin-bottom: 0 !important;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 3px 3px 5px 0px rgb(0 0 0 / 30%);
    -moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.3);
    box-shadow: 3px 3px 5px 0px rgb(0 0 0 / 30%);
    float: none !important;
}
.ingreso-ent legend p, .content-query legend p {
    color: #FFF;
    font-size: 0.8rem;
    text-align: center;
    margin-bottom: 0;
}
.content-query h3 {
    color: #FFF;
    font-size: 1rem !important;
    margin: 0;
    text-align: center;
}
/* =========== FORMULARIOS ============= */
input, select, select option, option {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}
select::-ms-expand {display: none;}
.gov-co-form-group .gov-co-dropdown > div > select, .gov-co-form-group .gov-co-dropdown > select, .gov-co-form-group .gov-co-dropdown .selectpicker {
    height: 40px !important;
    padding: 6px 16px;
    border: 1px solid #bababa;/*!important*/
}
.gov-co-form-group .gov-co-dropdown select {
	display: inline-block;
	width: 100%;
	cursor: pointer;
  	padding: 7px 10px;
  	outline: 0; 
  	border: 0;
    position: relative;
    transition: all 0.25s ease;
}
.gov-co-form-group .gov-co-dropdown i {
	position: absolute;
	right: 20px;
	top: calc(50% - 2px);
	width: 8px;
	height: 8px;
	display: block;
	border-left:2px solid #3366cc;;
	border-bottom:2px solid #3366cc;;
	transform: rotate(-45deg);
	transition: all 0.25s ease;
}
.gov-co-form-group .gov-co-dropdown:hover i {margin-top: 3px;}
.gov-co-form-group .gov-co-dropdown select:hover {
    border: 1px solid #36c; /*!important*/
    box-shadow: 0 0 5px #36c !important;
}
.gov-co-form-group .gov-co-dropdown select:hover option {background: #E6EFFD;}

/*Estilos Selectpicker y Datepicker*/
/*Selectpicker*/
.gov-co-dropdown .dropdown.bootstrap-select button.btn.dropdown-toggle {
    height: 40px;
    background-color: #FFF;
}
.gov-co-dropdown .dropdown.bootstrap-select button:hover.btn.dropdown-toggle {border: 1px solid #36c !important;}
div.dropdown-menu {
    border: 1px solid #36c !important;
    box-shadow: 0 0 5px #36c !important;
}
.gov-co-form-group > .gov-co-dropdown .bootstrap-select .dropdown-menu .dropdown-item:hover {background-color: transparent !important;}
.bootstrap-select .dropdown-menu li:hover{background-color: #e6effd !important;}
.gov-co-form-group > .gov-co-dropdown .bootstrap-select .dropdown-toggle:not(.bs-placeholder) .filter-option-inner-inner {color: #495057 !important;}
.gov-co-form-group > .gov-co-dropdown .bootstrap-select ul.dropdown-menu li {padding: 6px 16px !important;}
button:hover .dropdown-toggle::after {
    top: calc(50% - 0px) !important;
    -webkit-transition: 0.5s ease-in-out !important;
    transition: all 0.5s ease-in-out !important;
}

/*Datepicker*/
div.gj-datepicker .gj-datepicker-bootstrap .gj-unselectable .input-group
div.gj-datepicker .gj-datepicker-bootstrap input:hover
/* input.calendar .form-control-govco .form-control*/ { 
    border: none !important;
    box-shadow: none !important;
}
.gov-co-form-group input[type=text]:hover,
.gov-co-form-group input[type=password]:hover,
.gov-co-form-group input[type=month]:hover,
div[role="wrapper"]:hover.gj-datepicker {
    border: 1px solid #36c;/*!important*/
    box-shadow: 0 0 5px #36c !important;
}
.gj-datepicker-bootstrap [role=right-icon] button:hover i::before {color: #007954;}
.gj-picker-bootstrap table tr td.selected.gj-cursor-pointer div {
    background-color: transparent !important;
    border-color: none !important;
}
.gj-picker-bootstrap table tr td.gj-cursor-pointer:hover {border-radius: 0px !important;}
.gj-picker-bootstrap table tr td.selected.gj-cursor-pointer {border-radius: 0px !important;}
.gj-picker-bootstrap table tr td.gj-cursor-pointer div:hover {
    background: transparent !important;
    border-radius: 0px !important;
}
div[role="calendar"].gj-picker {box-shadow: 0 0 3px #004884 !important;}
[type="year"].gj-picker-bootstrap table tr td div:hover,
[type="decade"].gj-picker-bootstrap table tr td div:hover,
[type="century"].gj-picker-bootstrap table tr td div:hover {border-radius: 0px !important;}
/*Errores en campos - Label, Bordes, Texto interno campo*/
.gov-co-error.gov-co-form-group input[type=text],
.gov-co-error.gov-co-form-group .gov-co-dropdown select,
.gov-co-error div[role="wrapper"].gj-datepicker,
.gov-co-error.gov-co-form-group input[type=month] {
    border: 1px solid #a80521 !important;
    color: #a80521 !important;
}
.gov-co-error.gov-co-form-group  input[type=text]:hover,
.gov-co-error.gov-co-form-group .gov-co-dropdown select:hover,
.gov-co-error.gov-co-form-group div[role="wrapper"]:hover.gj-datepicker
.gov-co-error.gov-co-form-group input[type=password]:hover,
.gov-co-error.gov-co-form-group input[type=month]:hover {
    box-shadow: 0 0 3px #a80521 !important;
}
.gov-co-error label, .gov-co-error small,
.gov-co-error.gov-co-form-group div[role="wrapper"] input[role="input"],
.gov-co-error.gov-co-form-group div[role="wrapper"] i {color: #a80521 !important;}
.gov-co-error.gov-co-form-group > .gov-co-dropdown .bootstrap-select .dropdown-toggle::after {color: #a80521 !important;}
.margin-gap-5 {gap: 5px;}
.margin-gap-v-10 {row-gap: 10px;}
/*Estilos adicionales formularios*/
/*estilo para alinear horizontalmente los campos*/
.form-row {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}
/*Estilos para separar horizontalmente los campos*/
.form-row>.col, .form-row>[class*=col-] {
    padding-right: 5px;
    padding-left: 5px;
}
.desplegable-govco~.alert-desplegable-govco {
    margin-top: 0.6rem !important;
}
/*Estilo para ajustar ancho de campos en resoluciones inferiores a 600px*/
@media (max-width: 600px) {
    .form-row>.col, .form-row>[class*=col-] {
        width: 100%;
    }
}
/*Estilo Efecto Hover Campos Desplegables*/
button.desplegable-selected-option:hover,
input[type="mail"]:hover,
input[type="tel"]:hover,
div:hover.desplegable-govco .desplegable-selected-option,
.entradas-de-texto-govco textarea:hover {
    border: 1px solid #36c;
    box-shadow: 0 0 5px #36c !important;
}
/*Estilo para formzar margen label desplegables*/
.label-desplegable-govco {
    margin-bottom: 0.4rem !important;
}
/*Estilo para ajustar posicion campo Contador y entradas de texto*/
.entradas-de-texto-govco {
    padding: 0rem 0 !important;
}
/*Eliminar sombra y borde en placeholde de desplegable con filtro*/
.gov-co-form-group .desplegable-govco .desplegable-selected-option input[type=text]:hover {
    border: none;
    box-shadow: none !important;
}
/*Estilo para textarea con estilos govco*/
.entradas-de-texto-govco textarea {
    outline: none;
    background-color: #FFFFFF;
    border: 0.094rem solid #737373;
    border-radius: 0.313rem;
    width: 100%;
    padding: 0.5rem;
    color: #4B4B4B;
    font-size: 1rem;
    margin-bottom: 0.5rem;
    display: inline;
    height: auto;
    box-sizing: inherit;
    line-height: 1.375rem;
}
/*Estilo focus Campos de texto*/
.entradas-de-texto-govco input:not(.success):not(.error):focus {
    outline: max(0.125rem, 0.15em) solid #000000;
    outline-offset: max(0.125rem, 0.15em);
}
/*Estilo focus Text Area*/
.form-control:focus {
    outline: max(0.125rem, 0.15em) solid #000000;
    outline-offset: max(0.125rem, 0.15em);
}

/*********** ESTILOS EDITADOS O NUEVOS PARA VACUNACION VSN ***********/

/*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;
}

/*--------------------------------------------------------------
ESTILOS PROGRAMA AMPLIADO DE INMUNIZACION PAI - VSN
--------------------------------------------------------------*/
/*Padding subopciones menu*/
.navbar-menu-govco ul.navbar-nav li ul li a {
    padding: 0 1.875rem !important;
}
/*LOGO PAI EN MENU AL HACER SCROLL */
@media screen and (min-width: 769px) {
    .fixed-top > .navbar-menu-govco:before {
        content: "";
        display: block;
        width: 60px;
        height: 60px;
        background: url(../images/logo-vacunacion-pai-vsn-60.svg);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        margin-right: 10px;
        margin-left: 0px;
    }
}
@media only screen and (min-width: 800px) and (max-width: 1024px) {
    .fixed-top > .navbar-menu-govco:before {
        display: none;
    }
}
/* SOBRE PAI 1 h1 */
.sobre-pai-1 {
    position: relative;
    display: block;
    z-index: 1;
}
.sobre-pai-1-wrap {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
}
.sobre-pai-1-left {
    position: relative;
    display: block;
    width: 50%;
    float: left;
    background-color: #E6EFFD;
}
.sobre-pai-1-left-wrap {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
}
.sobre-pai-1-left-img {
    position: relative;
    display: block;
    width: 49.4%;
    float: left;
    min-height: 472px;
}
.sobre-pai-1-left-img-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: -1;
}
.sobre-pai-1-left-content {
    position: relative;
    display: block;
    width: 50.6%;
    float: right;
    background-color: #E6EFFD;
    padding: 136px 100px 136px;
    padding-right: 85px;
}
.sobre-pai-1-left-title {
    font-family: "Montserrat-SemiBold" !important;
    font-size: 2.5rem;
    font-weight: 800;
    line-height: 3rem;
    color: #000;
    letter-spacing: -0.04em;
}
.sobre-pai-1-btn-box {
    position: relative;
    display: block;
    margin-top: 45px;
}
.sobre-pai-1-right {
    position: relative;
    display: block;
    width: 50%;
    float: right;
    text-align: center;
    background-color: #000;
    padding: 111px 15px 110px;/*145px 15px 147px;*/
    z-index: 1;
}
.sobre-pai-1-right-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    /* height: 90.2%; */
    /* background-image: url(../images/pai-vsn/bg-azul-home-h1.jpg); */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: .50;
    z-index: -1;
}
p.sobre-pai-1-text {
    font-family: "WorkSans-Regular";
    font-weight: 400;
    text-align: left;
    color: #FFF;
    font-size: 1.25rem;
    line-height: 1.5rem;
    padding: 50px;
}
.sobre-pai-1-right-title {
    font-size: 3.125rem;
    color: #FFF;
    font-weight: 800;
    line-height: 3.75rem;
    letter-spacing: -0.04em;
}
/* Medium screen  */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .sobre-pai-1-left {
        width: 100%;
    }
    .sobre-pai-1-right {
        width: 100%;
    }
}
/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .sobre-pai-1-left {
        width: 100%;
    }
    .sobre-pai-1-right {
        width: 100%;
    }
    .sobre-pai-1-left-content {
        padding: 136px 30px 136px;
        padding-right: 30px;
    }
    .sobre-pai-1-trusted {
        right: -40px;
    }
}
/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {
    .sobre-pai-1-left {
        width: 100%;
    }
    .sobre-pai-1-right {
        width: 100%;
    }
    .sobre-pai-1-left-img {
        width: 100%;
    }
    .sobre-pai-1-left-img img {
        width: 100%;
    }
    .sobre-pai-1-left-content {
        width: 100%;
        padding: 102px 20px 145px;
        padding-right: 20px;
    }
    .sobre-pai-1-trusted {
        right: 0;
    }
    .sobre-pai-1-right-title br {
        display: none;
    }
}
/* Mobile Layout: 320px. */
@media only screen and (min-width: 320px) and (max-width: 766px) {
    .sobre-pai-1-left-content {
        padding: 50px 20px 50px;
    }
    /* .sobre-pai-1-left-img {
        min-height: 300px;
        top: -135px;
    } */
    h1.sobre-pai-1-text {
        padding: 20px;
    }
}
@media only screen and (min-width: 1500px) and (max-width: 1870px) {
    .sobre-pai-1-left-content {
        padding: 102px 40px 145px;
        padding-right: 40px;
    }
    .sobre-pai-1-trusted {
        right: -40px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .sobre-pai-1-left-content {
        padding: 136px 30px 136px;
        padding-right: 30px;
    }
    .sobre-pai-1-trusted {
        right: -40px;
    }
    .sobre-pai-1-left-title {
        font-size: 2rem;
    }
    .sobre-pai-1-right-title {
        font-size: 2.625rem;
    }
    .sobre-pai-1-right {
        padding: 87px 15px 86px;
    }
}
/* SOBRE PAI 2 h1 */
.sobre-pai-2 {
    position: relative;
    display: block;
    padding: 80px 0 80px;
    z-index: 1;
}
.sobre-pai-2-forma-1 {
    position: absolute;
    top: 0;
    right: 0;
    opacity: .10;
}
.sobre-pai-2-forma-1 img {
    width: auto;
}
.sobre-pai-2-left {
    position: relative;
    display: block;
    margin-right: 100px;
}
.sobre-pai-2-img-box {
    position: relative;
    display: block;
}
.sobre-pai-2-img {
    position: relative;
    display: block;
}
.sobre-pai-2-img img {
    border-radius: 50%;
}
.sobre-pai-2-img-2 {
    position: absolute;
    bottom: -96px;
    right: -72px;
}
.sobre-pai-2-img-2 img {
    width: auto;
    border: 15px solid #FFF;
    border-radius: 50%;
    box-shadow: 0px 0px 62px 0px rgba(0, 0, 0, 0.1);
}
.sobre-pai-2-right {
    position: relative;
    display: block;
    margin-left: 40px;
}
.sobre-pai-2-right .section-title {
    margin-bottom: 30px;
}
h2.sobre-pai-2-text {
    font-family: "WorkSans-Regular";
    font-weight: 400;
    color: #000;
    font-size: 1rem;
    line-height: 1.5rem;
}
.sobre-pai-2-points-box {
    position: relative;
    display: block;
    margin-top: 25px;
    margin-bottom: 25px;
}
.sobre-pai-2-points-box li {
    position: relative;
    display: block;
}
.sobre-pai-2-points-box li+li {
    margin-top: 34px;
}
.sobre-pai-2-points-title {
    position: relative;
    display: inline-block;
    padding-bottom: 4px;
    margin-bottom: 20px;
    border-bottom: 1px solid #BABABA;
}
.sobre-pai-2-points-title p {
    font-size: 1.5rem;
    font-weight: 800;
    line-height: 1.875rem;
    color: #000;
}
.sobre-pai-2-points-content {
    position: relative;
    display: flex;
    align-items: center;
}
.sobre-pai-2-points-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 70px;
    height: 70px;
    background-color: #73B9AF;
    width: 100%;
    margin-right: 20px;
}
.sobre-pai-2-points-icon img {
    width: 44px;
    height: 44px;
}
.sobre-pai-2-points-icon span {
    position: relative;
    display: inline-block;
    font-size: 3.125rem;
    color: #FFF;
    -webkit-transition: all 500ms linear;
    transition: all 500ms linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.sobre-pai-2-points-icon:hover span {
    transform: scale(.9);
}
/* Medium screen  */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .sobre-pai-2-left {
        max-width: 600px;
        margin: 0 auto 0;
    }
    .sobre-pai-2-right {
        max-width: 600px;
        margin: 125px auto 0;
    }
}
/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .sobre-pai-2-left {
        max-width: 600px;
        margin: 0 auto 0;
    }
    .sobre-pai-2-right {
        max-width: 600px;
        margin: 125px auto 0;
    }
}
/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {
    .seccion-titulo-titulo {
        font-size: 2.1875rem;
        line-height: 2.8125rem;
    }
    .seccion-titulo-titulo br {
        display: none;
    }
    .sobre-pai-2-left {
        margin-right: 0;
    }
    .sobre-pai-2-img-2 {
        display: none;
    }
    .sobre-pai-2-right {
        margin-left: 0;
        margin-top: 50px;
    }
}
/* SOBRE PAI 3 h1 */
.seccion-sobre-pai-3 {
    margin-top: 80px;
}
.sobre-pai-3 {
    background-image: linear-gradient(90deg, #CEE6E3, #48CAE4);
}
.sobre-pai-3 {
    display: flex;
    align-items: center;
    padding: 0px 60px;
    border-radius: 30px;
    margin-top: 30px;
    margin-bottom: 87px;
}
.sobre-pai-3-text {
    width: 44%;
    margin-right: 58px;
}
.sobre-pai-3 p {
    font-family: "Montserrat-SemiBold" !important;
    color: #000;
    font-weight: 700;
    font-size: 2.5rem;
    line-height: 3rem;
}
.sobre-pai-3 h1 {
    font-family: "WorkSans-Regular";
    color: #000;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 1.125rem;
    line-height: 1.375rem;
    margin: 0;
}
.sobre-pai-3 img {
    margin-top: -93px;
    margin-bottom: -92px;
    object-fit: cover;
    vertical-align: middle;
    animation: 5s infinite left;
}
@keyframes left {
    0%{
        transform: translateX(0px);
    }
    50%{
        transform: translateX(15px);
    }
    100%{
        transform: translateX(0px);
    }
}
@media (max-width: 1200px) {
    .sobre-pai-3 {
        padding: 40px 60px;
    }
}
@media (max-width: 1200px) {
    .sobre-pai-3-text p {
        font-size: 2rem;
        line-height: 2.375rem;
    }
}
@media (max-width: 1400px) {
    .sobre-pai-3 {
        margin-top: 90px;
        margin-bottom: 50px;
    }
}
@media (max-width: 1400px) {
    .sobre-pai-3 img {
        width: 52%;
    }
}
@media (max-width: 993px) {
    .sobre-pai-3 {
        display: flex;
        flex-wrap: wrap;
    }
}
@media (max-width: 993px) {
    .sobre-pai-3-text {
        width: 100%;
        margin-right: 0;
    }
}
@media (max-width: 993px) {
    .sobre-pai-3-text {
        width: 100%;
        margin-right: 0;
    }
}
@media (max-width: 993px) {
    .sobre-pai-3 img {
        width: 70%;
        margin-top: 25px;
        margin-left: 60px;
    }
}
@media only screen and (max-width: 768px) {
    .sobre-pai-3 {
        background-image: linear-gradient(180deg, #CEE6E3, #48CAE4);
    }
}
@media (max-width: 576px) {
    .sobre-pai-3-text p {
        font-size: 1.75rem;
    }
}
@media (max-width: 410px) {
    .sobre-pai-3 {
        padding: 30px 30px;
    }
}
@media (max-width: 410px) {
    .sobre-pai-3 img {
        width: 90%;
        margin-left: 0cqmin;
    }
}
 /*ESTILOS TITULOS SECCIONES*/
.seccion-titulo {
    position: relative;
    display: block;
    margin-top: -10px;
    margin-bottom: 20px;
}
.seccion-titulo-tagline {
    position: relative;
    display: inline-block;
    font-size: 1rem;
    line-height: 1.2rem;
    color: #36C;
    font-weight: 600;
}
.seccion-titulo-tagline::before {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    height: 2px;
    width: 30px;
    background-color: #73B9AF;
}
.seccion-titulo-titulo {
    font-family: "Montserrat-SemiBold" !important;
    margin: 0;
    color: #000;
    font-size: 2rem;
    line-height: 2.4rem;
    font-weight: 800;
    margin-top: 15px;
}
.ai-center {
    align-items: center;
}
.titulo-icono-h1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 2.5rem;
    flex-grow: 1;
}
.titulo-icono-h1 .icono-h1 img {
    height: 128px;
}
.titulo-icono-h1 .ms-title-line-left {
    margin-bottom: 0 !important;
}
.titulo-h1 {
    margin-left: 30px;
    width: -webkit-fill-available;
}
@media only screen and (min-width: 320px) and (max-width: 576px){
    .titulo-icono-h1 {
        display: block;
    }
    .titulo-icono-h1 .icono-h1{
        text-align: center;
    }
    .titulo-icono-h1 .icono-h1 img {
        margin-bottom: 30px;
    }
}
/* =========== ESTILOS GENERALES HOME ============= */
.tit-obj-pai {
    font-size: 2.2rem;
    font-weight: 500;
    line-height: normal;
}
.obj-pai {
    font-size: 1.1rem;
    line-height: inherit;
    font-family: "Montserrat-Regular";
}
.p-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}
.p-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}
/*Estilos Párrafo destacado blockquote*/
.blockquote-vsn {
    /*Estilos texto*/
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.5rem;
    letter-spacing: -0.04em;
    /*Estilos contenedor*/
    position: relative;
    display: block;
    background-color: #FFF;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.07);
    padding: 17px 35px 23px;
    margin-top: 46px;
    margin-bottom: 47px;
}
/*Estilos linea color contenedor*/
.blockquote-vsn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 6px;
    background-color: #73B9AF;
}
/*Icono sobre menu para resoluciones pequeñas*/
.icon-top-bar {
    text-align: center;
    font-size: 1.875rem;
    line-height: 2.25rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    color: #737373;
}
/* LISTAS DESORNEDANAS UL VSN */
ul.lista-ul-vsn {
    list-style: none;
    padding-bottom: 35px;
}
ul.lista-ul-vsn li:not(:last-child),
ul.lista-ul-vsn-tabla li:not(:last-child) {
    padding-bottom: 20px;
}
ul.lista-ul-vsn li,
ul.lista-ul-vsn-tabla li {
    position: relative;
    padding-left: 30px;
}
ul.lista-ul-vsn li i {
    font-size: 1.25rem;
    color: #73B9AF;
    position: absolute;
    top: 3px;
    left: 0;
}
/*Listas dentro de tablas*/
ul.lista-ul-vsn-tabla {
    list-style: none;
    padding-bottom: 15px;
}
ul.lista-ul-vsn-tabla li i {
    font-size: 1.25rem;
    color: #004884;
    position: absolute;
    top: 3px;
    left: 0;
}
/*AREA BIBLIOGRAFIA*/
.bibliografia-vsn {
    border-top: 1px dashed #73b7ad;
    margin: 50px 0;
    padding-top: 50px;
}
.bibliografia-vsn p {
    font-family: "Montserrat-SemiBold" !important;
}
/* MENU STICKY */
.menu-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
}
/*TEXTO EN TABS*/
.oenlaces-ms p {
    padding: 20px;
}
/*TABLAS VSN*/
.table-responsive caption.caption-vsn {
    color: #40786f;
    font-size: 0.875rem;
    font-style: italic;
}
/*AREA CONTADOR*/
.counter-pai {
    overflow: hidden;
    padding: 80px 0;
    background: url(../images/pai-vsn/bg-counter-home.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0px 4px 55px 10px rgba(75, 175, 71, 0.0784313725);
}
.counter-pai {
    position: relative;
}
.counter-pai::before {
    background-color: rgba(0, 44, 81, 0.85);
}
.counter-pai::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.counter-pai-bor-right {
    position: relative;
    border-right: 1px solid #d9d9d9;
}
.counter-pai-item {
    position: relative;
}
.counter-pai-item img {
    padding: 12px 0;
}
.counter-pai-item > h3 {
    font-family: "Montserrat-Semibold";
    font-size: 2.5rem;
    line-height: 3rem;
    color: #FFF !important;
    background-color: transparent !important;
}
.counter-pai-item h4 {
    font-family: "Montserrat-Regular";
    color: #FFF;
    font-size: 1rem;
}
.counter-pai-item span {
    color: #48CAE4;
    font-weight: 700;
    font-size: 1.25rem;
}
@media screen and (max-width: 991px) {
    .counter-pai-item {
        text-align: center;
    }
    .counter-pai-bor-right {
        border-right: none;
    }
}
/* HISTORIAS DE VACUNADORES */
.testimonio-pai {
    position: relative;
    display: block;
    z-index: 1;
}
.testimonio-pai-big-img {
    position: absolute;
    top: 68px;/*-134px 16px*/
    right: 280px; /*280px*/
    z-index: 2;
}
.testimonio-pai-big-img img {
    width: auto;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .testimonio-pai-big-img {
        display: none;
    }
}
@media only screen and (max-width: 991px) {
    .testimonio-pai-big-img {
        display: none;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1499px){
    .testimonio-pai-big-img {
        right: 25px;
        top: 208px;
    }
    .testimonio-pai-big-img img {
        width: 80%;
    }
}
@media only screen and (min-width: 1500px) and (max-width: 1820px) {
    .testimonio-pai-big-img {
        right: 130px;
        top: 208px;
    }
    .testimonio-pai-big-img img {
        width: 80%;
    }
}
.testimonio-pai-experience {
    position: absolute;
    top: 230px; /*310*/
    right: -98px;
    background-color: #FFF;
    max-width: 235px;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 33px 30px 35px;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.07);
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .testimonio-pai-experience {
        right: 60px;
    }
}
.testimonio-pai-experience:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 50px;
    border-top: 20px solid #FFF;
    border-right: 44px solid transparent;
    border-left: 2px solid transparent;
}
.testimonio-pai-experience-text {
    font-size: 1.5rem;
    line-height: 1.8rem;
    margin-left: 15px;
}
.testimonio-pai-wrap {
    position: relative;
    display: block;
    padding: 120px 0px 118px;
    overflow: hidden;
    background-color: #efefef;
    z-index: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .testimonio-pai-wrap .container .row [class*="col-"] {
        width: 100% !important;
    }
}
.testimonio-pai-left {
    position: relative;
    display: block;
}
.testimonio-pai-left > .section-title {
    position: relative;
    display: block;
    margin-top: -10px;
    margin-bottom: 49px;
}
#testimonio-pai-thumb {
    width: 245px;
    margin-right: auto;
    margin-left: 0;
}
.testimonio-pai-img-holder {
    position: relative;
    display: block;
    overflow: hidden;
    transition: all 500ms ease;
    width: 76px;
    cursor: pointer;
}
.testimonio-pai-img-holder:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(255, 255, 255, .30);
    border-radius: 50%;
    content: "";
    z-index: 1;
    transition: all 500ms ease;
}
#testimonio-pai-thumb .swiper-slide-thumb-active .testimonio-pai-img-holder:before {
    background-color: rgba(115,183,173, .20);
}
.testimonio-pai-img-holder>img {
    width: 76px;
    border-radius: 50%;
    transition: all 0.5s ease-in-out 0.6s;
}
.testimonio-pai-main-content {
    position: relative;
    display: block;
    margin-top: 60px;
}
@media only screen and (max-width: 767px) {
    .testimonio-pai-client-content {
        margin-left: 0 !important;
        margin-top: 19px !important;
    }
}
.testimonio-pai-client-info {
    position: relative;
    display: flex;
}
@media only screen and (max-width: 767px) {
    .testimonio-pai-client-info {
        flex-direction: column;
    }
}
.testimonio-pai-client-img {
    position: relative;
    display: block;
    width: 154px;
    border-radius: 50%;
}
.testimonio-pai-client-img img {
    width: 100%;
    border-radius: 50%;
}
.testimonio-pai-client-content {
    position: relative;
    display: block;
    max-width: 470px;
    width: 100%;
    margin-left: 45px;
    /* margin-top: -11px; */
}
.testimonio-pai-client-text {
    font-size: 1.125rem;
    line-height: 1.75rem;
}
.testimonio-pai-client-details {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 22px;
}
.testimonio-pai-client-title-box {
    position: relative;
    display: block;
}
.testimonio-pai-client-name {
    font-size: 1.5rem;
    font-weight: 800;
    line-height: 1.8rem;
    letter-spacing: -0.04em;
    margin-top: 8px;
    margin-bottom: 9px;
}
.testimonio-pai-client-sub-title {
    font-size: .75rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    line-height: .9rem;
}
.testimonio-pai-quote {
    position: relative;
    display: flex;
    align-items: center;
}
.testimonio-pai-quote span {
    font-size: 3rem;
    color: #73b7ad;
}
.testimonio-pai-nav {
    position: absolute;
    top: -123px;
    right: 0;
    display: flex;
    align-items: center;
    z-index: 100;
}
@media only screen and (max-width: 767px) {
    .testimonio-pai-nav {
        display: none;
    }
}
.testimonio-pai-nav .swiper-button-next,
.testimonio-pai-nav .swiper-button-prev {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    width: 52px;
    height: 52px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    color: #000;
    background-color: #36C;
    border-radius: 50%;
    margin: 0;
    text-align: center;
    opacity: 1;
    transition: all 500ms ease;
    z-index: 100;
}
.testimonio-pai-nav .swiper-button-next:hover,
.testimonio-pai-nav .swiper-button-prev:hover {
    color: #FFF;
    background-color: #004884;
}
.testimonio-pai-nav .swiper-button-next {
    margin-left: 10px;
}
.testimonio-pai-nav .swiper-button-next i,
.testimonio-pai-nav .swiper-button-prev i {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 1.75rem;
    color: #FFF;
}
.testimonio-pai-nav .swiper-button-next::after,
.testimonio-pai-nav .swiper-button-prev::after {
    display: none;
}
/*CAJAS MIEMBROS CONSEJO*/
.cajas-consejo {
    position: relative;
    display: flex; /*Para igualar altura de divs de texto*/
    flex-wrap: wrap;  /*Para igualar altura de divs de texto*/
    padding: 30px 0;
    justify-content: space-around;
}
.cajas-consejo [class*="col-"] {
    display: flex;  /*Para igualar altura de divs de texto*/
    flex-direction: column;  /*Para igualar altura de divs de texto*/
}
.cajas-consejo .section-title__tagline::before {
    left: 50%;
    transform: translateX(-50%);
}
.consejo-single {
    position: relative;
    margin-bottom: 55px;
    display: flex;  /*Para igualar altura de divs de texto*/
    flex-direction: column;  /*Para igualar altura de divs de texto*/
    height: 100%;  /*Para igualar altura de divs de texto*/
}
.consejo-img {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
}
.consejo-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;
}
.consejo-single:hover .consejo-img:before {
    visibility: visible;
    -webkit-transform: translatex(0%);
    transform: translatex(0%);
    opacity: 1;
}
.consejo-img img {
    width: 100%;
    transition: all 500ms ease;
} 
.consejo-single:hover .consejo-img img {
    transform: scale(1.05);
}
.consejo-content {
    position: relative;
    display: block;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
    padding: 30px 40px;
    margin-top: -30px;
    margin-left: 15px;
    margin-right: 15px;
    z-index: 2;
    flex-grow: 1;  /*Para igualar altura de divs de texto*/
}
.consejo-title {
    font-size: 1.25rem;
    font-weight: 800;
    line-height: 30px;
    color: #36C;
    margin-bottom: 20px;
}
.consejo-text {
    margin-left: 3px;
}
.consejo-text p {
    font-size: 13px;
}
/*TABLA RESPONSIVE QUE UBICA ITEM UNO DEBAJO DEL OTRO*/
/* Estilo para las filas del tbody */
.tabla-ca tbody tr th:first-child,
.tabla-ca tbody tr td:first-child {
    width: 25%; /* Primera columna al 25% del ancho */
}

.tabla-ca tbody tr th:nth-child(2),
.tabla-ca tbody tr td:nth-child(2) {
    width: 75%; /* Segunda columna al 75% del ancho */
}

/* Estilo para dispositivos con ancho menor o igual a 600px */
@media (max-width: 600px) {
    /* Las columnas deben ocupar el 100% del ancho */
    .tabla-ca tbody tr th:first-child,
    .tabla-ca tbody tr td:first-child,
    .tabla-ca tbody tr th:nth-child(2),
    .tabla-ca tbody tr td:nth-child(2),
    .tabla-ca thead tr th:first-child, /*Estilo para encabezado*/
    .tabla-ca thead tr th:nth-child(2) /*Estilo para encabezado*/ {
        width: 100%;
        display: block; /* Para que <th> quede encima de <td> */
        height: auto;
    }
    .tabla-ca thead tr th:first-child {
        border-bottom: 1px solid #9DBEFF;
    }
}
/*CENTRADO CAJAS ESAVI*/
#Vigilancia-ESAVI .row {
    justify-content: space-around;
}
.govco-footer {
  padding-bottom: 5rem; /* ajustable: prueba con 3rem, 4rem, 5rem */
    background-color: #3366cc;
}
.links-footer {
    margin-top: 120px;
}

.govco-footer .icon::before {
   color:#ffffff;
}
.govco-footer .icon:hover::before {
   color: #ffffff !important;
}
.ms-rtestate-read.ms-rte-wpbox {
margin-top: -21px;	
}

/*BUSCADOR*/
.search-govco .bar-search-govco {
	border: 0;
}
.search-govco .input-search-govco {
	padding: 0 2.5rem 0 1rem;
}
.search-govco .search-icon-search-govco {
	text-decoration: none;
}