Atualização do banner

This commit is contained in:
2025-09-14 16:13:19 -03:00
parent cf44b83ad0
commit baea5c69fc
4 changed files with 121 additions and 7 deletions

View File

@@ -407,6 +407,17 @@ p {
opacity: 0.9;
}
.hero-overlay {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: rgba(0, 53, 84, 0.7); /* Overlay escuro sobre a imagem */
z-index: 1;
}
.hero-cta {
display: flex;
gap: var(--spacing-md);