    @import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,500;0,600;0,700;1,500&family=Work+Sans:ital,wght@0,400;0,700;1,400&display=swap');
    /************************************************************************************
    2020 Equipo NTG Colombia
    CSS Micrositios 2020 Estilos personalizados 
    /************************************************************************************/

    /*************** COLORES ***************/
    /* 
    Primary: var(--primary)
    Secundary: var(--secondary)  */


    .bg-blue {
        background-color: var(--primary);
    }

    .bg-blue-light {
        background-color: #e3ecf9;
    }

    .bg-gray-light {
        background-color: #e6e6e6;
    }

    /************************************************************************************
    TRANSVERSALES
    *************************************************************************************/

    /*************** BODY ***************/
    body {
        max-width: 1366px;
        margin: auto;
        box-shadow: 0 0 8px 1px #1725421c;
    }

    /*************** FIN BODY ***************/


    /*************** TIPOGRAFIAS ***************/

    .h1, h1,
    .h2, h2,
    .h3, h3 {
        font-weight: 600;
        color: var(--primary);
    }

    hr {
        border: 0;
        padding: 1rem 0;
    }

    .ntg-titulo-caja {
        width: 100%;
    }

    .ntg-titulo-caja-px .ntg-titulo-caja{
        padding-left: 15px;
        padding-right: 15px;
    }

    .fecha {
        color: var(--secondary);
        margin-top: .5rem;
        margin-bottom: 0;
        border-left: solid 3px;
        padding-left: 6px;
        font-weight: 600;
        font-size: 0.8rem;
    }

    a {
        text-decoration: none;
    } 

    .home-destacado {
        font-style: italic;
        font-size: 1.44rem;
        border-top: solid 1px #d6d6d6;
        border-bottom: solid 1px #d6d6d6;
        max-width: 900px;
        margin: auto;
    }

    .home-destacado.recuadro {
        padding: 10px 0;
    }

    .home-destacado-list ol {
        list-style: none;
        padding: 0;
        counter-reset: item;
    }

    .home-destacado-list ol li {
        position: relative;
        padding-left: 4rem;
        border-bottom: solid 1px #6c757d59;
        margin-bottom: 1rem;
        padding-bottom: 1rem;
    }

    .home-destacado-list ol li:before {
        counter-increment: item;
        content: counter(item);
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background-color: var(--primary);
        color: #fff;
        width: 40px;
        height: 40px;
        text-align: center;
        border-radius: 50%;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 1rem;
        margin: auto;
        font-size: 1.2rem;
        font-weight: 700;
    }

    /*************** FIN TIPOGRAFIAS ***************/


    /*************** COMPONENTES ***************/

    ul {
        list-style-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%230066CD' class='bi bi-stop-fill' viewBox='0 0 16 16'><path d='M5 3.5h6A1.5 1.5 0 0 1 12.5 5v6a1.5 1.5 0 0 1-1.5 1.5H5A1.5 1.5 0 0 1 3.5 11V5A1.5 1.5 0 0 1 5 3.5z'/></svg>");
    }

    img {
        max-width: 100%;
        height: auto;
    }

    .row .recuadro {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .recuadros-invert .recuadro:nth-child(even) {
        flex-direction: row-reverse;
    }

    .navbar {
        padding: 8px 16px;
    }

    .navbar-brand {
        margin-left: -16px;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }


    .navbar-brand:before {
        content: "";
        display: block;
        position: absolute;
        background-color: var(--secondary);
        left: 0;
        right: 0;
        top: -8px;
        bottom: -8px;
        width: 73.6%;
    }

    #navbarSupportedContent {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    #navbarSupportedContent ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        list-style: none;
        margin: 0;
        padding: 0;
    }

    #navbarSupportedContent ul li {
        padding-left: 12px;
        padding-right: 12px;
    }


    #navbarSupportedContent ul li a {
        display: inline-block;
        text-decoration: none;
        color: #343a40;
        font-size: 1rem;
        line-height: 1.4;
    }

    #navbarSupportedContent ul li.active a, 
    #navbarSupportedContent ul li a:hover {
        color: var(--secondary);
    }

    .sticky {
        padding-top: 140px;
    }

    .sticky .header-govco {
        display: none;
    }

    .sticky .navbar {
        position: fixed;
        top: 0;
        z-index: 100;
        left: 0;
        right: 0;
        height: 84px;
        -webkit-animation: fixed-move-down .5s;
        animation: fixed-move-down .5s;
        box-shadow: 0px 1px 2px 0px #1725421c;
        max-width: 1366px;
        margin: auto;
    }


    .sticky .navbar-brand {
        width: 200px;
        height: 100%;
    }

    .navbar-toggler {
        margin: auto;
    }

    @media only screen and (min-width: 992px) {

        .navbar {
            height: 100px;
        }

        .navbar-brand {
            position: relative;
        }

        .navbar-brand img {
            position: relative;
        }

        #navbarSupportedContent ul {
            -webkit-box-align: center;
            -ms-flex-align: center;
            -ms-grid-row-align: center;
            align-items: center;
            text-align: center;
        }

        #navbarSupportedContent ul li:after {
            content:"";
            display:block;
            width: 0;
            background-color: var(--secondary);
            height: 3px;
            -webkit-transition: all .2s;
            transition: all .2s;
            
        }
        
        #navbarSupportedContent ul li.active:after,
        #navbarSupportedContent ul li:hover:after {
            width: 100%;
        }

    }

    @media only screen and (max-width: 991.98px) {
        
        .navbar {
            padding: .5rem 1rem 1.5rem 1rem;
        }

        .sticky .navbar {
            padding: 0;
        }

        .navbar-brand {
            margin: auto;
        }

        .sticky .navbar-brand:before,
        .navbar-brand:before {
            width: 100%;
            height: 5px;
            top: auto;
            bottom: 0;
        }

        .navbar.bg-blue-light {
            background-color: #fff;
        }

        #navbarSupportedContent ul {
            background-color: #fff;
            padding: 0;
            flex-direction: column;
            text-align: center;
            padding: 1rem 0rem;
        }

        .sticky #navbarSupportedContent ul {
            background-color:#e3ecf9;
            box-shadow: 0px 4px 12px 0px #1725421c;
            
        }

        #navbarSupportedContent li {
            padding: 1rem 0;
            position: relative;
        }

        #navbarSupportedContent li:not(:first-child):before {
            content: "";    
            display: block;
            width: 30px;
            height: 1px;
            background-color: var(--primary);
            margin: auto;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
        }
    }

    .dataTables_wrapper {
        width: 100%;
        margin-bottom: 3rem;
        overflow-x: auto;
    }

    .dataTables_info,
    .dataTables_length {
        width: 50%;
        float: left;
    }

    .dataTables_info {
        color: #737373;
        margin-top: 1rem;
    }

    .dataTables_paginate,
    .dataTables_filter {
        width: 50%;
        float: left;
        text-align: end;
    }
    .dataTables_paginate {margin-top: 1rem;}

    .dataTables_wrapper [type=search] {
        border: solid 1px #a0a0a0;
        outline: none;
        border-radius: 5px;
    }

    #article_i__Micrositios_home_cronograma_1 {
        overflow-x: auto;
    }

    table {
        overflow-x: auto;
        width: 100%;
        background-color: #fff;
        box-shadow: 0 0 12px 1px #1725421c;
        border-collapse: separate;
        border-spacing: 10px;
    }

    thead th {
        padding: 15px 10px;
        background-color: var(--primary);
        color: #fff;
        font-size: 1.2rem;
        font-weight: 400;
        text-align: center;
        border: solid 1px var(--primary);
    }

    thead th p {
        margin: 0;
    }

    tbody td {
        padding: 10px;
        position: relative;
    }
    /* 
    tbody td:not(:last-child):after {
        content: "";
        display: block;
        width: 1px;
        height: 80%;
        background-color: #73737352;
        position: absolute;
        top: 10px;
        bottom: 10px;
        right: 0;
        margin: auto;
    } */

    tbody tr:nth-child(odd),
    tbody .odd {
    background-color: #E3ECF9;
    }

    .datepicker table {
        display: table;
        overflow-x: unset;
        width: auto;
        background-color:unset;
        box-shadow: unset;
        border-collapse: unset;
        border-spacing: unset;
        min-width: unset;
    }

    .paginate_button {
        margin: 0 5px;
        cursor: pointer;
    }

    .paginate_button.current {
        color: var(--secondary);
        font-weight: bold;
    }

    .paginate_button.previous,
    .paginate_button.next {
        color: transparent;
        display: inline-block;
        vertical-align: middle;
        width: 10px;
        height: 10px;
        overflow: hidden;
        border-top: 7px solid transparent;
        border-bottom: 7px solid transparent;
    }

    .paginate_button.previous {
        border-right: 14px solid var(--primary);
        margin-right: 8px;
    }

    .paginate_button.next {
        border-left: 14px solid var(--primary);
        margin-left: 8px;
    }

    .paginate_button.previous:hover {
        border-right: 14px solid var(--secondary);
    }

    .paginate_button.next:hover {
        border-left: 14px solid var(--secondary);
    }

    .breadcrumb {
        background-color: transparent;
        padding: 1rem 0;
        width: 100%;
    }

    .breadcrumb a {
        color: #8a8a8a;
        display: inline-block;
        white-space: nowrap;
        max-width: 350px;
        text-overflow: ellipsis;
        overflow: hidden;
        line-height: 1;
        -webkit-transform: translateY(2px);
        transform: translateY(2px);
    }

    .breadcrumb a:hover {
        color: var(--secondary);
    }

    .share {
        padding: 10px 0;
    }

    .share:before {
        content: "Compartir:";
        display: inline-block;
        margin-right: 15px;
    }

    .share img {
        width: 40px;
        height: auto;
        margin-right: 5px;
    }

    .share:after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        width: 250px;
        background-color: #f5f5f5;
        margin: auto;
        z-index: -1;
        border-radius: 3px;
        box-shadow: 0 0 2px #8a8a8a;

    }

    @media (min-width: 992px) {
        .sticky-recurso {
            position: -webkit-sticky;
            position: sticky;
            top: 100px;
            -ms-flex-item-align: baseline;
                align-self: baseline;
        }
    }

    .formulario {
        max-width: 800px;
        margin: auto;
    }

    .formulario > .ntg-titulo-caja {
        text-align: center;
    }

    .formulario a {
        text-decoration:underline;
        color: var(--secondary);
    }
    .formulario a:hover {
        color: #004884;
    }

    .formulario form {
        max-width: 900px;
        margin: auto;
        margin-bottom: 0;
        background-color: #f5f5f5;
        padding: 40px;
        box-shadow: 0 0 2px 1px #00000030;
    }

    .form_number input {
        display: block;
        width: 100% !important;
        height: calc(1.5em + .75rem + 2px);
        padding: .375rem .75rem;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        color: #495057;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #ced4da;
        border-radius: .25rem;
        transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    }

    .form_select {
        position: relative;
        padding-bottom: 1rem;
        clear: both;
    }

    select.form-control {
        -moz-appearance: none;
        -webkit-appearance: none;
        appearance: none;
        background-image: url("data:image/svg+xml,<svg viewBox='0 0 25 25' xmlns='http://www.w3.org/2000/svg'><rect width='24.32' height='24.32' rx='5.7' fill='%23104882'/><path d='M12.16,16a1,1,0,0,1-.71-.3L5.76,10a1,1,0,0,1,0-1.42,1,1,0,0,1,1.41,0l5,5,5-5A1,1,0,1,1,18.56,10l-5.7,5.69A1,1,0,0,1,12.16,16Z' fill='%23fff'/></svg>");
        background-repeat: no-repeat;
        background-position: 99%;
        background-size: 25px;
    }

    .form_select .mb-2,
    .form_select ul {
        margin-bottom: 0 !important;
    }

    .form_select ul {
        padding: 0;
    }

    .form_dateonly {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        margin: 2rem 0;
    }

    .form_dateonly  input {
        border: 1px solid #ced4da;
        border-radius: .25rem;
        margin-right: 12px;
        text-align: center;
        height: calc(1.5em + .75rem + 2px);
    }

    .form_dateonly  .form-control {
        margin-right: 12px;
    }

    .form_dateonly label {
        font-weight: 600;
        color: var(--primary);
        width: 100%;
    }

    .form_dateonly .form-control{
        width: auto;
        padding-right: 40px;
        background-position: 95%;
    }

    .form_message {
        clear: both;
    }

    input[type=checkbox] {
        margin-right: 5px;
    }

    .form_captcha > div > div{
        margin: auto;
        overflow: hidden;
    }

    #Obligatorioas_div_1041 {
        color: var(--secondary);
    }

    #Pregunta_12_div_982 ul li {
        word-break: break-all;
    }

    .ntg-formulario-texto-abajo + a{
        font-size: 80%
    }

    .form_dateonly label {
        font-weight: 600;
        color: var(--primary);
    }

    .form_text label,
    .form_textarea label,
    .form_attachments label,
    .form_number label,
    .form_select label {
            font-weight: 600;
        color: var(--primary);
        margin-top: 2rem;
    }

    .form_select ul {
        list-style:none;
        padding-left: 20px;
    }

    .form_select ul li {
        margin-right: 30px;
    }

    .form_select input[type="radio"] {
        margin-right: 5px;
    }

    .form_button {
        text-align: center;
    }

    .form_button input {
        width: auto !important;
    }

    #subtemas {
        background-color: #fff;
        box-shadow: 0 0 2px 1px #00000030;
    }

    .alert-warning {
        display: block;
        background-color: transparent;
        border-color: transparent;
        padding: 0;
        margin: 0;
        color: var(--danger);
        font-size: 0.875rem;
    }

    .alert-warning ~ select,
    .alert-warning + div input,
    .alert-warning + input,
    .alert-warning + div .icon {
        border-color: var(--danger);
    }
    .alert-warning ~ select {
        background-image: url("data:image/svg+xml,<svg viewBox='0 0 25 25' xmlns='http://www.w3.org/2000/svg'><rect width='24.32' height='24.32' rx='5.7' fill='%23dc3545'/><path d='M12.16,16a1,1,0,0,1-.71-.3L5.76,10a1,1,0,0,1,0-1.42,1,1,0,0,1,1.41,0l5,5,5-5A1,1,0,1,1,18.56,10l-5.7,5.69A1,1,0,0,1,12.16,16Z' fill='%23fff'/></svg>");
    }

    .formulario iframe {
        height: 250px;
    }

    .form_select.checkbox-col-2 {
        display: flex;
        flex-wrap: wrap;
    }
    .form_select.checkbox-col-2 > label {
        width: 100%;
    }
    .form_select.checkbox-col-2 > .mb-2 {
        flex: 0 0 50%;
        max-width: 50%;
        padding-bottom: .5rem;
    }
    .form_select.checkbox-col-2 > .mb-2 li {
        display: flex;
        align-items: baseline;
    }

    .form-inline-block ul li {
        display: inline-block;
    }

    @media only screen and (max-width: 767.98px) {
        .form_select.checkbox-col-2 > .mb-2 {
            flex: 0 0 100%;
            max-width: 100%;
        }

        .form_select ul li {
            word-break: break-all;
        }
    }

    div[id^=obligatorios_div] {
        color: var(--danger);
    }

    div[id^=Mensaje_Documentos_soporte_2_div] > span{
        font-weight: 600;
        color: var(--primary);
        font-size: 1.72rem;
        margin-top: 3rem;
        display: block;
        line-height: 1;
    }

    div[id^=Mensaje_Documentos_soporte_2_div] .ntg-formulario-texto-abajo {
        font-size: 1rem;
    }

    #WzTtDiV + form table {
        display: block;
        overflow-x: unset;
        width: 100%;
        background-color: transparent;
        box-shadow: none;
        border-collapse: unset;
        border-spacing: unset;
        min-width: unset;
    }

    #WzTtDiV + form p {
        font-family: "Work Sans",sans-serif;
    }

    #WzTtDiV + form tbody tr:nth-child(odd), tbody .odd {
        background-color: transparent;
    }

    #WzTtDiV + form p b:first-child:after {
        content: " o Seleccionar archivo";
    }

        .icon-group {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        }
        
        .icon-group .icon {
            width: 38px;
            height: 38px;
            background-color: #fff;
            border: 1px solid #ced4da;
            border-radius: 5px 0px 0 5px;
            margin-right: -1px;
            background-repeat: no-repeat;
            background-position: center;
        }
        
        .icon-group .icon + input {
            width: 100%;
            border-radius: 0 5px 5px 0;
        }
        
        .usuario .icon {
            background-image: url(https://css.mintic.gov.co/mt/micrositios/img/icon-user.png);
        }
        
        .numero .icon {
            background-image: url(https://css.mintic.gov.co/mt/micrositios/img/icon-number.png);
        }
        
        .direccion .icon {
            background-image: url(https://css.mintic.gov.co/mt/micrositios/img/icon-map-marker.png);
        }
        
        .movil .icon {
            background-image: url(https://css.mintic.gov.co/mt/micrositios/img/icon-mobile.png);
        }
        
        .telefono .icon {
            background-image: url(https://css.mintic.gov.co/mt/micrositios/img/icon-phone.png);
        }
        
        .email .icon {
            background-image: url(https://css.mintic.gov.co/mt/micrositios/img/icon-email.png);
        }

        .radio .icon {
            background-image: url(https://css.mintic.gov.co/mt/micrositios/img/icon-micro.png);
        }

        .empresa .icon {
            background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='%236c6c6b' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M0 12.5A1.5 1.5 0 0 0 1.5 14h13a1.5 1.5 0 0 0 1.5-1.5V6.85L8.129 8.947a.5.5 0 0 1-.258 0L0 6.85v5.65z'/><path fill-rule='evenodd' d='M0 4.5A1.5 1.5 0 0 1 1.5 3h13A1.5 1.5 0 0 1 16 4.5v1.384l-7.614 2.03a1.5 1.5 0 0 1-.772 0L0 5.884V4.5zm5-2A1.5 1.5 0 0 1 6.5 1h3A1.5 1.5 0 0 1 11 2.5V3h-1v-.5a.5.5 0 0 0-.5-.5h-3a.5.5 0 0 0-.5.5V3H5v-.5z'/></svg>");
            background-size: 18px;
        }

        .web .icon {
            background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='%236c6c6b' xmlns='http://www.w3.org/2000/svg'><path d='M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8zm7.5-6.923c-.67.204-1.335.82-1.887 1.855-.143.268-.276.56-.395.872.705.157 1.472.257 2.282.287V1.077zM4.249 3.539c.142-.384.304-.744.481-1.078a6.7 6.7 0 0 1 .597-.933A7.01 7.01 0 0 0 3.051 3.05c.362.184.763.349 1.198.49zM3.509 7.5c.036-1.07.188-2.087.436-3.008a9.124 9.124 0 0 1-1.565-.667A6.964 6.964 0 0 0 1.018 7.5h2.49zm1.4-2.741a12.344 12.344 0 0 0-.4 2.741H7.5V5.091c-.91-.03-1.783-.145-2.591-.332zM8.5 5.09V7.5h2.99a12.342 12.342 0 0 0-.399-2.741c-.808.187-1.681.301-2.591.332zM4.51 8.5c.035.987.176 1.914.399 2.741A13.612 13.612 0 0 1 7.5 10.91V8.5H4.51zm3.99 0v2.409c.91.03 1.783.145 2.591.332.223-.827.364-1.754.4-2.741H8.5zm-3.282 3.696c.12.312.252.604.395.872.552 1.035 1.218 1.65 1.887 1.855V11.91c-.81.03-1.577.13-2.282.287zm.11 2.276a6.696 6.696 0 0 1-.598-.933 8.853 8.853 0 0 1-.481-1.079 8.38 8.38 0 0 0-1.198.49 7.01 7.01 0 0 0 2.276 1.522zm-1.383-2.964A13.36 13.36 0 0 1 3.508 8.5h-2.49a6.963 6.963 0 0 0 1.362 3.675c.47-.258.995-.482 1.565-.667zm6.728 2.964a7.009 7.009 0 0 0 2.275-1.521 8.376 8.376 0 0 0-1.197-.49 8.853 8.853 0 0 1-.481 1.078 6.688 6.688 0 0 1-.597.933zM8.5 11.909v3.014c.67-.204 1.335-.82 1.887-1.855.143-.268.276-.56.395-.872A12.63 12.63 0 0 0 8.5 11.91zm3.555-.401c.57.185 1.095.409 1.565.667A6.963 6.963 0 0 0 14.982 8.5h-2.49a13.36 13.36 0 0 1-.437 3.008zM14.982 7.5a6.963 6.963 0 0 0-1.362-3.675c-.47.258-.995.482-1.565.667.248.92.4 1.938.437 3.008h2.49zM11.27 2.461c.177.334.339.694.482 1.078a8.368 8.368 0 0 0 1.196-.49 7.01 7.01 0 0 0-2.275-1.52c.218.283.418.597.597.932zm-.488 1.343a7.765 7.765 0 0 0-.395-.872C9.835 1.897 9.17 1.282 8.5 1.077V4.09c.81-.03 1.577-.13 2.282-.287z'/></svg>");
            background-size: 18px;
        }

        .reloj .icon {
            background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='%236c6c6b' xmlns='http://www.w3.org/2000/svg'><path d='M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM8 3.5a.5.5 0 0 0-1 0V9a.5.5 0 0 0 .252.434l3.5 2a.5.5 0 0 0 .496-.868L8 8.71V3.5z'/></svg>");
            background-size: 18px;
        }

        .libro .icon {
            background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='%236c6c6b' xmlns='http://www.w3.org/2000/svg'><path d='M8.5 2.687c.654-.689 1.782-.886 3.112-.752 1.234.124 2.503.523 3.388.893v9.923c-.918-.35-2.107-.692-3.287-.81-1.094-.111-2.278-.039-3.213.492V2.687zM8 1.783C7.015.936 5.587.81 4.287.94c-1.514.153-3.042.672-3.994 1.105A.5.5 0 0 0 0 2.5v11a.5.5 0 0 0 .707.455c.882-.4 2.303-.881 3.68-1.02 1.409-.142 2.59.087 3.223.877a.5.5 0 0 0 .78 0c.633-.79 1.814-1.019 3.222-.877 1.378.139 2.8.62 3.681 1.02A.5.5 0 0 0 16 13.5v-11a.5.5 0 0 0-.293-.455c-.952-.433-2.48-.952-3.994-1.105C10.413.809 8.985.936 8 1.783z'/></svg>");
            background-size: 18px;
        }
        

    @media only screen and (max-width: 991.98px) {
        .form_select,
        .form_number,
        .form_text {
            width: 100%;
        }

        .formulario form {
            padding: 15px;
        }

        .form_select ul {
            padding-left: 0;
        }

        .form_select {
            min-height: unset;
        }
    }

    div[id^="Aviso_privacidad_div"] {
        margin-top: 3rem;
    }

    div[id^="Aviso_privacidad_div"] span {
        font-weight: 700;
    }

    .accordion .page-header {
        margin-bottom: 1.5rem;
    }

    .accordion > .ui-accordion-header {
        padding: 1rem 2.5rem 1rem 1rem;
        display: inline-block;
        box-sizing: border-box;
        background: #fff;
        width: 100%;
        font-size: 16px;
        font-weight: 500;
        position: relative;
        border-bottom: 2px solid rgba(157,190,255,.3);
        cursor: pointer;
        margin: 0;
    }

    .accordion > .ui-accordion-header-active {
        background-color: var(--blue);
        color: #fff;
    }

    .accordion > .ui-accordion-header:before {
        content: "+";
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 2rem;
        width: 20px;
        height: auto;
        position: absolute;
        right: 10px;
        top: 0;
        bottom: 0;
        margin: auto;
        line-height: 1;
    }

    .accordion > .ui-accordion-header-active:before {
        content: "";
        width: 14px;
        height: 3px;
        background-color: #fff;
        right: 13px;
    }

    .accordion > .ui-accordion-content {
        padding: 20px;
        clear: both;
        margin-bottom: 20px;
        background: #e5eefb;
    }

    .accordion > .ui-accordion-content h4 {
        font-size: 1rem;
        margin-top: 1.5rem;
    }

    .accordion > .ui-accordion-content .figure {
        text-align: center;
    }

    .card-01 .recuadro * {
        position: relative;
    }

    .card-01 .recuadro {
        padding-top: 0;
        margin-bottom: 2rem;
    }

    .card-01 .recuadro > div,
    .card-01 .recuadro > .fecha {
        padding: 0 15px;
    }

    .card-01{
        display: block;
        background-color: #fff;
        padding-bottom: 1rem;
        box-shadow: 0 1px 2px 1px #1f2a402b;
    } 

    .card-01 img,
    .card-02 img {
        width: 100%;
        height: auto;
    }

    .card-01 .fecha,
    .card-02 .fecha {
        margin-left: 15px;
        margin-right: 15px;
    }

    .card-01 .titulo,
    .card-02 .titulo {
        font-size: 1.2rem;
        font-weight: bold;
        margin-top: 1rem;
        padding: 0px 15px;
    }

    .card-01 .titulo a,
    .card-02 .titulo a {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        -webkit-line-clamp: 4;
        line-height: 1.2;
    }

    .modal-dialog {
        max-width: 800px;
    }
    .video-facebook iframe {
        height: 52vw !important;
        max-height: 450px;
    }

    .card-icon-cc .row {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    }

    .card-icon-cc .card-icon {
        background-color: #fff;
        box-shadow: 0px 4px 18px -7px rgba(0, 0, 0, 0.27);
        border-radius: 3px;
        padding: 40px 15px 15px 15px;
        margin-top: 40px;
        position: relative;
        text-align: center;
    }

    .card-icon > a {
        position: absolute;
        display: block;
        top: -30px;
        width: 60px;
        height: 60px;
        left: 0;
        right: 0;
        margin: auto;
        background-color: var(--primary);
        border-radius: 50%;
        padding: 10px;
    }

    .card-icon .titulo {
        font-size: 1.44rem;
        font-weight: bold;
    }

    .recuadro-documentos .figure a{
        display: none;
    }

    .btn-info {
        background-color: var(--primary);
        border-color: var(--primary);
    }
    .btn-info:hover {
        background-color: var(--secondary);
        border-color: var(--secondary);
    }
    button.btn-info {
        display: block;
        margin:auto;
    }
    #cerrarInfo,
    #ampliarInfo {
        align-self: flex-start;
    }

    .div-btn-primary a {
        display: inline-block;
        font-weight: 400;
        text-align: center;
        vertical-align: middle;
        user-select: none;
        border: 1px solid transparent;
        padding: .375rem .75rem;
        font-size: 1rem;
        line-height: 1.5;
        border-radius: .25rem;
        color: #fff;
        background-color: var(--primary);
        border-color: var(--primary);
        transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    }
    .div-btn-primary a:hover {
        background-color: var(--secondary);
        border-color: var(--secondary);
        text-decoration: none;
    }
    /*************** FIN COMPONENTES ***************/

    /************************************************************************************
    FIN TRANSVERSALES
    *************************************************************************************/



    /************************************************************************************
    HOME
    *************************************************************************************/

    .img-header {
        position: relative;
    }

    .img-header img {
        width: 100%;
    }

    .img-header .titulo{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background-color: var(--primary);
        color: #fff;
        position: absolute;
        top: 50%;
        right: 0;
        margin: auto;
        max-width: 50%;
        font-weight: 600;
        padding: 15px 30px;
        transform: translateY(-50%);
    }

    @media only screen and (max-width: 767.98px) {
        .img-header .titulo {
            position: relative;
            display: block;
            height: auto;
            padding: 15px;
            text-align: center;
            max-width: 100%;
            max-height: unset;
            transform: unset;
            font-size: 2rem;
        }
    }

    .docs_cc .figure a {
        display: block;
    }


    /************************************************************************************
    FIN HOME
    *************************************************************************************/



    /************************************************************************************
    PORTADILLAS / EIDOX
    *************************************************************************************/

    .articulo {
        max-width: 820px;
        margin: auto;
        padding-bottom: 2rem;
    }

    /************************************************************************************
    PORTADILLAS / EIDOX FIN
    *************************************************************************************/



    /************************************************************************************
    FOOTER
    *************************************************************************************/
    .footer {
        text-align: center;
        margin: auto;
        color: #fff;
        padding: 30px 0;
    }

    .footer p {
        margin: 0;
    }

    .footer a:hover {
        color: var(--secondary);
    }

    footer a {
        text-decoration: underline;
    }

    footer .bg-secondary {
        border-top: 100px solid white;
        margin-top: 3rem;
    }

    footer .card {
        margin-top: -100px;
    }

    footer .card p {
        margin-bottom: .5rem;
    }

    .icon-yt:before,
    .icon-fb:before,
    .icon-ig:before,
    .icon-tw:before,
    .icon-tg:before {
        display: inline-block;
        content: "";
        background-repeat: no-repeat;
        width: 30px;
        height: 30px;
        background-color: var(--blue);
        border-radius: 50%;
        background-position: center;
        background-size: 1rem;
        vertical-align: middle;
        margin-right: 5px;
    }
    .icon-fb:before {
        background-image: url("data:image/svg+xml,<svg viewBox='0 0 20 20' fill='%23fff' xmlns='http://www.w3.org/2000/svg'><path d='M11.344,5.71c0-0.73,0.074-1.122,1.199-1.122h1.502V1.871h-2.404c-2.886,0-3.903,1.36-3.903,3.646v1.765h-1.8V10h1.8v8.128h3.601V10h2.403l0.32-2.718h-2.724L11.344,5.71z'/></svg>");
    }
    .icon-yt:before {
        background-image: url("data:image/svg+xml,<svg viewBox='0 0 25 25' fill='%23fff' xmlns='http://www.w3.org/2000/svg'><path d='M23.495 6.205a3.007 3.007 0 0 0-2.088-2.088c-1.87-.501-9.396-.501-9.396-.501s-7.507-.01-9.396.501A3.007 3.007 0 0 0 .527 6.205a31.247 31.247 0 0 0-.522 5.805 31.247 31.247 0 0 0 .522 5.783 3.007 3.007 0 0 0 2.088 2.088c1.868.502 9.396.502 9.396.502s7.506 0 9.396-.502a3.007 3.007 0 0 0 2.088-2.088 31.247 31.247 0 0 0 .5-5.783 31.247 31.247 0 0 0-.5-5.805zM9.609 15.601V8.408l6.264 3.602z'/></svg>");
    }
    .icon-ig:before {
        background-image: url("data:image/svg+xml,<svg viewBox='0 0 25 25' fill='%23fff' xmlns='http://www.w3.org/2000/svg'><path d='M12 0C8.74 0 8.333.015 7.053.072 5.775.132 4.905.333 4.14.63c-.789.306-1.459.717-2.126 1.384S.935 3.35.63 4.14C.333 4.905.131 5.775.072 7.053.012 8.333 0 8.74 0 12s.015 3.667.072 4.947c.06 1.277.261 2.148.558 2.913.306.788.717 1.459 1.384 2.126.667.666 1.336 1.079 2.126 1.384.766.296 1.636.499 2.913.558C8.333 23.988 8.74 24 12 24s3.667-.015 4.947-.072c1.277-.06 2.148-.262 2.913-.558.788-.306 1.459-.718 2.126-1.384.666-.667 1.079-1.335 1.384-2.126.296-.765.499-1.636.558-2.913.06-1.28.072-1.687.072-4.947s-.015-3.667-.072-4.947c-.06-1.277-.262-2.149-.558-2.913-.306-.789-.718-1.459-1.384-2.126C21.319 1.347 20.651.935 19.86.63c-.765-.297-1.636-.499-2.913-.558C15.667.012 15.26 0 12 0zm0 2.16c3.203 0 3.585.016 4.85.071 1.17.055 1.805.249 2.227.415.562.217.96.477 1.382.896.419.42.679.819.896 1.381.164.422.36 1.057.413 2.227.057 1.266.07 1.646.07 4.85s-.015 3.585-.074 4.85c-.061 1.17-.256 1.805-.421 2.227-.224.562-.479.96-.899 1.382-.419.419-.824.679-1.38.896-.42.164-1.065.36-2.235.413-1.274.057-1.649.07-4.859.07-3.211 0-3.586-.015-4.859-.074-1.171-.061-1.816-.256-2.236-.421-.569-.224-.96-.479-1.379-.899-.421-.419-.69-.824-.9-1.38-.165-.42-.359-1.065-.42-2.235-.045-1.26-.061-1.649-.061-4.844 0-3.196.016-3.586.061-4.861.061-1.17.255-1.814.42-2.234.21-.57.479-.96.9-1.381.419-.419.81-.689 1.379-.898.42-.166 1.051-.361 2.221-.421 1.275-.045 1.65-.06 4.859-.06l.045.03zm0 3.678c-3.405 0-6.162 2.76-6.162 6.162 0 3.405 2.76 6.162 6.162 6.162 3.405 0 6.162-2.76 6.162-6.162 0-3.405-2.76-6.162-6.162-6.162zM12 16c-2.21 0-4-1.79-4-4s1.79-4 4-4 4 1.79 4 4-1.79 4-4 4zm7.846-10.405c0 .795-.646 1.44-1.44 1.44-.795 0-1.44-.646-1.44-1.44 0-.794.646-1.439 1.44-1.439.793-.001 1.44.645 1.44 1.439z'/></svg>");
    }
    .icon-tw:before {
        background-image: url("data:image/svg+xml,<svg viewBox='0 0 25 25' fill='%23fff' xmlns='http://www.w3.org/2000/svg'><path d='M23.954 4.569c-.885.389-1.83.654-2.825.775 1.014-.611 1.794-1.574 2.163-2.723-.951.555-2.005.959-3.127 1.184-.896-.959-2.173-1.559-3.591-1.559-2.717 0-4.92 2.203-4.92 4.917 0 .39.045.765.127 1.124C7.691 8.094 4.066 6.13 1.64 3.161c-.427.722-.666 1.561-.666 2.475 0 1.71.87 3.213 2.188 4.096-.807-.026-1.566-.248-2.228-.616v.061c0 2.385 1.693 4.374 3.946 4.827-.413.111-.849.171-1.296.171-.314 0-.615-.03-.916-.086.631 1.953 2.445 3.377 4.604 3.417-1.68 1.319-3.809 2.105-6.102 2.105-.39 0-.779-.023-1.17-.067 2.189 1.394 4.768 2.209 7.557 2.209 9.054 0 13.999-7.496 13.999-13.986 0-.209 0-.42-.015-.63.961-.689 1.8-1.56 2.46-2.548l-.047-.02z'/></svg>");
    }
    .icon-tg:before {
        background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='25' height='25' fill='%23fff' class='bi bi-telegram' viewBox='0 0 16 16'><path d='M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM8.287 5.906c-.778.324-2.334.994-4.666 2.01-.378.15-.577.298-.595.442-.03.243.275.339.69.47l.175.055c.408.133.958.288 1.243.294.26.006.549-.1.868-.32 2.179-1.471 3.304-2.214 3.374-2.23.05-.012.12-.026.166.016.047.041.042.12.037.141-.03.129-1.227 1.241-1.846 1.817-.193.18-.33.307-.358.336a8.154 8.154 0 0 1-.188.186c-.38.366-.664.64.015 1.088.327.216.589.393.85.571.284.194.568.387.936.629.093.06.183.125.27.187.331.236.63.448.997.414.214-.02.435-.22.547-.82.265-1.417.786-4.486.906-5.751a1.426 1.426 0 0 0-.013-.315.337.337 0 0 0-.114-.217.526.526 0 0 0-.31-.093c-.3.005-.763.166-2.984 1.09z'/></svg>");
    }
    @media only screen and (max-width: 991.98px) {
        footer  .list-group-horizontal {
            flex-direction: column;
        }
        footer  .list-group-horizontal .pl-0 {
            padding-left: 1.25rem !important;
        }
    }

    /************************************************************************************
    FIN FOOTER
    *************************************************************************************/



    /************************************************************************************
    ANIMACIONES
    *************************************************************************************/
    @-webkit-keyframes fixed-move-down { 
        0% {top: -80px;}
        100% {top: 0;}
    } 

    @keyframes fixed-move-down { 
        0% {top: -80px;}
        100% {top: 0;}
    }
    /************************************************************************************
    FIN ANIMACIONES
    *************************************************************************************/

    .icon-mic label:before,
    .icon-empresa label:before,
    .icon-usuario label:before,
    .icon-numero label:before,
    .icon-direccion label:before,
    .icon-movil label:before,
    .icon-telefono label:before,
    .icon-email label:before,
    .icon-reloj label:before {
        content: "";
        width: 25px;
        height: 25px;
        display: inline-block;
        background-repeat: no-repeat;
        background-position: center;
        vertical-align: bottom;
        margin-right: 5px;
    }

    .icon-mic label:before {
        background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='%236c6c6b' xmlns='http://www.w3.org/2000/svg'><path d='M5 3a3 3 0 0 1 6 0v5a3 3 0 0 1-6 0V3z'/><path fill-rule='evenodd' d='M3.5 6.5A.5.5 0 0 1 4 7v1a4 4 0 0 0 8 0V7a.5.5 0 0 1 1 0v1a5 5 0 0 1-4.5 4.975V15h3a.5.5 0 0 1 0 1h-7a.5.5 0 0 1 0-1h3v-2.025A5 5 0 0 1 3 8V7a.5.5 0 0 1 .5-.5z'/></svg>");
        background-size: 18px;
    }

    .icon-empresa label:before {
        background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='%236c6c6b' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M0 12.5A1.5 1.5 0 0 0 1.5 14h13a1.5 1.5 0 0 0 1.5-1.5V6.85L8.129 8.947a.5.5 0 0 1-.258 0L0 6.85v5.65z'/><path fill-rule='evenodd' d='M0 4.5A1.5 1.5 0 0 1 1.5 3h13A1.5 1.5 0 0 1 16 4.5v1.384l-7.614 2.03a1.5 1.5 0 0 1-.772 0L0 5.884V4.5zm5-2A1.5 1.5 0 0 1 6.5 1h3A1.5 1.5 0 0 1 11 2.5V3h-1v-.5a.5.5 0 0 0-.5-.5h-3a.5.5 0 0 0-.5.5V3H5v-.5z'/></svg>");
        background-size: 18px;
    }

    .icon-usuario label:before {
        background-image: url(https://css.mintic.gov.co/mt/micrositios/img/icon-user.png);
    }

    .icon-numero label:before {
        background-image: url(https://css.mintic.gov.co/mt/micrositios/img/icon-number.png);
    }

    .icon-direccion label:before {
        background-image: url(https://css.mintic.gov.co/mt/micrositios/img/icon-map-marker.png);
    }

    .icon-movil label:before{
        background-image: url(https://css.mintic.gov.co/mt/micrositios/img/icon-mobile.png);
    }

    .icon-telefono label:before {
        background-image: url(https://css.mintic.gov.co/mt/micrositios/img/icon-phone.png);
    }

    .icon-email label:before {
        background-image: url(https://css.mintic.gov.co/mt/micrositios/img/icon-email.png);
    }

    .icon-reloj label:before {
        background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='%236c6c6b' xmlns='http://www.w3.org/2000/svg'><path d='M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM8 3.5a.5.5 0 0 0-1 0V9a.5.5 0 0 0 .252.434l3.5 2a.5.5 0 0 0 .496-.868L8 8.71V3.5z'/></svg>");
        background-size: 18px;
    }

    #volver-arriba {
        position: fixed;
        bottom: 70px;
        right: 0;
        margin: 10px 20px;
    }
    #volver-arriba img {
        width: 40px;
        -webkit-transition: -webkit-transform .3s;
        transition: -webkit-transform .3s;
        transition: transform .3s;
        transition: transform .3s, -webkit-transform .3s;
    }

    #volver-arriba:hover img {
        -webkit-transform: scale(1.2);
                transform: scale(1.2);
    }

    .select2-container {
        width: 100% !important;
    }