@charset "UTF-8";
@font-face {
  font-family: "OpenSansLight";
  src: url("/DigitUp/LaCaseraPT/assets/fonts/OpenSans-Bold.woff2") format("woff2"), url("/DigitUp/LaCaseraPT/assets/fonts/OpenSans-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GarageGothic";
  src: url("/DigitUp/LaCaseraPT/assets/fonts/garage-gothic.woff2") format("woff2"), url("/DigitUp/LaCaseraPT/assets/fonts/garage-gothic.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "OpenSansBold";
  src: url("/DigitUp/LaCaseraPT/assets/fonts/OpenSans-Bold.woff2") format("woff2"), url("/DigitUp/LaCaseraPT/assets/fonts/OpenSans-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/* Define the responsive grid mixin */
/* Center content with optional starting column */
.sectionType2 {
  max-width: 1440px;
  margin-inline: auto;
  width: 100%;
  background-image: url("/DigitUp/LaCaseraPT/assets/bg-multicolor.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top left;
  text-align: center;
  /* =========================
     BASE (MOBILE FIRST: sm → md)
  ========================= */
  padding: 3rem 1rem 3.5rem;
}
.sectionType2 .heading {
  font-family: "GarageGothic", "Verdana", Arial, sans-serif;
  color: #ffffff;
  font-size: 1.9375rem;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 2.5rem;
}
.sectionType2 .cardContainer {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  /* 12 columns - Default for desktop min-width 1200px */
}
.sectionType2 .cardContainer {
  /* Mobile breakpoint (sm to lg): 8 columns $columns-mobile, 1fr*/
}
@media (min-width: 599.9px) and (max-width: 839.9px) {
  .sectionType2 .cardContainer {
    grid-template-columns: repeat(4, 1fr);
  }
}
.sectionType2 .cardContainer {
  /* Tablet breakpoint (lg to xl): 8 columns */
}
@media (min-width: 839.9px) {
  .sectionType2 .cardContainer {
    grid-template-columns: repeat(4, 1fr);
  }
}
.sectionType2 .cardContainer {
  max-width: 1200px;
  margin: 0 auto;
  /* mobile gap */
  gap: 2.5rem 1.5rem;
}
.sectionType2 .cardContainer .card {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sectionType2 .cardContainer .card .icon {
  width: auto;
  height: 100px;
  margin-bottom: 1rem;
}
.sectionType2 .cardContainer .card .label {
  font-family: "GarageGothic", "Verdana", Arial, sans-serif;
  background: #e40137;
  color: #ffffff;
  padding: 0.625rem 1rem;
  border-radius: 1.25rem;
  font-size: 0.75rem;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.2;
  max-width: 220px;
}
.sectionType2 {
  /* =========================
     TABLET (md → lg)
     keep empty for now
  ========================= */
  /* =========================
     DESKTOP (lg and up)
     restore original desktop-first values
  ========================= */
}
@media (min-width: 839.9px) {
  .sectionType2 {
    padding: 4rem 1rem 4.5rem;
  }
  .sectionType2 .heading {
    font-size: 3.125rem;
    margin-bottom: 3rem;
  }
  .sectionType2 .cardContainer {
    gap: 3rem;
  }
  .sectionType2 .cardContainer .card .icon {
    height: 180px;
  }
  .sectionType2 .cardContainer .card .label {
    font-size: 1.5625rem;
    padding: 0.75rem 1.25rem;
  }
}
