body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

/* INTRO =============================================================== */
#intro {
  min-height: 680px;
  display: flex;
  justify-content: flex-end;
  margin-top: 89px;
  position: relative;
}

#intro .texture {
  background: url("../../resources/texture_go_bottom_left.svg") no-repeat right bottom;
  background-size: 100% auto;
  width: 44%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  z-index: 0;
}

#intro .solution {
  padding: 90px 0 20px 0;
  font-weight: 300;
  box-sizing: border-box;
  display: flex;
  /* width: 60%; */
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#intro .solution h1 {
  width: 100%;
  max-width: 600px;
  margin-bottom: 15px;
}

#intro .solution h1 span {
  display: block;
  background: url(logo_impacto_finnegans.svg) no-repeat center center;
  background-size: contain;
  width: 100%;
  height: 0;
  padding-top: 28%;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 110%;
  margin-bottom: 15px;
}

#intro .solution h1 span span {
  font-size: 30px;
  margin-top: 7px;
  margin-left: 10px;
  display: inline-block;
}

#intro .solution p {
  font-weight: 300;
  font-size: 36px;
  line-height: 1.2em;
  /* max-width: 800px; */
  color: #e63b3b;
  color: #4f4da7;
  /*     color: #FD9A00; */
  margin: 0 0 30px 0;
}

#intro .photo {
  height: 310px;
  margin-bottom: 40px;
  background: url(intro.png) no-repeat center bottom;
  background-size: contain;
  z-index: 1;
}

@media screen and (max-width: 1100px) {
  #intro {
    margin-top: 97px;
  }
  #intro .solution h1 {
    display: flex;
    flex-direction: column;
  }

  #intro .solution h1 strong {
    margin-bottom: 0;
    line-height: 91px;
  }

  #intro .solution h1 span {
    margin-left: 4px;
    line-height: 44px;
    margin-bottom: 15px;
    font-size: 48px;
  }
}

@media screen and (max-width: 1010px) {
  #intro {
    min-height: 550px;
  }

  #intro .solution {
    padding: 30px 10px 30px 60px;
  }

  #intro .solution h1 {
    margin-bottom: 12px;
  }

  #intro .solution h3 {
    font-size: 40px;
    margin-bottom: 20px;
  }

  #intro .solution p {
    margin-bottom: 30px;
    font-size: 30px;
    text-align: center;
  }
}

@media screen and (max-width: 800px) {
  #intro {
    margin-top: 0px;
    flex-direction: column-reverse;
    min-height: auto;
  }

  #intro .photo {
    height: 0;
    padding-top: 45%;
    width: 100%;
    position: relative;
    top: 0;
    background-position: center bottom;
    background-size: contain;
  }

  #intro .solution {
    display: block;
    width: 100%;
    padding: 60px 30px 30px 30px;
  }

  #intro .texture {
    width: 50%;
  }
}

@media screen and (max-width: 750px) {
  #intro .photo {
    padding-top: 45%;
  }
}

@media screen and (max-width: 600px) {
  #intro .solution {
    padding: 50px 20px 20px 20px;
  }

  #intro .solution h1 {
    font-size: 42px;
    margin-bottom: 12px;
  }

  #intro .solution h3 {
    font-size: 32px;
    margin: 0 0 15px 0;
  }

  #intro .solution p {
    font-size: 26px;
  }

  #intro .pageWidth {
    display: block;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 500px) {
  #intro .solution h3 {
    font-size: 29px;
  }
}

@media screen and (max-width: 450px) {
  #intro .solution {
    padding: 40px 10px 15px 7px;
  }

  #intro .photo {
    padding-top: 65%;
  }

  #intro .solution h1 {
    font-size: 36px;
  }

  #intro .solution h3 {
    font-size: 30px;
  }

  #intro .solution p {
    font-size: 23px;
  }

  #intro .solution .actions a {
    font-size: 18px;
    padding: 11px 18px;
  }

  #intro .solution h1 > span {
    font-size: 33px;
  }

  #intro .solution h1 span span {
    font-size: 15px;
    line-height: 34px;
  }
}

@media screen and (max-width: 380px) {
  #intro .pageWidth {
    display: block;
    margin-bottom: 20px;
  }

  #intro .photo {
    padding-top: 100%;
  }

  #intro .solution h1 {
    font-size: 29px;
  }

  #intro .solution h3 {
    font-size: 25px;
  }

  #intro .solution p {
    font-size: 21px;
  }
}

/* COMPROMISO */
#compromise {
  background-color: #f8f8f9;
  position: relative;
}

#compromise .pageWidth {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding: 120px 0px;
  /* margin-top: 89px; */
}

#compromise .pageWidth h3 {
  font-weight: 300;
  font-size: 35px;
  line-height: 1.5em;
  text-align: center;
  margin: 0 auto 50px auto;
  color: #676d76;
  /*     color: #898E95; */
  padding: 0 10px;
  max-width: 820px;
}
#compromise .pageWidth h3 strong {
  font-weight: 300;
  color: #fd9a00;
}

#compromise .pageWidth p {
  font-weight: 200;
  font-size: 26px;
  line-height: 1.5em;
  text-align: center;
  max-width: 700px;
  margin: 0 auto 1.5em auto;
  color: #49505b;
  padding: 0 10px;
}

#want {
  position: relative;
}

#want .pageWidth {
  padding: 120px 0px;
  max-width: 900px;
}

#want .pageWidth > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 120px;
}

#want .pageWidth p {
  width: 50%;
  font-weight: 300;
  font-size: 23px;
  line-height: 1.5em;
  /* margin-bottom: 2em; */
  color: #676d76;
  padding: 0 10px;
}

#want .pageWidth p strong {
  font-weight: 400;
  color: #fd9a00;
}

#want .pageWidth div:nth-child(1) p strong {
  color: #fc636b;
}

#want .pageWidth div:nth-child(2) p strong {
  color: #4f4da7;
}

#want .pageWidth div:nth-child(3) p strong {
  color: #3ec497;
}

#want .pageWidth .illustration {
  width: 50%;
  height: 230px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
#want .pageWidth > div:nth-child(1) .illustration {
  background-image: url(learn.png);
  height: 260px;
}
#want .pageWidth > div:nth-child(2) .illustration {
  background-image: url(artists.png);
}
#want .pageWidth > div:nth-child(3) .illustration {
  background-image: url(vulnerable.png);
}

/* PROYECTOS */
#projects {
  background-color: #f8f8f9;
  position: relative;
}

#projects .pageWidth {
  /* text-align: center; */
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding: 120px 10px 150px 10px;
}

#projects .pageWidth h3 {
  font-weight: 200;
  font-size: 45px;
  line-height: 1.2em;
  text-align: center;
  max-width: 800px;
  margin: 0 auto 50px auto;
  color: #e63b3b;
  color: #49505b;
  padding: 0 10px;
}

#projects .pageWidth h3 strong {
  font-weight: 300;
  color: #fd9a00;
}

#projects ul {
  display: grid;
  flex-wrap: wrap;
  justify-content: center;
  grid-template-columns: repeat(5,1fr);
}
#projects ul li {
  /* width: calc(20% - 20px); */
  margin: 0 10px 20px 10px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  border-radius: 12px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  transition: all 0.3s;
  box-sizing: border-box;
  padding: 15px;
}

#projects ul li span.icon {
  width: 100px;
  height: 100px;
  display: block;
  /* 	background-color: red; */
  background-size: contain;
  margin: 0 auto 15px auto;
}

#projects ul li.concordia span.icon {
  background-image: url(icon_concordia.svg);
}
#projects ul li.reinvention span.icon {
  background-image: url(icon_reinvention.svg);
}
#projects ul li.concurso span.icon {
  background-image: url(icon_concurso.svg);
}
#projects ul li.beca span.icon {
  background-image: url(icon_beca.svg);
}
#projects ul li.ongs span.icon {
  background-image: url(icon_ong.svg);
}

#projects ul li a {
  font-size: 16px;
  font-weight: 400;
}

#projects ul li a i {
  margin-left: 6px;
}

#projects ul li.concordia a {
  color: #fc636b;
}
#projects ul li.reinvention a {
  color: #fd9a00;
}
#projects ul li.concurso a {
  color: #4f4da7;
}
#projects ul li.beca a {
  color: #179dba;
}
#projects ul li.ongs a {
  color: #3ec497;
}

#projects ul li a:hover {
  text-decoration: underline;
}

#projects ul li:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}

#projects ul li h4 {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 14px;
  margin: 0 0 10px 0;
}

#projects .pageWidth p {
  font-weight: 200;
  font-size: 15px;
  line-height: 1.2em;
  /*     text-align: center; */
  max-width: 700px;
  /* margin: 0 auto 1.5em auto; */
  color: #49505b;
  flex: 1;
  margin-bottom: 20px;
}

@media screen and (max-width: 950px) {
#projects ul {
  grid-template-columns: repeat(3,1fr);
}
}

@media screen and (max-width: 650px) {
#projects ul {
  grid-template-columns: repeat(2,1fr);
}
}

@media screen and (max-width: 450px) {
#projects ul {
  grid-template-columns: repeat(1,1fr);
}
}


/* BANNER IMPACTO ========================================================= */
#bannerImpacto {
  margin-top: 89px;
  background-color: var(--gris-3);
}

#bannerImpacto .wrapper {
  display: flex;
  gap: 35px;
  align-items: center;
  padding: 10px 0;
  /* justify-content: center; */
  margin: 0 auto;
  width: 100%;
  max-width: 900px;
}

#bannerImpacto .wrapper img {
  width: 216px;
  height: auto;
}

#bannerImpacto .wrapper .data {
  display: flex;
  align-items: baseline;
  margin-bottom: 0.3em;
  gap: 0.5em;
}

#bannerImpacto .wrapper h3 {
  font-size: clamp(1rem, 2vw, 1.2rem);
  line-height: 1.3em;
  font-weight: 800;
  color: #000;
}

#bannerImpacto .wrapper p {
  font-weight: 700;
  font-size: clamp(0.7rem, 1.4vw, 1rem);
  line-height: 1.3em;
  color: #000;
  /* margin-top: 0.3em; */
}

#bannerImpacto .wrapper .cta {
  border-radius: 1em;
  padding: 0.2em 1em;
  font-weight: 700;
  font-size: clamp(0.8rem, 1.6vw, 0.9rem);
  background-color: var(--dorado-2);
  color: #000;
  transition: all 0.2s;
  white-space: nowrap;
  display: inline-block;
}

#bannerImpacto .wrapper .cta:hover {
  background-color: var(--dorado-1);
}

@media screen and (max-width: 920px) {
  #bannerImpacto .wrapper img {
    width: 175px;
  }

  #bannerImpacto .wrapper {
    gap: 18px;
    max-width: 91%;
  }
}

@media screen and (max-width: 800px) {
  #bannerImpacto {
    margin-top: 0px;
  }
  
  #bannerImpacto .wrapper {
    max-width: 97%;
  }
}

@media screen and (max-width: 720px) {
  #bannerImpacto .wrapper {
    flex-direction: column;
    gap: 10px;
  }

  #bannerImpacto .wrapper .dataAndCta {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  #bannerImpacto .wrapper .data {
    flex-direction: column;
    align-items: center;
    gap: 0;
    margin-bottom: 0.5em;
  }
}

@media screen and (max-width: 350px) {
  #bannerImpacto .wrapper p {
    text-align: center;
  }
}
