* {
  box-sizing: border-box;
  outline: none;
  font-family: "Nunito", sans-serif;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
}

.banner {
  padding: 4rem 8rem;
  min-height: 105vh;
  background: url("../img/banner.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: bottom;
  overflow: hidden;
  position: relative;
}
.banner .logo img {
  width: 30%;
}
.banner .chamada {
  margin: 15% 0 0;
}
.banner .chamada h1 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 4.25rem;
  margin: 0;
  line-height: 1.25;
}
.banner .chamada h1 span {
  color: #0b908f;
  background-color: #fff;
  padding: 0.35rem 1rem 0.11rem;
  margin: 0;
  display: inline-block;
  border-radius: 0.5rem;
}
.banner .chamada a {
  font-size: 1.75rem;
  padding: 0.5rem 1rem 0.5rem 9rem;
  border-radius: 0.75rem;
  margin: 2rem 0 0 -9rem;
  font-weight: 600;
  color: #0b908f;
  background-color: #fff;
  text-decoration: none;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
.banner .formulario {
  box-shadow: 0 0.3125rem 3.8125rem 0.125rem rgba(153, 153, 153, 0.69);
  background: #fff;
  border-radius: 1rem;
  position: fixed;
  top: 10%;
  right: 5%;
  padding: 3rem;
  z-index: 9;
  width: 25%;
}
.banner .formulario .titulo-form {
  text-align: center;
}
.banner .formulario .titulo-form h1 {
  color: #004389;
  text-align: center;
  font-weight: 800;
  font-size: 2.5rem;
  margin: 0;
  line-height: 1;
}
.banner .formulario form .campos {
  margin-top: 2rem;
}
.banner .formulario form .campos label {
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 700;
  color: #000;
  display: block;
}
.banner .formulario form .campos input,
.banner .formulario form .campos select {
  display: block;
  border-radius: 0.2rem;
  height: 2.75rem;
  width: 100%;
  border: none;
  background-color: #ececec;
  font-size: 1rem;
  font-weight: 400;
  margin-top: 0.5rem;
  padding: 0 1rem;
}
.banner .formulario form .bt-section {
  margin-top: 2rem;
}
.banner .formulario form .bt-section button {
  width: 100%;
  border: none;
  background-color: #004389;
  color: #fff;
  padding: 1rem 0;
  border-radius: 0.25rem;
  font-size: 1rem;
  text-decoration: none;
  font-weight: 500;
  text-transform: uppercase;
  cursor: pointer;
}

.especialidades {
  padding: 8rem 8rem 8rem 15rem;
  min-height: 105vh;
  background: url("../img/banner-especialistas.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: left;
  background-position-y: bottom;
  overflow: hidden;
  position: relative;
}
.especialidades .titulo {
  text-align: center;
}
.especialidades .titulo h1 {
  font-size: 6.5rem;
  color: #d6d6d6;
  margin: 0;
  line-height: 0;
  text-transform: uppercase;
  font-weight: 900;
}
.especialidades .titulo h2 {
  font-size: 3.5rem;
  color: #000;
  margin: 0;
  line-height: 0;
  font-weight: 900;
}
.especialidades .itens {
  margin: 8rem 0 0;
}
.especialidades .itens .item img {
  width: 80%;
}
.especialidades .itens .item h1 {
  font-size: 1.75rem;
  color: #000;
  margin: 0;
  font-weight: 700;
}
.especialidades .itens .item.esquerda {
  text-align: left;
}
.especialidades .itens .item.direita {
  text-align: right;
}
.especialidades .itens .item.direita img {
  margin: 0 0 0 15%;
}

.assistencia {
  padding: 8rem;
  min-height: 100vh;
  background: url("../img/banner-assistencia.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: bottom;
  overflow: hidden;
  position: relative;
}
.assistencia .titulo {
  text-align: center;
}
.assistencia .titulo h1 {
  font-size: 6.5rem;
  color: #00feff;
  margin: 0;
  line-height: 1;
  font-weight: 900;
  opacity: 0.15;
}
.assistencia .titulo h2 {
  font-size: 5rem;
  color: #00feff;
  margin: -11.5rem 0 0;
  line-height: 1;
  font-weight: 900;
}
.assistencia .itens {
  margin: 12rem 0 0;
}
.assistencia .itens .item {
  position: relative;
  margin: 0 0 8rem;
}
.assistencia .itens .item img {
  position: absolute;
  width: 40%;
}
.assistencia .itens .item img.esquerda {
  left: 0;
}
.assistencia .itens .item img.direita {
  right: 0;
}
.assistencia .itens .item h1 {
  font-size: 1.75rem;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
  line-height: 1;
  font-weight: 400;
}
.assistencia .itens .item p {
  font-size: 1.25rem;
  margin: 1.25rem 0 0;
  color: #fff;
  line-height: 1;
  font-weight: 300;
}
.assistencia .itens .item.direita {
  text-align: right;
}

.produtos {
  padding: 8rem;
  min-height: 100vh;
  background: url("../img/banner-produtos.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: bottom;
  overflow: hidden;
  position: relative;
}
.produtos .titulo {
  text-align: center;
}
.produtos .titulo h1 {
  font-size: 5.5rem;
  color: #05a6a5;
  margin: 0;
  line-height: 0;
  text-transform: uppercase;
  font-weight: 800;
}
.produtos .titulo h2 {
  font-size: 4.5rem;
  color: #fff;
  margin: 0;
  line-height: 0;
  font-weight: 900;
  opacity: 1;
}
.produtos .itens {
  margin: 8rem 0 0;
}
.produtos .itens .imagem {
  width: 90%;
  margin: 0 5% 2rem;
}
.produtos .itens .imagem img {
  width: 100%;
}
.produtos .itens .texto h1 {
  font-size: 1.5rem;
  color: #000;
  margin: 0;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
}

.entregasegura {
  padding: 8rem;
  background: url("../img/banner-entregasegura.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
  overflow: hidden;
  position: relative;
}
.entregasegura .titulo {
  text-align: center;
}
.entregasegura .titulo h1 {
  font-size: 7.5rem;
  color: #fff;
  margin: 0;
  line-height: 0.8;
  font-weight: 900;
  opacity: 0.15;
}
.entregasegura .titulo h2 {
  font-size: 5rem;
  color: #fff;
  margin: -9.5rem 0 0;
  line-height: 0.8;
  font-weight: 900;
}
.entregasegura .itens {
  margin: 8rem 0 0;
}
.entregasegura .itens .imagem img {
  width: 100%;
}
.entregasegura .itens .texto p {
  font-size: 1.5rem;
  color: #fff;
  margin: -2rem 0 0;
  font-weight: 700;
}

.judicial {
  padding: 8rem 20rem 15rem;
  background: url("../img/banner-acaojudicial.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: bottom;
  overflow: hidden;
  position: relative;
}
.judicial .titulo {
  text-align: center;
}
.judicial .titulo h1 {
  font-size: 6.5rem;
  color: #000;
  margin: 0;
  line-height: 0.8;
  font-weight: 900;
  opacity: 0.15;
}
.judicial .titulo h2 {
  font-size: 4.5rem;
  color: #000;
  margin: -9rem 0 0;
  line-height: 0.8;
  font-weight: 900;
}
.judicial .texto {
  margin: 8rem 0 0;
}
.judicial .texto p {
  font-size: 1.75rem;
  color: #000;
  margin: 0;
  font-weight: 700;
  text-align: center;
}
.judicial .texto a {
  text-align: center;
  background-color: #004389;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.75rem;
  padding: 0.5rem 3rem;
  border-radius: 0.75rem;
  margin: 1.5rem 0 0;
}

.quemsomos {
  padding: 8rem 1rem;
  background: url("../img/banner-quemsomos.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: bottom;
  overflow: hidden;
  position: relative;
}
.quemsomos .titulo {
  text-align: center;
}
.quemsomos .titulo h1 {
  font-size: 6.5rem;
  color: #fff;
  margin: 0;
  line-height: 0;
  font-weight: 900;
  opacity: 0.15;
}
.quemsomos .titulo h2 {
  font-size: 4.5rem;
  color: #fff;
  margin: 0;
  line-height: 0;
  font-weight: 900;
}
.quemsomos .itens {
  margin: 8rem 0 0;
}
.quemsomos .itens .imagem {
  position: relative;
  margin: 0;
}
.quemsomos .itens .imagem img {
  width: 100%;
  margin: 0;
}
.quemsomos .itens .imagem.direita {
  margin: 0 -2rem 0 0;
}
.quemsomos .itens .imagem.esquerda {
  margin: 0 0 0 -2rem;
}
.quemsomos .itens .texto p {
  font-size: 1.5rem;
  color: #fff;
  line-height: 1.15;
  margin: 0;
  font-weight: 500;
  text-align: center;
}

.barra-fixa {
  display: none;
  position: fixed;
  bottom: 0;
  z-index: 9999999;
  background: #00feff;
  font-weight: 500;
  padding: 1rem;
  width: 100%;
  text-align: center;
}
.barra-fixa .row {
  margin-bottom: 0;
}
.barra-fixa .row span {
  color: #000;
  font-size: 0.75rem;
  font-weight: 500;
}
.barra-fixa .row .btn-barra {
  display: block;
  padding: 0.625rem;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 500;
  background-color: #004389;
  border-radius: 0.3125rem;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
}

.footer {
  padding: 1rem 3rem;
  background-color: #000;
  position: relative;
  z-index: 12;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 500;
}
.footer a {
  text-decoration: none;
  color: #fff;
  font-size: 1rem;
}

.section-obrigado {
  padding: 8rem;
  min-height: 100vh;
  background: url("../img/banner.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
  position: relative;
}
.section-obrigado .logo img {
  width: 40%;
}
.section-obrigado h1 {
  display: block;
  color: #fff;
  font-size: 2.5rem;
  font-weight: 300;
  text-transform: uppercase;
  font-weight: 900;
  margin: 5rem 0 0;
}
.section-obrigado h2 {
  display: block;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 400;
  margin: 0;
}
.section-obrigado .btn-whatsapp {
  display: inline-block;
  margin-top: 1.875rem;
  padding: 0.9375rem 2.5rem;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  background: #004389;
  border: none;
  border-radius: 1.5625rem;
  text-transform: uppercase;
  text-decoration: none;
}/*# sourceMappingURL=app.css.map */