/*** -- OUTROS -- ***/
.section {
    scroll-snap-align: start;
    padding-top: 15vh;
    padding-bottom: 15vh;
}


/* Fit to content */
.fit-content {
  width: fit-content !important;
}

/* Button icons are too small compared with font size */
.button-icon-2xs .elementor-button-icon svg { width: 1.1em; }
.button-icon-xs .elementor-button-icon svg { width: 1.2em; }
.button-icon-s .elementor-button-icon svg { width: 1.3em; }
.button-icon-m .elementor-button-icon svg { width: 1.4em; margin-top: 2px;}
.button-icon-l .elementor-button-icon svg { width: 1.5em; }
.button-icon-xl .elementor-button-icon svg { width: 1.6em; }
.button-icon-2xl .elementor-button-icon svg { width: 1.7em; }

/* Blur background */
.bg-blur {
   backdrop-filter: blur(8px);
}