/* BODY */

body {
  margin: auto;
  font-family: 'Oswald', sans-serif;
}

p {
  text-align: center;
}

a {
  text-decoration: none;
}

header {
  background: #fff;
}

h1 {
  font-size: 60px;
  color: #fff;
  margin:0;
  text-align: center;
  font-weight: lighter;
}



h3 {
  text-align: center;
  font-size: 55px;
  font-weight: normal;
  color: #fff;
}

h4 {
  text-align: center;
  font-size: 20px;
  font-weight: normal;
  color: #7a7c7d;
}



p.logo {
  color: #fff;
  font-size: 20px;
}

nav ul li a {
  color: #fff;
}

#whatsapp {
z-index: 3;
}

/* SECTIONS */

#productos {
  padding-top: 125px !important;
  padding-bottom: 50px !important;   
  }

#catalogo {
padding-top: 50px !important;
padding-bottom: 50px !important;   
}

#catalogo2 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;   
  }

  #catalogo3 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;   
    }

    #catalogo4 {
      padding-top: 50px !important;
      padding-bottom: 50px !important;   
      }

#servicios {
  padding-top: 125px !important;
  padding-bottom: 40px !important;   
  }

#marcas-asoc {
  padding-top: 125px !important;
  padding-bottom: 40px !important;   
  }

#noticias {
    padding-top: 125px  !important;
    padding-bottom: 40px !important;   
  }
    
#contacto {
    padding-top: 125px  !important;
    padding-bottom: 40px !important;   
  }

#nosotros {
  padding-top: 125px  !important;
  padding-bottom: 0px !important;   
}

/* HEADER */


.header {
  z-index: 4;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%
}
.sticky + .content {
  padding-top: 5px;
}

/* CONTENEDOR SUPERIOR */

header .contenedor-sup {
  display: flex;
  justify-content: center;
  background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 60%, rgba(229,46,41,1) 62%, rgba(229,46,41,1) 100%);
  height: 80px;
  border-bottom: thin solid #7a7c7d;
  margin: auto;
  white-space: nowrap;
}

  header .logo-sii { 
    background-color: #fff;
    padding: 15px;
    height: 50px;
    justify-content: center;
  }

  header .logo-sii img {
    vertical-align: middle;
    height: 110%;
  }

  header .info-sup {
    background-color: #df372e;
    padding: 10px 0px 10px 0px;
    height: 60px;  
  }

  header .cap01{
  display: inline-block;
  width:90px;
  height: 20px;
  line-height: 20px;
  text-align: right;
  color: #fff;
  white-space: normal;  
  }

  header .cap02{
    font-size: x-large; 
    color: #fff;
    }

  header .capsula {
    height:50px;
    border-right: solid thin #fff;
    line-height: 60px;
    padding: 5px 10px 5px 5px;
  }
  
    header .info-sup p {
    display: table-cell;
    line-height: 20px;
    height: 45px;
    text-align: right;
    color: #fff;
    padding: 0px 5px 10px 5px;
    vertical-align: middle;
  }

  header .linea-sep {
  line-height: 10px;
  text-align: center; 
}

header .separador-sup {
  width: 1px;
  background-color: #fff;
  height: 40%;
  vertical-align: middle;
}

header .iconos-sup {
  background-color: #df372e;
  padding: 15px 10px 10px 10px;
  line-height: 40px;
  display: table-cell;
  align-content: center;
  width: 100;
}

header .iconos-sup img{
  vertical-align: middle;
  padding: 10px 5px 10px 5px;
}



header .menu-resp {
  visibility: hidden;
  background-color: #35aabc;
  width: 0px;
}

header .menu-resp nav {
  justify-content: center;
  vertical-align: top;
 }

header .menu-resp ul { 
  height: 40px;
  vertical-align: middle;
}

header .menu-resp ul li {
  list-style: none;
  margin-right: 10px;
  border-right: #7a7c7d thin solid;
  padding: 5px 15px 0px 5px;
  height: auto;
}

header .menu-resp ul li:last-of-type {
  border-right: none;
  }

  header .contenedor-inf ul li a {
    color: #7a7c7d; 
   }
   
   header .contenedor-inf ul li a:hover {
     color: #df372e;
   }


/* CONTENEDOR INFERIOR */

header .logo-cel {
 display: none;
}

header .menu {
  display: flex;
  justify-content: center;
  background-color: #fff;
  height: 40px;
  margin: auto;
}

header .contenedor-inf {

  margin: auto;
  border-bottom: thin solid #7a7c7d;
 }

header .contenedor-inf .menu .topnav {
  justify-content: center;
  vertical-align: top;
 }

header .lista-menu {
  margin: auto;
  max-width: 1280px;
  width: 90%;
}

header .contenedor-inf ul {
  display: flex;
  height: 40px;
  line-height: 30px;
  vertical-align: middle;
}

header .contenedor-inf ul li {
  list-style: none;
  border-right: #7a7c7d thin solid;
  padding: 5px 15px 0px 15px;
  height: auto;
}

header .contenedor-inf ul li:last-of-type {
  border-right: none;
  }

header .contenedor-inf ul li a {
 color: #7a7c7d; 
}

header .contenedor-inf ul li:hover{
  background-color: #7a7c7d;
  color: #fff;
  transition: .5s;
}

header .contenedor-inf ul li:hover a{
  color: inherit;
}

.dropdown {
  position: relative;
  display: inline-block;
  border-right: #7a7c7d thin solid;
  height: 40px;
}

.dropbtn {
margin-bottom: 5px;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 2;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  background-color: #ccc;
}

.column {
  float: left;
  width: 33.33%;
  padding: 10px;
  background-color: #ccc;
  height: 550px;
}

.column a {
  float: none;
  color: black;
  padding: 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.dropdown-content a:hover {background-color: #ddd;}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {background-color: #7a7c7d; color: #fff;}

.dropdown:hover .dropbtn a {color: inherit;}

.dropdown:hover {background-color: #7a7c7d;}


.dropdown2 {
  border-right: #7b7a7d thin solid;
  height: 40px;
  display: inline-block;
}

.dropdown2 .dropbtn2 {
  font-size: 16px;
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font: inherit; 
  margin: 0; 
}

.dropdown2 .dropbtn2 {
  margin-bottom: 5px;
  }


.dropdown2:hover {background-color: #7a7c7d;}

.dropdown2:hover .dropbtn2 {background-color: #7a7c7d; color: #fff; transition: .5s;}

.dropdown2:hover .dropbtn a {color: #fff;  transition: .5s;}


.dropdown-content2 {
  display: none;
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 2;
}

.dropdown-content2 .header2 {
  background: #19272f;
  padding: 16px;
  color: white;
  text-align: center;
  height: auto;
  font-size: 20pt;
}

.header2 p {
  margin: 0;
}

.dropdown2:hover .dropdown-content2 {
  display: block;
}

.column2{
  float: left;
  width: 24.91%;
  background-color: #ccc;
  height: 290px;
  border-right: #7a7c7d thin solid;
}

.column2:last-of-type {
  border-right: none;
  }

.column2 a {
  float: none;
  color: #19272f;
  padding: 10px 10px 10px 15px;
  text-decoration: none;
  display: block;
  text-align: left;
  font-weight: lighter;
}

.column2 h2 {
  padding: 10px 20px 10px 20px;
  background-color: #19272f;
  color: white;
  margin: 0;
}

.column2 a:hover {
  background-color: #35aabc;
  transition: .5s;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  color: #fff;
}

.row2 {
max-width: 1280px;
width: 899px;
justify-content: center;
margin: auto;
background-color: #ccc;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.row2 h2 {
  font-size: 16px;
  font-weight: normal;
}

.row2:after {
  content: "";
  display: table;
  clear: both;
} 

.stretch {
  max-width: 1280px;
  justify-content: center;
  width: 80%;
  margin: auto;
  background-color: tomato;
}

/* SOLUCIONES INDUSTRIALES */

.dropdown {
  position: relative;
  display: inline-block;
  border-right: #7a7c7d thin solid;
  height: 40px;
}

.dropbtn3 {
margin-bottom: 5px;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 2;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  background-color: #ccc;
}

.column {
  float: left;
  width: 33.33%;
  padding: 10px;
  background-color: #ccc;
  height: 550px;
}

.column a {
  float: none;
  color: black;
  padding: 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.dropdown-content a:hover {background-color: #ddd;}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn3 {background-color: #7a7c7d; color: #fff;}

.dropdown:hover .dropbtn3 a {color: inherit;}

.dropdown:hover {background-color: #7a7c7d;}


.dropdown3 {
  border-right: #7b7a7d thin solid;
  height: 40px;
  width: 245px;
  display: inline-block;
}

.dropdown3 .dropbtn2 {
  font-size: 16px;
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font: inherit; 
  margin: 0;
}

.dropdown3 .dropbtn2 {
  margin-bottom: 5px;
  border-right: none;
  }


.dropdown3:hover {background-color: #7a7c7d;}

.dropdown3:hover .dropbtn2 {background-color: #35aabc; color: #fff; transition: .5s;}

.dropdown3:hover .dropbtn3 a {color: #fff;  transition: .5s;}


.dropdown-content3 {
  display: none;
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 2;
}

.dropdown-content3 .header3 {
  background: #19272f;
  padding: 16px;
  color: white;
  text-align: center;
  height: auto;
  font-size: 20pt;
}

.header3 p {
  margin: 0;
}

.industria {
  display: flex;
  justify-content: center;
  vertical-align: middle;
  height: auto;
  width: auto;
}

.industria li{
  display: inline-block;
  justify-content: center;
  vertical-align: middle;
  height: auto;
  text-align: center;
}

.industria a:hover{
background-color: #35aabc;
transition-duration: 0.6s;
}

.industria a{
  display: inline-block;
  justify-content: center;
  vertical-align: middle;
  height: auto;
  line-height: auto;
  text-align: center;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 0px;
  padding-right: 0px;
  width: auto;
}

.industria img {
  margin: 10px;
  border: #19272f 2px solid; 
} 

.dropdown3:hover .dropdown-content3{
  display: block;
}

.column3{
  float: left;
  width: 24.5%;
  background-color: #ccc;
  height: 290px;
  border-right: #7a7c7d thin solid;
}

.column3:last-of-type {
  border-right: none;
  }

.column3 a {
  float: none;
  color: #19272f;
  padding: 10px 10px 10px 15px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.column3 h2 {
  padding: 10px 20px 10px 20px;
  background-color: #19272f;
  color: white;
  margin: 0;
}

.column3 a:hover {
  background-color: #35aabc;
  transition: .5s;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  text-decoration: underline;
  color: #fff;

}

.row3 {
max-width: 1280px;
width: 919px;
justify-content: center;
margin: auto;
background-color: #ccc;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.row3 h2 {
  font-size: 16px;
  font-weight: normal;
}

.row3 span {
  color: #19272f;
}

.row3:after {
  content: "";
  display: table;
  clear: both;
} 

.stretch {
  max-width: 1280px;
  justify-content: center;
  width: 80%;
  margin: auto;
  background-color: tomato;
}


/* SEPARADOR */

.separador {
height: 10px;
background-color: #19272f;
}

/* COOKIE */

header .cookie-ad {
background-color: #35aabc;
height: 50px;
line-height: 20px;
vertical-align: middle;
border-bottom: thin solid #7a7c7d;
margin:auto;
display: flex;
justify-content: center;

}

header .cookie-ad button {
background-color: #19272f;
border: none;
height: 30px;
width: 70px;
margin-top: 10px;
margin-left: 10px;
color: #fff;
font-family: inherit;
font-size: 14px;
}

header .cookie-ad p {
color: #19272f;
font-weight: normal;
}


/* VIDEO SECTION */

.video-section{
position: relative;
margin: auto;
height: 600px;
display: flex;
align-items: center;
justify-content: center;
overflow: hidden;
}

.video-section img{
z-index: 1;
}

.video-section h1 {
text-align: center;
font-weight: lighter;
font-family: 'Oswald';
padding: 20px;
margin: 15px;
z-index: 1;
color: #fff;
}

.video-container {
position:absolute;
top: 0;
left: 0;
width: 100%;
}

.video-container video{
height: 100%;
width: 100%;
align-content: center;
}

.color-overlay{
position: absolute;
top: 0;
left: 0;
background-color: #df372e;
width: 100%;
height: 100%;
opacity: .8;
justify-content: center;
}

/* BANNER */

header .semblanza{
  display: flex;
  justify-content: center;
  height: 400px;
  background-color: #fff;
  max-width: 1280px;
  width: 90%;
  margin: auto;  
}

header .banner {
  display: flex;
  justify-content: center;
  height: 400px;
  background-color: #df372e;
  max-width: 1280px;
  width: 90%;
  margin: auto;
}

header .contenedor {
  max-width: 1280px;
  width: 90%;
  line-height: 100px;
  display: table-cell;
}

header .contenedor img {
  vertical-align: middle;
  padding: 30px 30px 0px 30px;
}

header .contenedor-titulo {
  text-align: center;
  justify-content: center;
  max-width: 1280px;
  width: 90%;
  height: 400px;
  line-height: 40px;
  vertical-align: middle;
  margin: auto;
  /*background: linear-gradient(rgba(230,46,41,.8), rgba(230,46,41,.8)), url(../imagenes/fondobansii.png);*/
  /*background-size: cover;*/
  z-index: 1;

}

header .contenedor-titulo h2 {
  font-size: 60px;
  color: #fff;
  margin-top: 20px;
  height: 80px;
  font-weight: lighter;
  padding: 0;
  white-space: nowrap;
}

header .contenedor-titulo img {

  margin: auto;
}

/* HEADER END*/

/* MAIN START*/

.contenedor-titulo a, #noticias a, #contacto input[type="submit"] {
  font-size: 16px;
  color: #fff;
  background: #2b2d2e;
  padding: 14px 24px;
  width: 128px;
  display: inline-block;
}

/* SECCION PRODUCTOS */

#productos {
background-color: #fff;
}

#productos .productos {
  max-width: 1280px;
  width: 90%;
  margin: auto;
  display:flex;
  justify-content: center;
}
#productos h1 {
  color: #df372e;
  margin: 0px 0px 40px 0px;
  justify-content: center;
  max-width: 1280px;
  width: 90%;
  margin: auto;
  }

#productos .owl-stage p {
color: #7a7c7d;
font-weight: lighter;
}

#productos .owl-stage img {
  border: #df372e 4px solid;  
  }

#productos .item {
  padding: 20px 25px 0px 25px; 
  }

#productos .texto {
  width: 42%;
}

/* SECCION CATALOGO */

/* SECCION CATALOGO P*/

#catalogo .linx {
  vertical-align: middle;
  justify-content: center;
  background-color: #fff;
  text-align: center;
  display: flex;
  margin: auto;
}

.planning {
  display: flex;
  text-align: center;
  height: auto;
  background-color: #fff;
  max-width: 1280px;
  width: 50%;
}

#catalogo .description {
  padding: 30px;
  vertical-align: middle;
  height: auto;
  text-align: center;
  max-width: 500px;
  justify-content: center;
}

#catalogo .description p{
  font-weight: lighter;
  font-family: sans-serif;
  text-justify: newspaper; 
  font-size: medium;
  color: #7a7c7d;
  line-height: 1.2;
}

#catalogo .description h3{
  margin: 0px;
  color: #7a7c7d;
}

#catalogo .linx2 {
  vertical-align: middle;
  margin: 0;
  margin: auto;
  justify-content: center;
  text-align: center;
  display: flex;
}

#catalogo .linx3 {
  vertical-align: middle;
  margin: 0;
  margin: auto;
  justify-content: center;
  text-align: center;
  display: flex;
}

#catalogo .linx2 img{
  width: 300px;
  height: auto;
  margin: 30px;
}

.col-sm-6.how-text {
  margin: 0;
  position: relative;
  text-align: center;
  justify-content: center;
  vertical-align: middle;
  margin-top: auto;
  margin-bottom: auto;
  height: auto;
  background-color: #fff;
}

.col-sm-6 {
  background-color: #fff;
  display: flex;
  text-align: center;
  justify-content: center;
  vertical-align: middle;
  width: 0;
  margin: 0;
  padding: 0;
}


#catalogo .col-sm-6.how-text h3{
  font-weight: lighter;
  margin: 0px;
  background-color: #fff;
}

#catalogo h2{
  font-weight: lighter;
  margin: 0px 0px 40px 0px;
  text-align: center;
}

.st { display:block; height:0; margin: 0; display: none; padding: 0;}

.how-text { 
	height: auto;
	background-color: #e6ebe4; 
	padding: 0;
	margin: 25px 0px 10px 0px;
  border-radius: 3px;
  margin: 0;
}
  


#catalogo .buttlinx  {
  background-color: #19272f;
  border: none;
  height: 40px;
  width: auto;
  color: #fff;
  font-family: inherit;
  font-size: 14px;
  vertical-align: middle;
  border-radius: 4px;
  justify-content: center;
  text-align: center;
  line-height: 40px;
  border: 1px solid #fff;
  }

  #catalogo .buttlinx  a{
   margin-right: 10px;
   margin-left: 10px;
   padding-left: 10px;
   padding-right: 10px;
    }

    #catalogo .buttlinx:hover {
      transition-duration: 0.4s;
      background-color: #35aabc;
      color:#19272f;
       }

  #catalogo a:hover { cursor: pointer;}

  #catalogo2, #catalogo4  {
    background-color: #7a7c7d;
    text-align: center;
    justify-content: center;
    vertical-align: middle;
    }

    #catalogo2 h3, #catalogo4 h3 {
      color: #fff;
      }

      #catalogo2 .owl-stage img, #catalogo4 .owl-stage img {
        border: #df372e 4px solid;  
        }

        #catalogo2 .owl-stage p, #catalogo4 .owl-stage p {
          color: #fff;
          font-weight: lighter;
          }

    #catalogo, #catalogo3  {
      background-color: #df372e;
      }

      #catalogo h3, #catalogo3 h3 {
        color: #fff;
        }

        #catalogo .owl-stage img, #catalogo3 .owl-stage img {
          border: #19272f 4px solid;  
          }
    
          #catalogo .owl-stage {
            margin-top: 40px;
          }

          #catalogo, #catalogo3 .owl-stage p {
            color: #fff;
            font-weight: lighter;
            }

/* SECCION SERVICIOS */

#servicios {
background:#19272f;
}

#servicios .servicios {
  max-width: 1280px;
  width: 90%;
  margin: auto;
  display:flex;
  justify-content: center;
}

#servicios h1 {
  color: #fff;
  margin: 0px 0px 40px 0px;
  justify-content: center;
  max-width: 1280px;
  width: 90%;
  margin: auto;
}

#servicios .servicios img{
  border:4px solid #df372e;
  }

#servicios .item {
    border-width: 2px;
    border: #df372e;
    padding: 20px 40px 0px 40px; 
    }

#servicios h4 {
  text-align: center;
  font-size: 20px;
  font-weight: normal;
  color:#fff;
}

/* SECCION MARCAS ASOCIADAS */

#marcas-asoc {
background: #fff;  
}

#marcas-asoc .marcas-asoc {
  max-width: 1280px;
  width: 90%;
  margin: auto;
  display:flex;
  justify-content: center;
}

#marcas-asoc h1 {
  color: #df372e;
  margin: 0px 0px 40px 0px;
  justify-content: center;
  max-width: 1280px;
  width: 90%;
  margin: auto;
}

#marcas-asoc .owl-stage {
padding: 60px 0 0 0;
}



button.owl-prev, button.owl-next {
    font-size: 30px !important;
}

span {
    color: #df372e;
}

#marcas-asoc p {
  text-align: center;
color: #7a7c7d;
}

/* SECCION NOTICIAS */

#noticias {
  background: #19272f;
}

#noticias .contenedor-publicaciones {
  display: flex;
  justify-content: space-around;
}

#noticias .publicacion {
  width: 30%;
  box-shadow: 1px 1px 14px #ccc;
}

#noticias .contenido img {
    line-height: 100%;
}

#noticias .contenido {
  background: #fff;
  padding: 20px;
  height: 300px;
  vertical-align: middle;
  text-align: center;
  justify-content: center;

}

#noticias h1 {
  margin: 0px 0px 40px 0px;
  justify-content: center;
  max-width: 1280px;
  width: 90%;
  color: #fff;
margin: auto;
padding: 0px 0px 40px 0px;
}

#noticias p {
  color: #5A6169;
  line-height: 24px;
  font-size: 16px;
}

#noticias a {
  width: 87px;
}

/* SECCION CONTACTO */

#contacto {
background: #35AABC;
}

#contacto form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 77%;
  margin: auto;
  max-width: 1280px;
  padding-top: 40px; 
  padding-bottom: 60px;
}

#contacto h1{
margin: 0;
margin: 0px 0px 40px 0px;
justify-content: center;
max-width: 1280px;
width: 90%;
margin: auto;
color: #fff; 
}



input[type="text"], input[type="email"] {
  font-family: Arial, Helvetica, sans-serif;
  width: 49%;
  margin-bottom: 15px;
  padding: 18px 0;
  border: 0;
  color: #fff;
  border-bottom: 2px dotted #fff;
  font-size: 20px;
  background-color: #35aabc;
}

textarea {
  font-family: Arial, Helvetica, sans-serif;
  padding: 18px 0;
  border: 0;
  border-bottom: 2px dotted #fff;
  color: #fff;
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 40px;
  width: 100%;
  background-color: #35aabc;
}

#contacto input[type="submit"] {
  width: 166px;
  margin: auto;
  font-size: 20px;
  font-family: inherit;
}

#contacto .contacto-info {
  background-color: #35aabc;
  color: #fff;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  width: 77%;
  margin: auto;
  max-width: 1280px;
  height: 80px;
  line-height: 80px;
  vertical-align: center;
  font-weight: lighter;
}

.contacto-info img {
  width: 28px;
  vertical-align: middle;
  margin-right: 10px;
}

/* SECCION NOSOTROS */

#nosotros{
position: relative;
padding: 0px;
background-image: url("../imagenes/siiph.png");
background-position: center;
background-size: cover;
}

.nosotros {
  background-image: url("../imagenes/siiph.png");
  background-position: center;
  background-size: cover;
  filter: grayscale(100%);
  opacity: .2;
  height: 550px;
  margin-top: -475px;
}

.semblanza {
  display: block;
  max-width: 1280px;
  width: 90%;
  margin: auto;
}

#nosotros h1 {
  color: #df372e;
  margin: 0px 0px 40px 0px;
  justify-content: center;
  max-width: 1280px;
  width: 90%;
  margin: auto;
}

#nosotros p {
margin-top: 0px;
margin-bottom: 0px;
font-size: large;
color: #5A6169;
font-weight: lighter;
font-style: inherit;
padding-bottom: 30px;
z-index: 3;
position: relative;
}

#nosotros img {
  text-align: center;
  padding: 20px;
}

#nosotros .imgrel {
text-align: center;
}

.semblanza div {
  text-align: center;
  vertical-align: middle;
  z-index: 2;

}

h3.encnos  {
  position: relative;
  top: 20px;
  z-index: 1;
}

img.imgnos  {
  position: relative;
  top: 20px;
  z-index: 1;
}

p.semtex  {
  position: relative;
  top: 30px;
}


/* SECCION FOOTER */

footer {
  background: #19272f;
  font-family: 'Times New Roman', Times, serif;
}

footer .contenedor {
  max-width: 1280px;
  width: 90%;
  margin: auto;
  display:flex;
  justify-content: center;
  height: 280px;
  line-height: 10px;
  padding-top: 40px;
}

footer .contenedor p{
  margin: auto;
  padding-top: 10px;
  display: block;
  line-height: 18px;
  padding-right: 20px;
  
  }

  footer .sii-info {
      justify-content: center;
      border-right: solid thin #7a7c7d;
      margin-bottom: 30px;
      padding-right: 20px;
      }

      footer .sii-info img {
        display: block;
        margin: auto;
        padding-bottom: 10px;
        }
  
        footer .sub {
        display: flex;
        }

        footer .sub p {
          padding: 10px 10px 0px 10px;
          height: 80px;
          }

          footer .sub02 p {
            padding: 0px;
            height: 40px;
            }

  footer .sii-info2 {
      justify-content: center;
      border-right: solid thin #7a7c7d;
      margin-bottom: 30px;
      padding-left: 20px;
      }
  
      footer .sii-info2 p {
        margin: auto;
        text-align: left;
        }

        footer .menu-foot {
        padding-left: 20px;  
        }

  footer .sii-info3 {
      justify-content: center;
      margin-bottom: 30px;
      padding-left: 20px;
      }

      footer .sii-info3 p {
        text-align: left;
        padding-bottom: 10px;
        height: 20px;
        font-family: 'Oswald', sans-serif;
        font-weight: lighter;
        color: #fff;
        }

      footer .capsula {
        height:50px;
        line-height: 20px;
        padding: 10px 10px 5px 5px;
        display:block;
        background-color: #e62e29;
        margin-top: 20px;
        margin-left: 40px;
        margin-right: 20px;
        font-family: 'Oswald', sans-serif;
        text-align: center;
      }

      
  footer .cap01{
    display: inline-block;
    width:90px;
    height: 20px;
    line-height: 20px;
    text-align: right;
    color: #fff;  
    }
  
    footer .cap02{
      font-size: x-large; 
      color: #fff;
      }



footer .col{
height: 200px;
margin: 0px;  
display: block;
}

footer .parrafo p{
margin: 0px;
padding-bottom: 20px;
display: block;
height: 80px;
line-height: 80px;
}

footer .legenc {
  text-align: left;
        padding-bottom: 0px;
        height: 5px;
        font-family: 'Oswald', sans-serif;
        font-weight: lighter;
        color: #fff;
  }

footer .parrafo {
border-top: #7a7c7d solid thin;
max-width: 1280px;
width: 90%;
margin: auto;
display:block;
justify-content: center;
padding-top: 10px;
}

footer img {
  margin: 0 40px;
  transform: rotate(0);
  transition: 0.4s;
}

footer p {
  color: #7a7c7d;
  margin-top: 40px;
  
}



#whatsapp {
  position: fixed;
  top: 80%;
  right: 1%;
}

html {
  scroll-behavior: smooth;
}

#marcas-asoc, #productos, #servicios, #noticias, #contacto {
  padding: 90px 0;
}

#servicios {
  padding: 70px 0;
}

.menu-icon {
  display: none;
}

/* FOOTER END */

/* --------------- RESPONSIVE MÓVIL ----------------- */



@media (max-width: 600px) {

  /* SECTIONS TOP BOTTOM PADDING */

#productos {
  padding-top: 50px !important;
  padding-bottom: 50px !important;   
  }

#catalogo {
padding-top: 50px !important;
padding-bottom: 50px !important;   
}

#catalogo2 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;   
  }

  #catalogo3 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;   
    }

    #catalogo4 {
      padding-top: 50px !important;
      padding-bottom: 50px !important;   
      }

#servicios {
  padding-top: 50px !important;
  padding-bottom: 40px !important;   
  }

#marcas-asoc {
  padding-top: 50px !important;
  padding-bottom: 40px !important;   
  }

#noticias {
    padding-top: 50px  !important;
    padding-bottom: 40px !important;   
  }
    
#contacto {
    padding-top: 50px  !important;
    padding-bottom: 40px !important;   
  }

#nosotros {
  padding-top: 50px !important;
  padding-bottom: 0px !important;   
}

/* WHATSAPP */

#whatsapp {
position: fixed;
top: 70%;
right: 3%;
}

/* BODY */

body {
  flex-direction: column;
  }


/* HEADER */  

header {
display: visible;
}

.header {
  display: visible;
} 

header .icon {
  font-size: 38px;
  color: #e62e29;
}

header .menu {
  display:none;
  height: 0px;
  width: 0px;
  margin: 0px;
}

.menu.responsive {
  display: block;
}

.menu.responsive .lista-menu {
  width: auto;
}

.menu.responsive .dropdown2, .dropdown3 {
  display: none;
}

header .contenedor-sup {
display: none;
}

header .contenedor-inf {
  background-color: #fff;
  visibility: visible;
  float: right;
  }


header .cookie-ad {
visibility: visible;
display: none;
height: 50px;
vertical-align: middle;

}

header .cookie-ad p{
  font-size: 12px;
  margin: 10px;
  background-color: #35AABC;
  line-height: 1.2;
}

header .cookie-ad button {
  margin: 10px;
}



header .logo-cel {
display: flex;
justify-content: space-between;
margin: auto;
width: 90%;
padding-right: 5%;
padding-left: 5%;
background-color: #fff;
}

header .logo-cel img{
  visibility: visible;
  height: 30px;
  line-height: 30px;
  padding: 10px;
}

.topnav {
  position: absolute;
  right: 0;
  height: 300px;
  background: #fff;
  z-index: 4;
  margin-right: 15px;
}


  
header .topnav ul {
  flex-direction: column;
  border-right: none;
  text-align: right;
}

header .topnav ul li {
  margin-bottom: 15px;
  border-right: none;
  padding: 0px;
  margin-right: 15px;
  border-bottom: thin solid #7a7c7d;

}



header .dropdown2, .dropdown3 {
  border-right: none;
}

header .contenedor-titulo {
  padding-top: 25px;
  height: 175px;
  }

header .color-overlay {
  height: 300px;
}

header .contenedor-titulo img {
height: 50%;
}

header .contenedor-titulo h1 {
  font-size: 25px;
  color: #fff;
  margin: 0;
  height: 30px;
  line-height: 30px;
  white-space: normal;
  padding: 0px;
}

header .video-section {
  height: 200px;
}

header .video-container {
  height: 200px;
}

header .video-section video {
  height: 100%;
  line-height: 100%;
}

#productos .productos {
flex-direction: column;  
}

.linx .planning {
display: none;
}

#productos .item {
  display: block;
  margin-left: auto;
  margin-right: auto; 
  }

#servicios .servicios {
flex-direction: column;  
}

#servicios .item {
  display: block;
  margin-left: auto;
  margin-right: auto; 
  }


h1 {
  font-size: 44px;
}

h2 {
  font-size: 19px;
}

.contenedor-servicios {
    flex-direction: column;
}

.servicio {
  width: 82%;
  padding: 34px 30px 69px 30px;
}

.icono {
    margin-top: 23px;
}

h3 {
  font-size: 43px;
}

.item ul {
    padding: 0;
}

.contenedor-publicaciones {
    flex-direction: column;
}

#noticias .publicacion {
    width: 100%;
    margin-bottom: 40px;
    flex-direction: column;
}

#contacto form {
    width: 90%;
    flex-direction: column;   
}

#contacto .contacto-info {
line-height: 0px;
}

input[type="text"], input[type="email"] {
    width: 100%;
}

footer img {
    margin: 0 24px;
}

footer {
display: block;
flex-direction: column;
background-color: #19272f;
height: 1150px;
line-height: 1000px;
}

footer .contenedor{
flex-direction: column;
height: 1000px;
}

footer .capsula {
width: 250px;  
}

footer .sub {
flex-direction: column;
}

footer .sii-info {
  flex-direction: column;
  border-right: 0px;
}

footer .sii-info2 {
  flex-direction: column;
  border-right: 0px;
}

footer .sii-info3 {
  flex-direction: column;
}

footer .parrafo {
flex-direction: column; 
}

footer .parrafo p{
  height: 20px;
  line-height: 20px;
  margin: auto;
  flex-direction: column; 
  }






}


@media (min-width: 600px) and (max-width:800px) {
    /* SECTIONS TOP BOTTOM PADDING */

    #productos {
      padding-top: 50px !important;
      padding-bottom: 50px !important;   
      }
    
    #catalogo {
    padding-top: 50px !important;
    padding-bottom: 50px !important;   
    }
    
    #catalogo2 {
      padding-top: 50px !important;
      padding-bottom: 50px !important;   
      }
    
      #catalogo3 {
        padding-top: 50px !important;
        padding-bottom: 50px !important;   
        }
    
        #catalogo4 {
          padding-top: 50px !important;
          padding-bottom: 50px !important;   
          }
    
    #servicios {
      padding-top: 50px !important;
      padding-bottom: 40px !important;   
      }
    
    #marcas-asoc {
      padding-top: 50px !important;
      padding-bottom: 40px !important;   
      }
    
    #noticias {
        padding-top: 50px  !important;
        padding-bottom: 40px !important;   
      }
        
    #contacto {
        padding-top: 50px  !important;
        padding-bottom: 40px !important;   
      }
    
    #nosotros {
      padding-top: 50px !important;
      padding-bottom: 0px !important;   
    }
    
    /* WHATSAPP */
    
    #whatsapp {
    position: fixed;
    top: 70%;
    right: 3%;
    }
    
    /* BODY */
    
    body {
      flex-direction: column;
      }
    
    
    /* HEADER */  
    
    header {
    display: visible;
    }
    
    .header {
      display: visible;
    } 
    
    header .icon {
      font-size: 38px;
      color: #e62e29;
    }
    
    header .menu {
      display:none;
      height: 0px;
      width: 0px;
      margin: 0px;
    }
    
    .menu.responsive {
      display: block;
    }
    
    header .contenedor-sup {
    display: none;
    }
    
    header .contenedor-inf {
      background-color: #fff;
      visibility: visible;
      float: right;
      }
    
    
    header .cookie-ad {
    visibility: visible;
    display: flex;
    height: 50px;
    vertical-align: middle;
    
    }
    
    header .cookie-ad p{
      font-size: 12px;
      margin: 10px;
      background-color: #35AABC;
      line-height: 1.2;
    }
    
    header .cookie-ad button {
      margin: 10px;
    }
    
    
    
    header .logo-cel {
    display: flex;
    justify-content: space-between;
    margin: auto;
    width: 90%;
    padding-right: 5%;
    padding-left: 5%;
    background-color: #fff;
    }
    
    header .logo-cel img{
      visibility: visible;
      height: 30px;
      line-height: 30px;
      padding: 10px;
    }
    
    
    .topnav {
      position: absolute;
      right: 0;
      height: 350px;
      background: #fff;
      z-index: 4;
      margin-right: 15px;
    }
    
    
      
    header .topnav ul {
      flex-direction: column;
      border-right: none;
      text-align: right;
    }
    
    header .topnav ul li {
      margin-bottom: 15px;
      border-right: none;
      padding: 0px;
      margin-right: 15px;
      border-bottom: thin solid #7a7c7d;
    
    }
    
    
    
    header .dropdown2, .dropdown3 {
      border-right: none;
    }
    
    header .contenedor-titulo {
      padding-top: 25px;
      height: 175px;
      }
    
    header .color-overlay {
      height: 300px;
    }
    
    header .contenedor-titulo img {
    height: 50%;
    }
    
    header .contenedor-titulo h1 {
      font-size: 25px;
      color: #fff;
      margin: 0;
      height: 30px;
      line-height: 30px;
      white-space: normal;
      padding: 0px;
    }
    
    header .video-section {
      height: 200px;
    }
    
    header .video-container {
      height: 200px;
    }
    
    header .video-section video {
      height: 100%;
      line-height: 100%;
    }
    
    #productos .productos {
    flex-direction: column;  
    }
    
    #productos .item {
      display: block;
      margin-left: auto;
      margin-right: auto; 
      }

      .linx .planning {
        display: none;
        }
    
    #servicios .servicios {
    flex-direction: column;  
    }
    
    #servicios .item {
      display: block;
      margin-left: auto;
      margin-right: auto; 
      }
    
    
    h1 {
      font-size: 44px;
    }
    
    h2 {
      font-size: 19px;
    }
    
    .contenedor-servicios {
        flex-direction: column;
    }
    
    .servicio {
      width: 82%;
      padding: 34px 30px 69px 30px;
    }
    
    .icono {
        margin-top: 23px;
    }
    
    h3 {
      font-size: 43px;
    }
    
    .item ul {
        padding: 0;
    }
    
    .contenedor-publicaciones {
        flex-direction: column;
    }
    
    #noticias .publicacion {
        width: 100%;
        margin-bottom: 40px;
        flex-direction: column;
    }
    
    #contacto form {
        width: 90%;
        flex-direction: column;   
    }
    
    #contacto .contacto-info {
    line-height: 0px;
    }
    
    input[type="text"], input[type="email"] {
        width: 100%;
    }
    
    footer img {
        margin: 0 24px;
    }
    
    footer {
    display: block;
    flex-direction: column;
    background-color: #19272f;
    height: 1150px;
    line-height: 1000px;
    }
    
    footer .contenedor{
    flex-direction: column;
    height: 1000px;
    }
    
    footer .capsula {
    width: 250px;  
    }
    
    footer .sub {
    flex-direction: column;
    }
    
    footer .sii-info {
      flex-direction: column;
      border-right: 0px;
    }
    
    footer .sii-info2 {
      flex-direction: column;
      border-right: 0px;
    }
    
    footer .sii-info3 {
      flex-direction: column;
    }
    
    footer .parrafo {
    flex-direction: column; 
    }
    
    footer .parrafo p{
      height: 20px;
      line-height: 20px;
      margin: auto;
      flex-direction: column; 
      }
    
    
    
    
    
    
    }