*{
  padding: 0;
  margin: 0;
  text-decoration: none;
  list-style: none;
  box-sizing: border-box;
}
body, button{
  font-family: 'Raleway', sans-serif;
}
body{
  overflow-x: hidden;
  background-color: white;
}
.nav{
  background-color: transparent;
  z-index: 9999;
  position: fixed;
  height: 80px;
  width: 100%;
  transition: .5s linear;
}
.nav.scrolled {
  background-color: #fff !important;
  transition: 200ms linear;
}
label.logo{
  color: white;
  font-size: 27px;
  line-height: 80px;
  padding: 0 20%;
  font-weight: bold;
  transition: .5s;
}
.logo img{
  margin-top: 20px;
  max-width: 150px;
  height: auto;
  cursor: pointer;
  transition: .5s ease;
}
.nav .nav-ul{
  float: right;
  margin-right: 20%;
  transition: .5s;
}
.nav .nav-ul .nav-li{
  display: inline-block;
  line-height: 80px;
  margin: 0 5px;
}
.nav .nav-ul .nav-li a{
  color: white;
  font-size: 15px;
  padding: 7px 13px;
  transition: .5s;
  outline: none;
}
.nav .nav-ul .nav-li a.active{
  color: #ec6324 !important;
}
.nav .nav-ul .nav-li a:hover, nav .nav-ul .nav-li a.active {
  color: #ec6324 !important;
}
.checkbtn{
  font-size: 25px;
  color: grey;
  float: right;
  line-height: 80px;
  margin-right: 40px;
  cursor: pointer;
  display: none;
}
#check{
  display: none;
}

/* FIM NAVBAR */

.slideshow {
  z-index: -1;
  height: 40vh;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  letter-spacing: 0.1rem;
  transition: .5s linear;
  animation: showInSmooth .5s linear;
}
.intro-slideshow img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index:-1;
  opacity: 0;
  filter: brightness(70%);
  transition: opacity 2s linear-out;
}
.slideshow h1 {
  color: #d68b6b;
  font-size: 50px;
  font-weight: bold;
  transition: .5s linear;
  animation: show 1.5s linear;
}

/* FIM slideshow */

.before-images{
  width: 100%;
  height: auto;
  background: #E1E1E1;
  text-align: center;
}
.before-images h2{
  padding-top: 75px;
  margin: auto;
  width: 80%;
  color: #d68b6b;
  font-size: 35px;
  animation: showIn 2s linear;

}
.before-images p{
  margin: auto;
  width: 60%;
  padding-bottom: 50px;
  padding-top: 25px;
  font-weight: normal;
  font-size: 21px;
  color: #999;
  animation: showIn 2.5s linear;
}
.buttons{
  margin: auto;
  padding-bottom: 75px;
}
.buttons button{
  width: 200px;
  height: 60px;
  border: none;
  color: white;
  font-size: 19px;
  cursor: pointer;
  background: #d68b6b;
  transition: .5s;
  border-radius: 2px;
}
.buttons button.active{
  background: #ec6324 !important;
}
.buttons button:hover{
  background: #ec6324;
}
.buttons button:focus{
  outline: none;
}

/* FIM BUTTONS */

.gallery{
  width: 95%;
  height: auto;
  margin: 50px auto;
  place-items: center;
  display: grid;
  align-items: center;
  grid-template-columns: 20% 20% 20% 20% 20%;
}
.gallery img{
  margin: auto;
  width: auto;
  max-width: 95%;
  height: 250px;
  object-fit: cover;
  cursor: pointer;
  transition: .5s;
}
.gallery img:hover{
  filter: brightness(50%);
}

.footer{
  border-top: 1px solid #E1E1E1;
  text-align: center;
  margin:auto;
  padding-top: 25px;
  padding-bottom: 25px;
  width: 80%;
  align-items: center;
  vertical-align: middle;
  height: auto;
  display: grid;
  grid-template-columns: 33% 33% 33%;
}
.footer-text p{
  text-align: left;
  padding-bottom: 10px;
  display: block;
  font-size: 15px;
  color: #999;
  transition: .5s;
}
.footer-text a{
  text-align: left;
  margin-left: auto;
  padding-bottom: 5px;
  display: block;
  font-size: 13px;
  color: #999;
  transition: .5s;
}
.footer-image img{
  max-width: 200px;
  height: auto;
}
.footer-credit p{
  text-align: right;
  display: block;
  font-size: 15px;
  color: #999;
  transition: .5s;
}
.footer-credit i{
  color: red;
}
.footer-text a:hover{
  color: black;
}

@keyframes showIn {
  0%{
    opacity: 0;
  }
  75%{
    opacity: 0;
  }
  100%{
    opacity: 1;
  }
}
@keyframes showInSmooth {
  0%{
    opacity: 0;
  }
  100%{
    opacity: 1;
  }
}
@keyframes show {
  0%{
    opacity: 0;
  }

  75%{
    opacity: 0;
    margin-left: 100px;
  }

  100%{
    opacity: 1;
    margin-left: 0px;
  }
}
@keyframes showInverted {
  0%{
    opacity: 0;
  }

  65%{
    opacity: 0;
    margin-left: -100px;
  }

  100%{
    opacity: 1;
    margin-left: 0px;
  }
}
@keyframes showUp {
  0%{
    opacity: 0;
  }

  75%{
    opacity: 0;
    margin-top: 100px;
  }

  100%{
    opacity: 1;
    margin-top: 30px;
  }
}
@keyframes goRight {
  0%{
    opacity: 0;
  }

  75%{
    opacity: 0;
    margin-left: -100px;
  }

  100%{
    opacity: 1;
    margin-left: 0px;
  }
}
