@import url('https://fonts.googleapis.com/css?family=Montserrat');

.no-pad{
    padding: 0;
}

.fix-pad{
    padding: 0 10%;
}

body {
    background: #1d1f20;
    font-family: 'Montserrat', sans-serif;
    -webkit-font-smoothing: antialiased;
}


@keyframes show {

    0%{
        opacity: 1;
    }
    90%{
        opacity: 1;
    }
    100%{
        opacity: 1;
    }
}


.whatsapp-fixo {
position: fixed;
bottom:10px;
right:10px;
z-index: 999;
}
















.content {
    max-width: 940px;
    width: 100%;  
    margin: 0 auto;
    padding: 0;
  }

  .main_header {
  position: fixed;
  top: 0px;
  height: auto;
  max-height: 125px;
  z-index: 999;
  width: 100%;
  padding-top: 17px;
  background: none;
  overflow: hidden;
  transition: all 0.3s;
  opacity: 0;
  top: -100px;
  padding-bottom: 6px;
}
@media only screen and (max-width: 991px) {
  .main_header {
    padding-top: 25px;
    max-height: 70px;
  }
}

.open-nav {
  max-height: 400px !important;
}

.open-nav .mobile-toggle > span:nth-child(1) {
    margin-top: 5px; 
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

.open-nav .mobile-toggle > span:nth-child(2) {
    opacity: 0;
    margin-left: -60px;
}

.open-nav .mobile-toggle > span:nth-child(3) {
    margin-top: -20px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.sticky {
    background-color: #1D1F20;
    opacity: 1;
    top: 0px;
}

.logo {
  width: 50px;
  font-size: 25px;
  color: #8f8f8f;
  text-transform: uppercase;
  float: left;
  display: block;
  margin-top: 0;
  line-height: 1;
  margin-bottom: 10px;
}
@media only screen and (max-width: 991px) {
  .logo {
    position: absolute;
    left: 20px;
    top: 10px;
    max-width: 25px;
  }
}

nav {
  float: right;
  width: 90%;
  margin-top: 25px;
}
@media only screen and (max-width: 991px) {
  nav {
    margin-top: 40px;
    width: 100%;
  }
}
nav ul {
  list-style: none;
  overflow: hidden;
  text-align: right;
  float: right;
}
@media only screen and (max-width: 991px) {
  nav ul {
    padding-top: 10px;
    margin-bottom: 22px;
    float: left;
    text-align: center;
    width: 100%;
  }
}
nav ul li {
  display: inline-block;
  margin-left: 35px;
  line-height: 1.5;
}
@media only screen and (max-width: 991px) {
  nav ul li {
    width: 100%;
    padding: 7px 0;
    margin: 0;
  }
}
nav ul a {
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    transition: all 500ms linear;
}
nav ul a:hover{
    color: white;
    text-decoration: none;
}
nav ul a.active {
  border-top: 1px solid gray;
  border-bottom: 1px solid gray;
  transition: all 500ms 100ms linear;
}
.mobile-toggle {
  display: none;
  cursor: pointer;
  font-size: 20px;
  position: absolute;
  right: 22px;
  top: 0;
  width: 30px;
  transition: all 200ms ease-in;
}
@media only screen and (max-width: 991px) {
  .mobile-toggle {
    display: block;
    margin-top: 20px;
  }
}

.mobile-toggle span {
    width: 30px;
    height: 4px;
    margin-bottom: 6px;
    border-radius: 1000px;
    background: white;
    display: block;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.logo-footer{
    min-width: 50px;
    width: 10%;
    margin: 0 auto;
}

.home-banner{
    height: 50%;
    margin: 160px 0;
    color: #fff;
}
.box-text-banner h1,.our-process h1{
    font-size: 3rem;
    margin-top: 50px;
    font-weight: normal;
    width: 100%;
    text-align: left;
}
.box-text-banner h4{
    text-align: left;
    font-size: normal;
}
.home-banner a{
  font-size: 2rem;
  margin-top: 50px;
  display: block;
  cursor: pointer;
}

.bar-animate{
  width: 50px;
  height: 5px;
  background-color: #fff;
  position: absolute;
  left: 15px;
  margin-top: 50px;
  transition: 1s;
}

.about p{
  text-align: right;
  font-size: 1rem;
}
.about h1{
  text-align: right;
}
.about h3{
  font-size: normal;
  text-align: right;
}

.step-3 .timeline-title, .step-4 .timeline-title, .step-3 .timeline-text, .step-4 .timeline-text{
  text-align: right;
  margin-right: 5px;
}

.section h1 span.bold,.our-process h1 span.bold{
    font-weight: bold;
}

.home-banner a:hover .bar-animate{
    width: 250px;
}
.box-text-banner{
    height: 50%;
    float: left;
    right: 40%;
    transition: 2s;
}
.box-text-animate{
    height: 30%;
    left: 70%;
    top: 60%;
    position: absolute;
    transition: 2s;
    animation: show 12s;
    z-index: 9999;
}
.button-to-down{
    cursor: pointer;
    font-size: 40px;
    left: 50%;
    top: 90%;
    position: fixed;
    z-index: 998;
}

.about{
    margin-top: 130px;
    text-align: right;
    padding-bottom: 100px;
    color: #fff;
}




.box-text-animate.two{
    top: 105%;
    left: 10%;
}
.box-text-animate.three{
    top: 200%;
    left: 70%;
}
.box-text-animate.four{
    top: 310%;
    left: 10%;
}





.scrollup {
  color: rgba(0,0,0,0.3);
  font-size: 40px;
  text-align: center;
  line-height: 40px;
  width: 40px;
  height: 40px;
  position: fixed;
  display: none;
  bottom: 50px;
  right: 50px;
}








.our-process{
    width: 100%;
    margin-top: 100px;
    position: relative;
    color: #fff;
}
.time-line{
    width: 100%;
    height: auto;
    margin: 50px 0;
    border-bottom: solid 5px #fff;
    float: left;
    position: relative;
    color: #fff;
}
.steps{
    width: 100%;
    height: 100%;
}

.step{
    height: 500px;
}

.step-1 .timeline-title, .step-2 .timeline-title, .step-1 .timeline-text, .step-2 .timeline-text{
    text-align: left;
    margin-left: 5px;
}



.timeline-text{
    margin-top: 35px;
}

.step-1::before, .step-2::before, .step-3::before, .step-4::before{
    content: "";
    position: absolute;
    width: 25px;
    height: 25px;
    border-radius: 100%;
    background-color: #fff;
    bottom: -9px;
}
.step-1::before, .step-2::before{
    left: 0;
}

.step-3::before, .step-4::before{
    right: 0;
}

.step-1::after, .step-2::after, .step-3::after, .step-4::after{
    content: "";
    position: absolute;
    width: 3px;
    height: 500px;
    background-color: #fff;
    bottom:0;
}

.step-1::after, .step-2::after{
    left: 10px;
}

.step-3::after, .step-4::after{
    right: 10px;
}

.portfolio{
    width: 100%;
    margin: 150px 0;
    color: #fff;
}

.portfolio .box-title{
    text-align: right;
    margin-bottom: 50px; 
}

.project{
    width: 100%;
    padding: 50px;
    height: 275px;
    cursor: pointer;
    transition: .7s;
    border-right: 1px solid #fff;
    border-bottom: none;
    text-align: center;
}
.project:hover{
    border-right: 0;
    transform: scale(1.2,1.2);
    z-index: 997;
    background-color: #373b3b;
}

.project p{
    margin-top: 35px;
}

.img-bg{
    width: 100%;
    background: #1d1f20;
    padding: 15px 0;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-bottom: 25px;
}

.img-bg img{
    width: 150px;
}

.contact{
    width: 100%;
    margin: 150px 0;
    color: #fff;
}
.container-contact{
    width: 100%;
    padding: 20px 2% 60px 2%;
    margin: 25px 0;
    height: auto;
    background-color: #ffffff;
}
.container-contact ul{
    list-style: none;
    color: #373b3b;
}
.container-contact p{
    width: 60%;
}
.container-contact ul li {
    width: 100%;
    height: 50px;
    margin-top: 50px;
}
.container-icon{
    width: 20%;
    min-width: 100px;
    text-align: center;
    float: left;
}
.container-icon .fa{
    font-size: 72px;
}
.email-contact{
    padding-top: 25px;
}
.form-contact{
    width: 100%;
    height: 500px;
}
.form-contact input:focus, .form-contact textarea:focus{
    outline: none;
}
.form-contact input[type="text"], .form-contact input[type="email"], .form-contact textarea{
    width: 100%;
    height: 35px;
    background-color: transparent;
    border: none;
    border-bottom: 3px solid #fff;
    color: #fff;
    margin-top: 15px;
}
.form-contact label{
    padding-top: 25px;
    float: left;
    width: 100%;
}
.form-contact textarea{
    height: 120px;
    resize: none;
}
.form-contact input[type="submit"]{
    width: 150px;
    height: 35px;
    background-color: #fff;
    color: #1d1f20;
    float: right;
    margin-top: 15px;
    border: none;
    cursor: pointer;
    transition: all 0.05s ease-in-out;
}
.form-contact button:hover{
    background-color: #ccc;
}

input:required {
    box-shadow: none;
}

footer{
    height: auto;
    background-color: #1D1F20;
    z-index: 997;
    overflow: hidden;
    color: #fff;
    text-align: left;
}

footer p.titulo{
    color: #484F52;
    text-transform: uppercase;
    letter-spacing: 0.4rem;
    font-size: 0.8rem;
    font-weight: 900;
}

p.copyright{
    font-size: 0.5rem;
    text-transform: uppercase;
    letter-spacing: 0.4rem;
    text-align: center;
    padding: 25px 0;
    color: #576869;
    font-weight: 900;
}

.box-title h4{
  font-size: normal;
}

.portfolio .box-title h1{
  font-size: normal;
}

@media only screen and (max-width: 991px){
  .home-banner{
      height: 50%;
      margin: 100px 0;
      color: #fff;
  }
  .box-text-banner h1,.our-process h1{
      font-size: 1.4rem;
      margin-top: 50px;
      font-weight: normal;
      width: 100%;
      text-align: center;
  }
  .portfolio .box-title h1, .contact .box-title h1{
    font-size: 1.4rem;
    text-align: center;
  }
  .box-text-banner h4{
      text-align: center;
      font-size: 1rem;
  }
  .home-banner a{
    font-size: 1.3rem;
    margin-top: 50px;
    display: block;
    cursor: pointer;
  }
  .bar-animate{
    width: 50px;
    height: 5px;
    background-color: #fff;
    position: absolute;
    left: 15px;
    margin-top: 0;
    transition: 1s;
  }
  .about p{
    font-size: 1rem;
    text-align: center;
  }
  .about h3{
    font-size: 1rem;
    text-align: center;
  }
  .step-3 .timeline-title, .step-4 .timeline-title, .step-3 .timeline-text, .step-4 .timeline-text{
    text-align: left;
    margin-right: 5px;
  }
  .step-3::before, .step-4::before{
    left: -6px;
  }
  .step-3::after, .step-4::after{
    left: 0px;
  }
  .step-1::before, .step-2::before{
    left: -6px;
  }
  .step-1::after, .step-2::after{
      left: 0;
  }
  .step-1::before, .step-2::before, .step-3::before, .step-4::before{
    top: 0;
    width: 15px;
    height: 15px;
  }
  .step-3 .timeline-title, .step-4 .timeline-title, .step-3 .timeline-text, .step-4 .timeline-text{
    text-align: left;
    margin-left: 5px;
  }
  .time-line{
    border-bottom: none;
  }
  .box-title h4{
    font-size: 1rem;
    text-align: center;
  }
  .timeline-title{
    font-size: 1rem;
  }
  .project{
    width: 100%;
    padding: 50px;
    height: 275px;
    cursor: pointer;
    transition: .7s;
    border-right: none;
    border-bottom: 1px solid #fff;
    text-align: center;
  }
  .project:hover{
    border-bottom: 0;
    transform: scale(1.2,1.2);
    z-index: 997;
    background-color: #373b3b;
  }
  .form-contact input[type="submit"]{
    width: 100%;
    height: 35px;
    background-color: #fff;
    color: #1d1f20;
    float: right;
    margin-top: 15px;
    border: none;
    cursor: pointer;
    transition: all 0.05s ease-in-out;
  }
  .logo-footer{
    margin: 10px 0 25px;
  }
  footer{
    text-align: center;
  }
  .home-banner a{
    font-size: 1rem;
    padding: 14px 28px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.15rem;
    font-weight: 900;
    background: white;
    color: #1D1F20 !important;
    margin-top: 50px;
    display: block;
    cursor: pointer;
  }
}   