.elementor-347 .elementor-element.elementor-element-84758ac{--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;}.elementor-347 .elementor-element.elementor-element-94e72c7{--display:flex;}.elementor-347 .elementor-element.elementor-element-64c6b2e{--grid-template-columns:repeat(0, auto);--grid-column-gap:5px;--grid-row-gap:0px;}.elementor-347 .elementor-element.elementor-element-64c6b2e .elementor-widget-container{text-align:center;}.elementor-347 .elementor-element.elementor-element-64c6b2e .elementor-social-icon{background-color:#79766C00;}.elementor-347 .elementor-element.elementor-element-64c6b2e .elementor-social-icon i{color:var( --e-global-color-secondary );}.elementor-347 .elementor-element.elementor-element-64c6b2e .elementor-social-icon svg{fill:var( --e-global-color-secondary );}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-347 .elementor-element.elementor-element-a765e8a{text-align:center;}.elementor-347 .elementor-element.elementor-element-a765e8a .elementor-heading-title{font-family:"NeueHaas", Sans-serif;font-size:16px;font-weight:200;letter-spacing:2.1px;color:var( --e-global-color-secondary );}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(max-width:1024px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}}@media(max-width:767px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}.elementor-347 .elementor-element.elementor-element-a765e8a .elementor-heading-title{font-size:14px;line-height:1.6em;}}/* Start custom CSS for html, class: .elementor-element-5aba3b3 *//* animacao whats  */
.whatsapp-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #25D366;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    animation: breathe 2s ease-in-out infinite;
    text-decoration: none;
}

.whatsapp-btn svg {
    color: #fff;
    font-size: 24px;
    animation: beat 2s ease-in-out infinite;
}

@keyframes breathe {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 101, 0.432);
    }

    70% {
        box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}

@keyframes beat {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}

/* End custom CSS *//* End custom CSS */