@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");
html {
  font-size: 20 !important;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Archivo";
}

p,
span {
  font-family: "Source Sans Pro";
}

input:focus,
button:focus,
label:focus,
select:focus {
  box-shadow: none !important;
}

input.focus,
button.focus,
label.focus,
select.focus {
  box-shadow: none !important;
}

.bg-topo {
  background-color: #1c7ed6;
  padding-top: 88px;
  padding-bottom: 40px;
}

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

.bg-topo .topo_titulo img {
  position: absolute;
  z-index: 5;
  top: -65px;
}

@media screen and (max-width: 1024px) {
  .bg-topo .topo_titulo img {
    top: -24px;
  }
}

@media screen and (max-width: 768px) {
  .bg-topo .topo_titulo img {
    top: -27px;
    left: 10px;
    position: absolute;
  }
}

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

.bg-topo .topo_titulo h2 {
  font-family: 'Archivo', sans-serif;
  color: #fff;
  font-size: 2rem ;
  font-weight: bold;
  padding-left: 195px;
  z-index: 99 !important;
}

.bg-topo .topo_titulo h2 a {
  color: #fff;
}

.bg-topo .topo_titulo h2 a:hover {
  text-decoration: none;
}

@media screen and (max-width: 1024px) {
  .bg-topo .topo_titulo h2 {
    padding-left: 202px;
  }
}

@media screen and (max-width: 768px) {
  .bg-topo .topo_titulo h2 {
    padding-top: 17px;
  }
}

@media screen and (max-width: 425px) {
  .bg-topo .topo_titulo h2 {
    padding: 0;
  }
}

.bg-topo .botaotopo {
  float: left;
  margin-top: 15px;
}

@media screen and (max-width: 1024px) {
  .bg-topo .botaotopo {
    float: right;
    margin-top: 15px;
  }
}

@media screen and (max-width: 768px) {
  .bg-topo .botaotopo {
    float: left;
  }
}

@media screen and (max-width: 425px) {
  .bg-topo .botaotopo {
    float: right;
  }
}

.bg-topo .botaotopo a {
  color: #1864ab;
  font-size: 0.8rem ;
  font-family: "Archivo";
  padding: 7px 16px;
  border-radius: 10px;
  background-color: #fff;
}

.bg-topo .botaotopo a i {
  font-size: 0.7rem ;
}

.bg-topo .botaotopo a:hover {
  text-decoration: none;
  background-color: #1864ab;
  color: #fff;
}

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

.margin-esquerda {
  margin-left: 15%;
}

@media screen and (max-width: 768px) {
  .margin-esquerda {
    margin-left: 34%;
  }
}

.pesquisa .pesquisa-servicos #input_pesquisa {
  border: solid 1px #dee2e6;
  border-right: none;
  border-radius: 12px 0px 0px 12px;
  padding: 12px 16px;
  font-size: 0.7rem ;
  font-family: "Archivo";
}

.pesquisa .pesquisa-servicos #input_pesquisa:focus {
  box-shadow: none;
}

.pesquisa .pesquisa-servicos .input-group-text {
  padding: 0;
  border: solid 1px #dee2e6;
  background-color: #fff;
  border-radius: 0px 12px 12px 0px;
  border-left: none;
}

.pesquisa .pesquisa-servicos .input-group-text i {
  font-size: 0.6rem ;
  color: #1864ab;
}

.pesquisa .pesquisa-servicos .input-group-text .btn-default:focus {
  box-shadow: none;
}

.topoexibicao span {
  font-family: "Source Sans Pro";
  font-size: 0.75rem ;
}

.topoexibicao .titulo-sessao {
  font-size: 1.6rem ;
  font-family: "Archivo";
  font-weight: bold;
  color: #1864ab;
}

.resultado .imagem-categoria {
  text-align: center;
}

.resultado .imagem-categoria .marcador {
  font-size: 0.8rem ;
  position: absolute;
  top: -47px;
  left: 21px;
  border: solid 2px #fae04b;
  border-radius: 10px;
  padding: 7px 16px;
}

.resultado .descricao {
  font-family: "Archivo";
}

.resultado .descricao .titulocat {
  color: #1c7ed6;
  font-size: 0.8rem ;
}

.resultado .descricao .tituloprd a {
  transition-duration: 0.5s;
  font-size: 1.4rem ;
  font-weight: bold;
  color: #495057;
}

.resultado .descricao .tituloprd a:hover {
  color: #1c7ed6;
  text-decoration: none;
  transition-duration: 0.5s;
}

.resultado .descricao .resumo {
  font-size: 0.8pxrem ;
}

.resultado hr {
  width: 70%;
  text-align: left;
  margin-left: 0;
}

.pagination {
  padding-left: 35px;
}

@media screen and (max-width: 720px) {
  .pagination {
    padding: 0;
  }
}

.pagination .page-item {
  margin-left: 10px;
}

.pagination .page-item .signal {
  margin-left: 24px;
  margin-right: 24px;
}

@media screen and (min-width: 320px) {
  .pagination .page-item .signal {
    margin-left: 13px;
    margin-right: 13px;
  }
}

.pagination .page-item .page-link {
  transition-duration: 0.5s;
  font-family: "Archivo";
  border-radius: 12px;
  color: #495057;
  font-size: 0.7rem ;
  padding: 13px 19px;
}

.pagination .page-item .page-link:hover {
  transition-duration: 0.5s;
  border: solid 1px #1c7ed6;
  background-color: #ffffff;
  color: #1c7ed6;
}

.pagination .page-item .page-link:active {
  border: solid 1px #1c7ed6;
  background-color: #1c7ed6;
  color: #fff;
}

.pagination .page-item .page-link:focus {
  box-shadow: none;
}

.pagination .page-item .page-link.active {
  border: solid 1px #1c7ed6;
  background-color: #1c7ed6;
  color: #fff;
}

@media screen and (max-width: 320px) {
  .pagination .page-item .page-link {
    padding: .5rem .75rem;
  }
}

@media screen and (max-width: 720px) {
  .pagination .page-item {
    margin-left: 7px;
  }
  .pagination .page-item.primeiro, .pagination .page-item.ultimo {
    display: none;
  }
}

.subtitulos {
  margin-top: 56px;
  font-size: 1.2rem ;
  font-family: "Archivo";
  font-weight: bold;
  color: #1864ab;
}

@media screen and (max-width: 720px) {
  .subtitulos {
    margin-top: 30px;
  }
}

.estilobtn {
  margin-top: 5px;
  transition-duration: 0.5s;
  border-radius: 12px;
  border: solid 1px #dee2e6;
  background-color: #ffffff;
  color: #495057;
  font-size: 0.8rem ;
}

.estilobtn.active {
  background-color: #fae04b;
  border: solid 1px #fae04b;
}

.estilobtn:active {
  background-color: #fae04b;
  border: solid 1px #fae04b;
}

.estilobtn:focus {
  box-shadow: none;
}

.estilobtn:hover {
  transition-duration: 0.5s;
  border: solid 1px #1c7ed6;
  background-color: #ffffff;
  color: #1c7ed6;
}

img {
  max-width: 100%;
}
