.elementor-1375 .elementor-element.elementor-element-1a73883{--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-1375 .elementor-element.elementor-element-6b64d1a{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-1375 .elementor-element.elementor-element-8a4750a{--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 );}.elementor-1375 .elementor-element.elementor-element-34d1db0{--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;--margin-top:-37px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:040px;--padding-left:0px;--padding-right:0px;}.elementor-widget-button .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-1375 .elementor-element.elementor-element-e08870f .elementor-button{background-color:#B9B9B9;border-radius:5px 5px 5px 5px;}:root{--page-title-display:none;}/* Start custom CSS for text-editor, class: .elementor-element-fbf62b9 */.etica-seccion {
  font-family: 'Poppins', sans-serif;
  padding: 80px 20px;
  background: #ffffff;
}

.etica-contenedor {
  max-width: 1100px;
  margin: auto;
  text-align: center;
}

/* BADGE */
.etica-badge {
  display: inline-block;
  background: rgba(36,81,131,0.08);
  color: #245183;
  padding: 6px 16px;
  border-radius: 20px;
  font-size: 12px;
  margin-bottom: 15px;
}

/* TITULO */
.etica-titulo {
  font-size: 34px;
  font-weight: 700;
  color: #245183;
}

.etica-linea {
  width: 60px;
  height: 3px;
  background: #1FC8BE;
  margin: 15px auto 30px;
}

/* TEXTOS SUPERIORES */
.etica-texto {
  color: #666;
  line-height: 1.8;
  width: 100%;
  margin: 15px 0;
  text-align: justify;
}

/* GRID */
.etica-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-top: 50px;
  align-items: center;
}

/* INFO */
.etica-info {
  color: #666;
  line-height: 1.8;
  text-align: justify;
}

.etica-info h3 {
  color: #245183;
  margin-bottom: 15px;
  text-align: left;
}

/* IMAGEN */
.etica-img img {
  width: 100%;
  border-radius: 16px;
  object-fit: cover;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .etica-grid {
    grid-template-columns: 1fr;
  }

  .etica-info h3 {
    text-align: center;
  }

  .etica-info {
    text-align: justify;
  }
}/* End custom CSS */