/* ==== Montacarga ==== */
.slide-transporte {
  position: relative;
  background-image: url(/models/assets/bg-hero-ehw20.jpg);
  background-size: cover;
  background-position: left;
  background-repeat: no-repeat;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
  padding-top: 10vh;
  padding-left: 20vw;
}

.slide-transporte-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.slide-transporte-content {
  position: relative;
  z-index: 2;
  color: #fff;
  padding: 20px;
  text-align: left;
}

.slide-title {
  font-size: 6.5rem; /* Tamaño más grande */
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 0.95;
}

.slide-code {
  font-size: 2rem; /* También más grande para el código */
}

/* Contenedor principal del sistema de control */
.control-section {
  padding: 80px 0px;
  text-align: left;
}

.section-title {
  font-size: 2rem;
  font-weight: 900;
  margin-bottom: 20px;
  margin-left: 100px;
  color: #333;
}

.line-separator {
  width: 80%;
  height: 1px;
  background-color: #e1e1e1;
  margin: 15px 0;
  margin-left: 100px;
}

.feature-grid {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 20px 0;
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.5rem;
  font-weight: 900;
  color: #444;
  max-width: 220px;
}

.feature-item img {
  width: 48px;
  height: auto;
}

/* Sección Tecnología Avanzada */
.seccion-cabina-comercial {
  padding: 60px 20px;
  background: #fff;
}

.cabina-comercial-layout {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  flex-wrap: nowrap;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.cabina-comercial-imagen {
  flex: 1;
  min-width: 700px;
  height: 800px;
  background: url("/assets/images/tecnologia-avanzada.webp") no-repeat center
    center;
  background-size: cover;
}

.cabina-comercial-detalle {
  flex: 1;
  padding: 80px 60px;
  background: #f5f5f5;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.cabina-titulo {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  font-family: "Segoe UI", sans-serif;
}

.cabina-titulo.verde {
  color: #84cc16;
}

.cabina-comercial-detalle p {
  font-size: 13px;
  color: #333;
  line-height: 1.7;
  font-family: "Segoe UI", sans-serif;
  margin-bottom: 30px;
}

/* Sección: Decoración de cabinas */
.cabins-decoration {
  padding: 80px 0;
  background-color: #fff;
}

.cabins-title {
  font-size: 2rem;
  font-weight: 900;
  margin-bottom: 25px;
  color: var(--color-text);
  margin-left: 100px;
}

.cabins-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* 4 columnas */
  gap: 40px;
  padding: 0 100px;
  justify-items: center;
}

.cabin-card {
  background-color: #f5f5f5;
  width: 280px;
  height: 500px;
  padding: 30px 20px;
  border-radius: 10px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  overflow: hidden;
}

.cabin-type {
  font-size: 1rem;
  color: var(--color-text-light);
  margin-bottom: 5px;
}

.cabin-model {
  font-size: 1.5rem;
  font-weight: 800;
  color: #6ba80e;
  margin-bottom: 15px;
}

.cabin-image {
  width: 100%;
  margin-bottom: 15px;
}

.cabin-image img {
  width: 100%;
  height: auto;
  max-height: 400px;
  object-fit: cover;
  border-radius: 6px;
}

.cabin-details {
  font-size: 0.65rem;
  color: #444;
  text-align: center;
  width: 100%;
  word-break: break-word;
}

.cabin-details p {
  margin-bottom: 6px;
}

/* Sección: Decoración de puertas de piso */
.landing-door-decoration {
  padding: 80px 0;
  background-color: #fff;
}

.landing-title {
  font-size: 2rem;
  font-weight: 900;
  margin-bottom: 25px;
  color: var(--color-text);
  margin-left: 100px;
}

.landing-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 2 columnas como en la imagen */
  gap: 40px;
  padding: 0 100px;
  justify-items: center;
}

.landing-card {
  background-color: #f5f5f5;
  width: 280px;
  height: auto;
  padding: 30px 20px;
  border-radius: 10px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  overflow: hidden;
}

.landing-opening {
  font-size: 1rem;
  color: var(--color-text-light);
  margin-bottom: 5px;
}

.landing-model {
  font-size: 1.5rem;
  font-weight: 800;
  color: #6ba80e;
  margin-bottom: 15px;
}

.landing-image {
  width: 100%;
  margin-bottom: 15px;
}

.landing-image img {
  width: 100%;
  height: auto;
  max-height: 400px;
  object-fit: cover;
  border-radius: 6px;
}

.landing-details {
  font-size: 0.65rem;
  color: #444;
  text-align: center;
  width: 100%;
  word-break: break-word;
}

.landing-details p {
  margin-bottom: 6px;
}

/* Sección: Codigo de color */

.color-section {
  padding: 80px 0;
  background-color: #fff;
}

.color-title {
  font-size: 2rem;
  font-weight: 900;
  margin-bottom: 25px;
  color: var(--color-text);
  margin-left: 100px;
}

.color-grid {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 40px;
  flex-wrap: nowrap;
  overflow-x: auto;
  padding: 0 100px;
}

.color-card {
  background-color: #f5f5f5;
  width: 220px;
  padding: 25px 15px;
  border-radius: 10px;
  text-align: center;
}

.color-type {
  font-size: 0.9rem;
  color: var(--color-text-light);
  margin-bottom: 5px;
}

.color-model {
  font-size: 1.4rem;
  font-weight: 800;
  color: #6ba80e;
  margin-bottom: 15px;
}

.color-box {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 6px;
  border: 1px solid #ccc;
}

/* Sección: Proyectos */
.seccion-mejores-soluciones {
  position: relative;
  width: 65%;
  height: 200px;
  margin: 0 auto 80px;
  padding: 2rem;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  box-sizing: border-box;
  overflow: visible;
  z-index: 1;
}

.fondo-soluciones {
  position: absolute;
  inset: 0;
  background: url("/assets/images/casos-mejores-soluciones.png") no-repeat
    center center;
  background-size: cover;
  z-index: 1;
}

.edificio-soluciones {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 120%;
  margin-top: -60px;
  object-fit: contain;
  z-index: 3;
  pointer-events: none;
  user-select: none;
}

.contenido-soluciones {
  position: relative;
  z-index: 2;
  text-align: left;
}

.contenido-soluciones h2 {
  color: #fff;
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 20px;
}
