/*
Theme Name: Quimilat
Text Domain: JMC Soluciones;
Description: Este tema es la primer versión del sitio. 
Author: Ing. Esaú Josué Martínez Carrasco
Author URI: httpS://jmcsoluciones.com
Version: 1.0
Tags: Responive, Minimalist, White, Simple, Featured Image, Widgets, Formats, Social Navigation Bar, Modern;
*/
/***************************************************
 * Generated by SVG Artista on 11/23/2020, 6:08:46 PM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/
body{
    font-family: 'Raleway', sans-serif;
 
}
.blog-container{
  max-width: 1200px;
  margin: 40px auto;
  display: flex;
  flex-wrap: wrap;

  
}
.blog-post{
  max-width: 870px;
  display: flex;
  flex-direction: column;
  flex-shrink: 1;
  overflow: hidden;
  margin: 0 auto;
}
.bg-quimilat{
  background-color: #079992;
}

.post{
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  
  padding: 40px;
  max-width: 870px;
}
.title-single{

}
.thumbnail{
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  

}
.thumbnail img{
  max-width: 600px;
  

}

/*PORTAFOLIO*/
.container-portafolio{
  max-width: 1110px;
  margin: 40px auto;
  display:flex; 
  flex-direction: column;
  
}
.container-portafolio h2{
  text-align: center;
  margin-bottom: 40px;
}
.portafolio-enlaces{
  overflow: hidden;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  
}
.portafolio-enlaces a{
  transition: all .3s;
  
}
.portafolio-enlaces a:hover{
  text-decoration: none;
  transform: scale(1.1);
}

.portafolio-link{
  width: 260px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;

}
.portafolio-enlaces-cont{
  
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.portafolio-enlaces-cont img{
  max-width: 250px;
  align-self: center;
  clip-path: polygon(10% 0, 100% 0%, 90% 100%, 0% 100%);
 
}
.portafolio-enlaces-cont h3{
  margin: 15px 25px 15px 0;
  padding: 10px 20px;
  text-align: left;
  height: 80px;
  color:#fff;
  background-color: #38ada9;
  flex-grow: 1;
  
}
.portafolio-enlaces-cont p{
  text-align: left;
  padding: 5px 20px 5px 0;
  color: #000;
}
/*FIN PORTAFOLIO*/
.post-title{
  font-size: 22px;
  margin: 20px 0 0 0;
  

}
.post-date{
  font-size: .8em;
}
.post-excerpt{
  border-top: 1px solid #bdc3c7;
  font-size: .9em;
  padding-right: 20px;
  padding-top: 20px;
  margin-bottom: 30px;

}
.post-a{
  color: #333e48;
  background-color: #c7bdbd;
  padding: 0.786em 3.000em;
  border-radius: 1.571em;
  transition: all .3s;
  font-size: .9em;
}
.post-a:hover{
  background-color: #222;
  color: #fff;
  text-decoration: none;
}
.blog-sidebar{
  max-width: 305px;
  margin-left: 20px;
  
}
.blog-sidebar-about{
  font-size: .9em;
  padding: 30px 5px 20px 0;
}
.blog-sidebar-about h2{
  font-size: 1.5em;
  padding-bottom: 20px;
  border-bottom: 1px solid #bdc3c7;

}
.blog-sidebar-recientes{
  display: flex;
  flex-direction: column;
}
.sidebar-post{
  display: flex;
  margin-bottom: 15px;
  color: #000;

}
.sidebar-post:hover{
  text-decoration: none;
  color: #000;
}
.sidebar-post-image img{
  max-width: 75px;
  height: auto;
}
.sidebar-post-title{
  padding-left: 5px;

}
.sidebar-post-title h2{
  font-size: .9em;
  font-weight: 300;
  margin-bottom: 0;
  

}
.sidebar-post-title p{
  font-size: .8em;
}
iframe{
  width: 800px;
}

.card{
    border: 0px;
}
.card-body{
    padding: 5%;
    color: #95a5a6;
    line-height: 2em;
    max-width: 500px;
}
.card-body p{
    text-align: justify;
}
.copy-right{
  display: flex;
  justify-content: space-between;
  padding: 5px 30px;
  flex-wrap: nowrap;
}
.copy-right p,
.copy-right a{
  font-size: .9em;
  color: #222;
}
.container-fluid{
    height: 250px;
}
.contacto-direccion{
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: .9em;
  padding: 10px 40px 2px 0;
  max-width: 245px;
  margin-bottom: 0;
}
.contacto-directorio-address h3{
  font-size: 1.3em;
  font-weight: 400;
  padding:10px 5px;
  border-bottom: 2px solid #079992;
}

.contacto-email{
  margin: 0;
  font-size: .9em;


}
.contacto-telefono{
  font-family: 'Open Sans';
  font-size: .9em;

}
.contacto-imagen{
  background-image: url('http://quimilat.com.mx/wp-content/uploads/2020/11/contact3840x932.jpg');
  background-size: cover;
  max-height: 450px;
  text-align: center;
  color: #fff;
  padding: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contacto-imagen h2{
  font-size: 5em;
  text-shadow: 1px 1px 1px #079992;
  padding: 40px 20px;
  align-items: center;
  font-weight: 200;


}
.contacto-content{
  max-width: 1110px;
  margin: 40px auto;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
.contacto-title{
  max-width: 1110px;
  margin: 40px auto;

}
.contacto-title p {
  font-size: 1.2em;
  max-width: 800px;
  line-height: 1.3em;
  text-align: left;
  padding-bottom: 20px;
  border-bottom: 2px solid #079992;
  padding: 20px 40px;


}
.contacto-formulario form{
  display: flex;
  flex-direction: column;
  width: 700px;
  padding: 30px 50px;


}
.contacto-directorio{
  max-width: 300px;
  height: 600px;
  border: 1px solid #222;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  padding: 10px;
  box-shadow: 5px 5px 5px rgba(0,0,0,0.70);


}
.contenedor-imagen figure{
    position: relative;
    overflow: hidden;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.70);

}
.contenedor-imagen figure img{
    width: 100%;
    height: 100%;
    transition: all 500ms ease-out;
}

.contenedor-imagen figure .capa{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background : rgba(11,103,123,0.6);
    transition: all 500ms ease-out;
    opacity: 0;
    visibility: hidden;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}

.contenedor-imagen figure:hover > .capa{
    opacity: 1;
    visibility: visible;
}
.contenedor-imagen figure:hover > .capa h3{
    margin-top: 20px;
   
}

.contenedor-imagen figure:hover > img{
    transform: scale(1.6);
}

.contenedor-imagen figure .capa h3{
    color: #ffffff;
    font-weight: 400;
    transition: all 500ms ease-out;
    margin-top: 30px;
}
.contenedor-imagen figure .capa p{
    color: #fff;
    font-size: 1vw;
    line-height: 1.4;
    width: 100%;
    max-width: 90%;
    margin: auto;
    text-align: left;
    padding: 0 20px;
}

.cta{
    margin: 20px 75px;
}
.enlaces-footer{
  color: #ffffff;
  width: 360px;
  margin: 40px;
}
.enlaces-footer ul li{
    list-style: none;
}

.enlaces-top{
 color: #fff;
 padding: 2px 15px; 
 transition: all .3s
}
.enlaces-top:hover{
  font-size: 1.1em;
  color: #f5f6fa;
  text-decoration: none;

}
.nav-item a{
  
    transition: all .2s;
    /* padding: 38px; */
}
.nav-item a:hover > .nav-item{
  font-weight: 600;
  background-color: red;
  
}
.s-exper{
  max-width: 1110px;
  margin: 80px auto;
}
.s-exper h1{
    margin: 0 40px;
    font-weight: 200;
    background-color: #079992;
    color: #fff;
    -webkit-box-shadow: 3px 2px 10px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 3px 2px 10px 0px rgba(0,0,0,0.75);
  box-shadow: 3px 2px 10px 0px rgba(0,0,0,0.75);
}

.lenguage-icon{
    margin-right: 40px;
}
.link-portafolio-title{
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  margin: 0 auto;
  color: #fff;
}
.links-portafolio-caja{
max-width: 1110px;
margin: 0 auto;
display: flex;
justify-content: space-evenly;
align-items: center;
align-items: center;
background-color: #636e72;
clip-path: polygon(3% 1%, 97% 0, 100% 100%, 0% 100%);
}
.links-portafolio-caja h3{
 font-size: 1.2em;
 color: #fff;
 margin: 0;
 padding: 0;
}
.link-portafolio-caja a{
  color: #fff;
  transition: all .3s;
}
.link-portafolio-caja a:hover{
  background-color: #fff;
  color: #636e72;
  text-decoration: none;
}
.logo-img-header{
    max-width: 220px;
}
.logo-img-footer{
    max-width: 325px;
}
.nav-top{
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
.nav-principal{
  display: flex;
  justify-content: flex-end;
}
.nosotros{
   /*  background: url('http://quimilat.com.mx/wp-content/uploads/2020/11/imageNosotrosContraste_Quimilat_1.png') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    text-align: center;
    padding: 7% 22%;
    margin-top: 75px; */

}
.nosotros p{
    max-width: 1110px;
    text-align: justify;
    margin: 80px 0;
    color: #000;
    padding: 30px;
    border: 1px solid #079992;
    
    
    /* border-radius: 40px 0px 40px 0; */
    
}
.noticia{
    display: flex;
   
}
.noticia-excerpt{
    color: #fff;
    flex-direction: column;
    margin-left: 15px;
    
}
/* .noticia-imagen{
  max-width: 75px;
  max-height: 75px;
} */

.n-title{
  margin: 0;
  padding: 0;
  
  max-width: 300px;
}
.n-excerpt{
    margin: 0;
    padding: 0;
    font-size: .8em;
    font-weight: 300;
    
    max-width: 400px;
    
  }
  .n-date{
    margin: 0;
    padding: 0;
    font-size: .7em;
    font-weight: 300;
    

  }
  .n-link{
    margin: 0;
    padding: 0;
    font-size: .8em;
    font-weight: 300;
    



  }
.noticias{
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
   
}

.noticias-title{
    color: #fff;
}

.mapa{
    display: flex;
    flex-wrap:wrap;
    margin: 0px auto;
    padding-top: 40px;
    height: 500px;
    justify-content: space-evenly;
    align-items: center;
  
    
}
.caja-map-1{

    margin-right: 40px;
    padding: 30px 10px;
}
.caja-map-1 h2{
    font-size: 2.5em;
    font-weight: 200;
    color: #079992;
}

.contenedor-nosotros{
    display:flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}
.mision-vision-fortalezas{
    display: flex;
    flex-direction: column;
    max-width: 600px;
    text-align: justify;
}
.fortalezas{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    flex-wrap: wrap;
    margin: 80px 0;

    
   
}
.fortalezas-title{
    background-image: url('http://quimilat.com.mx/wp-content/uploads/2020/11/fortalezas600x466.png');
    background-size: cover;
    clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
    max-height: 450px;
    text-align: center;
    color: #fff;
    padding: 150px;
}
.fortalezas-title h3{
    font-weight: 800;
    font-size: 3.5em;
    text-shadow: 2px 2px 2px #576574;
}
.fortalezas ul{
    max-width: 400px;
    padding: 10px 10px;
}
.fortalezas ul li{
    padding: 5px 20px;
    list-style: none;
}
.fortalezas ul li i{
    margin-right: 5px;
}
.accordion{
    flex-direction: column;
    max-width: 500px;
}
/* .caja-mision-vision{
    display: flex;
    justify-content: space-evenly;
    margin: 60px auto;
    flex-direction: column;
} */
/* .mision-vision{
  flex-direction: column;
  max-width: 500px;
}
.mision h3, .vision h3, .fortalezas h3{
    text-align: center;
}
.mision p, .vision p{
    text-align: justify;
} */


/* .col-link{
    margin: 10px 0;
    overflow: hidden;
} */

/* .col-link img{
    transition:  0.3s;
} */
/* 
.col-link img:hover{
    transform: scale(1.09);
    background-color:black; 
    opacity:.7;
    filter:alpha(opacity=100);
    content: "prueba";
} */

.sticky-top {
  display: flex;
  background-color: #079992;
  color: #fff;
  justify-content: space-between;
  height: 55px;
  align-items: center;
  padding: 0 20px;
  flex-wrap: nowrap;
  }
.sticky-top-2{
    position: -webkit-sticky;
    position: sticky;
    top: 55px;
    z-index: 1020;
    /* opacity: .9;   */
  
    border: 1px solid #f5f6fa;
    
  }
  .title-index{
      padding: 35px 45px;
      text-align: center;
      
  }
  .row-post-download{
      margin-top: 75px;
      background-color: #f2ede8;
      min-height: 500px;

  }
  .infraestructura{
      max-width: 1110px;
      display: flex;
      flex-wrap: wrap;
      margin: 60px auto;
      justify-content: space-evenly;
  }
  .caja{
      max-width: 300px;
  }
  .caja h2{
      height: 65px;
      font-size: 1.2em;
      border-bottom: 1px solid #079992;
      text-align: center;
  }
  .caja p{
      text-align: justify;
  }

  .image-page{
     
      background-image: url('http://quimilat.com.mx/wp-content/uploads/2020/11/nosotros-1920x600-1.jpg');
        /* Full height */
        /* background-attachment: fixed; */
        height: 466px; 
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: local;
    display: flex;
    justify-content: center;
    padding-left: 175px;
    align-items: center;
  
  }
  .portafolio-refinacion-imagen{
    background-image: url('http://quimilat.com.mx/wp-content/uploads/2020/11/refinacion-1-scaled.jpg');
    height: 100%; 
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    height: 466px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .portafolio-refinacion-imagen h2{
    color: #fff;
    font-size: 5em;
    text-shadow: 1px 1px 1px #079992;
    padding-left: 175px;
    font-weight: 200;
    text-align: center;
  }
.portafolio-refinacion-content{
  max-width: 1110px;
  margin: 80px auto;
  display: flex;
  flex-direction: column;


}
.portafolio-refinacion-content h3{
  text-align: center;
  margin-bottom: 30px;
  padding: 10px 40px;
  border: 1px solid #079992;
}
.refinacion-products{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;

}

.refinacion-products-column{
  max-width: 350px;
  display: flex;
  flex-direction: column;
}
.refinacion-products-column ul{
  padding: 10px  5px 0px 0;

}


.refinacion-products-column ul li{
  list-style: none;
}
.refinacion-products-column ul li i{

  color: #079992;
  margin-right: 20px;
}






.portafolio-laboratorio-imagen{
  background-image: url('http://quimilat.com.mx/wp-content/uploads/2020/11/laboratory--scaled.jpg');
  height: 100%; 
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 466px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.portafolio-laboratorio-imagen h2{
  color: #fff;
  font-size: 5em;
  text-shadow:  1px 1px 1px #079992;
  padding-left: 175px;
  font-weight: 200;

}
.portafolio-laboratorio-content{
  max-width: 1110px;
  margin: 40px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;

}
.portafolio-laboratorio-title{
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
}
.portafolio-laboratorio-title p{
  font-weight: 200;
  font-size: 2em;
  max-width: 550px;
  padding: 30px 90px;
  line-height: 1.1em;
  text-align: right;
  margin: 5px 25px;

}
.portafolio-laboratorio-ramas{
 display: flex;
 flex-direction: column;
 justify-content: flex-end ;
 align-items: stretch;
 width: 300px;
}
.privacidad{
  max-width: 1110px;
  margin: 40px auto;
  display: flex;
  flex-direction: column;
  text-align: justify; 
  padding: 45px; 

}
.priv-title{
  text-align: center;
}
.tag-wrap{
  display: flex;
  align-items: stretch;
  justify-content: right;
  width: 125px;
  filter: drop-shadow(-1px 6px 3px rgba(50, 50, 0, 0.5));
  margin: 7px 20px;
  
}
.wrap{
  background-color: #079992;
  color: #fff;
  clip-path: polygon(10% 0, 100% 0%, 100% 100%, 0% 100%);
  padding: 15px 30px;
  padding: 15px 20px;
  width: 100%;


}
.portafolio-laboratorio-resumen{
  max-width: 1110px;
  margin: 40px auto;
  display: flex;
  padding: 40px 180px;
  border-top: 1px solid #079992;


}
.portafolio-laboratorio-resumen p{
  font-size: 1em;
  font-weight: 200;
  text-align: justify;
 
}
.portafolio-industriales-imagen{
  background-image: url('http://quimilat.com.mx/wp-content/uploads/2020/11/about-image--scaled.jpg');
  height: 100%; 
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 466px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 175px;
}
.portafolio-industriales-imagen h2{
  color: #fff;
  font-size: 5em;
  text-shadow:  1px 1px 1px #079992;
  font-weight: 200;
}
.portafolio-industriales-title,
.portafolio-industriales-content{
  max-width: 1110px;
  margin: 40px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.portafolio-industriales-title p{
  font-size: 2.3em;
  font-weight: 400;
  text-align: center;

}
.portafolio-industriales-caja{
  height: 700px;
  width: 350px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;

}
.portafolio-industriales-caja img{
  clip-path: polygon(10% 0, 100% 0%, 90% 99%, 0% 100%);

}
.portafolio-industriales-caja h3{
  max-height: 100px;
  text-align: center;
  width: 100%;


}
.portafolio-industriales-caja p{
  text-align: justify;
  height: 200px;
  border-top: 1px solid #079992;
  padding-top: 10px;

}
  .image-page-sustentabilidad{
    background-image: url('http://quimilat.com.mx/wp-content/uploads/2020/11/portada-sustentabilidad.jpg');
    /* Full height */
    background-attachment: fixed; 
    height: 100%; 
/* Center and scale the image nicely */
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 466px;
  }
  .portafolio-caja-imagen-petroleo{
    background-image: url('http://quimilat.com.mx/wp-content/uploads/2020/11/petroleo-3840x932-1-scaled.jpg');
    /* Full height */
    /* background-attachment: fixed; */
    height: 466px; 
/* Center and scale the image nicely */

    background-repeat: no-repeat;
    /* background-size: cover;  */
    background-attachment: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 175px;

  }
  .portafolio-caja-imagen-petroleo h2{
    color: #fff;
    text-shadow: 1px 1px 1px #079992;
    font-size: 5em;
    font-weight: 200;
  }
  .portafolio-caja-contenido-petroleo{
      display: flex;
      flex-wrap: wrap;
      justify-content: space-evenly;
     
  }
  .caja-productos{
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 70px auto;
    align-items: center;
    border: 2px solid #16a085;
    justify-content: space-evenly;
    padding: 20px;
  }
  .caja-productos h2{
    font-size: 2.5em;
    max-width: 475px;
    padding: 0 20px;
  }
  .productos{
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
  
  }
  .productos ul li{
    list-style: none;
  }
  .productos ul li i{
    color: #16a085;
    margin-right: 10px;
  }
  /* .productos :nth-child(1){
    background-color: #16a085;
  }
  .productos :nth-child(2){
    background-color: #1abc9c;
  }
  .productos :nth-child(3){
    background-color: #27ae60;
  }
  .productos :nth-child(4){
    background-color: #2ecc71;
  }
  .productos :nth-child(5){
    background-color: #16a085;
  }
  .productos :nth-child(6){
    background-color: #1abc9c;
  }
  .productos :nth-child(7){
    background-color: #27ae60;
  }
  .productos :nth-child(8){
    background-color: #2ecc71;
  }
  .productos :nth-child(9){
    background-color: #16a085;
  }
  .productos :nth-child(10){
    background-color: #1abc9c;
  } */
  

  .product{
    max-width: 1110px;
    height: 150px;
    width: 150px;
    clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #28a745;
    margin: 10px;
  }
  .product p{
    padding: 20px;
    text-align: center;
  }
  .caja-sub-petroleo{
      display: flex;
      flex-direction: column;
      max-width: 350px;
      /* border: 1px solid #222; */
    
      -webkit-box-shadow: 3px 2px 10px 0px rgba(0,0,0,0.75);
      -moz-box-shadow: 3px 2px 10px 0px rgba(0,0,0,0.75);
      box-shadow: 3px 2px 10px 0px rgba(0,0,0,0.75);
      margin: 30px 10px;
    
  }
  .caja-sub-petroleo h2{
    text-align: center;
    font-size: 1.2em;
    padding: 40px;
    height: 125px;
    background-color: #079992;
    color: #fff;
    

  }
  .caja-sub-petroleo p{
      text-align: justify;
      padding: 20px;

  }
  .portafolio-caja-title-petroleo{

  }
  .portafolio-caja-title-petroleo p{
    font-size: 1.5em;
    text-align: center;
    margin-top: 40px;
    padding: 20px 100px;
}
  .title-img{
      color: #ffffff;
      text-shadow: 1px 1px 1px #079992;
      font-size: 5em;
      font-weight: 200;
     
  }
  .title-img-refinacion{
      color: #079992;
      padding: 10%;
      text-shadow: 2px 2px 2px #576574;
  }
  .title-img-sustentabilidad{
      color: #ffffff;
      text-shadow: 1px 1px 1px #079992;
      font-size: 5em;
      font-weight: 200;
  }

  .title-img-refinacion strong{
    color: #079992;
    text-shadow: 2px 2px 2px #576574;
    background-color: #fff;
    opacity: .8;
}
  .title-img-petroleo{
    color: #fff;
    padding: 10%;
  }
  .title-img-industriales{
      padding: 10%;
      color: #fff;
  }
  .title-img-laboratorio{
    padding: 10%;
    color: #fff;
}
.row-sustentabilidad{
    margin-top: 100px;
    text-align: justify;
    
}
.row-sustentabilidad img{
  clip-path: polygon(10% 0, 100% 0%, 90% 98%, 0% 100%);
}
.row-sustantibilidad-title{
    font-weight: 400;
    text-align: center;
    font-size: 1.3em;
    margin-top: 30px;
    vertical-align: center;
    height: 95px;
    border-bottom: 1px solid #079992;
}

  #accordionNosotros{
      margin-bottom: 75px;
  }
  #headingHistoria,#headingFortalezas,#headingValores{
      background-color: white;
  }
  #headingHistoria button, #headingValores button{
      color: #222;
      font-size: .9em;
  }
  #index-info-1{
      padding-top: 56px;
  }
  #div-post{
      padding-top:5%;
      padding-left: 20%;
  }
  #div-downloads{
    padding-top:5%;
    padding-right: 20%;
  }
  .carousel-caption{
      bottom: 100px;
  }
  .div-slide1-text{
    border-left: 4px solid #fff;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding-left: 25px;

  }
  .slide1-text1{
      text-align: left;
      font-size: 2vw;
      font-weight: 300;
      background-color: #36a15a;
      width: 500px;

  }
  .slide1-text2{
    font-size: 4vw;
    text-align: left;
    font-weight: 800;
    text-shadow: 2px 2px 2px #222;
}
.div-slide2-text{
    text-align: left;
    padding-left: 5px;
    padding-bottom: 5px;
    bottom: 10px;

  }
  .slide2-text1{
      font-size: 3em;
      font-weight: 300;
      text-shadow: 2px 2px 2px #222;
      border-bottom: 1px solid #fff;

  }
  .slide2-text2{
      font-size: 3.5vw;
      text-shadow: 2px 2px 2px #222;
  }
  .slide2-text2 strong{
    line-height: 1em;
    font-size: 1.3em;
    font-weight: 800;
    text-shadow: 2px 2px 2px #222;
}
.ul-sustentabilidad{
  margin-bottom: 80px ;
}
.ul-sustentabilidad li{
  list-style: none;
}
.ul-sustentabilidad li i{
  color: #079992;
  margin-right: 15px;
}
.div-slide3-text{
    text-align: left;
    padding-left: 5px;
    padding-bottom: 5px;
    line-height: 1em;

  }
  .slide3-text1{
      font-size: 3vw;
      font-weight: 300;
      text-shadow: 1px 1px 1px #222;

  }
  .slide3-text2{
      line-height: 1.8em;
      font-size: 3.5vw;
    
  }
  .slide3-text2 strong{
    font-size: 1.3em;
    font-weight: 800;
    text-shadow: 2px 2px 2px #222;
}
.div-slide4-text{
    text-align: left;
    padding-left: 5px;
    padding-bottom: 5px;
    line-height: 1em;

  }
  .slide4-text1{
      font-size: 2.5vw;
      font-weight: 300;
      text-shadow: 2px 2px 2px #222;

  }
  .slide4-text2{
      line-height: 1.8em;
      font-size: 3.5vw;
    text-shadow: 2px 2px 2px #222;

    
  }
  .slide4-text2 strong{
    font-size: 3.7vw;
    font-weight: 800;
    text-shadow: 2px 2px 2px #222;
}
.container-footer{
  max-width: 95%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  overflow: hidden;
}
  footer{
      min-height: 350px;
      background-color: #343a40;
      padding-top: 30px;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-evenly;
  }
  footer a{
      text-decoration: none;
      color: #ffffff;
      font-weight: lighter;
      transition: .1s;
  }

  footer a:hover{
      color: #343a40;
      background-color: #ffffff;
      text-decoration: none;
      padding: 0px 2px;
      font-weight: normal;
  }
  .logotipo-footer{
    text-align: center;
  }

@media screen and (max-width:800px)
{
  /* INDEX  */
  .div-slide1-text{
    bottom: 30px;
  }
  .div-slide2-text{
    bottom: 0;
  }
  .slide2-text1{
    font-size: 1em;
  }
  .div-slide3-text{
    bottom: 10px;
  }
  .div-slide4-text{
    bottom: 20px
  }

  /* FIN INDEX */

  /* NOSOTROS  */
  .image-page {
    padding-left: 0;
  }
  #accordionNosotros{
    margin-bottom: 0;
  }
  .fortalezas-title{
    clip-path: none;
    margin-bottom: 30px;
  }
  .fortalezas ul {
    max-width: 600px;
    padding: 10px 0px;
    text-align: justify;
  }

/* FIN DE NOSOTROS */

/* PORTAFOLIO  */
  .portafolio-link{
    width: 350px;
  }
  .portafolio-enlaces-cont img{
    clip-path: none;
  }
  .portafolio-enlaces-cont h3 {
    margin: 15px 0;
    padding: 10px 20px;
    text-align: center;
    height: 60px;
    color: #fff;
    background-color: #38ada9;
    /* flex-grow: 1; */
    font-weight: 300;
    font-size: 1.5em;
  }
  .portafolio-enlaces-cont img {
    max-width: 350px;
  } 
  .container-portafolio h2 {
    text-align: center;
    margin: 40px 35px;
    font-weight: 200;
    border-bottom: 1px solid #079992;
    padding: 20px 5px;
}

/* FIN DE PORTAFOLIO  */

/* FOOTER  */
.logotipo-footer img{
  width: 180px;
}
.enlaces-footer ul li{
  
}

.enlaces-footer ul p{
  border-bottom: 1px solid #ffffff;
}
.enlaces-footer p:nth-child(1){
  border-bottom: 1px solid #ffffff;

}

/* PORTAFOLIO-PETROLEO */
.portafolio-caja-imagen-petroleo {
padding-left: 0;

}
.portafolio-caja-title-petroleo p{
  border-bottom: 1px solid #079992;
}
.caja-sub-petroleo{
  max-width: 210px;
}
.caja-sub-petroleo h2 {
  text-align: center;
  font-size: 1em;
  padding: 10px;
  height: 75px;
  background-color: #079992;
  color: #fff;
}
.caja-sub-petroleo p {
  /* text-align: justify; */
  padding: 10px;
  font-size: 15px;
  text-align: left;
}
.caja-productos {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 70px auto;
  align-items: center;
  border: none;
  border-top: 2px solid #16a085;
  justify-content: space-evenly;
  padding: 40px;
}
.caja-productos h2 {
  font-size: 1.5em;
  max-width: 375px;
  padding: 0 20px;
}
/* FIN PORTAFOLIO-PETROLEO */

/* REFINACION  */
.portafolio-refinacion-imagen h2 {
padding-left: 0;

}
.portafolio-refinacion-content h3 {
  border: none;
  border-bottom: 1px solid #079992;
}
.refinacion-products{
  padding: 9px;
}
.refinacion-products-column {
  max-width: 260px;
}
.refinacion-products-column ul li {
  text-align: left;
}
/* FIN DE REFINACION  */
/* LABORATORIO  */

.portafolio-laboratorio-imagen h2 {
  text-align: center;
  padding-left: 0;
}
.portafolio-laboratorio-title{
  max-width: 400px;
}
.portafolio-laboratorio-title p {
 
  font-size: 2em;
  max-width: 550px;
  padding: 30px 20px;
}
/* FIN DE LABORATORIO */

/* INDUSTRIALES  */
.portafolio-industriales-caja {
  padding: 0px;
}
.portafolio-industriales-imagen {
  padding-left: 0;
}
.portafolio-industriales-title p {
  font-size: 1.8em;
  font-weight: 300;
  text-align: center;
  padding: 10px 30px;
  border-bottom: 1px solid #079992;
}
.portafolio-industriales-caja {
  height: 600px;
  width: 260px;
  padding: 20px;
}
.portafolio-industriales-caja img {
  clip-path: none;
}
.portafolio-industriales-caja p {
  text-align: justify;
  height: 200px;
  border-top: 1px solid #079992;
  padding: 10px 15px;
  font-size: .9em;
}
/* FIN INDUSTRIALES */

/* CONTACTO  */
.contacto-imagen{
  padding: 0;
}
.contacto-directorio {
  max-width: 800px;
  height: auto;
  border: 1px solid #222;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  padding: 10px;
  box-shadow: 5px 5px 5px rgba(0,0,0,0.70);
}
.contacto-direccion {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: .9em;
  /* padding: 10px 40px 2px 0; */
  /* max-width: 245px; */
  margin-bottom: 0;
  /* justify-content: center; */
}
.contacto-directorio-address{
  margin: 10px 20px;
}
/* FIN DE CONTACTO */
/* FIN DEL FOOTER */

  .caja-map-2 iframe{
    display: none;
  }


}
@media screen and (max-width:400px){
  /* INDEX  */
  .link-top-aviso{
    display: none;
  }
  .title-index {
      text-align: center;
      font-size: 1.3em;
      background-image: url('http://quimilat.com.mx/wp-content/uploads/2020/11/slide1.jpg');
      background-size: cover;
      max-height: 450px;
      text-align: center;
      display: flex;
      align-items: center;
      justify-content: center;
    
  }
  .s-exper h1{
    margin: 0;
    font-weight: 400;
    text-shadow: 1px 1px 1px #636e72;
  }
  #carouselExampleIndicators{
    display: none;
  }
  .s-exper {
    max-width: 1110px;
    margin: 0px auto;
}
  /* FIN DE INDEX */
/* NOSOTROS  */
.image-page {
  background-image: url(http://quimilat.com.mx/wp-content/uploads/2020/11/nosotros-1920x600-1.jpg);
  max-height: 166px;
  padding-left: 0px;
}
.title-img {
  font-size: 3em;
}
.nosotros p {
  max-width: 1110px;
  text-align: justify;
  margin: 10px 0;
  color: #000;
  padding: 10px;
  border: none;
  border-bottom: 3px solid #079992; 
  /* border-radius: 40px 0px 40px 0; */
}
.mision-vision-fortalezas {

  border-bottom: 3px solid #079992;
}
.fortalezas {
  margin: 10px 0;
}
.fortalezas-title {
  background-image: url(http://quimilat.com.mx/wp-content/uploads/2020/11/fortalezas600x466.png);
  background-size: cover;
  max-height: 450px;
  text-align: center;
  color: #fff;
  padding: 151px 15px;
  width: 100%;
}
/* FIN DE NOSOTROS */
/* PORTAFOLIO  */

.container-portafolio h2 {
margin: 0;
padding: 0;
border-bottom: none;
}
.portafolio-enlaces{
  flex-direction: column;
    justify-content: center;
    align-items: center;
}
.portafolio-enlaces-cont p{
  padding: 5px 20px;
}
/* FIN DE PORTAFOLIO  */

/* PORTAFOLIO PETROLEO  */
.links-portafolio-caja{
  clip-path: none;
}
.links-portafolio-caja h3{
  display: none;
}
.link-portafolio-caja{
  text-align: center;
  font-size: .8em;
  /* border: 1px solid #fff; */
  /* padding: 10px; */
  width: 90px;
  height: 59px;
  margin: 0 5px;
  align-items: center;
  display: flex;
  justify-content: center;
}
.portafolio-caja-imagen-petroleo {
  background-attachment: unset;
  height: 166px;
}
.portafolio-caja-title-petroleo p{
  margin: 0;
  padding: 20px 5px;
}
.caja-sub-petroleo{
  max-width: 400px;
}
.caja-productos {
  padding: 0;
}
.caja-productos h2{
  padding: 20px 20px 10px 0;
}

/* FIN PORTAFOLIO PETROLEO  */
/* PORTAFOLIO REFINACION  */
.portafolio-refinacion-imagen{
  height: 166px;
  background-attachment: local;
}
.portafolio-refinacion-imagen h2{
  font-size: 3em;
}
.portafolio-refinacion-content{
  margin: 0 auto;
}
.portafolio-refinacion-content h3{
  font-size: 1.2em;
}
.refinacion-products{
  flex-direction: column;
}
.refinacion-products-column{
  max-width: 400px;
  margin-left: 30px;
}
/* FIN PORTAFOLIO REFINACION */

/* PORTAFOLIO LABORATORIO  */
.portafolio-laboratorio-imagen{
  height: 166px;
  background-attachment: unset;
}
.portafolio-laboratorio-imagen h2{
  font-size: 2em;
}
.portafolio-laboratorio-content{
  flex-wrap: nowrap;
}
.portafolio-laboratorio-title{
  max-width: 300px;
}
.portafolio-laboratorio-title p{
  font-size: 1.3em;
  padding: 10px;
}
.tag-wrap{
  filter: none;
}
.wrap{
  clip-path: none;
  padding: 5px 10px;
  text-align: center;
}
.portafolio-laboratorio-resumen{
  padding: 20px;
}
/* FIN PORTAFOLIO LABORATORIO  */
/* PORTAFOLIO SERVICIOS INDUSTRIALES */
.portafolio-industriales-imagen{
  height: 166px;
  text-align: center;
  background-attachment: unset;
  background-position: top;
}
.portafolio-industriales-imagen h2{
  font-size: 2em;
}
.portafolio-industriales-title p{
  font-size: 1.3em;
  border-bottom: none;
}
.portafolio-industriales-caja{
  width: 400px;
}
/* FIN PORTAFOLIO SERVICIOS INDUSTRIALES */

/* SUSTENTABILIDAD  */
.image-page-sustentabilidad{
  height: 166px;
  background-attachment: unset;
}
.title-img-sustentabilidad{
  font-size: 3em;
}
.row-sustentabilidad img{
  clip-path: none;
}
/* FIN DE SUSTENTABILIDAD  */

/* CONTACTO  */
.contacto-imagen{
  height: 166px;
}
.contacto-imagen h2{
  font-size: 3em;
}
.contacto-title{
  margin: 20px auto;
}
.contacto-formulario form{
  width: 400px;
}
.contacto-directorio{
  flex-direction: column;
}

/* FIN CONTACTO  */
  /* FOOTER  */

  .container-footer {
    max-width: 1110px;
    margin: 0;
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
    width: 100%;
    align-items: stretch;
}

.enlaces-footer ul{
  padding: 10px;
}


  /* FIN FOOTER */

}