* {
    margin: 0;
    padding: 0;
}
body {
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}
a {
   text-decoration: none!important;
}
.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.text-yellow {
  color: #FFEF0A;
}
._inline-form ._submit {
  font-size: 18px !important;
  font-weight: 700 !important;
  width: 100%;
}
.bg-principal {
   background-image: url(/images/cover.webp);
   background-size: cover;
   background-repeat: no-repeat;
   background-position: top center;
   background-attachment: fixed;
}
.of-cover {
   object-fit: cover;
}