.elementor-widget-container .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-container .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-1533 .elementor-element.elementor-element-b391ec8{--display:flex;--min-height:220px;--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-1533 .elementor-element.elementor-element-999afc6{--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-widget-html .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-html .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-eael-interactive-circle .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-eael-interactive-circle .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-1533 .elementor-element.elementor-element-2751381 .eael-interactive-circle-rotate{animation-duration:37.5s;}.elementor-1533 .elementor-element.elementor-element-2751381 .eael-interactive-circle-rotate .eael-circle-btn-icon{animation-duration:37.5s;}.elementor-1533 .elementor-element.elementor-element-2751381 .eael-interactive-circle-rotate .eael-circle-content{animation-duration:37.5s;}.elementor-1533 .elementor-element.elementor-element-2751381 .eael-circle-btn-icon i{font-size:16px!important;}.elementor-1533 .elementor-element.elementor-element-2751381 .eael-circle-btn-icon svg{width:16px!important;height:16px!important;min-width:16px!important;min-height:16px!important;}.elementor-1533 .elementor-element.elementor-element-2751381 .eael-circle-content-icon i{font-size:50px!important;}.elementor-1533 .elementor-element.elementor-element-2751381 .eael-circle-content-icon svg{width:50px!important;height:50px!important;min-width:50px!important;min-height:50px!important;}@media(max-width:767px){.elementor-1533 .elementor-element.elementor-element-2751381.elementor-element{--flex-grow:0;--flex-shrink:0;}}/* Start custom CSS for html, class: .elementor-element-767a03e */<style>
.círculo-animado {
  position: relative;
  width: 300px;
  height: 300px;
  margin: auto;
  border-radius: 50%;
  animation: rotar 20s linear infinite;
}

.círculo-animado .item {
  position: absolute;
  width: 60px;
  height: 60px;
  background: #0073aa;
  color: white;
  font-weight: bold;
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: rotate(calc(90deg * var(--i))) translate(120px) rotate(calc(-90deg * var(--i)));
  transition: transform 0.3s ease;
}

@keyframes rotar {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
</style>/* End custom CSS */
/* Start custom CSS for eael-interactive-circle, class: .elementor-element-2751381 */.elementor-1533 .elementor-element.elementor-element-2751381 .eael-interactive-circle {
    pointer-events: auto !important;
    opacity: 1 !important;
    transform: none !important;
    transition: all 0.3s ease-in-out !important;
}/* End custom CSS */