.elementor-200 .elementor-element.elementor-element-84a4042{--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-200 .elementor-element.elementor-element-fdcae8c .elementor-button{background-color:#2E384D;border-radius:4px 4px 4px 4px;}.elementor-200 .elementor-element.elementor-element-fdcae8c > .elementor-widget-container{background-color:#FFFFFF00;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for button, class: .elementor-element-fdcae8c */.botao-home-flutuante {
    position: fixed;
    bottom: 20px;   /* Distância do fundo */
    right: 20px;    /* Distância da lateral */
    z-index: 9999;  /* Fica acima de outros elementos */
    text-decoration: none !important;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.botao-home-flutuante:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 12px rgba(0,0,0,0.3);
}

#botao-home-flutuante {
    background: none !important;
    border: none !important;
    box-shadow: none !important;
}

.elementor-200 .elementor-element.elementor-element-fdcae8c .elementor-button-icon {
    font-size: 20px; /* ajuste conforme necessário */
}/* End custom CSS */