.navbar-mantenedor{
    background-color: #4276c6 !important;
    color: #fff !important;
    font-weight: 500 !important;
}

.thead-blue th{
    background-color: #4276c6 !important;
    border-color: #4276c6 !important;
    color: #fff !important;
}

.contenedor_general_section{
    padding-bottom: 120px;
    margin-top: 200px;
}

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
}

.input_personalizado{
    padding: 1rem 1em; 
    border-bottom: 1px solid #28a745  !important; 
    border: none; 
    background-color: #55f1554b;
}

.select_personalizado{
    border-bottom: 1px solid #28a745  !important; 
    border: none; 
    background-color: #55f1554b;
}

.file_personalizado{
    background-color: #55f1554b;
}