@charset "UTF-8";
@import 'https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css';
@import 'https://file.myfontastic.com/aSqgjxtgcZxYgxTFiCiuZS/icons.css';
* {
  padding: 0;
  margin: 0;
  font-family: ZapfHumnst BT;
  color: #607d8b; }

.navbar {
  background: transparent;
  border: none;
  height: 100px;
  position: relative;
  margin-top: 1.5em; 
  left: 0;
  right: 0;
  top: 0;
  width: 100%;}
  .navbar {
    float: right;
  }
  .navbar .nav > li {
    margin: 1.3em .2em;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s; }
    .navbar .nav > li a {
      font-size: 24px;
      letter-spacing: 1.5px;
      padding: 1em .3em;
      color: #ffffff;
      -webkit-transition: .4s;
      -o-transition: .4s;
      transition: .4s; }
      .navbar .nav > li a:hover {
        color: #29293d; }
    .navbar .nav > li .active {
      border-bottom: 5px solid #f05f4f;
      color: #29293d; }
      .navbar .nav > li .active:hover {
        border-bottom: 0; }
    .navbar .nav > li:hover {
      border-bottom: 5px solid #f05f4f; }
      .img-responsive{
        display: flex;
        align-items: center;
        flex-wrap: wrap;
      }
/*   .hb-button {
    float: right;
    margin-left: 400px;
    background: #2222;
    border: none;
    font-size: 18px;
    padding: 8px 15px;
    border-radius: 3px;
    cursor: pointer;
    display: none;
    margin-top: 25px;
  }
  .hb-button i {
    color: #ffff;
  }*/

header .encabezado, header .encabezado-empresa, header .encabezado-contacto {
  height: 700px;
  background-image: url("../img/banner8.jpg");
  background-size: cover;
  background-attachment: fixed; }
  header .encabezado .cub-header, header .encabezado-empresa .cub-header, header .encabezado-contacto .cub-header {
    height: 100%;
    background: rgba(92, 157, 163, 0.6);
    background: -webkit-linear-gradient(bottom, #000, rgba(92, 157, 163, 0.6)); }

main {
  background: #ebeff2; }

  .content-details{
    width: 100%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 50px;
    margin-left: -20px;
    
}
.content-item2{
    
    text-align: center;
   
}
.row {
  width: 101%; }

.container-fluid {
  padding-right: -15px;
  padding-left: -15px; 
  max-width: 850px;}

.contenedor {
  width: 100%; }

  h3 {
    text-align: center;}

.boton, #mensaje .boton-oscuro {
  background: #6fa7b4;
  padding: .2em;
  font-size: 25px;
  text-align: center;
  border-radius: 20px;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s; }
  .boton:hover, #mensaje .boton-oscuro:hover {
    background: #52909e; }
  .boton a p, #mensaje .boton-oscuro a p {
    color: #ffffff; }
  .boton a:hover, #mensaje .boton-oscuro a:hover, .boton a:focus, #mensaje .boton-oscuro a:focus {
    text-decoration: none; }

/* PRODUCTOS ============*/

/* Tabla descripcion ============*/
.panel {
  margin-top: 20px;
}
.table .color-1 {
  background: #cc0000;
  width: 20%;
  color: white;
  margin-top: 30px;
}

.table .col2{
  background: #cc0000;
  color: white; 
  text-align: center;
}
.table .col-2 {
  background: #ccccff;
  color: black;
}
.table .color-3 {
  background: #e6e6ff;
  color: black;
}

#detalles-producto .img {
  margin-top: 15px;
  height: 250px;
}

footer{
    width: 100%;
    background: #ffff;
    color: white;   
    
}

footer .container-footer-all{
    width: 100%;
    max-width: 1200px;
    margin: auto;
    padding: 40px;
}

footer .container-body{
    display: flex;
    justify-content: space-between;
}

footer .colum1{
    max-width: 400px;
}

footer .colum1 h1{
    font-size: 22px;
}

footer .colum1 p{
    font-size: 14px;
    color: #C7C7C7;
    margin-top: 20px;
}

footer .colum2{
    max-width: 400px;
    
}

footer .colum2 h1{
    font-size: 22px;
}

footer .row{
    margin-top: 20px;
    display: flex;
}

footer .row img{
    width: 36px;
    height: 36px;
}

footer .row li{
    margin-left: 20px;
    color: #4d4d4d;
    text-align: justify;
    font-size: 17px;
}

footer .colum2 h4, .colum3 h4{
    color: #333333;
  font-size: 30px;
  font-weight: bold;
}

footer .colum2 strong {
  color: #cc0000;
  font-size: 17px;
}

footer .colum3{
    max-width: 380px;
}

footer .colum3 .separador {
  margin-top: 40px;
}

footer .colum3 .row{
      margin-top: 10px;
      display: flex;
    }

    .colum3 .row img{
      width: 40px;
      height: 40px;
    }

    .colum3 .row label{
      margin-top: 8px;
      margin-left: 20px;
      width: 180px;
      color: #4d4d4d;
      font-size: 18px;
    }
    .colum3 .row label:hover {
      color: darkgray;
      cursor: pointer;
    }

footer .container-footer{
    width: 100%;  
    background: #101010;
}

footer .container-footer .footer{
    max-width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;  
    padding: 10px;
    text-align: center;
}
footer .copyright p{
    color: #ffff;
    margin-left: 30px;
    text-align: center;
}

footer .information p {
  color: #ffff;
  margin-right: 20px;
}

.migas {
  height: 80px;
  background: #263238;
  padding: 2em 0; }
  .migas a, .migas p {
    color: #ffffff;
    font-size: 20px;
    display: inline-block;
    margin-bottom: 0; }
  .migas a p:hover {
    color: #72909f; }
  .migas .ubicacion {
    color: #ffffff;
    font-weight: bold; }
    .migas .ubicacion:hover {
      color: #72909f; }

#titulo-principal {
  position: absolute;
  top: 35%;
  left: 0;
  right: 0;
  width: 50%;
  margin: auto;
  text-align: center; }
  #titulo-principal h1 {
    font-size: 70px;
    color: #ffffff; }
    #titulo-principal h1 strong {
      color: #ffffff; }

#industrias {
  height: 480px;
  background: #6fa7b4;
  position: relative;
  top: -12em; }
  #industrias .nombres-ind {
    height: 240px;
    background: #263238;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #ffffff;
    z-index: 30; }
    #industrias .nombres-ind h3 {
      font-size: 35px;
      font-weight: bold;
      margin: auto; }
  #industrias #morteros {
    background: #ffaf99;
    color: #263238; }
  #industrias #vidrio {
    background: #6fa7b4; }
  #industrias #construccion {
    background: #ffc38e;
    color: #263238; }
  #industrias .fotos-ind {
    height: 240px;
    padding: 0;
    position: relative;
    overflow: hidden; }
    #industrias .fotos-ind img {
      -webkit-transition: .5s;
      -o-transition: .5s;
      transition: .5s; }
    #industrias .fotos-ind .ver-industria, #industrias .fotos-ind .ver-industria-2 {
      position: absolute;
      top: 0;
      left: -100%;
      width: 100%;
      height: 100%;
      background: rgba(92, 157, 163, 0.6);
      -webkit-transition: .5s;
      -o-transition: .5s;
      transition: .5s;
      z-index: 20; }
      #industrias .fotos-ind .ver-industria p, #industrias .fotos-ind .ver-industria-2 p {
        position: absolute;
        top: 30%;
        left: 50%;
        color: white;
        background: transparent;
        -webkit-transform: translateX(-50%) translateY(-25%);
        -ms-transform: translateX(-50%) translateY(-25%);
        transform: translateX(-50%) translateY(-25%);
        font-size: 30px;
        font-weight: lighter;
        text-align: center; }
    #industrias .fotos-ind:hover .ver-industria, #industrias .fotos-ind:hover .ver-industria-2 {
      left: 0%; }
    #industrias .fotos-ind:hover img {
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1); }
    #industrias .fotos-ind .ver-industria-2 {
      left: 100%; }

h2 {
  font-size: 50px;
  width: 40%;
  border-bottom: 2px solid #607d8b;
  margin: 0; }


#productos-principales {
  height: 450px;
  position: relative;
  top: -5em; }
  #productos-principales h2 {
    margin-left: 20px;
    margin-top: -30px;
  }
  #productos-principales .boton, #productos-principales #mensaje .boton-oscuro, #mensaje #productos-principales .boton-oscuro {
    position: absolute;
    top: 0;
    right: 0; }
  #productos-principales .destacados {
    margin: 2em 1em;
    background: #ffffff;
    height: 435px;
    padding: 2em;
    margin-left: 30px;
    font-weight: lighter; }
    .contenedor-productos {
        padding: 40px;
        margin-top: -15px;
        margin-left: 10px;
      }


.nombre-producto {
      font-size: 22px;
      font-weight: bold;
      text-align: center;
      color: #e02713; }

   li {
    list-style: none;}

#frase {
  height: 400px;
  
  background-image: url("../img/panoramica2.jpg");
  background-size: cover;
  background-attachment: fixed;

  background-repeat: no-repeat; }
  #frase .cub-frase {
    height: 100%;
    background: rgba(92, 157, 163, 0.6); }
    #frase .cub-frase p {
      margin: 2em 0;
      font-size: 47px;
      font-family: font57612;
      color: white;
      text-align: center; }

#testimonios {
  height: 770px;
  background: #263238;
  padding: 3em 0; }
  #testimonios h2 {
    color: #ffffff; }
  #testimonios .opiniones {
    margin: 3em 0; }
    #testimonios .opiniones .testim {
      height: 500px;
      margin: 0 1em; }
      #testimonios .opiniones .testim .dialogo {
        height: 300px;
        background: #ffffff;
        padding: 2em;
        margin: 0 0 2em 0;
        font-size: 22px;
        font-weight: lighter; }
      #testimonios .opiniones .testim .foto {
        background: #ffffff;
        height: 150px;
        width: 60%;
        border-radius: 50%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: auto; }
        #testimonios .opiniones .testim .foto img {
          margin: auto; }
      #testimonios .opiniones .testim .cliente {
        font-size: 30px;
        margin-top: 20px;
        font-weight: lighter;
        color: #ffffff;
        text-align: center; }

p {
  font-size: 18px; }

header .encabezado-empresa, header .encabezado-contacto {
  height: 450px;
  background-image: url("../img/pared-de-ladrillos.jpeg"); }

#reseña-historica {
  height: auto;
  text-align: justify;
  background: #ffffff;
  padding: 4em 0; }
  #reseña-historica h2 {
    width: 80%;
    margin-bottom: .5em; }
  #reseña-historica .img-historia {
    position: relative;
    margin: 7em 0; }
    #reseña-historica .img-historia img {
      z-index: 40;
      margin-left: 80px;
      width:79%;
      height:230px;
      box-shadow: -40px 40px 0 0 #6fa7b4; }

#caracteristicas-empresa {
  height: 400px;
  background-image: url("../img/maq.jpg");
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat; }

  #caracteristicas-empresa .cub-empresa {
    height: 100%;
    background: rgba(38, 50, 56, 0.6);
    padding: 3em 0; }
    #caracteristicas-empresa .cub-empresa .caract {
      height: 100%;
      padding: 3em 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; }
      #caracteristicas-empresa .cub-empresa .caract i, #caracteristicas-empresa .cub-empresa .caract p {
        color: #ffffff;
        font-size: 25px;
        text-align: center; }
      #caracteristicas-empresa .cub-empresa .caract i {
        font-size: 100px; }

#mision, #vision {
  height: 450px;
  width: 100%;
  background: #ffffff;
  text-align: justify;
  padding: 5em 0; }
#mision h2, #vision h2 {
  margin-bottom: .5em; }
.mision-container, .vision-container {
	margin: auto;
	width: 900px;
	height: 300px;}
#mision .izquierda img{
	width: 400px;
	height: 300px;
	float: left;
}

#mision .derecha {
	width: 400px;
	height: 300px;
	margin-left: 40px;
	float: left;
}
  
#vision {
  background: #ebeff2; }
#vision .izquierda {
	width: 400px;
	height: 300px;
	float: left;
} 
#vision .derecha img{
	width: 400px;
	height: 300px;
	margin-left: 50px;
	float: left;
} 
p {
  font-size: 18px; }

  
  

   





#titulo-principal-productos {
  padding-left: 45px; }

#todos-productos {
  height: 400px;
  padding: 2.8em 0;
  background: #ffffff;
  padding-left: 30px;}
 #todos-productos .ff-container {
  padding: 1.3em 0;}
   #todos-productos .ff-items {
      padding: 1.3em 0;}

#detalles-producto .container .col-md-5 {
  padding: 1.8em 0;
  padding-left: -20%;
  padding-right: -20%;}

#otros-productos .container {
  padding: 2em 0;}
    #otros-productos .container .col-md-3 .opciones-productos {
      padding: 2.5em 0;}

header .encabezado-contacto {
  background-image: url("../img/llamada.jpg"); }

#datos-contacto {
  height: 600px;
  padding: 3em 0;
  background: #ffffff; }
  .datos-container {
  	width: 100%;
  	height: auto;
  	align-items: center;
  }
  .datos {
  	width: 350px;
  	height: 300px;
  	margin: 20px;
  	text-align: justify;
  }
  #datos-contacto .datos {
    padding: 3em 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    #datos-contacto .datos i, #datos-contacto .datos p {
      color: #607d8b;
      font-size: 25px;
      text-align: center; }
    #datos-contacto .datos i {
      font-size: 100px;
      color: #6fa7b4; }

#solicitud {
  height: 800px;
  /*margin-top: 30px;*/
  background-image: url("../img/contacthem.jpg");
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat; }
  #solicitud .cub-solicitud {
    height: 100%;
    background: rgba(38, 50, 56, 0.5); }
    #solicitud .cub-solicitud #formulario {
      height: 100%;
      background: rgba(38, 50, 56, 0.8);
      padding: 4em;
      color: #ffffff; }
      #solicitud .cub-solicitud #formulario h2 {
        width: 100%;
        margin-bottom: .5em; }
      #solicitud .cub-solicitud #formulario p {
        color: #ffffff; }
      #solicitud .cub-solicitud #formulario form {
        height: 80%;
        margin: 3em 0; }
        #solicitud .cub-solicitud #formulario form .input-group {
          width: 100%;
          color: #ffffff; }
        #solicitud .cub-solicitud #formulario form input, #solicitud .cub-solicitud #formulario form textarea {
          background: #607d8b;
          border-radius: 40px;
          width: 80%;
          height: 50px;
          padding: 1em;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          border: none;
          color: #ffffff;
          font-size: 18px; }
          #solicitud .cub-solicitud #formulario form input:focus, #solicitud .cub-solicitud #formulario form textarea:focus {
            outline: none; }
          #solicitud .cub-solicitud #formulario form input::-webkit-input-placeholder, #solicitud .cub-solicitud #formulario form textarea::-webkit-input-placeholder {
            color: #ffffff; }
          #solicitud .cub-solicitud #formulario form input:-ms-input-placeholder, #solicitud .cub-solicitud #formulario form textarea:-ms-input-placeholder {
            color: #ffffff; }
          #solicitud .cub-solicitud #formulario form input::placeholder, #solicitud .cub-solicitud #formulario form textarea::placeholder {
            color: #ffffff; }
        #solicitud .cub-solicitud #formulario form textarea {
          min-width: 100px;
          max-width: 420px;
          min-height: 200px;
          max-height: 300px; }
        #solicitud .cub-solicitud #formulario form #mensaje {
          position: static; }
        #solicitud .cub-solicitud #formulario form .button {
          width: 100%; }
          #solicitud .cub-solicitud #formulario form .button input {
            width: 43%;
            padding: .5em 0 2em 0;
            background: #ffffff;
            color: #607d8b;
            font-size: 19px;
            font-weight: bold;
            border: none;
            border-radius: 40px;
            -webkit-transition: .5s;
            -o-transition: .5s;
            transition: .5s; }
            #solicitud .cub-solicitud #formulario form .button input:hover {
              -webkit-transform: scale(1.02, 1.02);
              -ms-transform: scale(1.02, 1.02);
              transform: scale(1.02, 1.02);
              background: #263238;
              color: #ffffff; }

.error404 {
  height: 1000px;
  background-image: url("../img/error404.jpg");
  background-size: cover;
  background-repeat: no-repeat; }

#mensaje {
  position: absolute;
  top: 23em; }
  #mensaje h1 {
    color: #443633;
    font-size: 55px;
    font-weight: bold; }
  #mensaje li {
    margin-left: 1em;
    font-size: 20px;
    color: #443633; }
  #mensaje .boton, #mensaje .boton-oscuro {
    margin: 1em;
    background: #ffffff; }
    #mensaje .boton a p, #mensaje .boton-oscuro a p {
      font-size: 25px;
      color: #443633; }
    #mensaje .boton:hover, #mensaje .boton-oscuro:hover {
      background: #443633; }
      #mensaje .boton:hover a p, #mensaje .boton-oscuro:hover a p {
        color: #ffffff; }
  #mensaje .boton-oscuro {
    background: #443633; }
    #mensaje .boton-oscuro a p {
      color: #ffffff; }
    #mensaje .boton-oscuro:hover {
      background: #ffffff; }
      #mensaje .boton-oscuro:hover a p {
        color: #443633; }

/* Reponsive */

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

/*.capa-a-ocultar{
    display:none;
  }*/

 #industrias{
  width: 900px;
  margin: 0 auto;
  display: block;
  align-items: center;
 }

}

@media screen and (max-width: 991px) {
 #industrias{
  width: 670px;
  margin: 0 auto;
  display: block;
  position: relative;
  align-items: center;
 }
 .container {
  height: 800px;
 }

 #industrias .nombres-ind {
    height: 200px;
    width: 335px;
  }

    #industrias .nombres-ind h3 {
      font-size: 30px;}
      #industrias .fotos-ind {
    height: 200px;
    width: 335px;
    float: right;
    margin-top: -200px;
    }
    #industrias .abajo{
      margin-top: 0px;
    }

    .mis-productos {
      align-items: center;
      display: flex;
      margin-top: 25px;
    }
    #productos-principales h2 {
      margin-left: 30px;
      margin-top: -40px;
      font-size: 45px;
    }

    #productos-principales {
      margin-left: 15px;
    }

    #productos-principales .destacados {
      width: 280px;
      margin-left: -20px;
    }

    .contenedor-productos {
        padding: 30px;
        margin-top: -15px;
      }
      .boton {
        width: 200px;
        margin-top: -30px;
      }
      .destacados {
        width: auto;
      }
      .posicion {
        float: left;
      }

#caracteristicas-empresa .empresa-container {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-flow: wrap;
  }

  .contacto-container {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-flow: wrap;
  }

  .box {
    width: 400px;
    height: 300px;
    margin: 20px;
    text-align: center;
    box-sizing: border-box;
  }
#caracteristicas-empresa  .box {
    width: 400px;
    height: 300px;
    margin: 20px;
    text-align: center;
    box-sizing: border-box;
  }
#caracteristicas-empresa {
  height: auto;
}

#reseña-historica .historia-container {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  flex-flow: wrap;
}

#reseña-historica .box-historia {
  width: 100%;
  margin: 20px;
  text-align: center;
  box-sizing: border-box;
  text-align: justify;
}

#reseña-historica {
  height: 1100px;
}
#reseña-historica .img-historia {
  margin-top: -8px;
}

.mision-container, .vision-container {
	width: 100%;
	height: auto;
}

 #mision .izquierda img{
	width: 350px;
	height: 300px;
	float: left;
}
#mision .derecha {
	width: 350px;
	height: 200px;
	margin-left: 20px;
	float: left;
}
#vision .izquierda {
	width: 350px;
	height: 200px;
	float: left;
} 
#vision .derecha img{
	width: 350px;
	height: 300px;
	margin-left: 20px;
	float: left;
}

#datos-contacto {
	height: 1200px;
}

#datos-contacto h2 {
	margin-left: 30px;
	width: 400px;
}


#datos-contacto .datos {
	width: 550px;
	margin-left: 80px;
}

.desplazar {
	display: left;
}

#footer .container {
	height: auto;
}

    .container-body{
        flex-wrap: wrap;
    }
    
    .colum1{
        max-width: 100%;
    }
    
    .colum2,
    .colum3{
        margin-top: 40px;
    }
    

}

@media screen and (max-width: 960px) {
  #productos-principales {
      margin-left: 15px;
    }

    #productos-principales .destacados {
      width: 255px;
      margin-left: -20px;
    }
    
}

@media screen and (max-width: 900px) {
#productos-principales {
      margin-left: 8px;
    }

    #productos-principales .destacados {
      width: 240px;
      margin-left: -20px;
    }
.logo-section {
    float: none;
  }
/*  .nav {
    display: none;
  }*/

  nav ul {
    background: #ffff;
    max-height: 0;
    width: 100%;
  }
  nav ul.show{
    max-height: 20em;
  }
  nav ul li {
    box-sizing: border-box;
    width: 100%;
    padding: 5px;
  }

  .hb-button {
    display: inline;
  }

}

@media screen and (max-width: 854px) {
#productos-principales {
      margin-left: 8px;
    }

    #productos-principales .destacados {
      width: 235px;
      margin-left: -20px;
    }

}


@media screen and (max-width: 800px) {
 #industrias{
  width: 580px;
  margin: 0 auto;
  display: block;
  align-items: center;}
 .container {
  height: 700px;}
 #industrias .nombres-ind {
    height: 180px;
    width: 290px;}
    #industrias .nombres-ind h3 {
      font-size: 25px;}
    #industrias .fotos-ind {
      height: 180px;
      width: 290px;
      margin-top: -180px;}
      #industrias .abajo{
      margin-top: 0px;
    }
    #productos-principales {
      margin-left: -8px;
    }

    #productos-principales .destacados {
      width: 215px;
      margin-left: -7px;
      height: 480px;
    }
     #mision {
 	height: 700px;
 }
 #mision .izquierda img{
	width: 400px;
	height: 300px;
	margin-left: 150px;
	float: left;
}
#mision .derecha {
	width: 600px;
	margin-left: 50px;
	height: 200px;
	margin-top: 40px;
	float: left;
}

#vision {
	height: 750px;
}
#vision .izquierda {
	width: 600px;
	margin-left: 50px;
	margin-top: 360px;
	height: 200px;
	float: left;
} 
#vision .derecha img{
	width: 400px;
	height: 300px;
	margin-top: -550px;
	margin-left: 150px;
	float: left;
} 


}


@media screen and (max-width: 750px) {
 #industrias{
  width: 480px;
  margin: 0 auto;
  display: block;
  align-items: center;
 }
 .container {
  height: 1400px;
 }
 #industrias .nombres-ind {
    height: 180px;
    width: 480px;}
    #industrias .nombres-ind h3 {
      font-size: 25px;}
    #industrias .fotos-ind {
      height: 180px;
      width: 480px;
      float: left;}
    #industrias .mostrar {
      margin-top: 0;
    }
    #industrias .arriba {
      margin-top: -180;
    }
    .col-md-4 {
      display: flex;
    }

    #productos-principales {
      margin-left: 30px;
    }

    #productos-principales .destacados {
      width: 270px;
      margin-left: -10px;
      height: 470px;
    }

    .boton {
      margin-right: 40px;
      width: 200px;
    }

    .no-mostrar {
      display: none;
    }

  #mision {
 	height: 700px;
 }
 #mision .izquierda img{
	width: 380px;
	height: 280px;
	margin-left: 150px;
	float: left;
}
#mision .derecha {
	width: 580px;
	margin-left: 50px;
	height: 200px;
	margin-top: 40px;
	float: left;
}

#vision {
	height: 750px;
}
#vision .izquierda {
	width: 580px;
	margin-left: 50px;
	margin-top: 360px;
	height: 200px;
	float: left;
} 
#vision .derecha img{
	width: 380px;
	height: 280px;
	margin-top: -550px;
	margin-left: 150px;
	float: left;
} 

.logo-section {
  margin-left: 50px;
}

.hb-button {
  margin-left: 350px;
}

}

@media screen and (max-width: 655px) {
  #reseña-historica {
  height: 1200px;
}

.hb-button {
  margin-left: 280px;
}

}

@media screen and (max-width: 600px) {
 #industrias{
  width: 400px;
  margin: 0 auto;
  display: block;
  align-items: center;
 }
 .container {
  height: 1400px;
 }
 #industrias .nombres-ind {
    height: 180px;
    width: 400px;}
    #industrias .nombres-ind h3 {
      font-size: 25px;}
    #industrias .fotos-ind {
      height: 180px;
      width: 400px;
      float: left;}
    #industrias .mostrar {
      margin-top: 0;
    }
    #industrias .arriba {
      margin-top: -180;
    }

    #productos-principales {
      margin-left: 10px;
    }

    #productos-principales .destacados {
      width: 230px;
      margin-left: -20px;
      height: 470px;
    }

    .no-mostrar {
      display: none;
    }

    #productos-principales h2 {
      font-size: 40px;
      margin-left: -10px;
    }
    #productos-principales .boton {
      width: 150px;
      margin-right: -9px;
    }

    #reseña-historica {
      height: 1300px;
    }
 #mision {
 	height: 700px;
 }
 #mision .izquierda img{
	width: 350px;
	height: 280px;
	margin-left: 100px;
	float: left;
}
#mision .derecha {
	width: 450px;
	margin-left: 40px;
	height: 200px;
	margin-top: 40px;
	float: left;
}

#vision {
	height: 750px;
}
#vision .izquierda {
	width: 450px;
	margin-left: 40px;
	margin-top: 360px;
	height: 200px;
	float: left;
} 
#vision .derecha img{
	width: 350px;
	height: 280px;
	margin-left: 100px;
	margin-top: -550px;
	float: left;
} 

.hb-button {
  margin-left: 250px;
}

}


@media screen and (max-width: 500px) {
 #industrias{
  width: 320px;
  margin: 0 auto;
  display: block;
  align-items: center;
 }
 .container {
  height: 1250px;
 }

 #industrias .nombres-ind {
    height: 160px;
    width: 320px;}
    #industrias .nombres-ind h3 {
      font-size: 23px;}
    #industrias .fotos-ind {
      height: 160px;
      width: 320px;
      float: left;}
    #industrias .mostrar {
      margin-top: 0;
    }
    #industrias .arriba {
      margin-top: -180;
    }

    #reseña-historica {
      height: 1550px;
    }
    #mision {
 	height: 700px;
 }
 #mision .izquierda img{
	width: 300px;
	height: 240px;
	margin-left: 60px;
	float: left;
}
#mision .derecha {
	width: 330px;
	margin-left: 40px;
	height: 200px;
	margin-top: 40px;
	float: left;
}

#vision {
	height: 800px;
}
#vision .izquierda {
	width: 340px;
	margin-left: 40px;
	height: 200px;
	margin-top: 320px;
	float: left;
} 
#vision .derecha img{
	width: 300px;
	height: 240px;
	margin-left: 60px;
	margin-top: -500px;
	float: left;
} 

.hb-button {
  margin-left: 150px;
}

 }

.cards{
    width: 100%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
    justify-content: space-around;
}

.cards img {
    width: 140px;
    height: 140px;
    object-fit: cover;
    border-radius: 100%;
}

.card {
    margin: 20px 0;
    width: 30%;
    height: 400px;
    text-align: center;
    padding: 20px;
    background-color: #ffff;
    
}


@media screen and (max-width:900px) {
    .card {
        width: 48%;
    }

    #productos-principales {
        height: 900px;
    }

}

@media screen and (max-width:900px) {
    .card {
        width: 48%;
        height: auto;
    }

    #productos-principales {
        height: auto;
    }

}
.dc {
  background: #fff;
  height: 570px;
}

.section-heading h2{
  font-size: 40px;
}

.heading {
  margin-top: 60px;
}

.caract .col-md-3 {
  font-size: 100px;
}

.col-md-3 p {
  font-size: 16px;
}
.special {
  width: 300px; 
  margin-left: -40px;
}
section h3.section-subheading {
  font-size: 16px;
  font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: none;
  font-style: italic;
  font-weight: 400;
  margin-bottom: 75px;
}
.caract {
  margin-top: 50px;
}
.fuente {
  font-size: 150px;
}

@media screen and (max-width:1000px) {
  .dc {
    height: 1200px;
  }
  .special { 
  margin-left: 50px;
  width: 560px;
}
}

@media screen and (max-width:900px) {
  .dc {
    height: 1200px;
  }
  .special { 
  margin-left: 50px;
  width: 500px;
}
}

@media screen and (max-width:800px) {
  .dc {
    height: 1200px;
  }
  .special { 
    width: 400px;
}
}
@media screen and (max-width:500px) {
  .dc {
    height: 1300px;
  }
  .special { 
    width: 300px;
}
}