/* =========================================================
HERO MAQUINAS
========================================================= */

.hero-maquinas{
position:relative;
background:url("../img/hero/hero-maquinas.webp") center/cover no-repeat;
min-height:65vh;
display:flex;
align-items:center;
justify-content:center;
padding:90px 20px;
color:#fff;
}

.hero-overlay{
position:absolute;
inset:0;
background:rgba(0,0,0,.55);
}

.hero-content{
position:relative;
max-width:900px;
z-index:2;
}

.hero-maquinas h1{
font-size:clamp(2.2rem,4vw,3.3rem);
font-weight:700;
letter-spacing:1px;
margin-bottom:20px;
}

.hero-maquinas h1::after{
content:"";
display:block;
width:90px;
height:4px;
background:#f2b705;
margin:18px auto 0;
}

.hero-sub{
font-size:clamp(1rem,1.4vw,1.25rem);
line-height:1.6;
opacity:.95;
margin-top:20px;
}

/* LISTA EQUIPOS */


.equipos-card{
background:linear-gradient(135deg,#003366,#00509e);
color:white;
padding:30px;
border-radius:12px;
box-shadow:0 10px 25px rgba(0,0,0,0.2);
}

.equipos-card ul{
font-size:0.9rem;
padding-left:20px;
line-height:1.6;
}

.text-muted-white{
    color: #fff;
}

.maquinas{
    padding:80px 0;
background:#4CAF50;
}
/* CARD MAQUINAS */

.maquina-card{
background:white;
border-radius:12px;
padding:25px;
box-shadow:0 6px 15px rgba(0,0,0,0.08);
transition:.3s;
height:100%;
}

.maquina-card:hover{
transform:translateY(-8px);
box-shadow:0 18px 35px rgba(0,0,0,0.18);
}


/* BARRA */

.card-bar{
height:6px;
background:linear-gradient(90deg,#fcbf49,#f77f00);
border-radius:5px;
margin-bottom:15px;
}


/* TITULOS */

.maquina-card h5{
color:#003366;
font-weight:700;
margin-bottom:5px;
}

.spec{
font-size:0.9rem;
color:#666;
}


/* IMAGEN */

.img-container{
height:130px;
display:flex;
align-items:center;
justify-content:center;
margin-bottom:12px;
}

.img-container img{
max-height:100%;
max-width:100%;
object-fit:contain;
}



/* RESPONSIVE */

@media (max-width:768px){

.hero-maquinas{
min-height:40vh;
padding:60px 15px;
}

.maquina-card{
padding:20px;
}

.img-container{
height:100px;
}
.navbar-brand span{
font-size:.9rem;
}
}
