#back2Top {
    width: 40px;
    line-height: 40px;
    overflow: hidden;
    z-index: 999;
    display: none;
    cursor: pointer;
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    position: fixed;
    bottom: 40px;
    right: 0;
    background-color: #DDD;
    color: #555;
    text-align: center;
    font-size: 40px;
    text-decoration: none;
}
#back2Top:hover {
    background-color: #000;
    color: #fff;
}

.filter-button {
    font-size: 20px;
    border: 0px solid #ffffff;
    border-radius: 3px;
    text-align: center;
    color: #ffffff;
    margin: 7px;
    padding: 7px;
    background-color: #a6998a;
}

.filter-button:hover
{
    font-size: 18px;
    border: 1px solid #a59e96;
    border-radius: 5px;
    text-align: center;
    color: #ffffff;
    background-color: #292825;
}

.btn-default:active .filter-button:active
{
    background-color: #42B32F;
    color: white;
}



*{
  margin: 0;
  padding: 0;
  font-family: "montserrat",sans-serif;
  box-sizing: border-box;
}

.gallery-section{
  width: 100%;
  padding: 35px 0;
  background-image: url("img/fundo_catalogo_web_bt.png");
  background-size: 100%;
}

.inner-width{
  width: 100%;
  max-width: 1400px;
  margin: auto;
  padding: 0 20px;
}

.gallery-section h1{
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-size: 25px;
}

.gallery-section p{
  text-align: center;
  color: #fff;
}

.border {
    width: 30%;
    height: 1px;
    background: #ffffff;
    margin: 20px auto;
}

.sub{
  margin: 20px;
}

.gallery-section .gallery{
  display: flex;
  flex-wrap: wrap-reverse;
  justify-content: center;
  flex-direction: row-reverse;
}

.gallery-section .image{
  flex: 25%;
  overflow: hidden;
  cursor: cell;
  padding:30px;
}

.gallery-section .image img{
  width: 100%;
  height: 100%;
  transition: 0.4s;
  pointer-events: none;
}

.gallery-section .image:hover img{
  /*transform: scale(1.4) rotate(15deg);*/
  pointer-events: none;
}

.mfp-img {
  pointer-events: none!important;
}

@media screen and (max-width:960px) {
  .gallery-section .image{
    flex: 33.33%;
  }
}

@media screen and (max-width:768px) {
  .gallery-section .image{
    flex: 50%;
  }
}

@media screen and (max-width:480px) {
  .gallery-section .image{
    flex: 100%;
  }
}
