.titulo-landing {
  text-align: center;
  padding: 4rem 0;
}
.titulo-landing h1 {
  margin: 0 auto;
  font-size: 30px;
  font-weight: bold;
  max-width: 910px;
  color: #000;
}

.home-text h4 {
  font-size: 24px;
  font-family: "Crimson Pro";
}

.impactos {
  text-align: center;
}
.impactos h1 {
  margin: 0 auto 4rem;
  font-size: 30px;
  font-weight: bold;
  max-width: 980px;
  color: #000;
}
@media only screen and (max-width: 768px) {
  .impactos h1 {
    font-size: 20px;
  }
}
.impactos .cards-impactos {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.impactos .card-impacto {
  background: #ECE1D1;
  border-radius: 15px;
  width: 100%;
  height: 220px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 38px 2rem 1rem;
  flex-direction: column;
}
.impactos .card-impacto__img {
  height: 58px;
  margin-bottom: 1.5rem;
}
.impactos .card-impacto p {
  font-size: 20px;
  font-family: "Crimson Pro";
  color: #000;
}
@media only screen and (max-width: 550px) {
  .impactos .card-impacto {
    width: 100%;
  }
}

.descripcion {
  position: relative;
}
.descripcion__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.descripcion__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.descripcion .w-descripcion {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 640px) {
  .descripcion .w-descripcion {
    flex-direction: column;
    align-items: center;
  }
}
.descripcion .card-descripcion {
  width: 272px;
  margin: 0 20px;
  height: auto;
  background: #fff;
}
@media only screen and (max-width: 640px) {
  .descripcion .card-descripcion {
    margin: 0 0 2rem;
    max-width: 100%;
    width: 315px;
  }
  .descripcion .card-descripcion .card-descripcion__head {
    position: relative;
    padding-right: 3.3rem;
  }
  .descripcion .card-descripcion .card-descripcion__head:after {
    content: "+";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 1.2rem;
    font-size: 2rem;
  }
  .descripcion .card-descripcion.activo .card-descripcion__head:after {
    content: "-";
  }
  .descripcion .card-descripcion .card-descripcion__body {
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    padding: 0 15px;
  }
  .descripcion .card-descripcion.activo .card-descripcion__body {
    max-height: 1000px;
    opacity: 1;
    visibility: visible;
    padding: 15px;
  }
}
.descripcion .card-descripcion__head {
  background: #FF3237;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  padding: 24px 37px;
  text-transform: uppercase;
}
@media only screen and (max-width: 640px) {
  .descripcion .card-descripcion__head {
    padding: 15px;
  }
}
.descripcion .card-descripcion__body {
  background: #fff;
  padding: 37px;
}
@media only screen and (max-width: 640px) {
  .descripcion .card-descripcion__body {
    padding: 15px;
  }
}
.descripcion .card-descripcion__body ul {
  margin: 0;
  padding: 0;
}
.descripcion .card-descripcion__body ul li {
  font-family: "Crimson Pro";
  margin-bottom: 1.2rem;
  font-size: 16px;
  font-weight: 300;
  position: relative;
  padding-left: 1.2rem;
}
.descripcion .card-descripcion__body ul li:before {
  content: "";
  width: 6px;
  height: 6px;
  display: block;
  background: #000;
  position: absolute;
  left: 0;
  top: 7px;
}

.testimonios-taller {
  background: #ECE1D1;
  padding: 100px 0;
}
.testimonios-taller .section-wrapper {
  padding-right: 3rem;
  display: flex;
}
@media only screen and (max-width: 768px) {
  .testimonios-taller .section-wrapper {
    flex-direction: column;
    padding-right: 0;
  }
}
.testimonios-taller .slick-arrow {
  width: 32px;
  height: 32px;
  background: #fff;
}
.testimonios-taller .custom-arrows-wrap {
  gap: 7px;
}
@media only screen and (max-width: 768px) {
  .testimonios-taller .custom-arrows {
    flex-direction: column;
  }
  .testimonios-taller .custom-arrows-wrap {
    flex-direction: row;
  }
}

.item-testimonio {
  display: flex;
  background: #fff;
}
@media only screen and (max-width: 768px) {
  .item-testimonio {
    flex-direction: column;
  }
}
.item-testimonio__img {
  width: 210px;
  min-width: 210px;
}
@media only screen and (max-width: 768px) {
  .item-testimonio__img {
    width: 100%;
    height: 200px;
  }
}
.item-testimonio__img img {
  vertical-align: bottom;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 768px) {
  .item-testimonio__img img {
    object-position: top;
  }
}
.item-testimonio__body {
  flex-grow: 1;
  padding: 45px 50px;
}
@media only screen and (max-width: 768px) {
  .item-testimonio__body {
    width: 100%;
    padding: 20px;
  }
}
.item-testimonio__body .texto-testimonio {
  margin-bottom: 2rem;
}
.item-testimonio__body .texto-testimonio p {
  font-size: 22px;
  font-family: "Crimson Pro";
}
.item-testimonio__body .autor h5 {
  margin: 0;
  font-size: 20px;
  font-weight: 900;
}
.item-testimonio__body .autor p {
  margin-bottom: 0;
  font-size: 18px;
}

.section-button.no-borde {
  border: none;
  padding-top: 0;
  margin-top: 0;
}

.impactos .section-wrapper {
  display: flex;
  flex-flow: row;
  align-items: center;
}

@media only screen and (max-width: 768px) {
  .titulo-landing h1 {
    font-size: 25px;
    padding: 0 1rem;
  }
}

.section-form-landing {
  padding: 0;
}/*# sourceMappingURL=talleres.css.map */