.elementor-59 .elementor-element.elementor-element-b966ff4{--display:flex;}.elementor-59 .elementor-element.elementor-element-0d367e2{--display:flex;}.elementor-59 .elementor-element.elementor-element-bc7d171{--display:flex;}.elementor-59 .elementor-element.elementor-element-fcfd596{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-2a1f0ef */.qs-presentacion{
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:70px 60px;
  background:#f4efe9;
  border-bottom:6px solid #CA864E;
  gap:60px;
}

.qs-presentacion-left{
  flex:1;
  max-width:650px;
}

.qs-title{
  font-size:2.8rem;
  font-weight:800;
  color:#CA864E;
  margin-bottom:25px;
  text-align:left;
}

.qs-desc{
  font-size:1.2rem;
  color:#000;
  line-height:1.6;
  margin-bottom:20px;
}

.qs-presentacion-right{
  flex:1;
  display:flex;
  justify-content:center;
}

.qs-img{
  width:300px;
  border-radius:14px;
  border:4px solid #CA864E;
  box-shadow:0 0 25px rgba(0,0,0,0.15);
}

/* RESPONSIVE */
@media(max-width:900px){
  .qs-presentacion{
    flex-direction:column;
    text-align:center;
    padding:40px 20px;
  }

  .qs-img{
    width:220px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-95270a2 */.qs-mision{
  padding:70px 60px;
  background:#ffffff;
  border-bottom:6px solid #CA864E;
  text-align:center;
}

.qs-mision-title{
  font-size:2.6rem;
  font-weight:800;
  color:#CA864E;
  margin-bottom:25px;
}

.qs-mision-desc{
  font-size:1.2rem;
  color:#000;
  max-width:800px;
  margin:auto;
  margin-bottom:20px;
  line-height:1.6;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-bb27652 */.qs-equipo{
  padding:70px 60px;
  background:#f4efe9;
  border-bottom:6px solid #CA864E;
  text-align:center;
}

.qs-equipo-title{
  font-size:2.6rem;
  font-weight:800;
  color:#CA864E;
  margin-bottom:40px;
}

.qs-equipo-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit, minmax(260px, 1fr));
  gap:30px;
}

.qs-equipo-card{
  background:#ffffff;
  border-left:6px solid #CA864E;
  padding:30px 25px;
  border-radius:14px;
  box-shadow:0 0 25px rgba(0,0,0,0.15);
  transition:transform .3s ease, box-shadow .3s ease;
}

.qs-equipo-card:hover{
  transform:translateY(-6px);
  box-shadow:0 0 35px rgba(0,0,0,0.25);
}

.qs-equipo-icon{
  font-size:2.6rem;
  margin-bottom:12px;
}

.qs-equipo-grid{
  display:grid;
  grid-template-columns:repeat(2, 1fr); /* 🔥 Fuerza 2 columnas */
  gap:30px;
  max-width:900px; /* 🔥 Centra y equilibra el bloque */
  margin:auto;
}

.qs-equipo-card{
  background:#ffffff;
  border-left:6px solid #CA864E;
  padding:40px 35px; /* 🔥 Más grande */
  border-radius:14px;
  box-shadow:0 0 25px rgba(0,0,0,0.15);
  transition:transform .3s ease, box-shadow .3s ease;
  text-align:center;
}

@media(max-width:900px){
  .qs-equipo-grid{
    grid-template-columns:1fr;
    width:100%;
    max-width:500px;
    margin:0 auto;
  }

  .qs-equipo-card{
    width:100%;
    padding:40px 30px;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-bc7d171 */@media (max-width:900px){
  .elementor-59 .elementor-element.elementor-element-bc7d171{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7d62b06 *//* ============================
   BLOQUE METODOLOGÍA — RAÍCES
============================ */

/* 🔸 Estructura general */
.qs-metodologia{
  padding:70px 60px;
  background:#ffffff;
  border-bottom:6px solid #CA864E;
  text-align:center;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
}

/* 🔸 Título */
.qs-metodologia-title{
  font-size:2.6rem;
  font-weight:800;
  color:#CA864E;
  margin-bottom:40px;
}

/* 🔸 Grid principal */
.qs-metodologia-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit, minmax(260px, 1fr));
  gap:30px;
  width:100%;
  max-width:1000px;
  margin:auto;
  justify-items:center;
}

/* 🔸 Tarjetas */
.qs-metodologia-item{
  background:#f4efe9;
  border-left:6px solid #CA864E;
  padding:30px 25px;
  border-radius:14px;
  box-shadow:0 0 25px rgba(0,0,0,0.15);
  transition:transform .3s ease, box-shadow .3s ease;
  width:100%;
  max-width:420px;
}

.qs-metodologia-item:hover{
  transform:translateY(-6px);
  box-shadow:0 0 35px rgba(0,0,0,0.25);
}

/* 🔸 Iconos dentro de las tarjetas */
.qs-metodologia-item span{
  font-size:2.4rem;
  display:block;
  margin-bottom:12px;
}

/* 🔸 Títulos dentro de las tarjetas */
.qs-metodologia-item h3{
  font-size:1.5rem;
  font-weight:700;
  color:#CA864E;
  margin-bottom:10px;
}

/* 🔸 Texto dentro de las tarjetas */
.qs-metodologia-item p{
  font-size:1.1rem;
  color:#000000;
  line-height:1.5;
}

/* ============================
   RESPONSIVE — MÓVIL
============================ */
@media(max-width:900px){

  .qs-metodologia{
    padding:40px 20px; /* 🔥 espacio lateral */
  }

  .qs-metodologia-title{
    font-size:2.2rem;
    margin-bottom:30px;
  }

  .qs-metodologia-grid{
    grid-template-columns:1fr;
    justify-items:center;
    align-items:center;
    width:100%;
    max-width:600px; /* 🔥 límite para que no se haga gigante */
    margin:0 auto;
    padding:0 10px; /* 🔥 aire lateral */
  }

  .qs-metodologia-item{
    width:100%;
    max-width:380px; /* 🔥 más estrecha */
    padding:35px 25px; /* 🔥 más proporcionada */
    margin:0 auto 30px auto;
    border-radius:18px;
    box-shadow:0 0 30px rgba(0,0,0,0.20);
  }

  .qs-metodologia-item span{
    font-size:2.6rem;
    margin-bottom:15px;
  }

  .qs-metodologia-item h3{
    font-size:1.5rem;
  }

  .qs-metodologia-item p{
    font-size:1.15rem;
    line-height:1.55;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-fcfd596 */@media(max-width:900px){
  .elementor-59 .elementor-element.elementor-element-fcfd596{
    width:100% !important;
    max-width:100% !important;
    padding-left:0 !important;
    padding-right:0 !important;
    display:flex !important;
    flex-direction:column !important;
    align-items:center !important;
    justify-content:center !important;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-183aa38 */.qs-tamaide{
  padding:70px 60px;
  background:#f4efe9;
  text-align:center;
}

.qs-tamaide-title{
  font-size:2.6rem;
  font-weight:800;
  color:#CA864E;
  margin-bottom:25px;
}

.qs-tamaide-desc{
  font-size:1.2rem;
  color:#000;
  max-width:800px;
  margin:auto;
  margin-bottom:30px;
}

.qs-tamaide-logo{
  width:180px;
}/* End custom CSS */