@import url(estilo_login.css);
@import url(eslio_menu.css);
@import url(estilo_login.css);
@import url(estilo_formulario.css);
@import url(estilo_consulta.css);
@import url(app.css);
@import url(estilo_gestion.css);
@import url(graficas.css);
/*Estilos generales*/
*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
html{
    min-height: 100%;
    position: relative;

}
body{
    margin: 0px;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-family: sans-serif;
    background: url(../img/desde-23-332.png) no-repeat center top;
    background-size: cover;
    font-family: sans-serif;
    height: 100%;
    display: flex;
    flex-direction: column;
}
/*Pie de pagina*/
footer{
    width: 100%;
    background: rgba(0, 162, 97);
    position: absolute;
    bottom: 0 ; 
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
}

footer .img-pie{
    display: block;
    margin: auto;
    width: 100%;
}
footer .img-pie img{
    width: 100%;
}

.tabla-inicio{
    height:100%;
    width: 100%;
    background-color: #ffff;
}

.imagen_inicio{
    display: flex;
    align-content: flex-start;
    justify-content: center;
    align-items: center;
    height: 50%;
    width: 50%;
    margin: auto;
}
.imagen_inicio img{
    display: flex;
    margin: 50px auto;
    padding: 0px;
    background-size: cover;
}
#loading-overlay {
    display: none;
    position: fixed;
    z-index: 9998;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 163, 98, 0.357);
}

#loading {

    display: none;
    position: fixed;
    z-index: 9999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0);
    padding: 2rem;
    border-radius: 1rem;
}

#loading .spinner-border {
    width: 10rem;
    height: 10rem;
    color: #034c2f;
}



