.historia-onlycompu{
padding:80px 0;
}

.equipo-section{
background:#f5f5f5;
padding:80px 0;
}

.team-card{
background:white;
padding:25px;
border-radius:10px;
box-shadow:0 0 10px rgba(0,0,0,0.1);
transition:0.3s;
}

.team-card:hover{
transform:translateY(-5px);
}

.team-card img{
width:120px;
height:120px;
border-radius:50%;
margin-bottom:15px;
}

.stats-section{
background:linear-gradient(135deg,#0d6efd,#0b5ed7);
color:white;
padding:60px 0;
}

.stats-section h2{
font-size:40px;
font-weight:bold;
}


/*.nosotros-hero{
background:linear-gradient(135deg,#0d6efd,#0b5ed7);
color:white;
padding:120px 20px 80px 20px;
margin-bottom:50px;
}

.titulo-nosotros{
font-size:48px;
font-weight:bold;
}

.subtitulo-nosotros{
font-size:18px;
max-width:700px;
margin:auto;
margin-top:20px;
}

.nosotros-info{
margin-bottom:60px;
}

.valores-section{
background:#f4f4f4;
padding:60px 0;
}

.valor-card{
background:white;
padding:25px;
border-radius:10px;
box-shadow:0 0 10px rgba(0,0,0,0.1);
transition:0.3s;
}

.valor-card:hover{
transform:translateY(-5px);
}

.porque-onlycompu{
padding:60px 0;
}

.info-card{
background:white;
padding:30px;
border-radius:10px;
box-shadow:0 0 10px rgba(0,0,0,0.1);
transition:0.3s;
text-align:center;
}

.info-card:hover{
transform:translateY(-5px);
}*/