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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
}

.banner {
  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;
}
.banner .logo {
  margin: 10rem 0 1rem;
}
.banner .logo img {
  width: 38%;
}
.banner .chamada h1 {
  color: #fff;
  font-weight: 500;
  font-size: 4.85rem;
  line-height: 1.15;
  margin: 0;
  text-shadow: -11px 10px 15px #000000;
}
.banner .formulario {
  box-shadow: 0 0.3125rem 3.8125rem 0.125rem rgba(153, 153, 153, 0.69);
  background: #002538;
  position: fixed;
  top: 5rem;
  right: 2rem;
  padding: 2.25rem;
  z-index: 9;
  width: 28%;
  border-radius: 2rem;
}
.banner .formulario .titulo-form {
  text-align: center;
}
.banner .formulario .titulo-form h1 {
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 3rem;
  margin: 0;
  text-transform: uppercase;
}
.banner .formulario .titulo-form h1 span {
  color: #ffae00;
}
.banner .formulario .titulo-form h2 {
  font-size: 1.25rem;
  font-weight: 300;
  margin: 0;
}
.banner .formulario form .campos {
  margin-top: 3rem;
}
.banner .formulario form .campos label {
  font-size: 1.2rem;
  color: #fff;
  display: block;
}
.banner .formulario form .campos input,
.banner .formulario form .campos select {
  display: block;
  border-radius: 1rem;
  height: 4rem;
  width: 100%;
  border: none;
  font-size: 1rem;
  font-weight: 400;
  margin-top: 0.5rem;
  padding: 0 1rem;
}
.banner .formulario form .bt-section {
  margin-top: 2.25rem;
}
.banner .formulario form .bt-section button {
  width: 100%;
  border: none;
  color: #002538;
  padding: 1.5rem 3rem;
  border-radius: 1rem;
  font-size: 1.5rem;
  text-decoration: none;
  font-weight: 500;
  text-transform: uppercase;
  cursor: pointer;
  animation: botao 3s ease 0s infinite normal forwards;
}
@keyframes botao {
  0% {
    animation-timing-function: ease-out;
    transform: scale(1);
    transform-origin: center center;
  }
  10% {
    animation-timing-function: ease-in;
    transform: scale(0.91);
  }
  17% {
    animation-timing-function: ease-out;
    transform: scale(0.98);
  }
  33% {
    animation-timing-function: ease-in;
    transform: scale(0.87);
  }
  45% {
    animation-timing-function: ease-out;
    transform: scale(1);
  }
}

.diferenciais {
  padding: 12rem 8rem 8rem;
  margin-top: -10%;
  background: url("../img/section2.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: top;
  position: relative;
}
.diferenciais .titulo h1 {
  font-size: 3.65rem;
  font-weight: 700;
  margin: 0;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
  text-shadow: -5px 7px 11px #44c7f3;
}
.diferenciais .itens {
  margin-top: 3rem;
}
.diferenciais .itens .item {
  background-color: #fff;
  min-height: 6rem;
  position: relative;
  margin: 1rem 1rem;
}
.diferenciais .itens .item .fundo-azul {
  background-color: #44c7f3;
  position: absolute;
  left: -4%;
  top: 14%;
  padding: 0.75rem 1.25rem;
}
.diferenciais .itens .item .fundo-azul p {
  color: #fff;
  margin: 0;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1;
}
.diferenciais .itens .item .fundo-azul p span {
  font-size: 1rem;
}

.mercado {
  position: relative;
  padding: 8rem 8rem 8rem;
  background: url("../img/section3.jpg");
}
.mercado .caminhao {
  position: absolute;
  top: -5%;
  left: 0%;
  width: 15%;
  animation: caminao 10s ease 0s infinite normal forwards;
}
@keyframes caminao {
  0% {
    animation-timing-function: ease-in;
    opacity: 0;
    transform: translateX(-250px);
  }
  38% {
    animation-timing-function: ease-out;
    opacity: 1;
    transform: translateX(0);
  }
  55% {
    animation-timing-function: ease-in;
    transform: translateX(-68px);
  }
  72% {
    animation-timing-function: ease-out;
    transform: translateX(0);
  }
  81% {
    animation-timing-function: ease-in;
    transform: translateX(-28px);
  }
  90% {
    animation-timing-function: ease-out;
    transform: translateX(0);
  }
  95% {
    animation-timing-function: ease-in;
    transform: translateX(-8px);
  }
  100% {
    animation-timing-function: ease-out;
    transform: translateX(0);
  }
}
.mercado .caminhao img {
  width: 100%;
  height: auto;
}
.mercado .titulo h1 {
  font-size: 4rem;
  color: #fff;
  font-weight: 800;
  text-align: center;
  margin: 0%;
  line-height: 1;
  text-transform: uppercase;
  text-shadow: -4px 4px 5px #002538;
}
.mercado .titulo h1 span {
  color: #002538;
}
.mercado .graficos {
  margin: 5rem 0 8rem;
}
.mercado .graficos .text-right {
  text-align: right;
}
.mercado .graficos .text-left {
  text-align: left;
}
.mercado .graficos .m-item {
  display: block;
  padding: 0 2rem;
  text-align: center;
}
.mercado .graficos .m-item h1 {
  margin: 0 0 1rem;
  color: #fff;
  font-size: 2.3rem;
  font-weight: 600;
}
.mercado svg.radial-progress {
  height: auto;
  max-width: 19rem;
  padding: 0;
  transform: rotate(-90deg);
  width: 100%;
}
.mercado svg.radial-progress circle {
  fill: rgba(0, 0, 0, 0);
  stroke: #fff;
  stroke-dashoffset: 219.9114857513;
  stroke-width: 8;
}
.mercado svg.radial-progress circle.incomplete {
  opacity: 1;
}
.mercado svg.radial-progress circle.complete {
  stroke-dasharray: 219.9114857513;
}
.mercado svg.radial-progress text.percentage {
  fill: #fff;
  font-weight: 700;
  font-size: 0.7rem;
  text-anchor: middle;
  line-height: 1;
}
.mercado svg.radial-progress text.populacao {
  fill: #002538;
  font-weight: 800;
  font-size: 0.4rem;
  line-height: 1;
  text-anchor: middle;
}
.mercado svg.radial-progress:nth-of-type(6n + 1) circle.complete {
  stroke: #002538 !important;
}
.mercado svg.radial-progress:nth-of-type(6n + 1) circle.incomplete {
  stroke: #fff;
}
.mercado svg.radial-progress:nth-of-type(6n + 2) circle.complete {
  stroke: #002538 !important;
}
.mercado svg.radial-progress:nth-of-type(6n + 2) circle.incomplete {
  stroke: #fff;
}
.mercado .mapa {
  margin-top: -5%;
}
.mercado .mapa img {
  width: 100%;
  height: auto;
}
.mercado .mapa img {
  max-width: 100%;
  transition: all 0.5s;
  height: auto;
}
.mercado .mapa:hover {
  transform: scale(1.2);
}

.nossos_valores {
  margin-top: -8%;
  padding: 12rem 8rem 8rem;
  background: url("../img/section4.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: top;
  position: relative;
}
.nossos_valores .titulo h1 {
  font-size: 4rem;
  font-weight: 700;
  margin: 0;
  line-height: 1;
  text-transform: uppercase;
  color: #002538;
  text-shadow: -5px 5px 6px #002538;
}
.nossos_valores .itens-valores {
  margin: 5rem 0rem;
}
.nossos_valores .itens-valores .item img {
  width: 100%;
  height: auto;
}
.nossos_valores .itens {
  margin-top: 5rem;
}
.nossos_valores .itens .d-flex {
  flex-direction: column;
}
.nossos_valores .itens .d-flex .item {
  width: 10rem;
  height: 10rem;
  border-radius: 100%;
  background-color: #44c7f3;
  padding: 2rem;
  box-shadow: 0px 0px 16px 10px #000;
}
.nossos_valores .itens .d-flex .item img {
  width: 100%;
  height: auto;
}
.nossos_valores .itens .d-flex .texto {
  margin: 2rem 0 5rem;
}
.nossos_valores .itens .d-flex .texto p {
  color: #000;
  font-weight: 400;
  font-size: 1.75rem;
  line-height: 1;
  margin: 0;
}
.nossos_valores .itens-mobile {
  display: none;
}

.quemsomos {
  padding: 8rem;
  background-color: #002538;
  position: relative;
}
.quemsomos .titulo h1 {
  font-size: 4rem;
  font-weight: 700;
  margin: 0;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
  text-shadow: -6px 5px 6px rgba(255, 255, 255, 0.2117647059);
}
.quemsomos .texto {
  width: 85%;
  margin: 2rem 0 0;
}
.quemsomos .texto p {
  font-size: 1.75rem;
  font-weight: 400;
  margin: 0;
  line-height: 1;
  color: #fff;
}
.quemsomos .imagem-final {
  position: absolute;
  right: 0;
  bottom: -1%;
  width: 42%;
}
.quemsomos .imagem-final img {
  width: 100%;
  height: auto;
}
.quemsomos .rede-social h3 {
  font-size: 1.75rem;
  font-weight: 400;
  margin: 4rem 0 1rem;
  line-height: 1;
  color: #fff;
}
.quemsomos .rede-social .itens a {
  margin: 0 1rem;
}

.barra-fixa {
  display: none;
  position: fixed;
  bottom: 0;
  z-index: 9999999;
  background: #002538;
  padding: 1rem;
  width: 100%;
  text-align: center;
}
.barra-fixa .row {
  margin-bottom: 0;
}
.barra-fixa .row span {
  color: #fff;
  font-size: 0.75rem;
  font-weight: 300;
}
.barra-fixa .row .btn-barra {
  display: block;
  padding: 0.625rem;
  color: #002538;
  font-size: 0.75rem;
  font-weight: 400;
  background-color: #ffae00;
  border-radius: 0.3125rem;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  animation: botao 3s ease 0s infinite normal forwards;
}
@keyframes botao {
  0% {
    animation-timing-function: ease-out;
    transform: scale(1);
    transform-origin: center center;
  }
  10% {
    animation-timing-function: ease-in;
    transform: scale(0.91);
  }
  17% {
    animation-timing-function: ease-out;
    transform: scale(0.98);
  }
  33% {
    animation-timing-function: ease-in;
    transform: scale(0.87);
  }
  45% {
    animation-timing-function: ease-out;
    transform: scale(1);
  }
}

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

.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: #002538;
  font-size: 1rem;
  font-weight: bold;
  background: #ffae00;
  border: none;
  border-radius: 1.5625rem;
  text-transform: uppercase;
  text-decoration: none;
}

.btn-whats .img-whats {
  position: fixed;
  bottom: 5rem;
  width: 7%;
  right: 10%;
  animation: btn-whats 10s ease-out 0ms infinite normal both;
}
@keyframes btn-whats {
  0% {
    animation-timing-function: ease-out;
    transform: scale(1);
    transform-origin: center center;
  }
  10% {
    animation-timing-function: ease-in;
    transform: scale(0.91);
  }
  17% {
    animation-timing-function: ease-out;
    transform: scale(0.98);
  }
  33% {
    animation-timing-function: ease-in;
    transform: scale(0.87);
  }
  45% {
    animation-timing-function: ease-out;
    transform: scale(1);
  }
}
.btn-whats .img-whats img {
  width: 100%;
  height: auto;
}/*# sourceMappingURL=app.css.map */