/* your styles go here */

.copyrights-text {
  font-weight: 300;
  font-size: 5px;
}

/* mobile */
@media screen and (min-width: 0px) and (max-width: 480px) {
  .mobile-hide{ display: none; }
}

/* desktop */
@media screen and (min-width: 481px) {
  .desktop-hide{ display: none; }
}

.sombra{
   text-shadow: 2px 2px rgba(0,0,0,0.5);
}
