* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: 'Poppins', sans-serif;
  scroll-behavior: smooth;
}



body {
  font-family: 'Poppins', sans-serif;
  background-color: #0e0e10;

}

header {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 30px 97px;
  background-color: #0e0e10;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999999;

}

/* .sticky {
    transition: all 0.3s ease;
    position: fixed;
    top: 0;
    width: 100%;
   
  } */

.nav__page_move {
  padding-top: 50px;
}

.sticky+.nav__page_move {
  padding-top: 60px;
}

.logo {
  margin-right: auto;
 
  text-decoration: none;
}

.logo__title{
  text-decoration: none;
  color: white;
  font-size: 20px;
  opacity: 0.8;
  vertical-align: middle;
  display: inline-block;
  font-weight: 200;

}

.nav__links {
  list-style: none;
  display: flex;
}

.nav__links a,
.cta,
.overlay__content a {
  font-family: 'Poppins', sans-serif;

  font-weight: 500;
  color: #edf0f1;
  text-decoration: none;
}

.nav__links li {
  padding: 0px 20px;
}

.nav__links li a {
  transition: all 0.3s ease 0s;
}

.nav__links li a:hover {
  color: #d0850f;
}


.cta {
  margin-left: 20px;
  padding: 9px 25px;
  background-color: #d0850f;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}

.cta:hover {
  background-color: #1c1d21;
}

.login__btn {

  font-weight: 500;
  color: #edf0f1;
  text-decoration: none;
  margin-top: 3px;
  margin-left: 35px;
  background-color: none;
  font-size: 14px;
  padding: 5px 15px 5px 15px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.25s ease;
  border-radius: 20px;
}

.login__btn_txt {
  vertical-align: middle;
  display: inline-block;

}

.login__btn:hover {
  transition: all 0.25s ease;
  color: #d0850f;
}

.chevron-down {
  transition: all 0.25s ease;
}

.navbar__user_foto {
  transition: all 0.25s ease;
}

.login__btn:hover .chevron-down {
  transition: all 0.25s ease;
  stroke: #d0850f;
}

.login__btn:hover .navbar__user_foto {
  transition: all 0.25s ease;
  stroke: white;
}




/* Mobile Nav */

.menu {
  display: none;
  border: none;
  cursor: pointer;
  transition: all 3s ease 0s;
}

.menu__icon {
  width: 35px;
}

.menu svg {
  fill: white;
  transition: all 0.3s ease 0s;
}

.menu svg:hover {
  fill: #d0850f;
  transition: all 0.3s ease 0s;

}



.overlay {

  height: 0;
  width: 100%;
  margin-top: 80px;
  position: fixed;
  z-index: 999999999;
 right: 0;
  top: 0;
  background-color: #1b1b1f;
  overflow-x: hidden;
  transition: all 0.3s ease 0s;
}

.overlay--active {
  height: auto;
  transition: all 0.3s ease 0s;
}

.overlay__content {
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: left;
  padding-top: 20px;
  padding-bottom: 20px;
  z-index: 999999999;
}

 .overlay__login {

  top: 45px;
  left: 45px;
  font-size: 15px;
  padding: 5px 10px 5px 10px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  color: #edf0f1;
  text-decoration: none;

}



.overlay .overlay__btn {
  margin-top: 50px;
  font-size: 15px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  color: #edf0f1;
  text-decoration: none;
  padding: 9px 25px;
  background-color: #d0850f;
  border: none;
  border-radius: 5px;
  cursor: pointer;

}

.overlay .overlay__btn:hover {
  background-color: #1c1d21;
  color: white;
}




.overlay a {
  padding: 15px 15px 15px 30px;
  font-size: 15px;
  font-weight: 400;

  transition: all 0.3s ease 0s;
}

.overlay a:hover,
.overlay a:focus {
  color: #d0850f;
}

.overlay .close {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
  color: #edf0f1;
  cursor: pointer;
}

@media screen and (max-height: 450px) {
  .overlay a {
    font-size: 20px;
  }

  .overlay .close {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}

@media only screen and (max-width: 1290px) {
  .cta {
    margin-right: 35px;
  }

  .nav__links,
  .login__btn {
    display: none;
  }

  .menu {
    display: initial;
  }

  header {
    padding: 30px 20px;
    height: 80px;


  }

  .nav__page_move {
    padding-top: 50px;
  }

  .menu_hamb {
    padding-top: 10px;
  }
}


@media only screen and (max-width: 620px) {
  .cta {
    display: none;
  }

}


.main__header {
  padding: 70px 100px 0px 200px;
  text-align: center;
  color: white;
  background-image: url('../img/orangeBG-TESTE6.png');
  width: 100%;
  height: 420px;
  background-position: right ;
  background-repeat: no-repeat;
  overflow: hidden;
}

@media only screen and (max-width: 1516px){
  .main__header{
    background-position:center;
  }
}

.main__header__text {
  background-color: transparent;
  text-align: left;
  width: 700px;
  font-weight: 800;
  font-size: 40px;
  margin-top: 10px;
}

.main__header__subtext {
  background-color: transparent;
  text-align: left;
  width: 500px;
  margin-top: 20px;
  font-size: 13px;
}

.main__header__button {

  padding: 10px 10px;
  width: 250px;
  background-color: rgb(50, 142, 179);
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease 0s;
  font-size: 17px;
  margin-top: 30px;

}

.main__header__button:hover {


  background-color: #1c1d21;
  transition: all 0.3s ease 0s;


}



@media only screen and (max-width: 1070px) {
  .main__header {
    padding: 70px 70px;
  }

  .nav__links,
  .login__btn {
    display: none;
  }

  .menu {
    display: initial;
  }
}




@media only screen and (max-width: 670px) {
  .main__header {
    padding: 70px 40px;
    /* MUDAR PARA 350px APÓS EDITAR O TEXTO */
    height: 450px;
  }

  .main__header__text {

    text-align: left;
    width: 100%;
    font-weight: 800;
    font-size: 40px;
  }

  .main__header__subtext {
    width: 100%;
  }


}


.main {
  max-width: 1200px;
  margin: 0 auto;
}

h1 {
  font-size: 24px;
  font-weight: 400;
  text-align: center;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

.btn {
  color: #ffffff;
  padding: 0.8rem;
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 4px;
  font-weight: 400;
  display: block;
  width: 100%;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: transparent;
}

.btn:hover {
  background-color: rgba(255, 255, 255, 0.12);
}

/*NEWSLETTER*/


.nl__main {
  max-width: 1170px;
  margin: 0 auto;
  margin-top: 2rem;

}

.nl__wrapper {
  display: block;
  flex-wrap: wrap;
  width: 100%;
  flex-direction: column;
  background: linear-gradient(-45deg, #23a6d5, #34363d, #d0850f);
  background-size: 400% 400%;
  animation: gradient 15s ease infinite;
  border-radius: 10px;
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}


.nl__box1 {
  float: left;
  width: 50%
}

.nl__box2 {

  width: 50%;

}

.nl__text {
  color: white;
  font-size: 20px;
  padding: 0px 40px 0px 60px;
  margin-top: 47px;

}

.nl__subtext {
  margin-top: 7px;
  font-size: 13px;
  width: 300px;
}


.nl__input__wrp {
  background-color: #1c1d21;
  border-radius: 10px;
  width: 90%;
  padding: 20px 25px 20px 35px;
  margin-top: 47px;
  margin-bottom: 47px;


}

.nl__input {

  background-color: #1c1d21;
  color: white;
  font-family: 'Poppins', sans-serif;
  border: none;
  font-size: 15px;
  width: 92%;
  min-width: 92%;


}

.nl__input:focus,
input:focus {
  outline: none;
}

.nl__submit {
  margin-left: 200px;
}

.nl__arrow {
  color: white;
  margin: 1em 0;
  cursor: pointer;




}

.nl__arrow::after {
  display: inline-block;
  padding-left: 8px;
  content: "➞";
  transition: transform 0.3s ease-out;
  font-size: 20px;
}

.nl__arrow:hover {
  color: white;
}

.nl__arrow:hover::after {
  transform: translateX(4px);
}

#wave {
  background-position: right bottom;
  z-index: -999;
  opacity: 0.7;
  position: absolute;
  background-repeat: no-repeat;
  top: 0;
 



}

@media (max-width: 40rem) {
  .nl__main {

    margin-left: 2rem;
    margin-right: 2rem;


  }


}

@media (max-width: 1178px) {
  .nl__main {

    margin-left: 1rem;
    margin-right: 1rem;


  }

  .nl__arrow {

    margin: 0;
    float: right;


  }

  .nl__input {
    margin-top: 7px;

  }







  @media (max-width: 894px) {
    .nl__box1 {
      float: none;
    }

    .nl__box2 {
      width: 80%;
      margin-left: 60px;

    }

  }

  @media (max-width: 574px) {
    .nl__arrow {
      position: absolute;

    }
  }



  @media (min-width: 450px) {
    .nl__arrow {
      float: right;


    }



  }

  @media (min-width: 312px) {
    .nl__box1 {
      float: none;
      width: 90%;
    }

    .nl__text {
      width: 100%;
    }


    .nl__input {
      width: 30px;
      font-size: 13px;



    }

    .nl__subtext {
      width: 100%;
    }

    .nl__box2 {
      width: auto;
      margin-left: 60px;
      margin-right: 27px;


    }

    @media (max-width: 450px) {
      .nl__input__wrp {
        padding: 20px 25px 20px 25px;
      }
    }





  }
}



/*FOOTER*/

.footer {
  display: flex;
  flex-flow: row wrap;
  padding: 70px 200px 70px 200px;
  color: #2f2f2f;
  background-color: #1b1c20;
  /* border-top: 1px solid #e5e5e5; */
}

.footer>* {
  flex: 1 100%;
}

.footer__addr {
  margin-right: 1.25em;
  margin-bottom: 2em;

}

.footer__addr_text {
  margin-top: 10px;
}

.footer__logo {
  font-family: 'Pacifico', cursive;
  font-weight: 400;
  text-transform: lowercase;
  font-size: 1.5rem;
}

.footer__addr h2 {
  margin-top: 1.3em;
  font-size: 15px;
  font-weight: 400;
}

.nav_title {
  font-weight: 400;
  font-size: 15px;
  color: #d0850f;
}

.footer address {
  font-style: normal;
  color: #999;
}

.footer__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  max-width: max-content;
  background-color: rgb(33, 33, 33, 0.07);
  border-radius: 100px;
  color: #2f2f2f;
  line-height: 0;
  margin: 0.6em 0;
  font-size: 1rem;
  padding: 0 1.3em;
}

.footer ul {
  list-style: none;
  padding-left: 0;
}

.footer li {
  line-height: 1.4em;
}

.footer a {
  text-decoration: none;
}

.footer__nav {
  display: flex;
  flex-flow: row wrap;
}

.footer__nav>* {
  flex: 1 50%;
  margin-right: 1.25em;
}

.footer__cpny {
  color: white;
}

.nav_ul {
  margin-top: 15px;
}

.nav_ul a {
  color: #999;
}

.nav_ul a:hover {
  color: #d0850f;
}

.nav_ul--extra {
  column-count: 2;
  column-gap: 1.25em;
}

.legal {
  display: flex;
  flex-wrap: wrap;
  color: #999;
  margin-top: 50px;
}

.legal__links {
  display: flex;
  align-items: center;
}

.legal__rights {
  font-size: 12px;

}

.heart {
  color: #2f2f2f;
}

@media screen and (min-width: 340px) {
  .legal .legal__links {
    margin-left: auto;
  }



}

@media screen and (max-width: 1463px) {
  .footer {

    padding: 70px 50px 70px 50px;

  }
}

@media screen and (min-width: 646px) {
  .footer__nav>* {
    flex: 1;
  }

  .nav_item--extra {
    flex-grow: 2;
  }

  .footer__addr {
    flex: 1 0px;
  }

  .footer__nav {
    flex: 2 0px;
  }


}


@media screen and (max-width: 646px) {
  .nav_title {
    margin-top: 30px !important;
  }

  .main__header__text {
    font-size: 30px;
  }
}

.hover_underline {

  position: relative;
  color: #d0850f;
  display: inline-block;
  text-decoration: none;
}

.hover_underline:after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #d0850f;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}

.hover_underline:hover:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

#contact__scroll {
  padding-bottom: 70px;
}

#services__scroll {
  padding-bottom: 70px;
}

.media__icons {
  display: flex;

  margin-top: 40px;


}

.media__icons a {
  text-align: center;

  color: #eee;
}

.media__icons ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  list-style-type: none;
  font-size: 2rem;

}

.media__icons ul li {
  padding-right: 30px;
}

.fab {
  font-size: 2rem;
}

/* transition for social icon hover animation */
.fa-facebook,
.fa-codepen,
.fa-youtube,
.fa-instagram,
.fa-github,
.fa-pinterest,
.fa-twitter {
  transition: 0.4s;
  cursor: pointer;
}

/* social media icons hover color */
.fa-facebook:hover,
.fa-facebook:focus {
  color: #1877f2;
  transform: scale(1.1);
}

.fa-twitter:hover,
.fa-twitter:focus {
  color: #1da1f2;
  transform: scale(1.1);
}

.fa-youtube:hover,
.fa-youtube:focus {
  color: #df2426;
  transform: scale(1.1);
}

.fa-instagram:hover,
.fa-instagram:focus {
  color: #bd22a2;
  transform: scale(1.1);
}

.fa-github:hover,
.fa-github:focus {
  color: #000;
  transform: scale(1.1);
}

.fa-github:hover,
.fa-github:focus {
  color: #000;
  transform: scale(1.1);
}

.fa-codepen:hover,
.fa-codepen:focus {
  color: #000;
  transform: scale(1.1);
}

.fa-pinterest:hover,
.fa-pinterest:focus {
  color: #b3001b;
}

/*BREVEMENTE*/

.breve__container {
  text-align: center;
  margin-top: 100px;
  color: white;
  font-size: 50px;
  text-transform: uppercase;
  font-weight: 900;
}



/*SCROLLING BAR*/

/* width */
::-webkit-scrollbar {
  width: 3px;


}

/* Track */
::-webkit-scrollbar-track {
  background: transparent;
  -webkit-box-shadow: none !important;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #d0850f;
  border-radius: 10px;

}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #d0850f;
}