@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");
@media screen and (max-width: 768px) {
  .botaotopo {
    float: left !important;
    margin-left: 97px;
  }
}

@media screen and (max-width: 425px) {
  .botaotopo {
    margin-left: 28px !important;
  }
}

@media screen and (max-width: 320px) {
  .botaotopo {
    margin: 0 !important;
  }
}

@media screen and (max-width: 375px) {
  .botaotopo a {
    font-size: 15px !important;
    padding: 7px !important;
  }
}

@media screen and (max-width: 320px) {
  .botaotopo a {
    font-size: 13px !important;
    padding: 7px !important;
  }
}

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

.botaotopo .saiba {
  visibility: hidden;
}

.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: 24px;
  margin-bottom: 10px;
}

.blocoTexto span,
.blocoTexto p {
  font-size: 17px;
}

.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;
}
