.elementor-190 .elementor-element.elementor-element-51bd87a6{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-190 .elementor-element.elementor-element-780d627e{--display:flex;}/* Start custom CSS for html, class: .elementor-element-36e8881c *//* Fundo e centralização */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #121B22; /* fundo solicitado */
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999;
}

/* Logo */
#preloader .loader img {
  width: 90px;
  height: auto;
  animation: pulse 1.5s infinite;
}

/* Animação da logo */
@keyframes pulse {
  0% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.2); opacity: 0.7; }
  100% { transform: scale(1); opacity: 1; }
}/* End custom CSS */