/*---------------------------------------------------------------------------------------------------------------------
=POST
-----------------------------------------------------------------------------------------------------------------------
definições para as páginas internas de notícias
----------------------------------------------------------------------------------------------------------------------*/
/*----------
 início - página de notícias - single.php
----------*/ 
.single__post{
  max-width: 1140px;
  }
  
  .single__post__title{
    margin-bottom: 20px;
  }
  
  .single__post__title h1{
    font-family: Raleway, sans-serif;
    font-size: 36px;
    font-weight: 800;
    line-height: 50.4px;
    text-decoration: none solid rgb(36, 54, 115);
    word-spacing: 0px;
    margin-bottom: 20px!important;
    color: #243673;
  }
  
  .single__post__title small{
    font-size: 18px;
  }
  
  .single__post__text{
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    line-height: 24.75px;
    text-decoration: none solid rgb(116, 119, 125);
    word-spacing: 0px;
    color: #212529;
    margin-bottom: 10px!important;
    margin-top: 20px!important;
  }
  
  #single__post__image {
    text-align: center;
  }
  
  #single__post__image img{
    width: 100% !important;
    max-width: 100%;
    height: auto !important;
  }
  
  .single__post__conteudo__info{
    font-size: 14px; 
    color:#707070; 
    margin-top: 0.3em; 
    font-weight: normal; 
    font-family: 'Roboto', sans-serif;
    display: flex;
    
  }
  
  .single__post__conteudo__info__texto{
    padding: 0px 5px;
  }
  
  .single__post__conteudo__info__icon{
    color: #243673;
  }
  
  .single__post__conteudo__info__icon i{
    color: #243673;
  }
  
  .single__post__title i{
    color: #243673;
    font-size: 14px; 
  }
  
  .single__post__divider {
    background-color:  #243673;
    height: 5px;
    width: 12%;
  }
  
  .sugestoes-news{
    padding-top: 10px;
  }
  
  .sugestoes-news__titulo h3{
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 25px;
    text-decoration: none solid;
    text-align: left;
    word-spacing: 0px;
    color: #374678;
    padding-top: 10px;
  }
  
  .sugestoes-news__data{
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    line-height: 16px;
    text-decoration: none solid;
    text-align: left;
    word-spacing: 0px;
    color:  #A9A9A9;
    
  }
  
  .sugestoes-news__texto{
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    line-height: 21px;
    text-decoration: none solid;
    text-align: left;
    word-spacing: 0px;
    color:  #777777;
    padding-top: 10px;
  }
  
  #sugestoes-news__image-noticias{
    width: 100%; 
    height: 200px; 
    background-size: 100%;
    background-repeat:no-repeat;
    background-size: cover;
    background-position:center;
  }
  /*----------
  fim - página de notícias - single.php
  ----------*/ 
/*----------
início - página de notícias - single-eventos.php
----------*/ 
#single-eventos__post__image img{
  
}

#single-eventos__post__image {
  display: flex;
}
/*----------
fim - página de notícias - single-eventos.php
----------*/   

/*---------------------------------------------------------------------------------------------------------------------
=RESPONSIVO
-----------------------------------------------------------------------------------------------------------------------
definições para dispositiovos mobile e telas de menor resolução
----------------------------------------------------------------------------------------------------------------------*/
/*----------
início - página de notícias - single.php
----------*/ 
@media (max-width: 767px) {
  #single__post__content{
    padding-left: 12px !important;
    padding-right: 12px;
  }
}
/*----------
fim - página de notícias - single.php
----------*/ 