
#home{
  padding-top: 120px;
  width: 100%;
  height: 100vh;
  background-image: url("../images/back2.jpg");
  display: table;
  top: 0;
  background-size: cover;
  text-align: center;
  color: #fff;
  padding-bottom: 80px;
}

#productos{
  margin-top: 0px;
  padding-top: 120px;
  padding-bottom: 80px;
  width: 100%;
  height: 100vh;
  background-image: url("../images/board.jpg");
  display: table;
  top: 0;
  background-size: cover;
  text-align: center;
  color: #fff;
}

#productos .col-md-3{
  padding: 15px;
}

#contacto{
  padding-top: 120px;
  width: 100%;
  height: 100vh;
  background-image: url("../images/backfinal.jpg");
  display: table;
  top: 0;
  background-size: cover;
  text-align: center;
  padding-bottom: 80px;
}
.carousel-inner{
  width:100%;
  max-height: 600px !important;
}

.op{
  opacity: 0.85;
}



section{
  padding-top: 100px;
  padding-bottom: 60px;
}

footer{
  padding-bottom: 80px;
  padding-top: 60px;
  background-color: #13556f;
  color: #EDEDED;
  text-align: center;
}

footer p{
  color: #fff;
}

h3{
  font-family: 'Muli', sans-serif;
  font-weight: 300;

}


/*Modal */

.lightbox{
  display: none;
}

.lightbox:target{
  display: block;
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 4;
  padding-top: 100px;
  color: #fff;

}

.centericons{
  display: flex;
  justify-content: center;
  align-items: center;

}

.lightbox a{
  color: #fff;
  font-size: 30px;
  padding: 10px;
}

.lightbox img{
  padding: 5px;
}

.lightbox a:hover{
  color: #fff;
  text-decoration: none;
}


.foot{
  color: #34a5d1;
}

.foot:hover {
  color: #34a5d1;
  text-decoration: none;
}

.op{
  font-weight: 700;
}


.fuente{
    font-family: 'Muli', sans-serif;

}


.naming{
  font-weight: 700;
  letter-spacing: 1.5px;

}

.center{
  text-align: center;
}
