@font-face {
    font-family: 'ruda';
      src: url('../fuente/Ruda-Regular.ttf') format('truetype'); /* Modern Browsers */
      font-display: swap;
}
@font-face {
    font-family: 'ruda-bold';
      src: url('../fuente/Ruda-Bold.ttf') format('truetype'); /* Modern Browsers */
      font-display: swap;
}
@font-face {
    font-family: 'sans';
      src: url('../fuente/ClearSans-Regular.ttf') format('truetype'); /* Modern Browsers */
      font-display: swap;
}
@font-face {
    font-family: 'sans-bold';
      src: url('../fuente/ClearSans-Bold.ttf') format('truetype'); /* Modern Browsers */
      font-display: swap;
}
:root {
  --verde-ait: #96C93D;
  --verde-claro: #B3EF49;
  --azul-ait: #062742;
  --azul-claro: #1D5A7D;
}
body{
  background-color: #f3f3f3 !important;
}
@media (hover: hover) {
 
}
@media (height <= 600px) {
  
  
}
@media (width <= 999px) {
  
}
@media (width <= 768px) {
  
}
@media (width <= 600px) {

}


