@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&family=Teko:wght@300..700&display=swap");
body {
  font-family: "Open Sans", sans-serif !important;
}

.hero-section {
  height: 100vh !important;
  background-image: url("../img/bg-hero.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.nav-logo {
  width: 120px;
  height: auto;
}

.title {
  font-family: "Teko", sans-serif !important;
  font-weight: 300;
}

.title > strong {
  color: #EE3124;
}

.logo {
  max-width: 250px;
  margin-bottom: 1rem;
}

.btn-outline-primary {
  --bs-btn-color: #FDA8A2;
  --bs-btn-border-color: #EE3124;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #EE3124;
  --bs-btn-hover-border-color: #EE3124;
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #EE3124;
  --bs-btn-active-border-color: #EE3124;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #EE3124;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #EE3124;
  --bs-gradient: none;
}

.gradient-primary {
  background: #343434;
  background: linear-gradient(90deg, rgb(52, 52, 52) 8%, rgb(195, 71, 62) 100%);
}

.nav-link {
  font-size: small !important;
}

.border-tertiary {
  --bs-border-opacity: 1;
  border-color: #EE3124 !important;
}

.bg-primary-300 {
  background-color: rgba(195, 71, 62, 0.3) !important;
}

.bg-secondary {
  background-color: #433837 !important;
}

.bg-tertiary {
  background-color: #EE3124 !important;
}

.text-primary {
  color: #C3473E !important;
}

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

.label-img {
  color: white;
}

.label-img > .square {
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 75px;
}

.h50px {
  height: 75px;
}

.pe-9 {
  padding-right: 9rem;
}

.ps-9 {
  padding-left: 9rem;
}

.mt-9 {
  margin-top: 7rem;
}

.phone {
  width: 100%;
  height: auto;
}

.info-position {
  position: relative;
  top: -150px;
}

footer {
  width: 100%;
  position: fixed;
  bottom: 0px;
  background: #343434;
  background: linear-gradient(90deg, rgb(52, 52, 52) 8%, rgb(195, 71, 62) 100%);
  width: 100%;
}

@media (max-width: 767.98px) {
  .hero-section {
    height: auto !important;
    min-height: 100vh;
    overflow-y: auto;
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

/*# sourceMappingURL=styles.css.map */
