@charset "UTF-8";
body {
  font-family: "Poppins", sans-serif;
}

a {
  color: #00539b;
  transition: ease 0.4s;
  text-decoration: none;
}
a:hover {
  color: #007eeb;
  text-decoration: underline;
}

.btn:hover {
  text-decoration: none;
}

#biscoito {
  z-index: 999999;
  position: fixed;
  bottom: 12px;
  left: 12px;
  right: 12px;
  border-radius: 0.25rem;
  padding: 1.5rem 1rem;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}

.biscoito__texto {
  font-size: 0.9rem;
}

.biscoito__botao {
  min-width: 100px;
  text-align: center;
}

.topomenu {
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
.topomenu .navbar-toggler {
  color: #ffffff;
  box-shadow: none;
  outline: none;
  font-size: 2rem;
}
.topomenu .navbar-brand {
  transition: ease 0.4s;
}
.topomenu .navbar-brand:hover {
  opacity: 0.6;
}
.topomenu .nav-item a {
  color: #ffffff;
  transition: ease 0.4s;
  text-decoration: none;
}
.topomenu .nav-item a:hover {
  color: #007eeb;
}

.topomenu__fundo {
  background: linear-gradient(75deg, #00539b 5%, #162e66);
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
}

.topo {
  background-image: url("../img/svg/fundo.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  padding-top: 76px;
  min-height: 700px;
}
.topo .topo__legenda {
  text-transform: uppercase;
  display: block;
  color: #ffffff;
}
.topo .topo__titulo {
  font-size: 3rem;
  line-height: 1.2;
  display: block;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 0.5rem;
}
.topo .topo__texto {
  display: block;
  color: #ffffff;
  margin-bottom: 1rem;
  font-size: 1rem;
}

@media only screen and (max-width: 998px) {
  .topo {
    padding-top: 150px;
  }
  .topo .topo__titulo {
    font-size: 2.5rem;
  }
  .topo .topo__texto {
    font-size: 0.8rem;
  }
}
.mapa {
  background: linear-gradient(75deg, #00539b 5%, #162e66);
  padding: 2rem 0;
}
.mapa ul, .mapa li {
  margin: 0;
  padding: 0;
}
.mapa .mapa__titulo {
  color: #ffffff;
  font-size: 1.2rem;
}
.mapa .mapa__separador {
  background-color: #ffffff;
  width: 50px;
  height: 3px;
  margin: 0.5rem 0 1rem;
}
.mapa .mapa__lista ul li {
  display: block;
}
.mapa .mapa__lista ul li i {
  margin-right: 0.5rem;
  color: #007eeb;
}
.mapa .mapa__lista ul li a {
  color: #ffffff;
  text-decoration: none;
  font-size: 0.9rem;
}
.mapa .mapa__lista ul li a:hover {
  text-decoration: underline;
}
.mapa .mapa__social ul li {
  display: inline-block;
}
.mapa .mapa__social i {
  padding: 0;
  margin: 0;
}
.mapa .mapa__social a {
  background-color: #ffffff;
  text-decoration: none;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  font-size: 2rem;
  color: #00539b;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: ease 0.4s;
}
.mapa .mapa__social a:hover {
  color: #007eeb;
}

.rodape {
  padding: 0.5rem 0;
}
.rodape .rodape__texto {
  font-size: 0.9rem;
  font-weight: 400;
}

.informacao {
  overflow: hidden;
}
.informacao .informacao__fundo {
  background: linear-gradient(75deg, #00539b 5%, #162e66);
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
  border-radius: 1rem;
  padding: 3rem;
  cursor: pointer;
  transition: ease 0.4s;
  height: 100%;
}
.informacao .informacao__fundo:hover {
  transform: scale(1.1);
}
.informacao .informacao__icone {
  width: 60px;
  height: 60px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 auto 0.5rem;
}
.informacao .informacao__titulo {
  color: #ffffff;
  font-size: 1.3rem;
  font-weight: 600;
  text-align: center;
}
.informacao .informacao__texto {
  color: #ffffff;
  font-size: 0.9rem;
  text-align: center;
  font-weight: 300;
}

.beneficio img {
  border-radius: 0 50%;
}
.beneficio .beneficio__titulo {
  color: #00539b;
  font-size: 2rem;
  font-weight: 700;
  margin: 0;
  padding: 0;
  line-height: 1.3;
}
.beneficio .beneficio__separador {
  width: 50px;
  height: 3px;
  background-color: #00539b;
  margin-bottom: 1rem;
}
.beneficio .beneficio__icone {
  background-color: #00539b;
  background-size: 75%;
  border-radius: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  width: 75px;
  height: 75px;
}
.beneficio .beneficio__legenda {
  flex: 1;
}
.beneficio .beneficio__legenda span {
  display: block;
}
.beneficio .beneficio__legenda .beneficio__legenda-titulo {
  font-weight: 600;
  font-size: 1rem;
}
.beneficio .beneficio__legenda .beneficio__legenda-texto {
  font-size: 0.9rem;
}

.sobre {
  padding: 1rem 0;
}
.sobre .sobre__titulo {
  color: #00539b;
  font-size: 2rem;
  font-weight: 700;
  margin: 0;
  padding: 0;
  line-height: 1.3;
}
.sobre .sobre__separador {
  width: 50px;
  height: 3px;
  background-color: #00539b;
  margin-bottom: 1rem;
}

.teste {
  background-color: #f1f1f1f1;
  padding: 2rem 0;
}
.teste .teste__titulo {
  color: #00539b;
  font-size: 1.8rem;
  font-weight: 700;
  margin: 0;
  padding: 0;
  line-height: 1.3;
}
.teste .teste__separador {
  width: 50px;
  height: 3px;
  background-color: #00539b;
  margin-bottom: 1rem;
}

.cliente {
  text-align: center;
}
.cliente .cliente__titulo {
  color: #00539b;
  font-size: 2rem;
  font-weight: 700;
  margin: 0;
  padding: 0;
  line-height: 1.3;
}
.cliente .cliente__separador {
  width: 50px;
  height: 3px;
  background-color: #00539b;
  margin: 0 auto;
  margin-bottom: 1rem;
}
.cliente .cliente__texto span {
  display: block;
}
.cliente .cliente__imagem img {
  display: block;
  margin: 0 auto;
}

.migalha {
  background: linear-gradient(75deg, RGBA(0, 83, 155, 0.9) 5%, RGBA(22, 46, 102, 0.9)), url("../img/jpg/documental.jpg");
  background-position: bottom center;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  padding: 8rem 0 0;
}
.migalha .migalha__fundo {
  width: 100%;
  height: 40px;
  display: block;
  background-image: url("../img/svg/migalha.svg");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 4rem;
}
.migalha .migalha__titulo {
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  font-size: 2rem;
  margin-bottom: 0.5rem;
}
.migalha .migalha__lista {
  color: #ffffff;
  text-align: center;
}
.migalha .migalha__lista ul, .migalha .migalha__lista li {
  margin: 0;
  padding: 0;
}
.migalha .migalha__lista li + li:before {
  padding: 0 5px;
  color: #007eeb;
  content: "/ ";
}
.migalha .migalha__lista ul li {
  display: inline-block;
}
.migalha .migalha__lista ul li a {
  color: #ffffff;
  transition: ease 0.4s;
}
.migalha .migalha__lista ul li a:hover {
  color: #007eeb;
}

.plataforma img {
  border-radius: 50% 0;
}
.plataforma .plataforma__titulo {
  color: #00539b;
  font-size: 2.5rem;
  font-weight: 700;
  margin: 0;
  padding: 0;
  line-height: 1.3;
}
.plataforma .plataforma__separador {
  width: 50px;
  height: 3px;
  background-color: #00539b;
  margin-bottom: 1rem;
}

.servico span {
  display: block;
}
.servico .servico__titulo {
  color: #00539b;
  font-size: 2rem;
  font-weight: 700;
  margin: 0;
  padding: 0;
  line-height: 1.3;
  text-align: center;
}
.servico .servico__separador {
  width: 50px;
  height: 3px;
  background-color: #00539b;
  margin: 0 auto;
  margin-bottom: 0.5rem;
}
.servico .servico__texto {
  font-size: 1rem;
  text-align: center;
  margin-top: 1rem;
}
.servico .servico__icone {
  background-color: #00539b;
  width: 75px;
  height: 75px;
  color: #ffffff;
  font-size: 2rem;
  border-radius: 100%;
  margin: 0 auto;
}

.contato span {
  display: block;
}
.contato .contato__titulo {
  color: #00539b;
  font-size: 2rem;
  font-weight: 700;
  margin: 0;
  padding: 0;
  line-height: 1.3;
  text-align: center;
}
.contato .contato__separador {
  width: 50px;
  height: 3px;
  background-color: #00539b;
  margin: 0 auto;
  margin-bottom: 0.5rem;
}
.contato .contato__texto {
  font-size: 1rem;
  text-align: center;
  margin-top: 1rem;
}
.contato .contato__icone {
  background-color: #00539b;
  width: 75px;
  height: 75px;
  color: #ffffff;
  font-size: 2rem;
  border-radius: 100%;
  margin: 0 auto;
}

.formulario .formulario__titulo {
  color: #00539b;
  font-size: 2rem;
  font-weight: 700;
  margin: 0;
  padding: 0;
  line-height: 1.3;
}
.formulario .formulario__separador {
  width: 50px;
  height: 3px;
  background-color: #00539b;
  margin-bottom: 1rem;
}
.formulario input:focus, .formulario textarea:focus {
  box-shadow: none;
  outline: none;
}

.privacidade .privacidade__titulo {
  font-weight: 700;
  color: #00539b;
  line-height: 1.3;
  margin: 0;
  padding: 0;
  font-size: 2rem;
}
.privacidade .privacidade__separador {
  width: 50px;
  height: 3px;
  background-color: #00539b;
  margin-bottom: 0.5rem;
}
.privacidade .privacidade__texto {
  font-size: 1rem;
}

/*# sourceMappingURL=estilo.css.map */
