/* Mantém o preloader do Elementor 100% maior apenas no mobile. */
@media (max-width: 767px) {
  .elementor-kit-10 {
    --e-preloader-width: 125% !important;
    --e-preloader-max-width: 87.5% !important;
    --e-preloader-delay: 1500ms !important;
  }
}
