@font-face {
  font-family: "BalooChettanMalayalam";
  src: url("../fonts/BalooChettanMalayalam-Regular.ttf");
}
@font-face {
  font-family: "LensGrotesk";
  src: url("../fonts/LensGrotesk-Book.otf");
}
body {
  /* background-image: url('../../assets/img/prueba.jpg'); */
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-color: white;
}
.titulo {
  font-family: "BalooChettanMalayalam", sans-serif;
  color: #1b4ab2;
}
.img {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.error {
  display: block !important;
}
#identificacion {
  display: block !important;
}
.cardT {
  background-color: #ffb100;
  color: #ffb100;
  font-family: "BalooChettanMalayalam", sans-serif;
  /* border: 2px solid #1B4AB2; */
}
.bordera {
  border: 2px solid #4FA85B;
}
.form-label {
  font-family: "LensGrotesk", sans-serif !important;
}
button {
  font-family: "LensGrotesk", inherit !important;
}
.gradientAzul {
  background-color: #1bb234;
  color: white;
}
.gradientAmarillo {
  background-color: #838382;
  color: white;
}
.gradientAzul:hover {
  color: #ffffff !important;
}
.gradientAmarillo:hover {
  color: #ffffff !important;
  background-color: #838382;
}
.redl{
  color: white;
}
.redl:hover{
  color: #1b4ab2 !important;
}
/* @media only screen and (max-width: 1212px) {
  body {
    background-image: url('../../assets/img/bg-pricing1.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-color: #66999;
  }
} */
