.hero-sobre{
position:relative;
padding:180px 20px 120px;
background:url('https://images.unsplash.com/photo-1492724441997-5dc865305da7') center/cover no-repeat;
color:#fff;
}

.hero-sobre .overlay{
position:absolute;
width:100%;
height:100%;
background:rgba(11,31,58,.85);
top:0;
left:0;
}

.foto-box{
position:relative;
}

.foto-box img{
border-radius:20px;
box-shadow:0 20px 60px rgba(0,0,0,.1);
}

.experience-badge{
position:absolute;
bottom:-20px;
right:20px;
background:#fff;
padding:12px 18px;
border-radius:12px;
box-shadow:0 10px 30px rgba(0,0,0,.1);
}

.stats-box h4{
font-weight:700;
}

.card-diferencial{
background:#fff;
padding:25px;
border-radius:15px;
box-shadow:0 10px 30px rgba(0,0,0,.05);
transition:.3s;
}

.card-diferencial:hover{
transform:translateY(-5px);
}

.card-diferencial i{
font-size:24px;
color:#ff5a1f;
margin-bottom:10px;
display:block;
}

.timeline{
position:relative;
padding-left:20px;
}

.timeline::before{
content:'';
position:absolute;
left:10px;
top:0;
width:2px;
height:100%;
background:#ddd;
}

.timeline-item{
position:relative;
margin-bottom:30px;
padding-left:25px;
}

.timeline-item::before{
content:'';
position:absolute;
left:-2px;
top:5px;
width:10px;
height:10px;
background:#ff5a1f;
border-radius:50%;
}

.cta-sobre{
background:#0b1f3a;
color:#fff;
padding:80px 20px;
}