/* AQUI VA LOS CUSTOM CSS RESPECTO AL TEMPLATE ELEGIDA */

.able-logo {
    display: inline-block;
    margin-right: 10px;
    width: 60px !important;
}

.logo-medium{
    display: inline-block;
    margin-right: 10px;
    width: 100px !important;
}

.btn-dark{
    background-color: #3f3f3f !important;
    color: white;
}

.bg-dark{
    background-color: #3f3f3f !important;
    color: white;
}

.btn-card-header{
    position: absolute;
    right: 2%;
    top: 5%;
}

.btn-card-footer{
    position: absolute;
    right: 2%;
    top: 90%;
}

.modal-xl{
    max-width: 70%;
}

/** Estilos para la vista TEST **/

.header-test{
    padding-top: 30px;
    width: 100%;
    height: 200px;
    
}

.body-test{
    border: 2px solid #FECA9E;
}

.title-test{
    color: #433F92;
}

.subtitle-test{
    font-weight: 500;
    color: #433F92;
}

.subtitle-test-light{
    font-weight: 100;
    color: #433F92;
}

.header-section-test{
    display: flex;
    background-color: #FECA9E;
    color: #433F92;
    font-weight: bold;
    padding: 15px;
    flex-wrap: wrap;
}

.color-test{
    color: #433F92;
}

.bg-test{
    background-color: #FECA9E;
}

/** Estilos para la vista del formulario del Anexo 1 de Educación **/

.body-anexo-edu{

}

.text-black{
    color:black !important;
}

.section-anexo-edu{
    border: 1px solid black;
}

.cab-section-anexo-edu{
    text-align: center;
    padding: 15px;
    border: 1px solid black;
    background-color: #f4f4f4;
}

.body-section-anexo-edu{
    padding: 15px;
    border: 1px solid black;
    border-top: 0px;
}


/**** Media Querys para la vista Móvil ****/
@media screen and (max-width: 768px) {
    .header-section-test{
        text-align: center;
    }
    
    .div-calificacion{
        display: flex;
        text-align: center;
        padding-top: 15px;
    }
}
