footer {
  width: 100%;
  background: #1a1a1a;
  bottom: 0;
}
footer .linkslegales {
  text-align: center;
  margin-bottom: 10px;
  padding: 15px 10px 0px 10px;
  cursor: default;
}

footer .linkslegales a {
  color: white;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  transition: 0.2s;
}

footer .linkslegales a:hover {
  color: #d6d6d6;
  text-decoration: none;
  transition: 0.3s;
}

footer .linkslegales .barritaMedio {
  display: inline;
  margin: 10px;
  color: white;
  line-height: 16px;
  font-weight: 300;
  cursor: default;
}

footer em {
  display: block;
  text-align: center;
  color: white;
  font-size: 12px;
  padding: 0px 0px 15px 0px;
  font-style: normal;
  cursor: default;
}


/* VERSION TABLET */
@media screen and (max-width: 1100px) {
footer em {
    font-size: 11px;
}
}


@media screen and (max-width: 800px) {
footer .linkslegales a{
    font-size: 14px;
}
}