* {
  box-sizing: border-box;
  font-family: "Montserrat",sans-serif
}

.nav-links li a {
  text-decoration: none
}

button {
  border: 0;
  background-color: rgba(0,0,0,0);
  cursor: pointer
}

img {
  max-width: 100%;
  display: block
}

html {
  font-size: 62.5%;
  overflow-x: hidden
}

@media(max-width: 547px) {
  html {
      font-size:50%
  }
}

.container {
  width: 100%;
  max-width: 123.6rem;
  margin: 0 auto;
  padding: 0 1.5rem
}

h1 {
  font-size: 5.2rem;
  font-weight: bold;
  color: #fff
}

h2 {
  font-size: 3.8rem;
  font-weight: bold
}

h3 {
  font-size: 3.3rem;
  font-weight: bold
}

h4 {
  color: #fff;
  font-size: 2rem;
  font-weight: 100
}

h5 {
  font-size: 3rem;
  font-weight: bold
}

h6 {
  font-size: 2.3rem
}

.nav-links .active a {
  border-bottom: 4px solid #f3a11e;
  padding-bottom: .3rem
}

.destaque {
  color: #030c2c
}

.azul a {
  color: #030c2c
}

.btn-contato {
  padding: 1rem 1.6rem;
  border-radius: 2.2rem;
  color: #fff !important;
  font-weight: 600;
  font-size: 1.6rem;
  background-color: #f3a11e;
  transition: .2s
}

.btn-contato:hover {
  background: #d38201
}

.btn-contato i {
  color: #000;
  margin-left: .7rem
}

.btn-sistema {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28.3rem;
  padding: 10px 22px;
  font-size: 1.6rem;
  color: #fff;
  font-weight: 600;
  background: #f3a11e;
  border-radius: 2.2rem;
  transition: .2s
}

.btn-sistema:hover {
  background: #d38201
}

.btn-sistema img {
  width: 48px;
  height: 7px;
  margin-left: .9rem;
  margin-bottom: 1px
}

.btn-whatsapp {
  position: fixed;
  right: 5rem;
  bottom: 5.6rem
}

.btn-whatsapp-mobile {
  position: fixed;
  right: 1rem;
  bottom: 2rem;
  display: none
} 

.lgpd {
  position: fixed;
  left: 2rem;
  right: 2rem;
  bottom: 5rem;
  padding: 2rem;
  max-width: 85%;
  background-color: #fff;
  border-radius: 2rem;
  box-shadow: 0px 15px 11px -4px rgba(0,0,0,.1),0px 10px 15px -3px rgba(0,0,0,.1),0px 10px 15px -3px rgba(0,0,0,.1),0px 10px 15px -3px rgba(0,0,0,.1);
  border: 1px solid #d38201
}

.lgpd .lgpd-conteudo {
  display: flex;
  align-items: center;
  justify-content: space-between
}

.lgpd .lgpd-conteudo .lgpd-left p {
  color: #030c2c;
  font-size: 1.3rem;
  line-height: 150%;
  margin-right: 5rem
}

.lgpd .lgpd-conteudo .lgpd-left p a {
  font-size: 1.5rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #030c2c
}

.lgpd .lgpd-conteudo .lgpd-left p a:hover {
  border-bottom: 1px solid #030c2c
}

.lgpd .lgpd-conteudo .lgpd-right {
  background-color: #f3a11e;
  padding: 1.5rem;
  border-radius: 1rem
}

.lgpd .lgpd-conteudo .lgpd-right button {
  font-weight: 600;
  color: #fff;
  width: 100%
}

@media(max-width: 610px) {
  .lgpd {
      max-width:100%
  }

  .lgpd .lgpd-conteudo {
      flex-direction: column
  }

  .lgpd .lgpd-conteudo .lgpd-left p {
      margin-right: 0;
      text-align: justify
  }

  .lgpd .lgpd-conteudo .lgpd-right {
      margin-top: 2rem;
      width: 100%
  }

  .lgpd .lgpd-conteudo .lgpd-right button {
      width: 100%
  }
}

@media(max-width: 800px) {
  .btn-whatsapp {
      display:none
  }

  .btn-whatsapp-mobile {
      display: block;
      right: 1rem
  }
}

@media(max-width: 640px) {
  .btn-whatsapp-mobile {
      right:1.5rem;
      bottom: 2.5rem;
      width: 5rem
  }
}

@media(max-width: 414px) {
  .btn-whatsapp-mobile {
      display:none
  }
}

header {
  height: 7.8rem;
  position: fixed;
  z-index: 2023;
  width: 100%;
  background-color: #fff;
  top: 0;
  box-shadow: 0 0 20px 0 #000
}

header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem
}

header .logo-navega {
  width: 10.5rem
}

header .nav-links {
  display: flex;
  align-items: center;
  justify-content: center
}

header .nav-links li {
  margin-right: 4.2rem;
  list-style: none;
}

header .nav-links li a {
  font-size: 1.4rem;
  color: #0e142f
}

header .nav-links li:last-child {
  margin-right: 0
}

header .button-mobile {
  display: none
}

@media(max-width: 800px) {
  header .nav-links {
      display:flex;
      flex-direction: column;
      justify-content: flex-start;
      padding-top: 5rem;
      position: absolute;
      left: -398px;
      top: 11rem;
      background-color: #032d67;
      height: 100vh;
      width: 50%;
      transition: ease-in-out .3s
  }

  header .nav-links li {
      margin-right: 0;
      margin-bottom: 5rem
  }

  header .nav-links li:last-child {
      margin-bottom: 0
  }

  header .nav-links li a {
      color: #fff;
      font-weight: 600;
      font-size: 1.8rem
  }

  header .button-mobile {
      display: block
  }

  header .nav-links.js-menu {
      left: 0;
      transition: ease-in-out .3s
  }
}

@media(max-width: 516px) {
  header .nav-links li a {
      font-size:1.5rem
  }
}

@media(max-width: 414px) {
  header .nav-links {
      width:90%
  }
}

@media(max-width: 800px) {
  header {
      height:10.8rem
  }

  header .container {
      padding: 1.4rem 1.4rem
  }

  header .container .logo-navega {
      width: 15.5rem
  }
}

@media(max-width: 375px) {
  header .container .logo-navega {
      width:13.5rem
  }
}
