div#filter-cookies-not-accepted {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: grey;
  z-index: 999;
  opacity: .7;
  display: none; }

div.politica-de-cookies {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  padding: 20px;
  text-align: center;
  background-color: white;
  z-index: 9999;
  display: none; }

.custom-control_cookies label {
  font-weight: normal;
  font-size: 15px; }