/* Aviso de Cookies */
.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0,0,0,0.85);
  color: #fff;
  display: block;
  padding: 15px 30px;
  font-size: 14px;
  font-family: "Century Gothic", Helvetica, Arial, sans-serif;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  z-index: 9999;
  text-align: left;
}

.cookie-banner p {
  margin: 0;
  padding: 0 0 10px 0;
  word-wrap: break-word;
  color: #fff;
}

.cookie-banner a {
  color: #999;
  text-decoration: none;
  font-weight: bold;
}

.cookie-banner button {
  display: inline-block;
  background-color: #cc0099;
  color: #fff;
  border: none;
  padding: 8px 20px;
  cursor: pointer;
  font-weight: bold;
  border-radius: 10px;
  font-family: "Century Gothic", Helvetica, Arial, sans-serif;
}

.cookie-banner button:hover {
  background-color: #cc3399;
}
