.elementor-kit-4{--e-global-color-primary:#535353;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#1D1D1D;--e-global-color-accent:#2C04BF;--e-global-color-fa30712:#FFFFFF1F;--e-global-color-ce5eae2:#282828;--e-global-typography-primary-font-family:"Nunito";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Nunito";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Nunito";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Nunito";--e-global-typography-accent-font-weight:500;font-family:"Nunito", Sans-serif;}.elementor-kit-4 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.contador {
  display: flex;
  gap: 20px;
  background: rgba(44, 4, 191, 0.25); /* #2C04BF com transparência */
  padding: 20px 40px;
  border-radius: 20px;
  font-family: Arial, sans-serif;
  font-weight: bold;
  justify-content: center;
  align-items: center;
  backdrop-filter: blur(6px); /* efeito mais bonito */
}

.contador .bloco span {
  font-size: 48px;
  color: #ffffff; /* COR DO NÚMERO */
}

.contador .bloco label {
  display: block;
  text-align: center;
  font-size: 12px;
  margin-top: 5px;
  color: #2C04BF; /* COR DO TEXTO EMBAIXO */
}/* End custom CSS */