@font-face {
    font-family: Nunito;
    src: url(./font/Nunito-VariableFont_wght.ttf);
 }

.anime-loading {
    position: relative;
    display: flex;   
    justify-content: center;
    align-items: center;
    z-index: 1;    
    background: rgba(0, 0, 0, 0.829);
}

.display-shadow {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1;
}

form {
    background: rgba(210, 211, 213, 0.7);
    padding: 20px;
    margin: 2px;
}

body {
    font-family: Nunito;
    background-image: url("../img/bg.jpg");
}

.msg {
    background: rgba(255, 173, 24, 0.9);
    border-radius: 5px;
    box-shadow: 2px 2px 2px rgba(164, 157, 67, 0.9);
    padding: 5px;
    margin: 0px;
    text-align: center;
}

.titulo {
    color: rgb(51, 49, 49);
    font-size: 20pt;
    font-family:'Nunito';
}

footer {
    text-align: center;
    bottom: 0px;
    position: absolute;
    width: 100%;
}