.footer__logo {
  margin: 0 auto;
  width: 15%;
}

footer {
  background-color: #2c2c2c;
  padding: 36px;
}
footer p {
  color: #ffffff;
  font-size: 0.8rem;
  text-align: center;
}
.footer__info {
  color: #d8d0be;
  text-align: center;
}

.footer__info a[href='mailto:info@elbalcondecristal'] {
  text-decoration: underline;
}

footer a {
  color: inherit;
  font-family: 'Roboto-Medium';
  text-decoration: none;
}

@media only screen and (max-width: 992px) {
  .footer__logo {
    width: 25%;
  }
}

@media only screen and (max-width: 768px) {
  .footer__logo {
    width: 30%;
  }
}

@media only screen and (max-width: 480px) {
  .footer__logo {
    width: 35%;
  }
}
