.elementor-1047 .elementor-element.elementor-element-f6f203b{--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-5b5b360 *//* ===== Estilos globales del contenedor ===== */
.contenedor-bloque {
  text-align: justify; /* Justificado para políticas */
  background: transparent; 
  padding: 20px;
  color: #1d1d86;
  max-width: 980px;
  margin: 0 auto;
}

/* ===== Estilo del título ===== */
.titulo-bloque {
  font-weight: bold;
  color: #1d1d86;
  text-align: center; 
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
  margin-bottom: 15px;
}

/* ===== Estilo del texto ===== */
.texto-bloque {
  line-height: 1.8;
  font-weight: 600;
  text-shadow: 1px 1px 3px rgba(0,0,0,0.15);
}

.texto-bloque a {
  color: inherit;
  text-decoration: underline;
}

/* ===================== PC ===================== */
@media (min-width: 1025px) {
  .titulo-bloque {
    font-size: 30px;
  }
  .texto-bloque {
    font-size: 20px;
  }
}

/* ===================== TABLETA ===================== */
@media (min-width: 768px) and (max-width: 1024px) {
  .titulo-bloque {
    font-size: 2.4rem;
  }
  .texto-bloque {
    font-size: 1.1rem;
  }
}

/* ===================== CELULAR ===================== */
@media (max-width: 767px) {
  .titulo-bloque {
    font-size: 1.8rem;
  }
  .texto-bloque {
    font-size: 1rem;
    line-height: 1.7;
  }
}/* End custom CSS */