/* Fonts */
@font-face {
  font-family: "ChampionHTF";
  src: url("../fonts/Champion-HTF-Lightweight-Regular.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "HelveticaNowBold";
  src: url("../fonts/HelveticaNowDisplay-Bold.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "DINProMedium";
  src: url("../fonts/DIN_Pro_Medium.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "DINProBold";
  src: url("../fonts/DIN_Pro_Bold.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "DINPro";
  src: url("../fonts/DIN_Pro.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "DINProCondBold";
  src: url("../fonts/DIN_Pro_Cond_Bold.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}
.table-dark {
  --bs-table-color: #fff;
  --bs-table-bg: #002169;
  --bs-table-border-color: #4d5154;
  --bs-table-striped-bg: #002169;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #002169;
  --bs-table-hover-color: #fff;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-color-type: #000;
  --bs-table-bg-type: #e3e3e3;
}

.table-striped > tbody > tr:nth-of-type(even) > * {
  --bs-table-color-type: #000;
  --bs-table-bg-type: #f0f0f0;
}

tfoot td {
  background-color: #002169 !important;
  color: #fff !important;
}

body {
  color: #0e0e0e;
  font-family: "DINPro", sans-serif;
  font-size: 1.1rem;
  font-weight: normal;
}
body .home {
  background-image: url("../img/Fondo-Valvoline-Mob.png");
  background-position: top right;
  background-repeat: no-repeat;
}

.hand {
  cursor: pointer;
}

a.reset-pwd {
  color: #002169;
  text-decoration: none;
  font-weight: bold;
  cursor: pointer;
}
a.reset-pwd:hover {
  color: #0082ca;
}

.fw-bold {
  font-family: "DINProBold", sans-serif;
  font-size: 1.5rem;
  font-weight: normal;
}

strong, .strong {
  font-family: "DINProBold", sans-serif;
  font-weight: normal;
}

.text-secondary {
  color: #e2211d !important;
}

h1 {
  font-family: "ChampionHTF", sans-serif;
  font-weight: normal;
  text-transform: uppercase;
}

h2 {
  font-family: "HelveticaNowBold", sans-serif;
  font-size: 1.6rem;
  font-weight: normal;
  text-transform: uppercase;
}

h3 {
  font-family: "DINProBold", sans-serif;
  font-size: 2.2rem;
  font-weight: bold;
  text-transform: uppercase;
}

h4 {
  font-family: "DINProBold", sans-serif;
  font-size: 1.8rem;
  font-weight: bold;
  text-transform: uppercase;
}

.legales {
  font-family: "DINProMedium", sans-serif;
  font-size: 0.9rem;
}

.btn-primary {
  background-color: #e1251b !important;
  border-color: #e1251b !important;
  border-radius: 1.5rem;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  font-family: "DINProBold", sans-serif !important;
}
.btn-primary:hover {
  background-color: #002169 !important;
  border-color: #002169 !important;
}

.btn-secondary {
  background-color: #0082ca;
  border-color: #0082ca;
  border-radius: 5rem;
  color: #fff;
  text-transform: uppercase;
  font-family: "DINProBold", sans-serif;
  padding: 0.5rem 1rem;
}
.btn-secondary img {
  max-width: 20px;
}
.btn-secondary:hover {
  background-color: #002169 !important;
  border-color: #002169 !important;
}

.footer {
  background-color: #002169;
  color: #fff;
  font-size: 1.05rem;
  font-family: "DINProMedium", sans-serif;
}

.modal-header {
  background-color: #002169;
}

.modal-title {
  font-family: "HelveticaNowBold", sans-serif;
  color: #fff;
}

.floating-action-menu {
  bottom: 0;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  position: absolute;
  top: 90%;
  transform: translate(-10%, -50%);
  right: 0;
  z-index: 200;
  vertical-align: middle !important;
}

.floating-action-menu .sub-button {
  transform: translateY(-30px);
}

.fs-1 {
  font-size: 1.3rem !important;
}

.nav-item {
  margin: 0.2rem 0.2rem;
}

.nav-link {
  background-color: transparent;
  border-radius: 1.5rem;
  color: #0082ca;
  font-family: "DINProCondBold", sans-serif;
  font-size: 1.2rem !important;
  padding: 0.2rem 1.5rem !important;
}
.nav-link:hover, .nav-link:focus {
  color: white;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  background-color: #002169;
  color: #fff !important;
}

.dropdown-item:focus, .dropdown-item:hover {
  background-color: #002169;
  color: #fff !important;
}

.navbar-brand img {
  max-height: 40px;
}

.premios p {
  font-size: 0.8rem;
  line-height: 0.9rem;
  margin-top: 0.2rem;
  text-align: center;
}

.bg-frm {
  background-color: #0082ca;
  color: #fff;
  line-height: 1.2;
}

label.is-invalid {
  color: #fffb00;
  font-size: 14px !important;
  margin: 0 !important;
}

.form-check-input.is-invalid ~ .form-check-label, .was-validated .form-check-input:invalid ~ .form-check-label {
  color: #ffc107;
}

.border-lgray {
  border: lightgray;
}

.form-check-input:checked[type=radio] {
  background-color: #e1251b;
}

.form-check-label {
  vertical-align: middle;
}

/* Media Queries */
@media (min-width: 768px) {
  body .home {
    background-image: url("../img/Fondo-Valvoline.png");
    background-position: top center;
    background-repeat: no-repeat;
  }
  .btn-secondary img {
    max-width: 35px;
  }
  .nav-item {
    margin: 0.2rem 0.5rem;
  }
  .nav-link {
    background-color: #0082ca;
    border-radius: 1.5rem;
    color: #fff;
    padding: 0.2rem 1.8rem !important;
  }
  .nav-link:hover {
    background-color: #002169;
    color: #fff !important;
  }
  .nav-item .active {
    background-color: #002169;
    color: #fff !important;
  }
  .navbar-brand img:first-child {
    max-width: 74px;
    height: auto;
  }
  .navbar-brand img:nth-child(2) {
    max-width: 249px;
    height: auto;
  }
}/*# sourceMappingURL=styles.css.map */