@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 {
    --shadow-primary: 0 2px 5px #18389859;
    --secondary: #FFCD00;
    --yellow: #FFCD00;
}


/*************** LAYOUT ***************/
body {
    max-width: 1600px;
    margin: auto;
    box-shadow: 0 0 8px 1px #1725421c;
}

.bg-blue {
    background-color: var(--blue);
}

.bg-light {
    background-color: #e6effd !important;
}

/*************** LAYOUT ***************/


/*************** TIPOGRAFIAS ***************/
.h1, h1,
.h2, h2,
.h3, h3 {
    font-weight: 600;
    color: var(--primary);
}

a.text-muted {
    text-decoration: none;
}

a.text-muted:hover {
    text-decoration: underline;
}

ol li::marker {
    font-family: 'Montserrat', sans-serif;
    color: var(--primary);
    font-weight: 700;
}

ul li::marker {
    color: var(--primary);
}


/*************** FIN TIPOGRAFIAS ***************/


/* BARRA 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 {
    background-color: var(--primary);
    display: block;
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    left: auto;
    right: 0;
    z-index: 200;
    border-radius: 8px;
    box-shadow: 0px 0px 10px 3px #0000002b;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.accesibilidad-items {
    list-style: none;
    display: flex;
    flex-direction: column;
    padding: 5px;
    width: 36px;
    margin: 0;
}

.accesibilidad-items a {
    display: flex;
    align-items: center;
    color: #fff;
    border-radius: 8px;
    transition: all .5s;
    width: 180px;
    padding: 2px 0px;
    text-decoration: none;
}

.accesibilidad-items a:hover {
    background-color: var(--blue);
    -webkit-transform: translateX(-140px);
            transform: translateX(-140px);
    padding: 2px 10px;
}

.accesibilidad-items img {
    display: flex;
    width: 26px;
    height: 26px;
    padding: 4px;
    margin: 5px 0;
    background-color: #fff;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
}

.accesibilidad-items span {
    font-size: 13px;
    margin-left: 10px;
}

@media only screen and (max-width: 575.98px) {
    .accesibilidad-items {
        width: 30px;
    }

    .accesibilidad-items img {
        width: 20px;
        height: 20px;
        margin: 3px 0;
    }
}

/* BARRA ACCESIBILIDAD FIN*/

/*************** 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);
}

nav.navbar {
    padding: 0px 16px 0px 16px;
    background-color: #F6F8F9;
}

.navbar-brand {
    display: inline-flex;
    align-items: center;
}

nav.navbar .main-menu {
    display: flex;
    flex-wrap: nowrap;
    background-color: var(--yellow);
}

.brand-appsco {
    display: inline-block;
    padding: 10px 15px 10px 0px;
    padding-left: 2rem;
    margin-left: -15px;
    background-color: #fff;
    border-top-right-radius: 5rem;
    border-bottom-right-radius: 5rem;
}

.brand-innpulsa {
    display: inline-block;
    padding: 10px 15px 10px 0px;
    padding-left: 2rem;
    margin-right: -15px;
    background-color: #fff;
    border-top-left-radius: 5rem;
    border-bottom-left-radius: 5rem;
}

.logo-mintic img {
    max-width: 200px;
    width: 100%;
}

.brand-appsco img {
    max-height: 60px;
}

.brand-innpulsa img {
    margin-top: 10px;
    max-height: 40px;
}

#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;
}

@media only screen and (max-width: 991.98px) {
    nav.navbar .main-menu {
        display: block;
        text-align: center;
    }

    .brand-appsco {
        float: left;
    }

    .brand-innpulsa {
        float: right;
    }
}

.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(--yellow), 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 {
    font-family: 'Montserrat', sans-serif;
    display: inline-block;
    padding: 20px 10px 10px 10px;
    text-decoration: none;
    font-weight: 700;
    font-size: .875rem;
    line-height: 1;
    color: #040247;
}

#navbarSupportedContent ul li span:after,
#navbarSupportedContent ul li a:after {
    content: "";
    width: 8px;
    height: 8px;
    display: block;
    margin: auto;
    border-radius: 50%;
    margin-top: 5px;
}

#navbarSupportedContent ul li.active span:after,
#navbarSupportedContent ul li span:hover:after,
#navbarSupportedContent ul li.active a:after,
#navbarSupportedContent ul li a:hover:after {
    background-color: #040247;

}

#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(--yellow);
}


#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(--yellow);
    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) {

    #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: 1180px) {
    #navbarSupportedContent ul {
        flex-wrap: wrap;

    }
}

@media only screen and (max-width: 991.98px) {
    
    .navbar {
        padding: 0;
        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;
        border-color: #fff;
    }

    .navbar-light .navbar-toggler-icon {
        background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='%23fff' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
    }

    #navbarSupportedContent ul {
        text-align: left;
        flex-direction: column;
        padding: 0;
        margin-top: 1rem;
        flex-wrap: nowrap;
    }

    #navbarSupportedContent li {
        padding: .5rem 0;
        position: relative;
        text-align: center;
    }

    #navbarSupportedContent ul li span, #navbarSupportedContent ul li a {
        padding: 14px 10px;
        font-size: 1.2rem;
    }

    #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;
    }
}

.share {
    padding: 10px 0;
}

.share:before {
    content: "Compartir:";
    display: inline-block;
    margin: 0 15px;
    color: var(--blue);
}

.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: 260px;
    background-color: #fff;
    margin: auto;
    z-index: -1;
    border-radius: 5px;
    box-shadow: 3px 3px 10px #0048842e;

}

.form_button [type=button],
#Newsletter [type=button],
.btn-gradient {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    user-select: none;
    border: 2px solid transparent;
    padding: 0.375rem 1.4rem;
    text-decoration: none;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 3rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    color: #fff;
    background-color: var(--yellow);
}

.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(--yellow);
    color: white;
    border-radius: 5rem;
    padding: .2rem 1rem;
    text-transform: uppercase;
    font-weight: 700;
}

.breadcrumb {
    padding-left: 15px;
    padding-right: 15px;
    background-color: transparent;
}
#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(--yellow);
    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(--yellow);
    border-radius: 50px;
    height: 40px;
    width: 40px;
    padding: 0;
    opacity: 1;
    color: var(--yellow);
    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: 3rem 0;
}

.form_select ul {
    list-style: none;
    padding: 0;
}

.form_number input,
.form_text input {
    border: 0;
    border-bottom: 1px solid var(--info);
    width: 100%;
}

input.form-control {
    border-radius: 0;
}

.form {
    width: 100%;
    max-width: 700px;
}

.form > .form {
    margin-top: 0 !important;
}

form label {
    color: var(--gray);
    font-weight: 700;
}

.form .ntg-titulo-caja {
    text-align: center;
}

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;
}

.form_captcha > div > div {
    margin: auto;
    margin-bottom: 3rem;
}

#Nota_cargue_documentos_div_1016 .alert-warning,
.alert-warning + input + select, 
.alert-warning + 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,
.alert-warning + 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;
}

.form_dateonly {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.form_dateonly label {
    width: 100%;
}

.form_dateonly select {
    max-width: 150px;
    margin: 0 1rem;
    border-radius: 5rem;
}

.form_dateonly input {
    border: 1px solid var(--info);
    border-radius: 5rem;
    height: 35px;
    width: 50px;
    padding: 0 10px;
    text-align: center;
}

.form_dateonly input[name="_fecha_nacimiento_y"] {
    width: 70px;
}

#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;
}

.btn {
    border-radius: 3rem;
}

.div-btn  a {
    display: inline-block;
    font-weight: 400;
    color: var(--primary);
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem 1.4rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 3rem;
    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 {
    color: #fff;
    background-color: var(--primary);
    border-color: var(--primary);
}
.div-btn-secondary a {
    color: #fff;
    background-color: var(--yellow);
    border-color: var(--yellow);
}

.div-btn-primary a:hover {
    background-color: var(--blue);
    text-decoration: none;
    color: white;
}
.div-btn-secondary a:hover {
    background-color: var(--blue);
    text-decoration: none;
    color: white;
    border-color: var(--blue);
}

.btn-outline-primary-div a {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    user-select: none;
    border: 2px solid transparent;
    padding: 0.375rem 1.4rem;
    text-decoration: none;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 3rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    color: var(--primary);
    background-color: transparent;
    border-color: var(--primary);
}

.btn-outline-primary-div a:hover {
    color: #fff;
    background-color: var(--primary);
}


#prom21 .recuadro:before,
.card {
    background: #fff;
    border: 1px solid #e6effd;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 3px 3px 10px #0048842e;
}

.cards-grupo .card {
    height: 100%;
    position: relative;

}

.cards-grupo .card .abstract {
    overflow: hidden;
    display: block;
    -webkit-line-clamp: 5;
    display: box;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
}

.cursos-pa .card {
    padding-bottom: 4rem;
}

.cursos-pa .boton {
    position: absolute;
    bottom: 0;
}

.ui-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;
}

.ui-accordion .ui-accordion-header-active {
    background-color: var(--blue);
    color: #fff;
}

.ui-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;
}
.ui-accordion .ui-accordion-header.ui-accordion-header-active:before {
    content: "";
    width: 14px;
    height: 3px;
    background-color: #fff;
    right: 13px;
}

.ui-accordion .ui-accordion-header:focus-visible {
    background-color: #e5eefb;
    outline: none;
    color: var(--primary);
}

.ui-accordion .ui-accordion-content {
    padding: 20px;
    clear: both;
    margin-bottom: 20px;
    background: #e5eefb;
}

.ui-accordion .ui-accordion-content h4 {
    font-size: 1rem;
    margin-top: 1.5rem;
}

.ui-accordion .ui-accordion-content .figure {
    text-align: center;
}

.ui-accordion .ui-accordion-header > span img {
    margin-right: 10px;
}

.ui-accordion ul li {
    list-style: none;
    position: relative;
    margin-bottom: 12px;
}

.ui-accordion ol {
    list-style-type: none;
    list-style-position: outside;
    margin-left: 0;
    counter-reset: item;
    margin-top: 20px;
    margin-bottom: 20px;
}

.ui-accordion ol li {
    padding-left: 0;
    position: relative;
}

.ui-accordion ol li:before {
    content: counter(item,decimal) ".";
    counter-increment: item;
    display: inline-block;
    position: absolute;
    left: -20px;
    top: 3px;
    color: var(--primary);
}

/*************** FIN COMPONENTES ***************/

/*************** UTILIDADES ***************/
    .logo-recuadro img,
    .img-fluid-cc img {
        max-width: 100%;
        height: auto;
    }

    .img-w-100 img,
    .binary-banner_home img { 
        width: 100%;
    }

    .link-hidden a:nth-child(3),
    .link-hidden a:nth-child(2) {
        display: none;
    }

    @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;
    }

    .px-ntg-titulo-caja .ntg-titulo-caja {
        padding-left: 15px;
        padding-right: 15px;
    }

    .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;
    }

    .bajardoc {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 70px auto;
            grid-template-columns: 70px auto;
        -ms-grid-rows: auto;
            grid-template-rows: auto;
        -webkit-column-gap: 15px;
           -moz-column-gap: 15px;
                column-gap: 15px;
        padding: 28.8px 0;
        padding: 1.8rem 0;
        width: 100%;
    
    }
    .bajardoc:not(:last-child) {
        border-bottom: 1px solid #E7E7E7;
    }
    
    .bajardoc a:first-child {
        grid-column: 1 / 2;
        grid-row: 1 / 4;
    }
    .bajardoc a:nth-child(2) {
        grid-column: 2 / 3;
        grid-row: 1 / 2;
        -ms-flex-item-align: end;
            align-self: flex-end;
    }
    .bajardoc .fecha {
        grid-column: 2 / 3;
        grid-row: 2 / 3;
        -ms-flex-item-align: start;
            align-self: flex-start;
    }
    
    .bajardoc .bajardoc.title,
    .bajardoc .caption{
        grid-column: 2 / 3;
        border-bottom: 0 !important;
    }

    .bajardoc .fecha {
        grid-column: 1 / 3;
    }

    .bajardoc a:nth-child(2) img {
        display: none;
    }

/*************** FIN UTILIDADES ***************/

/************************************************************************************
HOME
*************************************************************************************/

.slider-principal {
    width: 100%;
    position: relative;
}

.slider-principal .recuadro {
    width: 100%;
}

.slider-principal .figure {
    width: 100%;
    max-height: 500px;
} 

.slider-principal .figure:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    /*background: var(--blue);*/
    mix-blend-mode: multiply;
}

.slider-principal img {
    width: 100%;
    height: auto;
}

.slider-principal .titulo {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
    max-width: 80%;
}

.slider-principal .titulo a {
    color: #fff;
    text-decoration: none;
    text-shadow: 2px 3px 8px #080b20ed;
}

.slider-principal .titulo a:hover {
    text-decoration: underline;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    background-color: var(--yellow);
    border-radius: 50%;
    background-size: 1.3rem;
    width: 3rem;
    height: 3rem;
}
.carousel-control-next:hover .carousel-control-next-icon,
.carousel-control-prev:hover .carousel-control-prev-icon {
    background-color: var(--primary);
}

.carousel-control-prev-icon, .slick-prev:before {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 34 53'><path d='M2.05,26.5a5.57,5.57,0,0,1,1.64-3.95L22.4,3.84a5.59,5.59,0,0,1,7.91,7.9L15.55,26.5,30.31,41.26a5.59,5.59,0,0,1-7.91,7.9L3.69,30.45A5.57,5.57,0,0,1,2.05,26.5Z' fill='%23fff'/></svg>");
}

.carousel-control-next-icon, .slick-next:before {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 34 53'><path d='M32,26.5a5.57,5.57,0,0,1-1.64,3.95L11.6,49.16a5.59,5.59,0,0,1-7.91-7.9L18.45,26.5,3.69,11.74a5.59,5.59,0,0,1,7.91-7.9L30.31,22.55A5.57,5.57,0,0,1,32,26.5Z' fill='%23fff'/></svg>");
}

@media only screen and (max-width: 767.98px ) {
    .slider-principal .titulo {
        font-size: 1.2rem;
    }
}

.fecha {
    margin: 10px 0;
    color: var(--yellow);
    font-size: .85rem;
    border-left: solid 2px;
    padding-left: 8px;
}

.fecha-slide,
#fecha-slide {
    color: var(--yellow);
    font-weight: 700;
    border-left: 6px solid;
    margin-top: 1rem;
    font-size: 1.2rem;
    padding: 0 1rem !important;
}

.fecha-slide p {
    margin: 0;
}

.carousel-item-next, 
.carousel-item-prev, 
.carousel-item.active {
    display: flex;
}

.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-indicators li {
    width: 12px;
    height: 12px;
    background-color: transparent;
    border-radius: 50%;
    opacity: .3;
    border: solid 2px #fff;
    margin-right: 5px;
    margin-left: 5px;
}

.carousel-indicators .active {
    background-color: var(--yellow);
}

.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: #ff5269;
    font-size: 2.5rem;
    font-family: 'Nunito', sans-serif;
}

@media only screen and (max-width: 991.98px) {
    .titulo-mantenimiento {
        text-align: center;
    }
}

.slider-cursos .carousel-inner {
    background-color: #fff;
    box-shadow: 0 0 20px #00488445;
    border-radius: 1rem;
}

.slider-cursos .recuadro {
    padding: 2rem 4rem;
    min-height: 400px;
    align-items: center;

}

.slider-cursos .carousel-indicators li {
    border-color: var(--blue);
    opacity: 1;
}

.slider-cursos .carousel-indicators .active {
    background-color: var(--blue);
}

.slider-cursos .figure {
    font-size: 1px;
    color: transparent;
}

.slider-cursos .btn-primary-div img {
    display: none;
}

.slider-cursos .btn-primary-div a + a {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 1.4rem;
    text-decoration: none;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 3rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    color: #fff;
    background-color: var(--primary);
    border-color: var(--primary);
}

.slider-cursos .btn-primary-div a + a:hover {
    background-color: var(--blue);
    border-color: var(--blue);
}


.slider-cursos .carousel-control-next, .slider-cursos .carousel-control-prev {
    width: 6rem;
}

.slider-cursos .carousel-control-next-icon {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23fff' class='bi bi-chevron-right' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/></svg>");
}

.slider-cursos .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23fff' class='bi bi-chevron-left' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/></svg>");
}

.slider-cursos .carousel-control-next-icon, .slider-cursos .carousel-control-prev-icon {
    width: 35px;
    height: 35px;
}

@media only screen and (max-width: 991.98px) {
    .slider-cursos .recuadro {
        flex-direction: column-reverse;
        justify-content: center;
        padding-bottom: 4rem;
        min-height: 720px;
    }
}

@media only screen and (max-width: 575.98px) {
    .slider-cursos .recuadro {
        padding: 1rem;
        padding-bottom: 4rem;
        min-height: 550px;
        justify-content: flex-end;
    }

    .slider-cursos .recuadro .titulo {
        font-size: 1.5rem;
    }

    .slider-cursos .recuadro .abstract {
        overflow: hidden;
        display: block;
        -webkit-line-clamp: 5;
        display: box;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        white-space: normal;
    }

    .slider-cursos .btn-primary-div {
        text-align: center;
    }

    .slider-cursos .carousel-control-next, .slider-cursos .carousel-control-prev {
        bottom: 8px;
        top: auto;
    }
}

.cards-destacados .recuadro {
    position: relative;
    overflow: hidden;
}

.cards-destacados .content-card {
    display: block;
    position: absolute;
    top: calc(100% - 120px);
    bottom: 0;
    left: 15px;
    right: 15px;
    padding: 1rem;
    text-align: center;
    background-color: #004884d4;
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-backdrop-filter: blur(5px);
        backdrop-filter: blur(5px);
}

.cards-destacados .recuadro:hover .content-card {
    top: 40%;
}

.cards-destacados .content-card .abstract {
    font-size: 1.12rem;
    color: #fff;
}

.cards-destacados .content-card .titulo {
    min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cards-destacados .content-card .titulo a {
    color: #fff;
    display: inline-block;
    font-weight: 700;
    padding: 15px 0;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.cards-destacados .content-card .titulo a:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

@media only screen and (max-width: 991.98px) {
    .cards-destacados .content-card {
        top: 50%;
    }
}

@media only screen and (max-width: 575.98px) {
    .cards-destacados .content-card {
        display: flex;
        flex-direction: column;
        justify-content: center;
        top: 0;
    }
}


/************************************************************************************
FIN HOME
*************************************************************************************/



/************************************************************************************
PORTADILLAS / EIDOX
*************************************************************************************/

.encabezado-po {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 13rem 1.5fr;
        grid-template-columns: 1fr 13rem 1.5fr;
    -ms-grid-rows: auto;
        grid-template-rows: auto;
}

.encabezado-po .titulo {
    grid-column: 1 / 3;
    grid-row: 1 / 2;
    background-color: #ffffffd6;
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
    color: var(--primary);
    padding: 2rem 3rem;
    align-self: center;
    z-index: 1;
    border-radius: 2rem;
    box-shadow: 5px 5px 11px 5px #00488436;
}

.encabezado-po .img-fluid-cc {
    grid-column: 2 / 4;
    grid-row: 1 / 2;
}

.encabezado-po img {
    border-left: solid 5px var(--yellow);
}

@media only screen and (max-width:767.98px) {
    .encabezado-po {
        grid-template-rows: auto 4rem 1fr;
        grid-template-columns: 3rem 1fr 3rem;
        margin-bottom: 2rem;
    }

    .encabezado-po .titulo {
        grid-row: 2 / 4;
        align-self: unset;
        display: flex;
        align-items: center;
        font-size: 1.5rem;
        padding: 2rem 1.5rem;
    }

    .encabezado-po .img-fluid-cc {
        grid-row: 1 / 3;
    }
}

.frames_gradual button {
    margin: 1.5rem auto 0 auto ;
}

.articulo .figure {
    margin-bottom: 1.5rem;
}

.articulo {
    max-width: 800px;
    width: 100%;
    margin: auto;
}

.articulo strong {
    color: var(--primary);
}

.rutas-form img {
    width: 100%;
    margin-bottom: 2rem;
    margin-top: 1rem;
}

.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);
}

.filtros-desplegados .buttons {
    margin-bottom: 2rem;
}

.filtros-desplegados .btn-primary,
.nav-pills .nav-link.active {
    background-color: #4A82FF;
    border-color: #4A82FF;
}

.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;
    }
}

#form_filtros .form-group {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    padding: 15px 15px;
}

#form_filtros .form-group {
    color: var(--primary);

}

#form_filtros label {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    margin-right: 2rem;
    margin-bottom: 0;
} 

.po-cursos-gratis .binary-foto_marquesina {
    font-size: 1px;
    color: transparent;
}

.po-cursos-gratis .btn-grupo {
    width: calc(50% - 15px);
    display: inline-block;
    background: #fff;
    border: 1px solid #e6effd;
    box-shadow: 3px 3px 10px #0048842e;
    border-radius: 5px;
    padding: 1rem;
}

.po-cursos-gratis .btn-grupo:nth-child(3) {
    margin-right: 15px;
}

.po-cursos-gratis .btn-grupo:last-child {
    margin-left: 15px;
}

.po-cursos-gratis .btn-grupo .caption {
    width: auto !important;
    text-align: center;
}

.po-cursos-gratis .btn-grupo img {
    display: none;
}

.po-cursos-gratis .btn-grupo .caption span {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 700;
    color: var(--yellow) !important;
}

.po-cursos-gratis .btn-grupo a {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    width: 100%;
    text-decoration: none;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    color: #fff;
    background-color: #0066cd;
    border-color: #0066cd;
    border-radius: 3rem;
}

.po-cursos-gratis .btn-grupo a:hover {
    color: #fff;
    background-color: #0053a7;
    border-color: #004d9a;
}

.po-cursos-gratis .btn-grupo .caption + a {
    display: none;
}

@media only screen and (max-width: 767.98px) {
    .po-cursos-gratis .btn-grupo {
        width: 100%;
        margin: 1rem 0 !important;
    }
}

#prom21 .ntg-titulo-caja {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 2rem;
}

#prom21 .icon-redes {
    padding-left: 15px;
    padding-right: 15px;
}

#prom21 .recuadro,
#prom21 .recuadro * {
    position: relative;
}

#prom21 .recuadro:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 15px;
    right: 15px;
    background-color: #fff;
}   

#prom21 .icon-redes {
    display: flex;
    justify-content: center;
    margin: 1rem 0;
}

#prom21 .icon-redes div[class*="binary"] {
    margin: 0 5px;
}

#empresas .ntg-titulo-caja {
    margin-bottom: 2rem;
}

#empresas .card {
    display: block;
    height: 100%;
}

#empresas .card .titulo {
    font-size: 1rem;
}

#empresas .card .titulo a {
    overflow: hidden;
    display: block;
    -webkit-line-clamp: 3;
    display: box;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    min-height: 58px;
}

#empresas .carousel-control-next-icon {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23004884' class='bi bi-chevron-right' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/></svg>");
}

#empresas .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23004884' class='bi bi-chevron-left' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/></svg>");
}

#empresas .carousel-indicators li {
    border-color: var(--blue);
    opacity: 1;
}

#empresas .carousel-indicators li.active {
    background-color: var(--blue);
}

@media only screen and (min-width: 1200px) {

    #empresas .carousel-control-next, .carousel-control-prev {
        width: 5%;
    }

    #empresas .carousel-control-prev {
        left: -30px;
    }

    #empresas .carousel-control-next {
        right: -30px;
    }
}

@media only screen and (max-width: 991.98px) {
    #empresas .carousel-indicators {
        display: none;
    }
}

.po-convocatorias img {
    width: 100%;
}

.po-convocatorias .ntg-titulo-caja {
    width: 100%;
    padding: 0 15px;
}

@media only screen and (max-width: 767.98px) {
    .img-fluid-cc {
        padding: 0;
    }
}

span.pvid-381445,
span.pvid-381446 {
    font-family: 'Montserrat', sans-serif;
    display: inline-block;
    padding: 5px 13px;
    border-radius: 5rem;
    background-color: #ababab;
    color: #fff;
    font-size: 0.875rem;
}

span.pvid-381446 {
    background-color: #ababab;
}

span.pvid-381445 {
    background-color: var(--info);
}

/************************************************************************************
PORTADILLAS / EIDOX FIN
*************************************************************************************/



/************************************************************************************
FOOTER
*************************************************************************************/

.prefooter {
    box-shadow: 0px -5px 4px -2px #1725421c;
}

.prefooter .main_logos {
    text-align: right;
    border-right: solid 1px #c4cbd2;
}

.prefooter-info > ul {
    list-style: none;
    padding: 0 1.25rem;
}

.prefooter-info > ul a {
    font-weight: bold;
}

@media only screen and (max-width: 991.98px) {

    .main_logos {
        margin-bottom: 2rem;
    }

    .prefooter .main_logos {
        text-align: center;
        border-right: unset
    }

    .prefooter-info {
        text-align: center;
    }

    .prefooter-info .icons_socials ul {
        justify-content: center;
    }
}

.footer {
    text-align: center;
    margin: auto;
    color: #fff;
    padding: 30px 0;
}

.footer p {
    margin: 0;
}

.footer a:hover {
    color: #f42f63;
}

footer a {
    text-decoration: underline;
}

footer .bg-secondary {
    border-top: 100px solid white;
    margin-top: 3rem;
}

footer .card {
    margin-top: -100px;
}

footer .card p {
    margin-bottom: .5rem;
}

.icon-yt:before,
.icon-fb:before,
.icon-ig:before,
.icon-tw:before,
.icon-tg:before {
    display: inline-block;
    content: "";
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    background-color: var(--blue);
    color: #fff;
    border-radius: 50%;
    background-position: center;
    background-size: 1rem;
    vertical-align: middle;
    margin-right: 5px;
}
.icon-fb:before {
    background-image: url("data:image/svg+xml,<svg viewBox='0 0 20 20' fill='%23fff' xmlns='http://www.w3.org/2000/svg'><path d='M11.344,5.71c0-0.73,0.074-1.122,1.199-1.122h1.502V1.871h-2.404c-2.886,0-3.903,1.36-3.903,3.646v1.765h-1.8V10h1.8v8.128h3.601V10h2.403l0.32-2.718h-2.724L11.344,5.71z'/></svg>");
}
.icon-yt:before {
    background-image: url("data:image/svg+xml,<svg viewBox='0 0 25 25' fill='%23fff' xmlns='http://www.w3.org/2000/svg'><path d='M23.495 6.205a3.007 3.007 0 0 0-2.088-2.088c-1.87-.501-9.396-.501-9.396-.501s-7.507-.01-9.396.501A3.007 3.007 0 0 0 .527 6.205a31.247 31.247 0 0 0-.522 5.805 31.247 31.247 0 0 0 .522 5.783 3.007 3.007 0 0 0 2.088 2.088c1.868.502 9.396.502 9.396.502s7.506 0 9.396-.502a3.007 3.007 0 0 0 2.088-2.088 31.247 31.247 0 0 0 .5-5.783 31.247 31.247 0 0 0-.5-5.805zM9.609 15.601V8.408l6.264 3.602z'/></svg>");
}
.icon-ig:before {
    background-image: url("data:image/svg+xml,<svg viewBox='0 0 25 25' fill='%23fff' xmlns='http://www.w3.org/2000/svg'><path d='M12 0C8.74 0 8.333.015 7.053.072 5.775.132 4.905.333 4.14.63c-.789.306-1.459.717-2.126 1.384S.935 3.35.63 4.14C.333 4.905.131 5.775.072 7.053.012 8.333 0 8.74 0 12s.015 3.667.072 4.947c.06 1.277.261 2.148.558 2.913.306.788.717 1.459 1.384 2.126.667.666 1.336 1.079 2.126 1.384.766.296 1.636.499 2.913.558C8.333 23.988 8.74 24 12 24s3.667-.015 4.947-.072c1.277-.06 2.148-.262 2.913-.558.788-.306 1.459-.718 2.126-1.384.666-.667 1.079-1.335 1.384-2.126.296-.765.499-1.636.558-2.913.06-1.28.072-1.687.072-4.947s-.015-3.667-.072-4.947c-.06-1.277-.262-2.149-.558-2.913-.306-.789-.718-1.459-1.384-2.126C21.319 1.347 20.651.935 19.86.63c-.765-.297-1.636-.499-2.913-.558C15.667.012 15.26 0 12 0zm0 2.16c3.203 0 3.585.016 4.85.071 1.17.055 1.805.249 2.227.415.562.217.96.477 1.382.896.419.42.679.819.896 1.381.164.422.36 1.057.413 2.227.057 1.266.07 1.646.07 4.85s-.015 3.585-.074 4.85c-.061 1.17-.256 1.805-.421 2.227-.224.562-.479.96-.899 1.382-.419.419-.824.679-1.38.896-.42.164-1.065.36-2.235.413-1.274.057-1.649.07-4.859.07-3.211 0-3.586-.015-4.859-.074-1.171-.061-1.816-.256-2.236-.421-.569-.224-.96-.479-1.379-.899-.421-.419-.69-.824-.9-1.38-.165-.42-.359-1.065-.42-2.235-.045-1.26-.061-1.649-.061-4.844 0-3.196.016-3.586.061-4.861.061-1.17.255-1.814.42-2.234.21-.57.479-.96.9-1.381.419-.419.81-.689 1.379-.898.42-.166 1.051-.361 2.221-.421 1.275-.045 1.65-.06 4.859-.06l.045.03zm0 3.678c-3.405 0-6.162 2.76-6.162 6.162 0 3.405 2.76 6.162 6.162 6.162 3.405 0 6.162-2.76 6.162-6.162 0-3.405-2.76-6.162-6.162-6.162zM12 16c-2.21 0-4-1.79-4-4s1.79-4 4-4 4 1.79 4 4-1.79 4-4 4zm7.846-10.405c0 .795-.646 1.44-1.44 1.44-.795 0-1.44-.646-1.44-1.44 0-.794.646-1.439 1.44-1.439.793-.001 1.44.645 1.44 1.439z'/></svg>");
}
.icon-tw:before {
    background-image: url("data:image/svg+xml,<svg viewBox='0 0 25 25' fill='%23fff' xmlns='http://www.w3.org/2000/svg'><path d='M23.954 4.569c-.885.389-1.83.654-2.825.775 1.014-.611 1.794-1.574 2.163-2.723-.951.555-2.005.959-3.127 1.184-.896-.959-2.173-1.559-3.591-1.559-2.717 0-4.92 2.203-4.92 4.917 0 .39.045.765.127 1.124C7.691 8.094 4.066 6.13 1.64 3.161c-.427.722-.666 1.561-.666 2.475 0 1.71.87 3.213 2.188 4.096-.807-.026-1.566-.248-2.228-.616v.061c0 2.385 1.693 4.374 3.946 4.827-.413.111-.849.171-1.296.171-.314 0-.615-.03-.916-.086.631 1.953 2.445 3.377 4.604 3.417-1.68 1.319-3.809 2.105-6.102 2.105-.39 0-.779-.023-1.17-.067 2.189 1.394 4.768 2.209 7.557 2.209 9.054 0 13.999-7.496 13.999-13.986 0-.209 0-.42-.015-.63.961-.689 1.8-1.56 2.46-2.548l-.047-.02z'/></svg>");
}

.icon-tg:before {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='25' height='25' fill='%23fff' class='bi bi-telegram' viewBox='0 0 16 16'><path d='M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM8.287 5.906c-.778.324-2.334.994-4.666 2.01-.378.15-.577.298-.595.442-.03.243.275.339.69.47l.175.055c.408.133.958.288 1.243.294.26.006.549-.1.868-.32 2.179-1.471 3.304-2.214 3.374-2.23.05-.012.12-.026.166.016.047.041.042.12.037.141-.03.129-1.227 1.241-1.846 1.817-.193.18-.33.307-.358.336a8.154 8.154 0 0 1-.188.186c-.38.366-.664.64.015 1.088.327.216.589.393.85.571.284.194.568.387.936.629.093.06.183.125.27.187.331.236.63.448.997.414.214-.02.435-.22.547-.82.265-1.417.786-4.486.906-5.751a1.426 1.426 0 0 0-.013-.315.337.337 0 0 0-.114-.217.526.526 0 0 0-.31-.093c-.3.005-.763.166-2.984 1.09z'/></svg>");
}

/************************************************************************************
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
*************************************************************************************/