@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;
}
.sectionType1 {
  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;
  /* MOBILE FIRST (sm → md) default */
  padding: 3rem 0;
}
.sectionType1 .inner {
  margin: 0 auto;
  padding: 0 1rem;
}
.sectionType1 .inner:not(:last-child) {
  margin-bottom: 4.5rem;
}
.sectionType1 .inner .heading {
  font-family: "GarageGothic", "Verdana", Arial, sans-serif;
  text-align: center;
  color: #ffffff;
  font-size: 1.9375rem;
  font-weight: 700;
  margin-bottom: 2rem;
  text-transform: uppercase;
}
.sectionType1 .inner .cardContainer {
  display: flex;
  gap: 2.5rem;
  align-items: center;
  flex-direction: column;
}
.sectionType1 .inner .cardContainer .card {
  display: flex;
  flex-direction: row;
  display: flex;
  flex-direction: row;
  max-width: 280px;
}
.sectionType1 .inner .cardContainer .card .numeral {
  display: flex;
  align-items: center;
  flex-direction: row;
  color: #ffffff;
  font-size: 185px;
  font-family: "GarageGothic", "Verdana", Arial, sans-serif;
}
.sectionType1 .inner .cardContainer .card .imageTextContainer {
  display: flex;
  align-items: center;
  flex-direction: column;
  max-width: 260px;
  text-align: center;
  color: #ffffff;
}
.sectionType1 .inner .cardContainer .card .imageTextContainer .cardImage {
  width: 100%;
  height: auto;
  margin-bottom: 1.25rem;
}
.sectionType1 .inner .cardContainer .card .imageTextContainer .cardText {
  max-width: 320px;
  font-family: "OpenSansBold", "Verdana", Arial, sans-serif;
  font-size: 1.5625rem;
  line-height: 1.4;
}
.sectionType1 .inner .cardContainer .card .multiIconDiv {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sectionType1 .inner .cardContainer .card .multiIconDiv .icon {
  object-fit: cover;
  box-sizing: border-box;
  width: auto;
  height: 140px;
  border-width: 5px;
}
.sectionType1 .inner {
  /*  Section 2 variant (mobile) */
}
.sectionType1 .inner:last-child .cardContainer {
  gap: 2rem;
}
.sectionType1 {
  /*  Tablet placeholder (md → lg) – keep empty for now */
}
@media (min-width: 599.9px) and (max-width: 839.9px) {
  .sectionType1 .inner .heading {
    font-size: 3.125rem;
    margin-bottom: 3rem;
  }
  .sectionType1 .inner .cardContainer {
    display: flex;
    gap: 3rem;
    justify-content: space-around;
    flex-direction: row;
  }
  .sectionType1 .inner .cardContainer .card {
    max-width: none;
  }
  .sectionType1 .inner .cardContainer .card .imageTextContainer .cardImage {
    max-width: 200px;
  }
  .sectionType1 .inner .cardContainer .card .multiIconDiv .icon {
    height: 150px;
    border-width: initial;
  }
  .sectionType1 .inner {
    /*  Section 2 variant (desktop) */
  }
  .sectionType1 .inner:last-child .cardContainer {
    gap: 0;
  }
  .sectionType1 .inner:last-child .cardImage {
    max-width: 160px;
    border-radius: 50%;
  }
}
@media (min-width: 839.9px) {
  .sectionType1 {
    padding: 4rem 0;
  }
  .sectionType1 .inner .heading {
    font-size: 3.125rem;
    margin-bottom: 3rem;
  }
  .sectionType1 .inner .cardContainer {
    display: flex;
    gap: 3rem;
    justify-content: space-around;
    flex-direction: row;
  }
  .sectionType1 .inner .cardContainer .card {
    max-width: none;
  }
  .sectionType1 .inner .cardContainer .card .imageTextContainer .cardImage {
    max-width: 200px;
  }
  .sectionType1 .inner .cardContainer .card .multiIconDiv .icon {
    width: auto;
    height: 200px;
    border-width: initial;
  }
  .sectionType1 .inner {
    /* ✅ Section 2 variant (desktop) */
  }
  .sectionType1 .inner:last-child .cardContainer {
    gap: 0;
  }
  .sectionType1 .inner:last-child .cardImage {
    max-width: 160px;
    border-radius: 50%;
  }
}
