@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Afacad+Flux:wght@100..1000&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

*{  font-family: "Roboto","Afacad Flux", "sans-serif";   }

html, body {
    width: 100%;
    height: 100%;
}

body{   color: black;   }

a, a:hover{  color:inherit;  }
.fs-7{  font-size: 10pt !important;}
.borde{ border: 1px solid white;}


.hidden-field { display: none;  }

.whats {
    background-color: #25D366;
    border-radius: 50%;
    color: white !important;
    margin: 0;
    position: fixed;
    right: .5rem;
    bottom: 6rem;
    height: 75px;
    width: 75px;
    padding: 3px;
}

.whats:hover{
    background-color: #1eac52;
}

@media only screen and (min-width: 300px) and (max-width: 500px) and (orientation: portrait){
    
}