#qod-show {
  position: fixed;
  z-index: 1000000000000000000000000;
  right: 30px;
  bottom: -55px;
  padding: 20px 10px 10px 10px;
  background-color: #f2f2f2;
  border-radius: 5px 5px 0 0;
  border: 1px solid #d1d1d1;
  text-align: center;
  transition: all 500ms ease-out;
}
#qod-show p {
  margin: 0;
  color: #222222;
  font-size: 14px;
  min-height: 21px;
}
#qod-show p span {
  font-size: 12px;
}
#qod-show:hover {
  bottom: 0;
  padding-top: 10px;
}

#qod-cookies {
  position: fixed;
  z-index: 100000000000000000000000;
  bottom: 0;
  right: 5%;
  width: 90%;
  background-color: #f2f2f2;
  color: #000;
  padding: 15px 30px 30px 15px;
  z-index: 1000;
  border: 1px solid #d1d1d1;
  border-radius: 5px 5px 0 0;
  transition: all 1s ease-out;
}
#qod-cookies .qod-close {
  position: absolute;
  right: 15px;
  top: 15px;
}
#qod-cookies .qod-close svg {
  width: 20px;
  height: 20px;
}
#qod-cookies h4 {
  color: #222222;
  font-size: 15px;
  margin-bottom: 10px;
  font-weight: bold;
}
#qod-cookies p {
  color: #222222;
  font-size: 12px;
  margin-bottom: 20px;
}
#qod-cookies .qod-buttons {
  display: flex;
  justify-content: center;
  gap: 0 10px;
  margin-bottom: 20px;
}
#qod-cookies .qod-buttons button {
  width: 140px;
}
#qod-cookies .qod-buttons button.qod-accept {
  height: 45px;
  padding: 10px;
  margin: initial;
  white-space: nowrap;
  border-radius: 10px;
  cursor: pointer;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
  line-height: 20px;
  text-align: center;
  flex: initial;
  border: 0;
  color: #fff;
  background-color: #1e73be;
}
#qod-cookies .qod-buttons button.qod-denied {
  height: 45px;
  padding: 10px;
  margin: initial;
  white-space: nowrap;
  border-radius: 10px;
  cursor: pointer;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
  line-height: 20px;
  text-align: center;
  flex: initial;
  border: 0;
  color: #222222;
  background-color: #d1d1d1;
}
#qod-cookies .qod-links {
  display: flex;
  gap: 0 30px;
  justify-content: center;
}
#qod-cookies .qod-links a {
  color: #222222;
  font-size: 12px;
  text-decoration: underline !important;
}

/* Small devices (smartphones, 480px ld or 320px pt and up) */
/* Small devices (tablets pt, 768px and up) */
@media (min-width: 768px) {
  #qod-cookies {
    position: fixed;
    z-index: 100000000000000000000000;
    bottom: 0;
    right: 30px;
    width: 500px;
    background-color: #f2f2f2;
    color: #000;
    padding: 30px;
    z-index: 1000;
    border: 1px solid #d1d1d1;
    border-radius: 5px 5px 0 0;
    transition: all 1s ease-out;
  }
}
/* Large devices (large desktops, 1200px and up) *//*# sourceMappingURL=estilos-disclaimer.css.map */