.elementor-147 .elementor-element.elementor-element-0e1b812{--display:flex;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS *//* Isso garante que a página não tenha barra de rolagem lateral */
body, html {
    overflow-x: hidden !important;
}

.vg-footer {
    width: 100vw !important;
    position: relative;
    left: 50% !important;
    transform: translateX(-50%) !important;
    
    background: #000 !important;
    color: #fff;
    padding: 60px 8%;
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr;
    gap: 80px;
    box-sizing: border-box;
}

/* Estilos internos */
.vg-logo { font-weight: 700; font-size: 22px; margin-bottom: 20px; color: #fff; }
.vg-logo span { color: #F2CB05; }
.vg-footer h4 { margin-bottom: 25px; font-size: 18px; color: #fff; }
.vg-footer p { color: white; font-size: 14px; margin-bottom: 12px; line-height: 1.6; }

/* Links sem azul */
.vg-footer a {
    color: inherit !important;
    text-decoration: none !important;
    transition: 0.3s;
}
.vg-footer a:hover { color: #F2CB05 !important; }
.vg-gold { color: #F2CB05 !important; font-weight: 700; }

/* Mobile */
@media (max-width: 768px) {
    .vg-footer {
        grid-template-columns: 1fr;
        padding: 40px 5%;
        text-align: center;
    }
}/* End custom CSS */