:root {
  --marcap_blue: #101847;
  --marcap_accent: #578CCD;
  --grigio_chiaro: #f2f2f2
}
.font15,
.button1,
body,
.header_menusuper a,
.faq_item .faq_label,
.faq_item .faq_docs,
.prices_item .prices_label,
.form_wrap .form_text,
.form_wrap label,
.footer_main h4 {
  font-size: 15px;
  line-height: 20px;
}
.font18,
.header_menusub a,
.moduli_wrap p,
.faq_item .faq_extended,
.section_content p.content_mini,
.documents_wrap a,
.news_item p,
.list_item p,
.list_item ul li a,
.box_wrap p,
.newsitems_wrap .newsitem p,
.imagemenu_wrap .imagemenu_box ul li a,
.contatti_wrap p,
.footer_main h3,
.footer_main p.big,
.popup_lista p,
.popup_lista ul li p,
.popup_lista ul li a {
  font-size: 18px;
  line-height: 25px;
}
.font28,
.section_title p,
.section_title ul,
.portal-layout-cell-OneColumn-20-0 p,
.moduli_wrap h2,
.faq_item h2,
.section_content p.big,
.section_content h2,
.section_content p,
.section_content ul,
.prices_wrap h2,
.prices_item h3,
.prices_item .prices_amout,
.documents_wrap h2,
.news_item h2,
.box_wrap h2,
.newsitems_wrap .newsitem h2,
.contatti_wrap h2,
.form_wrap p,
.popup_lista h2 {
  font-size: 28px;
  line-height: 35px;
}
.font36,
.section_title h1,
.portal-layout-cell-OneColumn-20-0 h1,
.box_wrap h1,
.newsitems_wrap .newsitem h1,
.banner_wrap .banner_item h2 {
  font-size: 36px;
  line-height: 40px;
  letter-spacing: 0.5px;
}
.control1,
.form_wrap input[type="text"],
.form_wrap button,
.form_wrap textarea {
  background-color: var(--grigio_chiaro);
  border: none;
  border-radius: 0;
  color: #000;
  padding-left: 10px;
  padding-right: 10px;
  height: 40px;
  width: 100%;
}
.form_wrap input[type="text"]:focus-visible,
.form_wrap input[type="email"]:focus-visible,
.form_wrap input[type="checkbox"]:focus-visible,
.form_wrap textarea:focus-visible {
  outline: solid 1px #ccc;
}

.control2,
.form_wrap select {
  background-color: #fff;
  border: none;
  color: #000;
  padding: 8px 10px;
  height: 40px;
  width: 100%;
}
.form_row .ui-selectmenu-button {
  border-bottom: 0 !important;
  background-color: #fff;
}
.ui-selectmenu-button {
  display: block;
  width: 100% !important;
  background-color: #fff;
  height: 40px;
  line-height: 40px;
  border-bottom: solid 1px #999;
  outline: none !important;
}
.ui-selectmenu-button .ui-icon {
  display: none;
}
.ui-selectmenu-button span.ui-selectmenu-text {
  padding: 0 0 0 20px !important;
  height: 40px;
  line-height: 40px;
}
.ui-selectmenu-menu {
  width: 100%;
  position: absolute;
}
.ui-selectmenu-menu ul {
  list-style: none;
  background-color: #fff;
  width: 100%;
  padding: 0 20px;
  border-bottom: solid 1px #999;
}
.ui-selectmenu-menu ul li {
  border-bottom: solid 1px #dcdcdc;
  color: #000;
  margin-right: 0;
  padding: 8px 0 !important;
  display: block;
  height: auto;
  padding: 0 10px;
}
.ui-selectmenu-menu ul li:last-child {
  border-bottom: none;
}
.ui-selectmenu-menu ul li:hover {
  text-decoration: underline;
}
.mbottom15 {
  margin-bottom: 15px !important;
}

.mbottom30 {
  margin-bottom: 35px !important;
}
.mbottom40 {
  margin-bottom: 40px !important;
}
.pbottom40 {
  padding-bottom: 45px !important;
}

.mbottom0 {margin-bottom:0 !important;}
.mtop0 {margin-top:0 !important;}

.section_padded, .portal-layout-cell-OneColumn-30-0{
  margin-left: 10px !important;
  margin-right: 10px !important;
}
.separator_bottom {
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 20px;
}
.separator_left {
  padding-left: 30px;
  position: relative;
}
.separator_left:after {
  position: absolute;
  left: 10px;
  top: 0;
  height: 100%;
  border-left: 1px solid #dcdcdc;
  content: ".";
  color: transparent;
}
.separator_left_big:after {
  position: absolute;
  left: -40px;
  top: 25px;
  bottom: 12px;
  border-left: 1px solid #dcdcdc;
  content: ".";
  color: transparent;
}
.separator_right_big:after {
  position: absolute;
  right: -40px;
  top: 25px;
  bottom: 12px;
  border-left: 1px solid #dcdcdc;
  content: ".";
  color: transparent;
}
.button1 {
  background: #f2f2f2;
  border: 1px solid #646464;
  font-family: "Helvetica", "Arial", sans-serif;
  display: block;
  margin-bottom: 20px;
  padding: 10px;
  color: #000;
}
.button1:hover {
  color: #000;
}
.video_wrap {
  margin-bottom: 30px;
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.toggle_target {
  display: none;
}
body {
  background-color: #fff;
  font-family: "Helvetica", "Arial", sans-serif;
}
.section_header_faux {
  height: 85px;
}
.section_header {
  background-color: #fff;
  margin-bottom: 40px;
  border-bottom: solid 1px #dcdcdc;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 2;
}
.section_header ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.section_header li {
  display: inline;
}

/**/
.portal-layout-cell-OneColumn-10-0 {
  background-color: #fff;
  margin-bottom: 40px;
  /*border-bottom: solid 1px #dcdcdc;*/
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 2;
}
.portal-layout-cell-OneColumn-10-0 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.portal-layout-cell-OneColumn-10-0 li {
  display: inline;
}
/**/

.header_relative {
  position: relative;
  height: 85px;
}
.header_logo {
  /*position: absolute;
  width: 2000px;
  right: 0;
  bottom: 0;
  height: 300px;
  background: #fff;
  border-right: 1px solid #dcdcdc;*/
}
.header_logo img {
  /*position: absolute;
  right: 20px;
  bottom: 16px;*/
  width: 130px;
  object-fit: contain;
}
.header_strong {
  color: #8abd3f !important;
  position: relative;
  left: -20px;
  padding-left: 30px 0 0 0;
  height: 85px !important;
  position: relative;
}
.header_strong:before {
  display: block;
  content: ".";
  color: transparent;
  height: 100%;
  width: 1px;
  background-color: #dcdcdc;
  position: absolute;
  left: -20px;
  top: 0;
}
.header_menusuper {
  background-color: #f2f2f2;
  border-bottom: solid 1px #dcdcdc;
}
.header_menusuper a {
  color: #000;
  padding: 12px 0;
  margin-left: 20px;
  display: inline-block;
}
.header_menusub {
  position: relative;
  z-index: 2;
  background-color: var(--marcap_blue);
}
.header_menusub .header_menumain {
  padding-left: 20px;
  display: flex;
  justify-content: flex-end;
}
.header_menusub li {
  position: relative;
  display: inline-block;
}
.header_menusub li:hover .header_sublist {
  display: block;
}
.header_menusub a {
  color: #000;
  color: #fff;
  display: inline-block;
  margin-right: 40px;
  padding-top: 30px;
  height: 85px;
  font-size: 16px;
}
.header_logo a {
  padding: 0;
  margin: 0;
  display: flex;
  align-content: center;
}
.header_menusub li:last-of-type a {
  margin: 0;
}
.header_sublist {
  display: none;
  width: 250px;
  padding: 10px 0 !important;
  margin: 0 !important;
  list-style: none;
  border: solid 1px #dcdcdc;
  position: absolute !important;
  background-color: #fff;
  left: -31px;
  top: 85px;
  z-index: 2;
}
.header_sublist li {
  display: block;
  padding-left: 20px;
  padding-right: 20px;
}
.header_sublist li:last-child {
  border-bottom: none;
}
.header_sublist li a {
  color: #000;
  margin-right: 0;
  padding: 8px 0 !important;
  display: block;
  height: auto !important;
  border-bottom: 1px solid #dcdcdc;
}
.header_sublist li:last-child a {
  border-bottom: none;
}
.header_subsublist {
  display: none;
  width: 250px;
  padding: 10px 0 !important;
  margin: 0 !important;
  list-style: none;
  border: solid 1px #dcdcdc;
  position: absolute !important;
  background-color: #fff;
  right: -250px;
  top: -11px;
  z-index: 2;
}
.header_subsublist li {
  display: block;
  padding-left: 20px;
  padding-right: 20px;
}
.header_subsublist li a {
  color: #000;
  padding: 8px 0 !important;
  display: block;
  height: auto !important;
  border-bottom: 1px solid #dcdcdc;
}
.header_subsublist li:last-child a {
  border-bottom: none;
}
.header_sublist li:hover .header_subsublist {
  display: block;
}
.header_menugreen .header_sublist {
  left: -40px;
}
.header_menugreen .header_sublist li a {
  color: #8abd3f;
}
.section_header_mobile {
  background-color: #fff;
  background-color: var(--marcap_blue);
  /*border-bottom: solid 1px #dcdcdc;*/
  margin-bottom: 10px;
  position: fixed;
  z-index: 4;
  width: 100%;
  top: 0;
  left: 0;
}
.section_header_mobile_faux {
  height: 90px;
}
.header_mobile_logo {
  padding: 10px 10px;
  position: relative;
  z-index: 1;
}
.header_mobile_logo img {
  /*width: 116px;*/
  height: 50px;
  /*object-fit: contain;*/
}
.header_mobile_open {
  font-size: 22px;
  position: absolute;
  top: 27px;
  right: 10px;
  cursor: pointer;
  color: #fff;
  z-index: 2;
}
.header_mobile_menu {
  position: absolute;
  top: 70px;
  bottom: 0;
  background-color: rgba(255,255,255,0.8);
  right: 0;
  width: 0;
  overflow-x: hidden !important;
  z-index: 10;
  list-style: none;
  padding: 10px 0;
  margin: 0;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  -ms-transition: width 0.3s;
  transition: width 0.3s;
}
.header_mobile_menu.active {
  width: 100%;
}
.header_mobile_menu li {
  border-bottom: solid 1px #dcdcdc;
  padding: 0 10px;
}
.header_mobile_menu li.header_mobile_menu_main {
  background-color: #fff;
  font-size: 13px;
}
.header_mobile_menu li.header_mobile_menu_strong {
  background-color: #fff;
  font-size: 13px;
}
.header_mobile_menu li.header_mobile_menu_strong a {
  color: #8abd3f;
}
.header_mobile_menu li.header_mobile_menu_secondary {
  font-size: 10px;
  background-color: #f2f2f2;
}
.header_mobile_menu li a {
  display: block;
  color: #000;
  padding: 10px;
  position: relative;
}
.header_mobile_menu li a i {
  position: absolute;
  right: 10px;
  top: 14px;
}
.header_mobile_menu_sub {
  z-index: 11;
}
.header_mobile_menu_sub li i {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}

/**/
.portal-layout-cell-OneColumn-5-0 {
  position: fixed;
  top: 70px;
  bottom: 0;
  background-color: rgba(255,255,255,0.8);
  right: 0;
  width: 0;
  overflow-x: hidden !important;
  z-index: 10;
  list-style: none;
  /*padding: 10px 0;*/
  margin: 0;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  -ms-transition: width 0.3s;
  transition: width 0.3s;
}
.portal-layout-cell-OneColumn-5-0.active {
  width: 100%;
}
.portal-layout-cell-OneColumn-5-0 li {
  border-bottom: solid 1px #dcdcdc;
  padding: 0 10px;
}
.portal-layout-cell-OneColumn-5-0 li.header_mobile_menu_main {
  background-color: #fff;
  font-size: 13px;
}
.portal-layout-cell-OneColumn-5-0 li.header_mobile_menu_strong {
  background-color: #fff;
  font-size: 13px;
}
.portal-layout-cell-OneColumn-5-0 li.header_mobile_menu_strong a {
  color: #8abd3f;
}
.portal-layout-cell-OneColumn-5-0 li.header_mobile_menu_secondary {
  font-size: 10px;
  background-color: #f2f2f2;
}
.portal-layout-cell-OneColumn-5-0 li a {
  display: block;
  color: #000;
  padding: 10px;
  position: relative;
}
.portal-layout-cell-OneColumn-5-0 li a i {
  position: absolute;
  right: 10px;
  top: 14px;
}
.header_mobile_menu_sub {
  z-index: 11;
}
.header_mobile_menu_sub li i {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}
/**/

.section_title {
  position: relative;
  z-index: 1;
}
.section_title h1 {
  margin-bottom: 40px;
  margin-top: 60px;
}
.section_title p {
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 40px;
}
.section_title .title_filters {
  margin-bottom: 40px;
}

.section_title .portal-layout-cell-OneColumn-30-0 {
  margin-bottom: 40px;
}

.section_title .select {
  position: relative;
  width: 100%;
}
.section_title select {
  position: relative;
  z-index: 2;
  width: 100%;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  height: 40px;
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: solid 1px #999;
  border-radius: 0 !important;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  background-color: #fff;
}
.section_title .select:before {
  content: "\e902";
  font-family: "icomoon";
  display: block;
  color: #000;
  position: absolute;
  z-index: 1;
  width: 20px;
  height: 20px;
  z-index: 9;
  right: 16px;
  top: 12px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  transform: rotate(90deg);
}

/**/
.portal-layout-cell-OneColumn-20-0 {
  position: relative;
  z-index: 1;
}
.portal-layout-cell-OneColumn-20-0 h1 {
  margin-bottom: 40px;
}
.portal-layout-cell-OneColumn-20-0 p {
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 40px;
}
.portal-layout-cell-OneColumn-20-0 .title_filters {
  margin-bottom: 40px;
}

.portal-layout-cell-OneColumn-20-0 .portal-layout-cell-OneColumn-30-0 {
  margin-bottom: 40px;
}

.portal-layout-cell-OneColumn-20-0 .select {
  position: relative;
  width: 100%;
  background-color: #fff;
}
.portal-layout-cell-OneColumn-20-0 select {
  position: relative;
  z-index: 2;
  width: 100%;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  height: 40px;
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: solid 1px #999;
  border-radius: 0 !important;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  /*background-color: #fff;*/
  background:transparent;
}
.portal-layout-cell-OneColumn-20-0 .select:before {
  content: "\e902";
  font-family: "icomoon";
  display: block;
  color: #000;
  position: absolute;
  z-index: 0;
  width: 20px;
  height: 20px;
  z-index: 0;
  right: 16px;
  top: 12px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  transform: rotate(90deg);
}
/**/

.moduli_wrap {
  margin-bottom: 40px;
}
.moduli_wrap .moduli_item {
  padding: 18px 20px;
  margin-bottom: 20px;
  background-color: #fff;
}
.moduli_wrap .moduli_doc {
  margin-bottom: 16px;
}
.moduli_wrap h2 {
  margin: 0;
}
.moduli_wrap p {
  font-weight: 300;
  margin: 0;
}
.moduli_wrap img {
  width: 30px;
  height: auto;
}
.faq_wrap {
  margin-bottom: 40px;
}
.faq_item {
  background-color: #fff;
  margin-bottom: 20px;
  padding: 18px 20px;
  position: relative;
}
.faq_item h2 {
  margin: 0;
  position: relative;
  padding-right: 40px;
  cursor: pointer;
}
.faq_item .faq_plus,
.faq_item .faq_minus {
  position: absolute;
  font-size: 18px;
  right: 0;
  cursor: pointer;
}
.faq_item .faq_minus {
  display: none;
}
.faq_item .faq_label {
  margin: 0 0 16px 0;
}
.faq_item .faq_docs {
  border-top: solid 1px #000;
  padding-top: 10px;
  margin-top: 30px;
  font-weight: 400;
}
.faq_item .faq_docs img {
  height: 30px;
  width: auto;
}
.faq_item .faq_extended {
  margin-top: 40px;
  margin-right: 60px;
  margin-bottom: 40px;
  font-weight: 300;
  position: relative;
  display: none;
}
.faq_item .faq_extended p {
  margin: 0 0 20px 0;
}
.faq_item .faq_extended .faq_extended_minus {
  position: absolute;
  bottom: -40px;
  right: -60px;
  cursor: pointer;
  font-size: 18px;
}
.section_content {
  margin-bottom: 20px;
}
.section_content img {
  /*width: 100%;*/
  height: auto;
  margin-bottom: 20px;
}
.section_content p.big {
  font-weight: 300;
  margin: 0 0 20px 0;
}
.section_content p.content_mini {
  margin-bottom: 30px;
}
.section_content h2 {
  margin: 0 0 20px 0;
}
.section_content p {
  font-weight: 300;
  margin: 0 0 20px 0;
}
.section_content p, .section_content ul, .section_content ol {
  font-size: 18px;
}
.prices_wrap {
  margin-bottom: 20px;
}
.prices_wrap h2 {
  margin: 0 0 20px 0;
}
.prices_item {
  background: #fff;
  display: block;
  color: #000;
  padding: 10px;
  margin-bottom: 20px;
  position: relative;
  min-height:110px;
}
.prices_item:hover {
  color: #000;
  text-decoration: none;
}
.prices_item h3 {
  /*padding-bottom: 75px;*/
  margin: 0;
  width:410px;
}
.prices_item .prices_amout {
  text-align: right;
  position: absolute;
  top: 10px;
  right: 10px;
}
.prices_item .prices_label {
  text-align: right;
  position: absolute;
  top: 45px;
  right: 10px;
}
.prices_item .prices_strong {
  text-align: right;
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.documents_wrap {
  margin-bottom: 20px;
  border-top: solid 1px #000;
  padding: 20px 0 20px 0;
}
.documents_wrap a {
  color: #000;
  display: block;
}
.documents_wrap h2 {
  margin: 0 0 20px 0;
}
.section_news {
  margin-bottom: 20px;
}
.section_news img {
  width: 100%;
  height: auto;
}
.news_item {
  background-color: var(--grigio_chiaro);
  padding: 20px;
  margin-bottom: 20px;
  position: relative;
  display: block;
  color: inherit;
}
.news_item:hover {
  color: inherit;
  text-decoration: none;
}
.news_item .video_wrap {
  margin-bottom: 0;
}
.news_item .col-sm-7 {
  position: static !important;
}
.news_item h2 {
  margin: 0 0 20px 0;
}
.news_item p {
  font-weight: 300;
}
.news_strong {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: #000;
  width: 100%;
}
.news_strong:hover {
  text-decoration: none;
}
.news_strong i {
  margin-right: 5px;
  position: relative;
  top: 1px;
}
.news_strong_mobile, .arrow_link_mobile {
  display: none;
}
.section_list {
  margin-bottom: 20px;
}
.list_item {
  background-color: var(--grigio_chiaro);
  padding: 20px;
  margin-bottom: 20px;
}
.list_item img {
  width: 100%;
  height: auto;
}
.list_item h2 {
  padding: 0;
  margin: 0 0 20px 0;
}
.list_item p {
  margin: 0 0 30px 0;
  font-weight: 300;
}
.list_item ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list_item ul li {
  border-bottom: 1px solid #dcdcdc;
}
.list_item ul li:last-child {
  border-bottom: none;
}
.list_item ul li a {
  color: #000;
  padding: 8px 0;
  display: block;
  font-weight: 400;
}
.box_wrap {
  padding: 60px 0;
  background: #fff;
  margin-bottom: 20px;
}
.box_wrap img {
  position: relative;
  left: -20px;
  bottom: -20px;
  height: auto;
  width: 100%;
  margin-top: -40px;
}
.box_wrap h1 {
  margin-bottom: 40px;
  margin-top: 0;
}
.box_wrap h2 {
  color: #000;
  margin-bottom: 20px;
  font-size: 30px;
}
.box_wrap p {
  font-weight: 300;
}
.section_newsitem {
  padding: 90px 0;
}
.section_newsitem .newsitems_status {
  position: absolute;
  bottom: 10px;
  left: 20px;
  z-index: 3;
}
.section_newsitem .newsitems_status span:first-child {
  margin: 0 4px 0 0;
}
.section_newsitem .newsitems_status span:last-child {
  margin: 0 0 0 4px;
  color: #dcdcdc;
}
.newsitems_wrap {
  background-color: var(--grigio_chiaro);
  position: relative;
  margin-bottom: 0;
  padding: 20px 20px 40px 20px;
}
.newsitems_wrap .slick-prev,
.newsitems_wrap .slick-next {
  position: absolute;
  bottom: -35px;
  width: 30px;
  height: 30px;
  border: none;
  background-color: transparent;
  color: transparent;
  cursor: pointer;
  font-family: 'icomoon';
}
.newsitems_wrap .slick-prev {
  right: calc(46.6% + 110px);
}
.newsitems_wrap .slick-prev:after {
  content: "\e902";
  color: #000;
  position: absolute;
  top: 4px;
  left: 0;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.newsitems_wrap .slick-next {
  right: calc(46.6% + 80px);
}
.newsitems_wrap .slick-next:after {
  content: "\e902";
  color: #000;
  position: absolute;
  top: 3px;
  left: 0;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
}
.newsitems_wrap .newsitem {
  position: relative;
}
.newsitems_wrap .newsitem .newsitems_strong {
  display: block;
  height: 27px;
  position: relative;
  top: -27px;
  margin-bottom: -27px;
  border-bottom: solid 1px #000;
  padding-bottom: 5px;
  margin-right: 10px;
}
.newsitems_wrap .newsitem .newsitems_strong i {
  margin-right: 10px;
}
.newsitems_wrap .newsitem img {
  width: 100%;
  height: auto;
}
.newsitems_wrap .newsitem h1 {
  margin-bottom: 40px;
}
.newsitems_wrap .newsitem h2 {
  color: #000;
  margin-bottom: 20px;
  margin-top: 0;
}
.newsitems_wrap .newsitem p {
  font-weight: 300;
  margin-bottom: 40px;
}
.imagemenu_wrap {
  padding: 60px 20px;
  background-image: url(../images/banner_servizi.jpg);
  background-position: center top;
  background-size: cover;
  margin: 0 !important;
  position: relative;
}
.imagemenu_wrap.section_padded::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.4);
}
.imagemenu_wrap .row.container {
  margin: 0 auto;
}
.imagemenu_wrap .imagemenu_box {
  background-color: #fff;
  border-bottom: solid 1px #dcdcdc;
  padding: 20px;
}
.imagemenu_wrap .imagemenu_box h2 {
  padding: 0;
  margin: 0 0 30px;
}
.imagemenu_wrap .imagemenu_box .imagemenu_strong {
  color: #000;
  padding: 10px 0 20px 0;
  display: block;
  position: relative;
}
.imagemenu_wrap .imagemenu_box .imagemenu_strong:hover {
  text-decoration: none;
}
.imagemenu_wrap .imagemenu_box .imagemenu_strong i {
  position: absolute;
  right: 0;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.imagemenu_wrap .imagemenu_box .imagemenu_strong.toggle_active i {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.imagemenu_wrap .imagemenu_box ul {
  list-style: none;
  margin: 0;
  padding: 0 20px 0 0;
}
.imagemenu_wrap .imagemenu_box ul li {
  margin-bottom: 20px;
}
.imagemenu_wrap .imagemenu_box ul li h4 {
  color: #000;
  display: block;
  height: auto !important;
  margin-top: 0;
}
.imagemenu_wrap .imagemenu_box ul li p {
  margin-bottom: 5px
}
.imagemenu_wrap .imagemenu_box ul li a {
  font-size: 15px;
}
.banner_naked .banner_wrap {
  background-color: transparent;
}
.banner_wrap {
  background-color: #fff;
  padding: 10px;
  position: relative;
  margin-bottom: 20px;
}
.banner_wrap .slick-dots {
  border-top: solid 1px #000;
  list-style: none;
  margin: 0;
  padding: 0;
  height: 26px;
}
.banner_wrap .slick-dots li {
  display: inline-block;
  margin-top: 10px;
  margin-right: 10px;
}
.banner_wrap .slick-dots li button {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  border: solid 1px #dcdcdc;
  color: transparent;
  background: transparent;
  overflow: hidden;
  outline: none;
}
.banner_wrap .slick-dots li.slick-active button {
  border-color: #000;
}
.banner_wrap .slick-arrow {
  position: absolute;
  bottom: 10px;
  font-family: 'icomoon';
  color: transparent;
  width: 20px;
  height: 20px;
  background: transparent;
  border: none;
}
.banner_wrap .slick-prev {
  right: 46px;
  font-family: 'icomoon';
}
.banner_wrap .slick-prev:after {
  content: "\e902";
  color: #000;
  position: absolute;
  top: 2px;
  left: 0;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.banner_wrap .slick-next {
  right: 10px;
}
.banner_wrap .slick-next:after {
  content: "\e902";
  color: #000;
  position: absolute;
  top: 3px;
  left: 0;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
}
.banner_wrap .banner_item {
  display: block;
  text-decoration: none;
}
.banner_wrap .banner_item h2 {
  color: #000;
}
.banner_wrap .banner_item img {
  width: 100%;
  height: auto;
}
.contatti_wrap {
  margin-bottom: 20px;
}
.contatti_wrap h2 {
  margin: 0 0 20px 0;
}
.contatti_wrap p {
  margin: 0;
}
.form_wrap {
  margin-bottom: 40px;
}
.form_wrap .form_row {
  margin-bottom: 20px;
}
.form_wrap .form_row.form_row--privacy {
  display: flex;
  align-items: center;
  gap: 5px;
}
.form_wrap input[type="checkbox"] {
  margin: 0;
}
.form_wrap label.privacy-accept {
  margin: 0;
}
.form_wrap label.privacy-accept p {
  font-size: 14px;
  line-height: 1.2;
}
/*.form_wrap input[type="checkbox"] {
  position: relative;
  z-index: 1;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  width: 2px;
  height: 2px;
}
.form_wrap input[type="checkbox"]:checked {
  background-color: transparent;
  border: none;
  box-shadow: none;
}
.form_wrap input[type="checkbox"]:after {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  content: "✖";
  color: transparent;
  background-color: #fff;
  cursor: pointer;
  opacity: 1;
  text-align: center;
  line-height: 20px;
}
.form_wrap input[type="checkbox"]:checked:after {
  background-color: #dcdcdc;
  color: #000;
}
.form_wrap input[type="checkbox"] {
  width: 30px;
  height: 30px;
  float: left;
  margin-right: 20px;
}*/
.form_wrap button {
  background: var(--marcap_accent);
  color: #fff;
  padding: 15px 45px;
  width: unset;
  line-height: 1;
  font-size: 16px;
  height: unset;
}
.form_wrap button i {
  margin-right: 10px;
  position: relative;
  top: 2px;
}
.form_wrap select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  border-radius: 0 !important;
  background-color: #fff;
}
.form_wrap textarea {
  height: 200px;
  padding: 10px;
}
.form_wrap p {
  margin: 0;
}
.form_wrap .form_text {
  padding: 18px 20px;
  background-color: #fff;
  overflow-y: auto;
  height: 160px;
}
.form_wrap label {
  font-weight: 400;
}
.form_wrap .select_wrap {
  position: relative;
}
.form_wrap .select_wrap:after {
  font-family: 'icomoon';
  display: block;
  content: "\e902";
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 4;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  transform: rotate(90deg);
}
.map_wrap {
  height: 780px;
  margin-bottom: 20px;
}
.footer_breadcrumb {
  margin-bottom: 16px;
}
.footer_breadcrumb a {
  color: #000;
}
.footer_breadcrumb i {
  margin-left: 4px;
  margin-right: 4px;
  position: relative;
  top: 1px;
}
.section_footer {
  background-color: var(--marcap_blue);
  color: #fff;
  padding: 60px 0 40px;
}
.footer_main {
  padding: 0 10px 0 10px;
}
.footer_main h3 {
  padding: 0;
  margin: 0 0 12px 0;
}
.footer_main h4 {
  padding-top: 0;
  margin-top: 0;
}
.footer_main .footer_link {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
  display: block;
}
.footer_main .footer_link i {
  margin-right: 10px;
}
.footer_main .footer_link:hover {
  text-decoration: none !important;
}
.footer_main ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer_main ul li {
  border-bottom: solid 1px rgba(255,255,255,0.3);
}
.footer_main ul li:last-child {
  border-bottom: none;
}
.footer_main ul:not(.contact_info) li a {
  color: #fff;
  padding: 5px 0;
  display: block;
}
.footer_main ul.contact_info li {
  border-bottom: none;
  padding: 8px 0;
}
.footer_main ul.contact_info li a {
  color: #fff;
  text-decoration: underline;
}
.footer_credits {
  margin-top: 30px;
}

.footer_credits p a {
  color: #fff;
}
.footer_links {font-size:13px;margin-top:15px;}

.footer_logos img {
  width: 95%;
  height: auto;
}
.popup_lista {
  position: fixed;
  z-index: 10;
  top: 30px;
  bottom: 30px;
  left: 50%;
  width: 820px;
  margin-left: -410px;
  padding: 20px;
  background-color: #fff;
  display: none;
  overflow:hidden;
}
.popup_lista .popup_close {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

.popup_lista .popup_content {
	overflow:hidden;
	display:block;
	overflow-y:scroll;
	margin-top:20px;
}

.popup_lista h2 {
  margin: 0 0 16px 0;
}
.popup_lista p {
  font-weight: 300;
  margin: 0 0 30px 0;
}
.popup_lista ul {
  list-style: none;
  margin: 0;
  padding: 0;
  /*position: absolute;
  top: 140px;
  bottom: 20px;
  left: 20px;
  right: 20px;*/
  /*margin-top:30px;*/
  /*overflow-y: scroll;*/
}
.popup_lista ul li {
  border-bottom: 1px solid #dcdcdc;
  margin-right: 40px;
}
.popup_lista ul li:last-child {
  border-bottom: none;
}
.popup_lista ul li p,
.popup_lista ul li a {
  color: #000;
  padding: 8px 0;
  margin-bottom: 0;
  display: block;
  font-weight: 400;
}
.popup_lista ul li p:hover,
.popup_lista ul li a:hover {
  text-decoration: none;
  cursor: text;
}
.section_mappa {
  margin-bottom: 60px;
}
@media screen and (min-height: 1000px) {
  .popup_lista ul {
    overflow: visible;
  }
}
@media screen and (min-width: 1201px) {
  .hidden_large {
    display: none;
  }
  .visible_large {
    display: block;
  }
  .prices_wrap .col-sm-7 {
    width: 50% !important;
  }
}
@media screen and (max-width: 1200px) {
  .popup_lista {
    position: fixed;
    top: 30px;
    bottom: 30px;
    left: 5%;
    right: 5%;
    width: auto;
    margin-left: 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .section_header_mobile_faux {
    height: 70px;
  }
  .hidden_medium {
    display: none;
  }
  .visible_medium {
    display: block;
  }
  .header_menugreen {
    width: 350px;
  }
  .moduli_wrap img {
    width: 15px;
  }
  .prices_wrap .col-sm-7 {
    width: 50% !important;
  }
}
@media screen and (max-width: 768px) {
  .section_header_mobile_faux {
    height: 70px;
  }
  .font10,
  .section_imagemenu .imagemenu_wrap .imagemenu_strong,
  .newsitems_wrap .newsitems_status,
  .newsitems_wrap .newsitem .newsitems_strong,
  .prices_wrap .prices_item .prices_label,
  .section_faq .faq_docs,
  .section_faq .faq_label,
  .section_news .news_item .news_strong_mobile,
  .section_moduli .moduli_doc,
  .section_form .form_row input[type="text"],
  .section_form .form_row textarea,
  .section_form .form_row label,
  .section_form .form_row p.form_text,
  .section_form .form_row button,
  .footer_main h4,
  .footer_main p,
  .footer_main .button1,
  .footer_credits p {
    font-size: 14px;
    line-height: 12px;
  }
  .font13,
  .box_wrap p,
  .newsitems_wrap .newsitem p,
  .section_documents a,
  .section_list .list_item p,
  .section_list .list_item ul li a,
  .section_faq p,
  .section_news .news_item p,
  .section_contatti p,
  .section_moduli p,
  .popup_lista ul li a,
  .popup_lista p,
  .footer_main h3 {
    font-size: 13px;
    line-height: 15px;
  }
  .font17,
  .box_wrap h2,
  .section_imagemenu .imagemenu_wrap h2,
  .newsitems_wrap .newsitem h2,
  .section_title p,
  .portal-layout-cell-OneColumn-20-0 p,
  .section_content p,
  .section_content p.big,
  .section_content h2,
  .section_documents h2,
  .section_list .list_item h2,
  .prices_wrap h2,
  .prices_wrap .prices_item h3,
  .prices_wrap .prices_item .prices_amout,
  .section_faq h2,
  .section_news .news_item h2,
  .section_contatti h2,
  .section_moduli h2,
  .section_form .form_row p,
  .popup_lista h2 {
    font-size: 17px;
    line-height: 20px;
  }
  .font22,
  .section_banner .banner_wrap .banner_item h2,
  .box_wrap h1,
  .section_title h1, .portal-layout-cell-OneColumn-20-0 h1 {
    font-size: 22px;
    letter-spacing: 0.5px;
    line-height: 25px;
  }
  .container, .portal-layout-cell-OneColumn-20-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .documents_wrap {
    margin-bottom: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .documents_wrap h2 {
    margin-bottom: 10px;
  }
  .section_banner .banner_wrap {
    margin-bottom: 10px;
  }
  .section_banner .banner_wrap .slick-next,
  .section_banner .banner_wrap .slick-prev {
    display: none !important;
  }
  .section_banner .banner_wrap .slick-dots li {
    margin-right: 6px !important;
  }
  .section_banner .banner_wrap .slick-dots button {
    width: 10px !important;
    height: 10px !important;
    padding: 0 !important;
  }
  .map_wrap {
    height: 300px;
  }
  .list_item {
    padding: 10px;
  }
  .box_wrap {
    /*margin-bottom: 10px;
    padding-bottom: 10px;
    padding: 10px;*/
  }
  .box_wrap .separator_left_big {
    border-top: solid 1px #dcdcdc;
    padding-top: 10px;
    margin-top: 10px;
  }
  .box_wrap .separator_left_big:after {
    display: none;
  }
  .box_wrap .separator_left_big h2,
  .box_wrap .separator_left_big h1,
  .box_wrap .separator_left_big p {
    /*margin-left: -10px;
    margin-right: -10px;*/
  }
  .box_wrap img {
    left: -10px;
    bottom: -10px;
    margin-top: -20px;
    margin-bottom: 20px;
  }
  .box_wrap h2 {
    margin: 0 0 10px 0;
    font-size: 30px;
  }
  .box_wrap p {
    font-weight: 300;
    line-height: 1.3;
  }
  .box_wrap h1 {
    margin: 0 0 10px 0;
  }
  .section_imagemenu .imagemenu_wrap {
    margin-bottom: 10px;
    padding: 45% 0 0 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
    height: auto;
  }
  .section_imagemenu .imagemenu_wrap .imagemenu_box {
    padding: 30px 20px 10px;
  }
  .section_imagemenu .imagemenu_wrap .imagemenu_box ul li a {
    font-size: 13px;
  }
  .newsitems_wrap {
    margin-bottom: 30px;
    padding: 10px 10px 35px 10px;
  }
  .newsitems_wrap .slick-prev,
  .newsitems_wrap .slick-next {
    display: none !important;
  }
  .newsitems_wrap .newsitems_status {
    left: 10px;
  }
  .newsitems_wrap .newsitem h2 {
    margin: 0 0 10px 0;
  }
  .newsitems_wrap .newsitem p {
    margin-bottom: 10px;
  }
  .newsitems_wrap .newsitem .newsitems_strong {
    position: static;
    top: 0;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    height: 35px;
  }
  .section_title h1 {
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .section_title p {
    font-weight: 300;
    margin-bottom: 20px;
  }
  .section_title .title_filters select {
    margin-bottom: 10px;
  }
  
  .section_title .portal-layout-cell-OneColumn-30-0 select {
    margin-bottom: 10px;
  }
  
  /**/
  .portal-layout-cell-OneColumn-20-0 h1 {
    margin-bottom: 20px;
  }
  .portal-layout-cell-OneColumn-20-0 p {
    font-weight: 300;
    margin-bottom: 20px;
  }
  .portal-layout-cell-OneColumn-20-0 .title_filters select {
    margin-bottom: 10px;
  }
  .portal-layout-cell-OneColumn-20-0 .portal-layout-cell-OneColumn-30-0 select {
    margin-bottom: 10px;
  }
  /**/
  
  .section_content p,
  .section_content p.big {
    font-weight: 300;
  }
  .section_documents a {
    margin-bottom: 10px;
  }
  .section_documents img {
    width: 30px;
    height: 30px;
  }
  .section_list {
    margin-bottom: 10px;
  }
  .section_list .list_item p {
    font-weight: 300;
  }
  .section_list .list_item li:last-child {
    border-bottom: solid 1px #dcdcdc;
  }
  .prices_wrap {
    margin-bottom: 10px;
  }
  .prices_wrap .prices_item {
    margin-bottom: 10px;
  }
  .prices_wrap .prices_item h3 {
    padding-bottom: 55px;
  }
  .prices_wrap .prices_item .prices_label {
    top: 35px;
  }
  .section_faq .faq_item {
    padding: 10px;
  }
  .section_faq p {
    font-weight: 300;
  }
  .section_faq .faq_docs .row {
    margin-bottom: 10px;
  }
  .section_faq .faq_docs a {
    margin-bottom: 10px;
  }
  .section_faq .faq_docs img {
    width: 20px;
    height: auto;
  }
  .section_faq .faq_label {
    font-weight: 400;
    margin-bottom: 10px;
  }
  
 .section_faq .faq_item .faq_plus, .section_faq .faq_item .faq_minus {margin-top:0px;}
  
  .section_news {
    margin-bottom: 20px;
  }
  .section_news .news_item {
    padding: 10px;
    margin-bottom: 10px;
  }
  .section_news .news_item h2 {
    margin-bottom: 10px;
  }
  .section_news .news_item .news_strong {
    display: none !important;
  }
  .section_news .news_item .news_strong_mobile {
    position: static;
    display: block;
    margin: 15px 10px 0 10px;
    bottom: 20px;
    left: 20px;
    color: #000;
    width: 100%;
    font-size: 16px;
  }
  .section_news .news_item .news_strong_mobile:hover {
    text-decoration: none;
  }
  .section_news .news_item .news_strong_mobile i {
    margin-right: 5px;
    position: relative;
    top: 1px;
  }
  .arrow_link_mobile {
    display: flex !important;
    flex-direction: row;
    gap: 5px;
    align-items: center;
  }
  .arrow_link_mobile i {
    margin: 0;
    position: unset;
  }
  .section_contatti h2 {
    margin-bottom: 10px;
  }
  .section_contatti p {
    margin-bottom: 20px;
  }
  .section_mappa {
    margin-bottom: 30px;
  }
  .section_moduli .moduli_item {
    margin-bottom: 10px;
    padding: 10px;
  }
  .section_moduli .moduli_item img {
    width: 20px;
    height: auto;
  }
  .section_moduli .moduli_item .separator_left {
    position: relative;
  }
  .section_moduli .moduli_item .separator_left:after {
    display: block;
    position: absolute;
    left: 10px;
    right: 10px;
    top: -10px;
    height: 1px;
    background-color: #dcdcdc;
  }
  .section_moduli .moduli_item .moduli_doc {
    margin-bottom: 10px;
  }
  .section_moduli h2 {
    margin-bottom: 10px;
    padding: 0;
  }
  .section_moduli p {
    margin-bottom: 20px;
    padding: 0;
  }
  .section_moduli .separator_left {
    padding-left: 10px;
  }
  .section_moduli .separator_left:after {
    display: none;
  }
  .section_form .form_wrap {
    margin-bottom: 20px;
  }
  .section_form .form_row p {
    margin-bottom: 5px;
  }
  .section_form .form_row {
    margin-bottom: 10px;
  }
  .section_form .form_row select {
    font-size: 10px;
    position: relative;
    z-index: 1;
  }
  .popup_lista {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
  .popup_lista ul {
    top: 150px;
  }
  .popup_lista p {
    font-weight: 300;
  }
  .footer_main {
    padding: 10px;
  }
  .footer_main img {
    margin-bottom: 20px;
  }
  .footer_main h3 {
    margin: 20px 0 10px;
    font-size: 20px;
  }
  .footer_main .button1 {
    width: 46%;
    float: left;
  }
  .footer_main .button1.button_first {
    margin-right: 3%;
  }
  .footer_main .button1.button_last {
    margin-left: 3%;
  }
  .footer_credits {
    margin-bottom: 10px;
    margin-top: 10px;
  }
}

/*aggiunte da Giacomo*/
.img_inset {float:left;margin:5px 10px 10px 0;max-width:100%;}
.clear {clear:both;}
.content_mini p, .content_mini ul {font-size:18px;line-height:25px;}
.section_content ul {
    font-weight: 300;
    margin: 0 0 20px;
}
.productbody p, .form_title p {margin-left: 10px !important;margin-right: 10px !important;}
.productbody p {margin-bottom:20px;}
.productbody ul {font-weight: 300; margin: 0 0 20px;}
.faq_docs a, .moduli_doc a {color:#333;}
.faq_item .faq_plus, .faq_item .faq_minus {margin-top:7px;}

.section_prices {margin-top:20px;}

.form_wrap .form_field label {
  font-size:18px;
  line-height:1.2;
  color:#333;
  border-radius: 0;
  padding:0;
  margin-bottom: 10px;
  display: block;
  text-align: left;
}
.form_wrap select[multiple] {height:120px;}

.privacy-accept p {
  font-size:15px;
  line-height: 20px;
  font-weight:400;
}

.popup_lista ul li {
	color: #000;
    display: block;
    font-weight: 400;
    margin-bottom: 0;
    padding: 11px 0;
    font-size: 18px;
}

.newsitems_ul a .newsitem p {color:#333;}
.newsitems_ul a .newsitem .newsitems_strong {color:#333;}

a.toggle_button {outline:none;}

a.category-anchor {position:absolute;margin-top:-170px;height:1px;}

/* Effect Move Up */
.elemento {
	opacity:0;
}

.elemento.animate {
	-webkit-transform: translateY(200px);
	transform: translateY(200px);
	-webkit-animation: moveUp 0.65s ease forwards;
	animation: moveUp 0.65s ease forwards;
}

.elemento.shown {opacity:1;}

@-webkit-keyframes moveUp {
	0% { }
	100% { -webkit-transform: translateY(0); opacity: 1; }
}

@keyframes moveUp {
	0% { }
	100% { -webkit-transform: translateY(0); transform: translateY(0); opacity: 1; }
}

/*** New style - 2023 ***/
.arrow_link {
  position: unset;
  display: flex !important;
  flex-direction: row;
  gap: 5px;
  align-items: center;
  transition: all 0.4s ease-in-out;
}
.arrow_link:hover {
  text-decoration: none;
  gap: 10px;
}
.btn {
  border-radius: 0;
  padding: 8px 20px;
}
.btn.btn-primary {
  background-color: var(--marcap_accent);
  border-color:  var(--marcap_accent);
  color: white;
}
/* Header */
.lang_buttons {
  color: #fff;
  font-size: 13px;
}
.lang_button {
  font-size: 13px !important;
  text-transform: uppercase;
}
.lang_button.active {
  text-decoration: underline;
}
@media screen and (max-width: 1199.98px) {
  .lang_buttons {
    color: #000000;
    display: flex;
    align-items: center;
  }
  li.lang_buttons a.lang_button {
    font-size: 12px !important;
  }
}
/* Home - Hero */
.slide__content {
  margin: 20px 0 15px;
}
.slide__content .slide__title{
  margin: 0 0 15px;
}
.slide__content .slide__text {
  font-size: 18px;
  margin: 0 0 20px;
}
.hero {
  position: relative;
  overflow-x: hidden;
}
.hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background-color: rgba(0,0,0,0.4);
}
.hero .hero__image {
  width: 100vw;
  height: 60vh;
  object-fit: cover;
}
.hero .hero__content_wrapper {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.hero .hero__content_wrapper .hero__content {
  padding: 40px 30px;
  background-color: rgba(255,255,255,0.8);
}
.hero .hero__content_wrapper .hero__subtitle {
  font-size: 18px;
  margin: 0 0 10px;
}
.hero .hero__content_wrapper .hero__title {
  margin: 0 0 30px;
}
.hero .hero__content_wrapper .hero__link {
  font-size: 16px;
}
/* section about home */
.section_box .box_column .column__title {
  font-size: 24px;
  line-height: 1.2;
  margin: 0 0 20px;
}
.section_box .box_column .column__subtitle {
  font-size: 20px;
  line-height: 1.2;
  margin: 20px 0 10px;
}
.section_box .box_column .column__text, .section_box .box_column .column__list {
  font-size: 16px;
  line-height: 1.375;
}
.section_box .box_column .column__list {
  padding-left: 20px;
}
.section_box .box_column.separator_right_big:after {
  top: 0;
}
@media screen and (max-width: 768px) {
  .hero .hero__content_wrapper {
    padding: 0 10px;
    margin: 0 !important;
  }
  .hero .hero__content_wrapper .hero__title {
    font-size: 28px;
  }
  .section_box .box_column .column__title {
    margin: 20px 0 10px;
  }
  .section_box .box_column .column__subtitle {
    margin: 10px 0;
  }
  .section_imagemenu .imagemenu_wrap {
    padding: 20px 0;
    background-size: cover;
  }
  .imagemenu_wrap .imagemenu_box h2 {
    font-size: 24px;
  }
  .contatti_wrapper {
    padding: 0 15px;
  }
  .section_footer {
    padding: 40px 0 40px;
  }
  .footer_credits p {
    margin: 0;
  }
  .footer_credits p + p {
    margin-top: 16px;
  }
}