.navbar{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  background: var(--bg);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--bg);
}

#hero {
  background-image: url("../../../carrusel/imagen-34.jpeg"); /* 👈 pon aquí tu imagen */
  height: 50vh; /* 👈 ocupa toda la pantalla */
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  text-align: center;
  position: relative;
  z-index: 1;
  background-size: cover;
  background-position: center;
  animation: movebg 30s linear infinite;
}

@keyframes movebg {
  0% {
    background-position: top;
  }
  100% {
    background-position: bottom;
  }
}

#hero::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}

.card {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  border: 1px solid #e0e0e0;
  border-radius: 16px;
  padding: 24px;
  max-width: 900px;
  margin: 20px auto;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.info {
  flex: 1;
  margin-right: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.info p {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

.lista ul li {
  list-style: none; 
  margin: 5px;
  font-size: 15px;
  /* display: flex; */
  align-items: center;
  gap: 8px;
}

.lista ul li::before {
  content: "⚙️";
  color: #07bb8e;
  font-weight: bold;
}

.images {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.images p{
  font-size: 14px;
  font-weight: bold;
}

#manitowoc-1{
  border-radius: 1%;
  width: 350px;
  height: 620px;
}

#manitowoc-2{
  width: 180px;
  height: 260px;
  margin: 2px;
}

#manitowoc-3{
  width: 380px;
  height: 190px;
  margin: 2px;
}

#demag-2{
  width: 200px;
  height: 250px;
  margin: 5px;
}

#demag-3{
  width: 480px;
  height: 220px;
  margin: 5px;
}

#grove-2{
  width: 210px;
  height: 240px;
  margin: 5px;
}

#grove-3{
  width: 480px;
  height: 150px;
  margin: 5px;
}

#demagAC-2{
  width: 210px;
  height: 260px;
  margin: 5px;
}

#demagAC-3{
  width: 300px;
  height: 200px;
  margin: 5px;
}

#groveTM-2{
  width: 200px;
  height: 230px;
  margin: 5px;
}

#groveTM-3{
  width: 295px;
  height: 200px;
  margin: 5px;
}

#manitex-2{
  width: 200px;
  height: 200px;
  margin: 5px;
}

#manitex-3{
  width: 380px;
  height: 200px;
  margin: 5px;
}

#manlift-2{
  width: 200px;
  height: 230px;
  margin: 5px;
}

#manlift-3{
  width: 360px;
  height: 200px;
  margin: 5px;
}

#jlg-2{
  width: 290px;
  height: 200px;
  margin: 5px;
}

#jlg-3{
  width: 380px;
  height: 190px;
  margin: 5px;
}

#xct{
  border-radius: 1%;
  width: 340px;
  height: 700px;
}

#xct130-2{
  width: 290px;
  height: 200px;
  margin: 5px;
}

#xct130-3{
  width: 340px;
  height: 250px;
  margin: 5px;
}