.sociales a:hover {
  color: #FFD700;
}

.btn:hover {
  background-color: rgba(255,215,0,0.85);
  color: black;
}

