:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-da3e96c */<style>
/* FIX: sfondo sempre nero anche su mobile */
html, body{background:#0b0b0b!important;}
#g-home{background:#0b0b0b;}

/* rendo trasparenti i wrapper di Elementor attorno al widget */
.elementor, .elementor-section, .elementor-container, .elementor-column,
.elementor-widget-wrap, .elementor-widget-html{background:transparent!important;}

/* opzionale: elimino spazi bianchi del contenitore */
@media (max-width:1024px){
  .elementor-section, .elementor-column{padding:0!important; margin:0!important;}
}

/* === nuove regole per il logo === */

/* niente sfondi/ombre attorno al logo */
.brand,
.brand img,
.elementor-widget-image,
.elementor-widget-image img,
.elementor-image,
.elementor-image img{
  background: transparent !important;
  box-shadow: none !important;
  filter: none !important;
}

/* disattiva il vecchio mix-blend-mode */
.brand img{ mix-blend-mode: normal !important; }

/* azzera padding/margini del contenitore logo */
.brand{ padding:0 !important; margin:0 0 18px !important; }

/* se Elementor aggiunge un colore al link dell’immagine */
.brand a{ background: transparent !important; }
</style>/* End custom CSS */