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 !important;
  color: unset !important;
}

.link {
  cursor: pointer;
}

.esconder {
  display: none;
}

h2 {
  color: #AD112D;
  font-family: "Roboto", Sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.2em;
}

h3 {
  color: #000000;
  font-family: "Helvetica", Sans-serif;
  font-size: clamp(17px, 3vw, 20px);
  font-weight: 600;
  margin: 25px 0px 10px 0;
}

.conteudo h4 {
  color: #000000;
  font-family: "Helvetica", Sans-serif;
  font-weight: 300;
  font-size: 1.25rem;
}

h4 {
  color: #FFFFFF;
  font-size: clamp(30px, 3vw, 48px);
  font-weight: 700;
}

h5 {
  color: #FFFFFF;
  font-family: "Roboto", Sans-serif;
  font-size: 14px;
  font-weight: 600;
}

p {
  color: #000;
  font-family: "Roboto", Sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 30px;
}

.vermelho {
  color: red;
}

.azul {
  color: blue;
  cursor: pointer;
}

.link {
  cursor: pointer;
}

/* Topo */

.topo1 {
  background-color: #d21170;
}

.topo1 h3 {
  color: #FFFFFF;
  font-family: "Poppins", Sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 2rem;
}

/* Conteudo */

.conteudo p {
  font-family: "Poppins", Sans-serif;
  font-weight: 400;
  color: #000;
  font-size: 17px;
}

.conteudo h4 {
  font-size: 2rem;
  color: #7a7a7a;
  font-weight: 600;
  font-family: "Poppins", Sans-serif;
}

.conteudo h5 {
  font-size: 1.75rem;
  color: #7a7a7a;
  font-weight: 600;
  font-family: "Poppins", Sans-serif;
}

.conteudo li::marker {
  color: #7a7a7a;
  font-size: 20px;
  font-family: "Poppins", Sans-serif;
  font-weight: 400;
}

/* FOOTER */
footer {
  background: #EEEEEE;
  padding-top: 30px;
  padding-bottom: 30px;
}

footer p {
  text-align: center;
  color: #7A7A7A;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
}

footer img {
  opacity: 0.31;
  filter: brightness(0%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
}

footer svg {
  fill: #fff;
  width: .8em;
  height: .8em;
  position: relative;
  display: block;
}

.socials {
  display: flex;
  justify-content: center;
}

footer .socials a {
  background-color: #7A7A7A;
  border-radius: 10%;
  width: 25px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 2px;
  transition: .3s;
}

footer .socials a:hover {
  opacity: .9;
  transition: .3s;
}

footer a {
  color: #c36 !important;
}

footer a:hover {
  color: #336 !important;
}


@media(max-width:767px) {
  .conteudo p {
    font-family: "Poppins", Sans-serif;
    font-weight: 600;
    color: #7a7a7a;
    font-size: 16px;
  }

  .conteudo h4 {
    font-size: 1.7rem;
    color: #7a7a7a;
    font-weight: 600;
    font-family: "Poppins", Sans-serif;
  }

  .conteudo h5 {
    font-size: 1.5rem;
    color: #7a7a7a;
    font-weight: 600;
    font-family: "Poppins", Sans-serif;
  }

  .conteudo li::marker {
    color: #7a7a7a;
    font-size: 16px;
    font-family: "Poppins", Sans-serif;
    font-weight: 400;
  }

}