@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;
}
@media (min-width: 599.9px) and (max-width: 839.9px) {
  .footerSection {
    margin-top: 1rem;
  }
}
@media (min-width: 839.9px) {
  .footerSection {
    margin-top: 1rem;
  }
}
.footerSection .footerContainer {
  color: #002d72;
}
.footerSection .footerContainer a {
  color: #002d72;
  text-decoration: none;
}
.footerSection .footerContainer a:hover {
  text-decoration: underline;
}
.footerSection .footerContainer .footerMenu {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.footerSection .footerContainer .footerMenu .col1 {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  padding-bottom: 1.5rem;
}
@media (min-width: 839.9px) {
  .footerSection .footerContainer .footerMenu .col1 {
    align-items: center;
  }
}
.footerSection .footerContainer .footerMenu .col1 .paraSection {
  width: auto;
}
@media (min-width: 839.9px) {
  .footerSection .footerContainer .footerMenu .col1 .paraSection {
    width: 50%;
  }
}
.footerSection .footerContainer .footerMenu .col1 .footerLogo {
  max-width: 116px;
}
.footerSection .footerContainer .footerMenu .col2 {
  display: flex;
  gap: 1rem;
}
@media (min-width: 839.9px) {
  .footerSection .footerContainer .footerMenu .col2 {
    flex-direction: row;
    gap: 1rem;
    justify-content: center;
  }
}
.footerSection .footerContainer .footerMenu .col2 .linkGroup .groupTitle,
.footerSection .footerContainer .footerMenu .col2 .socialSection .groupTitle {
  margin-bottom: 1.5rem;
  font-weight: 600;
}
.footerSection .footerContainer .footerMenu .col2 .linkGroup ul,
.footerSection .footerContainer .footerMenu .col2 .socialSection ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
  font-family: "GarageGothicBold", Helvetica, Arial, Lucida, sans-serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.625rem;
  letter-spacing: normal;
  font-style: normal;
}
@media (min-width: 1023.9px) {
  .footerSection .footerContainer .footerMenu .col2 .linkGroup ul,
  .footerSection .footerContainer .footerMenu .col2 .socialSection ul {
    font-family: "GarageGothicBold", Helvetica, Arial, Lucida, sans-serif;
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1.75rem;
    letter-spacing: normal;
    font-style: normal;
    gap: 1rem;
  }
}
.footerSection .footerContainer .footerMenu .col2 .linkGroup ul li,
.footerSection .footerContainer .footerMenu .col2 .socialSection ul li {
  margin-bottom: 1rem;
}
@media (min-width: 0) and (max-width: 1023.9px) {
  .footerSection .footerContainer .footerMenu .col2 .linkGroup ul li,
  .footerSection .footerContainer .footerMenu .col2 .socialSection ul li {
    flex: 1 1 calc(50% - 12px);
  }
}
.footerSection .footerContainer .footerMenu .col2 .linkGroup ul li a,
.footerSection .footerContainer .footerMenu .col2 .socialSection ul li a {
  transition: opacity 0.2s ease;
  color: #002d72;
}
.footerSection .footerContainer .footerMenu .col2 .linkGroup ul li a:hover,
.footerSection .footerContainer .footerMenu .col2 .socialSection ul li a:hover {
  opacity: 0.8;
}
.footerSection .footerContainer .footerMenu .footerLogo {
  max-width: 116px;
  height: auto;
}
.footerSection .footerContainer .socialIcons {
  display: flex;
  gap: 2.75rem;
}
.footerSection .footerContainer .socialIcons svg {
  font-size: 1.375rem;
  transition: transform 0.2s ease;
}
.footerSection .footerContainer .socialIcons svg:hover {
  transform: scale(1.1);
}
.footerSection .footerContainer .copyrightText {
  text-align: center;
  font-family: "OpenSansLight", Helvetica, Arial, Lucida, sans-serif;
  font-weight: 300;
  font-size: 0.875rem;
  line-height: 1.375rem;
  letter-spacing: normal;
  font-style: normal;
}

@media (min-width: 0) and (max-width: 599.9px) {
  .footerMenu .col2 {
    flex-direction: column;
    gap: 2rem;
    justify-content: center;
  }
  .socialIcons {
    justify-content: center;
  }
}
