/* Gotham Bold */
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Bold.otf') format('opentype');
  font-weight: bold;
  font-style: normal;
}

/* Gotham Light */
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}

/* Gotham Medium */
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}

/* Gotham Ultra */
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Ultra.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
}

/* Gotham Light (WOFF2 versión) */
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/GothamLight.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
}

/* Font Awesome Solid */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fa-solid-900.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
}


body {
  font-family: 'Gotham', sans-serif;
}

.fa-brands:before, .fa-regular:before, .fa-solid:before, .fa:before, .fab:before, .far:before, .fas:before {
  content: var(--fa);
}

.fa-location-dot, .fa-map-marker-alt {
  --fa: "\f3c5";
}

#heroSection h1 strong {
  --tw-text-opacity: 1;
  color: rgb(255 159 0 / var(--tw-text-opacity));
}
.bg-air-naranja-primario {
  --tw-bg-opacity: 1;
  background-color: rgb(255 159 0 / var(--tw-bg-opacity));
}
.background-cover {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
  bottom: 0;
  z-index: -1;
}