.elementor-306 .elementor-element.elementor-element-1b98b69c{--display:flex;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-306 .elementor-element.elementor-element-4bc434f{margin:50px 0px calc(var(--kit-widget-spacing, 0px) + -50px) 0px;text-align:center;}.elementor-306 .elementor-element.elementor-element-4bc434f .elementor-heading-title{font-family:"Roboto", Sans-serif;font-size:36px;font-weight:600;color:var( --e-global-color-ce76708 );}/* Start custom CSS for shortcode, class: .elementor-element-5eaf9228 *//* ===============================
   LEGALES – CONTENEDOR ELEMENTOR
   =============================== */

/* Contenedor azul a 100% */
.legal-wrapper {
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #DCEAF2;
  position: relative;
  overflow: hidden;
}

/* ===============================
   CONTENIDO INTERIOR (1000px)
   =============================== */

.legal-content {
  max-width: 1000px;
  margin: 0 auto;
  padding: 80px 20px;
  position: relative;
  z-index: 2;
  color: #142648;
}

/* Títulos */
.legal-content h1,
.legal-content h2,
.legal-content h3 {
  font-family: 'Roboto', sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.3;
  color: #142648;
  margin-bottom: 20px;
}

/* Texto general */
.legal-content p,
.legal-content li,
.legal-content span {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  line-height: 1.7;
  color: #142648;
}

/* Subtítulos de Complianz */
.legal-content .cmplz-subtitle {
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 500;
  margin-top: 30px;
  color: #142648;
}

/* Enlaces */
.legal-content a {
  color: #FFBE00;
  text-decoration: none;
  font-weight: 500;
}

.legal-content a:hover {
  text-decoration: underline;
}/* End custom CSS */