.botao-galeria {
  background: #ffffff;
  font-family: 'Bebas Neue', cursive !important;
  text-transform: inherit !important;
  padding: 22px 32px;
  color: #336666 !important;
  cursor: pointer;
  display: inline-block;
  font-size: 16px !important;
  font-weight: 500 !important;
  border-radius: 35px;
  line-height: 1;
  line-height: 0;
  cursor: pointer;
  /*-moz-user-select: none;*/

  position: relative;
  z-index: 1;
  border: 2px solid #336666;
  font-weight: 700 !important;
  overflow: hidden;
  transition: .2s all ease-out;
}

.botao-galeria:hover {
  background: #336666;
  font-family: "Roboto", sans-serif;
  text-transform: inherit !important;
  padding: 22px 32px;
  color: #fff !important;
  cursor: pointer;
  display: inline-block;
  font-size: 16px !important;
  font-weight: 500 !important;
  border-radius: 35px;
  line-height: 1;
  line-height: 0;
  cursor: pointer;
  /*-moz-user-select: none;*/

  font-weight: 700 !important;
  position: relative;
  z-index: 1;
  border: 2px solid #336666;
  overflow: hidden;
}

.foto-limite2 {
  width: 100%;
  padding-top: 100%;
  overflow: hidden;
  position: relative;
}

.foto-limite2 img {
  width: 150%;
  height: auto;
  margin: auto;
  top: 0;
  position: absolute;
  top: -100%;
  right: -100%;
  bottom: -100%;
  left: -100%;
  object-fit: cover;
}

.foto-padrao {
  max-width: 100%;
  width: 300px;
  height: 180px;
  object-fit: cover;
  object-position: center;
}