/************************************************************************************
2020 Equipo NTG Colombia
CSS Micrositios 2020 Estilos personalizados 
/************************************************************************************/
@import url('https://fonts.googleapis.com/css?family=Work+Sans:ital,wght@0,400;0,600;1,400;1,600&display=swap');
/*************** COLORES ***************/
/* 
Primary: #3d63ad
Secundary: #f42f63  */


.bg-blue {
    background-color: #3d63ad;
}

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

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

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

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

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


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

.h1, h1,
.h2, h2,
.h3, h3 {
    font-weight: 600;
    color: #3d63ad;
}

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

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

a {
    text-decoration: none;
} 

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

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

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



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

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

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

.navbar {
    padding: 8px 16px;
}

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


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

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

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

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


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

#navbarSupportedContent ul li a:hover {
    color: #f42f63;
}

.sticky {
    padding-top: 140px;
}

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


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

.navbar-toggler {
    margin: auto;
}

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

    .navbar {
        height: 100px;
    }

    .navbar-brand {
        position: relative;
    }

    .navbar-brand img {
        position: relative;
    }

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

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

}

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

    .sticky .navbar {
        padding: 0;
    }

    .navbar-brand {
        margin: auto;
    }

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

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

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

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

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

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

.dataTables_wrapper {
    width: 100%;
}

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

.dataTables_info {
    color: #737373;
}

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

#article_i__Micrositios_home_cronograma_1 {
    overflow-x: auto;
}

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

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

thead th p {
    margin: 0;
}

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

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

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

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

.paginate_button.previous {
    border-right: 14px solid #3D63AD;
    margin-right: 8px;
}

.paginate_button.next {
    border-left: 14px solid #3D63AD;
    margin-left: 8px;
}

.paginate_button.previous:hover {
    border-right: 14px solid #f42f63;
}

.paginate_button.next:hover {
    border-left: 14px solid #f42f63;
}

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

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

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

.share {
    padding: 10px 0;
}

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

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

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

}

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

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

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

.formulario a {
    text-decoration:underline;
}

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

form#convocatoria_CLevel {
    background-color: #e3ecf9;
}

/* .form_number,
.form_text {
    width: 50%;
    float:left;
    padding-left: 15px;
    padding-right: 15px;
} */

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

.form_select {
    position: relative;
    padding-bottom: 1rem;
    clear: both;
/*     padding-left: 15px;
    padding-right: 15px; */
}

#Sector_productivo_div_992 label,
#Sector_economico_2_div_990 label,
#Sector_economico_div_990 label {
    width: 100%;
}

#Sector_productivo_div_992,
#Sector_economico_2_div_990,
#Sector_economico_div_990 {
    display: flex;
    flex-wrap: wrap;
}

#Sector_productivo_div_992 .mb-2,
#Sector_economico_2_div_990 .mb-2,
#Sector_economico_div_990 .mb-2 {
    width: 100%;
    flex: 1 1 50%;
    max-width: 50%;
}

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

    #Sector_productivo_div_992 .mb2,
    #Sector_economico_2_div_990 .mb-2,
    #Sector_economico_div_990 .mb-2 {
        width: 100%;
        flex: 1 1 100%;
        max-width: 100%;
    }
}

.form_dateonly {
    display: flex;
}

.form_dateonly  input {
    border: 1px solid #ced4da;
    border-radius: .25rem;
    margin-left: 10px
}

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

.form_message {
    clear: both;
}

#Validacioncaptcha_986_recaptcha div{
margin: auto;
}

#Validacioncaptcha_986_recaptcha iframe {
    height: 80px;
}

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

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

/* .form_select:before {
content: "";
display: block;
height: 1px;
position: absolute;
left: 15px;
right: 15px;
top: 0;
background-color: #8e8e8e;
} */

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

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

#Seguridad_informatica_div_982 {
    clear: both;
}

#Seguridad_informatica_div_982:before {
    display: none;
}

#Validacioncaptcha_982_recaptcha {
    clear: both;
}

#Validacioncaptcha_982_recaptcha > div {
    margin: auto;
}

.form_dateonly label {
    font-weight: 600;
    color: #3d63ad;
}

.form_text label,
.form_textarea label,
.form_attachments label,
.form_number label,
.form_select label {
        font-weight: 600;
    color: #3d63ad;
    margin-top: 2rem;
}

#Mensaje_Documentos_soporte_2_div_990 span,
#Mensaje_Documentos_soporte_div_988 span,
#Mensaje_Documentos_soporte_div_986 span,
#Habilidades_intereses_div_986 span,
#Documentos_soporte_div_986 span,
#Habilidades_intereses_div_986n span {
    display: block;
    font-size: 2rem;
    font-weight: 600;
    color: #3d63ad;
    margin-top: 3rem;
}

#Mensaje_Documentos_soporte_2_div_990 span small,
#Mensaje_Documentos_soporte_div_988 span small{
    display: inline-block;
    line-height: 1.3;
    font-size: 60%;
}

#Solicitud_inscripcion_div_986 a {
    text-decoration: underline;
}

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

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

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

#Info_referencia_div_982,
#CUESTIONARIO_div_982 {
    display: inline-block;
    font-size: 1.44rem;
    font-weight: 600;
    color: #3d63ad;
    margin-top: 3rem;
    width: 100%;
}

#Nota_div_982 {
    text-align: center;
}

#Acepto_politicas_div_999 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#Acepto_politicas_div_999 li {
    padding-right: 30px;
}

.form_button {
    text-align: center;
}

.form_button input {
    width: auto !important;
}

.alert-warning {
    color: #dc3545;
    background-color: #fff;
    border-color: #dc3545;
    box-shadow: 0 0 2px 1px #00000030;
    padding: 5px 10px;
}

#Nota_div_982,
#Envio_div_982 {
    display: block;
    float: left;
    width: 100%;
}

.formulario iframe {
    height: 380px;
}

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

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

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

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


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

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

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

    .formulario form {
        padding: 15px;
    }

    .form_select ul {
        padding-left: 0;
    }

    .form_select {
        min-height: unset;
    }
}

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

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



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

.img-header {
    position: relative;
}

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

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

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

.docs_cc .figure a {
    display: block;
}

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



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

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

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



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

.footer p {
    margin: 0;
}

.footer a {
    color: #fff;
}

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

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



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

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