@import url('https://fonts.googleapis.com/css2?family=Arimo:ital,wght@0,400..700;1,400..700&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Roboto:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

html {
  scroll-behavior: smooth;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Roboto", Sans-Serif;
}

a,
a:hover,
a:active,
a:visited,
a:focus {
  text-decoration: none;
  color: unset;
}

.link {
  cursor: pointer;
}

.esconder {
  display: none;
}

.vermelho {
  color: #FF0101;
}

.azul {
  color: blue;
}

.topo {
  background-image: url(../img/background-2.webp);
  background-position: 0px -600;
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: relative;
  width: 100%;
  overflow: hidden;
}

.topo .container {
  z-index: 2;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.topo h3 {
  color: #FFFFFF;
  font-size: 39px;
  font-weight: 600;
  line-height: 40px;
  letter-spacing: 1px;
}

.topo p {
  font-size: 22px;
  font-weight: 400;
  color: #7a7a7a;
}

.conteudo p {
  font-size: 1.3em;
  color: #212529;
}

.conteudo u:hover{
    color: blue !important;
}

.fala {
  color: #050505;
  font-size: 27px !important;
  font-weight: 500;
  text-align: center;
}

small {
  font-weight: 400;
  color: #7a7a7a;
  font-size: 1rem;
  text-align: center;
}

.comment {
  font-size: 15px !important;
  color: #7a7a7a !important;
  font-style: italic;
}

.conteudo h4 {
  font-size: 25px;
  font-weight: 600;
  text-decoration: underline;
}

.button {
  font-size: 25px;
  font-weight: 500;
  background-color: #0069FF;
  padding: 10px 303px 10px 303px;
  color: #FFFFFF;
  width: 785px;
  margin: -45px auto 34px auto;
  z-index: 2;
  position: relative;
  cursor: pointer;
}

footer {
  color: #212529;
  font-size: 14px;
  font-weight: 300;
}

@media(max-width:821px) {
  .topo {
    background-position: -99px -49px;
    background-size: 533px auto;
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    overflow: hidden;
  }

  .topo h3 {
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    letter-spacing: 1px;
  }

  .topo p {
    font-size: 13px;
    font-weight: 400;
    color: #7a7a7a;
  }

  .conteudo p {
    font-size: 1.1em;
  }

  .fala {
    font-size: 21px !important;
  }

  .button {
    font-size: 25px;
    font-weight: 500;
    background-color: #0069FF;
    padding: 10px;
    color: #FFFFFF;
    width: 100%;
    margin-top: -22px;
    z-index: 2;
    position: relative;
    cursor: pointer;
  }
}