.hero-concluidas {
background-image: url('../img/viagens-concluidas/viagens-concluidas-2026.jpeg');
background-size: cover;
background-position: center;
background-repeat: no-repeat;
height: 70vh;
position: relative;
display: flex;
align-items: center;
justify-content: center;
}

.hero-concluidas .hero-overlay {
background: rgba(0, 0, 0, 0.45);
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.hero-concluidas .hero-content {
position: relative;
text-align: center;
color: #fff;
padding: 20px;
}

.hero-concluidas .hero-title {
font-size: 3rem;
font-weight: 700;
margin-bottom: 10px;
}

.hero-concluidas .hero-subtitle {
font-size: 1.3rem;
margin-bottom: 25px;
opacity: 0.9;
}