*, *:before, *:after {
    box-sizing: inherit;
  }

/**
html {
    font-size:  62.5%;
}
**/

html{
    scroll-behavior: smooth;
}


body {
    margin: 0%;
    padding: 0%;
    box-sizing: border-box;
    font-family: Articulat, Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-style: normal;
}





  /**Footer**/

footer {
  background-color: black;
  color: white;
  text-align: center;
  padding: 40px;
  font-size: 0.8rem;
}

.footer-menu{
  color: white;
  background: black;
  margin: auto;
  text-align: center;
  font-size: 0.8rem;
}

.footer-menu nav a{
  color: white;
  text-decoration: none;
  padding: 50px 80px 50px 80px;
  transition: all 0.5s;
}

.footer-menu a{
  display: inline-block;
}

.footer-menu nav a:hover{
  color: var(--gris-claro);
}

hr{
  width: 50%;
  text-align: center;
  margin-bottom: 0%;
  margin-top: 0%;
}