/* ==== ESTILOS PARA LA SECCIÓN ESCALERAS MECÁNICAS / ANDENES MÓVILES ==== */
.slide-transporte {
  position: relative;
  background-image: url(/models/assets/bg-hero-ef10.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.slide-transporte-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(10, 10, 10, 0.5);
  z-index: 1;
}

.slide-transporte-content {
  position: relative;
  z-index: 2;
  color: #fff;
  padding: 20px;
}

.slide-title {
  font-size: 3.5rem;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 0.95;
}
/* ==== FIN ESTILOS SECCIÓN ESCALERAS MECÁNICAS / ANDENES MÓVILES */

/* ==== ESTILOS SECCIÓN TECNOLOGÍA AVANZADA ==== */
.seccion-cabina-comercial {
  padding: 60px 20px 1px;
  background: #ffffff;
}

.cabina-comercial-layout {
  display: flex;
  max-width: 800px;
  height: 580px;
  margin: 0 auto;
  background: #f5f5f5;
  border-radius: 2px;
  box-shadow: 0 0 6px #ccc;
  overflow: hidden;
  flex-wrap: wrap;
}

.cabina-comercial-imagen {
  flex: 1;
  min-width: 400px;
  background: url("/assets/images/cabina-comercial.webp") no-repeat center
    center;
  background-size: cover;
  height: 100%;
}

.cabina-comercial-detalle {
  flex: 1;
  padding: 100px 40px 40px;
  min-width: 320px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.cabina-titulo {
  font-size: 18px;
  padding-top: 3px;
  padding-bottom: 3px;
  font-weight: bold;
  font-family: "Segoe UI", Arial, sans-serif;
}

.cabina-titulo.verde {
  color: #88c400;
}

.cabina-titulo.amarillo {
  color: #88c400;
}

.cabina-comercial-detalle p {
  font-size: 13px;
  color: #616d38;
  line-height: 1.1;
  font-family: "Segoe UI", Arial, sans-serif;
}

.cabina-parrafo-secundario {
  color: #89a145;
}
/* ==== FIN ESTILOS SECCIÓN TECNOLOGÍA AVANZADA ==== */

/* Sección: Decoración de techo */
.ceiling-decoration {
  padding: 80px 0;
  background-color: #fff;
}

.ceiling-title {
  font-size: 2rem;
  font-weight: 900;
  margin-bottom: 25px;
  color: var(--color-text);
  margin-left: 100px;
}

.ceiling-grid {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
  padding: 0 100px;
}

.ceiling-card {
  background-color: #f5f5f5;
  width: 300px;
  padding: 25px 20px;
  border-radius: 10px;
  text-align: center;
  box-sizing: border-box;
}

.ceiling-type {
  font-size: 0.95rem;
  color: #6ba80e;
  margin-bottom: 5px;
}

.ceiling-model {
  font-size: 1.5rem;
  font-weight: 800;
  color: #6ba80e;
  margin-bottom: 15px;
}

.ceiling-image img {
  width: 177.7px;
  height: 100px;
  border-radius: 6px;
  margin-bottom: 15px;
}

.ceiling-desc {
  font-size: 0.95rem;
  color: #444;
}

/* Sección: Pasamanos */
.handrail-section {
  padding: 80px 0;
  background-color: #fff;
}

.handrail-title {
  font-size: 2rem;
  font-weight: 900;
  margin-bottom: 25px;
  color: var(--color-text);
  margin-left: 100px;
}

.handrail-grid {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
  padding: 0 100px;
}

.handrail-card {
  background-color: #f5f5f5;
  width: 280px;
  padding: 30px 20px;
  border-radius: 10px;
  text-align: center;
}

.handrail-type {
  font-size: 0.95rem;
  color: var(--color-text-light);
  margin-bottom: 5px;
}

.handrail-model {
  font-size: 1.5rem;
  font-weight: 800;
  color: #6ba80e;
  margin-bottom: 20px;
}

.handrail-image img {
  width: 100%;
  height: auto;
  border-radius: 6px;
}

/* 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;
}
