*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* ::selection {
  background: #fe57a1;
  color: #fff;
  text-shadow: none;
}
::-webkit-scrollbar {
  background-color: white;
  display: block !important;
  height: 10px;
  margin: 0;
  width: 15px;
}
::-webkit-scrollbar-track {
  background: linear-gradient(#ecf8fa, #95d5e3);
  height: 10px;
  margin: 0;
  width: 10px;
}
::-webkit-scrollbar-thumb {
  background: linear-gradient(#fc8f3a, #ffd100);
  border-radius: 5px;
  height: 10px;
  margin: 0;
  opacity: 0.5;
  width: 10px;
} */
html {
  scroll-behavior: smooth;
}
body {
  background: #fff url(../img/bg-avisos.png) no-repeat top center;
  /* background-position: contain; */
  background-size: cover;
  font-size: 16px;
  /* font-family: "Montserrat", sans-serif; */
  font-family: "Raleway", sans-serif;
  /* letter-spacing: -1px; */
}
.aviso {
  max-width: 960px;
  margin: 0 auto;
  color: #000;
  /* padding-bottom: 35vh; */
  padding: 0px 20px 80px 20px
}
.aviso-titulo {
  text-align: center;
  margin: 0;
  padding: 35px 0;
  font-size: 42px;
  font-weight: 400;
}
.aviso h5 {
  font-size: 18px;
  font-weight: 600;
}
.aviso p {
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 35px;
}
.aviso-logo {
  width: 100%;
  max-width: 401px;
  height: auto;
  margin: 30px auto 0px auto;
  text-align: center;
}
@media only screen and (max-width: 500px) {
  .aviso-logo {
    width: 90%;
  }
}
