.tcn-container h1, 
.tcn-container h2, 
.tcn-container h3, 
.tcn-container h4,
.tcn-container h5,
.tcn-container h6 {
    color: #153B63;
}
.btn-outline-light:hover {
    color: #212529;
    background-color: white;
    border-color: #f8f9fa;
}
.container-vacantes .item-vacante,
.container-vacantes .item-vacante-content{
    white-space: normal;
    border: 1px solid rgba(90,90,90,0.5);
}
.item-vacante .custom-radio .custom-control-label::before {
    display: none;
}
.item-vacante .custom-radio .custom-control-input:checked~.custom-control-label::after {
    background-image: none;
}
.item-vacante.selected { border: 2px solid #003399; }
.container-item-vacantes{
    max-height: 50rem;
    overflow-y: auto;
}
ul.detalle-vacante{
    padding-left: 20px;
}
ul.detalle-vacante li::marker {
    color: #003399;
}
button.item-vacante-content:active{
    box-shadow: none!important;
    background-color: white!important;
    border: 1px solid rgba(90,90,90,0.5)!important;
}
.titulo-detalle-vacante{
    display: none;
}
/* Star Scroll */
.container-item-vacantes::-webkit-scrollbar-track{
	-webkit-box-shadow: inset 0 0 6px rgba(90,90,90,0.5);
	border-radius: 10px;
	background-color: #F5F5F5;
}
.container-item-vacantes::-webkit-scrollbar{
	width: 12px;
	background-color: #F5F5F5;
}
.container-item-vacantes::-webkit-scrollbar-thumb{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(90,90,90,0.5);
	background-color: rgba(90,90,90,0.5);
}
/* End Scroll */

#modalDatos .modal-content{
    background-color: #f9f9f9;
}
.close-modal-datos{
    background-color: #003399!important;
    border: 2px solid white!important;
    border-radius: 25px;
    position: absolute;
    width: 50px;
    height: 50px;
    top: 0px;
    right: 0px;
}
.btn-times{
    position: absolute;
    top: 4px;
    right: 15px;
    font-size: 2rem;
}
.txt-paso{
    font-size: 18px;
}
.text-blue-tcn{
    color: #003399;
}
.span-pasos{
    background-color: #153B63;
    border-radius: 25px;
    width: 40px;
    height: 40px;
    font-size: 24px;
}
.select2 .select2-selection, .input-gris{
    background-color: #f2f2f2!important;
    font-weight: 600;
}
hr.separador-datos{
    background-color: #153B63;
    border: 0;
    height: 1px;
    left: 0;
    margin-top: 18px;
    position: absolute;
    width: 100%;
}
.label-separador{
    position: relative;
    padding: 5px 3rem;
    background-color: #f9f9f9;
    color: #153B63;
}
.select2.select2-container{
    width: 100%!important;
}
.select2 .select2-selection{
    align-items: center;
    padding: 18px 5px;
    display: flex!important;
    border: 1px solid #ced4da!important;
}
.step-aplicacion-4 .card{
    background-color: #f9f9f9;
    border: 1px solid #003399;
}
.label-cargar-cv{
    background-color: #f9f9f9;
    position: absolute;
    top: -10px;
    padding: 0px 1.5rem;
    left: 50px;
}
.item-vacante-content .body-detalle-vacante{
    border-top: 1px solid rgba(90,90,90,0.5);
}
.close-modal-datos-2{
    display: none;
}

@media (max-width: 575.98px){
    .modal-fullscreen-sm-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }
}

@media only screen and (max-width: 767px) {
    .close-modal-datos-2{
        display: block;
    }
    #modalDatos .modal-content, .step-aplicacion-4 .card, .label-cargar-cv {
        background-color: white;
    }
    .label-separador {
        background-color: white;
        padding: 5px 1rem;
    }
    .step-desktop, .close-modal-datos{
        display: none;
    }
    .form-control {
        padding: .375rem .75rem!important;
    }

    .modal-detalle-vacante{
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1050;
        display: none;
        overflow: hidden;
        outline: 0;
    }
    .item-vacante-content{
        border: none!important;
        font-size: 0.8rem;
    }
    .item-vacante-content .body-detalle-vacante{
        padding-bottom: 2rem!important;
        max-height: 50%;
        overflow-y: auto;
    }
    .modal-detalle-vacante.show{
        display: block;
    }
    button.item-vacante-content:active{
        border: none!important;
    }
    .titulo-detalle-vacante{
        display: block;
        background-color: #f1f1f1;
    }
    .item-vacante-content h5{
        font-size: 1rem!important;
    }
    .close-detalle-vacante{
        left: 5%;
        position: absolute;
        top: 20px;
        z-index: 1;
        padding: .5rem;
    }
    .titulo-step-5{
        font-size: 25px;
    }
    .mt-xs-5{
        margin-top: 3rem!important;
    }
    button.btn-fin-postulacion, button.btn-upload-cv{
        display: block;
        width: 100%;
    }
}
