.elementor-1071 .elementor-element.elementor-element-0408641{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-1071 .elementor-element.elementor-element-8da08ef{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-1071 .elementor-element.elementor-element-18d9c4f{--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-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}:root{--page-title-display:none;}/* Start custom CSS for text-editor, class: .elementor-element-62cf801 *//* ============================= */
/* SECCION HUMANIZACION */
/* ============================= */
.humanizacion-seccion{
  padding:80px 20px;
  background:#ffffff;
  font-family:'Poppins',sans-serif;
}

.humanizacion-contenedor{
  max-width:1100px;
  margin:auto;
}

/* TITULO */
.humanizacion-titulo{
  font-size:34px;
  font-weight:700;
  color:#245183;
  text-align:left;
}

/* LINEA */
.humanizacion-linea{
  width:60px;
  height:3px;
  background:#1FC8BE;
  margin:15px 0 30px;
}

/* TEXTOS */
.humanizacion-texto{
  color:#666;
  line-height:1.8;
  margin-bottom:18px;
  text-align:justify;
}

/* SUBTITULO */
.human-subtitulo{
  margin-top:60px;
  margin-bottom:20px;
  color:#245183;
  font-size:28px;
  font-weight:700;
  text-align:left;
}

/* BOX */
.human-box{
  background:#f8fbfb;
  border:1px solid #eef2f5;
  border-left:4px solid #1FC8BE;
  border-radius:18px;
  padding:30px;
  margin-top:30px;
  transition:0.35s ease;
}

.human-box:hover{
  transform:translateY(-5px);
  box-shadow:0 15px 30px rgba(31,200,190,0.12);
}

.human-box h3{
  color:#245183;
  margin-bottom:12px;
  font-size:22px;
}

.human-box p{
  color:#666;
  line-height:1.8;
  text-align:justify;
}

/* DETALLE */
.humanizacion-detalle{
  margin-top:60px;
}

/* ITEM */
.human-item{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:50px;
  align-items:center;
  margin-bottom:80px;
}

/* REVERSE */
.human-item.reverse{
  direction:rtl;
}

.human-item.reverse .human-info{
  direction:ltr;
}

/* IMAGEN */
.human-img{
  width:100%;
}

.human-img img{
  width:100%;
  border-radius:22px;
  object-fit:cover;
  transition:0.4s ease;
  box-shadow:0 15px 30px rgba(0,0,0,0.08);
}

.human-img img:hover{
  transform:scale(1.03);
}

/* MULTI IMAGEN */
.human-img.multi{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:15px;
}

/* INFO */
.human-info{
  text-align:left;
}

.human-info h3{
  color:#245183;
  font-size:28px;
  margin-bottom:18px;
}

.human-info p{
  color:#666;
  line-height:1.8;
  text-align:justify;
}

/* LISTA */
.human-lista{
  margin-top:18px;
  padding-left:20px;
}

.human-lista li{
  margin-bottom:12px;
  color:#666;
  line-height:1.8;
  text-align:justify;
}

/* BOX FINAL */
.human-box.final{
  margin-top:20px;
}

/* RESPONSIVE */
@media(max-width:768px){

  .humanizacion-titulo{
    font-size:28px;
  }

  .human-subtitulo{
    font-size:24px;
  }

  .human-item{
    grid-template-columns:1fr;
    gap:30px;
    margin-bottom:60px;
  }

  .human-item.reverse{
    direction:ltr;
  }

  .human-info h3{
    font-size:24px;
  }

}/* End custom CSS */