@charset "UTF-8";
/** 
 * convertir el line height en px del diseño a relativo para facilitar su responsividad.
 *
 * @param int $lineHeight line-height en px que aparece en el diseño
 * @param int $fontSize font-size en px 
 *
 * @return int  line-height relativo
 */
/* COLORESS  ********************************/
/* NEGRO */
/* GRIS */
/* MARRÓN */
/* NARANJA */
/* MOSTAZA */
/* VERDE */
/*ERROR*/
.modulo-banner-proyecto {
  padding: 4.4444444444vw 0;
}
.modulo-banner-proyecto .wrapper {
  padding-bottom: 0.8333333333vw;
}
.modulo-banner-proyecto .wrapper .imagen {
  width: 27.7777777778vw;
  flex-shrink: 0;
}
.modulo-banner-proyecto .wrapper .imagen img {
  height: 100%;
  object-fit: cover;
}
.modulo-banner-proyecto .wrapper .textos {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  padding: 3.3333333333vw 4.4444444444vw;
  background-color: #F2F2F2;
}
.modulo-banner-proyecto .wrapper .textos .titulo {
  width: 100%;
  font-family: "Open Sans";
  font-size: 2.5vw;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -0.1631944444vw;
  color: #5E8228;
  margin-bottom: 1.6666666667vw;
}
.modulo-banner-proyecto .wrapper .textos .desc {
  width: 36.6666666667vw;
  font-family: "Open Sans";
  font-size: clamp(16px, 1.25vw, 1.25vw);
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -0.0208333333vw;
}
.modulo-banner-proyecto .wrapper .textos .desc p + p,
.modulo-banner-proyecto .wrapper .textos .desc p + ul,
.modulo-banner-proyecto .wrapper .textos .desc p + ol,
.modulo-banner-proyecto .wrapper .textos .desc ul + p,
.modulo-banner-proyecto .wrapper .textos .desc ol + p {
  margin-top: 1.3888888889vw;
}
.modulo-banner-proyecto .wrapper .textos .desc strong {
  color: #393A38;
  font-weight: 700;
}
.modulo-banner-proyecto .wrapper .textos .btn {
  margin-left: auto;
}

@media screen and (min-width: 1920px) {
  .modulo-banner-proyecto {
    padding: 64px 0;
  }
  .modulo-banner-proyecto .wrapper {
    padding-bottom: 12px;
  }
  .modulo-banner-proyecto .wrapper .imagen {
    width: 557px;
  }
  .modulo-banner-proyecto .wrapper .textos {
    padding: 64px 90px;
  }
  .modulo-banner-proyecto .wrapper .textos .titulo {
    font-size: 48px;
    letter-spacing: -3.1px;
    margin-bottom: 32px;
  }
  .modulo-banner-proyecto .wrapper .textos .desc {
    width: 738px;
    font-size: 24px;
    letter-spacing: -0.4px;
  }
  .modulo-banner-proyecto .wrapper .textos .desc p + p,
  .modulo-banner-proyecto .wrapper .textos .desc p + ul,
  .modulo-banner-proyecto .wrapper .textos .desc p + ol,
  .modulo-banner-proyecto .wrapper .textos .desc ul + p,
  .modulo-banner-proyecto .wrapper .textos .desc ol + p {
    margin-top: 26px;
  }
}
@media screen and (max-width: 768px) {
  .modulo-banner-proyecto {
    padding: 8.5106382979vw 0;
  }
  .modulo-banner-proyecto .wrapper {
    padding-bottom: 2.1276595745vw;
    flex-direction: column;
  }
  .modulo-banner-proyecto .wrapper .imagen {
    width: 100%;
    height: 71.0106382979vw;
  }
  .modulo-banner-proyecto .wrapper .textos {
    width: 100%;
    padding: 8.5106382979vw 5.3191489362vw;
  }
  .modulo-banner-proyecto .wrapper .textos .titulo {
    font-size: 7.4468085106vw;
    line-height: 1.14;
    letter-spacing: -0.4521276596vw;
    margin-bottom: 5.3191489362vw;
  }
  .modulo-banner-proyecto .wrapper .textos .desc {
    width: 100%;
    font-size: 4.7872340426vw;
    line-height: 1.3;
    letter-spacing: -0.079787234vw;
  }
  .modulo-banner-proyecto .wrapper .textos .desc p + p,
  .modulo-banner-proyecto .wrapper .textos .desc p + ul,
  .modulo-banner-proyecto .wrapper .textos .desc p + ol,
  .modulo-banner-proyecto .wrapper .textos .desc ul + p,
  .modulo-banner-proyecto .wrapper .textos .desc ol + p {
    margin-top: 3.1914893617vw;
  }
  .modulo-banner-proyecto .wrapper .textos .btn {
    margin-top: 6.3829787234vw;
  }
}
/*# sourceMappingURL=style.css.map */
