html, body {
  overflow-x: hidden;
}

.teko {
  font-family: "Teko", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
}

.poppins {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: large;
  font-style: normal;
}

#servicos h3 {
  font-family: "Teko", sans-serif;
  font-optical-sizing: auto;
  font-weight: medium;
  font-style: normal;
  font-size: 1.5rem;
  color: #252525;
}

/*MEDIA QUERIE*/

/* @media (max-width: 767px) {

  #botao-realizar-orcamento {
    display: none;
  }

} */