.cc-window {
  opacity: 1;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
}
.cc-window.cc-invisible {
  opacity: 0;
}
.cc-animate.cc-revoke {
  -webkit-transition: transform 1s ease;
  -webkit-transition: -webkit-transform 1s ease;
  transition: -webkit-transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease;
}
.cc-animate.cc-revoke.cc-top {
  -webkit-transform: translateY(-2em);
  transform: translateY(-2em);
}
.cc-animate.cc-revoke.cc-bottom {
  -webkit-transform: translateY(2em);
  transform: translateY(2em);
}
.cc-animate.cc-revoke.cc-active.cc-top {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.cc-animate.cc-revoke.cc-active.cc-bottom {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.cc-revoke:hover {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.cc-grower {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 1s;
  transition: max-height 1s;
}
.cc-revoke,
.cc-window {
  position: fixed;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: Helvetica, Calibri, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  z-index: 9999;
}
.cc-window.cc-static {
  position: static;
}
.cc-window.cc-floating {
  max-width: 24em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.cc-window.cc-banner {
  padding: 1em 1.8em;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.cc-revoke {
  padding: 0.5em;
}
.cc-revoke:hover {
  text-decoration: underline;
}
.cc-header {
  font-size: 18px;
  font-weight: 700;
}
.cc-btn,
.cc-close,
.cc-link,
.cc-revoke {
  cursor: pointer;
}
.cc-link {
  opacity: 0.8;
  display: inline-block;
  padding: 0.2em;
  text-decoration: underline;
}
.cc-link:hover {
  opacity: 1;
}
.cc-link:active,
.cc-link:visited {
  color: initial;
}
.cc-btn {
  display: block;
  padding: 0.4em 0.8em;
  font-size: 0.9em;
  font-weight: 700;
  border-width: 2px;
  border-style: solid;
  text-align: center;
  white-space: nowrap;
}
.cc-highlight .cc-btn:first-child {
  background-color: transparent;
  border-color: transparent;
}
.cc-highlight .cc-btn:first-child:focus,
.cc-highlight .cc-btn:first-child:hover {
  background-color: transparent;
  text-decoration: underline;
}
.cc-close {
  display: block;
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  font-size: 1.6em;
  opacity: 0.9;
  line-height: 0.75;
}
.cc-close:focus,
.cc-close:hover {
  opacity: 1;
}
.cc-revoke.cc-top {
  top: 0;
  left: 3em;
  border-bottom-left-radius: 0.5em;
  border-bottom-right-radius: 0.5em;
}
.cc-revoke.cc-bottom {
  bottom: 0;
  left: 3em;
  border-top-left-radius: 0.5em;
  border-top-right-radius: 0.5em;
}
.cc-revoke.cc-left {
  left: 3em;
  right: unset;
}
.cc-revoke.cc-right {
  right: 3em;
  left: unset;
}
.cc-top {
  top: 1em;
}
.cc-left {
  left: 1em;
}
.cc-right {
  right: 1em;
}
.cc-bottom {
  bottom: 1em;
}
.cc-floating > .cc-link {
  margin-bottom: 1em;
}
.cc-floating .cc-message {
  display: block;
}
.cc-window.cc-floating .cc-compliance {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.cc-window.cc-banner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.cc-banner.cc-top {
  left: 0;
  right: 0;
  top: 0;
}
.cc-banner.cc-bottom {
  left: 0;
  right: 0;
  bottom: 0;
}
.cc-banner .cc-message {
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  max-width: 100%;
  margin-right: 1em;
  text-align: left !important;
}
.cc-compliance {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}
.cc-floating .cc-compliance > .cc-btn {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.cc-btn + .cc-btn {
  margin-left: 0.5em;
}
@media print {
  .cc-revoke,
  .cc-window {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .cc-btn {
    white-space: normal;
  }
}
@media screen and (max-width: 414px) and (orientation: portrait),
  screen and (max-width: 736px) and (orientation: landscape) {
  .cc-window.cc-top {
    top: 0;
  }
  .cc-window.cc-bottom {
    bottom: 0;
  }
  .cc-window.cc-banner,
  .cc-window.cc-floating,
  .cc-window.cc-left,
  .cc-window.cc-right {
    left: 0;
    right: 0;
  }
  .cc-window.cc-banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cc-window.cc-banner .cc-compliance {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .cc-window.cc-floating {
    max-width: none;
  }
  .cc-window .cc-message {
    margin-bottom: 1em;
  }
  .cc-window.cc-banner {
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset;
  }
  .cc-window.cc-banner .cc-message {
    margin-right: 0;
  }
}
.cc-floating.cc-theme-classic {
  padding: 1.2em;
  border-radius: 5px;
}
.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
  text-align: center;
  display: inline;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}
.cc-theme-classic .cc-btn {
  border-radius: 5px;
}
.cc-theme-classic .cc-btn:last-child {
  min-width: 140px;
}
.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
  display: inline-block;
}
.cc-theme-edgeless.cc-window {
  padding: 0;
}
.cc-floating.cc-theme-edgeless .cc-message {
  margin: 2em;
  margin-bottom: 1.5em;
}
.cc-banner.cc-theme-edgeless .cc-btn {
  margin: 0;
  padding: 0.8em 1.8em;
  height: 100%;
}
.cc-banner.cc-theme-edgeless .cc-message {
  margin-left: 1em;
}
.cc-floating.cc-theme-edgeless .cc-btn + .cc-btn {
  margin-left: 0;
}

#dp_content_obj2 {
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  position: fixed;
  display: flex;
  margin: 0px;
  margin-block-end: 0px;
  margin-block-start: 0px;
  list-style: none;
  margin-inline-end: 0;
  margin-inline-start: 0;
  padding-inline-start: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  z-index: 9999999;
}
#dp_content_obj2 * {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  z-index: 9999999;
}
#dp_content_obj2 .cc-window.cc-floating {
  max-width: initial !important;
  padding: 1.5em 2em 2em 2em !important;
}
.dp-bar-description {
  width: 100%;
}
.dp-cookie-policy-button {
  position: fixed;
  bottom: 10px;
  left: 10px;
  max-width: 270px;
  background-color: #141c58;
  color: #fff;
  padding: 15px;
  display: flex;
  flex-wrap: nowrap;
  font-size: 16px;
  border-radius: 5px;
  line-height: 32px;
}
.dp-cookie-policy-button img {
  height: 32px;
  width: auto;
  margin-right: 10px;
}
.dp-cookie-policy-button-desc {
  width: auto;
  position: fixed;
  bottom: 10px;
  background-color: none !important;
}
.dp-cookie-policy-button-desc img {
  height: 32px;
  width: auto;
}
.cc-window.cc-banner.cc-compliance {
  flex: none;
}
.cc-btn {
  border-radius: 10px;
  -webkit-box-align: none;
}
.cc-compliance {
  -webkit-box-flex: unset !important;
  -ms-flex: none !important;
  flex: none !important;
}
.cc-bottom {
  bottom: 0em;
  width: 100%;
  left: 0;
}
.cc-revoke {
  width: initial !important;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  border: none;
}
.cc-close {
  font-size: 2em !important;
  text-align: right;
  height: 10px;
  top: 0.3em !important;
}
.dp-bar-preference {
  width: 12rem !important;
}

.cc-window.cc-floating.cc-right-left .dp-bar-preference {
  width: unset !important;
}

@media (min-width: 900px) {
  .privacy-tools-layout {
    width: 100%;
    display: flex;
  }
  .dp-bar-actions {
    flex-wrap: nowrap;
    max-height: 40px;
  }
  .dp-bar-preference {
    margin-right: 45px;
    margin-left: 10px;
  }
  .cc-floating .cc-message {
    margin-right: 15px;
  }

  .cc-window.cc-floating.cc-right-left .dp-bar-preference {
    margin-right: 10px;
    margin-left: 10px;
  }

  .cc-window.cc-floating.cc-right-left .dp-bar-actions {
    flex-wrap: wrap;
  }
}

@media (min-width: 501px) and (max-width: 899px) {
  .privacy-tools-layout {
    width: 100% !important;
    display: block;
  }
  .dp-bar-actions {
    flex-wrap: wrap;
    margin-top: 8px;
  }
  .dp-bar-preference {
    padding-top: 5px;
    padding-left: 20px;
  }
  .dp-bar-button {
    height: 100%;
  }
  .dp-bar-description {
    margin-top: 10px;
  }
}
@media (min-width: 501px) {
  .dp-bar-actions {
    display: flex;
  }
  .dp-bar-preference {
    display: flex;
    padding-top: 5px;
    padding-left: 20px;
  }
  .dp-bar-button {
    width: 100%;
  }
  .cc-btn {
    margin-right: 5px;
    display: flex;
    padding: 0.5em 1.5em;
    height: 40px;
  }
  .cc-dismiss {
    margin-right: 0px;
  }
  .cc-compliance {
    margin-right: 5px;
  }

  .cc-window.cc-floating.cc-right-left .dp-bar-actions {
    flex-wrap: wrap;
  }
}
@media (max-width: 500px) {
  .dp-bar-preference {
    width: 100%;
    display: block;
  }
  .dp-bar-actions {
    flex-wrap: wrap;
    display: flex;
    line-height: 38px;
  }
  .dp-bar-button {
    margin-right: 0.5px;
    height: 100%;
    border-radius: none;
  }
  .dp-bar-dismiss {
    width: 100% !important;
  }
  .cc-btn {
    flex: 1;
    padding: none !important;
  }
  .cc-compliance {
    width: calc(50vw - (1.8em + 5px)) !important;
    padding-right: 3px;
  }
  .cc-dismiss {
    width: 100% !important;
  }
  .cc-btn {
    border-radius: 0px;
    padding: 0px !important;
  }
  .dp-bar-description {
    margin-top: 10px;
  }

  .cc-window.cc-floating.cc-right-left .cc-btn {
    padding: 0.4em 0.8em !important;
  }
}
@media (min-width: 950px) and (-ms-high-contrast: none),
  (-ms-high-contrast: active) {
  .cc-deny {
    display: block;
  }
  .dp-bar-description {
    max-width: 650px;
  }
  .dp-bar-preference {
    display: block;
    margin-left: 0 !important;
    padding-left: 0px !important;
  }
}

/* nova parte */
.cc-right-left#privacytools-banner-consent {
  width: 400px;
  padding: 1.8em 1.8em 1.8em;
  bottom: 1%;
  border-radius: 4px;
}

.cc-top.cc-right-left#privacytools-banner-consent {
  margin-top: 5px;
  max-height: 200px;
}

.cc-right.cc-right-left#privacytools-banner-consent {
  left: auto;
  right: 10px;
}

.cc-left.cc-right-left#privacytools-banner-consent {
  left: 10px;
  right: auto;
}

.cc-right-left .privacy-tools-layout {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.cc-right-left .dp-bar-description .cc-message {
  font-size: 14px;
  line-height: 150%;
}

.cc-right-left .dp-bar-preference {
  min-width: 106px;
  padding: 0;
}

#dp_content_obj2 .cc-window.cc-floating.cc-right-left {
  max-width: 95vw !important;
  padding: 1.5em !important;
}
