.elementor-416 .elementor-element.elementor-element-fe8a6fc{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-416 .elementor-element.elementor-element-ed3f6c2 .elementor-repeater-item-d9d5158 .swiper-slide-bg{background-color:#D1B410;background-image:url(https://www.manostransforman.com/wp-content/uploads/2025/12/se-puede.png);background-size:cover;}.elementor-416 .elementor-element.elementor-element-ed3f6c2 .elementor-repeater-item-9bd66f0 .swiper-slide-bg{background-color:#4054b2;background-image:url(https://www.manostransforman.com/wp-content/uploads/2025/12/manos-en-unidad.webp);background-size:cover;}.elementor-416 .elementor-element.elementor-element-ed3f6c2 .elementor-repeater-item-45662c0 .swiper-slide-bg{background-color:#1abc9c;background-image:url(https://www.manostransforman.com/wp-content/uploads/2025/12/te-ayudamos.webp);background-size:cover;}.elementor-416 .elementor-element.elementor-element-ed3f6c2 .swiper-slide{transition-duration:calc(5000ms*1.2);height:400px;}.elementor-416 .elementor-element.elementor-element-ed3f6c2 .swiper-slide-contents{max-width:79%;text-shadow:0px 0px 10px rgba(27.200000000000014, 9.520000000000005, 9.520000000000005, 0.78);}.elementor-416 .elementor-element.elementor-element-ed3f6c2 .swiper-slide-inner{text-align:center;}.elementor-416 .elementor-element.elementor-element-6a65acf{text-align:center;}.elementor-416 .elementor-element.elementor-element-65a18a2{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-416 .elementor-element.elementor-element-31e455f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-416 .elementor-element.elementor-element-99ccf9d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-416 .elementor-element.elementor-element-f3b1f74{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-416 .elementor-element.elementor-element-ae2a42b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-6d7faa2 *//* CONTENEDOR GENERAL */
.intro-proyectos {
  max-width: 950px;
  margin: 60px auto;
  text-align: center;
  padding: 10px 20px;
}

.intro-proyectos h2 {
  font-size: 34px;
  font-weight: 800;
  margin-bottom: 16px;
  color: #222;
}

.intro-resumen {
  font-size: 19px;
  line-height: 1.6;
  color: #444;
  max-width: 820px;
  margin: 0 auto 35px auto;
}

/* PILARES */
.pilares {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}

.pilar {
  width: 280px;
  background: #fafafa;
  padding: 24px;
  border-radius: 14px;
  box-shadow: 0 6px 15px rgba(0,0,0,0.07);
  text-align: center;
  transition: all 0.25s ease;
}

/* Hover */
.pilar:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 22px rgba(0,0,0,0.10);
}

.pilar h3 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #222;
}

.pilar p {
  font-size: 16px;
  line-height: 1.55;
  color: #555;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .pilar {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
  }
}
.lineas-dossier {
  margin-top: 60px;
  text-align: center;
}

.lineas-dossier-titulo {
  font-size: 26px;
  margin-bottom: 30px;
}

.lineas-dossier-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 900px;
  margin: 0 auto;
}

.linea-item {
  background: #e0e0e0;
  padding: 16px 20px;
  border-radius: 10px;
  font-weight: 600;
  font-size: 17px;
  color: #222;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c57022f */.impacto-proyectos {
  max-width: 1000px;
  margin: 80px auto;
  text-align: center;
}

.impacto-proyectos h2 {
  font-size: 30px;
  margin-bottom: 30px;
}

.impacto-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 30px;
}

.impacto-grid div {
  background: #f9f9f9;
  padding: 25px;
  border-radius: 12px;
  font-size: 17px;
  color: #444;
  box-shadow: 0 5px 14px rgba(0,0,0,0.05);
}

.impacto-grid strong {
  display: block;
  font-size: 26px;
  color: #d79a36;
  margin-bottom: 5px;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-f3b1f74 *//* === SECCIÓN DE TESTIMONIOS === */

.testimonios-bloque {
    max-width: 1100px;
    margin: 60px auto;
    text-align: center;
    padding: 10px 20px;
}

.testimonios-titulo {
    font-size: 34px;
    font-weight: 800;
    margin-bottom: 15px;
    color: #333;
}

.testimonios-intro {
    font-size: 18px;
    color: #555;
    margin-bottom: 35px;
    line-height: 1.6;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
}

/* === GRID DE TARJETAS === */
.testimonios-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    margin-top: 30px;
}

/* === TARJETAS === */
.testimonio-card {
    padding: 25px;
    background: #ffffff;
    border-radius: 18px;
    text-align: center;
    border: 1px solid #e8dbff;
    box-shadow: 0 10px 28px rgba(0,0,0,0.07);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.testimonio-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 16px 34px rgba(0,0,0,0.10);
}

.testimonio-card .avatar {
    width: 75px;
    height: 75px;
    background: #e6ddff;
    border-radius: 50%;
    margin: 0 auto 18px auto;
}

.testimonio-card .nombre {
    font-weight: 700;
    font-size: 17px;
    margin-bottom: 8px;
    color: #333;
}

.testimonio-card .texto {
    font-size: 15px;
    color: #555;
    line-height: 1.45;
}

/* === RESPONSIVE === */
@media (max-width: 900px) {
    .testimonios-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 600px) {
    .testimonios-grid {
        grid-template-columns: 1fr;
    }

    .testimonios-bloque {
        margin: 40px auto;
    }
}/* End custom CSS */