/*
Author: A. M. @ CAMP
Author URI: https://campdigital.it
Version: 1.0
License: Proprietary
Date: 30/06/2025
*/
/* -------------- OLD -------------- */
@font-face {
  font-family: "Muli";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Muli.eot");
  src: local(""), url("../fonts/Muli.eot?#iefix") format("embedded-opentype"), url("../fonts/Muli.woff2") format("woff2"), url("../fonts/Muli.woff") format("woff"), url("../fonts/Muli.ttf") format("truetype"), url("../fonts/Muli.svg#Muli") format("svg");
}
@font-face {
  font-family: "Muli";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/Muli-SemiBold.eot");
  src: local(""), url("../fonts/Muli-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Muli-SemiBold.woff2") format("woff2"), url("../fonts/Muli-SemiBold.woff") format("woff"), url("../fonts/Muli-SemiBold.ttf") format("truetype"), url("../fonts/Muli-SemiBold.svg#Muli-SemiBold") format("svg");
}
@font-face {
  font-family: "Muli";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Muli-Bold.eot");
  src: local(""), url("../fonts/Muli-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Muli-Bold.woff2") format("woff2"), url("../fonts/Muli-Bold.woff") format("woff"), url("../fonts/Muli-Bold.ttf") format("truetype"), url("../fonts/Muli-Bold.svg#Muli-Bold") format("svg");
}
:root {
  --white: #FFFFFF;
  --black: #000000;
}

html, body {
  color: #616163;
  overflow-x: hidden;
  font-family: "Muli", sans-serif;
}

p {
  color: #616163;
  font-size: 20px;
  line-height: 30px;
  font-family: "Muli", sans-serif;
  font-weight: 400;
  letter-spacing: normal;
  margin-bottom: 30px;
  margin-top: 0;
}

@media (max-width: 767px) {
  p {
    font-size: 16px;
    line-height: 22px;
  }
}
body {
  font-family: "Muli", sans-serif;
  background-color: #F4F4F4 !important;
}

.grecaptcha-badge {
  opacity: 0.2;
}

.grecaptcha-badge:hover {
  opacity: 1;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Muli", sans-serif;
}

h4 {
  color: #8CB63D;
}

h5 {
  color: #36BCB7;
}

.qodef-qi-button .qodef-m-icon svg {
  stroke: unset;
}

@media (max-width: 1024px) {
  .mobile-600,
  section.qodef-elementor-content-grid > .elementor-container,
  .qodef-content-grid,
  section.qodef-elementor-content-grid > .elementor-container {
    max-width: 768px !important;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .mobile-600,
  section.qodef-elementor-content-grid > .elementor-container {
    max-width: 580px !important;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .mobile-600,
  section.qodef-elementor-content-grid > .elementor-container {
    max-width: calc(90% - 20px) !important;
  }
}
@media (max-width: 767px) {
  .qodef-content-grid,
  section.qodef-elementor-content-grid > .elementor-container {
    width: calc(90% - 20px) !important;
  }
}
@media (max-width: 768px) {
  .qodef-content-grid,
  section.qodef-elementor-content-grid > .elementor-container {
    max-width: 580px !important;
    margin: 0 auto;
  }
}
@keyframes jumpInfinite {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
@media only screen and (max-width: 767px) {
  section.qodef-elementor-content-grid > .elementor-container {
    width: 90%;
  }
}
#qodef-page-header {
  background-color: #FFFFFF;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.33s;
  -o-transition-duration: 0.33s;
  -webkit-transition-duration: 0.33s;
  transition-duration: 0.33s;
}

#qodef-page-header .widget.widget_nav_menu ul li a {
  color: #FFFFFF;
}

#qodef-page-header .widget_nav_menu .menu {
  display: flex;
}

#qodef-page-header .widget_nav_menu .menu-item-has-children .sub-menu {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  left: 0;
  padding: 20px;
  margin: 0;
  background-color: #FFFFFF;
  min-width: max-content;
  top: 100%;
  -webkit-box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.1);
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.33s;
  -o-transition-duration: 0.33s;
  -webkit-transition-duration: 0.33s;
  transition-duration: 0.33s;
}

#qodef-page-header .widget_nav_menu .menu-item-has-children .sub-menu li a {
  font-size: 14px !important;
}

#qodef-page-header .widget.widget_nav_menu div > ul > li:before {
  display: none;
}

#qodef-page-header .widget.widget_nav_menu ul li > a {
  color: #616163;
  font-size: 18px;
  font-weight: 400;
  font-family: "Muli", sans-serif;
  padding: 7px 0;
}

@media (min-width: 1025px) and (max-width: 1400px) {
  #qodef-page-header .widget.widget_nav_menu ul li > a {
    font-size: 15px;
  }
}
@media (min-width: 1401px) and (max-width: 1599px) {
  #qodef-page-header .widget.widget_nav_menu ul li > a {
    font-size: 16px;
  }
}
#qodef-page-header .widget.widget_nav_menu ul li > a:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  left: 50%;
  bottom: 0;
  height: 2px;
  background-color: #8CB63D;
  width: 0;
  transform: translateX(-50%);
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.33s;
  -o-transition-duration: 0.33s;
  -webkit-transition-duration: 0.33s;
  transition-duration: 0.33s;
}

#qodef-page-header .widget.widget_nav_menu ul li > a:hover {
  color: #8CB63D !important;
  text-decoration: none;
}

#qodef-page-header .widget.widget_nav_menu ul li > a:hover:after {
  width: 100%;
}

#qodef-page-header .widget.widget_nav_menu ul li.current-menu-item > a {
  color: #8CB63D !important;
}

#qodef-page-header .widget.widget_nav_menu ul li.current-menu-item > a:after {
  width: 100%;
}

#qodef-page-header .widget.widget_nav_menu ul li.bergamelli-red > a {
  color: #8CB63D !important;
}

#qodef-page-header .widget.widget_nav_menu div > ul > li {
  margin-bottom: 0 !important;
  margin-right: 30px;
}

@media (min-width: 1025px) and (max-width: 1400px) {
  #qodef-page-header .widget.widget_nav_menu div > ul > li {
    margin-right: 19px;
  }
}
#qodef-page-header .widget.widget_nav_menu[data-area=centered-header-right-area] div > ul > li {
  margin-right: 0;
  margin-left: 30px;
}

@media (min-width: 1025px) and (max-width: 1400px) {
  #qodef-page-header .widget.widget_nav_menu[data-area=centered-header-right-area] div > ul > li {
    margin-left: 19px;
    margin-right: 0;
  }
}
body.home #qodef-page-header {
  background-color: transparent;
}

body.home #qodef-page-header .widget.widget_nav_menu ul li a {
  color: #FFFFFF;
}

body.home #qodef-page-header .widget.widget_nav_menu ul li ul li a {
  color: #616163;
}

body.home.qodef-header--fixed-display #qodef-page-header {
  background-color: #FFFFFF;
}

body.home.qodef-header--fixed-display #qodef-page-header .widget.widget_nav_menu ul li a {
  color: #616163;
}

#qodef-mobile-header-navigation .qodef-m-inner > ul > li > a {
  color: #616163;
  font-size: 18px;
  text-decoration: none;
}

#qodef-mobile-header-navigation ul li a {
  text-decoration: none;
}

#qodef-mobile-header-navigation .qodef-m-inner > ul > li > a .qodef-menu-item-inner:after {
  bottom: -4px;
  height: 2px;
}

#qodef-mobile-header-navigation ul li.current-menu-ancestor > a,
#qodef-mobile-header-navigation ul li.current-menu-item > a {
  color: #8CB63D;
}

#qodef-mobile-header-navigation ul li.current-menu-ancestor > a .qodef-menu-item-inner:after,
#qodef-mobile-header-navigation ul li.current-menu-item > a .qodef-menu-item-inner:after {
  opacity: 1;
}

#qodef-mobile-header-navigation ul li.bergamelli-red > a {
  color: #8CB63D !important;
  text-transform: uppercase;
}

.qodef-header--fixed-display #qodef-page-header {
  -webkit-box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.1);
}

#qodef-page-header .widget.widget_nav_menu div > ul > li.menu-item-has-children:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
}

.qodef-header--divided #qodef-page-header-inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: space-between;
}

@media only screen and (min-width: 768px) and (max-width: 768px) {
  #qodef-page-mobile-header-inner {
    width: 580px !important;
    margin: 0 auto !important;
    padding: 0 !important;
  }
  #qodef-mobile-header-navigation {
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media only screen and (max-width: 767px) {
  #qodef-page-mobile-header-inner,
  #qodef-mobile-header-navigation-menu {
    width: calc(90% - 20px) !important;
    margin: 0 auto !important;
    padding: 0 !important;
  }
}
.qodef-counter.qodef-layout--simple .qodef-m-digit {
  font-family: "Russo One", sans-serif;
  font-size: 100px;
  line-height: 100px;
  font-weight: normal;
}

.qodef-counter.qodef-layout--simple p.qodef-m-title {
  font-size: 18px;
  text-transform: none;
  left: unset;
  right: -35px;
  bottom: unset;
  transform: none;
  white-space: nowrap;
  top: 9px;
}

.qodef-h2, h2 {
  font-size: 47px;
  color: #616163;
}

@media (max-width: 1024px) {
  .qodef-h2 br, h2 br {
    display: none !important;
  }
}
.qodef-h2 strong, h2 strong {
  font-family: "Russo One", sans-serif;
  font-weight: normal;
  text-transform: uppercase;
}

@media (max-width: 1024px) {
  .qodef-h2, h2 {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .qodef-h2, h2 {
    font-size: 30px;
  }
}
.qodef-section-title.qodef-title-with-tagline .qodef-m-title-tagline {
  color: #36BCB7;
  font-size: 20px;
  text-transform: none;
  bottom: 15px;
}

@media (max-width: 767px) {
  .qodef-section-title.qodef-title-with-tagline .qodef-m-title-tagline {
    font-size: 16px;
  }
}
.qodef-page-title .qodef-m-title {
  font-family: "Russo One", sans-serif;
  font-weight: 400;
  font-size: 81px;
  line-height: 86px;
}

@media (max-width: 1024px) {
  .qodef-page-title .qodef-m-title {
    font-size: 50px;
    line-height: 60px;
  }
}
@media (max-width: 767px) {
  .qodef-page-title .qodef-m-title {
    font-size: 35px;
    line-height: 45px;
  }
}
.qodef-page-title:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

.qodef-qi-progress-bar-horizontal .qodef-m-canvas {
  margin-top: 20px;
}

.qodef-qi-progress-bar-horizontal .qodef-m-value {
  font-size: 15px;
  font-family: "Russo One", sans-serif;
  color: #434343;
  margin: 0;
  font-weight: normal;
}

.qodef-qi-progress-bar-horizontal.qodef-percentage--floating-above .qodef-m-value-inner {
  padding: 2px 10px;
  border: 1px solid #36BCB7;
  position: relative;
}

.qodef-qi-progress-bar-horizontal.qodef-percentage--floating-above .qodef-m-value-inner:before {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #36BCB7;
  border-bottom: 10px solid transparent;
  left: 50%;
  bottom: -23px;
  transform: translateX(-50%);
  opacity: 0;
}

.qodef-qi-progress-bar-horizontal.qodef-percentage--floating-above .qodef-m-value-inner:after {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
  border-bottom: 10px solid transparent;
  left: 50%;
  bottom: -18px;
  transform: translateX(-50%);
  opacity: 0;
}

.bergamelli-red .qodef-qi-progress-bar-horizontal.qodef-percentage--floating-above .qodef-m-value-inner {
  border-color: #8CB63D;
}

.bergamelli-progress .qodef-progress-bar.qodef-layout--line .qodef-m-title {
  margin-bottom: 30px;
}

.bergamelli-progress .qodef-progress-bar.qodef-layout--line .proggress {
  max-width: 100%;
}

.bergamelli-progress .qodef-progress-bar.qodef-layout--line .proggress:after {
  opacity: 0;
}

.bergamelli-progress .qodef-progress-bar.qodef-layout--line .percentCount {
  padding: 2px 10px;
  border: 1px solid #36BCB7;
  font-size: 15px;
  font-family: "Russo One", sans-serif;
  color: #434343;
  margin: 0;
  font-weight: normal;
  top: -64px;
  width: 50px;
  overflow: hidden;
}

.bergamelli-progress .qodef-progress-bar.qodef-layout--line .percentCount:after {
  content: "";
  background-color: #F4F4F4;
  display: block;
  height: 20px;
  position: absolute;
  top: 0;
  width: 11px;
  right: 0;
}

.qodef-holder-with-image.qodef-layout--image-right .qodef-m-image {
  left: auto;
  right: 0;
  height: 100%;
  top: 50%;
  transform: translateY(-50%);
  object-fit: cover;
  object-position: center;
}

.qodef-holder-with-image.qodef-layout--image-left .qodef-m-image {
  object-fit: cover;
  object-position: center;
  height: 100%;
}

@media (max-width: 768px) {
  .qodef-holder-with-image.qodef-layout--image-left .qodef-m-image {
    width: 100% !important;
    height: auto !important;
  }
}
@media (max-width: 768px) {
  .qodef-holder-with-image.qodef-layout--image-right .qodef-m-image {
    bottom: 0;
    transform: none;
    width: 100% !important;
    height: auto !important;
  }
}
.qodef-holder-with-image {
  overflow: hidden;
}

.qodef-layout--image-left .elementor-widget-qi_addons_for_elementor_progress_bar_horizontal .qodef-m-content {
  margin-left: 0;
  width: unset;
  padding: 0;
}

@media (min-width: 1200px) {
  .qodef-holder-with-image.qodef-layout--image-right > .qodef-m-inner > .qodef-m-content {
    padding: 40px 3% 40px 5% !important;
  }
  .qodef-holder-with-image.qodef-layout--image-right > .qodef-m-inner > .qodef-m-content p {
    max-width: 600px;
  }
  .qodef-holder-with-image.qodef-layout--image-right > .qodef-m-inner > .qodef-m-content .qodef-m-title {
    font-size: 30px;
    max-width: 500px;
  }
  .qodef-holder-with-image.qodef-layout--image-right > .qodef-m-inner > .qodef-m-content .qodef-qi-progress-bar-horizontal .qodef-m-title {
    font-size: 20px;
    color: #36BCB7;
  }
  .qodef-holder-with-image.qodef-layout--image-right > .qodef-m-inner > .qodef-m-content .qodef-section-title.qodef-title-with-tagline .qodef-m-title-tagline {
    font-size: 13px;
  }
  .qodef-holder-with-image.qodef-layout--image-left > .qodef-m-inner > .qodef-m-content {
    padding: 40px 5% 40px 3% !important;
  }
  .qodef-holder-with-image.qodef-layout--image-left > .qodef-m-inner > .qodef-m-content p {
    max-width: 600px;
  }
  .qodef-holder-with-image.qodef-layout--image-left > .qodef-m-inner > .qodef-m-content .qodef-m-title {
    font-size: 30px;
    max-width: 500px;
  }
  .qodef-holder-with-image.qodef-layout--image-left > .qodef-m-inner > .qodef-m-content .qodef-qi-progress-bar-horizontal .qodef-m-title {
    font-size: 20px;
    color: #36BCB7;
  }
  .qodef-holder-with-image.qodef-layout--image-left > .qodef-m-inner > .qodef-m-content .qodef-section-title.qodef-title-with-tagline .qodef-m-title-tagline {
    font-size: 13px;
  }
}
@media only screen and (max-width: 768px) {
  .qodef-holder-with-image.qodef-disable-below--768 .qodef-m-content {
    max-width: 640px;
    margin: 0 auto !important;
    padding: 30px 30px !important;
  }
}
@media (max-width: 767px) {
  .qodef-holder-with-image.qodef-disable-below--768 .qodef-m-content {
    padding: 30px 18px !important;
  }
}
.qodef-interactive-banners .qodef-ib-content-holder .qodef-ib-item {
  width: 14.2857142857%;
}

@media (min-width: 1025px) {
  .qodef-interactive-banners .qodef-ib-content-holder .qodef-ib-item {
    padding: 45px 0 45px 20px;
    vertical-align: top;
  }
}
.qodef-interactive-banners .qodef-ib-grid .qodef-ib-grid-line {
  width: 14.2857142857%;
}

.qodef-interactive-banners .qodef-ib-grid .qodef-ib-grid-line:nth-child(2) {
  left: 14.2857142857%;
}

.qodef-interactive-banners .qodef-ib-grid .qodef-ib-grid-line:nth-child(3) {
  left: 28.5714285714%;
}

.qodef-interactive-banners .qodef-ib-grid .qodef-ib-grid-line:nth-child(4) {
  left: 42.8571428571%;
}

.qodef-interactive-banners .qodef-ib-grid .qodef-ib-grid-line:nth-child(5) {
  left: 57.1428571429%;
}

.qodef-interactive-banners .qodef-ib-grid .qodef-ib-grid-line:nth-child(6) {
  left: 71.4285714286%;
}

.qodef-interactive-banners .qodef-ib-grid .qodef-ib-grid-line:nth-child(7) {
  left: 85.7142857143%;
}

.qodef-interactive-banners {
  max-height: 700px;
  max-width: none;
  margin: 0 auto;
}

@media (min-width: 1025px) and (max-width: 1599px) {
  .qodef-interactive-banners {
    max-height: 600px;
  }
}
.qodef-interactive-banners .qodef-ib-content-holder .qodef-ib-item .qodef-ib-item-title h3 {
  font-size: 18px;
  line-height: 23px;
  text-transform: uppercase;
}

@media (min-width: 1025px) and (max-width: 1439px) {
  .qodef-interactive-banners .qodef-ib-content-holder .qodef-ib-item .qodef-ib-item-title h3 {
    font-size: 14px;
    line-height: 21px;
  }
}
.qodef-interactive-banners .qodef-ib-content-holder .qodef-ib-item .qodef-ib-item-subtitle p {
  color: #FFFFFF;
  font-size: 16px;
  line-height: 26px;
}

.qodef-interactive-banners .qodef-ib-content-holder .qodef-ib-item .qodef-ib-item-small-image {
  margin-bottom: 25px;
}

.qodef-interactive-banners .qodef-ib-content-holder .qodef-ib-item .qodef-ib-item-small-image img {
  max-width: 140px;
  margin-left: -10px;
  filter: brightness(0) invert(1);
}

.qodef-interactive-banners .qodef-ib-content-holder .qodef-ib-item .qodef-button.qodef-layout--textual {
  text-transform: uppercase;
}

@media only screen and (max-width: 1024px) {
  .qodef-interactive-banners .qodef-ib-content-holder .qodef-ib-item {
    width: 100% !important;
    height: unset !important;
    position: relative;
  }
  .qodef-interactive-banners {
    max-height: none !important;
  }
}
#rev_slider_4_1_wrapper .stal_light .tp-bullet:before {
  background-color: #8CB63D !important;
}

.bergamelli-means {
  position: relative;
  margin-top: 20px;
}

@media (min-width: 1025px) {
  .bergamelli-means {
    display: flex;
    flex-direction: row-reverse;
    margin-top: 0;
  }
}
@media (min-width: 1025px) {
  .bergamelli-means #primary-slider,
  .bergamelli-means .primary-slider {
    width: calc(100% - 120px);
    padding-left: 70px;
  }
}
.bergamelli-means #primary-slider .splide__slide,
.bergamelli-means .primary-slider .splide__slide {
  background-image: none !important;
  height: auto !important;
  border: none !important;
}

@media (max-width: 1024px) {
  .bergamelli-means #primary-slider .splide__slide .bergamelli-slide-text,
  .bergamelli-means .primary-slider .splide__slide .bergamelli-slide-text {
    display: flex;
    padding-top: 50px;
  }
  .bergamelli-means #primary-slider .splide__slide .bergamelli-slide-text .left .bergamelli-means .primary-slider .splide__slide .bergamelli-slide-text .left {
    width: 40%;
  }
  .bergamelli-means #primary-slider .splide__slide .bergamelli-slide-text .right,
  .bergamelli-means .primary-slider .splide__slide .bergamelli-slide-text .right {
    width: 60%;
    padding-left: 30px;
  }
}
.bergamelli-means #primary-slider .splide__slide .bergamelli-slide-text h3,
.bergamelli-means .primary-slider .splide__slide .bergamelli-slide-text h3 {
  margin-top: 0;
  font-size: 20px;
  line-height: 1.2;
  color: #616163;
  margin-bottom: 15px;
}

@media (min-width: 1025px) {
  .bergamelli-means #primary-slider .splide__slide .bergamelli-slide-text h3,
  .bergamelli-means .primary-slider .splide__slide .bergamelli-slide-text h3 {
    text-align: right;
    font-size: 36px;
    margin-bottom: 34px;
  }
}
.bergamelli-means #primary-slider .splide__slide .bergamelli-slide-text h3:after,
.bergamelli-means .primary-slider .splide__slide .bergamelli-slide-text h3:after {
  content: "";
  display: block;
  height: 2px;
  background-color: #8CB63D;
  width: 115px;
  margin-top: 15px;
}

@media (min-width: 1025px) {
  .bergamelli-means #primary-slider .splide__slide .bergamelli-slide-text h3:after,
  .bergamelli-means .primary-slider .splide__slide .bergamelli-slide-text h3:after {
    height: 6px;
    margin-top: 34px;
    width: 150px;
    margin-left: auto;
  }
}
.bergamelli-means #primary-slider .splide__slide .bergamelli-slide-text h3 strong,
.bergamelli-means .primary-slider .splide__slide .bergamelli-slide-text h3 strong {
  font-family: "Russo One", sans-serif;
  display: block;
  font-weight: normal;
}

.bergamelli-means #primary-slider .splide__slide .bergamelli-slide-text h5,
.bergamelli-means .primary-slider .splide__slide .bergamelli-slide-text h5 {
  color: #36BCB7;
  font-size: 12px;
  font-family: "Russo One", sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  margin: 0;
}

@media (min-width: 1025px) {
  .bergamelli-means #primary-slider .splide__slide .bergamelli-slide-text h5,
  .bergamelli-means .primary-slider .splide__slide .bergamelli-slide-text h5 {
    text-align: right;
  }
}
@media (min-width: 1025px) {
  .bergamelli-means #primary-slider .splide__slide .bergamelli-slide-text h5,
  .bergamelli-means .primary-slider .splide__slide .bergamelli-slide-text h5 {
    font-size: 20px;
    margin: 0 0 10px;
  }
}
.bergamelli-means #primary-slider .splide__slide .bergamelli-slide-text p,
.bergamelli-means .primary-slider .splide__slide .bergamelli-slide-text p {
  max-width: 500px;
  margin-left: auto;
}

@media (min-width: 1025px) {
  .bergamelli-means #primary-slider .splide__slide .bergamelli-slide-text p,
  .bergamelli-means .primary-slider .splide__slide .bergamelli-slide-text p {
    text-align: right;
  }
}
.bergamelli-means #secondary-slider,
.bergamelli-means .secondary-slider {
  padding: 20px 25px 0;
}

@media (min-width: 1025px) {
  .bergamelli-means #secondary-slider,
  .bergamelli-means .secondary-slider {
    width: 120px;
    padding: 25px 0;
    height: 500px;
  }
}
.bergamelli-means #secondary-slider .splide__track--nav > .splide__list > .splide__slide,
.bergamelli-means .secondary-slider .splide__track--nav > .splide__list > .splide__slide {
  border: 1px solid #616163;
}

.bergamelli-means #secondary-slider .splide__track--nav > .splide__list > .splide__slide button,
.bergamelli-means .secondary-slider .splide__track--nav > .splide__list > .splide__slide button {
  margin: 0;
  appearance: none;
  border: none;
  display: block;
  width: 100%;
  height: 100%;
  background-color: transparent;
  display: block;
  text-align: center;
  padding: 0 10px;
  font-size: 16px;
  font-family: "Muli", sans-serif;
  line-height: 1.2;
  color: #8CB63D;
  font-weight: 600;
  cursor: pointer;
}

.bergamelli-means #secondary-slider .splide__track--nav > .splide__list > .splide__slide button strong,
.bergamelli-means .secondary-slider .splide__track--nav > .splide__list > .splide__slide button strong {
  font-weight: 400;
  font-family: "Russo One", sans-serif;
  display: block;
  text-transform: uppercase;
}

.bergamelli-means #secondary-slider .splide__track--nav > .splide__list > .splide__slide.is-active,
.bergamelli-means .secondary-slider .splide__track--nav > .splide__list > .splide__slide.is-active {
  border-color: #8CB63D;
}

.bergamelli-means #secondary-slider .splide__track--nav > .splide__list > .splide__slide.is-active button,
.bergamelli-means .secondary-slider .splide__track--nav > .splide__list > .splide__slide.is-active button {
  color: #FFFFFF;
  background-color: #8CB63D;
}

.bergamelli-means #secondary-slider .splide__arrow,
.bergamelli-means .secondary-slider .splide__arrow {
  color: #36BCB7;
  background-color: transparent !important;
}

.bergamelli-means #secondary-slider .splide__arrow svg,
.bergamelli-means .secondary-slider .splide__arrow svg {
  fill: #36BCB7;
}

.bergamelli-means #secondary-slider .splide__arrow.splide__arrow--prev,
.bergamelli-means .secondary-slider .splide__arrow.splide__arrow--prev {
  left: -7px;
}

@media (min-width: 1025px) {
  .bergamelli-means #secondary-slider .splide__arrow.splide__arrow--prev,
  .bergamelli-means .secondary-slider .splide__arrow.splide__arrow--prev {
    left: 50%;
    top: -7px;
  }
}
.bergamelli-means #secondary-slider .splide__arrow.splide__arrow--next,
.bergamelli-means .secondary-slider .splide__arrow.splide__arrow--next {
  right: -7px;
}

@media (min-width: 1025px) {
  .bergamelli-means #secondary-slider .splide__arrow.splide__arrow--next,
  .bergamelli-means .secondary-slider .splide__arrow.splide__arrow--next {
    right: 50%;
    bottom: -7px;
  }
}
#bergamelli-splide .splide__arrow {
  position: absolute;
  bottom: 20px;
  top: unset;
  transform: none;
  background-color: #8CB63D;
  border-radius: 0;
  opacity: 1;
  width: 40px;
  height: 40px;
  outline: none !important;
}

#bergamelli-splide .splide__arrow svg {
  fill: #FFFFFF;
}

#bergamelli-splide .splide__arrow.splide__arrow--next {
  right: 0;
  left: 53px;
}

#bergamelli-splide .qodef-section-title .qodef-m-text {
  margin: 0;
}

#bergamelli-splide .splide__track--nav > .splide__list > .splide__slide {
  cursor: pointer;
  border: none !important;
  outline: none !important;
}

@media (min-width: 1025px) {
  #bergamelli-splide img {
    padding: 50px 40px 40px 40px;
  }
  .splide-slider-partners #bergamelli-splide img {
    padding: 0;
    margin-top: -25%;
    margin-left: -21%;
  }
}
.elementor-widget-slider_revolution {
  margin-bottom: 0 !important;
}

.qodef-video-button {
  display: block;
}

.qodef-video-button .qodef-m-image img {
  display: block;
  width: 100%;
}

.wpcf7-form-control-wrap {
  display: block;
}

.bergamelli-form.bergamelli-form-white + .wpcf7-response-output {
  color: #FFFFFF;
}

.bergamelli-form.bergamelli-form-white .bergamelli-col-wrapper .bergamelli-col input[type=email] {
  border-bottom: 4px solid #FFFFFF;
  margin-bottom: 25px;
  color: #FFFFFF;
}

.bergamelli-form.bergamelli-form-white .bergamelli-col-wrapper .bergamelli-col input[type=email]::placeholder {
  color: #FFFFFF;
  text-transform: uppercase;
}

.bergamelli-form.bergamelli-form-white .bergamelli-col-wrapper .bergamelli-col .wpcf7-not-valid-tip {
  color: #FFFFFF;
  bottom: 2px;
}

.bergamelli-form.bergamelli-form-white .bergamelli-col-wrapper .bergamelli-col .wpcf7-list-item input {
  border-color: #FFFFFF;
}

.bergamelli-form.bergamelli-form-white .bergamelli-col-wrapper .bergamelli-col .wpcf7-list-item input:checked {
  background-color: #FFFFFF;
}

.bergamelli-form.bergamelli-form-white .bergamelli-col-wrapper .bergamelli-col .wpcf7-list-item label a {
  color: #FFFFFF;
  text-decoration: underline;
}

.bergamelli-form.bergamelli-form-white .bergamelli-col-wrapper .bergamelli-col .wpcf7-list-item label {
  color: #FFFFFF;
}

.bergamelli-form.bergamelli-form-white .bergamelli-col-wrapper .bergamelli-col button {
  padding: 0 !important;
  background-color: transparent !important;
  position: absolute;
  top: 5px;
  right: 0;
}

.bergamelli-form .bergamelli-col-wrapper {
  column-gap: 120px;
  display: flex;
}

@media (max-width: 1024px) {
  .bergamelli-form .bergamelli-col-wrapper {
    column-gap: 60px;
  }
}
@media (max-width: 767px) {
  .bergamelli-form .bergamelli-col-wrapper {
    column-gap: 0;
    flex-flow: wrap;
  }
}
.bergamelli-form .bergamelli-col-wrapper .bergamelli-col {
  width: 50%;
  position: relative;
}

@media (max-width: 767px) {
  .bergamelli-form .bergamelli-col-wrapper .bergamelli-col {
    width: 100%;
  }
}
.bergamelli-form .bergamelli-col-wrapper .bergamelli-col.w-100 {
  width: 100%;
}

.bergamelli-form .bergamelli-col-wrapper .bergamelli-col .wpcf7-not-valid-tip {
  color: #8CB63D;
  font-size: 13px;
  position: absolute;
  bottom: 31px;
  left: 0;
}

.bergamelli-form .bergamelli-col-wrapper .bergamelli-col input[type=email], .bergamelli-form .bergamelli-col-wrapper .bergamelli-col input[type=number], .bergamelli-form .bergamelli-col-wrapper .bergamelli-col input[type=password], .bergamelli-form .bergamelli-col-wrapper .bergamelli-col input[type=tel], .bergamelli-form .bergamelli-col-wrapper .bergamelli-col input[type=text], .bergamelli-form .bergamelli-col-wrapper .bergamelli-col input[type=url], .bergamelli-form .bergamelli-col-wrapper .bergamelli-col textarea, .bergamelli-form .bergamelli-col-wrapper .bergamelli-col select {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0 0 55px;
  padding: 8px 0;
  font-family: inherit;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: normal;
  font-weight: 400;
  color: #616163;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #8CB63D;
  border-radius: 0;
  outline: 0;
  cursor: text;
  -webkit-appearance: none;
  -webkit-transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
  -o-transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}

.bergamelli-form .bergamelli-col-wrapper .bergamelli-col input[type=email]:placeholder, .bergamelli-form .bergamelli-col-wrapper .bergamelli-col input[type=number]:placeholder, .bergamelli-form .bergamelli-col-wrapper .bergamelli-col input[type=password]:placeholder, .bergamelli-form .bergamelli-col-wrapper .bergamelli-col input[type=tel]:placeholder, .bergamelli-form .bergamelli-col-wrapper .bergamelli-col input[type=text]:placeholder, .bergamelli-form .bergamelli-col-wrapper .bergamelli-col input[type=url]:placeholder, .bergamelli-form .bergamelli-col-wrapper .bergamelli-col textarea:placeholder, .bergamelli-form .bergamelli-col-wrapper .bergamelli-col select:placeholder {
  color: #616163;
}

.bergamelli-form .bergamelli-col-wrapper .bergamelli-col textarea {
  height: 86px;
  resize: none;
}

.bergamelli-form .bergamelli-col-wrapper .bergamelli-col select {
  padding-right: 40px;
  background-image: url("../images/arrow-down.png");
  background-repeat: no-repeat;
  background-size: 11px 7px;
  background-position: calc(100% - 11px) 18px;
  cursor: pointer;
}

.bergamelli-form .bergamelli-col-wrapper .bergamelli-col .wpcf7-list-item {
  margin: 0;
}

.bergamelli-form .bergamelli-col-wrapper .bergamelli-col .wpcf7-list-item label {
  font-weight: 400;
  color: #616163;
  font-size: 10px;
  line-height: 15px;
  margin-bottom: 17px;
}

.bergamelli-form .bergamelli-col-wrapper .bergamelli-col .wpcf7-list-item label a {
  color: #8CB63D;
}

.bergamelli-form .bergamelli-col-wrapper .bergamelli-col .wpcf7-list-item label a:hover {
  color: #8CB63D;
  text-decoration: underline;
}

.bergamelli-form .bergamelli-col-wrapper .bergamelli-col .wpcf7-list-item input {
  width: 10px;
  height: 10px;
  margin-top: 0;
  vertical-align: top;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 2px solid #8CB63D;
  appearance: none;
  margin-top: 3px;
  margin-bottom: 0;
  print-color-adjust: exact;
  background-size: 60% 60%;
}

.bergamelli-form .bergamelli-col-wrapper .bergamelli-col .wpcf7-list-item input:checked {
  background-color: #8CB63D;
}

.bergamelli-form .bergamelli-col-wrapper .bergamelli-col button:disabled {
  opacity: 0.5;
}

.bergamelli-form .bergamelli-col-wrapper .bergamelli-col .text-right {
  text-align: right;
}

.wpcf7 form .wpcf7-response-output {
  margin: 20px 0 0 0;
  padding: 0;
  border: none;
  color: #8CB63D;
  font-weight: 400;
  letter-spacing: normal;
}

.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-navigation li {
  margin-bottom: 17px;
}

.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-navigation li a {
  display: block;
  text-align: center;
  padding: 27px 25px 25px;
  font-size: 18px;
  font-family: "Russo One", sans-serif;
  text-transform: uppercase;
  border: 1px solid #616163;
  line-height: 1;
  color: #8CB63D;
  font-weight: normal;
}

.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-navigation li.ui-state-active a,
.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-navigation li.ui-state-hover a {
  color: #FFFFFF;
  border-color: #8CB63D;
  background-color: #8CB63D;
}

.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-navigation {
  border: none;
}

.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-content h3 {
  text-align: right;
  font-size: 36px;
  line-height: 39px;
  color: #616163;
  margin-bottom: 34px;
}

.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-content h3:after {
  content: "";
  display: block;
  height: 6px;
  background-color: #8CB63D;
  width: 150px;
  margin-left: auto;
  margin-top: 34px;
}

.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-content h3 strong {
  font-family: "Russo One", sans-serif;
  display: block;
  font-weight: normal;
}

.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-content h5 {
  color: #36BCB7;
  text-align: right;
  font-size: 20px;
  font-family: "Russo One", sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  margin: 0 0 10px;
}

.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-content p:not(.image-container) {
  text-align: right;
  max-width: 500px;
  margin-left: auto;
}

.bergamelli-fake-tabs {
  position: relative;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.33s;
  -o-transition-duration: 0.33s;
  -webkit-transition-duration: 0.33s;
  transition-duration: 0.33s;
}

@media (min-width: 1025px) {
  .bergamelli-fake-tabs.bergamelli-animation-start .elementor-column:nth-child(1) .elementor-widget-qi_addons_for_elementor_button:before {
    top: 350px;
    opacity: 1;
  }
  .bergamelli-fake-tabs.bergamelli-animation-start .elementor-column:nth-child(1) .elementor-widget-qi_addons_for_elementor_button:after {
    height: 264px;
  }
}
.bergamelli-fake-tabs .qodef-qi-button.qodef-layout--filled {
  color: #FFFFFF !important;
  font-family: "Russo One", sans-serif !important;
  border-radius: 0 !important;
  font-size: 30px !important;
  background-color: #616163 !important;
  padding: 10px 10px !important;
  text-align: center;
  width: 100%;
  display: block;
  position: relative;
  overflow: visible;
}

.bergamelli-fake-tabs .qodef-qi-button.qodef-layout--filled.bergamelli-tab-active, .bergamelli-fake-tabs .qodef-qi-button.qodef-layout--filled:hover {
  background-color: #8CB63D !important;
}

.bergamelli-fake-tabs .qodef-qi-button.qodef-layout--filled:after {
  content: "";
  position: absolute;
  display: block;
  height: 3px;
  width: 0;
  background-color: #8CB63D;
  left: 0;
  top: -10px;
  -webkit-transition: none;
  transition: none;
}

.bergamelli-fake-tabs.bergamelli-loading:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  cursor: not-allowed;
}

.bergamelli-fake-tabs.bergamelli-loading .bergamelli-tab-active {
  background-color: #616163 !important;
}

.bergamelli-fake-tabs.bergamelli-loading .bergamelli-tab-active:after {
  width: 100%;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -moz-transition-timing-function: linear;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

.bergamelli-fake-tabs .elementor-column-gap-default > .elementor-column > .elementor-element-populated {
  padding: 0 20px 0 0 !important;
}

@media (min-width: 1025px) {
  .bergamelli-fake-tabs .elementor-column:nth-child(1) .elementor-widget-qi_addons_for_elementor_button:before {
    content: "";
    display: block;
    width: 67px;
    height: 39px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("../images/icona-camion-rosso.png");
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
    -moz-transition-duration: 2s;
    -o-transition-duration: 2s;
    -webkit-transition-duration: 2s;
    transition-duration: 2s;
    transition-delay: 1s;
    transition-timing-function: linear;
  }
  .bergamelli-fake-tabs .elementor-column:nth-child(1) .elementor-widget-qi_addons_for_elementor_button:after {
    content: "";
    display: block;
    width: 4px;
    height: 10px;
    position: absolute;
    left: 50%;
    transform: translateX(50%);
    background-color: #8CB63D;
    top: 80px;
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
    -moz-transition-duration: 2s;
    -o-transition-duration: 2s;
    -webkit-transition-duration: 2s;
    transition-duration: 2s;
    transition-delay: 1s;
    transition-timing-function: linear;
  }
}
#bergamelli-section-ajax-1, #bergamelli-section-ajax-2, #bergamelli-section-ajax-3, #bergamelli-section-ajax-4 {
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.33s;
  -o-transition-duration: 0.33s;
  -webkit-transition-duration: 0.33s;
  transition-duration: 0.33s;
}

#bergamelli-section-ajax-1.bergamelli-loading, #bergamelli-section-ajax-2.bergamelli-loading, #bergamelli-section-ajax-3.bergamelli-loading, #bergamelli-section-ajax-4.bergamelli-loading {
  opacity: 0.3;
}

#bergamelli-section-ajax-1 .qodef-section-title.qodef-title-with-tagline .qodef-m-title br {
  display: none;
}

.qodef-portfolio-list.qodef-item-layout--info-on-hover .qodef-e-inner:after {
  height: 6px;
  background-color: #8CB63D;
}

.qodef-portfolio-list.qodef-item-layout--info-on-hover .qodef-e-content .qodef-e-content-inner .qodef-e-info-category a {
  pointer-events: none;
  cursor: default;
  color: #36BCB7;
  font-size: 20px;
  line-height: 25px;
  font-weight: 400;
  font-family: "Russo One", sans-serif;
}

.qodef-portfolio-list.qodef-item-layout--info-on-hover .qodef-e-content .qodef-e-content-inner .qodef-e-title {
  font-size: 14px;
  color: #616163;
  font-weight: 400;
  font-family: "Muli", sans-serif;
  line-height: 21px;
  padding-top: 10px;
}

.qodef-m-filter .qodef-m-filter-item.qodef--active, .qodef-m-filter .qodef-m-filter-item:hover {
  color: #36BCB7;
}

.qodef-porfolio-single-layout--slider .qodef-portfolio-single-item .qodef-portfolio-info {
  padding-left: 5%;
}

@media (max-width: 1024px) {
  .qodef-porfolio-single-layout--slider .qodef-portfolio-single-item .qodef-portfolio-info {
    padding: 0 15px;
    margin-top: 0 !important;
  }
}
body.single-portfolio-item .bergamelli-slide {
  aspect-ratio: 1300/700;
  position: relative;
}

body.single-portfolio-item .bergamelli-slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

body.single-portfolio-item .elementor-widget-stal_core_section_title {
  padding-bottom: 20px;
}

body.single-portfolio-item .bergamelly-secondary {
  padding-top: 30px;
}

@media (max-width: 1024px) {
  body.single-portfolio-item .qodef-e.bergamelly-empty {
    display: none !important;
  }
}
@media (max-width: 1024px) {
  #qodef-single-portfolio-navigation {
    margin: 50px 0 10px !important;
  }
}
#qodef-single-portfolio-navigation .qodef-m-nav.qodef--prev,
#qodef-single-portfolio-navigation .qodef-m-nav.qodef--next {
  color: #8CB63D;
}

#qodef-single-portfolio-navigation .qodef-m-nav.qodef--prev .qodef-m-nav-label,
#qodef-single-portfolio-navigation .qodef-m-nav.qodef--next .qodef-m-nav-label {
  color: #8CB63D;
  font-weight: 500;
}

#qodef-single-portfolio-navigation .qodef--backbtn a .qodef-circle {
  border-color: #8CB63D;
}

.qodef-porfolio-single-layout--slider .qodef-portfolio-single-item .qodef-portfolio-info .qodef-e h4 {
  font-size: 23px;
  font-weight: 700;
  margin-bottom: 0;
}

.qodef-porfolio-single-layout--slider .qodef-portfolio-single-item .qodef-portfolio-info .qodef-e h4 + p {
  font-size: 16px;
}

.qodef-portfolio-single-item .qodef-layout--template {
  padding-top: 50px;
}

@media (max-width: 1024px) {
  .qodef-portfolio-single-item .qodef-layout--template {
    padding-top: 20px;
  }
}
.qodef-ps-related-posts-holder .qodef-ps-related-text .qodef-ps-related-categories {
  pointer-events: none;
  cursor: default;
  color: #36BCB7;
  font-size: 20px;
  line-height: 25px;
  font-weight: 400;
  font-family: "Russo One", sans-serif;
}

.qodef-ps-related-posts-holder .qodef-ps-related-text .qodef-ps-related-title {
  font-size: 14px;
  color: #616163;
  font-weight: 400;
  font-family: "Muli", sans-serif;
  line-height: 21px;
}

.qodef-ps-related-posts-holder .qodef-ps-related-image:after {
  height: 6px;
  background-color: #8CB63D;
}

h3.qodef-ps-related-title {
  color: #616163;
}

.qodef-grid.qodef-layout--masonry.qodef-items--fixed .qodef-grid-item img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 1024px) {
  body.single-portfolio-item #qodef-page-inner {
    padding: 50px 0 50px 0;
  }
}
.bergamelli-sectors-cards .qodef-qi-button.qodef-icon--left {
  flex-direction: column-reverse;
  background-color: #FFFFFF;
  border-radius: 0;
  color: #434343;
  padding: 35px;
}

@media (max-width: 1024px) {
  .bergamelli-sectors-cards .qodef-qi-button.qodef-icon--left {
    border: 2px solid #F4F4F4;
  }
}
.bergamelli-sectors-cards .qodef-qi-button.qodef-icon--left:hover {
  background-color: #8CB63D;
  color: #FFFFFF;
}

.bergamelli-sectors-cards .qodef-qi-button.qodef-icon--left:hover svg {
  fill: #FFFFFF !important;
}

.bergamelli-sectors-cards .qodef-qi-button.qodef-icon--left:hover svg path {
  fill: #FFFFFF !important;
}

.bergamelli-sectors-cards .qodef-qi-button.qodef-icon--left .qodef-m-text {
  padding-top: 10px;
  line-height: 1.3;
}

.bergamelli-sector-image-text {
  padding: 35px;
  -webkit-box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.1);
  background-color: #FFFFFF;
}

.bergamelli-sector-image-text.elementor-widget-image-box .elementor-image-box-title {
  font-family: "Muli", sans-serif !important;
  color: #8CB63D !important;
  font-size: 20px !important;
  margin: 15px 0 10px;
}

.bergamelli-sector-image-text.elementor-widget-image-box .elementor-image-box-description {
  color: #616163 !important;
  font-family: "Muli", sans-serif !important;
  font-size: 16px !important;
  line-height: 1.2 !important;
}

#bergamelli-section-ajax-2 .elementor-widget-image .elementor-widget-container {
  aspect-ratio: 1400/560;
  position: relative;
}

#bergamelli-section-ajax-2 .elementor-widget-image .elementor-widget-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@media (min-width: 1440px) {
  #bergamelli-section-ajax-1 section + section > .elementor-container {
    width: 1250px;
    margin-left: -0.3vw;
    max-width: none;
  }
  #bergamelli-section-ajax-1 section + section > .elementor-container .elementor-column:nth-child(2) {
    padding-right: 20px !important;
  }
  #bergamelli-section-ajax-1 section + section > .elementor-container .elementor-column:nth-child(3) {
    padding-left: 20px !important;
  }
}
@media (min-width: 1600px) {
  #bergamelli-section-ajax-1 section + section > .elementor-container {
    width: 1400px;
    margin-left: 5px;
  }
}
@media (min-width: 1920px) {
  #bergamelli-section-ajax-1 section + section > .elementor-container {
    width: 1500px;
    margin-left: -43px;
  }
}
.bergamelli-download .elementor-widget-qi_addons_for_elementor_button {
  padding-top: 35px;
  border-bottom: 1px solid #616163;
  padding-bottom: 15px;
}

.bergamelli-download .elementor-widget-qi_addons_for_elementor_button .qodef-qi-button.qodef-layout--textual {
  font-family: "Muli", sans-serif;
  font-size: 20px;
  color: #616163;
  width: 100%;
  justify-content: space-between;
}

.bergamelli-download .elementor-widget-qi_addons_for_elementor_button .qodef-qi-button.qodef-layout--textual .qodef-m-text {
  position: relative;
}

.bergamelli-download .elementor-widget-qi_addons_for_elementor_button .qodef-qi-button.qodef-layout--textual .qodef-m-text:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 10px;
  background-color: #8CB63D;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.33s;
  -o-transition-duration: 0.33s;
  -webkit-transition-duration: 0.33s;
  transition-duration: 0.33s;
}

.bergamelli-download .elementor-widget-qi_addons_for_elementor_button .qodef-qi-button.qodef-layout--textual:hover {
  color: #8CB63D;
}

.bergamelli-download .elementor-widget-qi_addons_for_elementor_button .qodef-qi-button.qodef-layout--textual:hover .qodef-m-text:before {
  margin-right: 20px;
  width: 10px;
}

.bergamelli-download .elementor-widget-qi_addons_for_elementor_button .qodef-qi-button.qodef-layout--textual:hover .qodef-m-icon svg path {
  fill: #8CB63D !important;
}

.bergamelli-download .elementor-widget-qi_addons_for_elementor_button .qodef-qi-button.qodef-layout--textual .qodef-m-icon svg path {
  fill: #616163 !important;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.33s;
  -o-transition-duration: 0.33s;
  -webkit-transition-duration: 0.33s;
  transition-duration: 0.33s;
}

.qodef-blog.qodef-item-layout--compact article .qodef-e-content {
  background-color: #E6E6E6;
}

.qodef-blog article .qodef-e-info .qodef-e-info-item.qodef-e-info-category:before {
  display: none;
}

.qodef-blog article .qodef-e-info .qodef-e-info-item a {
  color: #36BCB7;
  font-family: "Muli", sans-serif;
  font-weight: 600;
  pointer-events: none;
}

.qodef-blog article .qodef-e-info .qodef-e-info-item a:before {
  display: none;
}

.qodef-blog article .qodef-e-info .qodef-e-info-item a:hover {
  color: #36BCB7;
}

.qodef-blog article .qodef-e-excerpt {
  line-height: 1.2;
  padding-top: 20px;
}

.qodef-blog article .qodef-e-title {
  line-height: 1.2;
}

.qodef-button.qodef-layout--textual,
.qodef-button.qodef-layout--textual:hover {
  color: #8CB63D;
}

body.single-post .qodef-blog article .qodef-e-info .qodef-e-info-item.qodef-e-info-date {
  display: none !important;
}

@media (min-width: 1024px) {
  body.single-post #qodef-page-inner.qodef-content-grid {
    width: 850px;
  }
}
body.single-post .qodef-blog article .qodef-e-info .qodef-e-info-item a {
  color: #616163;
}

body.single-post .qodef-blog article .qodef-e-info .qodef-e-info-item a:hover {
  color: #616163;
}

body.single-post #qodef-single-post-navigation .qodef-m-nav.qodef--next .qodef-icon-linea-icons, body.single-post #qodef-single-post-navigation .qodef-m-nav.qodef--prev .qodef-icon-linea-icons {
  background-color: #6e6e70;
}

body.single-post #qodef-single-post-navigation .qodef-m-nav.qodef--next:hover .qodef-icon-linea-icons,
body.single-post #qodef-single-post-navigation .qodef-m-nav.qodef--prev:hover .qodef-icon-linea-icons {
  background-color: #8CB63D;
}

body.single-post .qodef-e-info-tags,
body.single-post .qodef-info--bottom {
  display: none !important;
}

body.single-post .qodef-blog.qodef--single article .qodef-e-title {
  color: #8CB63D;
}

body.single-post .qodef-blog.qodef--single article .qodef-e-text p {
  font-size: 16px;
  line-height: 24px;
}

body.single-post .qodef-blog article.has-post-thumbnail .qodef-e-media {
  margin-bottom: 40px;
}

body.single-post #qodef-page-comments {
  display: none !important;
}

body.single-post #qodef-single-post-navigation {
  margin: 0 !important;
}

.bergamelli-offices h4 {
  font-size: 20px;
  padding-left: 36px;
}

.bergamelli-offices ul li a strong {
  padding-left: 0;
  display: unset;
}

.bergamelli-offices ul li strong {
  font-size: 20px;
  padding-left: 36px;
  display: block;
}

@media (max-width: 767px) {
  .bergamelli-offices ul li strong {
    font-size: 16px;
  }
}
.qodef-m-filter .qodef-m-filter-item {
  color: #FFFFFF !important;
  padding: 10px 20px;
  background-color: #616163;
  text-transform: uppercase;
  margin: 0 10px 20px 8px;
  font-family: "Russo One", sans-serif;
  font-weight: 400 !important;
}

@media (max-width: 767px) {
  .qodef-m-filter .qodef-m-filter-item {
    font-size: 10px;
    padding: 1px 15px 0;
    margin: 0 5px 10px;
  }
}
.qodef-m-filter .qodef-m-filter-item:hover, .qodef-m-filter .qodef-m-filter-item.qodef--active {
  background-color: #8CB63D;
}

.qodef-m-filter .qodef-m-filter-items {
  flex-flow: wrap;
}

.bergamelli-offices .elementor-widget .elementor-icon-list-icon + .elementor-icon-list-text {
  font-size: 20px;
}

@media (max-width: 767px) {
  .bergamelli-offices .elementor-widget .elementor-icon-list-icon + .elementor-icon-list-text {
    font-size: 16px;
  }
}
.bergamelli-offices .elementor-widget .elementor-icon-list-item + .elementor-icon-list-item {
  padding-top: 5px;
}

.bergamelli-contacts-page strong {
  color: #8CB63D;
}

@media (min-width: 1025px) {
  .bergamelli-contacts-page p:nth-last-child(1) {
    margin-bottom: 0;
  }
}
.qodef-button {
  text-transform: uppercase;
}

.bergamelli-cert .elementor-widget-qi_addons_for_elementor_button {
  text-align: right;
  padding-right: 20px;
  position: absolute;
  bottom: 20px;
  right: 10px;
}

.bergamelli-cert .elementor-widget-image .elementor-widget-container {
  padding-bottom: 0 !important;
}

.bergamelli-cert .elementor-widget-image img {
  max-width: 85px;
}

.bergamelli-cert .elementor-widget-text-editor p + p {
  margin-top: -30px;
}

.bergamelli-do-down {
  display: inline-block;
  width: unset;
  margin-left: auto;
  margin-right: auto;
  margin-top: -37vh;
  z-index: 99;
  width: 80px !important;
  height: 80px;
}

.bergamelli-do-down.elementor-widget-icon-box.elementor-position-top .elementor-icon-box-wrapper {
  display: flex;
  text-align: center;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
}

.bergamelli-do-down.elementor-widget-icon-box .elementor-icon-box-content {
  height: 40px;
}

.bergamelli-do-down.elementor-widget-icon-box .elementor-icon-box-title, .bergamelli-do-down.elementor-widget-icon-box .elementor-icon-box-title a {
  color: #FFFFFF;
  font-family: "Muli", sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.bergamelli-do-down.elementor-widget-icon-box.elementor-view-framed .elementor-icon, .bergamelli-do-down.elementor-widget-icon-box.elementor-view-default .elementor-icon {
  fill: #FFFFFF;
  color: #FFFFFF;
  border: none;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.33s;
  -o-transition-duration: 0.33s;
  -webkit-transition-duration: 0.33s;
  transition-duration: 0.33s;
  animation: jumpInfinite 1.5s infinite;
}

@media (min-width: 1200px) {
  .bergamelli-thanks-image img {
    transform: scale(2);
  }
}
.bergamelli-text-small p {
  font-size: 16px;
  line-height: 26px;
}

@media (max-width: 1024px) {
  .qodef-accordion.qodef-layout--simple .qodef-accordion-title,
  .qodef-accordion.qodef-layout--simple .qodef-accordion-title.ui-state-active,
  .qodef-accordion.qodef-layout--simple .qodef-accordion-content {
    padding-left: 0;
  }
}
.bergamelli-content-404 {
  min-height: 100vh;
  text-align: center;
  display: flex;
  padding: 100px 0;
  flex-direction: column;
  justify-content: center;
}

@media (max-width: 767px) {
  .bergamelli-content-404 {
    min-height: 70vh;
    padding: 200px 0 50px;
  }
}
.bergamelli-content-404 .elementor-widget-stal_core_button .elementor-widget-container {
  text-align: center;
}

.bergamelli-content-404 .qodef-section-title.qodef-title-with-tagline .qodef-m-title {
  text-align: center;
  padding-left: 0;
  padding-bottom: 30px;
}

.bergamelli-content-404 .elementor-widget-text-editor {
  max-width: 600px;
  margin: 0 auto;
  padding-bottom: 50px;
}

.bergamelli-thanks > .elementor-container {
  padding: 100px 0;
  min-height: 100vh;
}

@media (max-width: 1024px) {
  .bergamelli-thanks > .elementor-container {
    padding: 50px 0;
  }
}
.bergamelli-thanks > .elementor-container .elementor-widget-stal_core_button .elementor-widget-container {
  text-align: center;
}

.bergamelli-thanks > .elementor-container .elementor-widget-stal_core_button .elementor-widget-container .qodef-button .qodef-m-text .qodef-m-arrowline {
  display: none;
}

.bergamelli-image-404 {
  position: absolute;
  max-width: 150px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

@media (min-width: 768px) {
  .bergamelli-image-404 {
    max-width: 200px;
    top: 100px;
  }
}
@media (min-width: 1200px) {
  .bergamelli-image-404 {
    width: calc((100vw - 600px) / 2);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -70%);
    max-width: none;
  }
}
.bergamelli-image-404.image-right {
  display: none;
}

@media (min-width: 1024px) {
  .bergamelli-image-404.image-right {
    display: block;
    left: unset;
    right: 0;
  }
}
@media (max-width: 1024px) {
  #qodef-page-footer #qodef-page-footer-top-area .qodef-grid > .qodef-grid-inner {
    display: flex;
    flex-flow: wrap;
  }
}
#qodef-page-footer #qodef-page-footer-top-area .qodef-grid.qodef-layout--columns.qodef-col-num--4 > .qodef-grid-inner > .qodef-grid-item:nth-child(1) {
  display: flex;
  width: 30%;
}

@media (max-width: 1024px) {
  #qodef-page-footer #qodef-page-footer-top-area .qodef-grid.qodef-layout--columns.qodef-col-num--4 > .qodef-grid-inner > .qodef-grid-item:nth-child(1) {
    width: 100%;
  }
}
@media (max-width: 767px) {
  #qodef-page-footer #qodef-page-footer-top-area .qodef-grid.qodef-layout--columns.qodef-col-num--4 > .qodef-grid-inner > .qodef-grid-item:nth-child(1) {
    display: block;
  }
}
#qodef-page-footer #qodef-page-footer-top-area .qodef-grid.qodef-layout--columns.qodef-col-num--4 > .qodef-grid-inner > .qodef-grid-item:nth-child(1) .widget.widget_media_image img {
  width: 86px;
}

#qodef-page-footer #qodef-page-footer-top-area .qodef-grid.qodef-layout--columns.qodef-col-num--4 > .qodef-grid-inner > .qodef-grid-item:nth-child(1) .widget_custom_html {
  display: none;
}

@media (max-width: 767px) {
  #qodef-page-footer #qodef-page-footer-top-area .qodef-grid.qodef-layout--columns.qodef-col-num--4 > .qodef-grid-inner > .qodef-grid-item:nth-child(1) .widget_custom_html {
    display: block;
    position: absolute;
    left: 140px;
    top: 30px;
    padding-top: 0 !important;
  }
}
#qodef-page-footer #qodef-page-footer-top-area .qodef-grid.qodef-layout--columns.qodef-col-num--4 > .qodef-grid-inner > .qodef-grid-item:nth-child(1) .widget_custom_html .bergamelli-list-icons-content {
  display: flex;
  column-gap: 20px;
}

#qodef-page-footer #qodef-page-footer-top-area .qodef-grid.qodef-layout--columns.qodef-col-num--4 > .qodef-grid-inner > .qodef-grid-item:nth-child(1) .widget.widget_text {
  padding-left: 70px;
  width: calc(100% - 86px);
}

@media (max-width: 767px) {
  #qodef-page-footer #qodef-page-footer-top-area .qodef-grid.qodef-layout--columns.qodef-col-num--4 > .qodef-grid-inner > .qodef-grid-item:nth-child(1) .widget.widget_text {
    padding-left: 0;
    width: 100%;
    padding-top: 40px;
    margin-bottom: 10px;
  }
}
#qodef-page-footer #qodef-page-footer-top-area .qodef-grid.qodef-layout--columns.qodef-col-num--4 > .qodef-grid-inner > .qodef-grid-item:nth-child(1) .widget.widget_text p {
  color: #FFFFFF;
  font-size: 16px;
}

#qodef-page-footer #qodef-page-footer-top-area .qodef-grid.qodef-layout--columns.qodef-col-num--4 > .qodef-grid-inner > .qodef-grid-item:nth-child(1) .widget.widget_text p a {
  color: #FFFFFF;
}

#qodef-page-footer #qodef-page-footer-top-area .qodef-grid.qodef-layout--columns.qodef-col-num--4 > .qodef-grid-inner > .qodef-grid-item:nth-child(2) {
  width: 24%;
}

@media (max-width: 1024px) {
  #qodef-page-footer #qodef-page-footer-top-area .qodef-grid.qodef-layout--columns.qodef-col-num--4 > .qodef-grid-inner > .qodef-grid-item:nth-child(2) {
    width: 47%;
  }
}
@media (max-width: 767px) {
  #qodef-page-footer #qodef-page-footer-top-area .qodef-grid.qodef-layout--columns.qodef-col-num--4 > .qodef-grid-inner > .qodef-grid-item:nth-child(2) {
    width: 60%;
    margin-top: 0;
  }
}
#qodef-page-footer #qodef-page-footer-top-area .qodef-grid.qodef-layout--columns.qodef-col-num--4 > .qodef-grid-inner > .qodef-grid-item:nth-child(3) {
  width: 23%;
}

@media (max-width: 1024px) {
  #qodef-page-footer #qodef-page-footer-top-area .qodef-grid.qodef-layout--columns.qodef-col-num--4 > .qodef-grid-inner > .qodef-grid-item:nth-child(3) {
    width: 25%;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  #qodef-page-footer #qodef-page-footer-top-area .qodef-grid.qodef-layout--columns.qodef-col-num--4 > .qodef-grid-inner > .qodef-grid-item:nth-child(3) {
    width: 40%;
  }
}
#qodef-page-footer #qodef-page-footer-top-area .qodef-grid.qodef-layout--columns.qodef-col-num--4 > .qodef-grid-inner > .qodef-grid-item:nth-child(4) {
  width: 23%;
}

@media (max-width: 1024px) {
  #qodef-page-footer #qodef-page-footer-top-area .qodef-grid.qodef-layout--columns.qodef-col-num--4 > .qodef-grid-inner > .qodef-grid-item:nth-child(4) {
    width: 28%;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  #qodef-page-footer #qodef-page-footer-top-area .qodef-grid.qodef-layout--columns.qodef-col-num--4 > .qodef-grid-inner > .qodef-grid-item:nth-child(4) {
    width: 100%;
    margin-top: 30px;
  }
}
#qodef-page-footer #qodef-page-footer-top-area .qodef-grid.qodef-layout--columns.qodef-col-num--4 > .qodef-grid-inner > .qodef-grid-item .widget.widget_nav_menu {
  padding-left: 40px;
}

@media (max-width: 1024px) {
  #qodef-page-footer #qodef-page-footer-top-area .qodef-grid.qodef-layout--columns.qodef-col-num--4 > .qodef-grid-inner > .qodef-grid-item .widget.widget_nav_menu {
    padding-left: 0;
  }
}
#qodef-page-footer #qodef-page-footer-top-area .qodef-grid.qodef-layout--columns.qodef-col-num--4 > .qodef-grid-inner > .qodef-grid-item .widget.widget_nav_menu div > ul > li {
  font-size: 18px !important;
  line-height: 26px;
}

#qodef-page-footer #qodef-page-footer-top-area .qodef-grid.qodef-layout--columns.qodef-col-num--4 > .qodef-grid-inner > .qodef-grid-item .widget.widget_nav_menu div > ul > li:before {
  display: none;
}

#qodef-page-footer #qodef-page-footer-top-area .qodef-grid.qodef-layout--columns.qodef-col-num--4 > .qodef-grid-inner > .qodef-grid-item .widget.widget_nav_menu div > ul > li a {
  color: #FFFFFF;
  text-decoration: none;
}

#qodef-page-footer #qodef-page-footer-top-area .qodef-grid.qodef-layout--columns.qodef-col-num--4 > .qodef-grid-inner > .qodef-grid-item .widget.widget_nav_menu div > ul > li a:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  left: 50%;
  bottom: -8px;
  height: 2px;
  background-color: #FFFFFF;
  width: 0;
  transform: translateX(-50%);
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.33s;
  -o-transition-duration: 0.33s;
  -webkit-transition-duration: 0.33s;
  transition-duration: 0.33s;
}

#qodef-page-footer #qodef-page-footer-top-area .qodef-grid.qodef-layout--columns.qodef-col-num--4 > .qodef-grid-inner > .qodef-grid-item .widget.widget_nav_menu div > ul > li a:hover:after {
  width: 100%;
}

#qodef-page-footer #qodef-page-footer-top-area .qodef-grid.qodef-layout--columns.qodef-col-num--4 > .qodef-grid-inner > .qodef-grid-item .widget.widget_nav_menu div > ul > li.current-menu-item > a:after {
  width: 100%;
}

#qodef-page-footer .widget .qodef-widget-title {
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  font-family: "Russo One", sans-serif;
}

#qodef-page-footer .bergamelli-footer-reserved a {
  display: inline-flex;
  position: relative;
}

#qodef-page-footer .bergamelli-footer-reserved a .bergamelli-users-icon {
  display: inline-block;
  width: 32px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../images/icona-dipendenti.png");
  margin-right: 22px;
}

#qodef-page-footer .bergamelli-footer-reserved a .bergamelli-icon-text {
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 17px;
}

@media (max-width: 1024px) {
  #qodef-page-footer #qodef-page-footer-bottom-area .qodef-grid > .qodef-grid-inner {
    flex-direction: column-reverse;
  }
}
#qodef-page-footer #qodef-page-footer-bottom-area p {
  margin-bottom: 0;
  color: #FFFFFF;
  font-size: 18px;
  line-height: 26px;
}

@media (max-width: 767px) {
  #qodef-page-footer #qodef-page-footer-bottom-area p {
    font-size: 16px;
    line-height: 24px;
    text-align: left;
  }
}
#qodef-page-footer #qodef-page-footer-bottom-area p a {
  color: #FFFFFF;
  display: inline-block;
  position: relative;
  font-size: 18px;
  line-height: 26px;
}

#qodef-page-footer #qodef-page-footer-bottom-area p a:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  left: 50%;
  bottom: -4px;
  height: 2px;
  background-color: #FFFFFF;
  width: 0;
  transform: translateX(-50%);
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.33s;
  -o-transition-duration: 0.33s;
  -webkit-transition-duration: 0.33s;
  transition-duration: 0.33s;
}

#qodef-page-footer #qodef-page-footer-bottom-area p a:hover:after {
  width: 100%;
}

#qodef-page-footer .qodef-icon-holder {
  background-color: transparent !important;
}

#qodef-page-footer-top-area #qodef-page-footer-top-area-inner {
  padding: 90px 0 30px;
  border: none;
}

#qodef-page-footer-bottom-area #qodef-page-footer-bottom-area-inner {
  border: none;
  padding-bottom: 60px;
  padding-top: 0;
}

@media (max-width: 1024px) {
  #qodef-page-footer-bottom-area .qodef-layout--columns.qodef-col-num--2 .qodef-grid-item:nth-child(1) {
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  #qodef-page-footer-top-area #qodef-page-footer-top-area-inner {
    width: calc(90% - 20px);
    padding-top: 50px;
  }
}
@media (max-width: 767px) {
  #qodef-page-footer-bottom-area #qodef-page-footer-bottom-area-inner {
    width: calc(90% - 20px);
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  #qodef-page-footer-bottom-area .qodef-layout--columns.qodef-col-num--2 .qodef-grid-item:nth-child(2) {
    display: none;
  }
}
@media (min-width: 1025px) {
  .cert-splide #bergamelli-splide img {
    padding: 9px 30px 0 0;
  }
}
@media (max-width: 767px) {
  .cert-splide #bergamelli-splide .elementor-section-boxed .elementor-inner-column + .elementor-inner-column {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cert-splide-container .qodef-holder-with-image.qodef-disable-below--768 .qodef-m-content {
    padding-bottom: 70px !important;
  }
  .cert-splide-container .qodef-holder-with-image.qodef-disable-below--768 .splide__arrow {
    bottom: -54px !important;
    left: 9px;
  }
  .cert-splide-container .qodef-holder-with-image.qodef-disable-below--768 .splide__arrow.splide__arrow--next {
    left: 49px !important;
  }
}
.bergamelli-sectors-cards .elementor-widget-qi_addons_for_elementor_button {
  height: 100%;
}

.bergamelli-sectors-cards .elementor-widget-qi_addons_for_elementor_button .elementor-widget-container {
  height: 100%;
}

.bergamelli-sectors-cards .elementor-widget-qi_addons_for_elementor_button .elementor-widget-container .qodef-qi-button {
  height: 100%;
}

.bergamelli-see-data.qodef-button .qodef-m-text .qodef-m-arrowline {
  left: -4px;
  transform: rotate(90deg);
  top: 23px;
  display: block;
}

@media only screen and (max-width: 1024px) {
  .qodef-interactive-banners .qodef-ib-content-holder .qodef-ib-item .qodef-ib-item-inner {
    position: relative;
    z-index: 9;
    left: 0;
    bottom: unset;
    width: auto;
    height: auto;
    padding: 15px 20px 25px 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .qodef-interactive-banners .qodef-ib-content-holder .qodef-ib-image-holder-responsive {
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .elementor-widget-stal_core_video_button .qodef-vb-has-img .qodef-m-image {
    position: relative;
    aspect-ratio: 1/1;
  }
  .elementor-widget-stal_core_video_button .qodef-vb-has-img .qodef-m-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}
@media (max-width: 767px) {
  .qodef-holder-with-image.qodef-appear-animation-enabled--from-right .qodef-m-content {
    background-color: transparent;
  }
}
@media (max-width: 767px) {
  .qodef-holder-with-image.qodef-disable-below--768.qodef-appear-animation-enabled--from-right .qodef-m-image {
    margin-top: -69px;
  }
}
.bergamelli-only-dots .qodef-accordion.qodef-layout--simple .qodef-accordion-title {
  padding-left: 0 !important;
  flex-direction: row-reverse;
  justify-content: flex-end;
  cursor: default;
  padding: 3px 6px 25px 20px;
  font-size: 20px;
}

.bergamelli-only-dots .qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-accordion-mark {
  margin-right: 20px;
}

.bergamelli-only-dots .qodef-accordion.qodef-layout--simple .qodef-accordion-content {
  display: none !important;
}

.bergamelli-only-dots .qodef-accordion.qodef-layout--simple .qodef-accordion-title.ui-state-active {
  padding: 4px 6px 15px 20px;
  border-color: #e1e1e1;
  padding: 3px 6px 25px 20px;
}

.bergamelli-only-dots .qodef-accordion.qodef-layout--simple .qodef-accordion-title.ui-state-active .qodef-accordion-mark span.qodef-icon, .bergamelli-only-dots .qodef-accordion.qodef-layout--simple .qodef-accordion-title.ui-state-hover .qodef-accordion-mark span.qodef-icon {
  height: 10px;
}

.bergamelli-only-dots .qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-accordion-mark span.qodef-icon {
  background-color: #8CB63D !important;
}

.elementor-widget-qi_addons_for_elementor_progress_bar_horizontal[data-real-number] .qodef-qi-progress-bar-horizontal.qodef-percentage--floating-above .qodef-m-value-inner {
  display: none !important;
}

.elementor-widget-qi_addons_for_elementor_progress_bar_horizontal[data-real-number] .qodef-qi-progress-bar-horizontal.qodef-percentage--floating-above .bergamelli-real-number {
  padding: 2px 10px;
  border: 1px solid #36BCB7;
  position: relative;
}

.elementor-widget-qi_addons_for_elementor_progress_bar_horizontal[data-real-number].bergamelli-red .qodef-qi-progress-bar-horizontal.qodef-percentage--floating-above .bergamelli-real-number {
  border-color: #8CB63D;
}

@media (max-width: 767px) {
  .bergamelli-title-progress .qodef-section-title .qodef-m-title {
    margin-bottom: 25px;
  }
}
.qodef-portfolio-single .qodef-portfolio-content ul li,
.qodef-portfolio-single .qodef-portfolio-content ol li,
.qodef-portfolio-single .bergamelly-secondary ul li,
.qodef-portfolio-single .bergamelly-secondary ol li {
  color: #616163;
  font-size: 20px;
  line-height: 30px;
  font-family: "Muli", sans-serif;
  font-weight: 400;
  letter-spacing: normal;
}

@media (max-width: 767px) {
  .qodef-portfolio-single .qodef-portfolio-content ul li,
  .qodef-portfolio-single .qodef-portfolio-content ol li,
  .qodef-portfolio-single .bergamelly-secondary ul li,
  .qodef-portfolio-single .bergamelly-secondary ol li {
    font-size: 16px;
    line-height: 22px;
  }
}
.qodef-interactive-banners .qodef-ib-content-holder .qodef-ib-item.qodef-active {
  background-color: rgba(0, 0, 0, 0.5);
}

@media (min-width: 1025px) {
  .qodef-interactive-banners .qodef-ib-images-holder {
    background-image: none !important;
  }
}
@media (min-width: 1025px) {
  .qodef-interactive-banners .qodef-ib-images-holder .qodef-ib-image-holder {
    width: 14.2857142857%;
    -webkit-animation: none !important;
    animation: none !important;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -moz-transition-duration: 0.33s;
    -o-transition-duration: 0.33s;
    -webkit-transition-duration: 0.33s;
    transition-duration: 0.33s;
    opacity: 0.6;
  }
  .qodef-interactive-banners .qodef-ib-images-holder .qodef-ib-image-holder.bergamelli-sectors-bg-active {
    opacity: 1;
    width: 100%;
    margin-left: 0 !important;
    z-index: 99;
    -webkit-animation: none !important;
    animation: none !important;
  }
  .qodef-interactive-banners .qodef-ib-images-holder .qodef-ib-image-holder:nth-child(2) {
    margin-left: 14.2857142857%;
  }
  .qodef-interactive-banners .qodef-ib-images-holder .qodef-ib-image-holder:nth-child(3) {
    margin-left: 28.5714285714%;
  }
  .qodef-interactive-banners .qodef-ib-images-holder .qodef-ib-image-holder:nth-child(4) {
    margin-left: 42.8571428571%;
  }
  .qodef-interactive-banners .qodef-ib-images-holder .qodef-ib-image-holder:nth-child(5) {
    margin-left: 57.1428571429%;
  }
  .qodef-interactive-banners .qodef-ib-images-holder .qodef-ib-image-holder:nth-child(6) {
    margin-left: 71.4285714286%;
  }
  .qodef-interactive-banners .qodef-ib-images-holder .qodef-ib-image-holder:nth-child(7) {
    margin-left: 85.7142857143%;
  }
}
@media (min-width: 1025px) {
  .qodef-interactive-banners .qodef-ib-content-holder .qodef-ib-item.qodef-active .qodef-ib-item-inner .qodef-ib-item-small-image {
    opacity: 0;
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  .qodef-interactive-banners .qodef-ib-content-holder .qodef-ib-item.bergamelli-sectors-bg-active .qodef-ib-item-inner .qodef-ib-item-small-image {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .qodef-interactive-banners .qodef-ib-content-holder .qodef-ib-item.qodef-active .qodef-ib-item-inner .qodef-ib-item-title {
    opacity: 0;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }
  .qodef-interactive-banners .qodef-ib-content-holder .qodef-ib-item.bergamelli-sectors-bg-active .qodef-ib-item-inner .qodef-ib-item-title {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .qodef-interactive-banners .qodef-ib-content-holder .qodef-ib-item.qodef-active .qodef-ib-item-inner .qodef-ib-item-subtitle {
    opacity: 0;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }
  .qodef-interactive-banners .qodef-ib-content-holder .qodef-ib-item.bergamelli-sectors-bg-active .qodef-ib-item-inner .qodef-ib-item-subtitle {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .qodef-interactive-banners .qodef-ib-content-holder .qodef-ib-item.qodef-active .qodef-ib-item-inner .qodef-ib-item-btn-holder {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  .qodef-interactive-banners .qodef-ib-content-holder .qodef-ib-item.bergamelli-sectors-bg-active .qodef-ib-item-inner .qodef-ib-item-btn-holder {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .qodef-interactive-banners .qodef-ib-content-holder .qodef-ib-item.qodef-active {
    background-color: transparent;
  }
  .qodef-interactive-banners .qodef-ib-content-holder .qodef-ib-item.bergamelli-sectors-bg-active {
    background-color: rgba(0, 0, 0, 0.5);
  }
  .qodef-interactive-banners .qodef-ib-content-holder .qodef-ib-item.qodef-active .qodef-ib-item-tag {
    opacity: 1;
  }
  .qodef-interactive-banners .qodef-ib-content-holder .qodef-ib-item.bergamelli-sectors-bg-active .qodef-ib-item-tag {
    opacity: 0;
  }
  .qodef-interactive-banners .qodef-ib-content-holder .qodef-ib-item .qodef-ib-item-tag {
    width: 300px;
    padding: 10px;
    background: rgba(0, 0, 0, 0.4);
    font-weight: 600;
  }
}
.bergamelli-means-tabs-button {
  display: flex;
  flex-flow: wrap;
  padding-bottom: 50px;
}

.bergamelli-means-tabs-button .bergamelli-single-tab {
  padding: 20px;
  background-color: #616163;
  color: #FFFFFF;
  font-family: "Russo One", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 20px;
  text-align: center;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 24%;
  letter-spacing: 0.5px;
  margin-right: 10px;
  cursor: pointer;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.33s;
  -o-transition-duration: 0.33s;
  -webkit-transition-duration: 0.33s;
  transition-duration: 0.33s;
}

.bergamelli-means-tabs-button .bergamelli-single-tab.active, .bergamelli-means-tabs-button .bergamelli-single-tab:hover {
  background-color: #8CB63D;
}

@media (max-width: 1023px) {
  .bergamelli-means-tabs-button .bergamelli-single-tab {
    display: none;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .bergamelli-means-tabs-button .bergamelli-single-tab {
    width: 23%;
  }
}
.bergamelli-means-tabs-button .bergamelli-select-container {
  width: 100%;
}

@media (min-width: 1024px) {
  .bergamelli-means-tabs-button .bergamelli-select-container {
    display: none;
  }
}
.bergamelli-means-tabs-button .bergamelli-select-container select {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 8px 10px;
  font-family: inherit;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: normal;
  font-weight: 400;
  color: #616163;
  background-color: transparent;
  border: none;
  border: 1px solid #8CB63D;
  border-radius: 0;
  outline: 0;
  cursor: text;
  -webkit-appearance: none;
  -webkit-transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
  -o-transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
  padding-right: 40px;
  background-image: url(../images/arrow-down.png);
  background-repeat: no-repeat;
  background-size: 11px 7px;
  background-position: calc(100% - 11px) 18px;
  cursor: pointer;
}

.bergamelli-whistle .qodef-button .qodef-m-text .qodef-m-arrowline {
  display: none;
}

.bergamelli-whistle {
  padding-bottom: 70px !important;
}

@media (max-width: 767px) {
  .bergamelli-whistle {
    padding-bottom: 50px !important;
  }
  .bergamelli-whistle h3 {
    font-size: 22px;
  }
}
.bergamelli-whistle h3 {
  color: #616163;
}

@media only screen and (min-width: 768px) {
  .bergamelli-whistle h3 {
    font-size: 28px;
  }
}
#qodef-page-footer .bergamelli-footer-reserved a .bergamelli-whistle-icon {
  display: inline-block;
  width: 38px;
  height: 29px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../images/icona-whistle-1.png);
  margin-right: 20px;
  margin-left: -4px;
}

.bergamelli-footer-reserved.bergamelli-whistle-cont {
  padding-top: 15px;
}

.filter-dropdown {
  margin: 10px;
  padding: 5px 10px;
  font-size: 16px;
}

.filter-section {
  margin-bottom: 20px;
}

.bergamelli-cassa-edile {
  width: 120px;
  margin-left: -20px;
}

.qodef-m-percentage {
  display: none;
}

.bergamelli-form .bergamelli-col-wrapper .bergamelli-col .wpcf7-list-item label {
  justify-content: flex-start;
  align-items: start;
}

.bergamelli-form .bergamelli-col-wrapper .bergamelli-col .wpcf7-list-item span.wpcf7-list-item-label {
  width: calc(100% - 15px);
  padding-left: 3px;
}

u {
  text-decoration: none;
}

.nuovaimg .elementor-column div {
  height: 400px;
  padding-bottom: 55px;
}

.accordion .card {
  margin-bottom: 10px;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.2588235294);
}

.accordion .card-header {
  background-color: white;
  padding: 10px;
}

.accordion .card-body {
  padding: 20px;
}

.accordion .btn-link {
  text-decoration: none;
  display: block;
  width: 100%;
  text-align: left;
}

.bergamelli-lavora-text {
  color: #616163;
  font-weight: 600;
  font-size: 18px;
}

.bergamelli-lavora-icon {
  font-size: 25px;
  color: #ee0d08;
}

.bergamelli-curriculum {
  margin-bottom: 55px;
}

.bergamelli-curriculum .titolo {
  color: #616163;
  font-size: 15px;
  font-weight: 400;
  padding-bottom: 10px;
}

.bergamelli-curriculum .wpcf7-form-control-wrap {
  margin-top: 10px !important;
}

.bergamelli-card p {
  font-size: unset;
}

.berg-no-offerte p {
  color: #ee0d08;
  font-weight: 900;
}

@media (min-width: 1024px) {
  .berg-no-offerte p {
    padding-left: 50px;
  }
}
.bergamelli-group-title h3 {
  font-family: "Muli", sans-serif;
  color: #DA0010;
  font-size: 25px;
  font-weight: 600;
  letter-spacing: normal;
}

.bergamelli-group-title.border-top {
  border-top: none !important;
}

.bergamelli-group-title.border-top > .elementor-container:before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  border-top: 1px solid #DA0010;
  position: absolute;
  left: 0;
  top: -128px;
}

@media only screen and (min-width: 1025px) {
  .bergamelli-group-title.align-right .qodef-m-title {
    text-align: right;
  }
  .bergamelli-group-title.align-right .qodef-section-title.qodef-title-with-tagline .qodef-m-title-tagline {
    left: unset;
    right: -93px;
  }
}
@media only screen and (max-width: 1024px) {
  .bergamelli-group-title.border-top > .elementor-container:before {
    top: -40px;
  }
}
#qodef-page-footer-bottom-area #qodef-page-footer-bottom-area-inner .textwidget a:hover {
  text-decoration: none;
}

/* -------------- NEW -------------- */
#qodef-page-header .widget.widget_nav_menu div > ul > li {
  margin-right: 0;
  margin-left: 30px;
}

.qodef-section-title.qodef-title-with-tagline .qodef-m-title-tagline {
  font-size: 13px;
}

body.home {
  background-color: #FFFFFF !important;
}

#qodef-page-footer-bottom-area #qodef-page-footer-bottom-area-inner .textwidget a:hover {
  text-decoration: none;
}

#qodef-page-footer #qodef-page-footer-top-area .qodef-grid.qodef-layout--columns.qodef-col-num--4 > .qodef-grid-inner > .qodef-grid-item:nth-child(4) {
  display: none !important;
}

#qodef-page-footer #qodef-page-footer-top-area .qodef-grid.qodef-layout--columns.qodef-col-num--4 > .qodef-grid-inner > .qodef-grid-item .widget.widget_nav_menu div > ul > li a {
  font-weight: 400;
}

#qodef-page-footer #qodef-page-footer-top-area .qodef-grid.qodef-layout--columns.qodef-col-num--4 > .qodef-grid-inner > .qodef-grid-item .widget.widget_nav_menu div > ul > li a:after,
#qodef-page-footer #qodef-page-footer-bottom-area p a:after {
  background-color: transparent;
  border-bottom: 2px solid #FFFFFF;
}

#qodef-page-footer #qodef-page-footer-top-area .qodef-grid.qodef-layout--columns.qodef-col-num--4 > .qodef-grid-inner > .qodef-grid-item:nth-child(1) {
  width: 40%;
  padding-top: 45px;
}

#qodef-page-footer #qodef-page-footer-top-area .qodef-grid.qodef-layout--columns.qodef-col-num--4 > .qodef-grid-inner > .qodef-grid-item:nth-child(2) {
  width: 30%;
}

#qodef-page-footer #qodef-page-footer-top-area .qodef-grid.qodef-layout--columns.qodef-col-num--4 > .qodef-grid-inner > .qodef-grid-item:nth-child(3) {
  width: 30%;
}

#qodef-page-footer #qodef-page-footer-top-area .qodef-grid.qodef-layout--columns.qodef-col-num--4 > .qodef-grid-inner > .qodef-grid-item:nth-child(1) .widget.widget_media_image img {
  width: 114px;
}

#qodef-page-header .widget.widget_nav_menu ul li > a:after {
  background-color: transparent;
  border-bottom: 2px solid #8CB63D;
}

body.home #qodef-page-header,
.qodef-header-standard--left #qodef-page-header {
  background-color: #ffffff;
  border: none;
  padding-right: 60px;
}

#qodef-page-header .widget.widget_nav_menu ul li > a:after {
  display: none !important;
}

#qodef-page-header .widget.widget_nav_menu ul li.current-menu-item > a {
  color: #616163 !important;
}

#qodef-page-header .widget.widget_nav_menu ul li > a {
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.33s;
  -o-transition-duration: 0.33s;
  -webkit-transition-duration: 0.33s;
  transition-duration: 0.33s;
}
#qodef-page-header .widget.widget_nav_menu ul li > a:hover {
  color: #8CB63D !important;
  text-shadow: 0.5px 0 0 #8CB63D, 0.5px 0 0 #8CB63D;
}
#qodef-page-header .widget.widget_nav_menu ul li .current-menu-item > a:hover {
  color: #8CB63D !important;
  text-shadow: 0.5px 0 0 #8CB63D, 0.5px 0 0 #8CB63D;
}

.qodef-header-standard--right #qodef-page-header-inner .qodef-header-logo-link,
#qodef-page-header .qodef-header-logo-link {
  height: 86px !important;
  background-color: #8CB63D !important;
  width: 86px !important;
  justify-content: center;
  align-items: center;
}
.qodef-header-standard--right #qodef-page-header-inner .qodef-header-logo-link img,
#qodef-page-header .qodef-header-logo-link img {
  width: 52px !important;
  height: auto !important;
  left: 50% !important;
  -webkit-transform: translate(-50%, -50%) !important;
  transform: translate(-50%, -50%) !important;
}

@media (min-width: 1025px) and (max-width: 1400px) {
  #qodef-page-header .widget.widget_nav_menu ul li > a {
    font-size: 18px;
  }
  #qodef-page-header .widget.widget_nav_menu[data-area=centered-header-right-area] div > ul > li {
    margin-right: 0;
    margin-left: 30px;
  }
}
@media (min-width: 1401px) and (max-width: 1599px) {
  #qodef-page-header .widget.widget_nav_menu ul li > a {
    font-size: 18px;
  }
}
.qodef-mobile-header--standard #qodef-page-mobile-header #qodef-page-mobile-header-inner .qodef-mobile-header-logo-link {
  margin-left: -9%;
  height: 70px !important;
  width: 70px !important;
  background-color: #8CB63D !important;
}

#qodef-page-mobile-header .qodef-mobile-header-logo-link img {
  width: 50px;
}

@media (max-width: 1024px) {
  #qodef-page-footer #qodef-page-footer-top-area .qodef-grid.qodef-layout--columns.qodef-col-num--4 > .qodef-grid-inner > .qodef-grid-item:nth-child(1) {
    width: 100%;
    padding-top: 0;
  }
  #qodef-page-footer #qodef-page-footer-top-area .qodef-grid.qodef-layout--columns.qodef-col-num--4 > .qodef-grid-inner > .qodef-grid-item:nth-child(2) {
    width: 60%;
  }
  #qodef-page-footer #qodef-page-footer-top-area .qodef-grid.qodef-layout--columns.qodef-col-num--4 > .qodef-grid-inner > .qodef-grid-item:nth-child(3) {
    width: 40%;
  }
  .qodef-section-title.qodef-title-with-tagline .qodef-m-title-tagline {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  #qodef-page-footer #qodef-page-footer-top-area .qodef-grid.qodef-layout--columns.qodef-col-num--4 > .qodef-grid-inner > .qodef-grid-item:nth-child(2) {
    width: 100%;
  }
  #qodef-page-footer #qodef-page-footer-top-area .qodef-grid.qodef-layout--columns.qodef-col-num--4 > .qodef-grid-inner > .qodef-grid-item:nth-child(3) {
    width: 100%;
    padding-top: 30px;
  }
  #qodef-page-footer #qodef-page-footer-top-area .qodef-grid.qodef-layout--columns.qodef-col-num--4 > .qodef-grid-inner > .qodef-grid-item:nth-child(1) .widget_custom_html {
    left: 150px;
  }
  #qodef-mobile-header-navigation {
    width: 100vw;
    left: 0;
  }
  #qodef-page-footer #qodef-page-footer-bottom-area p a {
    font-size: 16px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 768px) {
  .qodef-mobile-header--standard #qodef-page-mobile-header #qodef-page-mobile-header-inner .qodef-mobile-header-logo-link {
    margin-left: -webkit-calc(((100vw - 580px) / 2) * -1);
    margin-left: calc((100vw - 580px) / 2 * -1);
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .qodef-mobile-header--standard #qodef-page-mobile-header #qodef-page-mobile-header-inner .qodef-mobile-header-logo-link {
    margin-left: -20px;
  }
}
.qodef-mobile-header--sticky-display #qodef-page-mobile-header {
  -webkit-box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.1);
}

#qodef-mobile-header-navigation ul li.current-menu-ancestor > a .qodef-menu-item-inner:after, #qodef-mobile-header-navigation ul li.current-menu-item > a .qodef-menu-item-inner:after {
  display: none;
}

#qodef-mobile-header-navigation ul li.current-menu-ancestor > a, #qodef-mobile-header-navigation ul li.current-menu-item > a {
  color: #616163;
}

#qodef-page-footer #qodef-page-footer-top-area .qodef-grid.qodef-layout--columns.qodef-col-num--4 > .qodef-grid-inner > .qodef-grid-item .widget.widget_nav_menu div > ul > li.current-menu-item > a:after {
  width: 0;
}
#qodef-page-footer #qodef-page-footer-top-area .qodef-grid.qodef-layout--columns.qodef-col-num--4 > .qodef-grid-inner > .qodef-grid-item .widget.widget_nav_menu div > ul > li.current-menu-item > a:hover:after {
  width: 100%;
}

@media (min-width: 1200px) {
  .qodef-holder-with-image.qodef-layout--image-right > .qodef-m-inner > .qodef-m-content .qodef-m-title,
  .qodef-holder-with-image.qodef-layout--image-left > .qodef-m-inner > .qodef-m-content .qodef-m-title {
    font-size: 47px;
  }
}
.bergamelli-download .elementor-widget-qi_addons_for_elementor_button {
  padding: 0;
  margin-bottom: 18px;
  -webkit-box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.1);
  margin-bottom: 18px;
  border: none;
}

.bergamelli-download .elementor-widget-qi_addons_for_elementor_button .qodef-qi-button.qodef-layout--textual .qodef-m-icon svg path {
  fill: #8CB63D !important;
}

.bergamelli-download .elementor-widget-qi_addons_for_elementor_button .qodef-qi-button.qodef-layout--textual {
  color: #8CB63D;
  font-weight: 600;
  line-height: 1.2;
  padding: 25px 35px !important;
  background-color: #FFFFFF;
  border: 1px solid #616163;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.33s;
  -o-transition-duration: 0.33s;
  -webkit-transition-duration: 0.33s;
  transition-duration: 0.33s;
}
.bergamelli-download .elementor-widget-qi_addons_for_elementor_button .qodef-qi-button.qodef-layout--textual:hover {
  background-color: #8CB63D;
  color: #FFFFFF;
  border-color: #8CB63D;
}
.bergamelli-download .elementor-widget-qi_addons_for_elementor_button .qodef-qi-button.qodef-layout--textual:hover .qodef-m-icon svg path {
  fill: #FFFFFF !important;
}

.bergamelli-download .elementor-widget-qi_addons_for_elementor_button .qodef-qi-button.qodef-layout--textual .qodef-m-text:before {
  display: none;
}

.bergamelli-sectors-cards .elementor-col-50 {
  border-right: 1px solid #8CB63D;
}
.bergamelli-sectors-cards .elementor-col-50 + .elementor-col-50 {
  border-right: none;
}
.bergamelli-sectors-cards .elementor-widget-qi_addons_for_elementor_button svg path {
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.33s;
  -o-transition-duration: 0.33s;
  -webkit-transition-duration: 0.33s;
  transition-duration: 0.33s;
}
.bergamelli-sectors-cards .elementor-widget-qi_addons_for_elementor_button:hover svg path {
  fill: #8CB63D;
}

.bergamelli-sectors-cards .qodef-qi-button.qodef-icon--left:hover {
  background-color: transparent;
  color: #616163;
}

.bergamelli-sectors-cards .qodef-qi-button.qodef-icon--left {
  cursor: unset;
  pointer-events: none;
}

.bergamelli-sectors-cards .qodef-qi-button.qodef-icon--left .qodef-m-text {
  padding-top: 30px;
  font-family: "Russo One", sans-serif;
}

.ecober-group-slider .ecober-group-slider-container {
  display: flex;
  flex-flow: wrap;
}
.ecober-group-slider .ecober-group-slider-container .left {
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .ecober-group-slider .ecober-group-slider-container .left {
    width: 50%;
  }
}
.ecober-group-slider .ecober-group-slider-container .left .ecober-group-image {
  max-width: 598px;
  width: 100%;
  height: auto;
  position: relative;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.33s;
  -o-transition-duration: 0.33s;
  -webkit-transition-duration: 0.33s;
  transition-duration: 0.33s;
}
.ecober-group-slider .ecober-group-slider-container .left .ecober-group-image img.ecoberg-background-image {
  width: 100%;
  height: auto;
}
.ecober-group-slider .ecober-group-slider-container .left .ecober-group-image img.ecoberg-icon-group {
  position: absolute;
  top: 0;
  left: 0;
  width: 132px;
  height: auto;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.33s;
  -o-transition-duration: 0.33s;
  -webkit-transition-duration: 0.33s;
  transition-duration: 0.33s;
}
.ecober-group-slider .ecober-group-slider-container .left .ecober-group-image img.ecoberg-icon-group.icon-group-0 {
  top: 238px;
  left: unset;
  right: -16px;
}
.ecober-group-slider .ecober-group-slider-container .left .ecober-group-image img.ecoberg-icon-group.icon-group-1 {
  top: 430px;
  left: 97px;
}
.ecober-group-slider .ecober-group-slider-container .left .ecober-group-image img.ecoberg-icon-group.icon-group-2 {
  top: 40px;
  left: 98px;
}
.ecober-group-slider .ecober-group-slider-container .left .ecober-group-image[data-eco="1"] {
  -webkit-transform: rotate(-125deg);
  transform: rotate(-125deg);
}
.ecober-group-slider .ecober-group-slider-container .left .ecober-group-image[data-eco="1"] img.ecoberg-icon-group {
  -webkit-transform: rotate(125deg);
  transform: rotate(125deg);
}
.ecober-group-slider .ecober-group-slider-container .left .ecober-group-image[data-eco="2"] {
  -webkit-transform: rotate(125deg);
  transform: rotate(125deg);
}
.ecober-group-slider .ecober-group-slider-container .left .ecober-group-image[data-eco="2"] img.ecoberg-icon-group {
  -webkit-transform: rotate(-125deg);
  transform: rotate(-125deg);
}
.ecober-group-slider .ecober-group-slider-container .right {
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .ecober-group-slider .ecober-group-slider-container .right {
    width: 50%;
    padding-left: 60px;
    display: flex;
    flex-direction: column;
    padding-top: 130px;
  }
}
@media only screen and (min-width: 1200px) {
  .ecober-group-slider .ecober-group-slider-container .right {
    padding-left: 100px;
    padding-top: 130px;
  }
}
.ecober-group-slider .ecober-group-slider-container .right .title {
  padding-bottom: 30px;
}
.ecober-group-slider .ecober-group-slider-container .right .swiper-pagination {
  position: relative;
  text-align: left;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-top: 40px;
  height: 52px;
}
.ecober-group-slider .ecober-group-slider-container .right .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 12px;
  height: 2px;
  background-color: #8CB63D;
  margin: 0 15px 0 0;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.33s;
  -o-transition-duration: 0.33s;
  -webkit-transition-duration: 0.33s;
  transition-duration: 0.33s;
}
.ecober-group-slider .ecober-group-slider-container .right .swiper-pagination-bullets .swiper-pagination-bullet:after {
  display: none;
}
.ecober-group-slider .ecober-group-slider-container .right .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  height: 12px;
  width: 12px;
}

.ecoberg-gallery .ecoberg-gallery-container {
  display: table;
  width: 100%;
}
.ecoberg-gallery .ecoberg-gallery-container .ecoberg-figure {
  min-height: 300px;
  position: relative;
  aspect-ratio: 4/3;
  overflow: hidden;
  float: left;
}
.ecoberg-gallery .ecoberg-gallery-container .ecoberg-figure.figure-0 {
  width: 50%;
  border-right: 16px solid #FFFFFF;
  aspect-ratio: 944/1144;
}
.ecoberg-gallery .ecoberg-gallery-container .ecoberg-figure.figure-1 {
  width: 50%;
  aspect-ratio: 944/566;
  border-bottom: 16px solid #FFFFFF;
}
.ecoberg-gallery .ecoberg-gallery-container .ecoberg-figure.figure-2 {
  width: 25%;
  aspect-ratio: 465/569.5;
  border-right: 8px solid #FFFFFF;
}
.ecoberg-gallery .ecoberg-gallery-container .ecoberg-figure.figure-3 {
  width: 25%;
  aspect-ratio: unset;
  border-left: 8px solid #FFFFFF;
  aspect-ratio: 465/569.5;
}
.ecoberg-gallery .ecoberg-gallery-container .ecoberg-figure img {
  top: 0;
  left: 0;
  position: absolute;
  display: block;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.bergamelli-download .elementor-widget-qi_addons_for_elementor_button .qodef-qi-button.qodef-layout--textual .qodef-m-icon {
  margin-left: 30px;
}

.bergamelli-form .bergamelli-col-wrapper .bergamelli-col textarea {
  height: 68px;
}

.bergamelli-form .bergamelli-col-wrapper .bergamelli-col select {
  background-image: url(../images/arrow-down-green.png);
}

.bergamelli-form .bergamelli-col-wrapper .bergamelli-col .wpcf7-not-valid-tip,
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  color: #dc3232;
  font-size: 16px;
}

.bergamelli-form .bergamelli-col-wrapper .bergamelli-col .wpcf7-list-item label {
  font-size: 16px;
  line-height: 1.2;
}

.bergamelli-form .bergamelli-col-wrapper .bergamelli-col input[type=email], .bergamelli-form .bergamelli-col-wrapper .bergamelli-col input[type=number], .bergamelli-form .bergamelli-col-wrapper .bergamelli-col input[type=password], .bergamelli-form .bergamelli-col-wrapper .bergamelli-col input[type=tel], .bergamelli-form .bergamelli-col-wrapper .bergamelli-col input[type=text], .bergamelli-form .bergamelli-col-wrapper .bergamelli-col input[type=url], .bergamelli-form .bergamelli-col-wrapper .bergamelli-col textarea, .bergamelli-form .bergamelli-col-wrapper .bergamelli-col select {
  font-size: 16px;
}

.bergamelli-form .bergamelli-col-wrapper .bergamelli-col .wpcf7-list-item input {
  width: 12px;
  height: 12px;
  margin-top: 5px;
}

.bergamelli-form .wpcf7-submit[disabled] {
  opacity: 0.5;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .ecober-group-slider .ecober-group-slider-container .left .ecober-group-image {
    max-width: 560px;
  }
  .ecober-group-slider .ecober-group-slider-container .left .ecober-group-image img.ecoberg-icon-group {
    width: 130px;
  }
  .ecober-group-slider .ecober-group-slider-container .left .ecober-group-image img.ecoberg-icon-group.icon-group-0 {
    top: 225px;
    right: -19px;
  }
  .ecober-group-slider .ecober-group-slider-container .left .ecober-group-image img.ecoberg-icon-group.icon-group-1 {
    top: 402px;
    left: 85px;
  }
  .ecober-group-slider .ecober-group-slider-container .left .ecober-group-image img.ecoberg-icon-group.icon-group-2 {
    top: 28px;
    left: 87px;
  }
}
@media only screen and (max-width: 1023px) {
  .ecober-group-slider .ecober-group-slider-container .left .ecober-group-image {
    max-width: 560px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .ecober-group-slider .ecober-group-slider-container .left .ecober-group-image img.ecoberg-icon-group {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .ecober-group-slider .ecober-group-slider-container .left .ecober-group-image[data-eco="1"] {
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
  }
  .ecober-group-slider .ecober-group-slider-container .left .ecober-group-image[data-eco="1"] img.ecoberg-icon-group {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
  }
  .ecober-group-slider .ecober-group-slider-container .left .ecober-group-image[data-eco="2"] {
    -webkit-transform: rotate(220deg);
    transform: rotate(220deg);
  }
  .ecober-group-slider .ecober-group-slider-container .left .ecober-group-image[data-eco="2"] img.ecoberg-icon-group {
    -webkit-transform: rotate(-220deg);
    transform: rotate(-220deg);
  }
  .ecober-group-slider .ecober-group-slider-container .left {
    padding-bottom: 40px;
  }
  .ecoberg-gallery .ecoberg-gallery-container .ecoberg-figure.figure-0,
  .ecoberg-gallery .ecoberg-gallery-container .ecoberg-figure.figure-2 {
    border: none;
    width: 50%;
    border-right: 8px solid #FFFFFF;
    aspect-ratio: 4/3;
    border-bottom: 16px solid #FFFFFF;
  }
  .ecoberg-gallery .ecoberg-gallery-container .ecoberg-figure.figure-1,
  .ecoberg-gallery .ecoberg-gallery-container .ecoberg-figure.figure-3 {
    border: none;
    width: 50%;
    border-left: 8px solid #FFFFFF;
    aspect-ratio: 4/3;
    border-bottom: 16px solid #FFFFFF;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1440px) {
  section.ecoberg-group-sec.qodef-elementor-content-grid > .elementor-container {
    width: 1000px !important;
    max-width: 1000px !important;
  }
  .ecober-group-slider .ecober-group-slider-container .left .ecober-group-image {
    max-width: 490px;
  }
  .ecober-group-slider .ecober-group-slider-container .left .ecober-group-image img.ecoberg-icon-group {
    width: 108px;
  }
  .ecober-group-slider .ecober-group-slider-container .left .ecober-group-image img.ecoberg-icon-group.icon-group-0 {
    top: 194px;
    right: -11px;
  }
  .ecober-group-slider .ecober-group-slider-container .left .ecober-group-image img.ecoberg-icon-group.icon-group-1 {
    top: 351px;
    left: 84px;
  }
  .ecober-group-slider .ecober-group-slider-container .left .ecober-group-image img.ecoberg-icon-group.icon-group-2 {
    top: 35px;
    left: 80px;
  }
  .ecober-group-slider .ecober-group-slider-container .right {
    padding-top: 70px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  .qodef-holder-with-image.qodef-appear-animation-enabled--from-left.qodef-layout--image-right .qodef-m-content {
    width: 75% !important;
    margin-right: 25% !important;
  }
  .qodef-holder-with-image.qodef-appear-animation-enabled--from-left.qodef-layout--image-left .qodef-m-content {
    width: 75% !important;
    margin-left: 25% !important;
  }
}
@media only screen and (max-width: 1024px) {
  .bergamelli-sectors-cards .qodef-qi-button.qodef-icon--left {
    border: none;
  }
}
@media only screen and (max-width: 767px) {
  .ecober-group-slider .ecober-group-slider-container .left .ecober-group-image {
    max-width: 300px;
    margin: 0 auto;
  }
  .ecober-group-slider .ecober-group-slider-container .left .ecober-group-image img.ecoberg-icon-group {
    width: 66px;
  }
  .ecober-group-slider .ecober-group-slider-container .left .ecober-group-image img.ecoberg-icon-group.icon-group-1 {
    top: 217px;
    left: 49px;
  }
  .ecober-group-slider .ecober-group-slider-container .left .ecober-group-image img.ecoberg-icon-group.icon-group-2 {
    top: 20px;
    left: 48px;
  }
  .ecober-group-slider .ecober-group-slider-container .left .ecober-group-image img.ecoberg-icon-group.icon-group-0 {
    top: 119px;
    right: -8px;
  }
  .bergamelli-sectors-cards .elementor-col-50 {
    border-right: none;
    border-bottom: 1px solid #8CB63D;
  }
  .bergamelli-sectors-cards .elementor-col-50 + .elementor-col-50 {
    border-bottom: none;
  }
  .ecober-group-slider .ecober-group-slider-container .right .title {
    padding-bottom: 15px;
  }
  .ecoberg-gallery .ecoberg-gallery-container .ecoberg-figure.figure-1, .ecoberg-gallery .ecoberg-gallery-container .ecoberg-figure.figure-3 {
    width: 100%;
    border-left: none;
  }
  .ecoberg-gallery .ecoberg-gallery-container .ecoberg-figure.figure-0, .ecoberg-gallery .ecoberg-gallery-container .ecoberg-figure.figure-2 {
    width: 100%;
    border-right: none;
  }
  .ecoberg-separator {
    max-width: -webkit-calc(90% - 10px) !important;
    max-width: calc(90% - 10px) !important;
    margin: 0 auto;
  }
  .bergamelli-download .elementor-widget-qi_addons_for_elementor_button .qodef-qi-button.qodef-layout--textual {
    padding: 20px;
    font-size: 16px;
  }
}
.bergamelli-content-404 {
  padding: 186px 0 100px;
  position: relative;
}
.bergamelli-content-404 .elementor-element {
  position: relative;
  z-index: 2;
}
.bergamelli-content-404:before {
  background-image: url("../images/ecoberga-404-sotto.png");
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  display: block;
  position: absolute;
  bottom: -50px;
  left: 50%;
  width: 1200px;
  max-width: 100%;
  transform: translateX(-50%);
  aspect-ratio: 1516/460;
  z-index: 0;
}
.bergamelli-content-404:after {
  background-image: url("../images/ecoberga-404-sopra.png");
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  display: block;
  position: absolute;
  top: 86px;
  left: 50%;
  width: 1100px;
  max-width: 100%;
  transform: translateX(-50%);
  aspect-ratio: 1920/759;
  z-index: 0;
}

.bergamelli-content-404 .qodef-section-title.qodef-title-with-tagline .qodef-m-title {
  max-width: 600px;
  margin: 0 auto;
}

.bergamelli-content-404 .elementor-widget-text-editor {
  padding-bottom: 20px;
}

@media only screen and (max-width: 1024px) {
  .bergamelli-content-404 {
    padding: 170px 0 100px;
  }
  .bergamelli-content-404:after {
    top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .bergamelli-content-404 .elementor-widget-text-editor,
  .bergamelli-content-404 .qodef-section-title.qodef-title-with-tagline .qodef-m-title {
    max-width: 340px;
  }
  .bergamelli-content-404:before {
    bottom: -15px;
  }
  .bergamelli-content-404:after {
    top: 15px;
  }
  #qodef-page-footer #qodef-page-footer-top-area .qodef-grid.qodef-layout--columns.qodef-col-num--4 > .qodef-grid-inner > .qodef-grid-item:nth-child(1) .widget_custom_html .bergamelli-list-icons-content {
    column-gap: 30px;
  }
  #qodef-page-footer #qodef-page-footer-top-area .qodef-grid.qodef-layout--columns.qodef-col-num--4 > .qodef-grid-inner > .qodef-grid-item:nth-child(1) .widget_custom_html .bergamelli-list-icons-content .qodef-icon-font-awesome {
    font-size: 28px !important;
  }
  #qodef-page-footer #qodef-page-footer-top-area .qodef-grid.qodef-layout--columns.qodef-col-num--4 > .qodef-grid-inner > .qodef-grid-item:nth-child(1) .widget.widget_media_image img {
    width: 100px;
  }
}
.bergamelli-form .bergamelli-col-wrapper .bergamelli-col .wpcf7-list-item label a {
  text-decoration: underline;
  font-weight: 700;
}
