.contenedor2{max-width: 1600px;}
.contenedor2 h2
{
  
    text-align: left;
    margin: auto;
    font-family: "Franklin-Gothic-Demi-Cond-Regular";
 
}
:root{
  --font-title: "Franklin-Gothic-Demi-Cond-Regular";
}

h1, h2, h3{
  font-family: var(--font-title);
  line-height: 1.2;
}

h1{ font-size: clamp(2.4rem, 1.5rem + 3vw, 3.6rem); }
h2{ font-size: clamp(1.8rem, 1.2rem + 2vw, 2.6rem); }
h3{ font-size: clamp(1.4rem, 1rem + 1.2vw, 2rem); }

.wrapper
{
    margin:auto; font-size:16px; text-align:center; width:100%;
}
.wrapper p
{
    line-height: 1.4EM; font-size: 1.1em;margin:auto; padding: 20px 0; text-align: justify;
}
.container2x2Cards{ display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;}

  .container3Cards{ display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;}

.containerColor , .containerNoColor{padding: 40px 30px;}
.conten-ocho-imagenes-grandes-carpas-bodegasTemporales{width: 83%; margin: auto;margin-top: 30px;}

body {
    font-family: 'Helvetica Neue', sans-serif;
    background: #f1f1f1;
    margin: 0;
    
    color: #2c3e50;
  }

  .title {
    text-align: center;
    font-size: 28px;
    margin-bottom: 40px;
    color: #1f2d3d;
    margin-top: 40px;
  }

  .grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 20px;
    max-width: 1600px;
    margin: 0 auto;
    padding-bottom: 80px;
  }

  .caracteristicas {
    background: #ffffff;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 6px 15px rgba(0,0,0,0.08);
    transition: transform 0.3s ease;
  }
  
  

  .caracteristicas:hover {
    transform: translateY(-5px);
  }

  .icon {
    font-size: 32px;
    color: #0074cc;
    margin-bottom: 15px;
  }

  .caracteristicas h3 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #0074cc;
  }

  .caracteristicas p {
    font-size: 1.1em;
    line-height: 1.5;
    color: #555;
  }

  @media (max-width: 600px) {
    .title {
      font-size: 22px;
    }
  }


  



  .contenedor-coverImg{
    background: url(../imagenes/almacenamiento-de-alta-densidad-eficiente.webp) no-repeat fixed center;
     margin-top:3%;
       -webkit-background-size: cover;
       -moz-background-size: cover;
       -o-background-size: cover;
       background-size: cover;
       height:30em; width:100%;
   }

.content-text-cover{color:#fff; background: rgba(165, 0, 0, 0.7); top: 30%; position: relative; width: 38%;}
.content-text-cover h2{font-size: clamp(3.8rem, 1.2rem + 2vw, 2.6rem);}
    /* Variables y estilos básicos necesarios */
    :root {
        --primary:#dc3c4b;;
        --primary-dark: #000;
        --primary-light: #34d399;
        --gray-700: #374151;
        --gray-800: #1f2937;
        --gray-900: #111827;

        --color-primary: #2c3e50;
        --color-secondary: #3498db;
        --color-accent: #e74c3c;
        --color-light: #ecf0f1;
        --color-dark: #34495e;
        --shadow: 0 4px 6px rgba(0, 0, 0, 0.1);

    }

    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }

    body {
        font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
        color: var(--gray-800);
        line-height: 1.2;
    }


    /* Benefits Section */
    .containerNoColor {
        padding: 1rem 0;
        background-color: white;
    }

   
   
    .section-title {
        font-size: 22px;
        font-weight: 700;
        color: var(--gray-900);
        margin-bottom: 1rem;
        position: relative;
        display: inline-block;
    }

   
    .section-description {
        max-width: 100%;
        margin: 0 auto;
        color: var(--gray-700);
        font-size: 1.125rem;
        text-align: left;
    }

    
.containerNoColor { padding:40px 30px; background: #fff; }


  /* ── GRID 3 columnas ── */
  .content3x1 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.6rem;
  }

  /* ── CARD ── */
  .benefit-item {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
    display: flex;
    flex-direction: column;
    border: 1px solid #e5e7eb;
    transition: transform 0.22s, box-shadow 0.22s;
    padding: 30px;
  }
  .benefit-item a{
  background-color: #dc3c4b;
  padding: 18px;
  color: #fff;
  font-weight: bold;
  border-radius: 10px;}

  .benefit-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 28px rgba(220,60,75,0.13);
  }

  /* ── Imagen ── */
  .benefit-img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    display: block;
  }

  /* ── Etiqueta flotante sobre imagen ── */
  .benefit-img-wrap {
    position: relative;
    overflow: hidden;
  }

  .benefit-badge {
    position: absolute;
    top: 14px;
    left: 14px;
    background: var(--rojo);
    color: #fff;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    padding: 4px 12px;
    border-radius: 20px;
  }

  /* ── Cuerpo ── */
  .benefit-body {
    padding: 22px 22px 26px;
    display: flex;
    flex-direction: column;
    flex: 1;
  }
  .parrafo100Ancho p{width: 100%; text-align: justify;}


  .benefit-icon-row {
    display: flex;
    align-items: center;
    gap: 8px;
    
  }

  .benefit-icon-row .icon {
    font-size: 1.2rem;
    line-height: 1;
  }

  .benefit-item h3 {
  
    font-weight: 700;
    color: var(--gray-900);
    margin: 0 0 10px;
    line-height: 1.3;
    text-align: center;
  }

  .benefit-description {
    color: var(--gray-700);
    font-size: 0.95rem;
    line-height: 1.65;
    flex: 1;
  }

  /* Línea roja inferior decorativa */
  .benefit-item::after {
    content: '';
    display: block;
    height: 3px;
    background: var(--rojo);
    width: 0;
    transition: width 0.3s ease;
    border-radius: 0 0 10px 10px;
  }

  .benefit-item:hover::after { width: 100%; }
  
   .content3x1 {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 2.5rem;
        margin: auto;
        width: 100%;
    }
   .content3x1 p{text-align: justify;}

  /* ── Responsive ── */
   @media (max-width: 1100px) {
       
         .content3x1 { grid-template-columns: 1fr 1fr; }
  }
  @media (max-width: 900px) {
  .content3x1{grid-template-columns: repeat(1, 1fr);}
    
  }
  @media (max-width: 580px) {
    .content3x1 { grid-template-columns: 1fr; }

  }


   
    /* Responsive */
    @media (max-width: 992px) {
        .container2x2Cards {
            grid-template-columns: 1fr;
        }
    }

    @media (max-width: 640px) {
        .benefit-item {
           
            padding-top: 4.5rem;
        }
        
       
    }

    .aplicaciones {
      display: grid;
      grid-template-areas:
        "img1 text1"
        "text2 img2";
      grid-template-columns: 1fr 1fr;
      gap: 20px;
      max-width: 1800px;
      margin: auto;
      background-color: #fff;
    }
    .aplicaciones p{text-align: justify;}
    .img1 {
      grid-area: img1;
      align-content: center;
    }
    
    .text1 {
      grid-area: text1;
      display: flex;
      flex-direction: column;
      justify-content: center;
      padding: 20px;
    }
    
    .text1 p {
      margin: 0;
      text-align: justify;
    }
    
    .text2 {
      grid-area: text2;
      display: flex;
      flex-direction: column;
      justify-content: center;
      padding: 20px;
      text-align: justify;
    }
    
    .text2 p {
      margin: 0;
    }
    
    .img2 {
      grid-area: img2;
      align-content: center;
    }
    
    .aplicaciones img {
      width: 100%;
      height: auto;
    }
    
    .aplicaciones__titulo h2 {
      font-size: 1.5em;
      margin-bottom: 15px;
    }
    
    .aplicaciones__texto {
      text-align: justify;
    }
    



.aplicaciones__Cont p{margin: initial; text-align: justify; color: var(--gray-700);}

.aplicaciones__titulo{
  width: 84%;
  text-align: left;
}
.aplicaciones__titulo h2 {
  margin-bottom: 0.5rem; /* reduce la separación inferior */
  font-size: 2.5rem;
  color: var(--gray-700);
}

.aplicaciones__texto {
  margin-top: 0; /* elimina separación superior si existiera */
  font-size: 1rem;
  line-height: 1.5;
}

.otrasAplicaciones
{
  display: grid;
  max-width: 1800px;
  margin: auto;
  text-align: left;
  font-size: 1.1em;
}



.otrasAplicaciones {
  padding: 20px;
}

.otrasAplicaciones ul {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px;
}

.otrasAplicaciones li {
  background-color: #f8f9fa;
  border-left: 4px solid #3498db;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  height: 100%;
}

.otrasAplicaciones li:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
  border-left-color: #f39c12;
}

.otrasAplicaciones li:nth-child(odd) {
  border-left-color: #2980b9;
}

.otrasAplicaciones li:nth-child(even) {
  border-left-color: #16a085;
}

.otrasAplicaciones li:nth-child(3n) {
  border-left-color: #f39c12;
}

.otrasAplicaciones li:nth-child(4n) {
  border-left-color: #8e44ad;
}

.icon-1 { background-color: #3498db; }
.icon-2 { background-color: #2980b9; }
.icon-3 { background-color: #16a085; }
.icon-4 { background-color: #27ae60; }
.icon-5 { background-color: #f39c12; }
.icon-6 { background-color: #d35400; }
.icon-7 { background-color: #8e44ad; }
.icon-8 { background-color: #2c3e50; }
.icon-9 { background-color: #c0392b; }
.icon-10 { background-color: #7f8c8d; }
.icon-11 { background-color: #34495e; }

.item-content {
  flex-grow: 1;
}

/* Estilos para la primera aplicación (más larga) */
.otrasAplicaciones li:first-child {
  grid-column: 1 / -1;
  background-color: #e8f4fc;
  border-left-width: 6px;
  border-left-color: #1a5276;
  padding: 25px;
  text-align: justify;
}

/* Responsive */
@media (max-width: 768px) {
  .otrasAplicaciones ul {
      grid-template-columns: 1fr;
  }
  
  h2 {
      font-size: clamp(2.3rem, 2.5vw, 2.6rem);
  }
}

/* Secciones separadas para aplicaciones y consideraciones */
.section-divider {
  margin: 30px 0;
  text-align: center;
  position: relative;
}

.section-divider:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #ddd;
  z-index: 1;
}

.section-divider span {
  background-color: white;
  padding: 0 15px;
  position: relative;
  z-index: 2;
  color: #666;
  font-weight: 600;
  font-size: 1.1rem;
}

/* Agregar badge para categorizar */
.badge {
  display: inline-block;
  padding: 3px 8px;
  border-radius: 12px;
  font-size: 0.75rem;
  font-weight: 600;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.badge-app { background-color: #e8f4fc; color: #1a5276; }
.badge-consider { background-color: #fef5e7; color: #d35400; }

.containerProcesoArmado {
  max-width: 1800px;
  margin: 0 auto;
  padding: 0 20px;
  margin-top: 30px;
}

.containerProcesoArmado h2
{
   font-size: 2em;
}

.intro {
  font-size: 1.7rem;
  text-align: left;
  max-width: 1800px;
  margin: 0 auto 2rem;
  padding: 0 0rem;
}

.proceso-timeline {
  position: relative;
  margin: 3rem auto;
}

.proceso-timeline::before {
  content: '';
  position: absolute;
  width: 6px;
  background-color: var(--color-secondary);
  top: 0;
  bottom: 0;
  left: 50px;
  margin-left: -3px;
  border-radius: 10px;
}

.procesoArmado {
  position: relative;
  background-color: white;
  border-radius: 10px;
  padding: 2rem;
  margin-bottom: 2rem;
  box-shadow: var(--shadow);
  margin-left: 100px;
  border-left: 5px solid var(--color-secondary);
 
}

.procesoArmado::before {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  left: -62.5px;
  background-color: white;
  border: 5px solid var(--color-secondary);
  top: 30px;
  border-radius: 50%;
  z-index: 1;
}

.procesoArmado h2 {
  color: var(--color-secondary);
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
}

.procesoArmado h2 span {
  display: inline-block;
  width: 35px;
  height: 35px;
  background-color: var(--color-secondary);
  color: white;
  border-radius: 50%;
  text-align: center;
  line-height: 35px;
  margin-right: 10px;
  font-size: 1.2rem;
}

.procesoArmado p {
  margin-bottom: 1rem;
  font-size: 1.3em;
}

.procesoArmado strong {
  color: var(--color-primary);
}

.subproceso {
  background-color: var(--color-light);
  padding: 1rem;
  border-radius: 8px;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.testimonios {
  background-color: var(--color-primary);
  color: white;
  padding: 2rem;
  border-radius: 10px;
  margin: 3rem auto;
  box-shadow: var(--shadow);
}

.testimonios h2 {
  text-align: center;
  margin-bottom: 1rem;
  color: var(--color-light);
}

.testimonios p {
  font-style: italic;
  text-align: center;
}

footer {
  background-color: var(--color-dark);
  color: white;
  text-align: center;
  padding: 2rem 0;
  margin-top: 3rem;
}


.ConteBotonWhatsapp{text-align: center; color: black; padding: 30px 30px 82px 30px; position: fixed; left: 0px; right: 0px; bottom: 0px; height: 50px; text-align: left; width: 135px; z-index: 1;}
.btnWhatsapp{width: auto;}
.whatsapp-web{
	display:inline;
}
.whatsapp-movil{
	display:none;
}

.video-bodegas-temporales{width: 79%; margin: auto; margin-top: 40px;}

/*tabla*/
.nc-tbl-wrap { overflow-x: auto; margin: 2rem 0; font-family: sans-serif; }
.nc-tbl { width: 100%; border-collapse: collapse; font-size: 15px; }
.nc-tbl thead tr { background: #042C53; }
.nc-tbl thead th { padding: 14px 18px; text-align: left; font-weight: 600; font-size: 13px; color: #E6F1FB; letter-spacing: 0.02em; }
.nc-tbl thead th:first-child { border-radius: 8px 0 0 0; width: 30%; }
.nc-tbl thead th:last-child { border-radius: 0 8px 0 0; }
.nc-tbl tbody tr { border-bottom: 1px solid #e8e8e8; }
.nc-tbl tbody tr:last-child { border-bottom: none; }
.nc-tbl tbody tr:nth-child(even) td { background: #f9f9f9; }
.nc-tbl tbody tr:hover td { background: #f0f7ff; }
.nc-tbl tbody td { padding: 13px 18px; vertical-align: middle; line-height: 1.5; color: #1a1a1a; }
.nc-tbl tbody td:first-child { font-size: 13px; color: #555; font-weight: 500; }
.nc-tag { display: inline-flex; align-items: center; gap: 6px; font-size: 13px; padding: 4px 12px; border-radius: 20px; font-weight: 500; white-space: nowrap; }
.nc-tag-neg { background: #FCEBEB; color: #791F1F; }
.nc-tag-pos { background: #E1F5EE; color: #085041; }
.nc-tag-neu { background: #F1EFE8; color: #444441; }
.nc-dot { width: 7px; height: 7px; border-radius: 50%; display: inline-block; flex-shrink: 0; }
.nc-dot-neg { background: #E24B4A; }
.nc-dot-pos { background: #1D9E75; }
.nc-dot-neu { background: #888780; }
@media (max-width: 600px) {
  .nc-tbl { font-size: 13px; }
  .nc-tbl tbody td, .nc-tbl thead th { padding: 10px 12px; }
  .nc-tag { font-size: 12px; padding: 3px 8px; }
}

/*lista ul li*/
.nc-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.nc-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 12px 16px;
  border-radius: 6px;
  font-size: 15px;
  line-height: 1.6;
  transition: background 0.12s;
  text-align: left;
}

.nc-list li:hover {
  background: #f0f7ff;
}

.nc-list li::before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #185FA5;
  flex-shrink: 0;
  margin-top: 8px;
}


@media (min-width:768px){
	.whatsapp-movil{
		display:none;
	}
	.whatsapp-web{
		display:inline;
	}
}
@media (max-width:768px){
	.whatsapp-movil{
		display:inline;
	}
	.whatsapp-web{
		display:none;
	}
}
@media(max-width:768px)
{
  .video-bodegas-temporales{width: 100%;}
   .content-text-cover {width: 70%;}
}

/* Responsive */
@media (max-width: 768px) {
  .proceso-timeline::before {
      left: 30px;
  }
  
  .procesoArmado {
      margin-left: 60px;
  }
  
  .procesoArmado::before {
      left: -42.5px;
  }
}
@media(max-width:1200px)
{
    .aplicaciones
    {
      display: grid;
      grid-template-areas:
        "text1 text1"
        "img1 img1"
        "text2 text2"
        "img2 img2";
      max-width: 1800px;
      margin: auto;
      background-color: #fff;
    }
    .text1 p, .text2 p {width: 100%;}
    .text2{margin-top: 30px;}
}