.contenedor2 h2
{
    width: 84%;
    text-align: left;
    margin: auto;
    font-family: "Franklin-Gothic-Demi-Cond-Regular";
}
h2{  font-family: "Franklin-Gothic-Demi-Cond-Regular";}
.carpas-bodegas-temporales-modulares
{
    margin:auto; font-size:16px; text-align:center; width:100%;
}
.carpas-bodegas-temporales-modulares p
{
    line-height: 1.4EM; font-size: 1.1em;margin:auto; margin-bottom:3%; text-align: justify; width:84%; margin-top: 20px;
}
.titulo-carpas-bodegas-temporales-modulares
{
    font-family:"Franklin-Gothic-Demi-Cond-Regular"; font-size:1.5em; margin:auto; text-align:center; width:90%;
}

.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: 2em;
    margin-bottom: 40px;
    color: #1f2d3d;
    margin-top: 40px;
  }

  .grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 20px;
    max-width: 1250px;
    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-cover-carpas-universidades-colegios{
    background: url(../imagenes/reduccion-de-costos-en-almacenamiento-petrolero.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%;
   }

   article.carpas-universidades-colegios {padding: 10px;}

    /* 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.7;
    }

    .container {
        /* max-width: 1200px; */
        width: 84%;
        margin: 0 auto;
        padding: 0 1.5rem;
    }

    /* Benefits Section */
    .benefits-section {
        padding: 1rem 0;
        background-color: white;
    }

    .section-header {
        text-align: left;
        margin-bottom: 4rem;
        width: 98%;
        border-radius: 20px;
        color: white;
        padding: 10px;
        padding-top: 30px;
        margin: auto;
    }

    .section-header p{text-align: justify; width: 100%;}
   
    .section-title {
        font-size: 3.5rem;
        font-weight: 700;
        color: var(--gray-900);
        margin-bottom: 1rem;
        position: relative;
        display: inline-block;
        line-height: 43px;
    }

   
    .section-description {
        max-width: 100%;
        margin: 0 auto;
        color: var(--gray-700);
        font-size: 1.125rem;
        text-align: left;
    }

    .benefits-container {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 2.5rem;
        margin: auto;
        width: 100%;
    }

    .benefit-item {
      background: #e8f4fc;
        position: relative;
        padding-left: 0;
        margin-bottom: 2.5rem;
        text-align: left;
        padding: 40px;
        border-radius: 20px;
    }
    .benefit-item p
    {
      width: 100%;
    }

    .benefit-item li {
     text-align: justify;
    }

    .benefit-title {
        font-size: 3rem;
        font-weight: 700;
        color: var(--gray-900);
        margin-bottom: 0.5rem;
        line-height: 40px;
    }

    .benefit-description {
        color: var(--gray-700);
        font-size: 1rem;
    }

    /* Responsive */
    @media (max-width: 992px) {
        .benefits-container {
            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;
    }
    
    .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;
      margin-top: 12px;
    }
    
    .text2 {
      grid-area: text2;
      display: flex;
      flex-direction: column;
      justify-content: center;
      padding: 20px;
      text-align: justify;
    }
    
    .text2 p {
      margin: 0;
      margin-top: 12px;
    }
    
    .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: 2em;
  color: var(--gray-700);
  line-height: 40px;
}

.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 h2 {
  font-size: 2em;
  line-height: 40px;
  margin-bottom: 20px;
}

.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: 1.8rem;
  }
}

/* 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;
   line-height: 40px;
}

.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;
}


.procesoArmado {
  position: relative;
  background-color: white;
  border-radius: 10px;
  padding: 2rem;
  margin-bottom: 2rem;
  box-shadow: var(--shadow);
  border-left: 5px solid var(--color-secondary);
 
}

.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;
  text-align: justify;
}

.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;}
.otrasAplicaciones > p{ margin-bottom: 30px; text-align: justify;}

@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%;}
}

/* Responsive */
@media (max-width: 768px) {
  .proceso-timeline::before {
      left: 30px;
  }
  
  .procesoArmado {
     
  }
  
  .procesoArmado::before {
      left: -42.5px;
  }
}
@media(max-width:1000px)
{
  .titulo-carpas-bodegas-temporales-modulares
    {
        line-height: 54px;
    }
    article.carpas-universidades-colegios{width: 80%;}
    .container{width: 99%;}
}
@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;}
}