/*
*   Fuentes                                               22-68
*   Estilos Generales                                     59-80
*   Estilos Auxiliares                                    82-90
*   Estilos del Header                                    94-292
*   Estilos del slider principal                          298-425
*   Estilos de la seccion nosotros                        429-491
*   Estilos de la seccion productos y servicios           494-615
*   Estilos de la seccion de la mision y la vision        620-648
*   Estilos de la seccion de competitividad               650-672
*   Estilos de la seccion de avalacion                    672-688
*   Estilos de la seccion del footer                      691-773
*   Estilos de la seccion de noticias                     777-827
*   Estilos de la pagina de productos                     830-887
*   Estilos de la pagina de ingenieria                    891-908
*/



/* Fuentes */

@font-face {
    font-family: 'DIN-LightAlternate';
    src: url('../fonts/DIN-LightAlternate.woff2') format('woff2'),
        url('../fonts/DIN-LightAlternate.woff') format('woff'),
        url('../fonts/DIN-LightAlternate.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'DIN-Alternate-Medium';
    src: url('../fonts/DINAlternate-Medium.woff2') format('woff2'),
        url('../fonts/DINAlternate-Medium.woff') format('woff'),
        url('../fonts/DINAlternate-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}


@font-face {
    font-family: 'DIN-Black';
    src: url('../fonts/DIN-Black.woff2') format('woff2'),
        url('../fonts/DIN-Black.woff') format('woff'),
        url('../fonts/DIN-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'DIN-Alternate';
    src: url('../fonts/DINAlternate-Regular.woff2') format('woff2'),
        url('../fonts/DINAlternate-Regular.woff') format('woff'),
        url('../fonts/DINAlternate-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AgencyFB';
    src: url('../fonts/AgencyFB-Reg.woff2') format('woff2'),
        url('../fonts/AgencyFB-Reg.woff') format('woff'),
        url('../fonts/AgencyFB-Reg.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


/* Estilos generales */

html, body {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 { font-family: 'DIN-Black'; }

h1 {
  font-size: 2.8em;
  color: #023782;
}

h3 { color: #023782 }

p, a, li, span {
  font-family: 'DIN-Alternate';
  font-size: 1.3em;
}

/* Estilos auxiliares */

.no-padding { padding: 0px; }

.no-margin { margin: 0px; }

.escondido { display: none; }

.bold { font-weight: bold; }


/* Estilos del header */

#header {
  width: 100%;
  z-index: 10000000;
}

#header .cintilla {
  padding: 5px 0px;
  background-color: #033984;
}

#header .cintilla p {
  color: #fff;
  font-family: 'DIN-LightAlternate' !important;
}

.dropdown-menu>li>a{ font-size: 1em; }

#header #navegacion .navbar-header { /*margin-left: 10%;*/ }

#header #navegacion .navbar-header .navbar-brand {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 100px;
}

#header #navegacion {
  background-image: none;
  border: 0px;
  border-radius: 0px;
  background-color: #fff !important;
  box-shadow: none;
  -webkit-box-shadow: none;
}

#header #navegacion #navigation .navbar-nav {
  padding-left: 0px;
  margin: 0px 0%;
  padding-top: 40px;
  padding-bottom: 30px;
}

#header #navegacion .navbar-nav > li { padding: 0px; }

#header #navegacion .navbar-nav > li:hover { background-color: #f5f5f5;  }

#header #navegacion .navbar-nav > li > a {
  color: #023782 !important;
  font-family: 'DIN-Alternate-Medium' !important;
  /*font-size: 1.2em !important;*/
}

#header #navegacion .navbar-header img {
  width: 80%;
}

#header #navegacion .navbar-header .navbar-brand {padding-left: 40px; }

#principales_clientes{ padding: 50px 30px; }

#principales_clientes img{
margin: 15px 0;    
box-shadow: 0px 4px 28px -14px rgba(0,0,0,0.75);
-webkit-box-shadow: 0px 4px 28px -14px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 4px 28px -14px rgba(0,0,0,0.75);   
}

#productos-conos img,#productos-muelas img,#productos-lainas-molinos img,#otros-productos img, #productos img{ margin:10px 0; }

@media (max-width: 767px) {

  #header .cintilla { padding: 15px; }

  #header .cintilla p { font-size: 0.9em; }

  #header #navegacion .navbar-header {
    padding: 20px 0px;
    height: 107px;
    margin-left: 0px;
  }

  #header #navegacion .navbar-header .navbar-brand { padding: 0px 15px; }

  #header #navegacion .navbar-header img { width: 70%; }

  #header #navegacion .navbar-nav > li > a {
    text-align: center;
    margin: 0px;
    border-bottom: 1px solid #023782;
    padding-bottom: 12px;
  }

  #header #navegacion #navigation .navbar-nav {
    margin: 0px;
    padding-left: 0px;
    padding-bottom: 12px;
  }
}


  #header #navegacion #navigation .navbar-nav > li > a { 
      font-size: 1em !important; 
  }
  
@media (min-width: 768px){  
    #header #navegacion .navbar-nav > li{
        border-bottom: 3px solid #f5f5f5;
    }  
    #header #navegacion .navbar-nav > li:hover {
        border-bottom: 3px solid #2e6da4;
    }
}

@media (min-width: 768px) and (max-width: 999px) {

  #header .cintilla p { font-size: 1.2em; }

  #header #navegacion .navbar-header { margin: 0px; }

  #header #navegacion .navbar-header .navbar-brand {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 20px;
  }


  #header #navegacion #navigation .navbar-nav {
    /*margin-left: 107px;*/
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    float: left;
    padding: 0px;
  }

  #header #navegacion #navigation .navbar-nav > li {
    padding: 0px 0px;
  }

  #header #navegacion #navigation .dropdown-menu>li>a { font-size: 13px !important; }

}


@media (min-width: 800px) and (max-width: 899px) {

  #header #navegacion #navigation .navbar-nav {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  #header #navegacion .navbar-header .navbar-brand img { margin-top: 30px; }

}

@media (min-width: 879px) and (max-width: 899px) {

  #header #navegacion .navbar-header .navbar-brand img { margin-top: 5px !important; }

}

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

  #header #navegacion #navigation .navbar-nav {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  #header #navegacion .navbar-header .navbar-brand img { margin-top: 0px; }

}

@media (min-width: 1000px) and (max-width: 1199px) {

  #header #navegacion #navigation .navbar-nav {
    margin: 0px;
    /*float: right;
    padding: 10px 0px;*/
  }

  #header #navegacion .navbar-header { margin-left: 0%; }

  #header #navegacion #navigation .navbar-nav > li > a { font-size: 1em !important; }

  #header #navegacion .navbar-header .navbar-brand { padding-left: 40px; }

}

@media (min-width: 1030px) and (max-width: 1199px) {

  #header #navegacion #navigation .navbar-nav {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  #header #navegacion .navbar-header .navbar-brand img { margin-top: 5px; }

}

@media (min-width: 1200px) and (max-width: 1299px) {

  #header #navegacion #navigation .navbar-nav {
    /*padding-left: 220px;
    margin: 0px 0%;
    padding-top: 0px;
    padding-bottom: 30px;*/
  }

  #header #navegacion #navigation .navbar-nav > li > a { /*font-size: 1em !important;*/ }

  #header #navegacion .navbar-header .navbar-brand{ 
      /*padding-left: 0px;*/  height: 130px; 
      
  }

}

@media (min-width: 1300px) and (max-width: 1333px) {

  #header #navegacion #navigation .navbar-nav {
    /*padding-left: 240px;*/
    margin: 0px 0%;
    /*padding-top: 0px;*/
    padding-bottom: 30px;
  }

  #header #navegacion .navbar-header .navbar-brand { 
      /*padding-left: 0px !important;*/ }

}

@media (min-width: 1330px) and (max-width: 1899px) {

  #header #navegacion #navigation .navbar-nav > li > a { /*font-size: 1.2em !important;*/ }

  #header #navegacion .navbar-header .navbar-brand { /*padding-left: 40px;*/ }

}

/* Estilos del slider principal */

#slider {
  width: 100%;
  height: 620px;
}

#slider .carousel-inner { bottom: 17%; }

#slider img {
  width: 100%;
  height: 700px;
}

#slider .carousel-inner .item .carousel-caption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  width: 100%;
}

#slider .carousel-inner .slide1 {
  background-image: url('../recursos/img/slide1.png');
  background-size: 100% 73%;
  background-position: center;
  background-repeat: no-repeat;
  height: 700px;
}

#slider .carousel-inner .item .carousel-caption .box {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 0px;
  margin: 0px auto;
  position: absolute;
  top: 105%;
  left: 50%;
  transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
}

#slider .carousel-inner .item .carousel-caption .box h1 {
  color: #023782;
  font-weight: bold;
  line-height: 5.6rem;
  padding: 10px 8px;
  margin: 0px;
  font-family: 'AgencyFB' !important;
}

@media (min-width: 200px) and (max-width: 399px) {

  #slider .carousel-inner .item .carousel-caption .box h1 { font-size: 1.6rem !important; }

}

@media (max-width: 699px) {



  #slider {
    width: 100%;
    height: 369px;
  }

  #slider .carousel-inner { bottom: 59%; }

  #slider .carousel-inner .slide1 {
    background-image: url('../recursos/img/slide1.png');
    background-size: 100% 37%;
    background-position: center;
    background-repeat: no-repeat;
    height: 700px;
  }

  #slider .carousel-inner .item .carousel-caption .box {
    width: 100%;
    top: 78.5%;
  }

  #slider .carousel-inner .item .carousel-caption .box h1 {
    font-size: 1.8rem;
    line-height: 2.6rem;
    padding: 5px 0px;
  }

}

@media (min-width: 600px) and (max-width: 699px) {

  #slider .carousel-inner .item .carousel-caption .box h1 {
    font-size: 2.8rem;
    line-height: 2.6rem;
    padding: 11px 0px;
  }

  #slider .carousel-inner .item .carousel-caption .box {
    width: 100%;
    top: 75%;
  }

}

@media (min-width: 700px) and (max-width: 767px) {

  #slider {
    width: 100%;
    height: 400px;
  }

  #slider .carousel-inner { bottom: 17%; }

  #slider .carousel-inner .item .carousel-caption .box {
    width: 100%;
    top: 40%;
  }

  #slider img {
    width: 100%;
    height: 400px;
  }

  #slider .carousel-inner .item .carousel-caption .box h1 {
    font-size: 2.8rem;
    line-height: 2.6rem;
    padding: 10px 0px;
  }

}

@media (min-width: 768px) and (max-width: 799px) {

  #slider {
    width: 100%;
    height: 585px;
  }

  #slider .carousel-inner .item .carousel-caption .box {
    width: 100%;
    top: 113%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
  }

  #slider .carousel-inner .item .carousel-caption .box h1 {
    font-size: 3rem;
    line-height: 4.6rem;
    padding: 5px 0px;
  }

  #slider .carousel-inner .slide1 {
    background-image: url('../recursos/img/slide1.png');
    background-size: 100% 71%;
    background-position: 50%;
    background-repeat: no-repeat;
    height: 700px;
  }

}

@media (min-width: 800px) and (max-width: 899px) {

  #slider {
    width: 100%;
    height: 649px;
  }

  #slider .carousel-inner .item .carousel-caption .box {
    width: 100%;
    top: 117%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
  }

  #slider .carousel-inner .item .carousel-caption .box h1 {
    font-size: 3rem;
    line-height: 4.6rem;
    padding: 5px 0px;
  }

  #slider .carousel-inner .slide1 {
    background-image: url('../recursos/img/slide1.png');
    background-size: 100% 71%;
    background-position: 50%;
    background-repeat: no-repeat;
    height: 700px;
  }

}

@media (min-width: 879px) and (max-width: 899px) {

  #slider .carousel-inner .item .carousel-caption .box { top: 134%; }

}

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

  #slider {
    width: 100%;
    height: 606px;
  }

  #slider .carousel-inner .item .carousel-caption .box {
    width: 100%;
    top: 117%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
  }

  #slider .carousel-inner .item .carousel-caption .box h1 {
    font-size: 3rem;
    line-height: 4.6rem;
    padding: 5px 0px;
  }

  #slider .carousel-inner .slide1 {
    background-image: url('../recursos/img/slide1.png');
    background-size: 100% 71%;
    background-position: 50%;
    background-repeat: no-repeat;
    height: 700px;
  }

}

@media (min-width: 1000px) and (max-width: 1099px) {

  #slider .carousel-inner .item .carousel-caption .box {
    width: 100%;
    top: 119%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
  }

  #slider .carousel-inner .item .carousel-caption .box h1 {
    font-size: 3rem;
    line-height: 4.6rem;
    padding: 5px 0px;
  }


}


@media (min-width: 1100px) and (max-width: 1199px) {

  #slider .carousel-inner .item .carousel-caption .box {
    width: 100%;
    top: 116%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
  }

  #slider .carousel-inner .item .carousel-caption .box h1 {
    font-size: 3rem;
    line-height: 4.6rem;
    padding: 5px 0px;
  }

}

@media (min-width: 1200px) and (max-width: 1299px) {

  #slider .carousel-inner .slide1 { background-size: 100% 70%; }

}


/* Estilos de la sección nosotros */


#nosotros {
  background-color: #023782;
  height: auto;
}

#nosotros .texto {
  padding: 50px 0px;
}

#nosotros .texto h1 {
  color: #fff !important;
  padding-bottom: 20px;
}

#nosotros .container {
  width: 70%;
}

#nosotros .texto p {
  color: #fff;
  padding: 10px 0px;;
}

#nosotros2 {
  padding: 15px;
  background-color: #023782;
}

#nosotros2 h1 {
  font-size: 2em;
  text-align: center;
  padding-bottom: 30px;
  color: #fff !important;
}

#nosotros2 p { color: #fff; }

#nosotros2 img {
  display: block;
  max-width: 80%;
  height: auto;
  margin: 30px auto;
}

@media (min-width: 768px) and (max-width: 999px) {

  #nosotros .texto { padding: 39px 0px; }

  #nosotros2 .container { width: 650px !important; }

}

@media (min-width: 1000px) and (max-width: 1199px) {

  #nosotros .imagen img {
    width: 430%;
    height: 560px;
  }
}

@media (min-width: 1200px) and (max-width: 1299px) {

  #nosotros .imagen img {
    width: 420%;
    height: 533px;
  }

}

/* Estilos de la sección productos y servicios */

#productos { height: 760px; }


#productos .texto {
  padding: 50px 160px;
}

#productos .texto h1 {
  color: #023782;
  padding-bottom: 20px;
  font-weight: bold;
}

#productos .texto p {
  padding-top: 30px;
  padding-bottom: 30px;
  font-weight: bold;
}

#productos .container {
  width: 70%;
}

#productos .imagen {
  height: 700px;
}

#productos .imagen img {
  width: 470px;
  height: 760px;
}

#productos .texto ul { list-style: none; }

#productos .texto ul li {
  color: #000;
  font-size: 1.5em;
  padding-left: 20px;
}

#productos .texto ul li::before {
  content: "•";
  display: inline-block; width: 1em;
  margin-left: -1em;
  color:  #023782;
}

#productos .btn-default {
  margin-top: 20px;
  margin-left: 0px;
  width: 15%;
  background-image: none !important;
  background-color: #023782;
  border: 0px;
  border-radius: 0px;
  color: #fff;
  font-family: 'DIN-Alternate-Medium' !important;
  font-size: 1.4em;
}

#productos2 {
  padding: 50px 20px;
}

#productos2 h1 {
  color: #023782;
  padding-bottom: 20px;
  font-weight: bold;
  text-align: center;
}

#productos2 ul { padding: 40px 0px; }

#productos2 ul li {
  color: #000;
  padding-left: 30px;
}

#productos2 p {
  padding-top: 30px;
  padding-bottom: 30px;
  font-weight: bold;
}

#productos2 img {
  display: block;
  margin: 0px auto;
}

#productos2 .btn-default {
  margin-top: 20px;
  margin-left: 0px;
  width: 100%;
  background-image: none !important;
  background-color: #023782;
  border: 0px;
  border-radius: 0px;
  color: #fff;
  font-family: 'DIN-Alternate-Medium' !important;
  font-size: 1.4em;
}

@media (min-width: 767px) and (max-width: 999px) {

  #productos2 .btn-default {
    width: 30%;
    display: block;
    margin: 30px auto;
  }

}

@media (min-width: 1000px) and (max-width: 1199px) {

  #productos .texto {
    left: 120px;
    padding: 30px 160px;
  }

  #productos .texto h1 { font-size: 2.7em; }

  #productos .texto ul li {
    font-size: 1.3em;
  }

  #productos .btn-default { width: 24%; }

}

@media (min-width: 1200px) and (max-width: 1399px) {


  #productos .texto { padding: 0px 220px; }

  #productos .btn-default {
    margin-top: 0px;
    width: 25%;
  }

}




/* Estilos de la sección de la misión y la visión */

#mision {
  padding: 50px 0px;
  background-color: #ebebeb;
}

#mision h1 {
  color: #023782;
  font-weight: bold;
}

#mision img {
  display: block;
  margin: 20px auto;
}

#mision p { font-size: 1.3em; }

@media (max-width: 767px) {

  #mision { padding: 20px 0px; }

  #mision h1 { font-size: 2em; }

  #mision p { font-size: 1.1em; }

}

/* Estilos de la sección de competitividad */


#competitividad {
  width: 100%;
  height: auto;
  padding: 50px 30px;
  background-color: #023782;
}

#competitividad h1 {
  color: #fff !important;
  text-transform: uppercase;
  padding-bottom: 50px;
}

#competitividad p, li {
  color: #fff;
}


/* Estilos de la sección avalación */


#avalacion { padding: 80px 0px; }

#avalacion a h1{ font-size:38px; }

#avalacion h1 {
  color: #023782;
  font-weight: bold;
}

@media (max-width: 767px) {

  #avalacion { padding: 40px 0px; }

  #avalacion h1 { font-size: 2em; }

}

/* Estilos del footer */

#contacto {
  padding: 50px 0px;
  background-image: url('../recursos/img/footer.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#contacto h1 {
  color: #fff !important;
  font-weight: bold;
  padding-bottom: 40px;
}

#contacto a, #contacto a p {
  text-decoration: none !important;
  font-size: 1.2em !important;
}

#contacto p {
  color: #fff;
}

#contacto #form .nombre { padding-left: 0px; }

#contacto #form .telefono { padding-right: 0px; }

#contacto span { color: #fff; }

#contacto span a {
  color: #fff;
  font-size: 1em;
  text-decoration: none;
}

#contacto span a:hover {
  color: #fff;
  font-size: 1em;
  text-decoration: underline;
  text-decoration-color: #fff;
}

#contacto #form #enviado {
  width: 50%;
  background-image: none;
  background-color: #fff600;
  border: 0px;
  border-radius: 0px;
  color: #023782;
  font-weight: bold;
  font-family: 'DIN-Black' !important;
}

#contacto #form-mobile { padding: 40px 0px; }

#contacto #form-mobile #submit-m {
  width: 50%;
  background-image: none;
  background-color: #fff600;
  border: 0px;
  border-radius: 0px;
  color: #023782;
  font-weight: bold;
  font-family: 'DIN-Black' !important;

}

.cinta {
  background-color: #000;
  padding: 20px 0px;
}

.cinta p { color: #fff; }

.cinta p a { 
  color: #fff;
  text-decoration: none;
  font-size: 1.1em !important; 
}

@media (max-width: 767px) {

  #contacto h1 { font-size: 2em; }

  #contacto p { font-size: 0.9em; }

}


/* Estilos de la sección de noticias */

#noticias {
  width: 100%;
  height: auto;
  padding: 50px 0px;
}

#noticias .noticia {
  padding: 30px 15px;
}

#noticias .notica .col-xs-12 {
  margin: 50px 0px;
}

#noticias .noticia .btn-default {
  background-image: none;
  background-color: #023782;
  border: 0px;
  border-radius: 0px;
  color: #fff;
  margin-top: 60px;
  width: 30%;
}

#noticias .noticia .separador {
  border: 1px solid #023782;
  margin: 20px 0px;
}

#noticias .noticia img {
  display: block;
  margin: 0px auto;
}

@media (max-width: 767px) {

  #noticias .noticia h1 { text-align: center; }

  #noticias .noticia .btn-default { margin-left: 15px; }

}

#noticia {
  width: 100%;
  height: auto;
  padding: 50px 0px;
}

#noticia h1 { padding-bottom: 100px; }

/* Estilos de la página productos */

#contenido {
  width: 100%;
  height: auto;
  padding: 50px 0px;
}

#contenido .menu2 .nav-tabs { padding: 0px; }

#contenido .menu2 .nav-tabs li {
  background-color: #ebebeb;
  border-bottom: 1px solid #cbcbcb;
  list-style-type: none;
  margin: 0px;
  width: 100%;
  padding: 15px;
}

#contenido .menu2 .nav-tabs { border-bottom: 0px !important; }

#contenido .menu2 .nav-tabs li a, #contenido .menu2 .nav-tabs li a:hover {
  border: 0px;
  text-decoration: none;
  cursor: pointer;
  color: #023782 ;
  margin: 0px;
  font-size: 1em;
}

#contenido .menu2 .nav-tabs .redondo {
  border-radius: 10px 10px 0px 0px;
  margin: 0px;
}

#contenido .menu2 .nav-tabs .redondo2 {
  border-radius: 0px 0px 10px 10px;
  border: 0px;
  margin: 0px;
}

#contenido .menu2 .nav-tabs li.active {
  background-color: #033984;
  border-bottom: 2px solid #fff;
  margin: 0px;
}


#contenido .menu2 .nav-tabs li.active a, #contenido .menu2 .nav-tabs li.active a:hover {
  color: #fff;
  background: none !important;
  border: 0px;
  text-decoration: none;
  cursor: pointer;
  margin: 0px;
}

#contenido #productos {
  height: auto !important;
}

#contenido h3 { padding-bottom: 40px; }

#contenido #productos-lainas-molinos .gallery img {
  width: 250px;
  height: 250px;
  display: block;
  margin: 30px auto;
}


/*  Estilos de la página de ingeniería */

#ingenieria {
  width: 100%;
  height: auto;
  padding: 50px 30px;
}

#ingenieria h3 {
  color: #033984;
  padding-bottom: 40px;
}

#ingenieria img {
  display: block;
  margin: 30px auto;
}


@media (min-width: 900px) {
    #ingenieria img{ width: 850px; }
}
