@font-face {
  font-family: "SuperGroteskA BdLF";
  src: url("../fonts/SuperGroteskA-BdLF.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans";
  src: url("../fonts/DMSans-Regular.ttf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@media (min-width: 960px) {
  .mobile {
    display: none;
  }
}

@media (max-width: 959px) {
  .desktop {
    display: none;
  }
}

p,
h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0 !important;
}

.h1 {
  font-family: "SuperGroteskA BdLF", "DM Sans", Arial, Helvetica, sans-serif !important;
  font-weight: 500;
  font-size: 100px;
  line-height: 100px;
}

.h2 {
  font-family: "SuperGroteskA BdLF", "DM Sans", Arial, Helvetica, sans-serif !important;
  font-weight: 500;
  font-size: 50px;
  line-height: 50px;
}

.h3 {
  font-family: "SuperGroteskA BdLF", "DM Sans", Arial, Helvetica, sans-serif !important;
  font-size: 50px;
  font-weight: 500;
  line-height: 50px;
}

.h4 {
  font-family: "SuperGroteskA BdLF", "DM Sans", Arial, Helvetica, sans-serif !important;
  font-size: 30px;
  font-weight: 500;
  line-height: 35px;
}

.h5 {
  font-family: "SuperGroteskA BdLF", "DM Sans", Arial, Helvetica, sans-serif !important;
  font-size: 24px;
  line-height: 28px;
  font-weight: 500;
}

.h6 {
  font-family: "SuperGroteskA BdLF", "DM Sans", Arial, Helvetica, sans-serif !important;
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
}

body {
  margin: 0;
  font-family: "SuperGroteskA BdLF", "DM Sans", Arial, Helvetica, sans-serif !important;
  text-align: center;
}

header {
  background-color: #8CA8AB;
  display: flex;
  justify-content: space-between;
  padding: 12px;
  z-index: 1000;
  position: relative;
  padding-top: 15px;
}
@media (min-width: 960px) {
  header {
    padding: 28px 36px !important;
  }
}
header h1 {
  margin: 0;
}
@media (max-width: 959px) {
  header .logo img {
    width: 80px;
    height: 74px;
  }
}

.introduction-text {
  background-color: #8CA8AB;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 100px;
}
.introduction-text p {
  width: 670px;
  text-align: center;
  font-weight: 500;
  font-size: 19px;
  line-height: 24px;
  margin: 0;
}
@media (max-width: 960px) {
  .introduction-text p {
    width: 300px;
  }
}
@media (min-width: 960px) {
  .introduction-text p {
    font-size: 30px;
    line-height: 35px;
  }
}

section {
  margin-bottom: 100px;
}
section .hero-banner {
  font-weight: 500;
  font-size: 50px;
  line-height: 50px;
  letter-spacing: 0%;
  text-align: center;
  width: 100%;
  height: 150px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 960px) {
  section .hero-banner {
    height: 330px;
  }
}
section .hero-banner .content {
  z-index: 2;
  position: relative;
}
section .hero-banner .content h2 {
  margin: 0;
  padding: 50px 12px;
}
section .hero-banner + .section-content {
  margin-top: 100px;
}
section .hero-banner .parallax-bg {
  z-index: 1;
  width: 100%;
  height: 200%;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 501px) and (max-width: 1279px) {
  section .hero-banner .parallax-bg {
    top: -150%;
    height: 500%;
  }
}
@media (max-width: 500px) {
  section .hero-banner .parallax-bg {
    top: -150%;
    height: 500%;
  }
}
section .hero-banner .parallax-bg.economic {
  background-image: url("../images/balanc-economic.webp");
}
section .hero-banner .parallax-bg.work {
  background-image: url("../images/dimensio-laboral.webp");
}
section .hero-banner .parallax-bg.ecosystem {
  background-image: url("../images/ecosistema.webp");
}
section#labor-dimension {
  margin: 36px auto 100px auto;
}
section#labor-dimension .h4.desktop {
  display: flex !important;
}
section#labor-dimension .h4.desktop span {
  width: 100%;
}
section#labor-dimension .h6.mobile {
  display: none !important;
}
section#labor-dimension .h6.mobile span {
  width: 100%;
}
section .labor-dimension-graphic img {
  max-width: 100%;
  padding: 12px;
}
@media (min-width: 960px) {
  section .labor-dimension-graphic img {
    max-width: 1100px;
    width: 100%;
  }
}
section .income-content .graphic,
section .expenditure-content .graphic {
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  text-align: left;
  font-weight: 400;
}
section .income-content .graphic .text,
section .expenditure-content .graphic .text {
  font-size: 12px;
  line-height: 15px;
  letter-spacing: -2%;
}
section .income-content .graphic .number,
section .expenditure-content .graphic .number {
  font-size: 16px;
  line-height: 21px;
  letter-spacing: -2%;
}
section .income-content .graphic {
  display: flex;
  flex-direction: column;
  height: 300px;
}
section .income-content .graphic.income-1, section .income-content .graphic.income-2 {
  margin: 24px auto;
}
@media (min-width: 960px) {
  section .income-content .graphic.income-1 {
    height: 294px;
  }
}
section .income-content .graphic .top {
  background: rgb(140, 168, 171);
  height: 60%;
  padding: 12px;
}
section .income-content .graphic .bottom {
  display: flex;
  width: 100%;
  height: 40%;
}
section .income-content .graphic .bottom .left {
  background: rgba(140, 168, 171, 0.8);
  width: 55%;
  padding: 12px;
}
section .income-content .graphic .bottom .right {
  background: rgba(140, 168, 171, 0.6);
  width: 45%;
  padding: 12px;
}
section .income-content .graphic.income-2 {
  background: rgb(140, 168, 171);
  height: 125px;
}
@media (min-width: 960px) {
  section .income-content .graphic.income-2 {
    height: 157px;
  }
}
section .expenditure-content .graphic {
  display: flex;
  flex-direction: column;
  height: 300px;
}
section .expenditure-content .graphic.expenditure-1, section .expenditure-content .graphic.expenditure-2 {
  margin: 24px auto;
}
@media (min-width: 960px) {
  section .expenditure-content .graphic.expenditure-1, section .expenditure-content .graphic.expenditure-2 {
    margin-top: 11.5%;
  }
}
@media (min-width: 1060px) {
  section .expenditure-content .graphic.expenditure-1, section .expenditure-content .graphic.expenditure-2 {
    margin-top: 11.5%;
  }
}
@media (min-width: 1160px) {
  section .expenditure-content .graphic.expenditure-1, section .expenditure-content .graphic.expenditure-2 {
    margin-top: 11%;
  }
}
@media (min-width: 1200px) {
  section .expenditure-content .graphic.expenditure-1, section .expenditure-content .graphic.expenditure-2 {
    margin-top: 10%;
  }
}
@media (min-width: 1280px) {
  section .expenditure-content .graphic.expenditure-1, section .expenditure-content .graphic.expenditure-2 {
    margin-top: 10%;
  }
}
@media (min-width: 960px) {
  section .expenditure-content .graphic-header {
    margin-bottom: 12.25%;
  }
}
@media (min-width: 1060px) {
  section .expenditure-content .graphic-header {
    margin-bottom: 0%;
  }
}
@media (min-width: 1160px) {
  section .expenditure-content .graphic-header {
    margin-bottom: 10.5%;
  }
}
@media (min-width: 1200px) {
  section .expenditure-content .graphic-header {
    margin-bottom: 11.25%;
  }
}
@media (min-width: 1280px) {
  section .expenditure-content .graphic-header {
    margin-bottom: 11.25%;
  }
}
@media (min-width: 960px) {
  section .expenditure-content .graphic.expenditure-1 {
    height: 257px;
  }
}
section .expenditure-content .graphic .top {
  background: rgba(122, 76, 83, 0.9);
  height: 35%;
  padding: 12px;
}
section .expenditure-content .graphic .bottom {
  display: flex;
  width: 100%;
  height: 65%;
}
section .expenditure-content .graphic .bottom .left {
  background: rgba(122, 76, 83, 0.8);
  width: 43%;
  padding: 12px;
}
section .expenditure-content .graphic .bottom .right {
  background: rgba(122, 76, 83, 0.6);
  width: 57%;
  padding: 12px;
}
section .expenditure-content .graphic.expenditure-2 {
  background: rgba(122, 76, 83, 0.9);
  height: 125px;
}
@media (min-width: 960px) {
  section .expenditure-content .graphic.expenditure-2 {
    height: 126px;
  }
}
@media (min-width: 960px) {
  section .financial-data-wrapper {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    max-width: 1100px;
    margin: 0 auto;
  }
  section .financial-data-wrapper-left, section .financial-data-wrapper-right {
    width: 50%;
  }
}
section .social-impact-intro {
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: -2%;
  max-width: 715px;
  margin: 0 auto;
}
@media (min-width: 960px) {
  section .social-impact-intro {
    font-size: 20px;
    line-height: 27px;
  }
}
section .social-impact-summary ul {
  list-style: none;
  padding: 0;
  text-align: center;
}
@media (max-width: 959px) {
  section .social-impact-summary ul {
    display: flex;
  }
}
section .social-impact-summary ul li {
  display: grid;
  grid-template-rows: repeat(1, 1fr);
}
@media (min-width: 960px) {
  section .social-impact-summary .desktop {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: 32px auto 100px auto;
  }
}
section .social-impact-graphic img {
  max-width: 1110px;
  width: 100%;
}
section .social-impact-projects article {
  border-top: 1px solid black;
}
@media (min-width: 960px) {
  section .social-impact-projects article {
    display: flex;
    text-align: left;
    max-width: 1100px;
    margin: 0 auto;
    gap: 20px;
    justify-content: space-between;
  }
  section .social-impact-projects article .h4 {
    padding-top: 0 !important;
  }
  section .social-impact-projects article .h5 {
    padding-bottom: 0 !important;
  }
  section .social-impact-projects article > div:first-child {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 381px;
    justify-content: space-between;
    width: 50%;
    margin: 42px auto 18px auto;
  }
}
@media (min-width: 960px) {
  section .social-impact-projects article:nth-child(2n) > div {
    order: 2;
  }
  section .social-impact-projects article:nth-child(2n) > div + div {
    order: 1;
  }
}
section .social-impact-projects article p.description {
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: -2%;
}
@media (min-width: 960px) {
  section .social-impact-projects article p.description {
    font-size: 20px;
    line-height: 27px;
  }
}
section .social-impact-projects article .image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 274px;
}
@media (min-width: 960px) {
  section .social-impact-projects article .image {
    height: 381px;
    width: 500px;
    margin-top: 42px;
  }
}
section .social-impact-projects article .image.growing-old {
  background-image: url("../images/social-projects/envelliment-digne.jpg");
}
section .social-impact-projects article .image.growing-old {
  background-image: url("../images/social-projects/envelliment-digne.jpg");
}
section .social-impact-projects article .image.sustainability {
  background-image: url("../images/social-projects/sostenibilitat-territori.jpg");
}
section .social-impact-projects article .image.science {
  background-image: url("../images/social-projects/ciencia-educacio-recerca.jpg");
}
section .social-impact-projects article .image.inclusiveness {
  background-image: url("../images/social-projects/ocupacio-inclusiva-horiz.jpg");
}
section .social-impact-projects article .image.health {
  background-image: url("../images/social-projects/alimentacio-salut.jpg");
}
section .social-impact-projects article .image.culture {
  background-image: url("../images/social-projects/patrimoni-experiencies-culturals.jpg");
}
section .social-impact-projects article:last-child {
  border-bottom: 1px solid black;
  padding-bottom: 24px;
  /*@media (min-width: 992px) {
    margin-bottom: 120px !important;
  }*/
}
section#ecosystem p {
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: -2%;
  max-width: 715px;
  margin: 32px auto;
}
section#ecosystem p:first-child {
  margin-top: 0px;
}
@media (min-width: 960px) {
  section#ecosystem p {
    font-size: 20px;
    line-height: 27px;
  }
}

footer .download-section {
  background-color: #D9D9D9;
  padding-top: 24px;
  padding-bottom: 36px;
  position: relative;
}
@media (min-width: 960px) {
  footer .download-section {
    padding-top: 48px;
    padding-bottom: 72px;
  }
}
footer .download-section p {
  max-width: 230px;
  margin: 24px auto;
}
footer .download-section img {
  width: 178px;
  height: 229px;
  box-shadow: 3px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
}
footer .download-section .anim-cursor {
  position: absolute;
  top: 50%;
  left: 65%;
  width: 78px;
  height: 71px;
}
@media (min-width: 480px) {
  footer .download-section .anim-cursor {
    left: 53%;
  }
}
@media (min-width: 960px) {
  footer .download-section .anim-cursor {
    left: 53%;
  }
}
footer .download-section .anim-cursor span {
  display: flex;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 2;
}
footer .download-section .anim-cursor span.sparks {
  background-image: url("../images/sparks.svg");
}
footer .download-section .anim-cursor span.cursor {
  background-image: url("../images/mouse.svg");
  position: absolute;
  top: 30px;
  left: 30px;
}
footer .logo {
  background-color: #8CA8AB;
}
footer .logo img {
  width: 94px;
  height: 86px;
  margin: 12px 0px;
}
@media (min-width: 1280px) {
  footer .logo img {
    width: 161px;
    height: 128px;
    margin: 45px 18px;
  }
}

/*# sourceMappingURL=styles.css.map */
