#footer .social-links a:hover {
  background:  #700000;
  color: #fff;
  text-decoration: none;
}

#motivoSonorus {
    position: relative;
    top: 70px;
    color: #700000;
}


 #cookiePopup {
    display:flex;
    background: white;
    min-width: 25%;
    position: fixed;
    left: 10px;
    bottom: 20px;
    box-shadow: 0px 0px 15px #cccccc;
    padding: 5px 10px;
    border-radius: 10px;
  }
    #cookiePopup p{
    text-align: left;
    font-size: 15px;
    color: #4e4e4e;
  }
  #cookiePopup button{
    width: 100%;
    border: navajowhite;
    background: #b80000;
    padding: 5px;
    border-radius: 10px;
    color: white;
  }
