.nopadding {
  padding: 0 !important;
}
.nomargin {
  margin: 0 !important;
}
* {
  font-family: Montserrat;
  font-size: 14px;
}
h1 {
  font-size: 32px;
  line-height: 48px;
}
h2 {
  font-size: 18px;
  line-height: 27px;
}
h3 {
  font-size: 16px;
  line-height: 24px;
}
h4 {
  font-size: 13px;
  line-height: 20px;
}
h5 {
  font-size: 13px;
  line-height: 18px;
}
h6 {
  font-size: 13px;
  line-height: 17px;
}
a:hover,
a:focus {
  color: #9f824a !important;
}
@-webkit-keyframes efeitoOverlayGaleria {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@keyframes efeitoOverlayGaleria {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@-webkit-keyframes efeitoOverlayGaleriaFechar {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
@keyframes efeitoOverlayGaleriaFechar {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
.angular-google-map-container {
  height: 800px;
}
.eventos {
  position: relative;
  overflow: hidden !important;
  height: 215px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.eventos:hover .overlay {
  -webkit-transform: perspective(1000px) rotateX(0deg);
          transform: perspective(1000px) rotateX(0deg);
}
.eventos .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: -webkit-transform .4s;
  transition: -webkit-transform .4s;
  transition: transform .4s;
  transition: transform .4s, -webkit-transform .4s;
  -webkit-transform: perspective(2000px) rotateX(90deg);
          transform: perspective(2000px) rotateX(90deg);
  -webkit-transform-origin: 50% 300%;
          transform-origin: 50% 300%;
}
.galerias {
  position: relative;
}
.galerias .vejaMais {
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background-color: rgba(0, 0, 0, 0.8);
}
.galerias .vejaMais a {
  color: white;
  font-size: 70px;
}
.galerias .galeria {
  position: relative;
  overflow: hidden !important;
  cursor: pointer;
  height: 400px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.galerias .galeria .overlay {
  -webkit-animation-name: efeitoOverlayGaleriaFechar;
          animation-name: efeitoOverlayGaleriaFechar;
  -webkit-animation-duration: .3s;
          animation-duration: .3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(93, 6, 6, 0.7);
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.galerias .galeria .overlay i {
  margin-top: 10px;
}
.galerias .galeria:hover .overlay {
  -webkit-animation-name: efeitoOverlayGaleria;
          animation-name: efeitoOverlayGaleria;
  -webkit-animation-duration: .3s;
          animation-duration: .3s;
}
.overlayMenuMobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: black;
  z-index: 9999;
  opacity: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
  pointer-events: none;
}
.overlayMenuMobile.active {
  opacity: .5;
  pointer-events: auto;
}
.menuMobile {
  position: fixed;
  top: 0;
  left: -75vw;
  height: 100vh;
  width: 75vw;
  background-color: #222;
  z-index: 99999;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.menuMobile.active {
  left: 0;
}
.menuMobile ul {
  margin-top: 40px;
}
.menuMobile ul li {
  margin: 20px 0;
}
.menuMobile ul li a {
  font-size: 20px;
  text-transform: uppercase;
  color: white;
  padding-left: 40px;
}
#header {
  position: relative;
}
#header .menuMobileButton {
  position: absolute;
  top: 50%;
  left: 40px;
  font-size: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 1px solid #777777;
  padding: 2px 10px;
  border-radius: 5px;
}
#header .menuMobileButton:hover {
  border-color: #6d583e;
  color: #6d583e;
  background-color: #a58960;
}
.contato {
  height: calc(100vh - 146px - 42px);
}
.comoChegar {
  position: relative;
  overflow: hidden !important;
  cursor: pointer;
  height: 400px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 150px !important;
}
.comoChegar .overlay {
  -webkit-animation-name: efeitoOverlayGaleriaFechar;
          animation-name: efeitoOverlayGaleriaFechar;
  -webkit-animation-duration: .3s;
          animation-duration: .3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.comoChegar .overlay i {
  margin-top: 10px;
}
.comoChegar:hover .overlay {
  -webkit-animation-name: efeitoOverlayGaleria;
          animation-name: efeitoOverlayGaleria;
  -webkit-animation-duration: .3s;
          animation-duration: .3s;
}
