/* =========================================================
   MAGIC LINE — TELAS (CSS LIMPIO)
   ========================================================= */

:root{
  --ml-blue-1: #2bb3e0;
  --ml-blue-2: #00A9D6;
  --ml-white:  #fff;
  --ml-celeste: #00A9D6;
  --hdr: 86px;               /* coincide con la altura del header */
  --ml-code-bg: #ECEFF1;
}

/* Tipografía solo para esta página */
.page-ml html, .page-ml body, .page-ml{
  font-family: "Futura", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}

/* ===== Header azul fijo ===== */
.page-ml .ml-topbar{
  position: fixed; top:0; left:0; right:0; z-index: 100;
  background: var(--ml-celeste);
  box-shadow: 0 10px 24px rgba(0,0,0,.18);
  height: var(--hdr);
  overflow: visible;
}
.page-ml .ml-topbar__inner{
  height: var(--hdr);
  color: var(--ml-white);
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}
.page-ml .ml-brand{ margin-bottom: 20px; }
.page-ml .ml-logo__img.to-white{ filter: brightness(0) invert(1) contrast(115%); }
.page-ml .ml-tagline{ color: var(--ml-white); opacity:.95; }

/* ===== Menú ===== */
.page-ml .ml-menu a,
.page-ml .ml-menu .dd-toggle{
  color:#fff; text-shadow:none;
  display:flex; gap: 28px;
  list-style:none; margin:0; padding:0; align-items:center;
}

/* ---------- Dropdown SISTEMAS ---------- */
.page-ml .ml-item.ml-sys:hover .dd-toggle::after,
.page-ml .ml-item.ml-sys.is-open .dd-toggle::after{
  height: 128px;         /* antes: 164px */
  top: -6px;
  width: calc(100% + 26px);
  border-radius: 16px;
  transform: translateX(-50%);
}

/* Bajar el contenido del dropdown "SISTEMAS" sin cambiar su tamaño */
.page-ml .ml-item.ml-sys .nav-popup{
  padding-top: 26px;     /* ↑ mueve los logos hacia abajo */
  padding-bottom: 6px;   /* compacta abajo para que todo entre */
}

/* Márgenes de los logos, compactos para que no se pase de 128px */
.page-ml .ml-item.ml-sys .popup-logo img{
  margin: 6px 0 4px;     /* antes: 8–12px */
}
.page-ml .ml-item.ml-sys .popup-logo:first-of-type img {
  margin-bottom: 16px;   /* más aire entre los dos */
}
.page-ml .ml-item.ml-sys .popup-logo:last-of-type img{
  margin-bottom: 2px;
  margin-top: 0;
}

/* === Bloque base del popup (faltaba en TELAS) === */
.nav-popup{
  position:absolute; 
  top:0; 
  left:50%; 
  transform:translateX(-50%);
  width:calc(100% + 26px); 
  height:164px; 
  padding:18px 10px 4px;
  display:none; 
  z-index:3; 
  background:transparent; 
  border-radius:16px; 
  pointer-events:auto;
}
.page-ml .ml-item.ml-sys:hover .nav-popup,
.page-ml .ml-item.ml-sys.is-open .nav-popup{ 
  display:block; 
}

/* Título “SISTEMAS” (faltaba el content) */
.page-ml .nav-popup::before{
  content:"SISTEMAS";
  position:absolute; 
  left:50%; 
  top:4px;                 /* mismo offset que en altagama */
  transform:translateX(-50%);
  font-size:11px; 
  font-weight:700; 
  letter-spacing:.14em; 
  color:var(--ml-celeste);
  text-transform:uppercase; 
  line-height:1;
}



/* ALUMINIO */

/* Recuadro abierto (más chico y proporcional al texto) */
.page-ml .ml-item.ml-alum:hover > .dd-toggle::after,
.page-ml .ml-item.ml-alum.is-open > .dd-toggle::after {
  opacity: 1;
  width: calc(100% + 26px);
  height: 138px; /* se mantiene */
  top: -6px;
  transform: translateX(-50%);
  border-radius: 16px;
}

/* Tarjeta interior del dropdown */
.page-ml .ml-item.ml-alum .nav-popup {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 110px;            /* se mantiene */
  height: 138px;           /* debe coincidir con ::after */
  padding: 14px 10px 10px !important;  /* ↓ sube el contenido y da un toque más abajo */
  display: none;
  z-index: 3;
  background: transparent;
  border-radius: 16px;
  pointer-events: auto;
  overflow: hidden;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.22);
}

/* Mostrar dropdown */
.page-ml .ml-item.ml-alum:hover .nav-popup,
.page-ml .ml-item.ml-alum.is-open .nav-popup {
  display: block;
}

/* Título “ALUMINIO” — lo subimos un poco y dejamos más aire abajo */
.page-ml .ml-item.ml-alum .popup-title {
  font-size: 11px;
  letter-spacing: 0.14em;
  color: var(--ml-celeste);
  text-transform: uppercase;
  text-align: center;
  margin: -12px 0 10px;   /* antes: -6px 0 8px */
  font-weight: 700;
}

/* Enlaces internos — más espacio vertical entre los tres botones */
.page-ml .ml-item.ml-alum .popup-logo {
  display: block;
  text-decoration: none;
  color: #111;
  text-align: center;
  font-weight: 500;
  padding: 8px 4px;       /* antes: 6px 4px */
  margin: 0;
  border-radius: 6px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Hover en enlaces */
.page-ml .ml-item.ml-alum .popup-logo:hover,
.page-ml .ml-item.ml-alum .popup-logo:focus-visible {
  background: rgba(0, 0, 0, 0.06);
  outline: none;
  color: var(--ml-celeste);
}

/* Elimina el fallback “SISTEMAS” dentro del bloque ALUMINIO */
.page-ml .ml-item.ml-alum .nav-popup::before {
  content: none !important;
}


/* ===== Empuje del contenido bajo el header ===== */
.page-ml__content{ padding-top: var(--hdr); }
.ml-tips:first-of-type{ margin-top: calc(var(--hdr) + 20px); }
.page-ml__content > *:first-child{ margin-top: 0 !important; }

/* ===== Bloque TIPS ===== */
.ml-tips__title{
  margin: 20px 0 30px;
  line-height: 1.22;
  font-weight: 500;
  letter-spacing: .2px;
}
.ml-tips__title-accent{ color: var(--ml-celeste); font-weight: 800; margin-right: 6px; }

/* Contenedor de columnas */
.ml-tips-row{
  list-style: none; padding: 0; margin: -40px 0 0;
  display: grid; grid-template-columns: 1fr; gap: 32px;
}
@media (min-width: 992px){
  .ml-tips-row{ grid-template-columns: 1fr 1fr; column-gap: 60px; align-items: start; }
}

.ml-tips__col{ list-style:none; margin-top:5px; padding:0; }
.ml-tips__col h3{ font-size: 20px; font-weight: 600; margin-bottom: 12px; }

/* Bullets celestes */
.ml-tips__col ul{ list-style:none; margin:0; padding:0; }
.ml-tips__col ul li{
  position: relative; padding-left: 24px; margin: 14px 0; font-size: 16px; line-height: 1.4;
}
.ml-tips__col ul li::before{
  content:""; position:absolute; left:0; top:6px; width:10px; height:10px;
  background: radial-gradient(circle at center, #00A9D6 35%, #b2ecff 80%); border-radius:50%;
}

/* ===== Barra de especificación ===== */
.ml-specbar{ width:100%; background:#8a8a8ae7; color:#ffffff; }
.ml-specbar__inner{
  max-width:1200px; margin:0 auto; padding:8px 16px;
  font-weight:500; font-size:clamp(18px, 1.6vw, 15px);
  line-height:1.3; letter-spacing:.2px; text-align:center;
  white-space:nowrap;
}

.ml-specbar__innerr{
  max-width:1200px; margin:0 auto; padding:8px 16px;
  font-weight:300; font-size:clamp(18px, 1.6vw, 15px);
  line-height:1.3; letter-spacing:.2px; text-align:center;
  white-space:nowrap;
}

/* ===== TABLAS TELAS — estilo igual a Vertilux ===== */
.tbl-block-telas{
  max-width:1200px;
  margin:26px auto 32px;
  padding:0 24px;
}

.tbl-block-telass{
  max-width:1200px;
  margin:26px auto 32px;
  padding:0 24px;
}
.tbl-wrap{
  background:#fff;
  border:1px solid #000;
  border-radius:8px;
  box-shadow:none;
  overflow:hidden; /* redondeado también en thead */
  
}
.tbl{
  width:100%;
  border-collapse:collapse;
  table-layout:fixed;
}

/* Cabecera */
.tbl thead th{
  background:#2bb3e0;
  color:#fff;
  text-transform:none;
  font-weight:700;
  letter-spacing:.2px;
  padding:10px 14px;
  text-align:center;
  vertical-align:middle;
  border:1px solid #000;
}
.tbl thead th:first-child{ width:120px; }  /* columna imagen */
.tbl thead th:nth-child(2){ width:140px; } /* código */
.tbl thead th:nth-child(3){ width:auto; }  /* descripción */

/* Cuerpo */
.tbl tbody td{
  padding:12px 14px;
  border:1px solid #000;
  vertical-align:top;
  font-weight:400;
}
.tbl tbody td:first-child{
  background:transparent !important;
  text-align:center;
  vertical-align:middle;
}
.tbl tbody td:nth-child(2){
  background:#ffffff !important;
  font-weight:400;
  text-align:center;
  vertical-align: middle;
}
.tbl tbody td:nth-child(3){
  text-align:center;
  vertical-align: middle;
}

.tbl tbody td.col-img {
  padding: 0 !important;
  width: 120px;         /* asegura ancho uniforme */
  height: 120px;        /* mantiene cuadrado */
  position: relative;
}

.tbl tbody td.col-img img {
  position: absolute;
  inset: 0;             /* ocupa toda la celda */
  width: 100%;
  height: 100%;
  object-fit: cover;    /* llena sin deformar */
  object-position: center;
  border: none;
  display: block;
  background-color: #fff; /* fondo limpio detrás si hay transparencia */
}


/* ===== CONTENEDORES GLOBALES ===== */
.page-ml__content,
.ml-tips__inner,
.ml-specbar__inner{
  max-width:1200px; margin-left:auto !important; margin-right:auto !important;
}

/* === TELAS — Colorear SOLO la columna “Código” aunque haya rowspan === */
/* 1) Selector robusto para el TD de “Código” en cualquier fila */
.tbl tbody tr > td.col-img + td,            /* filas con imagen: código = el td siguiente */
.tbl tbody tr > td:first-child:not(.col-img){  /* filas sin imagen (segunda de cada par): código = 1er td */
  background: #ffffff !important;  /* default blanco */
  color:#111 !important;
  text-align: center !important;
  font-weight: 400;
}

/* 2) Grupos de colores por orden de CÓDIGO (10 filas = 10 códigos) */
/* Primeros 4 códigos → BLANCO (ya está por default, lo dejo explícito) */
.tbl tbody tr:nth-child(-n+2) > td.col-img + td,
.tbl tbody tr:nth-child(-n+2) > td:first-child:not(.col-img){
  background:#ffffff !important; color:#111 !important;
}

.tbl tbody tr:nth-child(3)  > td.col-img + td,
.tbl tbody tr:nth-child(4)  > td.col-img + td,
.tbl tbody tr:nth-child(3)  > td:first-child:not(.col-img),
.tbl tbody tr:nth-child(4)  > td:first-child:not(.col-img){
  background:#fff6e4 !important; color:#111 !important;
}

/* Siguientes 2 códigos (5 y 6) → BEIGE */
.tbl tbody tr:nth-child(5)  > td.col-img + td,
.tbl tbody tr:nth-child(6)  > td.col-img + td,
.tbl tbody tr:nth-child(5)  > td:first-child:not(.col-img),
.tbl tbody tr:nth-child(6)  > td:first-child:not(.col-img){
  background:#fff4e0 !important; color:#111 !important;
}

/* Siguientes 2 códigos (7 y 8) → GRIS CLARO */
.tbl tbody tr:nth-child(7)  > td.col-img + td,
.tbl tbody tr:nth-child(8)  > td.col-img + td,
.tbl tbody tr:nth-child(7)  > td:first-child:not(.col-img),
.tbl tbody tr:nth-child(8)  > td:first-child:not(.col-img){
  background:#e6e6e6 !important; color:#111 !important;
}

/* Últimos 2 códigos (9 y 10) → GRIS OSCURO */
.tbl tbody tr:nth-child(9)  > td.col-img + td,
.tbl tbody tr:nth-child(10) > td.col-img + td,
.tbl tbody tr:nth-child(9)  > td:first-child:not(.col-img),
.tbl tbody tr:nth-child(10) > td:first-child:not(.col-img){
  background:#5f5f5f !important; color:#fff !important;
}

/* Selecciona SOLO la celda del código (funciona con rowspan) */
.tbl-block-telass .tbl tbody tr > td.col-img + td,
.tbl-block-telass .tbl tbody tr > td:first-child:not(.col-img){
  background: #ffffff !important; /* default blanco */
  color:#111 !important;
  text-align:center !important;
  font-weight:400;
}

/* Primeros 2 códigos → BLANCO */
.tbl-block-telass .tbl tbody tr:nth-child(-n+2) > td.col-img + td,
.tbl-block-telass .tbl tbody tr:nth-child(-n+2) > td:first-child:not(.col-img){
  background:#ffffff !important;
  color:#111 !important;
}

/* Siguientes 4 códigos (3–6) → BEIGE */
.tbl-block-telass .tbl tbody tr:nth-child(3)  > td.col-img + td,
.tbl-block-telass .tbl tbody tr:nth-child(4)  > td.col-img + td,
.tbl-block-telass .tbl tbody tr:nth-child(5)  > td.col-img + td,
.tbl-block-telass .tbl tbody tr:nth-child(6)  > td.col-img + td,
.tbl-block-telass .tbl tbody tr:nth-child(3)  > td:first-child:not(.col-img),
.tbl-block-telass .tbl tbody tr:nth-child(4)  > td:first-child:not(.col-img),
.tbl-block-telass .tbl tbody tr:nth-child(5)  > td:first-child:not(.col-img),
.tbl-block-telass .tbl tbody tr:nth-child(6)  > td:first-child:not(.col-img){
  background:#fff4e0 !important;
  color:#111 !important;
}

/* Siguientes 4 códigos (7–10) → GRIS CLARO */
.tbl-block-telass .tbl tbody tr:nth-child(7)  > td.col-img + td,
.tbl-block-telass .tbl tbody tr:nth-child(8)  > td.col-img + td,
.tbl-block-telass .tbl tbody tr:nth-child(9)  > td.col-img + td,
.tbl-block-telass .tbl tbody tr:nth-child(10) > td.col-img + td,
.tbl-block-telass .tbl tbody tr:nth-child(7)  > td:first-child:not(.col-img),
.tbl-block-telass .tbl tbody tr:nth-child(8)  > td:first-child:not(.col-img),
.tbl-block-telass .tbl tbody tr:nth-child(9)  > td:first-child:not(.col-img),
.tbl-block-telass .tbl tbody tr:nth-child(10) > td:first-child:not(.col-img){
  background:#e6e6e6 !important;
  color:#111 !important;
}

/* Últimos 2 códigos (11–12) → NEGRO */
.tbl-block-telass .tbl tbody tr:nth-child(11) > td.col-img + td,
.tbl-block-telass .tbl tbody tr:nth-child(12) > td.col-img + td,
.tbl-block-telass .tbl tbody tr:nth-child(11) > td:first-child:not(.col-img),
.tbl-block-telass .tbl tbody tr:nth-child(12) > td:first-child:not(.col-img){
  background:#333 !important;
  color:#fff !important;
}

.ml-certificaciones {
  background: #fff;
  padding: 60px 0 80px;
  text-align: center;
  border-top: 1px solid #e5e5e5;
}

.ml-certificaciones__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
}

.ml-certificaciones__logos {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 60px;
  margin-bottom: 30px;
  padding: 0;
}

.ml-certificaciones__logos li img {
  height: 80px;          /* más grandes que antes */
  width: auto;
  transition: transform 0.3s ease;
}

.ml-certificaciones__logos li img:hover {
  transform: scale(1.08);
}

.ml-certificaciones__texto {
  font-size: 1.05rem;
  font-weight: 500;
  color: #007a33;        /* verde oscuro similar al de la etiqueta */
  line-height: 1.6;
  max-width: 950px;
  margin: 0 auto;
}

/* =========================================================
   MOBILE (≤ 992px)
   ========================================================= */
@media (max-width: 992px){
  /* TIPS */
  .ml-tips{ padding:24px 0; margin-top:0; }
  .ml-tips__inner{ grid-template-columns:1fr; gap:16px; padding:0 16px; }
  .ml-tips__title{ margin:0 0 28px; }
  .ml-tips-row{ max-width:none; }
  .ml-tips__col{ margin-top:14px !important; }

  /* Barra gris */
  .ml-specbar{ width:100%; }
  .ml-specbar__inner{ white-space:normal; padding:10px 12px; text-align:center; line-height:1.35; }
  .ml-specbar__innerr{ white-space:normal; padding:10px 12px; text-align:center; line-height:1.35; }

 /* Nada de scroll interno: que el table se estire */
  .tbl-wrap{
    overflow: visible !important;
    height: auto !important;
    max-height: none !important;
  }
  .tbl{
    min-width: 0 !important;           /* rompe el ancho mínimo */
    width: 100% !important;
    table-layout: fixed !important;     /* columnas estables */
    border-collapse: separate;
    border-spacing: 0;
    white-space: normal !important;
  }

  /* Celdas legibles y sin sobresalir texto */
  .tbl thead th,
  .tbl tbody td{
    padding: 8px 6px !important;
    line-height: 1.28 !important;
    vertical-align: middle !important;
    white-space: normal !important;
    word-break: break-word !important;
    overflow-wrap: anywhere !important;
    hyphens: auto !important;
  }

  /* Columnas (1: imagen | 2: código | 3: descripción) */
  .tbl thead th:first-child,
  .tbl tbody td:first-child{ width: 26% !important; }
  .tbl thead th:nth-child(2),
  .tbl tbody td:nth-child(2){ width: 28% !important; text-align:center !important; }
  .tbl thead th:nth-child(3),
  .tbl tbody td:nth-child(3){ width: auto !important; text-align:center !important; }

  /* IMAGEN: ocupar 100% del ancho y alto de la celda (todas las filas) */
  .tbl tbody td.col-img{
    padding: 0 !important;
    height: 88px;          /* alto fijo cómodo en mobile */
  }
  .tbl tbody td.col-img img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;     /* llena sin deformar (recorta si hace falta) */
    object-position: center;
    margin: 0;
    border: 0;
    background: #fff;
  }

  /* Si alguna celda heredó alturas/scroll desde otros CSS, los neutralizamos */
  .ml-specblock .ml-splecbloc-table,
  .ml-specblock .ml-splecbloc-table .ml-table-wrap{
    overflow: visible !important;
    overflow-x: visible !important;
    overflow-y: visible !important;
    height: auto !important;
    max-height: none !important;
    -webkit-overflow-scrolling: auto !important;
  }
  .ml-specblock .ml-splecbloc-table .ml-table{
    min-width: 0 !important;
    height: auto !important;
    max-height: none !important;
    white-space: normal !important;
    word-break: break-word !important;
  }

   .ml-certificaciones {
    padding: 30px 0 40px;
  }

  .ml-certificaciones__logos {
    gap: 20px;
  }

  .ml-certificaciones__logos li img {
    height: 45px;   /* antes 65px → más chico */
    width: auto;
  }

  .ml-certificaciones__texto {
    font-size: 0.8rem;      /* texto más pequeño */
    line-height: 1.4;
    color: #007a33;         /* mantiene el verde oscuro */
    padding: 0 16px;
    max-width: 85%;
    margin-top: 10px;
  }
}
