.elementor-188 .elementor-element.elementor-element-2938532f{--display:flex;--padding-top:5%;--padding-bottom:5%;--padding-left:5%;--padding-right:5%;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );line-height:var( --e-global-typography-primary-line-height );color:var( --e-global-color-primary );}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-188 .elementor-element.elementor-element-2938532f{--padding-top:8%;--padding-bottom:8%;--padding-left:8%;--padding-right:8%;}.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}}@media(max-width:767px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}}/* Start custom CSS */.elementor-element.elementor-element-7445f5b.e-flex.e-con-boxed.e-con.e-parent.e-lazyloaded {
    display: none;
}
/* Oculta los datos que no deben mostrarse */
.cmplz-contact-address,
.cmplz-contact-country,
.cmplz-contact-email,
.cmplz-contact-telephone {
  display: none !important;
}

/* Quita los saltos de línea innecesarios */
.cmplz-contact-address + br,
.cmplz-contact-country + br,
.cmplz-contact-email + br,
.cmplz-contact-telephone + br {
  display: none !important;
}

---------------------
Alinear banner
---------------------
 .cmplz-documents.cmplz-links ul {
    display: flex !important;
    flex-direction: row !important;
    justify-content: center; /* opcional */
    align-items: center;
    gap: 15px; /* espacio entre enlaces */
    padding: 0;
    margin: 0;
}

.cmplz-documents.cmplz-links ul li {
    list-style: none;
    display: inline-block !important;
}/* End custom CSS */