@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 */
.footerSection {
  max-width: 1440px;
  margin-inline: auto;
  background: #002d72;
  font-family: "GarageGothic", "Verdana", Arial, sans-serif;
  /* =========================
     BASE (MOBILE FIRST: sm → md)
  ========================= */
}
.footerSection .footerContainer {
  color: #ffffff;
  display: flex;
  flex-direction: column;
  padding: 40px 0;
}
.footerSection .footerContainer a {
  color: #ffffff;
  text-decoration: none;
}
.footerSection .footerContainer a:hover {
  text-decoration: underline;
}
.footerSection .footerContainer .footerItem {
  margin-bottom: 20px;
}
.footerSection .footerContainer .footerItem .linkGroup ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 1.5rem;
  /* ✅ mobile default */
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-around;
  flex-direction: column;
}
.footerSection .footerContainer .copyrightText {
  margin: 20px 0;
  font-size: 1.25rem;
  text-align: center;
}
.footerSection .footerContainer .copyrightText p {
  margin: 0;
}
.footerSection {
  /* =========================
     TABLET (md → lg)
     (keep or fill as needed)
  ========================= */
}
@media (min-width: 599.9px) and (max-width: 839.9px) {
  .footerSection .footerContainer .footerItem .linkGroup ul {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: row;
  }
}
.footerSection {
  /* =========================
     DESKTOP (lg and up)
  ========================= */
}
@media (min-width: 839.9px) {
  .footerSection .footerContainer .footerItem .linkGroup ul {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: row;
  }
}
