.banner {
  background-image: url(../../files/aboutBanner.png);
}
.row2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6rem;
  width: 75%;
  margin: 8rem auto;
  font-size: 1.5rem;
  max-width: 117.9rem;
  font-weight: 400;
  line-height: 2.5rem;
}
.fullRow {
  display: flex;
  align-items: center;
  height: 30vw;
}
.logosContainer {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6rem;
}
.logosContainer img {
  width: 70%;
  height: auto;
  display: block;
  margin: auto;
}
.imgContainer {
  background-image: url(../../files/woodAbout.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 50%;
  height: 100%;
}
.boxesContainer {
  width: 50%;
  height: 100%;
  padding: 0rem 5%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  background-image: linear-gradient(to left, #a3cd39 3.27%, #4da034 98.88%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.box {
  display: grid;
  gap: 4rem;
  grid-template-columns: auto auto;
  width: 90%;
  background: #ffffff;
  padding: 1.5rem 2em;
  box-sizing: border-box;
  color: #000000;
  line-height: 2.5rem;
  font-size: 1.5rem;
  max-width: 75rem;
}
.box:first-of-type {
  float: left;
  margin-bottom: 3rem;
}
.box:last-of-type {
  float: right;
  margin-top: 3rem;
  margin-left: 10%;
}
.box p:first-of-type {
  color: #4da034;
  font-weight: 600;
  text-transform: uppercase;
  font-style: italic;
  font-size: 1.6rem;
}
.valuesTitle {
  text-align: center;
  color: #4da034;
  font-size: 2.5rem;
  line-height: 2.9rem;
  font-weight: 600;
  margin: 6rem 0 8rem;
  font-style: italic;
  text-transform: uppercase;
}
.items {
  width: 90%;
  display: flex;
  justify-content: space-evenly;
  margin: 0 auto 7rem;
  color: #000000;
  font-size: 1.6rem;
  line-height: 3.5rem;
  height: 3.5rem;
}
.item {
  background: rgba(163, 205, 57, 0.1);
  border-radius: 50px;
  padding: 0 2.5rem;
  box-sizing: border-box;
  text-align: center;
}
.responsibility {
  margin: auto;
  display: block;
  width: 30rem;
  text-align: center;
  line-height: 3.5rem;
  color: #000000;
  border-radius: 4rem;
  background: #f6faeb;
}
.box[data-aos="fade-left"] {
  transform: translate3d(30px, 0, 0);
}
.box[data-aos="fade-right"] {
  transform: translate3d(-30px, 0, 0);
}

.enreVector {
  position: absolute;
  z-index: 20;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  height: 271px;
}
#Capa_1 {
  width: 272px;
  height: 271px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.mainTitle {
  color: #ffffff;
  font-size: 5rem;
  line-height: 5.4rem;
  padding: 2rem 4rem 2rem 272px;
  background: rgba(255, 255, 255, 0.04);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
}
.mainTitle strong {
  font-size: 8rem;
  line-height: 8.1rem;
}
.mainTitle p {
  margin: 0;
}
svg .svg-elem-1 {
  stroke-dashoffset: 3446.547119140625px;
  stroke-dasharray: 3446.547119140625px;
  -webkit-transition: stroke-dashoffset 3s cubic-bezier(0.645, 0.045, 0.355, 1)
    0s;
  transition: stroke-dashoffset 3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

.active .svg-elem-1 {
  stroke-dashoffset: 6893.09423828125px;
}

.greenBtnF {
  cursor: unset;
}

@media screen and (min-width: 769px) and (max-width: 1364px) {
  .fullRow {
    height: 50vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  .banner {
    height: 40vw;
  }
  .fullRow {
    height: auto;
    flex-direction: column;
  }
  .boxesContainer {
    width: 100%;
    height: 100%;
    padding: 5rem 5%;
    flex-direction: column;
  }
  .imgContainer {
    width: 100%;
    height: 33vh;
  }
}
@media screen and (max-width: 768px) {
  .banner {
    height: 50vh;
    background-image: url(../../files/aboutBannerM.png);
  }
  .row2 {
    grid-template-columns: repeat(1, 1fr);
    gap: 0rem;
    width: 80%;
    margin: 4rem auto;
  }
  .fullRow {
    padding: 2rem 0;
    justify-content: center;
    height: 156vw;
    flex-direction: column-reverse;
    align-items: flex-end;
  }
  .valuesTitle {
    margin: 2rem 0 4rem;
    font-size: 2rem;
    line-height: 2.4rem;
  }
  .imgContainer {
    width: 100%;
  }
  .boxesContainer {
    width: 100%;
    padding: 2rem 5%;
  }
  .box {
    gap: 0rem;
    grid-template-columns: auto;
    width: 100%;
    padding: 1.5rem;
  }
  .box:first-of-type {
    margin-bottom: 1rem;
  }
  .box:last-of-type {
    margin-left: 0;
    margin-top: 1rem;
  }
  .box p:first-of-type {
    margin: 0;
  }
  .items {
    flex-wrap: wrap;
    height: auto;
    gap: 2rem 1rem;
    width: 85%;
    max-width: 40rem;
    margin-bottom: 2rem;
  }
  .item {
    width: calc(50% - 0.5rem);
    padding: 0;
  }
  .responsibility {
    margin-bottom: 4rem;
    max-width: 40rem;
    width: 85%;
  }
  .enreVector {
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
  }
  .enreVector svg {
    position: absolute;
    width: 20rem;
    height: 20rem;
    right: -2.4rem;
    top: -3.7rem;
  }
  .mainTitle {
    font-size: 4rem;
    line-height: 4.4rem;
    padding: 2rem 4rem 2rem 4rem;
    position: absolute;
    margin-bottom: 2rem;
    bottom: 0;
    left: 0%;
  }
  .mainTitle strong {
    font-size: 6rem;
    line-height: 6.1rem;
  }
  .logosContainer {
    margin-top: 3rem;
    gap: 2rem;
  }
  .logosContainer img[data-aos="fade-up"] {
    transform: translate3d(0, 60px, 0);
  }
}
@media screen and (min-width: 415px) and (max-width: 768px) {
  .mainTitle {
    font-size: 6rem;
    line-height: 6.4rem;
    width: 23rem;
  }
  .mainTitle strong {
    font-size: 9rem;
    line-height: 9.1rem;
  }
  .enreVector svg {
    width: 60%;
    height: 60%;
    right: -14%;
    top: -12%;
  }
  .fullRow {
    height: 114vw;
  }
}
