:root {
  --multiplicador-responsive: 1;
  --reductor-responsive: 1;
}

.site-footer {
  font-size: 12px;
  font-size: .8rem;
}

.site-footer p {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  margin-bottom: 0;
  color: #333;
}

.site-footer a {
  color: #333;
  text-decoration: none;
}

.site-footer p .autores {
  color: #333;
}

@media only screen and (max-width: 768px) {
    
    :root {
        --multiplicador-responsive: 2.2;
        --reductor-responsive: 1;
    }
}