
body {
  padding-top: 56px;
  padding-bottom: 0px;
  background-image: url("http://phsmty.com.mx/img/tile.png");
  background-repeat: repeat;
}
header{
  margin-bottom: 0px;

}
.nav-link{
  font-size: x-large;
}
.bg-custom{
  background-color: #58585B;
}


.product{
  margin-top: 15px;
}

.fa {
  padding: 17px;
  font-size: 30px;
  width: 60px;
  height: 60px;
  text-align: center;
  text-decoration: none;
  margin: 5px 5px;
  border-radius: 50%;
}

.fa:hover {
    opacity: 0.7;
}
.fa-facebook {
  background: #3B5998;
  color: white;
}
.fa-whatsapp {
  background: #00b489;
  color: white;
}

.redes a:hover{
 text-decoration:none;
 color:white;
}

ul{
  list-style-type: none;
}

.btn:focus, .btn:active, button:focus, button:active {
  outline: none !important;
  box-shadow: none !important;
}

#image-gallery .modal-footer{
  display: block;
}

.thumb{
  margin-top: 15px;
  margin-bottom: 15px;
}
