.page-footer{background-color: purple; color: white; border-top: 10px solid yellow; }
.FOOTER_H5_TAGOSTANDO{ color: Yellow; font-weight: 700; }
.DESTAK_ATENCAO__FO{ color: Yellow; font-weight: 700; }




/* Style all font awesome icons */
.fa {
  padding: 20px;
  font-size: 30px;
  width: 50px;
  height: 50px;
  text-align: center;
  text-decoration: none;
}

/* Add a hover effect if you want */
.fa:hover {
  opacity: 0.7;
}

/* Set a specific color for each brand */

/* Facebook */
.fa-facebook {
  background: #3B5998;
  color: white;
}

/* Twitter */
.fa-twitter {
  background: #55ACEE;
  color: white;
}

.fa-youtube {
  background: #bb0000;
  color: white;
}

.fa-instagram {
  background: #125688;
  color: white;
}

