.elementor-kit-8{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-2f58c24:#5E81C1;--e-global-color-acf4ec6:#FFFFFF;--e-global-color-d0abf31:#8FC8C6;--e-global-color-7e90bd0:#172C33;--e-global-color-e6e69c9:#424142;--e-global-typography-primary-font-family:"Raleway";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Raleway";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Raleway";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Raleway";--e-global-typography-accent-font-weight:500;}.elementor-kit-8 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){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);}.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 */#whatsapp-float {
  position: fixed;
  bottom: 25px;
  right: 25px;
  z-index: 1000;
}

#whatsapp-button {
  display: block;
  width: 60px;
  height: 60px;
  background-color: #25D366;
  border-radius: 50%;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all 0.3s;
  text-decoration: none;
}

.whatsapp-icon {
  width: 32px;
  height: 32px;
  fill: #FFFFFF;
  transition: transform 0.3s;
}

.whatsapp-tooltip {
  position: absolute;
  right: 75px;
  background-color: #075E54;
  color: white;
  padding: 8px 15px;
  border-radius: 4px;
  font-size: 14px;
  white-space: nowrap;
  visibility: hidden;
  opacity: 0;
  transform: translateX(10px);
  transition: all 0.3s;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.whatsapp-tooltip:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -8px;
  transform: translateY(-50%);
  border-left: 8px solid #075E54;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}

#whatsapp-button:hover {
  background-color: #128C7E;
  transform: scale(1.05);
}

#whatsapp-button:hover .whatsapp-icon {
  transform: rotate(-5deg);
}

#whatsapp-button:hover .whatsapp-tooltip {
  visibility: visible;
  opacity: 1;
  transform: translateX(0);
}

/* Animação de pulso */
@keyframes pulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.1); }
  100% { transform: scale(1); }
}

#whatsapp-button {
  animation: pulse 2s infinite;
}

#whatsapp-button:hover {
  animation: none;
}

/* Adicione a classe "gradient-divider" ao seu widget de Divisor no Elementor */

.gradient-divider .elementor-divider-separator {
    background: linear-gradient(110deg, #8FC8C6, #172C33) !important;
    height: 5px !important; /* Ajuste a espessura conforme desejado */
}

.your-image {  
  filter: saturate(80%);  
  transition: filter 0.3s;  
}  
.your-image:hover {  
  filter: saturate(150%);  
}/* End custom CSS */