.elementor-kit-6{--e-global-color-primary:#0000DD;--e-global-color-secondary:#01C2FF;--e-global-color-text:#D6D6D6;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Europa grotesk";--e-global-typography-primary-font-size:35px;--e-global-typography-primary-font-weight:600;--e-global-typography-primary-line-height:8px;--e-global-typography-primary-letter-spacing:1px;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;font-family:"Roboto", Sans-serif;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 h1{font-family:"Europa grotesk", Sans-serif;font-size:50px;}.elementor-kit-6 h2{font-size:45px;line-height:43px;}.elementor-kit-6 input:not([type="button"]):not([type="submit"]),.elementor-kit-6 textarea,.elementor-kit-6 .elementor-field-textual{padding:4% 5% 4% 4%;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@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 */.elementor-widget-theme-site-logo img
{
    width: 170px;
}


 /* Estilo base dos círculos */
.blue-circle {
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #1E40FF;
  border-radius: 50%;
  z-index: 0;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

/* Pulsar suave */
@keyframes pulse {
  0% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.5); opacity: 0.6; }
  100% { transform: scale(1); opacity: 1; }
}

.pulse {
  animation-name: pulse;
}

/* Bounce (quicar) */
@keyframes bounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-20px); }
}

.bounce {
  animation-name: bounce;
}


/* Scrollbar personalizada para navegadores Webkit */
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #ffffff; /* fundo branco */
}

::-webkit-scrollbar-thumb {
  background: #0000dd; /* azul escuro personalizado */
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: #2222ff; /* tom mais claro ao passar o mouse */
}

@media screen and (max-width: 778px) {
.textbr br  {
display:none!important;
  }
}


/* Container geral das formas */
.fer-bg-shapes {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}

/* Bolinhas */
.fer-dot {
  position: absolute;
  width: 16px;
  height: 16px;
  background-color: #1E40FF;
  border-radius: 50%;
  opacity: 0.6;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

/* Bolinhas tipo A (pulsando) */
@keyframes fer-pulse {
  0% { transform: scale(1); opacity: 0.6; }
  50% { transform: scale(1.4); opacity: 0.2; }
  100% { transform: scale(1); opacity: 0.6; }
}
.fer-dot-a {
  animation-name: fer-pulse;
}

/* Bolinhas tipo B (bounce) */
@keyframes fer-bounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-15px); }
}
.fer-dot-b {
  animation-name: fer-bounce;
}

/* Quadrados */
.fer-square {
  position: absolute;
  width: 60px;
  height: 60px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  opacity: 0.3;
  border-radius: 6px;
}

/* Quadrado flutuando */
@keyframes fer-float {
  0%, 100% { transform: translateY(0px) rotate(0deg); }
  50% { transform: translateY(-10px) rotate(2deg); }
}
.fer-float {
  animation: fer-float 8s ease-in-out infinite;
}

/* Quadrado girando */
@keyframes fer-rotate {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.fer-rotate {
  animation: fer-rotate 20s linear infinite;
}

/* Garante que o conteúdo da seção fique acima */
.elementor-kit-6 {
  position: relative;
  z-index: 1;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Europa grotesk';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://fermentapublicidade.com.br/wp-content/uploads/2025/07/europa-grotesk-sh-bold.woff') format('woff');
}
/* End Custom Fonts CSS */