@charset "UTF-8";
/* TIPOGRAFÍAS */
@font-face {
  font-family: "Open Sans";
  src: url(/DigitUp/SunnyDelight/assets/fonts/Open_Sans/static/OpenSans-Light.ttf) format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url(/DigitUp/SunnyDelight/assets/fonts/Open_Sans/static/OpenSans-Regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url(/DigitUp/SunnyDelight/assets/fonts/Open_Sans/static/OpenSans-Medium.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url(/DigitUp/SunnyDelight/assets/fonts/Open_Sans/static/OpenSans-Bold.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Brush Up";
  src: url(/DigitUp/SunnyDelight/assets/fonts/BrushUp.ttf) format("truetype");
}
@font-face {
  font-family: "GarageGothicBold";
  src: url("../../../../SunnyDelight/assets/fonts/GarageGothic-Bold.woff2") format("woff2"), url("../../../../SunnyDelight/assets/fonts/GarageGothic-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BarlowSemiCondensed";
  src: url("../../../../SunnyDelight/assets/fonts/BarlowSemiCondensed-ExtraBold.woff2") format("woff2"), url("../../../../SunnyDelight/assets/fonts/BarlowSemiCondensed-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BarlowSemiCondensedLight";
  src: local("Barlow Semi Condensed Light"), local("BarlowSemiCondensed-Light"), local("Barlow Semi Condensed");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "OpenSansLight";
  src: url("../../../../SunnyDelight/assets/fonts/OpenSans-Light.woff2") format("woff2"), url("../../../../SunnyDelight/assets/fonts/OpenSans-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
/* FOOTER */
.footerSunny {
  background-color: #f7931e;
  border-top-left-radius: 1.875rem;
  border-top-right-radius: 1.875rem;
  color: #fff;
  padding: 1.875rem 0;
  padding-bottom: 3.75rem;
  overflow-x: clip;
}

.footerSunny .socialIcons {
  display: flex;
  align-items: center;
  gap: 0.9375rem;
}

.footerSunny .socialIcons img {
  width: 1.875rem;
  margin-right: 0;
}

.footerSunny .socialIcons .socialFacebook {
  display: none;
}

.footerSunny .footerLinks {
  display: flex;
  flex-wrap: wrap;
}

.footerSunny .footerLinks a {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  font-family: "Open Sans";
  font-size: 1.0625rem;
  font-style: normal;
  white-space: nowrap;
}

.footerSunny .footerLinks a:link,
.footerSunny .footerLinks a:visited,
.footerSunny .footerLinks a:active {
  color: #fff;
}

.footerSunny .footerLinks a:hover {
  text-decoration: underline;
}

.footerSunny .small {
  font-size: 0.8rem;
}

.mt5rem {
  margin-top: 5rem;
}

.parRights {
  color: #fff;
  text-align: center;
  font-family: "Open Sans";
  font-size: clamp(0.875rem, 1.5vw, 1rem);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.footerSunny .logoFooter img,
.footerSunny .imgFluidLogoFooter {
  margin-left: auto;
}

@media (min-width: 599.9px) {
  .footerSunny .row {
    align-items: flex-start;
  }
  .footerSunny .row > .colMd6:first-child {
    width: 60%;
  }
  .footerSunny .row > .colMd6:last-child {
    width: 38%;
  }
  .footerSunny .footerLinks {
    row-gap: 1rem;
    max-width: 100%;
  }
  .footerSunny .logoFooter {
    text-align: right !important;
  }
  .footerSunny .parRights {
    text-align: right !important;
    margin-top: 1rem;
  }
}
@media (min-width: 0) and (max-width: 599.9px) {
  .footerSunny {
    text-align: center;
    padding-top: 1.5rem;
    padding-bottom: 2rem;
  }
  .footerSunny .socialIcons {
    justify-content: center;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
  }
  .footerSunny .footerLinks {
    justify-content: center;
    align-items: center;
    gap: 0.625rem 0.75rem;
    max-width: 320px;
    margin-inline: auto;
  }
  .footerSunny .footerLinks a {
    font-size: 0.625rem;
    line-height: 1.2;
  }
  .footerSunny .logoFooter {
    text-align: center;
  }
  .footerSunny .logoFooter img,
  .footerSunny .imgFluidLogoFooter {
    width: min(70%, 220px);
    margin-inline: auto;
    margin-top: 1.5rem;
  }
  .footerSunny .parRights {
    text-align: center;
    font-size: 0.75rem;
    margin-top: 1rem;
  }
}
.desktop {
  display: block;
}

.mobile {
  display: none;
}
