footer{
    background-color: #e5282c;
}

html, body {
    height: 100%;
  }
  
  body {
    display: flex;
    flex-direction: column;
  }
  
  main.container {
    flex: 1;
  }

.icones-redes-sociais {
    color: #000;
}

.icones-redes-sociais:hover {
    color: #FFF;
}

.navbar-primary {
    background-color: #e5282c;
}

.nav-item{
    font-weight: bold;
    font-size: 17px;
}

.nav-link:hover{
    color: #e5282c !important;
    font-weight: bold;
}

.carousel-inner{
    border-radius: 15px;
}

.card-img-noticia {
    width: 100%;
    height: 200px; 
    object-fit: cover; 
    object-position: center;
}
