@import url("https://fonts.googleapis.com/css?family=Archivo:400,500,600,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700&display=swap");
.bg-topo {
  padding-top: 55px;
  padding-bottom: 10px;
}

@media screen and (max-width: 425px) {
  .bg-topo .imagem-servico {
    text-align: center;
  }
}

.bg-topo .imagem-servico img {
  top: 3px;
  padding: 30px;
  background-color: #fff;
  position: absolute;
  border-radius: 36px;
  border: solid 1px #00338D;
  width: 150px;
  height: 146px;
}

@media screen and (max-width: 425px) {
  .bg-topo .imagem-servico img {
    position: relative;
  }
}

@media screen and (max-width: 768px) {
  .bg-topo .imagem-servico img {
    padding: 16px;
    left: -5px;
  }
}

.bg-topo h2 {
  font-family: "Archivo";
  color: #fff;
  font-size: 1.6rem ;
  font-weight: bold;
}

@media screen and (max-width: 425px) {
  .bg-topo h2 {
    font-size: 1.4rem ;
  }
}

.bg-topo span {
  font-family: "Source Sans Pro";
  color: #fff;
  font-size: 0.8rem ;
}

.enviar {
  width: 100%;
  background-color: #00338D;
  color: #fff;
  font-size: 0.8rem ;
  padding: 14px 120px;
  border-radius: 12px;
  transition-duration: 0.5s;
}

.enviar:hover {
  color: #fff;
  transition-duration: 0.5s;
  background-color: #e19e05;
}

.container-vinheta-interna {
  margin: 0;
}

.blocoTexto {
  font-family: "Source Sans Pro";
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.2;
  letter-spacing: normal;
  color: #212529;
}

.blocoTexto h3 {
  font-weight: bold;
  font-size: 1.2rem ;
  margin-bottom: 10px;
}

.blocoTexto p {
  font-size: 1rem ;
}

.blocoTexto p a {
  color: #212529;
}

.botao_servico {
  padding: 0;
}

.blocoInfo {
  padding: 40px 16px 16px 32px;
  border-radius: 22px;
  border: solid 1px #00338D;
}

.blocoInfo h4 {
  font-family: "Archivo";
  font-size: 1.2rem ;
  color: #00338D;
  font-weight: bold;
}

.blocoInfo .card-info {
  font-size: 0.8rem ;
  font-family: "Source Sans Pro";
  color: #212529;
  font-weight: bold;
}

.blocoInfo p {
  font-size: 0.7rem ;
}

.blocoInfo p a {
  color: #212529;
}

a:hover {
  text-decoration: none;
}

a .botaocard {
  width: 100%;
  font-family: "Source Sans Pro";
  text-align: center;
  font-size: 0.8rem ;
  width: 100%;
  width: 100%;
  padding: 15px 49px;
  border-radius: 12px;
}

.amarelo {
  background-color: #c88d04;
  color: black;
  transition-duration: 0.5s;
}

.amarelo:hover {
  transition-duration: 0.5s;
  background-color: #af7b04;
}

.azul {
  background-color: #00338D;
  color: #fff;
  transition-duration: 0.5s;
}

.azul:hover {
  transition-duration: 0.5s;
  background-color: #e19e05;
}
