/* ===== SISTEMAS OPERATIVOS ===== */

.sistemas-logos{
display:flex;
justify-content:center;
align-items:center;
gap:25px;
margin-top:15px;
}

.sistemas-logos img{
width:70px;
height:70px;
object-fit:cover;
border-radius:50%;
background:white;
padding:8px;
box-shadow:0 4px 10px rgba(0,0,0,0.15);
transition:transform 0.3s;
}

.sistemas-logos img:hover{
transform:scale(1.1);
}


/* ===== SLOGAN PRINCIPAL ===== */

.slogan-mundo{
font-size:28px;
font-weight:600;
letter-spacing:4px;
line-height:1;
text-transform:uppercase;
color:white;
margin-top:10px;
margin-bottom:15px;
padding:5px 0;
}

/* ===== SERVICIOS ===== */

.servicios-mundo{
font-size:18px;
letter-spacing:1px;
color:white;
max-width:750px;
margin:auto;
line-height:1.6;
}
.slogan-mundo{
color:white;
text-shadow:0 2px 8px rgba(0,0,0,0.4);
}