.elementor-4087 .elementor-element.elementor-element-1236c0e{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;}.elementor-4087 .elementor-element.elementor-element-1236c0e:not(.elementor-motion-effects-element-type-background), .elementor-4087 .elementor-element.elementor-element-1236c0e > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#AB0736;}.elementor-4087 .elementor-element.elementor-element-6f8fe11{width:var( --container-widget-width, 0% );max-width:0%;--container-widget-width:0%;--container-widget-flex-grow:0;}.elementor-4087 .elementor-element.elementor-element-6f8fe11 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-4087 .elementor-element.elementor-element-6f8fe11.elementor-element{--align-self:center;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-4087 .elementor-element.elementor-element-ae398c6.elementor-element{--align-self:center;}.elementor-4087 .elementor-element.elementor-element-ae398c6{text-align:center;}.elementor-4087 .elementor-element.elementor-element-ae398c6 .elementor-heading-title{font-family:"Metropolis", Sans-serif;font-size:1rem;font-weight:400;color:#FFFFFF;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-6f8fe11 *//* 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;
   
        
    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 {
    border-radius: 50%!important;
    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*/    
  }
}/* End custom CSS */