• - Kitchen & Bath -
    Making ordinary spaces extraordinary.

Kitchens and Baths, Done Right.

Your kitchen and bathroom should feel like home — stylish, comfortable, and built for real life. From custom design and cabinetry to flooring and paint, we handle every detail to bring your vision to life. Whether it’s a full remodel or a simple update, we’re here to make the process easy and the results beautiful.

Call Us Now
Partner 1 Partner 2 Partner 3 Partner 4 Partner 5 Partner 6 Partner 7
Hugo - Di Porto Renovations

Sylvia Oliveira

Is a talented Brazilian Interior Designer who studied at UniFBV Wyden in Recife, Brazil. It was in her hometown that she began her career, building a strong foundation in design and a passion for creating spaces that are both functional and beautiful.

Now based in the United States, Sylvia recently joined Di Porto Renovations, a company located in the Tampa Bay area, specializing in kitchen and bath remodeling. Her creative style, attention to detail, and cultural perspective bring a unique touch to each project she works on.

Dedicated to turning her clients’ visions into reality, Sylvia continues to grow as a designer while doing what she loves most—helping people feel at home in their space.

"Quality is not just a promise—it’s our foundation."

Gallery

Take a look at some of our favorite transformations

Let’s Talk About Your Next Project

Whether you're upgrading your home or starting fresh, we're here to help — proudly serving Tampa and the surrounding areas.

const hamburger = document.getElementById('hamburger'); const menu = document.getElementById('menuprincipal'); hamburger.addEventListener('click', () => { menu.classList.toggle('show'); hamburger.classList.toggle('active'); }); function toggleMenu(button) { button.classList.toggle('active'); document.getElementById('menuprincipal').classList.toggle('show'); } document.querySelectorAll('#menuprincipal li > a.drop').forEach(link => { link.addEventListener('click', function(e) { if(window.innerWidth <= 768) { e.preventDefault(); // para não navegar const parentLi = this.parentElement; parentLi.classList.toggle('show-submenu'); } }); });