
.topo-0{
   background-color: #850000;
   padding: 10px 0;
}

.img-logo{
   width: 100%;
   height: auto;
   max-width: 220px;
}

.texto-topo-0{
   margin: 0;
   color:#fff;
   font-size: 12px;
   line-height: 1.2;
   text-align: center;
}

.topo-1{
   background-color: #fff;
   padding: 40px 0;
}

.titulo{
   font-size: 2.8rem;
   letter-spacing: -0.05rem;
   margin-top: 0;
   margin-bottom: 10px;
   font-family: "Merriweather", serif;
   font-weight: 700;
   color: #333;
}

.subtitulo{
   font-size: 1.5rem;
   font-weight: 500;
   margin-top: 20px;
   margin-bottom: 10px;
   line-height: 1.1;
   color: #333;
}

.articleInfo{
   color: #999;
   font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
   font-size: 100%;
   margin-bottom: 15px;
}

.photoAuthor {
    height: 40px;
    margin-right: 12px;
    width: 40px;
    border-radius: 50%;
}

.articleAuthor {
    color: #005dae;
    font-weight: bold;
    margin-right: 8px;
}

.img-max{
   width: 100%;
   height: auto;
   margin: 20px 0;
}

.texto{
   font-family: 'Merriweather', serif;
   font-size: 19px;
   font-weight: 400;
   height: 100%;
   line-height: 1.75;
   color: #333;
   margin-bottom: 20px;
}

.texto a{
   color: #850000;
}

.texto a:hover{
   color: #850000;
}

.titulo-texto{
   font-size: 1.5rem;
   font-weight: 700;
   ine-height: 1.1;
    color: #333;
   margin-top: 20px;
   margin-bottom: 20px;
}

blockquote {
    background-color: #eee;
    border-left: 5px solid #cc0000;
    font-size: inherit;
    font-style: italic;
    padding: 15px 5px 15px 10px;
}

.botao{
   text-align: center;
   color: #fff;
   text-decoration: none;
   border: 2px solid #be352b;
   display: block;
   font-size: 20px;
   padding: 7px 40px;
   text-decoration: none;
   border-radius: 10px;
   margin: 40px auto 0;
   background-color: #cc0000;
   max-width: 550px;
   padding: 15px;
   font-size: 22px;
   font-weight: bold;
}

.botao:hover{
   color: #fff;
}

.esp-topo{
   margin-top: 40px;
}



.comments {
    display: block;
    margin-bottom: 30px;
}


.comment {
    display: block;
    width: 100%;
    padding-bottom: 15px;
    border-bottom: 1px solid #ebebeb;
    min-height: 50px;
    margin-bottom: 15px;
}

.comment .answer {
    padding: 0;
    padding-left: 35px;
    border-bottom: none;
    margin-bottom: 0;
    margin-top: 20px;
}

.comment .icon{
max-width: 50px;
    width: 100%;
    float: left;
    border-radius: 50%;
}

.comment .img-comment {
    max-width: 300px;
    width: 100%;
    margin-left: 60px;
    margin-top: 5px;
}

.comment p{
    margin-left: 60px;
    font-size: 16px;
    line-height: 18px;
    margin-top: 0;
    margin-bottom: 10px;
}

.rodape{
   padding: 40px 0 20px 0;
   background-color: #fff;
   border-top: 2px solid #000;
}

.texto-rodape{
   color: #000;
   font-family: 'Merriweather', serif;
   font-size: 0.85rem;
   text-decoration: none;
   font-weight: 600;
}

.texto-rodape small{
   color: #999;
   font-family: 'Merriweather', serif;
   font-size: 10px;
   margin-top: 100px;
   text-align: center;
}

.texto-rodape a{
   color: #000;
   margin-left: 5px;
   margin-right: 5px;
}

.texto-rodape:hover{
   color: #850000;
}

@media screen and (max-width: 700px) {
    .comment .img-comment {
            margin: auto;
    }
}


@media screen and (max-width: 600px) {

   .articleInfo{
      font-size: 14px;
   }

   .titulo-texto{
      font-size: 1.25rem;
   }

   .subtitulo{
      font-size: 1.4rem;
   }

   .titulo{
      font-size: 1.7rem;
   }   

}