/* 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: "";
  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;
}
body {
  background-image: url("../img/Fondo-Valvoline-Mob.png");
  background-position: top right;
  background-repeat: no-repeat;
  color: #0e0e0e;
  font-family: "DINPro", sans-serif;
  font-size: 1.5rem;
  font-weight: normal;
}

.fw-bold {
  font-family: "DINProBold", sans-serif;
  font-size: 1.5rem;
  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;
}

.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;
}

/* Media Queries */
@media (min-width: 768px) {
  body {
    background-image: url("../img/Fondo-Valvoline.png");
    background-position: top center;
    background-repeat: no-repeat;
    color: #0e0e0e;
    font-family: "DINPro", sans-serif;
    font-size: 1.5rem;
    font-weight: normal;
  }
  .btn-secondary img {
    max-width: 35px;
  }
}/*# sourceMappingURL=styles.css.map */