/* Error de minimización. Devolviendo el contenido no minimizado.
(325,23): run-time error CSS1038: Expected hex color, found '#fff0'
(325,28): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' '
 */
/*General*/
.mainContent {
    max-width: 100%;
    padding-left: 0px;
}
a {
    text-decoration:none;
}
.blue-menu-govco .navbar-menu-govco ul.navbar-nav li a.nav-link:not(.active):hover {
    background-color: unset;
    color: unset !important;
}

h2,h3{
    color: #777777;
}

.text-justify{
    text-align: justify;
}
/*Public Pages*/
#map_canvas {
    height: 50vh;
}

/*Layout TOP*/
.barra-superior-govco {
    background-color: #0943B5;
    width: 100%;
    height: 3rem;
    padding-left: 4.375rem;
}
.barra-superior-govco a {
    content: url(https://www.ane.gov.co/PublishingImages/SitePages/Inicio/header_govco.png);
    height: 30px !important;
    width: auto;
}
.logo-aut-header-govco {
    width: 100%
}

#logoANEC, .icon-entidad-menu-govco {
    content: url(/app/Content/img/logoAne.png);
    /*content: url(/PLATEBCO.MVC/Content/img/logoAne.png);*/
    /*content: url(/Content/img/logoAne.png);*/
}
#logoANECFooter {
    content: url(/app/Content/img/logoAne.png);
    /*content: url(/PLATEBCO.MVC/Content/img/logoAne.png);*/
    /*content: url(/Content/img/logoAne.png);*/
    height: 12rem;
}
#logoCertificacion {
    content: url(/app/Content/img/Logo_Certificacion_SAS.png);
    /*content: url(/PLATEBCO.MVC/Content/img/Logo_Certificacion_SAS.png);*/
    /*content: url(/Content/img/Logo_Certificacion_SAS.png);*/
    height: 12rem;
}

.search-govco .search-icon-search-govco {
    right: 0.45rem;
    background-color: #E69E46;
    border-radius: 50%;
    width: 2.25rem;
    height: 2.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 0.625rem;
}

.container-navbar-menu-govco.blue-menu-govco {
    border-bottom: 0.188rem solid #777777;
}

.blue-menu-govco .navbar-collapse-menu-govco {
    border-bottom: 0;
}

#barraSuperior {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
#govcoLogoSuperior{
    height: 100%;
}

.gray-menu-govco .navbar-menu-govco ul.navbar-nav li a.nav-link {
    color: #434343;
}

.gray-menu-govco .navbar-menu-govco ul.navbar-nav li {
    max-width: none;
}

.gray-menu-govco .navbar-menu-govco ul.navbar-nav li:hover,  .gray-menu-govco .navbar-menu-govco ul.navbar-nav li.active{
    background-color: #D9D5D5;
}

.text-item-menu-govco {
    font-size: 1rem !important;
    max-width: 15rem !important;
}

.container-logo-header-govco {
    padding: 1.563rem 7rem 0 0;
}
.container-logo-header-govco .logo-header-govco {
    height: 5rem;
}

.search-govco .input-search-govco{
    width: 100%;
    font-family: WorkSans-Regular;
    height: 2.625rem;
    border-radius: 0.3rem;
    border: 0.063rem solid #4B4B4B;
    background-color: #FFFFFF;
    color: #4B4B4B;
    outline: 0;
    font-size: 16px;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 0 5.5rem 0 1rem;
}

.btn-govco.fill-btn-govco:hover, .btn-govco.fill-btn-govco:focus-visible, .btn-govco.outline-btn-govco:hover, .btn-govco.outline-btn-govco:focus-visible, .btn-govco.fill-secundary-btn-govco:hover, .btn-govco.fill-secundary-btn-govco:focus-visible, .btn-govco.outline-secundary-btn-govco:hover, .btn-govco.outline-secundary-btn-govco:focus-visible {
    background-color: #E69E46;
    border-color: #E69E46;
    color: #FFFFFF;
}
.btn-govco.fill-btn-govco, .btn-govco.outline-secundary-btn-govco {
    background-color: #E69E46;
    color: #FFFFFF;
}
.btn-govco.fill-btn-govco, .btn-govco.outline-btn-govco {
    border-color: #E69E46;
}
.btn-govco.outline-btn-govco {
    color: #777777;
}
/*Layout left*/
.nav-link-text {
    margin-bottom: auto;
}

.container-navbar-pestana-vertical-govco {
    height: auto;
    width: auto;
}

.container-navbar-pestana-vertical-govco .navbar-pestana-vertical-govco ul li {
    background-color: #fff !important;
    height: auto;
    width: auto;
}

.navbar-pestana-vertical-govco ul li a {
    height: auto;
    width: auto;
}

.navbar-pestana-vertical-govco ul li a .icon_right::after, .navbar-pestana-vertical-govco ul li a .icon_left::after {
    margin-left: 0px;
}

.navbar-pestana-vertical-govco ul li a .icon_right, .navbar-pestana-vertical-govco ul li a .icon_left {
    margin-bottom: 0px;
}

.linea-vertical-govco, .linea-vertical-govco-activa {
    height: auto !important;
}
/*Layout Footer*/
#footerTransparencia {
    background-color: #777777;
    margin-bottom: 80px;
    padding: 10px;
}
#footerTransparencia h2 {
    color: white;
    font-family: 'WorkSans-Regular';
    font-size:2rem;
    text-align: center;
}
#footerTransparencia a {
    color: white;
}

#footerTransparencia a :hover {
    text-decoration: underline;
}

#footerANE {
    background-color: #777777;
}


#footerANE .container > .row {
    background-color: white;
    border-radius: 10px;
    padding: 40px;
    border: 1px solid rgba(0, 0, 0, .125);
    transform: translateY(-50px);
    padding-bottom: 80px;
}

#InfoANE_footer p{
    margin-bottom: 0.3rem;
}

#footerANE h2 {
    color: #777777;
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 1.5em;
}

#InfoANE_footer p, #InfoANE_footer h2, #footerANE h2 {
    font-family: "WorkSans-Regular";
}

#footerLinks, #socialMediaFooter {
    margin-top: 20px;
    line-height: 40px;
}

#footerLinks a, #socialMediaFooter a {
    color: #004884;
    font-family: 'WorkSans-Regular';
    text-decoration: underline;
}
#socialMediaFooter i {
    background-color: #777777;
    padding: 5px;
    border-radius: 50%;
    color: white;
    width: 26px;
    height: 26px;
    text-align: center;
    margin-right: 5px;
}

.fa, .far, .fas {
    font-family: "Font Awesome 5 Free";
}

.govco-data-front {
    -webkit-box-shadow: 50px 30px 0px -30px #ff1979, -50px 30px 0px -30px #ff1979, 0px 20px 0px 0px #ff1979, 50px 50px 0px -30px #ff1979, -50px 50px 0px -30px #ff1979;
}
.govco-footer-text {
    margin-top: 50px !important;
    margin-left: 80px !important;
    margin-bottom: 50px !important;
}

.govco-text-header-1{
    font-size: 1.5rem;
    margin-bottom: 1.5em;
}

.govco-co {
    margin-top: 8px;
    content: url(https://cdn.www.gov.co/v4/assets/images/logo-colombia.svg);
}
.govco-logo {
    content: url(https://www.ane.gov.co/PublishingImages/SitePages/Inicio/header_govco.png);
    vertical-align: super;
}
.govco-footer-logo {
    background-color: #0943B5;
    margin-top: 0px !important;
    height: 70px;
}

/*Body components*/
.contenedor-tabla {
    width:auto;
}

.table-responsive {
    max-height: 70vh;
}

.table-general thead th {
    width: auto !important;
}

.encabezado-tabla {
    position:sticky;
    top:0;
}
.table-general tbody td {
    padding-right: 20px !important;
    text-align: justify !important;
}

.entradas-de-texto-govco textarea{
    outline: none;
    background-color: #FFFFFF;
    border: 0.094rem solid #737373;
    border-radius: 0.313rem;
    width: 100%;
    padding: 0.5rem;
    color: #4B4B4B;
    font-size: 16px;
    margin-bottom: 0.5rem;
    display: inline;
    height: auto;
    box-sizing: inherit;
    line-height: 1.375rem;
}
.entradas-de-texto-govco textarea:not(.success):not(.error):focus {
    box-shadow: 0 0.25rem 0 #3366cc24;
    border: 0.094rem solid #3366CC;
}

.desplegable-calendar-govco input:focus {
    outline: none !important;
    border: 0 !important;
    box-shadow: none !important;
}

.accordion-govco .body-accordion-govco{
    background-color: #fff0 !important;
}
