.politica-popup {
  position: fixed;
  bottom: 20px;
  left: 20px;
  width: 25%;
  padding: 30px;
  background: #fff;
  border-radius: 24px;
  font-size: 13px;
  box-shadow: 0 0 10px #00000030;
  z-index: 9999999999999999;
}
.cookiealert.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0%);
  transition-delay: 1000ms;
}
.politica-popup button {
  background: var(--primary-200);
  color: #fff;
  padding: 5px 20px;
  border-radius: 8px;
  float: right;
  margin: 20px 0 0 0;
  cursor: pointer;
  border: none;
}
.politica-popup a {
  color: inherit;

}
.politica-popup a:hover {
  color: #ff8533;

}
