.elementor-52 .elementor-element.elementor-element-e175423{width:100%;max-width:100%;}.elementor-52{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS *//* Força o elemento do rodapé a esticar o fundo para as bordas da tela */
.site-footer, footer, #colophon {
    width: 100vw !important;
    max-width: 100vw !important;
    position: relative !important;
    left: 50% !important;
    right: 50% !important;
    margin-left: -50vw !important;
    margin-right: -50vw !important;
    
    /* Substitua essa cor hexadecimal pelo azul escuro exato do seu site */
    background-color: #020a16 !important; 
    
    /* Isso garante que os textos do rodapé voltem para o centro */
    padding-left: calc(50vw - 50%) !important;
    padding-right: calc(50vw - 50%) !important;
}/* End custom CSS */