.container{
    top: 0;left:0;width: 100vw;
    height: 100vh;
    position: absolute;
    display: flex;
    flex-direction: column;
height: 100hv;
}p{margin: 0;padding: 0;}
.logo{
    height: 125px;min-height: 125px;min-width: 125px;border-radius: 50%;border: 2px solid #FFFFFF;margin: 30px;
}

h1{color: #FFFFFF;}
.load{
    display: flex;
    flex-direction: column;justify-content: center;align-items: center;
    height: 100vh;width: 100vw;
}
.footer{
    
margin-top: 40px;
}
.div-boton{
    display: flex;
    justify-content: center;
    align-items: center;
}
.boton{
    min-width: 300px;margin: 10px;height: 60px;
    border-radius: 30px;
    border:0;font-size: 1.05rem;font-weight: bold;
}
.boton:hover{
    background-color: black !important;color: #FFFFFF !important;
}

body{margin: 0;padding: 0;    font-family: 'Lato', sans-serif !important;}
a{margin: 10px;width: 100px;}
.div-btns{
    display: flex;flex-direction: column;
   text-align: center;width: 100%;flex-wrap: wrap;
}
.div-center{
    display: flex;justify-content: center;align-items: center;vertical-align: middle;
}
h1{padding: 0;margin: 0;margin-right: 10px;}
.ficha{
   
    flex-direction: column;
    padding-bottom: 40px;
    padding-top: 40px;text-align: center;
}
.ficha p{
    margin: 10px
}


.body{
    height: calc(100vh - 100px);
    padding-top: 30px;
}
