
:root{
  --ColorGris: #ebedec;
}

/* Tipografías */

@font-face{
  font-family: 'Stem-light';
  src: url('../tipografias/EM-Stem/OTF/Stem-Light.otf');
}
@font-face{
  font-family: 'Stem-Bold';
  src: url('../tipografias/EM-Stem/OTF/Stem-Bold.otf');
}

/*             */

body{
    margin: 0;
    padding: 0;
    background-color: var(--ColorGris);
    font-family: Stem-light;
}

h1{
  font-family: Stem-Bold;
}


.slider{
    width: 100%;
    height: 550px;
    overflow: hidden;
    margin-top: 7px;
  }
  
  .slides{
    width: 500%;
    height: 550px;
    display: flex;
  }
  
  .slides input{
    display: none;
  }
  
  .slide{
    width: 20%;
    transition: 3s;
  }
  
  .slide img{
    width: 100%;
    height: 550px;
  }
  
  /*css for manual slide navigation*/
  
  .navigation-manual{
    position: absolute;
    width: 100%;
    margin-top: -60px;
    display: flex;
    justify-content: center;
  }
  
  .manual-btn{
    border: 2px solid #000;
    padding: 5px;
    border-radius: 10px;
    cursor: pointer;
    transition: 1s;
  }
  
  .manual-btn:not(:last-child){
    margin-right: 40px;
  }
  
  .manual-btn:hover{
    background: #000;
  }
  
  #radio1:checked ~ .first{
    margin-left: 0;
  }
  
  #radio2:checked ~ .first{
    margin-left: -20%;
  }
  
  #radio3:checked ~ .first{
    margin-left: -40%;
  }
  
  #radio4:checked ~ .first{
    margin-left: -60%;
  }
  
  /*css for automatic navigation*/
  
  .navigation-auto{
    position: absolute;
    display: flex;
    width: 100%;
    justify-content: center;
    margin-top: 490px;
  }
  
  .navigation-auto div{
    border: 2px solid #000;
    padding: 5px;
    border-radius: 10px;
    transition: 1s;
  }
  
  .navigation-auto div:not(:last-child){
    margin-right: 40px;
  }
  
  #radio1:checked ~ .navigation-auto .auto-btn1{
    background: #000;
  }
  
  #radio2:checked ~ .navigation-auto .auto-btn2{
    background: #000;
  }
  
  #radio3:checked ~ .navigation-auto .auto-btn3{
    background: #000;
  }
  
  #radio4:checked ~ .navigation-auto .auto-btn4{
    background: #000;
  }
  /* Clientes */
  .clientes_txt{
    height: 100px;
    margin: auto;
    text-align: center;
    margin-top: -20px;
    background-color: #FFF;
    padding: 10px;
}
  .clientes{
    width: 100%;
    height: auto;
    margin-top: 0px;
    display: flex;
    flex-wrap: wrap;
    background-color: #FFF;
}

.clientes .cliente__logo{
    width: 20%;
    height: auto;
    text-align: center;
}
.cliente__logo img{
    width: 80%;
}


/*-------*/
.contenedor{
    width: 90%;
    height: auto;
    max-width: 1300px;
    margin: auto;
    background-color: var(--ColorGris);
}
.m_t{ /*solo se utiliza en la pagina de inicio*/
  margin-top: -22px;
}
/*Insumos */
/* Sectores */

.insumos1{
  width: 100%;
  height: auto;
  display: flex;
  
 /* background-color: #ebedec;*/
}
.insumos1 .texto{
  width: 50%;
  font-size: 1.4rem;
  text-align: center;
  margin-top: 150px;
}
.insumos1 .imagen{
  width: 50%;
  text-align: right;
  margin-top: 60px;
  
}
.insumos1 .imagen img{
  width: 100%;
}

.insumos2{
  width: 100%;
  height: 340px;
  display: flex;
  margin-top: 50px;
  
}
.oficina2{
  width: 100%;
  height: auto;
  margin: auto;
  display: flex;
  
}
.img_oficina{
  width: 50%;
  height: 330px;
  background-image: url('../img/home/img_oficina.jpeg');
  background-size: contain;
}
.img_seguridad{
  width: 50%;
  height: 330px;
  background-image: url('../img/home/img_seguridad.jpeg');
  background-size: contain;
}
.cont_text_oficina{
  width: 60%;
  height: 500px;
  font-size: 1.3rem;
  text-align: center;
  margin-top: 30px;
  
}
.texto_oficina{
  width: 70%;
  margin: auto;
}
.texto_oficina .cuadro{
  width: 100px;
  height: 16px;
  margin: 70px auto;
  border: 1px solid #000;
  padding: 1em;
  font-size: 1.3rem;
}
.texto_oficina .cuadro:hover{
  cursor: pointer;
  background-color: #000;
  color: #FFF;
}
/*//Insumos*/

/*ICONOS*/
.icon-parallax{
  width: 100%;
  height: 500px;
  text-align: center;
  margin: 100px auto;
  position: relative;
}
.icon-parallax img{
  width: 100%;
  height: 500px;
 
}
.icon-cont{
  width: 95%;
  height: 300px;
  margin: -450px auto;
  position: absolute;
  display: flex;
  flex-wrap: wrap;
 
}

.icon-cont .icon-card{
 width: 30%;
 text-align: center;
 margin:20px auto;
 font-size: 1.4rem;
 color: #FFF;
}
.circle{
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border:1px solid #2b2a29;
  background-color: var(--ColorGris);
  margin: auto;
}
.icon-card i{
  font-size: 3rem;
  margin-top: 25%;
  color: #2b2a29;
}
/*//ICONOS*/

.promociones{
    width: 90%;
    margin: auto;
    display: flex;
    background: url('../img/Fondoproductos.png');
    background-size: contain;
}
.promociones .promo{
    width: 33.3%;
    height: auto;
    text-align: center;
}
/*Campos flotantes */
.campo_flotante1{
  width: 88px;
  height: 20px;
  color: #FFF;
  background-color:#2b2a28;
  border-radius: 10px;
  position: fixed;
  z-index: 2000;
  margin-left: 25px;
  margin-top: 40%;
  padding: 10px;
  display: flex;
}

.campo_flotante2{
  width: 88px;
  height: 20px;
  color: #FFF;
  background-color: #25d366;
  border-radius: 10px;
  position: fixed;
  z-index: 2000;
  margin-left: 25px;
  margin-top: 41.5%;
  padding: 3px;
}
.campo_flotante2 a{
  text-decoration: none;
  color: #FFF;
  font-size: .9rem;
}
.ico-promecom{
  width: 30%;
  height: auto;
}
.fltxt{
  width: 60%;
  height: auto;
  color: #FFF;
}
/*////////////////////*/



/*///////////////////*/
footer{
    width: 100%;
    height: auto;
    background-color: #2b2a28;
    position: absolute;
  
}
footer a{
  text-decoration: none;
  color: #FFF;
}
.cont_fo{
    width: 100%;
    height: auto;
    margin-top: 50px;
    display: flex;
}

footer .logob{
    width: 15%;
    height: auto;
    padding: 20px;
    margin-left: 50px;
    padding: 20px;
    border-right: 1px solid #FFF;
    
    
}
footer .logob img{
  width: 100%;
}
.informacion{
    width: 20%;
    height: auto;
    margin-left: 2%;
    color: #FFF;
    
}
.redes{
  width: 3%;
  font-size: 2.3rem;
  padding: 9px;
}

.redes a{
  text-decoration: none;
  color: #fff;
}
.fa-facebook{
  margin-top: 0px;
}
.fa-instagram{
  margin-top: 30px;
}
.calidad{
  width: 30%;
  height: auto;
}
.calidad img{
  width: 80%;
  margin-top: 10px;
}

.datos {
    width: 30%;
    color: #FFF;
    text-align: center;
    
    
}


/*Responsive*/

@media screen and (max-width:900px){

  .contenedor{
    width: 100%;
    height: auto;
    margin: auto;
    background-color: #ebedec;
}
/*Campos flotantes */
.campo_flotante1{
 display: none;
}

.campo_flotante2{
 display: none;
}
.campo_flotante2 a{
  text-decoration: none;
  color: #FFF;
}

/*Slide */

.slider{
  width: 100%;
  height: 130px;
  overflow: hidden;
  margin-top: 25px;
}

.slides{
  width: 500%;
  height: 130px;
  display: flex;
}

.slides input{
  display: none;
}

.slide{
  width: 20%;
  transition: 2s;
}

.slide img{
  width: 100%;
  height: 130px;
}
.navigation-manual{
  display: none;
}

.navigation-auto{
  display: none;
}
/*--Slide*/
/*Clientes*/
.clientes{
  width: 100%;
  height: 10px;
  background-color: #FFF;
}
.clientes iframe{
  height: 100px;
}
/* Sectores */
.insumos1{
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  margin-top: 0px;
 /* background-color: #ebedec;*/
}
.insumos1 .texto{
  width: 100%;
  font-size: 1.4rem;
  text-align: center;
  margin-top: 150px;
}
.insumos1 .imagen{
  width: 100%;
  text-align: right;
  margin-top: 60px;
  
}
.insumos1 .imagen img{
  width: 100%;
}
.insumos2{
  width: 100%;
  height: 380px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
  
}
.oficina2{
  width: 100%;
  height: auto;
  margin: auto;
  display: flex;
  
  flex-wrap: wrap;
  
}
.img_oficina{
  width: 100%;
  height: 200px;
  background-image: url('../img/home/img_oficina.jpeg');
  background-size: contain;
}
.img_seguridad{
  width: 100%;
  height: 200px;
  background-image: url('../img/home/img_seguridad.jpeg');
  background-size: contain;
}
.cont_text_oficina{
  width: 100%;
  height: 500px;
  font-size: 1.3rem;
  text-align: center;
  margin-top: 30px;
  
}
.texto_oficina{
  width: 70%;
  margin: auto;
}

.icon-parallax{
  width: 100%;
  height: auto;
  text-align: center;
  margin: 200px auto;
  
}

.icon-cont{
  width: 100%;
  height: 300px;
  margin: -450px auto;
  position: absolute;
  display: flex;
  flex-wrap: wrap;
 
}
.icon-cont .icon-card{
  width: 30%;
  text-align: center;
  margin: 13px auto;
  font-size: 17px;
  color: #FFF;
 }

/*--Sectores */
/*informacion*/
.info{
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
}
.info .inf{
  width: 80%;
  height: 150px;
  font-size: 1.1rem;
  margin: auto;
}
/*--Informacion*/
/*Promociones*/

.promociones{
  width: 100%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  background: url('../img/Fondoproductos.png');
  background-size: contain;
}
.promociones .promo{
  width: 80%;
  height: auto;
  text-align: center;
  margin: auto;
}
/*--Promociones*/
footer .cont_fo{
  display: flex;
  flex-wrap: wrap;
}
footer .logob{
  width: 100%;
  height: auto;
  margin: auto;
  border:none;
  padding: 40;
  margin-left: 0;
  
  
}
footer .logob img{
  width: 90%;
  height: auto;
}


.informacion{
  width: 100%;
  height: auto;
  color: #FFF;
  text-align: center;
  
}
.redes{
  display: none;
}


.fa-facebook{
margin-left: 0px;
}
.fa-instagram{
margin-left: 30px;
}
.calidad{
width: 100%;
height: auto;
margin-top: 50px;
}
.calidad img{
  width: 80%;
}

.datos {
  width: 100%;
  color: #FFF;
  text-align: center;
  font-size: 1.4rem;
  margin-top: 50px;
  
  
}

}

@media screen and (max-width:1500px) and (min-width:901px){
 
  .calidad{
    width: 30%;
    height: auto;
    padding: 10px;
  }
  .calidad img{
    width: 90%;
    margin-top: 5px;
  }
  .redes{
    width: 3%;
    font-size: 1.9rem;
    padding: 10px;
  }
  .fa-instagram{
    margin-top: 10px;
  }
  /*ICONOS*/
  .icon-cont{
    width: 85%;
    height: 300px;
    margin: -450px auto;
    position: absolute;
    display: flex;
    flex-wrap: wrap;
   
  }
}



