/*----------
 início - body - 4 colunas de notícias 
 ----------*/
 #image-noticias{
    width: 100%; 
    height: 170px; 
    background-size: 100%;
    background-repeat:no-repeat;
    background-size: cover;
    background-position:center;
  }
  
  .image-thumb-container{
    padding-top: 15px;
  }
  
  .image-thumb-container .image-thumb-container__image-noticias{
    width: 100%; 
    height: 170px; 
    background-size: 100%;
    background-repeat:no-repeat;
    background-size: cover;
    background-position:center;
  }
  
  #container_news_1 {
    border-radius: 15px 15px 0px 0px;
    background: var(--proreitoria-color);
    padding: 10px;
    height: 50px;
    width: fit-content;
    margin-top: 0rem;
  }
  
  #container_news_1 h3{
    text-decoration: none;
  }
  
  #container_news_2 {
    border-radius: 15px 15px 0px 0px;
    /*background:var(--proreitoria-color);*/
    /* A cor de background da aba de notícias é obtida no functions.php. Obtém a cor personalizada do Customizer */
    padding: 10px;
    height: 50px;
    width: fit-content;
    margin-top: 0rem;
  }
  
  #line-1 {
    border-top: 2px solid;
    /* A cor de background da aba de notícias é obtida no functions.php. Obtém a cor personalizada do Customizer */
  }
  
  #line-2 {
    border-top: 2px solid;
    /* A cor de background da aba de notícias é obtida no functions.php. Obtém a cor personalizada do Customizer */
  }
  
  
  #item {
    width: fit-content;
    font-family: "Open Sans", Sans-serif;
    color: white;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: -1px;
    padding: 5px;
    margin-bottom: 1em;
  }
  
  .container_news_1 h3{
    color: #000000;
    font-family: "Open Sans", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
  }
  
  .item_noticia{
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #b9b9b9;
    padding-bottom: 1rem;
    margin-bottom: 2.5rem;
  }
  
  .wp-post-image{
    margin-bottom: 1rem;
  }
  
  .size-noticias-thumb{
    width: 50%;
    height: auto;
  }
  
  .form-control .input-group-append{
    background-color: #f1f5ff;
  }
  
  .card-body{
    padding: 0px;
  }
  
  .card {
    background: none;
    border: none;
    padding: 0px;
  }
  
  .container_news_1 {
    border-bottom: 2px;
    border-color: #4B4F58;
  }
  
  
  .noticias-categorias{
     padding: 0px 0px 0px 0px; 
    /* padding: 0px 0px 0px 0px; */
  }
  
  .noticias-categorias__conteudo{
    border-bottom:1px solid;
    border-color:  #74777d;
    padding: 15px 0px 30px 0px;  
  }
  
  .noticias-categorias__conteudo__titulo{
    color: #000000;
    font-family: "Open Sans", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    line-height: 24.75px;
  }
  
  .noticias-categorias__conteudo__info{
    font-size: 0.8em; 
    color:#707070; 
    margin-top: 0.3em; 
    font-weight: normal; 
    font-family: 'Roboto', sans-serif;
  }
  
  .noticias-categorias__conteudo__info__texto{
    padding: 0px 5px;
  }
  
  .noticias-categorias__conteudo__info__icon{
    display:flex;
    flex-direction: column;
    justify-content: center;
  }
  
  #noticias-categorias__exerpt p{
    font-size: 16px;
    margin-bottom: 0px;
  
  }
  /*----------
   fim - body - 4 colunas de notícias 
   ----------*/
  
  /*----------
   início - body - linha do botão mais notícias  
  ----------*/
  .mais_noticias{
    margin-top: 2.5rem;
    align-items: center;
    display: flex;
  }
  
  .mais_noticias a{
    display: inline-block;
    cursor: pointer;
    color:var(--padrao_ufpr);
    font-family: "Open Sans", Sans-serif;
    font-size: 16px;
    font-weight: normal;
    transition: all 0.15s linear 0s;
    text-decoration: none;
    position: relative;
    box-sizing: border-box;
    transition: transform 450ms;
    border: none;
    padding: 0;
  }
  
  .mais_noticias a i {
    border: 1px solid var(--padrao_ufpr);
    border-radius: 5px;
    padding: 0.5rem;
    margin-right: 5px;
  }
  
  .mais_noticias a:hover{ 
    color:var(--padrao_ufpr);
    transform: scale(0.97, 0.97);
    transition: transform 450ms;
  }
  /*----------
   fim - body - linha do botão mais notícias  
  ----------*/


/*---------------------------------------------------------------------------------------------------------------------
=RESPONSIVO
-----------------------------------------------------------------------------------------------------------------------
definições para dispositiovos mobile e telas de menor resolução
----------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 800px){
  #coluna_noticias_2{
    padding-top: 3rem;
  }
}

@media (max-width: 450px){
  .item_noticia .size-noticias-thumb{
    width: 100%;
    height: auto;
  }
}
