@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 */
.sectionType3 {
  max-width: 1440px;
  margin-inline: auto;
  width: 100%;
  background: linear-gradient(#e40137, #e40137), url("/DigitUp/LaCaseraPT/assets/BG-gotas.webp") center/cover no-repeat;
  background-blend-mode: multiply;
  text-align: center;
  color: #ffffff;
  /* =========================
     BASE (MOBILE FIRST: sm → md)
  ========================= */
  min-height: 60vh;
  padding: 80px 2.5rem;
}
.sectionType3 .heading {
  font-family: "GarageGothic", "Verdana", Arial, sans-serif;
  text-align: center;
  color: #ffffff;
  font-size: 1.9375rem;
  line-height: 78px;
  font-weight: 500;
  margin-bottom: 3rem;
  text-transform: uppercase;
}
.sectionType3 .cardContainer {
  display: flex;
  gap: 10px;
  justify-content: space-around;
  flex-direction: row;
  margin-top: 3.125rem;
}
.sectionType3 .cardContainer .card {
  display: flex;
  gap: 1.25rem;
  justify-content: space-between;
  flex-direction: column;
}
.sectionType3 .cardContainer .card .productImage {
  height: 150px;
}
.sectionType3 .bottomBar {
  display: flex;
  flex-direction: row;
  margin-top: 5rem;
  background-color: #ffffff;
  color: black;
  font-size: 0.75rem;
  letter-spacing: 0.5px;
}
.sectionType3 .bottomBar .leftText {
  width: 50%;
  padding: 0.9375rem 0;
  border-right: 1px solid #00205b;
}
.sectionType3 .bottomBar .rightText {
  width: 50%;
  padding: 0.9375rem 0;
  border-left: 1px solid #00205b;
}
.sectionType3 {
  /* =========================
     TABLET (md → lg)
     keep empty for now
  ========================= */
}
.sectionType3 {
  /* =========================
     DESKTOP (lg and up)
     restore original desktop-first values
  ========================= */
}
@media (min-width: 839.9px) {
  .sectionType3 {
    min-height: auto;
  }
  .sectionType3 .heading {
    font-size: 3.125rem;
    line-height: 78px;
    font-weight: 500;
  }
  .sectionType3 .cardContainer .card .productImage {
    height: 380px;
  }
  .sectionType3 .bottomBar {
    font-family: "GarageGothic", "Verdana", Arial, sans-serif;
    font-size: 1.875rem;
  }
  .sectionType3 .bottomBar .leftText {
    width: 70%;
    padding: 0.9375rem 0 0.9375rem 1.125rem;
    border-right: 1px solid #00205b;
  }
  .sectionType3 .bottomBar .rightText {
    width: 30%;
    padding: 0.9375rem 0 0.9375rem 1.125rem;
  }
}
