@import url("https://fonts.googleapis.com/css2?family=Fira+Sans+Condensed:wght@300;400;500;600;700&display=swap");
html.lenis {
  height: auto; }

.lenis.lenis-smooth {
  scroll-behavior: auto !important; }

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain; }

.lenis.lenis-stopped {
  overflow: hidden; }

.lenis.lenis-scrolling iframe {
  pointer-events: none; }

/*
a:hover .fa-facebook,a:hover .at-icon-facebook{
  color: $facebook;
  fill: $facebook!important;
}
a:hover .fa-facebook-f,a:hover .at-icon-facebook{
  color: $facebook;
  fill: $facebook!important;
}
a:hover .fa-pinterest-p,a:hover .at-icon-pinterest_share{
  color: $pinterest;
  fill: $pinterest!important;
}
a:hover .fa-twitter,a:hover .at-icon-twitter{
  color: $twitter;
  fill: $twitter!important;
}
a:hover .at-icon-email{
  color: $email;
  fill: $email!important;
}
a:hover .fa-instagram{
  color: $instagram;
}
a:hover .fa-youtube{
  color: $youtube;
}
a:hover .fa-flickr{
  color: $flickr;
}
a:hover .fa-linkedin-in{
  color: $linkedin;
}*/
.box-img-hover {
  width: 100%;
  overflow: hidden;
  position: relative;
  justify-content: center; }

.box-img-hover img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 1s;
  -moz-transition: -moz-transform 1s;
  -ms-transition: -ms-transform 1s;
  -o-transition: -o-transform 1s;
  transition: transform 1s; }

.box-img-hover .ovrly {
  /*background: url(../img/image-hover.png) center center no-repeat, rgba(0, 0, 0, 0.5);*/
  background: rgba(0, 0, 0, 0.253);
  /*background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 40%);*/
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s; }
  .box-img-hover .ovrly img {
    display: inline !important; }

.box-img-hover:hover a > img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1); }

.box-img-hover:hover .ovrly {
  opacity: 1; }

.semi-trasp.box-img-hover .ovrly {
  color: white;
  background: rgba(0, 0, 0, 0.5); }
  .semi-trasp.box-img-hover .ovrly:hover {
    background: rgba(0, 0, 0, 0.7); }

.no-bg.box-img-hover .ovrly {
  color: white;
  background: rgba(0, 0, 0, 0); }
  .no-bg.box-img-hover .ovrly:hover {
    background: rgba(0, 0, 0, 0.5); }

a .ovrly.zoom:after, a .ovrly.zoom:after {
  transition: all 0.3 ease-in-out; }

a:hover .ovrly.zoom:after {
  content: '';
  width: 50px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-bottom: 2px solid white;
  display: block;
  position: absolute; }
a:hover .ovrly.zoom:before {
  content: '';
  height: 50px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-right: 2px solid white;
  display: block;
  position: absolute; }

#toTopButton {
  background: rgba(200, 200, 200, 0.7);
  color: white;
  position: fixed;
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  bottom: 6rem;
  right: 1rem;
  display: none;
  z-index: 10;
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  -ms-border-radius: 2rem;
  -o-border-radius: 2rem;
  border-radius: 2rem; }

#toTopButton:hover {
  background: rgba(150, 150, 150, 0.3); }

.collapse-img {
  background: url(../img/collapse.png) center center no-repeat;
  background-size: 60%;
  width: 100%;
  height: 100%; }

.z-index2 {
  position: relative;
  z-index: 2; }

.spazio-30 {
  padding-top: 30px; }

.spazio-60 {
  padding-top: 60px; }
  @media (max-width: 767px) {
    .spazio-60 {
      padding-top: 30px; } }

.spazio-90 {
  padding-top: 90px; }
  @media (max-width: 991px) {
    .spazio-90 {
      padding-top: 60px; } }
  @media (max-width: 767px) {
    .spazio-90 {
      padding-top: 30px; } }

.spazio-100 {
  padding-top: 100px; }
  @media (max-width: 1199px) {
    .spazio-100 {
      padding-top: 80px; } }
  @media (max-width: 991px) {
    .spazio-100 {
      padding-top: 50px; } }
  @media (max-width: 767px) {
    .spazio-100 {
      padding-top: 20px; } }

.spazio-120 {
  padding-top: 120px; }
  @media (max-width: 1199px) {
    .spazio-120 {
      padding-top: 90px; } }
  @media (max-width: 991px) {
    .spazio-120 {
      padding-top: 60px; } }
  @media (max-width: 767px) {
    .spazio-120 {
      padding-top: 30px; } }

.spazio-150 {
  padding-top: 150px; }
  @media (max-width: 1199px) {
    .spazio-150 {
      padding-top: 90px; } }
  @media (max-width: 991px) {
    .spazio-150 {
      padding-top: 60px; } }
  @media (max-width: 767px) {
    .spazio-150 {
      padding-top: 30px; } }

.spazio-180 {
  padding-top: 180px; }
  @media (max-width: 1199px) {
    .spazio-180 {
      padding-top: 90px; } }
  @media (max-width: 991px) {
    .spazio-180 {
      padding-top: 60px; } }
  @media (max-width: 767px) {
    .spazio-180 {
      padding-top: 30px; } }

.at-share-btn-elements a {
  background-color: transparent !important; }

a {
  color: inherit; }

a:hover {
  color: inherit; }

.no-underline {
  text-decoration: none; }
  .no-underline:hover {
    text-decoration: none; }
  .no-underline a:hover {
    text-decoration: none; }

section {
  overflow-x: hidden;
  overflow-y: hidden; }

.section-xl {
  padding-bottom: 180px; }
  @media (max-width: 1199px) {
    .section-xl {
      padding-bottom: 90px; } }
  @media (max-width: 991px) {
    .section-xl {
      padding-bottom: 60px; } }
  @media (max-width: 767px) {
    .section-xl {
      padding-bottom: 60px; } }
  @media (max-width: 575px) {
    .section-xl {
      padding-bottom: 45px; } }

.section-l {
  padding-bottom: 150px; }
  @media (max-width: 1199px) {
    .section-l {
      padding-bottom: 90px; } }
  @media (max-width: 991px) {
    .section-l {
      padding-bottom: 60px; } }
  @media (max-width: 767px) {
    .section-l {
      padding-bottom: 60px; } }
  @media (max-width: 575px) {
    .section-l {
      padding-bottom: 45px; } }

.section {
  padding-bottom: 120px; }
  @media (max-width: 1199px) {
    .section {
      padding-bottom: 90px; } }
  @media (max-width: 991px) {
    .section {
      padding-bottom: 60px; } }
  @media (max-width: 767px) {
    .section {
      padding-bottom: 60px; } }
  @media (max-width: 575px) {
    .section {
      padding-bottom: 45px; } }

.section-s {
  padding-bottom: 90px; }
  @media (max-width: 991px) {
    .section-s {
      padding-bottom: 60px; } }
  @media (max-width: 767px) {
    .section-s {
      padding-bottom: 60px; } }
  @media (max-width: 575px) {
    .section-s {
      padding-bottom: 45px; } }

.section-xs {
  padding-bottom: 60px; }
  @media (max-width: 575px) {
    .section-xs {
      padding-bottom: 45px; } }

.section-xxs {
  padding-bottom: 45px; }
  @media (max-width: 767px) {
    .section-xxs {
      padding-bottom: 45px; } }

@media (min-width: 1400px) {
  .container {
    max-width: 1400px; } }

@media (min-width: 1900px) {
  .c-2400 {
    max-width: 2400px; } }

@media (min-width: 1400px) {
  .c-1900 {
    max-width: 1920px; } }

@media (min-width: 1400px) {
  .c-1800 {
    max-width: 1800px; } }

@media (min-width: 1400px) {
  .c-1700 {
    max-width: 1700px; } }

@media (min-width: 1400px) {
  .c-1650 {
    max-width: 1650px; } }

@media (min-width: 1400px) {
  .c-1600 {
    max-width: 1600px; } }

@media (min-width: 1400px) {
  .c-1550 {
    max-width: 1550px; } }

@media (min-width: 1400px) {
  .c-1500 {
    max-width: 1500px; } }

@media (min-width: 1400px) {
  .c-1450 {
    max-width: 1450px; } }

@media (min-width: 1400px) {
  .c-1400 {
    max-width: 1400px; } }

@media (min-width: 1400px) {
  .c-1350 {
    max-width: 1350px; } }

@media (min-width: 1400px) {
  .c-1300 {
    max-width: 1300px; } }

@media (min-width: 1200px) {
  .c-1200 {
    max-width: 1140px; } }

@media (min-width: 1200px) {
  .c-1140 {
    max-width: 1140px; } }

@media (min-width: 1100px) {
  .c-1100 {
    max-width: 1100px; } }

@media (min-width: 1000px) {
  .c-1000 {
    max-width: 1000px; } }

@media (min-width: 950px) {
  .c-950 {
    max-width: 950px; } }

@media (min-width: 900px) {
  .c-900 {
    max-width: 900px; } }

@media (min-width: 800px) {
  .c-800 {
    max-width: 800px; } }

@media (min-width: 700px) {
  .c-700 {
    max-width: 700px; } }

@media (min-width: 650px) {
  .c-650 {
    max-width: 650px; } }

@media (min-width: 600px) {
  .c-600 {
    max-width: 600px; } }

@media (min-width: 500px) {
  .c-550 {
    max-width: 550px; } }

@media (min-width: 500px) {
  .c-500 {
    max-width: 500px; } }

@media (min-width: 450px) {
  .c-450 {
    max-width: 450px; } }

@media (min-width: 400px) {
  .c-400 {
    max-width: 400px; } }

@media (min-width: 350px) {
  .c-350 {
    max-width: 350px; } }

@media (min-width: 300px) {
  .c-300 {
    max-width: 300px; } }

@media (min-width: 250px) {
  .c-250 {
    max-width: 250px; } }

@media (min-width: 200px) {
  .c-200 {
    max-width: 200px; } }

@media (min-width: 100px) {
  .c-100 {
    max-width: 100px; } }

@media (min-width: 150px) {
  .c-150 {
    max-width: 150px; } }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */ }

input[type='number'] {
  -moz-appearance: textfield; }

.t-10 {
  font-size: 10px; }
  @media (max-width: 767px) {
    .t-10 {
      font-size: 8px; } }

.t-11 {
  font-size: 11px; }
  @media (max-width: 767px) {
    .t-11 {
      font-size: 9px; } }

.t-12 {
  font-size: 12px; }
  @media (max-width: 767px) {
    .t-12 {
      font-size: 10px; } }

.t-13 {
  font-size: 13px; }
  @media (max-width: 767px) {
    .t-13 {
      font-size: 11px; } }

.t-14 {
  font-size: 14px; }
  @media (max-width: 767px) {
    .t-14 {
      font-size: 12px; } }

.t-15 {
  font-size: 15px; }
  @media (max-width: 767px) {
    .t-15 {
      font-size: 13px; } }

.t-16 {
  font-size: 16px; }
  @media (max-width: 767px) {
    .t-16 {
      font-size: 14px; } }

.t-18 {
  font-size: 18px; }
  @media (max-width: 767px) {
    .t-18 {
      font-size: 16px; } }

.t-19 {
  font-size: 19px; }
  @media (max-width: 767px) {
    .t-19 {
      font-size: 17px; } }

.t-20 {
  font-size: 20px; }
  @media (max-width: 767px) {
    .t-20 {
      font-size: 18px; } }

.t-22 {
  font-size: 22px; }
  @media (max-width: 767px) {
    .t-22 {
      font-size: 20px; } }

.t-24 {
  font-size: 24px; }
  @media (max-width: 767px) {
    .t-24 {
      font-size: 21px; } }

.t-26 {
  font-size: 26px; }
  @media (max-width: 767px) {
    .t-26 {
      font-size: 21px; } }

.t-28 {
  font-size: 28px; }
  @media (max-width: 767px) {
    .t-28 {
      font-size: 22px; } }

.t-30 {
  font-size: 30px; }
  @media (max-width: 767px) {
    .t-30 {
      font-size: 25px; } }

.t-32 {
  font-size: 32px; }
  @media (max-width: 767px) {
    .t-32 {
      font-size: 25px; } }

.t-35 {
  font-size: 35px; }
  @media (max-width: 767px) {
    .t-35 {
      font-size: 27px; } }

.t-40 {
  font-size: 40px; }
  @media (max-width: 1199px) {
    .t-40 {
      font-size: 30px; } }
  @media (max-width: 991px) {
    .t-40 {
      font-size: 30px; } }
  @media (max-width: 767px) {
    .t-40 {
      font-size: 28px; } }

.t-45 {
  font-size: 45px; }
  @media (max-width: 991px) {
    .t-45 {
      font-size: 40px; } }
  @media (max-width: 767px) {
    .t-45 {
      font-size: 35px; } }

.t-50 {
  font-size: 50px; }
  @media (max-width: 1199px) {
    .t-50 {
      font-size: 40px; } }
  @media (max-width: 991px) {
    .t-50 {
      font-size: 40px; } }
  @media (max-width: 767px) {
    .t-50 {
      font-size: 32px; } }

.t-55 {
  font-size: 55px; }
  @media (max-width: 991px) {
    .t-55 {
      font-size: 40px; } }
  @media (max-width: 767px) {
    .t-55 {
      font-size: 32px; } }

.t-60 {
  font-size: 60px; }
  @media (max-width: 1199px) {
    .t-60 {
      font-size: 50px; } }
  @media (max-width: 991px) {
    .t-60 {
      font-size: 42px; } }
  @media (max-width: 767px) {
    .t-60 {
      font-size: 34px; } }

.t-70 {
  font-size: 70px; }
  @media (max-width: 1199px) {
    .t-70 {
      font-size: 52px; } }
  @media (max-width: 991px) {
    .t-70 {
      font-size: 43px; } }
  @media (max-width: 767px) {
    .t-70 {
      font-size: 34px; } }

.lh-1 {
  line-height: 1; }

.lh-2 {
  line-height: 1.2; }

.lh-3 {
  line-height: 1.3; }

.lh-4 {
  line-height: 1.4; }

.lh-5 {
  line-height: 1.5; }

.lh-6 {
  line-height: 1.6; }

.lh-7 {
  line-height: 1.7; }

.lh-8 {
  line-height: 1.8; }

.lh-9 {
  line-height: 1.9; }

.videoWrapper {
  position: relative;
  padding-bottom: 53.70%;
  /* 16:9 */
  padding-top: 25px;
  height: 0; }

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.text-shadow-black {
  text-shadow: 0 0 3px #000000; }

.text-shadow-white {
  text-shadow: 0 0 3px #FFFFFF; }

.we1 {
  font-weight: 100 !important; }

.we2 {
  font-weight: 200 !important; }

.we3 {
  font-weight: 300 !important; }

.we4 {
  font-weight: 400 !important; }

.we5 {
  font-weight: 500 !important; }

.we6 {
  font-weight: 600 !important; }

.we7 {
  font-weight: 700 !important; }

.we8 {
  font-weight: 800 !important; }

.we9 {
  font-weight: 900 !important; }

.italic {
  font-style: italic !important; }

.popup-homepage {
  max-width: 1200px; }
  @media (min-width: 767px) {
    .popup-homepage {
      min-width: 800px; } }

.wi-40 {
  width: 40px; }

.wi-50 {
  width: 50px; }

.wi-70 {
  width: 70px; }

.wi-120 {
  width: 120px; }

.wi-200 {
  width: 200px; }

.minw-40 {
  min-width: 40px; }

.maxw-400 {
  max-width: 400px; }

.background-responsive {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }

.bg-white {
  background-color: white; }

.bg-black {
  background-color: #000; }

.bg-beige {
  background-color: #faeed9; }

.bg-beige2 {
  background-color: #dbceb6; }

.bg-grigio {
  background-color: #d6d6d6; }

.bg-grigioF5 {
  background-color: #F5F5F5; }

.bg-grigioF9 {
  background-color: #F9F9F9; }

.bg-grigioFA {
  background-color: #FAFAFA; }

.bg-oro {
  background-color: #cfa761; }

.text-white {
  color: white; }

.text-nero6 {
  color: #666; }

.text-nero3 {
  color: #333; }

.text-oro {
  color: #cfa761; }

.text-grigio {
  color: #d6d6d6; }

.text-oro {
  color: #cfa761 !important; }

a.inherit {
  color: inherit !important;
  text-decoration: none; }

.ls-1 {
  letter-spacing: 1px; }

.ls-2 {
  letter-spacing: 2px; }

.ls-3 {
  letter-spacing: 3px; }

.ls-4 {
  letter-spacing: 4px; }

.ls-5 {
  letter-spacing: 5px; }

.ls-6 {
  letter-spacing: 6px; }

.ls-7 {
  letter-spacing: 7px; }

.ls-8 {
  letter-spacing: 8px; }

.ls-9 {
  letter-spacing: 9px; }

.ls-10 {
  letter-spacing: 10px; }

h0, .h0 {
  font-size: 70px; }
  @media (max-width: 991px) {
    h0, .h0 {
      font-size: 40px; } }

h1, .h1 {
  font-size: 55px; }
  @media (max-width: 991px) {
    h1, .h1 {
      font-size: 40px; } }

h2, .h2 {
  font-size: 45px; }
  @media (max-width: 991px) {
    h2, .h2 {
      font-size: 36px; } }

h3, .h3 {
  font-size: 36px; }
  @media (max-width: 991px) {
    h3, .h3 {
      font-size: 28px; } }

h4, .h4 {
  font-size: 28px; }
  @media (max-width: 991px) {
    h4, .h4 {
      font-size: 22px; } }

.pe-6 {
  padding-right: 4.5rem !important; }

.pe-7 {
  padding-right: 5.5rem !important; }

.ps-6 {
  padding-left: 4.5rem !important; }

.ps-7 {
  padding-left: 5.5rem !important; }

.parallax {
  width: 100%;
  overflow: hidden; }

.datepicker.dropdown-menu {
  z-index: 10000 !important; }

.bg-light {
  background-color: #F0F0F0 !important; }

.bg-azzurrino {
  background-color: #DCEEF8; }

.bg-azzurro {
  background-color: #3c8dbc; }

.bg-azzurrochiaro {
  background-color: #85d8ff; }

.bg-darkwater {
  background-color: #aebfbe; }

.bg-lightwater {
  background-color: #e0f2f1; }

.bg-body {
  background-color: #f5f5f5; }

.bg-azzurroscuro {
  background-color: #367fa9; }

.bg-bianco {
  background-color: #FFF; }

.bg-grigio {
  background-color: #E4E9F0; }

.bg-grigioF5 {
  background-color: #f5f5f5; }

.bg-amber {
  background-color: #FFECB3; }

.bg-blu {
  background-color: #1aa1e1; }

.bg-grigio-blu {
  background-color: #6E8D9F; }

.bg-purple {
  background-color: #ede7f6; }

.border-amber {
  border-color: #FFECB3; }

.border-blu {
  border-color: #1aa1e1; }

.border-grigio-blu {
  border-color: #6E8D9F; }

.border-darkwater {
  border-color: #aebfbe; }

.border-lightwater {
  border-color: #e0f2f1; }

.text-azzurro {
  color: #3c8dbc; }

.w10 {
  width: 10px; }

.w20 {
  width: 20px; }

.w25 {
  width: 25px; }

.w30 {
  width: 30px; }

.w40 {
  width: 40px; }

.w45 {
  width: 45px; }

.w50 {
  width: 50px; }

.w60 {
  width: 60px; }

.w70 {
  width: 70px; }

.w80 {
  width: 80px; }

.w90 {
  width: 90px; }

.w100 {
  width: 100px; }

.w110 {
  width: 110px; }

.w110 {
  width: 110px; }

.w120 {
  width: 120px; }

.w130 {
  width: 130px; }

.w140 {
  width: 140px; }

.w150 {
  width: 150px; }

.w160 {
  width: 160px; }

.w170 {
  width: 170px; }

.w180 {
  width: 180px; }

.w190 {
  width: 190px; }

.w200 {
  width: 200px; }

.w210 {
  width: 210px; }

.w220 {
  width: 220px; }

.w230 {
  width: 230px; }

.w240 {
  width: 240px; }

.w250 {
  width: 250px; }

.w260 {
  width: 260px; }

.w270 {
  width: 270px; }

.w280 {
  width: 280px; }

.w290 {
  width: 290px; }

.w300 {
  width: 300px; }

.bold {
  font-weight: 700 !important; }

.semi-bold {
  font-weight: 500 !important; }

.normal {
  font-weight: 400 !important; }

.blink-me {
  animation: blinker 1.2s linear infinite; }

@keyframes blinker {
  50% {
    opacity: 0; } }
.rotate90 {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); }

.bootstrap-select {
  /*z-index: 1000;*/ }

.swal2-container {
  z-index: 99993; }

.leftbar-green {
  background-color: #93a813; }

.leftbar-red {
  background-color: #ce5043; }

.leftbar-orange {
  background-color: #fda255; }

.leftbar-blue {
  background-color: #1aa1e1; }

.leftbar-lightblue {
  background-color: #85d8ff; }

.leftbar-water {
  background-color: #01a89e; }

.leftbar-purple {
  background-color: #a56abe; }

.leftbar-night {
  background-color: #4a5b7d; }

.leftbar-rose {
  background-color: #e25693; }

.leftbar-violet {
  background-color: #662979; }

.leftbar-darkyellow {
  background-color: #a99601; }

.leftbar-darkgray {
  background-color: #AAAAAA; }

.leftbar-yellow {
  background-color: #FFFF00; }
  .leftbar-yellow button {
    color: #000000 !important; }
  .leftbar-yellow a {
    color: #000000 !important; }

/* FANCYBOX */
.fancy600 .fancybox-slide--iframe .fancybox-content {
  width: 600px !important;
  max-width: 90%;
  margin: 0; }

body {
  font-family: 'Fira Sans Condensed', sans-serif; }

.flag-unselected {
  opacity: 0.3; }

.padding-menu {
  padding-top: 60px; }
  @media (max-width: 767px) {
    .padding-menu {
      padding-top: 50px; } }

.full-page {
  height: 100vh; }

.main-footer {
  background-color: #E4E9F0; }

.navbar {
  background-color: #3c8dbc; }
  .navbar .navbar-brand {
    padding: 10px;
    width: 250px; }
    @media (max-width: 767px) {
      .navbar .navbar-brand {
        padding: 5px; } }
    .navbar .navbar-brand img {
      height: 40px; }
      @media (max-width: 767px) {
        .navbar .navbar-brand img {
          height: 30px; } }

.border-top-login {
  border-top: 3px solid #3c8dbc; }

.navbar .dropdown {
  height: 60px; }
  @media (max-width: 767px) {
    .navbar .dropdown {
      height: 50px; } }
  .navbar .dropdown :hover, .navbar .dropdown :focus, .navbar .dropdown :active {
    outline: -webkit-focus-ring-color auto 0px;
    box-shadow: 0 0 0 0 rgba(0, 123, 255, 0.25);
    background-color: #367fa9; }
  .navbar .dropdown .dropdown-menu-end {
    background-color: #3c8dbc;
    top: calc(100% - 10px);
    border-radius: 0px; }
  .navbar .dropdown button {
    height: 60px;
    border-width: 0px; }
    @media (max-width: 767px) {
      .navbar .dropdown button {
        height: 50px; } }

.hamburger {
  padding: 15px 10px 5px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }

@media (max-width: 767px) {
  .hamburger {
    padding: 15px 5px 5px 15px; } }
.hamburger:hover {
  opacity: 0.7; }

.hamburger.is-active:hover {
  opacity: 0.7; }

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #000; }

.hamburger-box {
  width: 25px;
  height: 20px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 25px;
  height: 2px;
  background-color: #fff;
  border-radius: 2px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease; }

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block; }

.hamburger-inner::before {
  top: -10px; }

.hamburger-inner::after {
  bottom: -10px; }

.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s 0.13s linear; }

.hamburger--spring .hamburger-inner::before {
  top: 10px;
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring .hamburger-inner::after {
  top: 20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.sidebar-open .hamburger--spring .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent !important; }

.sidebar-open .hamburger--spring .hamburger-inner::before {
  top: 0;
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(45deg); }

.sidebar-open .hamburger--spring .hamburger-inner::after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(-45deg); }

.main-sidebar, .left-side {
  padding-top: 57px; }

.main-header .logo {
  height: 57px; }

.main-header .logo img {
  margin-top: 3px; }

.imgLogo {
  height: 40px;
  margin-bottom: 5px; }

.wrapper {
  width: 100%; }

.main-sidebar {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  width: 250px;
  display: inline-block;
  max-height: calc(100vh - 60px);
  height: calc(100vh - 60px);
  overflow-y: scroll;
  overflow-x: hidden;
  margin-top: 60px;
  padding-top: 0px;
  float: left;
  background-color: #367fa9;
  padding-bottom: 10px;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */ }
  @media (max-width: 767px) {
    .main-sidebar {
      max-height: calc(100vh - 10px);
      height: calc(100vh - 10px);
      margin-top: 50px; } }
  .main-sidebar .card {
    width: 250px; }
  .main-sidebar::-webkit-scrollbar {
    display: none; }
  .main-sidebar .accordion {
    border-radius: 0; }
  .main-sidebar .card-header {
    padding: 0;
    border-radius: 0; }
    .main-sidebar .card-header button {
      border-radius: 0; }
      .main-sidebar .card-header button:hover, .main-sidebar .card-header button:focus, .main-sidebar .card-header button:active {
        outline: -webkit-focus-ring-color auto 0px;
        box-shadow: 0 0 0 0 rgba(0, 123, 255, 0.25);
        background-color: transparent; }
  .main-sidebar .btn-link {
    color: white;
    font-size: 15px;
    display: block;
    border-width: 0; }
    .main-sidebar .btn-link:hover {
      text-decoration: none; }
    .main-sidebar .btn-link:active, .main-sidebar .btn-link:focus {
      text-decoration: none; }
  .main-sidebar .btn {
    display: block; }
  .main-sidebar .accordion {
    padding-bottom: 40px; }

.content-wrapper {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  float: right;
  width: calc(100% - 250px);
  display: inline-block;
  margin-top: 60px;
  padding-top: 15px; }
  @media (max-width: 991px) {
    .content-wrapper {
      width: 100%;
      padding-top: 7px; } }
  @media (max-width: 767px) {
    .content-wrapper {
      margin-top: 50px; } }
  .content-wrapper .content {
    padding: 0 15px; }

.main-footer {
  clear: both; }

.main-footer {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  float: right;
  width: calc(100% - 250px);
  padding: 0 15px; }
  @media (max-width: 991px) {
    .main-footer {
      width: 100%; } }

.chiudi .main-sidebar {
  width: 0px; }

.chiudi .content-wrapper {
  width: 100%; }

.chiudi .main-footer {
  width: 100%; }

.content-header {
  padding: 15px; }
  .content-header .box-fixed {
    background: #E4E9F0;
    padding: 10px 15px;
    margin-top: 60px;
    z-index: 50; }
    @media (max-width: 767px) {
      .content-header .box-fixed {
        margin-top: 50px; } }
  .content-header h1 {
    font-size: 16px; }
  .content-header .breadcrumb a {
    color: black; }
  .content-header .breadcrumb .active {
    font-weight: 700; }
  .content-header .box-ricerca form {
    padding-top: 15px; }
    @media (min-width: 991px) {
      .content-header .box-ricerca form {
        padding-top: 7px; } }

.box-header-fixed .box-fixed {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  margin-left: 250px;
  width: calc(100% - 250px);
  min-height: 55px; }
  @media (max-width: 991px) {
    .box-header-fixed .box-fixed {
      width: 100%;
      margin-left: 0; } }

.chiudi .box-fixed {
  width: 100%;
  margin-left: 0; }

.box {
  border-top: 3px solid #3c8dbc;
  background-color: white;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 0 10px 0 #D1D1D1;
  box-shadow: 0 0 10px 0 #D1D1D1; }
  @media (max-width: 991px) {
    .box {
      margin-bottom: 15px; } }
  .box .box-title {
    font-size: 16px; }
    .box .box-title a {
      color: #000; }
  .box .box-header {
    background-color: #D9EDF7;
    padding: 5px 10px; }
  .box .box-body {
    padding: 10px; }
    @media (max-width: 991px) {
      .box .box-body {
        padding: 5px 10px; } }
  .box thead {
    background-color: #6E8D9F;
    color: white;
    font-size: 14px; }
    .box thead th a {
      color: white; }
    .box thead th {
      padding: 5px; }
  .box tbody {
    font-size: 14px;
    line-height: 1.2; }

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }

.label-warning {
  background-color: #f39c12 !important; }

.label-danger {
  background-color: #dd4b39 !important; }

.label-success {
  background-color: #00a65a !important; }

.statsRosso {
  color: #dd4b39 !important; }

.success {
  background-color: #dff0d8 !important; }

.form-group {
  /*@media(max-width:767px){
    margin-bottom:0;
  }*/ }

@media (max-width: 767px) {
  .input-group-append label {
    margin-bottom: 0; } }

@media (min-width: 991px) {
  .box-ricerca {
    display: block !important; } }
@media (max-width: 767px) {
  .box-ricerca .bootstrap-select > select {
    display: none !important; } }
.box-ricerca form {
  width: 100%; }
.box-ricerca .form-group {
  margin-right: 15px; }
  @media (max-width: 991px) {
    .box-ricerca .form-group {
      margin-right: 0px;
      width: 100%; } }
.box-ricerca button[type="submit"] {
  margin-right: 0; }
  @media (max-width: 991px) {
    .box-ricerca button[type="submit"] {
      width: 100%; } }
@media (max-width: 991px) {
  .box-ricerca .bootstrap-select {
    width: 100%; } }
@media (max-width: 991px) {
  .box-ricerca .form-control {
    width: 100% !important; } }

.bootstrap-select .btn {
  background-color: white;
  border: 1px solid #ced4da; }

.box-xs .card-body {
  background: #fff3e0; }
.box-xs .btn-scadenze {
  background: #ffe082;
  width: 100%; }
.box-xs .panel-body.bg-success {
  background-color: #d9ffdd !important; }

.box-riga {
  position: relative; }
  .box-riga .box-badge {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10; }
  .box-riga a:hover {
    text-decoration: none; }

.padding-footer {
  padding-bottom: 61px; }

.box-footer-xs {
  background: #eee;
  z-index: 10;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  margin-left: 250px;
  width: calc(100% - 250px); }
  @media (max-width: 991px) {
    .box-footer-xs {
      width: 100%;
      margin-left: 0; } }

.chiudi .box-footer-xs {
  width: 100%;
  margin-left: 0; }

.box-dettaglio .nav-link {
  color: black;
  border-bottom: 0; }
  .box-dettaglio .nav-link.active {
    border: 0px;
    border-bottom: 2px solid #3c8dbc; }
.box-dettaglio .nav-tabs {
  border-bottom: 0; }
.box-dettaglio .row-label {
  text-align: right;
  font-weight: 500;
  padding-top: .5rem !important;
  padding-bottom: .5rem !important;
  border-bottom: 1px solid #dee2e6 !important;
  background: #F0F0F0; }
.box-dettaglio .row-value {
  padding-top: .5rem !important;
  padding-bottom: .5rem !important;
  border-bottom: 1px solid #dee2e6 !important; }
.box-dettaglio .row-last-label {
  text-align: right;
  font-weight: 500;
  padding-top: .5rem !important; }
  @media (max-width: 767px) {
    .box-dettaglio .row-last-label {
      border-bottom: 1px solid #dee2e6 !important; } }
.box-dettaglio .row-last-value {
  padding-top: .5rem !important; }
  @media (max-width: 767px) {
    .box-dettaglio .row-last-value {
      border-bottom: 1px solid #dee2e6 !important; } }

.box-prezzo-scontato {
  position: relative;
  color: #aaa; }
  .box-prezzo-scontato .linea {
    position: absolute;
    top: 10px;
    width: 100%;
    border-bottom: 1px solid #888;
    -moz-transform: rotate(-9deg);
    -webkit-transform: rotate(-9deg);
    -o-transform: rotate(-9deg);
    -ms-transform: rotate(-9deg);
    transform: rotate(-9deg); }

.obbligatorio {
  color: red; }

.table.table-list td {
  height: 42px;
  vertical-align: middle !important; }
.table th {
  color: white;
  background-color: #6E8D9F; }
  .table th a {
    color: white;
    text-decoration: underline; }
.table td a {
  color: black;
  text-decoration: underline; }
  .table td a.no-underline {
    text-decoration: none; }
.table td.action a {
  color: white;
  text-decoration: none; }
  .table td.action a.dropdown-item {
    color: #000; }
.table.table-hover tr th {
  color: white; }

#editForm .form-group label {
  font-weight: 500; }

.storico-partecipazione .card-header a {
  color: black;
  text-decoration: none; }
.storico-partecipazione .card-header .freccia {
  display: inline-block;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease; }
  .storico-partecipazione .card-header .freccia:before {
    display: inline-block;
    padding-top: 4px; }
.storico-partecipazione .card-header .collapsed .freccia {
  -moz-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg); }
  .storico-partecipazione .card-header .collapsed .freccia:before {
    padding-bottom: 4px;
    padding-top: 0; }
@media (max-width: 767px) {
  .storico-partecipazione .card-body .table thead {
    display: none; }
  .storico-partecipazione .card-body .table td {
    display: block;
    width: 100%; }
  .storico-partecipazione .card-body .table td::before {
    content: attr(data-title) " ";
    float: left;
    text-transform: capitalize;
    margin-right: 15px;
    font-weight: bold; } }

.card-dettaglio a {
  text-decoration: none; }

.box-allegati .allegato-presente a {
  color: #000;
  text-decoration: underline; }

.box-prezzo-scontato {
  position: relative;
  color: #aaa; }
  .box-prezzo-scontato .linea {
    position: absolute;
    top: 10px;
    width: 100%;
    border-bottom: 1px solid #888;
    -moz-transform: rotate(-9deg);
    -webkit-transform: rotate(-9deg);
    -o-transform: rotate(-9deg);
    -ms-transform: rotate(-9deg);
    transform: rotate(-9deg); }

.btn-attivita {
  position: relative; }
  .btn-attivita .badge {
    position: absolute;
    top: -5px;
    right: -5px; }

@media (min-width: 1400px) {
  .col-xxl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  .col-xxl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  .col-xxl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .col-xxl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .col-xxl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }

  .col-xxl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .col-xxl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }

  .col-xxl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }

  .col-xxl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  .col-xxl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }

  .col-xxl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }

  .col-xxl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } }
.tableFixHead {
  overflow: auto;
  height: 800px;
  border: 1px solid #FFFFFF; }

.tableFixHead thead th {
  position: sticky;
  top: 0;
  z-index: 1;
  background: #FFFFFF; }

.email_container {
  height: 100%;
  margin: 0;
  padding: 0; }
  .email_container .col {
    padding-right: 0;
    padding-left: 0; }
  .email_container table,
  .email_container td,
  .email_container tr {
    vertical-align: top;
    border-collapse: collapse; }
  .email_container * {
    line-height: inherit; }
  .email_container a[x-apple-data-detectors=true] {
    color: inherit !important;
    text-decoration: none !important; }
  @media (max-width: 620px) {
    .email_container .fullMobileWidth, .email_container .row-content {
      width: 100% !important; }
    .email_container .image_block img.big {
      width: auto !important; }
    .email_container .stack .column {
      width: 100%;
      display: block; }
    .email_container .reverse {
      display: table;
      width: 100%; }
    .email_container .reverse .column.first {
      display: table-footer-group !important; }
    .email_container .reverse .column.last {
      display: table-header-group !important; }
    .email_container .block-grid,
    .email_container .col {
      min-width: 320px !important;
      max-width: 100% !important;
      display: block !important; }
    .email_container .block-grid {
      width: 100% !important; }
    .email_container .col {
      width: 100% !important; }
    .email_container .col_cont {
      margin: 0 auto; }
    .email_container img.fullwidth,
    .email_container img.fullwidthOnMobile {
      max-width: 100% !important; }
    .email_container .no-stack .col {
      min-width: 0 !important;
      display: table-cell !important; }
    .email_container .no-stack.two-up .col {
      width: 50% !important; }
    .email_container .no-stack .col.num2 {
      width: 16.6% !important; }
    .email_container .no-stack .col.num3 {
      width: 25% !important; }
    .email_container .no-stack .col.num4 {
      width: 33% !important; }
    .email_container .no-stack .col.num5 {
      width: 41.6% !important; }
    .email_container .no-stack .col.num6 {
      width: 50% !important; }
    .email_container .no-stack .col.num7 {
      width: 58.3% !important; }
    .email_container .no-stack .col.num8 {
      width: 66.6% !important; }
    .email_container .no-stack .col.num9 {
      width: 75% !important; }
    .email_container .no-stack .col.num10 {
      width: 83.3% !important; }
    .email_container .video-block {
      max-width: none !important; }
    .email_container .mobile_hide {
      min-height: 0px;
      max-height: 0px;
      max-width: 0px;
      display: none;
      overflow: hidden;
      font-size: 0px; }
    .email_container .desktop_hide {
      display: block !important;
      max-height: none !important; } }

/* CKEDITOR */
.ck-editor__editable_inline {
  min-height: 200px !important; }

.menu-laterale {
  position: absolute;
  z-index: 1050;
  position: fixed;
  right: 0;
  width: 400px;
  height: calc(100vh - 130px);
  background-color: white;
  -webkit-transition: width 300ms ease;
  -moz-transition: width 300ms ease;
  -ms-transition: width 300ms ease;
  -o-transition: width 300ms ease;
  transition: width 300ms ease; }
  .menu-laterale.chiuso {
    width: 0px;
    height: calc(100vh - 130px); }
  .menu-laterale .linguetta {
    position: absolute;
    z-index: 100000001;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    left: -45px;
    width: 45px;
    top: 45px;
    border-top: 1px solid rgba(0, 0, 0, 0.125);
    border-left: 1px solid rgba(0, 0, 0, 0.125);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
    background: white; }
  .menu-laterale > .tab-content {
    overflow-y: auto;
    overflow-x: visible;
    width: 400px;
    height: calc(100vh - 164px); }

.conteiner-mod {
  height: 100%;
  padding-bottom: 100px;
  padding-bottom: 200px;
  background-position: center bottom;
  background-repeat: no-repeat;
  min-width: 900px; }
  .conteiner-mod section {
    min-height: 10px; }
  .conteiner-mod .box-mod.selected {
    border: 2px solid #0FB7FF;
    margin: 0px; }

.pic {
  display: none; }

.newbtn {
  cursor: pointer;
  margin-bottom: 0; }

.modulo {
  cursor: pointer; }

.box-mod {
  position: relative; }
  .box-mod .ck.ck-editor__editable_inline > :first-child {
    margin-top: 0 !important; }
  .box-mod .ck.ck-editor__editable_inline {
    padding: 0 !important; }
  .box-mod .CKeditor:hover {
    border: 1px solid #47a4f5 !important; }
  .box-mod .buttons-layer {
    position: absolute;
    display: none;
    background: #b0cdff;
    padding: 5px 10px;
    z-index: 999;
    top: 0;
    right: 0; }
  .box-mod .buttons-layer-btn {
    padding: 7px; }
  .box-mod:hover {
    background: rgba(222, 234, 255, 0.7); }
    .box-mod:hover .buttons-layer {
      display: block; }

.box-modifica label {
  font-size: 14px;
  margin-bottom: 3px; }
.box-modifica .form-control {
  font-size: 14px;
  padding: 0.175rem 0.35rem;
  line-height: 1.1;
  height: calc(1.5em + 0.35rem + 2px); }
.box-modifica .minicolors-theme-bootstrap .minicolors-swatch {
  width: 23px;
  height: 23px; }
.box-modifica .toggle.btn {
  min-width: 2.8rem;
  min-height: 1.65rem; }
  .box-modifica .toggle.btn .btn {
    padding: 0 0.55rem; }
  .box-modifica .toggle.btn label {
    margin-bottom: 0px; }
.box-modifica .toggle-handle {
  top: 0px;
  border-width: 0px; }
.box-modifica .form-group {
  margin-bottom: 7px; }
.box-modifica .input-group-text {
  font-size: 14px;
  padding: 0.175rem 0.35rem;
  line-height: 1.1; }
.box-modifica .btn-group-toggle .btn {
  font-size: 14px;
  padding: 0.35rem 0.45rem;
  line-height: 1.1; }
.box-modifica .card-header {
  padding-top: 3px;
  padding-bottom: 3px; }
.box-modifica .nav-pills .nav-link {
  font-size: 14px;
  padding: 0.4rem 0.3rem; }
  .box-modifica .nav-pills .nav-link:not(.active) {
    background-color: #f5f5f5; }

@media (min-width: 400px) {
  .c-400 {
    max-width: 400px; } }

.grecaptcha-badge {
  display: none !important; }

/* NUOVO */
.mh-450 {
  min-height: 450px; }

.attivita .item {
  border-style: solid;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 5px; }

.fancybox-slide--iframe .fancybox-content {
  width: 100%;
  max-width: 100%;
  min-height: 100%;
  margin: 0; }

/*# sourceMappingURL=layout.css.map */
