@font-face {
    font-family: 'trueno'; /*a name to be used later*/
    src: url('./admin/fonts/TruenoRg.otf'); /*URL to font*/
}
@font-face {
    font-family: 'trueno_lt'; /*a name to be used later*/
    src: url('./admin/fonts/TruenoLt.otf'); /*URL to font*/
}
@font-face {
    font-family: 'trueno_bd'; /*a name to be used later*/
    src: url('./admin/fonts/TruenoBd.otf'); /*URL to font*/
}

.btn-primary {
  background: #0f42aa;
  color: white;
  border-radius: 10px;
  font-family: 'trueno_bd';
  font-size: 16px;
  text-align: center; 
  padding: 13px;
}
.btn-primary:hover{
  background-color: #0095c0;
  text-decoration: none;
  -webkit-transition: all 0.5s 0s ease;
  -moz-transition: all 0.5s 0s ease;
  -o-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
}
.btn-secondar {
  background: white;
  color: #0f42aa;
  border: 2px solid #0f42aa;
}
.titulos {
  color: black; 
  font-size:20px; 
  font-family: 'trueno_bd'; 

}
.card-title {
  font-family:"trueno";
  color: black;
  font-size: 16px;
}
.parrafos{
  font-family: 'trueno_lt'; 
  font-size: 16px; 
  color:black;
  text-align: justify;

}
.textos-regulares{
  font-family: 'trueno_lt';
  font-size: 16px;

}
.fondo-amarillo{
  background-color: #ffd12e;
}
.num-tasas{
  font-family: "trueno_bd";
  font-size: 20px;
  color: #0f42aa;
}
/**GRIS PARA TEXTOS PEQUEÑOS #7a7a7a***/