@font-face {
  font-family: fuente_regular;
  src: url("../fuentes/Volte-Regular.otf");
}
@font-face {
  font-family: fuente_bold;
  src: url("../fuentes/Volte-Bold.otf");
}
@font-face {
  font-family: fuente_light;
  src: url("../fuentes/Volte-Light.otf");
}
.bold {
  font-family: fuente_bold !important;
}
.regular {
  font-family: fuente_regular !important;
}
.light {
  font-family: fuente_light !important;
}
.fuente-24 {
  font-size: 24px;
}
.fuente-22 {
  font-size: 22px;
}
.fuente-18 {
  font-size: 18px;
}
.fuente-12 {
  font-size: 12px;
}
img {
  max-width: 100%;
}
body {
  font-display: fallback;
  font-family: fuente_regular, Arial, Helvetica, sans-serif !important;
  margin: 0;
}
nav {
  height: 60px;
}
