﻿/*@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,100..900&display=swap');*/
/*$smallWidth: 360px;
$tabletWidth: 767px;
$desktopWidth: 1024px;
$largeWidth: 1280px;*/
#pnlDebug {
  position: fixed;
  top: 10px;
  left: 10px;
  height: auto;
  z-index: 9999;
  color: orange;
  background-color: #2a2a2a;
  border-radius: 5px;
  padding: 5px;
}

.debugContainerGrid {
  position: fixed;
  background-color: transparent;
  width: 100%;
  max-width: 1280px;
  height: 100%;
  pointer-events: none;
  z-index: 800;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.debugContainerGrid .debugGrid {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-basis: auto;
  flex: 1 0 auto;
}
.debugContainerGrid .debugGrid .item {
  width: 100%;
  height: 100%;
  position: relative;
}
.debugContainerGrid .debugGrid .item:after {
  content: "";
  background-color: #a0a0a0;
  opacity: 0.25;
  width: 1px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.debugContainerGrid .debugGrid .item--1:before {
  content: "";
  background-color: #a0a0a0;
  opacity: 0.15;
  width: 1px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.debugContainerGrid .debugGrid .item--1:before {
  background-color: #00fffc;
}
.debugContainerGrid .debugGrid .item--6:after {
  background-color: #00fffc;
}
.debugContainerGrid .debugGrid .item--12:after {
  background-color: #00fffc;
}

/* --! COOKIE PANEL IUBENDA*/
#iubenda-cs-banner .iubenda-cs-container {
  display: block;
  overflow: hidden;
}
@media only screen and (max-width: 1023px) {
  #iubenda-cs-banner .iubenda-cs-container {
    position: fixed;
  }
}
@media only screen and (min-width: 1281px) and (max-width: 1920px) {
  #iubenda-cs-banner .iubenda-cs-container {
    position: relative;
  }
}
#iubenda-cs-banner .iubenda-cs-container .custom-wrapper {
  align-content: center;
  max-width: 1460px;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
  padding: 40px 30px 30px;
  opacity: 1;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  #iubenda-cs-banner .iubenda-cs-container .custom-wrapper {
    text-align: center;
  }
}
#iubenda-cs-banner .iubenda-cs-container .custom-wrapper.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-basis: auto;
  flex: 1 0 auto;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}
@media only screen and (min-width: 1023px) and (max-width: 1280px) {
  #iubenda-cs-banner .iubenda-cs-container .custom-wrapper.flex {
    display: block;
  }
}
@media only screen and (max-width: 1023px) {
  #iubenda-cs-banner .iubenda-cs-container .custom-wrapper.flex {
    display: block;
  }
}
#iubenda-cs-banner .iubenda-cs-container .custom-wrapper .custom-content {
  width: 88%;
}
@media only screen and (max-width: 1023px) {
  #iubenda-cs-banner .iubenda-cs-container .custom-wrapper .custom-content {
    width: 100%;
  }
}
#iubenda-cs-banner .iubenda-cs-container .iubenda-cs-content {
  background-color: #1d1e1c !important;
  color: #9d9895 !important;
  font-size: 14px !important;
}
#iubenda-cs-banner .iubenda-cs-container .iubenda-cs-content:before {
  position: absolute;
  content: "";
  background-color: white;
  width: 100%;
  height: 3px;
  top: 0;
  left: 0;
}
#iubenda-cs-banner .iubenda-cs-container .iubenda-cs-reject-btn {
  position: absolute !important;
  top: 8px !important;
  right: 3px !important;
  width: 30px !important;
  height: 30px !important;
  cursor: pointer;
  -moz-transition: all 0.3s cubic-bezier(0.32, 0, 0.29, 0.99);
  -o-transition: all 0.3s cubic-bezier(0.32, 0, 0.29, 0.99);
  -webkit-transition: all 0.3s cubic-bezier(0.32, 0, 0.29, 0.99);
  transition: all 0.3s cubic-bezier(0.32, 0, 0.29, 0.99);
}
#iubenda-cs-banner .iubenda-cs-container .iubenda-cs-reject-btn:after, #iubenda-cs-banner .iubenda-cs-container .iubenda-cs-reject-btn:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 20px;
  background-color: #fff;
  top: 50%;
  left: 50%;
}
#iubenda-cs-banner .iubenda-cs-container .iubenda-cs-reject-btn:before {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -moz-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  -o-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
#iubenda-cs-banner .iubenda-cs-container .iubenda-cs-reject-btn:after {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -moz-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  -o-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
#iubenda-cs-banner .iubenda-cs-container .iubenda-cs-reject-btn:hover:after, #iubenda-cs-banner .iubenda-cs-container .iubenda-cs-reject-btn:hover:before {
  background-color: #300810;
  -moz-transition: all 0.2s cubic-bezier(0.32, 0, 0.29, 0.99);
  -o-transition: all 0.2s cubic-bezier(0.32, 0, 0.29, 0.99);
  -webkit-transition: all 0.2s cubic-bezier(0.32, 0, 0.29, 0.99);
  transition: all 0.2s cubic-bezier(0.32, 0, 0.29, 0.99);
}
#iubenda-cs-banner .iubenda-cs-container .iubenda-cs-accept-btn {
  display: inline-block !important;
  position: relative !important;
  overflow: hidden !important;
  height: 44px !important;
  text-transform: uppercase !important;
  margin-top: 30px !important;
  padding: 0px 15px !important;
  font-size: 0.6rem !important;
  letter-spacing: 2px !important;
  font-weight: 700 !important;
  line-height: 44px !important;
  text-align: center !important;
  color: #ffffff !important;
  border: 1px solid #ffffff !important;
  background-color: #1d1e1c !important;
  transition: ease-in-out !important;
  -webkit-transition: all 0.3s !important;
  -moz-transition: all 0.3s !important;
  -o-transition: all 0.3s !important;
  transition: all 0.3s !important;
  cursor: pointer;
}
#iubenda-cs-banner .iubenda-cs-container .iubenda-cs-accept-btn:hover {
  color: #ffffff !important;
  background-color: #2f0810 !important;
  -webkit-transition: all 0.3s !important;
  -moz-transition: all 0.3s !important;
  -o-transition: all 0.3s !important;
  transition: all 0.3s !important;
}
#iubenda-cs-banner .iubenda-cs-container .cookie-title {
  color: white;
  font-size: 13px;
  line-height: 19px;
  text-transform: uppercase;
  display: block;
  font-family: Roboto;
  font-weight: 900;
}
#iubenda-cs-banner .iubenda-cs-container .cookie-text {
  font-family: Roboto !important;
  color: #9d9895 !important;
  font-size: 13px !important;
  line-height: 19px !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
  color: #9d9895 !important;
}
#iubenda-cs-banner .iubenda-cs-container .cookie-text a, #iubenda-cs-banner .iubenda-cs-container .cookie-text .iubenda-cs-cookie-policy-lnk {
  color: #fff !important;
  text-decoration: underline !important;
}
#iubenda-cs-banner .iubenda-cs-container .cookie-text a:hover, #iubenda-cs-banner .iubenda-cs-container .cookie-text .iubenda-cs-cookie-policy-lnk:hover {
  color: #9d9895 !important;
}
#iubenda-cs-banner .iubenda-cs-container .iubenda-cs-customize-btn {
  display: inline-block;
  font-size: 12px !important;
  line-height: 18px !important;
  color: #fff !important;
  text-decoration: underline !important;
  cursor: pointer;
}
#iubenda-cs-banner .iubenda-cs-container .iubenda-cs-customize-btn:hover {
  color: #9d9895 !important;
}
@media only screen and (max-width: 1023px) {
  #iubenda-cs-banner .iubenda-cs-container .iubenda-cs-customize-btn {
    text-align: center !important;
    margin: 0 auto !important;
  }
}
#iubenda-cs-banner .iubenda-cs-container .buttons-accept {
  display: flex;
  margin-left: 20px;
  gap: 20px;
}
@media only screen and (max-width: 1023px) {
  #iubenda-cs-banner .iubenda-cs-container .buttons-accept {
    margin: 20px auto 0;
    text-align: center;
  }
}
#iubenda-cs-banner .iubenda-cs-container .buttons-accept button {
  margin: 0 auto !important;
}
@media only screen and (max-width: 1023px) {
  #iubenda-cs-banner .iubenda-cs-container .buttons-accept button {
    margin: 20px 0 !important;
  }
}

#iubenda-iframe .purposes-btn-accept {
  background-color: #eb9c44 !important;
  color: #06281f !important;
  background-size: 16px !important;
}
