#recup a{
    color: red;
    font-weight: bold;
}

#const {
    color:rgb(214, 188, 20);
    font-weight: bold;

}
.row{
    margin-bottom: 2rem;
}


a{
    text-decoration: none;
    transition: .5s;
}

.center-image {
    background-size: cover;
    background-position: center;
}

/* Menu */
#header {
    text-align: center;
    padding: 20px;
    border-bottom: 1px solid #CCC;
  }

#logo {
    width: 80px;   
    
}

#logo-container {
    display: flex;
    justify-content: center;
}

#logo_msg{    
    font-family: 'Rock Salt', cursive;
    margin-top: 20px;
}

#menu_barra a{
    width: 180px;
    color: black;
}

#menu_barra a:hover{    
    color: blue;
}


/* Corpo */

/*
.main-image {
    height: 400px;
    background-image: url('imagens/capa');
    margin-bottom: 30px;
    position: relative;
    
}

.main-image-info {
    background-color: #FFF;
    padding: 25px;
    position: absolute;
    left: 25px;
    bottom: 25px;
}

.texto2 {
    color: black;
    font-weight: bold;
}


*/

.capa {
    height: 400px;
    background-image: url('imagens/capa.jpg');
    margin-bottom: 30px;
    position: relative;    
}

#destaque{
    text-align: center;
    margin-bottom: 50px;
}

/* FOOTER */
footer {
    border-top: 1px solid #CCC;
    height: 250px;
    padding: 30px;
}
  
footer i {
font-size: 20px;
}

footer p {
text-align: center;
margin: 20px;
}

#social-icons-container {
    padding: 25px;
  }
  
  #social-icons-container div {
    text-align: center;
  }

  a:hover i {
    color: #6e6ede;
  }

  .corrigir{
    color: black;
    background-color: #FFF112;
  }

  .ok{
    color: black;
    background-color: #42C200;
  }

  .recup{
    color: black;
    background-color: rgb(255, 0, 0);
  }


  
