.elementor-2484 .elementor-element.elementor-element-1ebeeb4{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2484 .elementor-element.elementor-element-ed76558{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2484 .elementor-element.elementor-element-f1d39ce > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}body:not(.rtl) .elementor-2484 .elementor-element.elementor-element-44b9590{right:0px;}body.rtl .elementor-2484 .elementor-element.elementor-element-44b9590{left:0px;}.elementor-2484 .elementor-element.elementor-element-44b9590{bottom:0px;}body.elementor-page-2484:not(.elementor-motion-effects-element-type-background), body.elementor-page-2484 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F5F1E8;}@media(max-width:767px){.elementor-2484 .elementor-element.elementor-element-44b9590{bottom:72px;}}/* Start custom CSS for html, class: .elementor-element-44b9590 *//* DESKTOP, NOTEBOOK E TABLET */
.icon-whatsapp svg{
    fill: #ffffff;
    display: inline-block;
    position: fixed;
    overflow: visible;
    background-color: #25D366;
    border-radius: 50%;
    z-index: 1000;
    animation: glow 2s infinite;
        
    height: 70px;  /* Altura total */  
    width: 70px; /* Largura total */   
    padding: 10px;  /* Distância do ícone até a borda verde */

    bottom: 20px; /* Distância do ícone até o canto inferior da página*/
    right: 20px; /* Distância do ícone até o canto lateral da página*/
    
  }

/* MOBILE */
@media (max-width: 767px) {
.icon-whatsapp svg {

    height: 60px;  /* Altura total */  
    width: 60px; /* Largura total */
    padding: 8px;  /* Distância do ícone até a borda verde */

    bottom: 10px; /* Distância do ícone até o canto inferior da página*/
    right: 10px; /* Distância do ícone até o canto lateral da página*/    
  }
}

/* Animação */
@keyframes glow {
  0% {
    box-shadow: 0 0 5px rgba(37, 211, 102, 0.5), 0 0 10px rgba(37, 211, 102, 0.5), 0 0 20px rgba(37, 211, 102, 0.5);
  }
  50% {
    box-shadow: 0 0 20px rgba(37, 211, 102, 0.5), 0 0 30px rgba(37, 211, 102, 0.5), 0 0 40px rgba(37, 211, 102, 0.5);
  }
  100% {
    box-shadow: 0 0 5px rgba(37, 211, 102, 0.5), 0 0 10px rgba(37, 211, 102, 0.5), 0 0 20px rgba(37, 211, 102, 0.5);
  }
}/* End custom CSS */
/* Start custom CSS */html, body{
    width: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
}/* End custom CSS */