Sobre nós

Soluções Jurídicas – Advogados Especializados

* {
margin: 0;
padding: 0;
box-sizing: border-box;
}

body {
font-family: ‘Segoe UI’, Tahoma, Geneva, Verdana, sans-serif;
line-height: 1.6;
color: #333;
}

/* Header / Navegação */
header {
background: linear-gradient(135deg, #003366 0%, #0052a3 100%);
padding: 20px 0;
position: fixed;
width: 100%;
top: 0;
z-index: 100;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

nav {
max-width: 1200px;
margin: 0 auto;
padding: 0 20px;
display: flex;
justify-content: space-between;
align-items: center;
}

.logo {
font-size: 24px;
font-weight: bold;
color: #FFD700;
text-decoration: none;
letter-spacing: 1px;
}

.nav-links {
display: flex;
list-style: none;
gap: 30px;
}

.nav-links a {
color: white;
text-decoration: none;
font-size: 14px;
font-weight: 500;
transition: color 0.3s ease;
}

.nav-links a:hover {
color: #FFD700;
}

/* Hero Section */
.hero {
background: linear-gradient(135deg, #003366 0%, #0052a3 50%, #0066cc 100%);
color: white;
padding: 120px 20px 80px;
text-align: center;
position: relative;
overflow: hidden;
min-height: 100vh;
display: flex;
align-items: center;
justify-content: center;
}

/* Elementos decorativos de fundo */
.hero::before {
content: ”;
position: absolute;
top: -50%;
right: -10%;
width: 500px;
height: 500px;
background: rgba(255, 215, 0, 0.1);
border-radius: 50%;
animation: float 6s ease-in-out infinite;
}

.hero::after {
content: ”;
position: absolute;
bottom: -30%;
left: -5%;
width: 400px;
height: 400px;
background: rgba(255, 255, 255, 0.08);
border-radius: 50%;
animation: float 8s ease-in-out infinite reverse;
}

@keyframes float {
0%, 100% {
transform: translateY(0px);
}
50% {
transform: translateY(30px);
}
}

.hero-content {
position: relative;
z-index: 2;
max-width: 900px;
margin: 0 auto;
animation: fadeInUp 1s ease-out;
}

@keyframes fadeInUp {
from {
opacity: 0;
transform: translateY(30px);
}
to {
opacity: 1;
transform: translateY(0);
}
}

.hero h1 {
font-size: 60px;
font-weight: 700;
line-height: 1.2;
margin-bottom: 20px;
text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

.hero h1 .highlight {
color: #FFD700;
display: block;
font-size: 72px;
margin: 10px 0;
}

.hero p {
font-size: 20px;
margin-bottom: 40px;
color: #e8f0ff;
line-height: 1.8;
max-width: 700px;
margin-left: auto;
margin-right: auto;
}

/* Buttons */
.btn-container {
display: flex;
gap: 20px;
justify-content: center;
flex-wrap: wrap;
margin-bottom: 60px;
}

.btn {
padding: 16px 40px;
font-size: 16px;
font-weight: 600;
border: none;
border-radius: 8px;
cursor: pointer;
transition: all 0.3s ease;
text-decoration: none;
display: inline-block;
text-transform: uppercase;
letter-spacing: 1px;
}

.btn-primary {
background: linear-gradient(135deg, #FFD700 0%, #FFC700 100%);
color: #003366;
box-shadow: 0 8px 20px rgba(255, 215, 0, 0.3);
}

.btn-primary:hover {
transform: translateY(-3px);
box-shadow: 0 12px 30px rgba(255, 215, 0, 0.4);
}

.btn-secondary {
background: rgba(255, 255, 255, 0.15);
color: white;
border: 2px solid white;
backdrop-filter: blur(10px);
}

.btn-secondary:hover {
background: white;
color: #003366;
transform: translateY(-3px);
}

/* Stats Section dentro do Hero */
.hero-stats {
display: flex;
gap: 40px;
justify-content: center;
flex-wrap: wrap;
margin-top: 60px;
padding-top: 40px;
border-top: 2px solid rgba(255, 215, 0, 0.3);
position: relative;
z-index: 2;
}

.stat {
text-align: center;
}

.stat-number {
font-size: 42px;
font-weight: 700;
color: #FFD700;
margin-bottom: 8px;
}

.stat-label {
font-size: 14px;
color: #e8f0ff;
text-transform: uppercase;
letter-spacing: 1px;
}

/* Responsivo */
@media (max-width: 768px) {
.nav-links {
gap: 15px;
font-size: 12px;
}

.hero {
padding: 80px 20px 60px;
}

.hero h1 {
font-size: 40px;
}

.hero h1 .highlight {
font-size: 50px;
}

.hero p {
font-size: 16px;
}

.btn {
padding: 12px 30px;
font-size: 14px;
}

.btn-container {
gap: 15px;
}

.hero-stats {
gap: 20px;
margin-top: 40px;
padding-top: 30px;
}

.stat-number {
font-size: 32px;
}

.stat-label {
font-size: 12px;
}
}

@media (max-width: 480px) {
header {
padding: 15px 0;
}

.hero h1 {
font-size: 32px;
}

.hero h1 .highlight {
font-size: 40px;
}

.hero p {
font-size: 14px;
margin-bottom: 30px;
}

.btn-container {
flex-direction: column;
gap: 12px;
}

.btn {
width: 100%;
padding: 14px 20px;
}

.hero-stats {
flex-direction: column;
gap: 25px;
}
}

Sua Defesa é
Nossa Missão

Escritório especializado em soluções jurídicas completas.
Defendemos seus direitos com experiência, dedicação e excelência profissional.


500+
Casos Vitoriosos

20+
Anos de Experiência

98%
Taxa de Satisfação