.box-cookies {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(45, 45, 45, 0.81);
  padding: 20px;
  border-radius: 4px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  z-index: 9999;
  text-align: center;
}

/* Estilos adicionais para ocultar e exibir o banner */
.box-cookies.hide {
  display: none;
}

.box-cookies.show {
  display: block;
}

.msg-cookies {
  margin-bottom: 10px;
	color: #fff;
}

.msg-cookies a {
  text-decoration: none;
}

.msg-cookies a:hover {
  text-decoration: underline;
}

.btn-cookies {
  background-color: #FF6722;
  color: white;
  border: none;
  padding: 8px 16px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  cursor: pointer;
  border-radius: 4px;
}
