@font-face {
  font-family: "GarageGothicBold";
  src: url("/DigitUp/LaCaseraES/assets/fonts/GarageGothic-Bold.woff2") format("woff2"), url("/DigitUp/LaCaseraES/assets/fonts/GarageGothic-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "OpenSansLight";
  src: url("/DigitUp/LaCaseraES/assets/fonts/OpenSans-Light.woff2") format("woff2"), url("/DigitUp/LaCaseraES/assets/fonts/OpenSans-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
/* Define the responsive grid mixin */
/* Center content with optional starting column */
/* ============================================
   Button Mixin
   Supports: variants, sizes, optional icon
=============================================== */
/* SIZE MIXIN (NO COLORS, NO VARIANT) */
/* VARIANT MIXIN (COLORS ONLY) */
/* OPTIONAL: BASE MIXIN */
.sectionHeroBackdrop {
  max-width: 1440px;
  padding: 0;
  color: #ffffff;
  position: relative;
  margin-inline: auto;
}

.sectionHeroBackdrop .content {
  top: 68%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -70%);
}
@media (min-width: 599.9px) and (max-width: 839.9px) {
  .sectionHeroBackdrop .content {
    bottom: 3rem;
    top: auto;
  }
}
@media (min-width: 0) and (max-width: 599.9px) {
  .sectionHeroBackdrop .content {
    bottom: 1rem;
    top: auto;
  }
}

.sectionHeroBackdrop .shadow::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.mobileImg {
  display: none;
}

@media (min-width: 0) and (max-width: 839.9px) {
  .sectionHeroBackdrop .heroImg img:first-child {
    display: none;
  }
  .mobileImg {
    display: block;
    width: 100%;
  }
}
