@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&amp;display=swap');
a,
a:hover,
a:active,
a:visited,
a:focus {
  text-decoration: none !important;
}
html {
  scroll-behavior: smooth;
  font-family: 'Roboto', sans-serif;
}
.link{
  cursor: pointer;
}
/* HEADER */
header{
  background-color: #C52D28;
  padding-top: 20px;
  padding-bottom: 10px;
}
header h4{
  text-align: center;
  color: #FFFFFF;
  font-size: 27px;
  font-weight: 400;
  margin-bottom: 0;
}
header p{
  text-align: center;
  color: #FFFFFF;
  font-size: 11px;
  font-weight: 400;
}
/* TÍTULO */
.titulo{
  padding-top: clamp(24px,4vw,40px);
  padding-bottom: clamp(24px,3vw,30px);
}
.titulo h1{
  color: #000000;
  font-size: clamp(21px,3vw,31px);
  font-weight: bold;
  line-height: clamp(27px,3vw,45px);
  margin-bottom: 20px;
}
.subtitulo{
  color: #7A7A7A;
  font-size: clamp(15px,3vw,18px);
  font-weight: 400;
  line-height: clamp(23px,3vw,29px);
  margin-bottom: 20px;
}
.autor-data{
  color: #000000;
  font-size: clamp(15px,3vw,17px);
  font-weight: normal;
}
hr{
  background-color: #000000;
  opacity: 1;
}
mark{
  background-color: yellow;
}
.vermelho{
  color: red;
}
strong{
  font-weight: bold;
}
/* CONTEUDO */
.conteudo{
  padding-bottom: clamp(24px,3vw,30px);
}
.conteudo h3{
  color: #000000;
    font-size: clamp(22px,3vw,23px);
    font-weight: 700;
    line-height: clamp(29px,3vw,30px);
    margin-bottom: 20px;
}
.conteudo p{
  color: #000000;
  font-weight: 400;
  font-size: clamp(16px,3vw,18px);
}
.conteudo img{
  width: 100%;
}
.botao{
    font-size: 22px;
    font-weight: bold;
    background-color: #FF0800;
    border: none;
    padding: 12px 24px;
    border-radius: 3px;
    color: #fff;
}
/* COMENTARIOS */
.comentarios{
  padding-top: clamp(24px,4vw,40px);
  padding-bottom: clamp(24px,4vw,40px);
}
.box-comentarios{
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.23);
  padding: 15px 15px 15px 15px;
  background-color: #F6F7F9;
  border-radius: 20px 20px 20px 20px;
}
.comentario{
  margin-top: 20px;
}
.titulo-comentario{
  color: #333333;
    font-family: "Arial", Sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1em;
    padding: 5px 5px 5px 5px;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #E9EBEE;
}
.img-autor{
  width: 50px;
  height: 50px;
  object-fit: cover;
  object-position: center center;
  flex-shrink: 0;
  border-radius: 100px;
}
.conteudo-comentario{
  padding: 5px 5px 5px 5px;
}
.nome-comentario{
  color: #365899;
  font-family: "Arial", Sans-serif;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 5px;
}
.texto-comentario{
  color: #333333;
  font-family: "Arial", Sans-serif;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 5px;
}
.comentarios ul{

  padding: 0;
  list-style-type: none;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.comentarios ul li{
  font-family: "Arial", Sans-serif;
    font-size: 11px;
    font-weight: 400;
    line-height: 1em;
    color: #90949C;
    margin-right: 5px;
    margin-left: 5px;
}
.comentarios ul li:nth-child(1){
  margin-left: 0;
}
.imagem-comentario{
  margin-bottom: 5px;
}
.resposta{
  border-left: 1px solid #E9EBEE;
  padding-left: 10px;
  margin-left: 50px;
}
/* HEADER */
footer{
  background-color: #C52D28;
  padding-top: 20px;
  padding-bottom: 10px;
}
footer p{
  text-align: center;
  color: #FFFFFF;
  font-size: clamp(11px,3vw,13px);
  font-weight: 400;
  margin-top: 20px;
  margin-bottom: 0;
}