*{
  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 BACKGROUND */

.history{
  width: 100%;
  margin:auto;
  height: auto;
  background: #E1E1E1;
  padding-top: 75px;
  padding-bottom: 75px;
  text-align: center;
  transition: .5s;
}
.history h2{
  margin: auto;
  width: 60%;
  color: #d68b6b;
  font-size: 35px;
  animation: showIn 2s linear;
}
.history p{
  margin: 25px auto;
  width: 50%;
  font-weight: normal;
  font-size: 21px;
  color: #999;
  transition: .5s;
  animation: showIn 2.25s linear;
}

/* FIM SECTION */

.videoOpen{
  width: 100%;
  height: 50vh;
  animation: showIn 2.75s linear;
  background: url('../images/slider/banner1.jpg');
  background-position: bottom;
  align-items: center;
  vertical-align: middle;
  text-align: center;
}
.videoOpen .texto{
  position: absolute;
  margin-top: 175px;
  left: 50%;
  transform: translateX(-50%);
}
.texto i{
  font-size: 75px;
  color: white;
  text-transform: uppercase;
  transition: .5s;
  cursor: pointer;
}
.texto i:hover{
  color: darkgrey;
}
.video{
  position: fixed;
  width: 100vw;
  height: 100vh;
  top:50%;
  left:50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.9);
  animation: showInSmooth 1s;
}
.video video{
  position: absolute;
  width: 70%;
  height: 70%;
  top:50%;
  left:50%;
  transform: translate(-50%, -50%);
}
.video video:focus{
  outline: none;
}
.video i{
  position: absolute;
  font-size: 30px;
  top:3%;
  left:97%;
  transform: translate(-97%, -3%);
  color: white;
  cursor: pointer;
}
.video p{
  text-align: center;
  position: absolute;
  top:75%;
  left:50%;
  transform: translate(-50%, -75%);
  color: white;
  cursor: pointer;
}

/* FIM TEXTO COM VIDEO */

.mission-skils{
  margin: 75px auto;
  width: 60%;
  text-align: left;
  height: auto;
  display: grid;
  grid-template-columns: 50% 50%;
  transition: .5s linear;
  align-items: center;
  vertical-align: middle;
  justify-content: center;
}
.mission-skils .mission{
  width: 90%;
}
.mission h2{
  margin: auto;
  color: #d68b6b;
  font-size: 35px;
  animation: showInverted 3s linear;
}
.mission p{
  margin: 25px auto;
  font-weight: normal;
  font-size: 21px;
  color: #999;
  animation: showInverted 3.25s linear;
}
.mission p, .mission h2{
  margin: 25px;
  text-align: justify;
}
.mission-skills .skills{
  width: 80%;
  margin: 50px auto;
  color: #ec6324;
}
.skills .skills-li{
  margin: 30px 0;
}
.skills .bar{
  margin-top: 20px;
  background: lightgrey;
  display: block;
  height: 4px;
  overflow: hidden;
}
.skills-li h3{
  margin: 25px auto;
  font-weight: normal;
  font-size: 21px;
  color: #757575;
  display: inline;
}
.bar span{
  height: 4px;
  float: left;
  background: #ec6324;
}
.bar .design{
  width: 96%;
  animation: completeDesign 3s linear;
}
.bar .qualidade{
  width: 93%;
  animation: completeQualidade 3s linear;
}
.bar .produtividade{
  width: 87%;
  animation: completeProdutividade 3s linear;
}

/* FIM MISSÃO COM PROGRESS BAR */

.space{
  width: 100%;
  margin:auto;
  text-align: center;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
  height: auto;
  background: #E1E1E1;
}
.space .container-space{
  width: 60%;
  height: auto;
  margin: auto;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
  display: grid;
  padding-bottom: 25px;
  padding-top: 25px;
  grid-template-columns: 50% 50%;
  transition: .5s;
}
.container-space .container-image img{
  margin-top: 5%;
  margin-bottom: 5%;
  width: 90%;
  height: 90%;
  transition: .5s;
  animation: showInverted 3.5s linear;
}
.container-image img:hover{
  filter: brightness(80%);
  transform: scale(1.1);
}
.container-space .container-text{
  width: 100%;
  height: auto;
  text-align: justify;
}
.container-text h2{
  margin: auto;
  width: 80%;
  color: #d68b6b;
  font-size: 35px;
  animation: showIn 3.5s linear;
}
.container-text p{
  padding-top: 25px;
  margin: auto;
  width: 80%;
  font-weight: normal;
  font-size: 21px;
  color: #999;
  animation: showIn 3.75s linear;
}

/* FIM EMPRESA */

.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 4s linear;
}
.before-images p{
  margin: auto;
  width: 60%;
  padding-bottom: 50px;
  padding-top: 25px;
  font-weight: normal;
  font-size: 21px;
  color: #999;
  animation: showIn 4.5s linear;
}

.container-images{
  background: #E1E1E1;
  width: 100%;
  height: auto;
  text-align: center;
  align-items: center;
  justify-content: center;
  display: flex;
  padding-bottom: 50px;
}
.container-box{
  width: 450px;
  height: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  animation: showIn 5s linear;
}
.container-box img{
  width: 100%;
  height: 100%;
}

/* FIM Slider */

.footer{
  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 completeDesign {
  0%{
    width: 0%;
  }
  100%{
    width: 96%;
  }
}
@keyframes completeQualidade {
  0%{
    width: 0%;
  }
  100%{
    width: 93%;
  }
}
@keyframes completeProdutividade {
  0%{
    width: 0%;
  }
  100%{
    width: 87%;
  }
}
@keyframes showIn {
  0%{
    opacity: 0;
  }
  75%{
    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 showInSmooth {
  0%{
    opacity: 0;
  }
  100%{
    opacity: 1;
  }
}
