/*
=================================
 ESTILOS DO RODAPÉ 
=================================
*/

.navbar-redes a:focus,
.redes-sociais-footer a:focus,
.whatsapp-float:focus {
    outline: none;
    box-shadow: none; 
} 

footer {
    background: #0d2c54;
    padding: 100px 0 10px 0;
    position: relative;
}
footer h4 {
    color: #919496;
    font-size: 1em;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: bold;
}
footer a {
    color: white;
    text-decoration: none;
    transition: color 0.3s ease;
}
footer a:hover {
    color: #9bf0e1;
    text-decoration: none;
}
footer .list-unstyled li {
    margin-bottom: 10px;
    color: white;
    font-size: 0.9rem;
}
footer .list-unstyled i {
    color: #9bf0e1;
    margin-right: 10px;
    width: 20px;
    text-align: center;
}
footer .redes-sociais-footer a {
    margin-right: 10px;
}
footer .copyright-text {
    margin: 30px 0 5px 0;
    font-size: 0.8rem;
    color: #aaa;
}
.creditos-footer {
  padding-bottom: 15px;
  text-align: center;
}
.creditos-footer p {
  margin: 0;
  font-size: 0.8rem;
  color: #919496;
}
.creditos-footer a {
  color: #b3b3b3;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}
.creditos-footer a:hover {
  color: #ffffff;
}