@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');
/************************************************************************************
2020 Equipo NTG Colombia
CSS Micrositios 2020 Estilos personalizados 
/************************************************************************************/


/************************************************************************************
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(--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;
}

.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);
}

.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;
}

.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;
}

/*************** FIN COMPONENTES ***************/

/************************************************************************************
FIN TRANSVERSALES
*************************************************************************************/



/************************************************************************************
HOME
*************************************************************************************/


/************************************************************************************
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 .bg-primary {
    background-color: #0066CD !important;
}

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 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>");
}
.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;
}