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


:root {
    --shadow-primary: 0 2px 5px #18389859;
}


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

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

.bg-light {
    background-color: #F7F9FF !important;
}

/*************** LAYOUT ***************/


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


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


/*************** OPCIONES ACCESIBILIDAD ***************/
.altoContraste {
    -webkit-filter: invert(1);
    filter: invert(1);
    background-color: #fff;
}

@-moz-document url-prefix() {
    .altoContraste {
        mix-blend-mode: difference;
        background-color: #fff;
        filter: none;
    }
}

.accesibilidad-menu {
    display: block;
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    left: auto;
    right: 0;
    z-index: 200;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.accesibilidad-items {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    padding: 5px;
    margin: 0;
}


.accesibilidad-items a {
    background-color: #09334A;
    border-radius: 50%;
    display: block;
    width: 30px;
    height: 30px;
    overflow: hidden;
    position: relative;
    margin: 5px 0;
}

.accesibilidad-items a:hover {
    background-color: var(--info);  
}

.icon-contrast img,
.icon-a-more img,
.icon-a-normal img,
.icon-a-less img {
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    max-width: none;
}

.icon-contrast img {
    left: -1px;
}

.icon-a-more img {
    left: -29px;
}

.icon-a-normal img {
    left: -57px;
}

.icon-a-less img {
    left: -85px;
}

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

.navbar-expand-lg {
    -ms-flex-flow: wrap;
    flex-flow: wrap;
}

.logos-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 100px;
    background-image: url(https://css.mintic.gov.co/gel/col_40/new/img/bg-header-mintic.jpg);
}

.navbar {
    padding: 0px 16px 0px 16px;
}

.navbar-brand {
    display: flex;
    align-items: center;
}

#navbarSupportedContent {
    background-color: var(--light);
    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;
}

.logos-group {
    list-style: none;
    display: flex;
    align-items: center;
    padding: 0;
    margin-right: 1rem;
}
.logos-group li {
    padding: 1rem;
}

.btn-registro li {
    list-style: none;
    padding: 0;
}

.btn-registro a,
.binary-terminos_condiciones_muestra_comercial a,
.binary-terminos_condiciones_muestra_comercial + a,
.menuppal #navbarSupportedContent > ul > li:last-child a {
    background-image: linear-gradient(to bottom, var(--secondary), var(--indigo));
    color: white;
    font-weight: 700;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    transition: all .2s;
    text-decoration: none;
}
.btn-registro a {
    padding: .5rem 1.2rem;
    display: block;
    text-align: center;
}
.binary-terminos_condiciones_muestra_comercial a, 
.binary-terminos_condiciones_muestra_comercial + a {
    display: inline-block; padding: .5rem 1.2rem; margin: 1rem 0;
}

.btn-registro a:hover,
.binary-terminos_condiciones_muestra_comercial + a:hover,
.binary-terminos_condiciones_muestra_comercial a:hover,
.menuppal #navbarSupportedContent li:last-child a:hover {
    color: white;
    background-image: linear-gradient(to bottom, var(--primary), var(--primary));
}

#navbarSupportedContent ul li span,
#navbarSupportedContent ul li a {
    display: inline-block;
    padding: 20px 10px;
    text-decoration: none;
    color: var(--secondary);
    font-size: 1.2rem;
    line-height: 1;
}

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

#navbarSupportedContent ul > li {
    position: relative;
}

#navbarSupportedContent ul > li:hover span + .hover-menu   {
    display: flex;
    position: absolute;
    background-color: var(--light);
    z-index: 20;
    right: -36px;
    margin: auto;
    padding: 2rem;
    width: 650px;
    border-top: 3px solid var(--secondary);
}


#navbarSupportedContent .hover-menu {
    display: none;
}
#navbarSupportedContent .hover-menu .titulo {
    text-align: left;
    font-size: 1rem;
}
#navbarSupportedContent .hover-menu .titulo a{
    font-weight: normal;
    padding: 5px;
    min-height: 50px;
    line-height: 1.3;
    font-size: 1rem;
    display: flex;
    align-items: center;
    color: var(--indigo);
}
#navbarSupportedContent .hover-menu .titulo a:hover {
    font-weight: 700;
}

#navbarSupportedContent .hover-menu:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid var(--secondary);
    position: absolute;
    top: -12px;
    right: 100px;
}

#navbarSupportedContent li.item-agenda {
    border-left: 1px solid #bdbdbd;
    padding-right: 0;
}

#navbarSupportedContent li.item-agenda a{
    color: var(--cyan);
    font-weight: 700;
}

#navbarSupportedContent li.item-agenda + li {
    display: none !important;
}

#i__Col40N_tr_menu_convocatorias_1 {
    width: 450px !important;
    flex-direction: column;
}

.sticky {
    padding-top: 140px;
}

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

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

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

.navbar-toggler {
    margin: auto;
}

@media only screen and (min-width: 992px) {
    .navbar-brand {
        position: relative;
    }

    .navbar-brand img {
        width: 100%;
        position: relative;
    }

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

}

@media only screen and (max-width: 991.98px) {
    
    .navbar {
        padding: 0;
        border-bottom: solid 3px #E32167;
        background-color: white;
    }

    .navbar-brand img {
        max-width: 100%;
    }

    .col40-brand img{
        padding: 8px 0;
    }

    .sticky .navbar {
        padding: 0;
        height: auto;

    }

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

    .sticky .navbar-brand:before,
    .navbar-brand:before {
        display: none;
    }

    .navbar-light .navbar-toggler {
        margin: 14px auto;
        position: absolute;
        right: 15px;
        border-color: var(--primary);
    }

    #navbarSupportedContent ul {
        text-align: left;
        flex-direction: column;
        padding: 0;
        box-shadow: 0px 4px 12px 0px #1725421c;
        overflow-y: auto;
        max-height: 78vh;
    }

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

    #navbarSupportedContent ul li span, #navbarSupportedContent ul li a {
        padding: 14px 10px;
        font-size: 1.44rem;
    }

    #navbarSupportedContent .dropdown-menu{
        position: static;
        float: none;
        padding-left: 2rem;
        background: transparent;
        border: none;
    }

    #navbarSupportedContent .dropdown-menu a {
        font-size: 1.2rem;
        font-weight: normal;
    }

    .menuppal #navbarSupportedContent li:last-child a {
        margin: auto;
        display: block;
        text-align: center;
    }
}

@media only screen and (max-width: 767.98px) {
    .navbar {
        justify-content: center !important;
        padding: 1rem 0px !important;
    }
}

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

}

.form_button [type=button],
#Newsletter [type=button],
.btn-gradient {
    background-image: linear-gradient(to bottom, var(--secondary), var(--indigo));
    color: white;
    border-radius: 0;
    border: 0;
}

.form_button [type=button]:hover,
#Newsletter [type=button]:hover,
.btn-gradient:hover {
    color: white;
    background-image: linear-gradient(to bottom, var(--primary), var(--primary));
}

.link_youtube {
    width: 100%;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: var(--shadow-primary);;
}

.label-track .pv-branch {
    display: block;
    margin-top: 5px;
}

.label-track .pv-branch > span {
    background-color: var(--secondary);
    color: white;
    border-radius: 5rem;
    padding: .2rem 1rem;
    text-transform: uppercase;
    font-weight: 700;
}

.breadcrumb {
    padding-left: 0;
    padding-right: 0;
}
#barra_navegacion_i__Col40EN_pa_breadcrumb_1 p,
#barra_navegacion_i__Col40N_pa_breadcrumb_1 p,
.breadcrumb span {
    display: flex;
    flex-wrap: wrap;
}

#barra_navegacion_i__Col40EN_pa_breadcrumb_1,
#barra_navegacion_i__Col40N_pa_breadcrumb_1 {
    padding: 0;
}

.breadcrumb a,
#barra_navegacion_i__Col40EN_pa_breadcrumb_1 a,
#barra_navegacion_i__Col40N_pa_breadcrumb_1 a {
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 250px;
    padding: 0 10px;
    font-size: .85rem;
}

.breadcrumb a:first-child,
#barra_navegacion_i__Col40EN_pa_breadcrumb_1 a:first-child,
#barra_navegacion_i__Col40N_pa_breadcrumb_1 a:first-child {
    padding-left: 0;
}

.breadcrumb .current,
#barra_navegacion_i__Col40EN_pa_breadcrumb_1 .current,
#barra_navegacion_i__Col40N_pa_breadcrumb_1 .current {
    color: var(--pink);
    text-decoration: none;
}

.modal-content {
    background-image: url(channels-649_bg_path01.png);
    background-repeat: no-repeat;
    background-position-x: left;
}

.modal-header {
    border: 0;
    padding-bottom: 0;
}

.modal-body {
    padding: 2rem;
    padding-top: 0;
}

.modal-header .close {
    border: solid 2px var(--secondary);
    border-radius: 50px;
    height: 40px;
    width: 40px;
    padding: 0;
    opacity: 1;
    color: var(--secondary);
    margin: 0 0 0 auto;
}

.titulo-modal {
    font-size: 1.77rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.formulario > .formulario,
form#Inscripcion_Muestra_Comercial,
form#Inscripcion_Encuentro_Negocios {
    max-width: 800px;
    margin: 3rem auto !important;
    padding: 3rem 6rem;
    box-shadow: var(--shadow-primary);
    border-radius: 10px;
}

.form_select,
.form_number,
.form_text {
    margin: 2rem 0 3rem 0;
}

.form_number input,
.form_text input {
    border: 0;
    border-bottom: 1px solid var(--info);
    width: 100%;
}

input.form-control {
    border-radius: 0;
}

form label {
    color: var(--gray);
    font-weight: 700;
}

form select.form-control,
form select {
    border: 1px solid var(--info);
    border-radius: 5rem;
    height: 35px;
    width: 100%;
    padding: 0 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='%234a82ff' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M3.204 5L8 10.481 12.796 5H3.204zm-.753.659l4.796 5.48a1 1 0 0 0 1.506 0l4.796-5.48c.566-.647.106-1.659-.753-1.659H3.204a1 1 0 0 0-.753 1.659z'/></svg>");
    background-repeat: no-repeat;
    background-position: 98%;
    background-size: 20px;
}
form select.form-control:focus,
.form_number input:focus,
.form_text input:focus,
form select:focus {
    outline: none;
    box-shadow: 0 8px 8px -7px #4a82ff;
}

.check-inline ul {
    list-style: none;
    padding: 0;
}

.check-inline li{
    display: inline-block;
    margin: 0 15px;
}

input[type=checkbox], 
input[type=radio] {
    margin-right: 5px;
    vertical-align: middle;
}

.form_button {
    height: 40px;
    text-align: center;
}

.alert-warning{
    background-color: transparent;
    border: 0;
    color: var(--danger);
    font-size: .85rem;
    padding: 0 10px;
}
.form_captcha .alert-warning {
    display: block;
    text-align: center;
}
#Nota_cargue_documentos_div_1016 .alert-warning,
.alert-warning + input + select, 
.alert-warning + input,
.alert-warning + div {
    background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='%23dc3545' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M8 15A7 7 0 1 0 8 1a7 7 0 0 0 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z'/><path d='M7.002 11a1 1 0 1 1 2 0 1 1 0 0 1-2 0zM7.1 4.995a.905.905 0 1 1 1.8 0l-.35 3.507a.552.552 0 0 1-1.1 0L7.1 4.995z'/></svg>");
    background-repeat: no-repeat;
    background-size: 20px;
}
.alert-warning + input + select {
    border: 1px solid var(--danger);
    background-position: 98%;
}
.alert-warning + input {
    border-bottom: 1px solid var(--danger);
    background-position: right;
}
.alert-warning + div {
    background-position: right;
}
#Nota_cargue_documentos_div_1016 {
    position: relative;

}
#Nota_cargue_documentos_div_1016 .alert-warning {
    display: block;
    position: absolute;
    top: 0;
    right: 0px;
    background-position-x: 99%;
    background-position-y: center;
    padding: 5px 25px 5px 0;
    margin: 0;
}
.ntg-formulario-texto-abajo + a {
    font-size: 80%;
    font-weight: 400;
}

#Validacioncaptcha_1023_recaptcha > div,
#Validacioncaptcha_1020_recaptcha > div,
#Validacioncaptcha_1016_recaptcha > div,
#Validacioncaptcha_1017_recaptcha > div {
    margin: auto;
    margin-bottom: 2rem;
}

#formulario_i__Apps_home_form_1 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

form.formulario-apps {
    background-color: #F42E62;
    border-radius: 25px;
    color: #fff;
    max-width: 800px;
    margin: auto;
    padding: 1rem;
}
form.formulario-apps label {
    color: #fff;
}

form.formulario-apps div[id^="Intro_div"],
form.formulario-apps div[id^="correo_div"] {
    float: left;
    width: 50%;
    display: block;
    margin: 1rem 0 ;
    padding-left: 15px;
    padding-right: 15px;
}

form.formulario-apps div[id^="Intro_div"] span{
    font-size: 1.2rem;
    font-weight: 700;
}

form.formulario-apps div[id^="correo_div"] input {
    border-radius: 10px;
    border-bottom: none;
    padding: .4rem 1rem;
}

form.formulario-apps div[id^="Aviso_privacidad"] {
    padding-left: 15px;
    padding-right: 15px;
    float: left;
    text-align: center;
    margin-top: 1rem;
}
form.formulario-apps div[id^="Aviso_privacidad"] span {
    border-top: solid 1px #fff;
    padding-top: 1rem;
    display: block;
}
form.formulario-apps div[id^="Aviso_privacidad"] a {
    color: #fff;
}
form.formulario-apps div[id^="Aviso_privacidad"] a:hover {
    color: var(--primary);
}

form.formulario-apps div[id^="tratamiento_datos_div"] {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

form.formulario-apps div[id^="tratamiento_datos_div"] > div {
    display: inline-block;
}

form.formulario-apps div[id^="tratamiento_datos_div"] ul {
    list-style: none;
    padding: 0;
}
form.formulario-apps div[id^="tratamiento_datos_div"] ul li {
    padding: 0 15px;
}

form.formulario-apps .form_button {
    display: block;
    float: left;
    text-align: center;
    width: 100%;
}

form.formulario-apps .form_button input {
    border-radius: 5rem;
    background-color: #000;
    border-color: #000;
    background-image: none;
    transition: all .2s;
    box-shadow: 0 0px 0 #000;
}
form.formulario-apps .form_button input:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 0 #000;
}

.formulario-apps .alert-warning {
    display: block;
    color: #fff;
    padding: 0;
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
}
.formulario-apps .alert-warning:before {
    content:"";
    display: inline-block;
    background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='%23fff' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M8 15A7 7 0 1 0 8 1a7 7 0 0 0 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z'/><path d='M7.002 11a1 1 0 1 1 2 0 1 1 0 0 1-2 0zM7.1 4.995a.905.905 0 1 1 1.8 0l-.35 3.507a.552.552 0 0 1-1.1 0L7.1 4.995z'/></svg>");
    background-repeat: no-repeat;
    background-size: 20px;
    height: 20px;
    width: 20px;
    vertical-align: bottom;
    margin-right: 10px;
} 

.formulario-apps .alert-warning + input {
    background-image: none;

}

@media only screen and (max-width: 767.98px) {
    form.formulario-apps div[id^="Intro_div"],
    form.formulario-apps div[id^="correo_div"] {
    width: 100%;
    }
}

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

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

    .formulario > .formulario,
    form#Inscripcion_Muestra_Comercial,
    form#Inscripcion_Encuentro_Negocios {
        padding: 3rem 2rem;
    }
    #Nota_cargue_documentos_div_1016 .alert-warning {
        display: inline-block;
        position: static;
    }
}

.ntg_paginador .prev,
.ntg_paginador .next,
.ntg_paginador .ant,
.ntg_paginador .sig,
.ntg_paginador .boton{
    display: none;
}

.ntg_paginador .controls {
    display: flex;
    list-style: none;
    padding: 0;
    justify-content: center;
}

.ntg_paginador .controls li a {
    padding: .4rem .7rem;
    border: solid 1px var(--primary);
    margin-left: -1px;
    text-decoration: none;
}

.ntg_paginador .controls li:first-child a {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}
.ntg_paginador .controls li:last-child a {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}

.ntg_paginador .controls li.current a {
    background-color: var(--primary);
    color: #fff;
}

.flag {
    display: flex;
    justify-content: flex-end;
    max-width: 800px;
    margin: auto;
}

.flag .recuadro {
    box-shadow: var(--shadow-primary);
    padding: 8px 15px;
    border-radius: 10px;
    margin-right: -15px;
}

.flag .current.active {
    display: none;
}

.flag .titulo {
    font-size: .85rem;
    margin-left: 10px;
}

/*************** FIN COMPONENTES ***************/

/*************** UTILIDADES ***************/
    .logo-recuadro img,
    .img-fluid-cc img {
        max-width: 100%;
        height: auto;
    }

    .binary-banner_home img {
        width: 100%;
    }

    @media only screen and (min-width: 992px) {
        .mw-lg-100 {
            max-width: 100%;
        }
    }
    
    .shadow-sm {
        box-shadow: var(--shadow-primary) !important;
    }

    .mb-ntg-titulo-caja .ntg-titulo-caja{
        margin-bottom: 1rem;
    }

    .text-truncate-3lines {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        -webkit-line-clamp: 3;
    }
    .text-truncate-4lines {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        -webkit-line-clamp: 4;
    }

/*************** FIN UTILIDADES ***************/

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

#slider-principal .carousel-inner > .carousel-item:first-child .titulo {
    align-items: flex-start !important;
}

#slider-principal .titulo {
    padding-left: 7rem;
}

#slider-principal .blank {
    padding: 1rem 0;
}

#slider-principal a {
    text-decoration: none;
    color: var(--indigo);
}

#slider-principal a:hover {
    color: var(--secondary);
}

#slider-principal .label-track {
    color: var(--indigo);
    border-bottom: 1px solid #8EADFF;
    padding-bottom: 12px;   
}

#slider-principal .label-track + .blank a {
    font-size: 1.72rem;
    font-weight: 700;
}

.fecha {
    margin: 10px 0;
    color: var(--secondary);
    font-size: .85rem;
    border-left: solid 2px;
    padding-left: 8px;
}

.fecha-slide,
#fecha-slide {
    color: var(--secondary);
    font-weight: 700;
    border-left: 6px solid;
    margin-top: 1rem;
    font-size: 1.2rem;
    padding: 0 1rem !important;
}

.fecha-slide p {
    margin: 0;
}

.carousel-control-next, .carousel-control-prev {
    width: 10%;
    max-height: 50px;
    margin: auto;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 50px;
    height: 50px;
}

.carousel-control-prev-icon{
    background-image: url(https://css.mintic.gov.co/gel/col_40/new/img/flecha-prev.png);
}

.carousel-control-next-icon{
    background-image: url(https://css.mintic.gov.co/gel/col_40/new/img/flecha-next.png);
}

.carousel-indicators li {
    width: 12px;
    height: 12px;
    background-color: var(--gray);
    border-radius: 50%;
    opacity: .3;
    margin-right: 5px;
    margin-left: 5px;
}

.carousel-indicators .active {
    background-color: var(--secondary);
}

.carousel .ntg-button {
    background: transparent;
    border: none;
    padding: 5px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    margin: 1rem;
}
.carousel .ntg-button:focus {
    box-shadow: 0 0 3px #F521C4;
    outline: none;
    border-radius: 50%;
}
.fa-play,
.fa-pause {
    line-height: 0;
    display: block;
}
.fa-pause:before,
.fa-play:before {
    display: inline-block;
    content: "";
    background-repeat: no-repeat;
    background-size: 25px;
    width: 25px;
    height: 25px;
}
.fa-pause:before {
    background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='%23F521C4' xmlns='http://www.w3.org/2000/svg'><path d='M5.5 3.5A1.5 1.5 0 0 1 7 5v6a1.5 1.5 0 0 1-3 0V5a1.5 1.5 0 0 1 1.5-1.5zm5 0A1.5 1.5 0 0 1 12 5v6a1.5 1.5 0 0 1-3 0V5a1.5 1.5 0 0 1 1.5-1.5z'/></svg>");
}
.fa-play:before {
    background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='%23F521C4' xmlns='http://www.w3.org/2000/svg'><path d='M11.596 8.697l-6.363 3.692c-.54.313-1.233-.066-1.233-.697V4.308c0-.63.692-1.01 1.233-.696l6.363 3.692a.802.802 0 0 1 0 1.393z'/></svg>");
}

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

    #slider-principal .titulo {
        padding: 3rem 0px 3rem 0;
        text-align: center;
        align-items: center;
    }

    #slider-principal .carousel-inner > .carousel-item:first-child .titulo {
        align-items: center !important;
    }

    #slider-principal .carousel-control-next,
    #slider-principal .carousel-control-prev {
        width: auto;
        top: auto;
        bottom: 10px;
    }

    .carousel-control-next-icon, 
    .carousel-control-prev-icon {
        width: 40px;
        height: 40px;
    }
    .carousel .ntg-button {
        top: 0;
        bottom: auto;
    }
}

.home-exp .recuadro {
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
}

.recuadros-redes .recuadro {
    text-align: center;
} 

.recuadros-redes .recuadro img,
.recuadros-redes iframe {
    box-shadow: var(--shadow-primary);
    border-radius: 8px;
    max-width: 340px !important;
    margin-bottom: 2rem !important;
}

@media only screen and (max-width: 575.98px) {
    .recuadros-redes .recuadro img,
    .recuadros-redes iframe {
        max-width: 280px !important;
    } 
}

.titulo-mantenimiento {
    color: #E32167;
    font-size: 2.5rem;
    font-family: 'Nunito', sans-serif;
}

@media only screen and (max-width: 991.98px) {
    .titulo-mantenimiento {
        text-align: center;
    }
}


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



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

.articulo .figure {
    margin-bottom: 1.5rem;
}

#ediciones a{
    color: var(--primary);
    margin-right: 2rem;
    text-decoration: none;
    font-size: 1.2rem;
}

#ediciones a:hover{
    color: var(--secondary);
}

.organiza .titulo {
    color: var(--blue);
    border-bottom: 1px solid;
    font-weight: normal;
    padding-bottom: 1rem;
}

@media only screen and (min-width: 992px) {
    .text-track {
        position: absolute;
        max-width: 960px;
        left: 0;
        right: 0;
        margin: auto;
        z-index: 1;
        padding-right: 48%;
    }
}

@media only screen and (min-width: 1200px) {
    .text-track {
        max-width: 1140px;
        padding-right: 48%;
    }
}

@media only screen and (min-width: 1500px) {
    .text-track {
        padding-right: 40%;
    }
}

@media only screen and (min-width: 1600px) {
    .text-track {
        padding-right: 38%;
    }
}
/* 
@media only screen and (min-width: 992px) {
    .articulo-conferencista .row{
        display: inline;
    }

    .articulo-conferencista .binary-perfil img {
        float: left;
        margin-right: 30px;
    }
} */

#conferencistas .ntg-titulo-caja {
    width: 100%;
    color: var(--pink);
    text-transform: uppercase;
    text-align: center;
    font-size: 1.77rem;
    margin-top: 1rem;
    margin-bottom: 3rem;
}

#conferencistas .binary-perfil {
    max-width: 160px;
    margin: auto;
}

#conferencistas .abstract {
    display: inline-block;
    line-height: 1.4;
    margin-top: 10px;
} 

#conferencistas .nombre a {
    font-weight: 700;
    color: var(--primary);
    font-size: 1.2rem;
/*     text-decoration: none; */
}

#conferencistas .nombre a:hover {
    color: var(--secondary);
}

.articulo-conferencista .binary-perfil {
    color: transparent;
    font-size: 0px;
}

.modal-body img,
.articulo-conferencista .binary-perfil img{
    border-radius: 10px;
}

.articulo-conferencista .titulo,
.articulo-conferencista .abstract {
    color: var(--indigo);
}

.redes {
    display: inline-block;
    margin: 0 10px 10px 0;
    height: auto;
    line-height: 0;
    vertical-align: bottom;
}
.redes a{
    display: inline-block;
    background-repeat: no-repeat;
    font-size: 0px;
    height: 31px;
    width: 31px;
}
.redes.lk a {
    background-image: url(https://css.mintic.gov.co/gel/col_40/new/img/in-icon-redes.png);
}
.redes.ig a {
    background-image: url(https://css.mintic.gov.co/gel/col_40/new/img/ig-icon-redes.png);
}
.redes.fb a {
    background-image: url(https://css.mintic.gov.co/gel/col_40/new/img/fb-icon-redes.png);
}
.redes.tw a {
    background-image: url(https://css.mintic.gov.co/gel/col_40/new/img/tw-icon-redes.png);
}

.recuadro-agenda .conferencista {
    display: flex;
    flex-wrap: wrap;
}

.recuadro-agenda .portadilla {
    display: flex;
    align-items: center;
    padding-top: 1rem;
    margin-right: 3rem;
}

.recuadro-agenda .titulo {
    font-weight: 700;
    margin-top: 1rem;
    font-size: 1.2rem;
    color: var(--primary);
    line-height: 1.4;
}
.recuadro-agenda .abstract {
    color: var(--secondary);
}

.recuadro-agenda .perfil {
    margin-right: 1.5rem;
}

.recuadro-agenda .perfil img{
    border-radius: 50%;
    max-width: 60px;
}

.recuadro-agenda a {
    color: var(--primary);
}

.recuadro-agenda a:hover {
    color: #f521c4;
}

.recuadro-agenda .ntg-titulo-caja,
.nav-pills {
    padding-left: 15px;
    padding-right: 15px;
}

.filtros-desplegados .buttons {
    margin-bottom: 2rem;
}

.filtros-desplegados .btn-primary,
.nav-pills .nav-link.active {
    background-color: #4A82FF;
    border-color: #4A82FF;
}

.filtros-desplegados .form-control{
    border: 1px solid #f521c4;
    color: #f521c4;
}

.recuadro-agenda .ntg-titulo-caja {
    font-size: 1.72rem;
}

@media only screen and (max-width: 767.98px) {
    .nav-pills {
        margin: auto;
    }
    .recuadro-agenda .ntg-titulo-caja {
        text-align: center;
    }
}

#otras-nt .ntg-titulo-caja {
    font-size: 1.72rem;
}

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



/************************************************************************************
FOOTER
*************************************************************************************/
footer {
    z-index: 1;
}

.footer {
    text-align: center;
    margin: auto;
    color: #fff;
    padding: 30px 15px;
    width: 100%;
    word-break: break-word;
}

.footer p {
    margin: 0;
}

.footer a {
    color: #fff;
}

.footer a:hover {
    color: #f42f63;
}

#Newsletter fieldset:last-child .ntg-titulo-formulario + div {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 3rem;
}

#Newsletter fieldset:last-child .form_text {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
}

#Newsletter fieldset:last-child .form_text label {
    color: white;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    margin-right: 1.5rem;
}

#Newsletter fieldset:last-child .form_text input {
    width: 100%;
    max-width: 330px;
    height: 40px;
}

#Newsletter .form_button {
    height: 40px;
    margin-left: 2px;
}

.form_button [type=button],
#Newsletter [type=button] {
    border: none;
    height: 100%;
    color: white;
    font-weight: 700;
    padding: 0 20px;
}

@media only screen and (min-width: 992px) {
    footer p {
        font-size: 0.85rem;
    }

    #Newsletter fieldset:last-child .form_text label {
        white-space: nowrap;
    }

    #Newsletter fieldset:last-child .form_text input {
        width: 330px !important;
    }
}

.form_text {
    position: relative;
}

#correo_div_1014 .alert-warning {
    position: absolute;
    background-color: white;
    border-color: transparent;
    box-shadow: 0 0 5px 2px #dc3545;
    color: var(--danger);
    padding: 2px 10px;
    font-size: 0.85rem;
    margin: 0;
    top: -35px;
    left: 50%;
}

#correo_div_1014 .alert-warning:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid white;
    position: absolute;
    bottom: -10px;
}

.formulario .form_button [type=button]{
    width: auto !important;
    border-radius: 0;
}

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

    #Newsletter fieldset:last-child .ntg-titulo-formulario + div,
    #Newsletter fieldset:last-child .form_text {
        flex-direction: column;
    }

    #Newsletter fieldset:last-child .form_text label {
        margin: 0;
    }

    #Newsletter [type=button] {
        margin-top: 1rem;
    }

    footer {
        text-align: center;
    }

   footer .border-right {
    border-right: none!important;
    }

    footer .border-right ul,
    footer .border-right figure:last-child {
        border-bottom: 1px solid #dee2e6;
        border-radius: 0;
        padding-bottom: 2rem;
        margin-bottom: 2rem;
    }

    #correo_div_1014 .alert-warning {
        left: 0;
    }
}

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



/************************************************************************************
ANIMACIONES
*************************************************************************************/

#home_exp_img,
#home_exp_text,
#home_redes {
    opacity: 0;
}

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

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

@-webkit-keyframes bounceIn {
    from,
    20%,
    40%,
    60%,
    80%,
    to {
      -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
  
    0% {
      opacity: 0;
      -webkit-transform: scale3d(0.3, 0.3, 0.3);
      transform: scale3d(0.3, 0.3, 0.3);
    }
  
    20% {
      -webkit-transform: scale3d(1.1, 1.1, 1.1);
      transform: scale3d(1.1, 1.1, 1.1);
    }
  
    40% {
      -webkit-transform: scale3d(0.9, 0.9, 0.9);
      transform: scale3d(0.9, 0.9, 0.9);
    }
  
    60% {
      opacity: 1;
      -webkit-transform: scale3d(1.03, 1.03, 1.03);
      transform: scale3d(1.03, 1.03, 1.03);
    }
  
    80% {
      -webkit-transform: scale3d(0.97, 0.97, 0.97);
      transform: scale3d(0.97, 0.97, 0.97);
    }
  
    to {
      opacity: 1;
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1);
    }
  }
  
  @keyframes bounceIn {
    from,
    20%,
    40%,
    60%,
    80%,
    to {
      -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
  
    0% {
      opacity: 0;
      -webkit-transform: scale3d(0.3, 0.3, 0.3);
      transform: scale3d(0.3, 0.3, 0.3);
    }
  
    20% {
      -webkit-transform: scale3d(1.1, 1.1, 1.1);
      transform: scale3d(1.1, 1.1, 1.1);
    }
  
    40% {
      -webkit-transform: scale3d(0.9, 0.9, 0.9);
      transform: scale3d(0.9, 0.9, 0.9);
    }
  
    60% {
      opacity: 1;
      -webkit-transform: scale3d(1.03, 1.03, 1.03);
      transform: scale3d(1.03, 1.03, 1.03);
    }
  
    80% {
      -webkit-transform: scale3d(0.97, 0.97, 0.97);
      transform: scale3d(0.97, 0.97, 0.97);
    }
  
    to {
      opacity: 1;
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1);
    }
  }
  
  .bounceIn {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
  }

  @-webkit-keyframes fadeIn {
    from {
      opacity: 0;
    }
  
    to {
      opacity: 1;
    }
  }
  
  @keyframes fadeIn {
    from {
      opacity: 0;
    }
  
    to {
      opacity: 1;
    }
  }
  
  .fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
  }

  @-webkit-keyframes fadeInUp {
    from {
      opacity: 0;
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0);
    }
  
    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  
  @keyframes fadeInUp {
    from {
      opacity: 0;
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0);
    }
  
    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  
  .fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
  }


  .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  
  .animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
  }
  
  .animated.delay {
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
  }

  .animated.delay-1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
  }
  
  .animated.delay-2s {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
  }
  
  .animated.fast {
    -webkit-animation-duration: 800ms;
    animation-duration: 800ms;
  }
  
  .animated.faster {
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
  }
  
  .animated.slow {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
  }
  
  @media (print), (prefers-reduced-motion: reduce) {
    .animated {
      -webkit-animation-duration: 1ms !important;
      animation-duration: 1ms !important;
      -webkit-transition-duration: 1ms !important;
      transition-duration: 1ms !important;
      -webkit-animation-iteration-count: 1 !important;
      animation-iteration-count: 1 !important;
    }
  }
/************************************************************************************
FIN ANIMACIONES
*************************************************************************************/