@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 
/************************************************************************************/

:root {  /*new colores govco*/
    --govcolor-black: #000000;
    --govcolor-tundora: #4B4B4B;
    --govcolor-dimgray: #737373;    
    --govcolor-concrete: #F2F2F2;
    --govcolor-white: #FFFFFF;
    --govcolor-marine: #3666CC;
    --govcolor-bluedark: #004884;
    --govcolor-bluelight: #E6EFFD;
    --govcolor-silver: #BABABA;
    --govcolor-hawkesblue: #F6F8F9;
    --govcolor-radicalred: #F42F63;
    --govcolor-shiraz: #A80521;
    --govcolor-orange: #F3561F;
    --govcolor-gold: #FFAB00;
    --govcolor-elfgreen: #068460;
    --govcolor-bluedemin: #4573D0;
    --govcolor-blueocean: #5881D5;
    --govcolor-dodgerblue: #3772FF;
    --govcolor-bluemarlin: #4A7EFF;
    --govcolor-bluelake: #5B8BFF;
    --govcolor-blue-capri: #81ABFF;
    --govcolor-bluequilt: #9DBEFF;
    --govcolor-green: #069169;
    --govcolor-yellow: #FAD118;
    --govcolor-orangev2: #FF6C00;
    --govcolor-redflag: #D31F3F;
    --govtypo-fontfamily-title: "Montserrat";
    --govtypo-fontfamily-text: "Work Sans";
    --govtypo-text-regular: 400;
    --govtypo-text-medium: 500;
    --govtypo-text-bold: 700;
    --govtypo-text-semibold: 600;
    --govtypo-title-medium:: 500;
    --govtypo-title-semibold: 600;
    --govtypo-h1: 2.5rem;
    --govtypo-h2: 2rem;
    --govtypo-h3: 1.5rem;
    --govtypo-h4: 1.25rem;
    --govtypo-h5: 1.125rem;
    --govtypo-h6: 1rem;
    --govtypo-h1-lh: 1.2;
    --govtypo-h2-lh: 1.25;
    --govtypo-h3-lh: 1.33;
    --govtypo-h4-lh: 1.5;
    --govtypo-h5-lh: 1.33;
    --govtypo-h6-lh: 1.38;
    --govtypo-description: 1.125rem;
    --govtypo-body-text1: 1rem;
    --govtypo-body-text2: 0.875rem;
    --govtypo-description-lh: 1.33;
    --govtypo-body-text1-lh: 1.38;
    --govtypo-body-text2-lh: 1.43;
    --govlabel-red: #EECDD2;
    --govlabel-default: var(--govcolor-concrete);
    --govlabel-yellow: #FFEECC;
    --govlabel-green: #CDE6DF;
    --govlabel-red-text: #B30937;
    --govlabel-default-text: var(--govcolor-black): ;
    --govlabel-yellow-text: #8B5D13;
    --govlabel-green-text: #0D684B;
    --bs-primary-rgb: 54,102, 204;
    --primary: #002552;
    --secondary: #2dc8ea;
}


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

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

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

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


/*************** 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(--primary);
    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;
}

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

.navbar {
    padding: 8px 16px 0 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 {
    justify-content: center;
}

#navbarSupportedContent ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    justify-content: center;
}

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


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

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

.logo-mintic-sticky,
.logo-micrositio-sticky {
    display: none;
}

.sticky {
    padding-bottom: 34px;
}

.sticky .navbar {
    position: fixed;
    top: 0;
    z-index: 100;
    left: 0;
    right: 0;
    height: auto;
    -webkit-animation: fixed-move-down .5s;
    animation: fixed-move-down .5s;
    box-shadow: 0px 1px 2px 0px #1725421c;
    background-color: var(--primary);
    padding-top: 0 !important;
}

.sticky #navbarSupportedContent .navbar-nav .recuadro {
    padding-top: .5rem;
    padding-bottom: .5rem;
}

.sticky .logos-header {
    height: 60px;
}

.navbar-toggler {
    margin: 10px auto;
}

.sticky .logo-mintic-sticky,
.sticky .logo-micrositio-sticky  {
    display: block;
}

.sticky #navbarSupportedContent {
    justify-content: space-between;
}

@media only screen and (min-width: 992px) {
    .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;
        margin-top: 10px;
        
    }
    
    #navbarSupportedContent ul li.active:after,
    #navbarSupportedContent ul li:hover:after {
        width: 100%;
    }

}

@media only screen and (max-width: 991.98px) {


    .logo-mintic img {
        width: 40px;
    }

    .logo-micrositio img {
        width: 100px;
    }

    .sticky .logo-mintic-sticky,
    .sticky .logo-micrositio-sticky {
        display: none;
    }
    .navbar {
        padding: 0;
    }

    .sticky {
        padding-top: 0;
    }

    .sticky .navbar {
        padding: 0;
        height: auto;
        border-bottom: solid 2px var(--secondary);
    }

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

    .sticky #navbarSupportedContent ul {
        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;
    }

    .navbar-toggler {
        position: absolute;
        right: 15px;
        top: -85px;
    }

    .sticky .navbar-toggler {
        position: static;
    }
}

.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: 0;
}

table a {
    text-decoration: underline;
}

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

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;
}

.bajardoc img {
    margin-right: .6rem;
}

.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;
}

.ui-accordion-header {
    background-color: #e3ecf9;
    position: relative;
    cursor: pointer;
    padding: 10px 30px 10px 20px;
    border-left: solid 3px;
    margin-bottom: 1rem;
    font-size: 1.2rem;
}

.ui-accordion-header:hover {
    color: var(--secondary);
} 

.ui-accordion-header:after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    border-bottom: solid 3px var(--primary);
    border-left: solid 3px var(--primary);
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
}

.ui-accordion-header-active:after {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
}

.ui-accordion-content {
    background-color: rgb(242, 242, 242);
    padding: 10px 20px 10px 40px;
    margin-top: -1rem;
    margin-bottom: 1rem;
}

.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;
}

.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_header {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    max-width: 50%;
}

.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;
    font-weight: 600;
    padding: 5px 30px;
    margin: 0;
}

.img-header .descripcion {
    padding: 5px 30px;
    background-color: #e3ecf9;
    font-weight: bold;
    color: var(--primary);
}

@media only screen and (max-width: 767.98px) {
    .img-header .titulo_header{
        position: relative;
        display: block;
        height: auto;
        padding: 0;
        text-align: center;
        max-width: 100%;
        top: unset;
        right: unset;
        transform: none;
    }
}

.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-primary {
    border-top: 100px solid white;
    margin-top: 3rem;
    background-color: var(--primary) !important;
}

footer .bg-info {
    background-color: #3366CC !important;
}

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

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


@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;
    }
}

.govco-border-footer { /*borrar*/
    border: 2px solid #e5eefb;
    border-radius: 10px;
    opacity: 1;
  }
  
  .govco-footer-card { /*new */
    border: 2px solid #e5eefb;
    border-radius: 10px;
    opacity: 1;
  }
  
  .redes_footer a { 
  font-weight: var(--govtypo-text-medium);
  }
  
  
  .govco-instagram-square:before {
    content: "\ed5c";
   }
  
  .govco-facebook-square:before {
    content: "\ed0e";
  
  }
  
  .govco-youtube-square:before {
    content: "\ee52";
  }
  
  .govco-whatsapp-square:before {    
    content: "\ee38";
  }
  
  
  .govco-instagram-square:before,
  .govco-twitter-square:before,
  .govco-facebook-square:before,
  .govco-youtube-square:before,
  .govco-whatsapp-square:before, 
  .govco-threads-square:before,
  .govco-tiktok-square:before,
  .govco-telegram-square:before,
  .govco-x-square:before  {
      display: inline-block;
      width: 1.2558rem;
      height: 1.2558rem;
      border-radius: 2px;
      background-color: var(--govcolor-marine);
      vertical-align: text-bottom;
      color: white;
      font-size: 1rem;
      padding-top: 2px;
  }
  
  .govco-threads-square:before,
  .govco-tiktok-square:before,
  .govco-telegram-square:before,
  .govco-x-square:before  {
      
      content: "";
      background-repeat: no-repeat;
      background-position: center;
      background-size: 65%;
      
  }
  
  .govco-threads-square:before {
      background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='337.25' height='392' fill='%23ffffff' viewBox='0 0 337.25 392'> <path d='m262.43,181.68c-1.69-.81-3.4-1.59-5.14-2.33-3.03-55.75-33.49-87.67-84.64-88-.23,0-.46,0-.69,0-30.6,0-56.04,13.06-71.7,36.82l28.13,19.3c11.7-17.75,30.06-21.54,43.58-21.54.16,0,.31,0,.47,0,16.84.11,29.55,5,37.78,14.55,5.99,6.95,9.99,16.56,11.97,28.69-14.93-2.54-31.08-3.32-48.35-2.33-48.63,2.8-79.9,31.17-77.8,70.58,1.07,19.99,11.03,37.19,28.04,48.43,14.39,9.5,32.92,14.14,52.18,13.09,25.43-1.39,45.39-11.1,59.31-28.84,10.57-13.48,17.26-30.94,20.21-52.94,12.12,7.32,21.1,16.94,26.07,28.51,8.44,19.67,8.93,52-17.45,78.35-23.11,23.09-50.89,33.08-92.87,33.38-46.57-.35-81.79-15.28-104.69-44.39-21.44-27.26-32.52-66.63-32.94-117.02.41-50.39,11.5-89.76,32.94-117.02,22.9-29.11,58.12-44.04,104.69-44.39,46.91.35,82.74,15.36,106.52,44.61,11.66,14.34,20.45,32.38,26.24,53.41l32.97-8.8c-7.02-25.89-18.07-48.2-33.11-66.7C273.66,19.61,229.08.4,171.64,0h-.23C114.09.4,70.01,19.69,40.4,57.33,14.05,90.83.46,137.44,0,195.86v.14s0,.14,0,.14c.46,58.43,14.05,105.04,40.4,138.53,29.61,37.64,73.69,56.93,131.01,57.33h.23c50.96-.35,86.88-13.7,116.47-43.26,38.72-38.68,37.55-87.16,24.79-116.93-9.15-21.34-26.61-38.68-50.48-50.13Zm-87.99,82.73c-21.31,1.2-43.46-8.37-44.55-28.86-.81-15.19,10.81-32.15,45.86-34.17,4.01-.23,7.95-.34,11.82-.34,12.73,0,24.64,1.24,35.47,3.6-4.04,50.43-27.73,58.62-48.59,59.77Z'/></svg>");
  }
  
  .govco-tiktok-square:before {
      background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='447.87' height='511.87' fill='%23ffffff' viewBox='0 0 447.87 511.87'><path d='m447.87,209.91c-44.03.11-86.97-13.62-122.77-39.25v178.72c-.03,89.77-72.84,162.52-162.61,162.49C72.72,511.84-.03,439.03,0,349.26c.03-89.77,72.84-162.52,162.61-162.49,7.45,0,14.88.52,22.26,1.54v89.89c-39.31-12.37-81.21,9.48-93.57,48.79s9.48,81.21,48.79,93.57,81.21-9.48,93.57-48.79c2.28-7.25,3.44-14.8,3.44-22.39V0h88c-.06,7.43.56,14.85,1.86,22.17h0c6.18,33.01,25.68,62.03,53.91,80.22,19.87,13.14,43.17,20.15,67,20.14v87.38Z'/></svg>");
  }
  
  .govco-telegram-square:before {
      background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='447.96' height='375.68' fill='%23ffffff' viewBox='0 0 447.96 375.68'><path d='m446.68,34.2l-67.6,318.8c-5.1,22.5-18.4,28.1-37.3,17.5l-103-75.9-49.7,47.8c-5.5,5.5-10.1,10.1-20.7,10.1l7.4-104.9,190.9-172.5c8.3-7.4-1.8-11.5-12.9-4.1L117.78,219.6l-101.6-31.8c-22.1-6.9-22.5-22.1,4.6-32.7L418.18,2c18.4-6.9,34.5,4.1,28.5,32.2Z'/></svg>");
  }
  
  .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-instagram-square:before,
  a:visited > .govco-twitter-square:before,
  a:visited > .govco-facebook-square:before,
  a:visited > .govco-youtube-square:before,
  a:visited > .govco-whatsapp-square:before, 
  a:visited > .govco-threads-square:before,
  a:visited > .govco-tiktok-square:before,
  a:visited > .govco-telegram-square:before,
  a:visited > .govco-x-square:before
   {
      background-color: var(--govcolor-tundora);
  }
  
  a:hover > .govco-instagram-square:before,
  a:hover > .govco-twitter-square:before,
  a:hover > .govco-facebook-square:before,
  a:hover > .govco-youtube-square:before,
  a:hover > .govco-whatsapp-square:before, 
  a:hover > .govco-threads-square:before,
  a:hover > .govco-tiktok-square:before,
  a:hover > .govco-telegram-square:before,
  a:hover > .govco-x-square:before {
      background-color: var(--govcolor-bluedark);
  }

/************************************************************************************
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;
}