* { list-style: none; font-family: 'Roboto', sans-serif; }
hr { background: #fff; }
a:link { text-decoration:none; } 

.list-group .active a { color: #fff; }
.list-group .active a:hover { font-weight: bold; transition: all .4s ease-in-out;  }

.parallax { background-image: url(../../img/BANNER.png); background-size: cover; background-position: center; background-attachment: fixed; text-align: center; color: #fff; padding: 160px 0; }



.footer { background: rgb(34, 34, 34); }
.footer .fa { background: #fff; margin-right: 5px; padding-top: 12px; border-radius: 100%; width: 40px; height: 40px; text-align: center; float: left; }
.footer .fa:hover {   transition: all .4s ease-in-out; }
.footer .redes-sociais { margin-top: 25px; }

.footer .dados-footer { color: #fff; }
.footer .copyright { color: #fff; }

.footer-center p{color: #fff;     padding-top: 10px;}


/****************************** BOOTSTRAP */
.card { box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19); margin-right: 20px; background: rgb(247, 244, 244); }
.card .card-title  { font-size: 20px; }
.card .card-text { font-size: 12.5px; }

.card-alto { margin-top: 20px; }

.card:last-child { margin-right: 0; }
.card .fa { color: red; }

.btn { cursor: pointer;  }
.list-group { box-shadow: 3px 6px 10px 0 rgba(0,0,0,0.2), 3px 6px 10px 0 rgba(0,0,0,0.19); }

@media (max-width: 767.9px) { .list-group { margin-bottom: 25px; } }