.elementor-1077 .elementor-element.elementor-element-1261470{--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-1077 .elementor-element.elementor-element-e89ee24{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-1077 .elementor-element.elementor-element-63ae83d{--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-5351473 *//* ===================================== */
/* RESPONSABILIDAD SOCIAL */
/* ===================================== */

.seccion-general *{
  box-sizing:border-box;
  font-family:'Poppins',sans-serif;
}

/* SECCION */
.seccion-general{
  padding:80px 20px;
  background:#ffffff;
}

/* CONTENEDOR */
.container{
  max-width:1100px;
  margin:auto;
}

/* TITULO */
.titulo{
  font-size:34px;
  font-weight:700;
  color:#245183;
  text-align:left;
}

/* LINEA */
.linea{
  width:60px;
  height:3px;
  background:#1FC8BE;
  margin:15px 0 30px;
  border-radius:10px;
}

/* TEXTOS */
.texto{
  color:#666;
  line-height:1.8;
  margin-bottom:25px;
  text-align:justify;
}

.texto.full{
  max-width:100%;
}

/* ===================================== */
/* GRID CARDS */
/* ===================================== */

.grid-cepa{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:25px;
  margin-top:45px;
  margin-bottom:45px;
}

/* CARD */
.card-cepa{
  background:#f8fbfb;
  border:1px solid #eef2f5;
  border-radius:18px;
  padding:30px 20px;
  text-align:center;
  cursor:pointer;
  transition:.35s ease;
  color:#245183;
}

.card-cepa:hover,
.card-cepa.active{
  background:#1FC8BE;
  transform:translateY(-6px);
  box-shadow:0 15px 30px rgba(31,200,190,.20);
  color:#ffffff;
}

/* ICONO */
.icono-cepa{
  width:72px;
  height:72px;
  margin:0 auto 18px;
  border-radius:20px;

  display:flex;
  align-items:center;
  justify-content:center;

  background:linear-gradient(
    135deg,
    rgba(31,200,190,.12),
    rgba(36,81,131,.08)
  );

  border:1px solid rgba(31,200,190,.20);

  color:#1FC8BE;

  transition:.35s ease;
}

/* SVG */
.icono-cepa svg{
  width:34px;
  height:34px;
  stroke:currentColor;
  fill:none;
  stroke-width:1.8;
}

/* HOVER ICONO */
.card-cepa:hover .icono-cepa,
.card-cepa.active .icono-cepa{
  background:linear-gradient(135deg,#1FC8BE,#245183);
  color:#ffffff;
  transform:scale(1.08);
  box-shadow:0 10px 25px rgba(31,200,190,.30);
}

/* TITULO CARD */
.card-cepa strong{
  display:block;
  font-size:17px;
  margin-top:10px;
  margin-bottom:6px;
  font-weight:700;
}

/* SUBTEXTO */
.card-cepa span{
  display:block;
  font-size:13px;
  opacity:.80;
  line-height:1.5;
}

/* ===================================== */
/* CONTENIDOS */
/* ===================================== */

.cepa-contenido{
  display:none;
  animation:fade .4s ease;
}

@keyframes fade{
  from{
    opacity:0;
    transform:translateY(15px);
  }
  to{
    opacity:1;
    transform:translateY(0);
  }
}

/* ===================================== */
/* GRID INTERNO */
/* ===================================== */

.grid-3{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px;
  margin-top:25px;
}

/* MINI CARDS */
.card-mini{
  background:#f8fbfb;
  border:1px solid #eef2f5;
  border-radius:16px;
  padding:22px;
  color:#666;
  line-height:1.7;
  transition:.3s;
}

.card-mini:hover{
  transform:translateY(-4px);
  box-shadow:0 10px 25px rgba(0,0,0,.05);
}

.card-mini strong{
  display:block;
  color:#245183;
  margin-bottom:10px;
}

/* ===================================== */
/* GRID OBJETOS */
/* ===================================== */

.grid-obj{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:18px;
  margin-top:25px;
}

.grid-obj div{
  background:#f8fbfb;
  border:1px solid #eef2f5;
  border-radius:14px;
  padding:18px;
  text-align:center;
  color:#245183;
  font-weight:500;
  transition:.3s;
}

.grid-obj div:hover{
  background:#1FC8BE;
  color:#fff;
  transform:translateY(-4px);
}

/* ===================================== */
/* LISTAS */
/* ===================================== */

.lista{
  margin-top:20px;
  padding-left:20px;
}

.lista li{
  color:#666;
  margin-bottom:12px;
  line-height:1.7;
}

/* ===================================== */
/* ACORDEON */
/* ===================================== */

.acordeon-btn{
  width:100%;
  background:#245183;
  color:#fff;
  padding:16px 18px;
  border:none;
  border-radius:12px;
  margin-bottom:10px;
  cursor:pointer;
  text-align:left;
  font-weight:600;
  transition:.3s;
}

.acordeon-btn:hover{
  background:#1FC8BE;
}

.acordeon-btn:focus,
.acordeon-btn:active{
  outline:none;
  box-shadow:none;
}

/* CONTENIDO */
.acordeon-content{
  display:none;
  background:#f8fbfb;
  border:1px solid #eef2f5;
  border-radius:12px;
  padding:18px;
  margin-bottom:15px;
  color:#666;
  line-height:1.7;
}

/* ===================================== */
/* RESPONSIVE */
/* ===================================== */

@media(max-width:900px){

  .grid-cepa{
    grid-template-columns:repeat(2,1fr);
  }

  .grid-3{
    grid-template-columns:1fr;
  }

}

@media(max-width:600px){

  .titulo{
    font-size:28px;
  }

  .grid-cepa{
    grid-template-columns:1fr;
  }

  .grid-obj{
    grid-template-columns:1fr;
  }

}/* End custom CSS */