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

/*************** COLORES ***************/

:root {
    --secondary: #C1BDBD;
    --yellow: #e8a232;
}


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

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

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

.bg-secondary {
    background-color: var(--secondary) !important;
}

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

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

.fecha {
    color: var(--primary);
    margin-top: .5rem;
    margin-bottom: 0;
    font-weight: 600;
    font-size: 0.8rem;
}

.fecha:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(https://css.mintic.gov.co/mt/micrositios/img/icon-calendar.png);
    margin-right: 8px;
    vertical-align: bottom;
}

a {
    text-decoration: none;
} 

a:hover {
    color: var(--yellow);
} 

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

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

/* BARRA ACCESIBILIDAD FIN*/

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

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


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

.logo-micrositio {
    text-align: right;
}

.logo-micrositio img {
    height: 100%;
    width: auto;

}

.recuadros-invert .recuadro:nth-child(odd) {
    flex-direction: row-reverse;
}

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

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


.navbar-brand:before {
    content: "";
    display: block;
    position: absolute;
    background-color: var(--secondary);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 73.6%;
}

.brand-hogares {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 30px;
}

#navbarSupportedContent {
    background-color: #f2f2f2;
    margin: 0 -16px;
    justify-content: space-between;
    box-shadow: 0 2px 1px #1f2a4017;
}

#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 {
    display: inline-block;
    padding: 10px;
    text-decoration: none;
    color: var(--primary);
    font-size: 1rem;
    line-height: 1;
}

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

.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: 1366px;
    margin: auto;
}

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

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

.sticky .brand-hogares {
    width: 140px;
}

.navbar-toggler {
    margin: auto;
}

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

    .navbar-brand img {
        position: relative;
    }

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

}

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

    #navbarSupportedContent ul li:after {
        display: none;
    }
    
    .navbar {
        padding: 0;
        border-bottom: solid 3px var(--primary);
        background-color: #e3ecf9;
    }

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

    }

    .logos-header {
        background-color: #fff;
    }

    .navbar-brand,
    .brand-hogares {
        margin: 0 15px;
    }

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

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

    .navbar-light .navbar-toggler {
        border-color: var(--primary);
    }

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

    #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: var(--primary);
        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: var(--primary);
    color: #fff;
    font-size: 1.2rem;
    font-weight: 400;
    text-align: center;
    border: solid 1px var(--primary);
}

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 var(--primary);
    margin-right: 8px;
}

.paginate_button.next {
    border-left: 14px solid var(--primary);
    margin-left: 8px;
}

.paginate_button.previous:hover {
    border-right: 14px solid var(--primary);
}

.paginate_button.next:hover {
    border-left: 14px solid var(--primary);
}

.breadcrumb,
#barra_navegacion_i__Hogares_pa_breadcrumb_1 {
    width: 100%;
    padding: 15px;
    color: #6f6f6f;
    background-color: transparent;
}

.breadcrumb a,
#barra_navegacion_i__Hogares_pa_breadcrumb_1 a {
    color: #6f6f6f;
    font-size: 0.85rem;
}

.breadcrumb a.current,
#barra_navegacion_i__Hogares_pa_breadcrumb_1 a.current {
    color: var(--primary);
    font-weight: bold;
}

.breadcrumb a:hover,
#barra_navegacion_i__Hogares_pa_breadcrumb_1 a:hover {
    color: var(--primary);
} 

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

.modal-dialog {
    max-width: 700px;
}

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

.formulario a {
    text-decoration:underline;
}

.formulario form {
    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: var(--primary);
}

.form_text label,
.form_textarea label,
.form_attachments label,
.form_number label,
.form_select label {
        font-weight: 600;
    color: var(--primary);
    margin-top: 2rem;
}

#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: var(--primary);
    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: var(--primary);
    margin-top: 3rem;
    width: 100%;
}

#Nota_div_982 {
    text-align: center;
}

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

.contador-caracteres {
    float: right;
    margin-top: 2rem;
    background-color: #fff;
    box-shadow: 0 1px 2px -1px #3838388f;
}

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

.card_01 .recuadro * {
    position: relative;
}

.card_01 .recuadro {
    padding-top: 0;
    margin-bottom: 2rem;
}

.card_01 .recuadro .titulo,
.card_01 .recuadro > div,
.card_01 .recuadro > .fecha {
    padding: 0 15px;
}

.card_01 .recuadro:before{
    content: "";
    display: block;
    background-color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 15px;
    right: 15px;
    box-shadow: 0 1px 4px 0 rgb(51 102 204 / 29%);
    border-radius: .25rem;
} 

.card_01 img,
.card_02 img {
    width: 100%;
    height: auto;
}

.card_01 .titulo,
.card_02 .titulo {
    font-size: 1.2rem;
    font-weight: bold;
    margin-top: 1rem;
}

.card_01 .titulo a,
.card_02 .titulo a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 4;
    line-height: 1.2;
}

.obs-pa-cards {
    justify-content: center;
}

.obs-pa-cards .card,
.obs-cards .card {
    text-align: center;
    padding: 15px;
    min-height: 200px;
    position: relative;
    border: 1px solid #e6effd;
}

.obs-pa-cards .card {
    flex-direction: row;
    align-items: center;
    padding: 10px;
    margin-bottom: 1.5rem;
    box-shadow: 0 3px 5px 0 rgb(51 102 204 / 29%);
}

.obs-pa-cards .content-card{
    padding-right: 10px;
    border-right: solid 1px #e6effd;
}

.obs-pa-cards .content-card .titulo,
.obs-cards .content-card .titulo {
    font-weight: bold;
    color: var(--primary);
    margin-top: 10px;
    line-height: 1.3;
}

.obs-cards .content-hover {
    margin-top: 10px;
}

.obs-pa-cards .content-hover{
    padding-left: 10px;
    width: 100%;
}

.obs-pa-cards .content-hover .titulo a,
.obs-cards .content-hover .titulo a {
    background-color: #fff;
    box-shadow: 0 2px 5px 0 rgb(51 102 204 / 29%);
    display: block;
    border-radius: 10px;
    padding: 5px;
    margin-bottom: 10px;
    line-height: 1.3;
}

.brand-card a {
    background-color: #fff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 20px 0px #00488447;
    -webkit-transition: all .2s;
    transition: all .2s;
    position: relative;
    height: 100%;
    min-height: 200px;
    margin-bottom: 2rem;
}

.brand-card a:hover {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
} 

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

    .obs-cards .content-hover {
        display: none;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        margin-top: 0;
        background-color: #fff;
        transform: translateY(100%);
        z-index: 20;
        box-shadow: 0 0 4px var(--primary);
        border-radius: 5px;
        padding: 12px 10px;
    }

    .obs-cards .content-hover .recuadro:not(:last-child) a {
        border-bottom: solid 1px #f2f2f2;
    }

    .obs-cards .content-hover .titulo a {
        display: block;
        padding: 5px 0;
        background-color: transparent;
        box-shadow: unset;
        border-radius: 0;
        margin-bottom: 0;
        line-height: 1.3;
    }

    .obs-cards .content-hover a:hover {
        background-color: #f2f2f2;
    }

    .obs-cards .card:hover {
        border: 1px solid var(--blue);
        box-shadow: 0 3px 5px 0 rgb(51 102 204 / 29%);
    }

    .obs-cards .card:hover .content-hover {
        display: block;
    }

    .obs-cards .card:hover .content-hover:before {
        content: "";
        display: block;
        width: 15px;
        height: 15px;
        position: absolute;
        top: -7px;
        left: 0;
        right: 0;
        margin: auto;
        background-color: #fff;
        transform: rotate(45deg);
        box-shadow: -2px -2px 3px -2px var(--primary);
    }

}

.frames_gradual .btn-info {
    margin: auto;
    display: block;
    background-color: var(--primary);
    border-color: var(--primary);
}

.btn-primary-cc a {
    display: inline-block;
    background-color: var(--primary);
    color: #fff;
    padding: 8px 15px;
    border-radius: .25rem;
}

.btn-secondary-cc a {
    display: inline-block;
    background-color: var(--secondary);
    color: #fff;
    padding: 8px 15px;
    border-radius: .25rem;
}

.btn-secondary-cc a:hover,
.frames_gradual .btn-info:hover,
.btn-primary-cc a:hover {
    text-decoration: none;
    background-color: var(--blue);
    border-color: var(--blue);
}

#navbarSupportedContent .btn-primary-cc li {
    padding-top: 5px;
    padding-bottom: 5px;
}
#navbarSupportedContent .btn-primary-cc a {
    color:#fff;
    font-size: 1rem;
    font-weight: bold;
    padding: 8px 15px;
}
#navbarSupportedContent ul li:after {
    display: none;
}
#navbarSupportedContent .btn-primary-cc a:hover {
    color: #fff;
}
@media only screen and (max-width: 991.98px) {
    #navbarSupportedContent .btn-primary-cc ul {
        padding-top: 0;
    }
    #navbarSupportedContent .btn-primary-cc li:not(:first-child):before {
        content: "";
        display: none;
    }

    #navbarSupportedContent .btn-primary-cc a {
        margin-bottom: .6rem;
    }
}
/* @media only screen and (min-width: 1040px) {
    #navbarSupportedContent .btn-primary-cc {
        position: absolute;
        right: 15px;
    }
} */


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

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

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

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

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

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

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



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

.img-header {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}

.img-header .recuadro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
}

.img-header .titulo{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    background-color: var(--primary);
    color: #fff;
    margin: auto;
    font-weight: 600;
    padding: 15px 30px;
    z-index: 1;
    font-size: 2rem;
    min-height: 200px;
}

.img-header .titulo:after {
    content:"";
    display: block;
    width: 40px;
    position: absolute;
    background-color:var(--primary);
    top: 0;
    bottom: 0;
    right: -40px;
}

.img-header .titulo a {
    color: #fff;
}

.img-header .titulo a:hover {
    text-decoration: underline;
}

.carousel-indicators li {
    background-color: var(--primary);
}

.carousel-control-next, 
.carousel-control-prev {
    top: auto;
    width: 40px;
    opacity: 1;
    bottom: 20px;
    z-index: 16;
}

.carousel-control-prev {
    left: 50%;
    transform: translateX(-90px);
    -webkit-transform: translateX(-90px);
    -moz-transform: translateX(-90px);
    -ms-transform: translateX(-90px);
    -o-transform: translateX(-90px);
}

.carousel-control-next {
    right: 50%;
    transform: translateX(90px);
    -webkit-transform: translateX(90px);
    -moz-transform: translateX(90px);
    -ms-transform: translateX(90px);
    -o-transform: translateX(90px);
}

.carousel-control-next-icon, 
.carousel-control-prev-icon {
    width: 15px;
    height: 15px;
    background-image: none;
    border-left: solid 5px var(--primary);
    border-top: solid 5px var(--primary);
    transform: rotate(-45deg);
}

.carousel-control-prev-icon {
    transform: rotate(-45deg);
}

.carousel-control-next-icon {
    transform: rotate(135deg);
}

.mask-img-header {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    height: 350px;
}

.mask-img-header img {
    max-width: unset;
    height: 100%;
    width: auto;
}

@media only screen and (max-width: 991.98px) {
    .img-header  .recuadro {
        -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    }

    .img-header .recuadro > div {
        padding: 0;
    }

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

    .img-header .titulo {
        min-height: unset;
        margin: auto;
    }

    .img-header .titulo:after {
        display: none;
        right: 0;
    }

    .mask-img-header {
        height: auto;
    }
    
    .mask-img-header img {
        height: auto;
        width: 100%;
    }
}

@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;
        line-height: 1;
    }

    .img-header .titulo a {
        font-size: 1.72rem;
    }
}

.docs_cc .figure a {
    display: block;
}

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



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

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

.mb-ntg-titulo-caja .ntg-titulo-caja,
.articulo .titulo {
    margin-bottom: 2rem;
}

.px-ntg-titulo-caja .ntg-titulo-caja {
    padding-left: 15px;
    padding-right: 15px;
}

.articulo img {
    margin-bottom: 2rem;
}

.pa-iniciativas > .recuadro {
    -webkit-box-align: center;
    -ms-flex-align: center;
            -ms-grid-row-align: center;
        align-items: center;
}

.card-iniciativa {
    background-color: #e3ecf9;
    padding: 25px;
    position: relative;
}

.card-iniciativa p {
    margin-bottom: 5px;
}

.card-iniciativa p:first-child {
    margin-bottom: 15px;
}

.card-iniciativa p strong{
    color: var(--primary);
}

.card-iniciativa a {
    display: inline-block;
    text-decoration: underline;
    margin-top: 1rem;
}

.card-iniciativa a:after {
    content: ">>";
    padding-left: 5px;

}

@media only screen and (min-width: 992px) {
    .pa-iniciativas > .recuadro:nth-child(odd) {
        flex-direction: row-reverse;
    }

    .card-iniciativa:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: -59px;
        width: 60px;
        background-color: #e3ecf9;
        z-index: -1;
    }

    .pa-iniciativas > .recuadro:nth-child(odd) .card-iniciativa:before {
        right: -59px;
        left: auto;
    }

}

@media only screen and (max-width: 991.98px) {
    .pa-iniciativas img {
        margin: auto;
        display: block;
        transform: translateY(30px);    ;
        -webkit-transform: translateY(30px);
        -moz-transform: translateY(30px);
        -ms-transform: translateY(30px);
        -o-transform: translateY(30px);
}

    .card-iniciativa {
        padding-top: 50px;
        z-index: -1;
    }
}

.img-circle .binary-foto_marquesina {
    border-radius: 3rem;
    overflow: hidden;
    margin: auto;
    margin-bottom: 2rem;
    max-width: 400px;
}

.img-circle .binary-foto_marquesina + .titulo {
    text-align: center;
    width: 100%;
} 

.img-circle .binary-foto_marquesina img {
    margin-bottom: 0;
}

.articulo .embed-responsive + .embed-responsive  {
    display: none;
}

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



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

footer div.h3 {
    font-weight: normal;
}

.footer p {
    margin: 0;
}

.footer a:hover {
    color: var(--primary);
}

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

@media only screen and (max-width: 991.98px) {
    footer  .list-group-horizontal {
        flex-direction: column;
    }
    footer  .list-group-horizontal .pl-0 {
        padding-left: 1.25rem !important;
    }
}

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



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

#section-01 .titulo,
#section-01 .imagen,
#section-02,
#section-03 .recuadro .link_youtube,
#section-03 .recuadro .content,
#section-04 {
     opacity: 0;
}
#section-02 {
    z-index: 1;
}

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

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

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

  .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
   -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }

  @-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.delay-1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
  }

  @-webkit-keyframes fadeInLeft {
    from {
      opacity: 0;
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0);
    }
  
    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  
  @keyframes fadeInLeft {
    from {
      opacity: 0;
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0);
    }
  
    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  
  .fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }

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

  @keyframes fadeInRight {
    from {
      opacity: 0;
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0);
    }
  
    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  
  .fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  
  @-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.9s;
    animation-duration: 0.9s;
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
    opacity: 1 !important;
  }
/************************************************************************************
FIN ANIMACIONES
*************************************************************************************/

#navbarSupportedContent ul li:after {
    content:"";
    display:block;
    width: 0;
    background-color: var(--yellow);
    height: 3px;
    -webkit-transition: all .2s;
    transition: all .2s;
    
}

#navbarSupportedContent ul li.active:after,
#navbarSupportedContent ul li:hover:after {
    width: 100%;
}

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

    #navbarSupportedContent ul li:after {
        display: none;
    }
}