@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;  }


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