/* utilità */
:root {
  --primary: #bf1e2e;
  --text: #000000;
  --grey: #666666;
  --font-size: 18px;
  --line-height: 28px;
  --background: #ededed;
}

.color-gold {
  color: var(--primary) !important;
}

.color-gray {
  color: var(--text) !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.align-items-center {
  align-items: center !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.w-auto {
  width: auto !important;
}

.flex-column {
  flex-direction: column;
}

.text-align-center {
  text-align: center;
}

body,
html {
  -webkit-text-rendering: optimizeLegibility;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Figtree", sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-variant-ligatures: none;
  font-variant-ligatures: none;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  color: var(--text);
  letter-spacing: normal;
  line-height: normal;
  -webkit-font-kerning: none;
  font-kerning: none;
  width: 100%;
  padding: 0;
  margin: 0;
  font-size: var(--font-size);
  line-height: var(--line-height);
  background-color: #FFF;
}

body.ismenu {
  overflow: hidden;
}

.menu.disabled_text {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

a,
a:link,
a:visited {
  text-decoration: none;
  color: inherit;
  text-decoration: inherit;
}

a:hover {
  color: var(--primary);
}

a.link-gold,
a.link-gold:link,
a.link-gold:visited {
  color: var(--primary);
}

a.link-gold:hover {
  text-decoration: underline;
}

a:focus,
object,
a:visited,
input,
select,
textarea {
  outline: 0px;
}

img {
  border: 0px !important;
}

input,
textarea,
select {
  font-size: 12px;
  color: var(--text);
  
  font-weight: 400;
  outline: none;
  outline: 0px;
}

select option {
  color: var(--text);
  
  font-weight: 400;
}

input,
input:focus,
select,
select:focus {
  outline: none;
  outline: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul {
  padding: 0px;
  margin: 0px;
}

p {
  margin-bottom: 0px;
  margin-top: 0px;
}

form {
  padding: 0px;
  margin: 0px;
}

.disabled {
  -moz-opacity: 0.5;
  opacity: 0.5;
  filter: alpha(opacity=50);
  cursor: default;
}

.text-uppercase {
  text-transform: uppercase;
}

/* OPACITY LAYER*/
.opacity_layer {
  z-index: 4080;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
  display: none;
  float: left;
  background-color: #000;
}

.opacity_layer.show { z-index: 4060; }
.opacity_layer.reloaded { z-index: 4000; }

.opacity_layer.wait {
  background-color: #fff;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
}

.opacity_layer.minimal {
  background-color: #1a1a1a;
  filter: alpha(opacity=20);
  -moz-opacity: 0.2;
  opacity: 0.2;
}

#loading_layer {
  position: fixed;
  z-index: 4020;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  margin-left: 0px;
  margin-top: 0px;
  display: block;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
  background-color: #000;
  display: none;
  justify-content: center;
  align-items: center;
}

#loading_layer .message {
  color: #fff;
  background-image: url(../../img/loading_white.svg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: auto 50px;
  padding-top: 70px;
  text-align: center;
  font-weight: 500;
  font-size: var(--font-size);
}

#loading_layer.logo {
  background-image: url(../../img/logo-white.png);
  width: 212px;
  height: 137px;
  margin-left: -106px;
  margin-top: -68px;
}

/* FINE OPACITY LAYER */

input[type='date']::-webkit-inner-spin-button,
input[type='date']::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
}

.transition {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

/* DINAMIC ALERT */
.dinamic_alert {
  position: fixed;
  z-index: 4090;
  height: auto;
  border-radius: 10px;
  width: 545px;
  top: 50%;
  left: 50%;
  margin-left: -272px;
  display: none;
  padding: 0px;
  background-color: #fff;
}

.dinamic_alert .bkg_dinamic_alert {
  float: left;
  height: auto;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  background-color: #fff;
}

.dinamic_alert .bkg_dinamic_alert p.btn {
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 20px;
}

.dinamic_alert .bkg_dinamic_alert p.btn a.chiudi {
  float: none;
  display: inline-block;
  border-radius: 5px;
  padding: 0px 25px;
  position: static;
  text-align: center;
  color: #fff !important;
  font-size: 18px;
  line-height: 40px;
  font-weight: 500 !important;
  border-color: var(--primary) !important;
  background-color: var(--primary) !important;
}

.dinamic_alert .bkg_dinamic_alert p.btn a.chiudi:hover {
  border-color: var(--text) !important;
  background-color: var(--text) !important;
}

.dinamic_alert .bkg_dinamic_alert p.btn a.chiudi.nok {
  background-color: var(--text) !important;
  margin-right: 10px;
}

.dinamic_alert .bkg_dinamic_alert p.btn a.chiudi.ok {
  margin-left: 10px;
}

.dinamic_alert_container {
  float: left;
  padding: 25px 50px;
  height: auto;
  width: calc(100% - 100px);
  background-color: #fff;
  border-radius: 3px;
}

.dinamic_alert_container h1 {
  float: left;
  width: 100%;
  padding: 0px;
  margin: 0px;
  color: #ad1a2b;
  font-size: 26px;
  line-height: 30px;
  padding-bottom: 10px;
  text-align: center;
  font-weight: 600;
}

.dinamic_alert_container span {
  float: left;
  width: 100%;
  padding: 0px;
  margin: 0px;
  font-weight: 300px;
  margin-top: 15px;
  font-size: 22px;
  color: #333;
  line-height: 28px;
  font-weight: 400;
  padding-bottom: 10px;
  text-align: center;
}

/* FINE DINAMIC ALERT */

/* COOKIE POLICY */
.cookie_popup {
  float: left;
  position: fixed;
  left: 0px;
  bottom: 0px;
  background-color: var(--background);
  width: calc(100% - 40px);
  height: auto;
  padding: 20px 20px;
  z-index: 300;
}

.cookie_popup .center_container {
  width: 90%;
  margin: 0px auto;
}

.cookie_popup .align {
  display: flex;
  align-items: center;
  justify-content: center;
  float: left;
}

.cookie_popup .testo {
  float: left;
  width: calc(100% - 160px);
}

.cookie_popup p {
  float: left;
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--text);
  margin-top: 0px;
}

.cookie_popup p a {
  text-decoration: underline;  
  font-weight: 400;
  font-size: var(--font-size);
  line-height: var(--line-height);
  color: var(--primary);
}

.cookie_popup p.link {
  float: right;
  width: 150px;
}

.cookie_popup p.link a {
  float: right;
  background-color: var(--primary);
  text-decoration: none;
  padding: 0px 25px;
  border-radius: 25px;
  color: #FFF;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 46px;
  height: 46px;
}

.cookie_popup p.link a:hover {
  background-color: var(--text);
  color: #FFF;
}

/* FINE COOKIE POLICY */

.total_container {
  float: left;
  width: 100%;
  visibility: hidden;
}

/*.notmobile .total_container { min-width: 1100px; }*/

.site_content {
  float: left;
  width: 100%;
  margin-top: 0px;
  height: auto;
}

.site_content.with_header {
  margin-top: 0px;
}

.site_content.notfound {
  height: calc(100% - 130px);
}

.center_container {
  width: 100%;
  max-width: 100%;
  margin: 0px auto;
  max-width: 100%;
}

.load_source {
  overflow: hidden;
  position: relative;
}

.load_source .loading_content {
  float: left;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../../img/loading.svg);
  background-size: 60px;
}

.load_source .loading_content.black {
  background-image: url(../../img/loading_b.svg);
}

.load_source img {
  float: left;
  width: auto;
  height: auto;
  display: none;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.header_box_content {
  float: left;
  width: 100%;
}

.header_box {
  float: left;
  width: 100%;
  position: relative;
  background-color: transparent;
  height: 500px;
}

.header_box.page {
  height: 400px;  
  overflow: visible;
}

.header_box.landing {
  height: 500px;
}

.header_box.small {
  height: 300px;
}

.header_box .loading_content {
  float: left;
  width: 100%;
  height: 100%;
  background-image: url(../../img/loading.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 50px;
}

.header_box .image_content {
  float: left;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

body.ishome .header_box .image_content {
  width: 100%;
}

.header_box .opacity_element {
  transition: background-color 1s;
  display: none;
  background-color: rgba(0, 0, 0, 0);
  pointer-events: none;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1;
  left: 0;
  top: 0;
}

.header_box.loaded .opacity_element {
  background-color: rgba(0, 0, 0, 0.5);
}

.header_box.nosource .opacity_element.overlayer,
.header_box.loaded .opacity_element.overlayer {
  background-position: top left;
  background-repeat: repeat;
  background-image: url(../../img/overlayer.jpg);
  opacity: 0.65;
}

.header_box.loaded .opacity_element.white {
  background-color: rgba(255, 255, 255, 0.8);
}

.header_box .over_box {
  position: absolute;
  z-index: 50;
  left: 0px;
  bottom: 30px;
  width: 80%;
  color: #fff;
  display: none;
  padding: 0px 10%;
}

.header_box.isslider .over_box {
  max-width: 650px;
  bottom: 60px;
}

.header_box .over_box .bruschi {
  float: left;
  width: 100%;
  background-position: top left;
  background-repeat: no-repeat;
  background-image: url(../../img/bruschi.png);
  background-size: auto 100%;
  height: 124px;
}

.header_box .over_box .vertical_center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.header_box .over_box h1 {
  float: left;
  width: 100%;
  line-height: 142px;
  font-size: 160px;
  text-align: left;
  margin-top: 0px;
  font-weight: 700;
  color: transparent;
  -webkit-text-stroke: 1px #FFF;
}

.header_box .over_box h2 {
  float: left;
  width: 100%;
  line-height: 50px;
  font-size: 45px;
  color: #FFF;
  margin: 0px;
  margin-top: 15px;
  border-bottom: 6px solid var(--primary);
  padding-bottom: 10px;
}

.header_box.isslider .over_box h2 {
  max-width: 610px;
}

.header_box .over_box p {
  float: left;
  width: 100%;
  line-height: 27px;
  font-size: 21px;
  color: #FFF;
  margin-top: 15px;
}

.header_box .over_box .btn_arrow {
  float: left;
  width: 100%;
  margin-top: 35px;
}

.header_box .over_box.center h1,
.header_box .over_box.center h2 {
  text-align: center;
}

.header_box .over_box p.didascalia {
  float: left;
  color: #fff;
  width: 100%;
  margin-top: 55px;
}

.header_box .over_box p.didascalia.mt {
  margin-top: 0px;
}

.header_box .over_box p.didascalia b {
  font-weight: 700;
}

.header_box .over_box .logo {
  float: left;
  width: 100%;
  background-image: url(../../img/logo.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  height: 140px;
  margin-bottom: 15px;
}

.header_box .over_box span {
  float: left;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
}

.header_box .over_box.full {
  left: 10%;
  display: none;
  width: 80%;
  float: left;
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
}

.header_box .over_box.full h1,
.header_box .over_box.full h2.center {
  text-align: center !important;
}

.header_box .over_box.working {
  left: 30%;
  display: none;
  width: 40%;
  height: auto;
  float: left;
  transform: translateY(-70%);
  position: absolute;
  top: 50%;
  background-color: #FFF;
  padding: 60px 35px;
  border-radius: 10px;
  bottom: unset;
}

.header_box .over_box.working .over_box_bkg {
  border-bottom: 0px;
  padding-bottom: 0px;
  position: static;
  width: 100%;
}

.header_box .over_box.working h1.center, .header_box .over_box.working h2.center {
  text-align: center !important;
}

.total_container.working .header_box .over_box h1 {
  font-size: 60px;
  line-height: 66px;
}

.total_container.working .header_box .over_box h2 {
  margin-top: 20px;
  font-size: var(--font-size);
  line-height: var(--line-height);
  color: var(--text);
  font-weight: 300;
  border-bottom: 0px;
  padding-bottom: 0px;
}

.header_box.page .over_box,
.header_box.small .over_box {
  top: unset;
  left: 5%;
  width: 90%;
  padding: 0px;
  height: auto;
}

.over_box_bkg {
  border-bottom: 5px solid var(--primary);
  padding-bottom: 15px;
  float: left;
  position: absolute;
  bottom: 0px;
}

.header_box.page .over_box h1,
.header_box.small h1 {
  font-size: 120px;
  line-height: 128px;
  text-align: left;
  color: transparent;
  -webkit-text-stroke: 1px #FFF;
}

.header_box.multiple {
  background-color: var(--text);
}

.header_box.page p.btn.assoluto {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: auto;
}

.header_box.page p.btn.assoluto a {
  padding: 12px 10px 12px 24px;
  background-color: var(--primary);
  color: #fff;
}

.header_box.page p.btn.assoluto font {
  float: left;
  margin-right: 0px;
  color: #fff;
}

.header_box.page p.btn.assoluto font.arrow {
  float: left;
  width: 46px;
  margin: 0px;
  height: 16px;
}

.header_box.page p.btn.assoluto font.arrow svg {
  height: 16px;
  transform: rotate(90deg);
}

.header_box.page p.btn.assoluto font.arrow svg path {
  stroke: #fff;
}

.header_box.isslider .sliders_box {
  float: left;
  width: 100%;
  height: 100%;
  background-color: #000;
  overflow: hidden;
  position: relative;
}

.header_box .ombra_top { position: absolute; top: 0px; left: 0px; background-image:url(../../img/ombra-top.png); background-repeat: repeat-x; height: 389px; width: 100%; background-position: top left; z-index: 20; }
.header_box .ombra_bottom { position: absolute; bottom: 0px; left: 0px; background-image:url(../../img/ombra-bottom.png); background-repeat: repeat-x; height: 367px; width: 100%; background-position: bottom left; z-index: 20; }

.header_box.isslider .slider_box_element {
  float: left;
  width: 100%;
  height: 100%;
}

.header_box.isslider .slider_box_element.hide {
  display: none;
}

.header_box.isslider .slider_box_element .image_content {
  height: 100%;
  overflow: hidden;
}

.header_box.isslider .slider_box_element .image_content.hide {
  display: none;
}

.header_box.isslider .assoluto {
  position: absolute;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  z-index: 60;
  bottom: 50px;
  right: 15px;
  width: 70px;
  flex-direction: column;
}

.header_box.isslider .scroll_down_mouse {
  position: relative;
  right: 0px;
  bottom: 0px;
  padding: 0px;
  width: 70px;
  filter: invert(1);
}

.header_box.isslider .scroll_down_mouse span {
  color: #FFF;
  font-size: 16px;
  line-height: 20px;
  filter: invert(1);
}

.header_box.isslider .scroll_down_mouse .track {
  float: left;
  background-image: url(../../img/icone/svg/007-chevrons.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 60px;
  height: 60px;
  filter: invert(0);
  margin-top: -10px;
}

.header_box.isslider .scroll_down_mouse .track.moved {
  animation: trackmove 1s infinite;
}

@keyframes trackmove {

  0%,
  100% {
    transform: translateY(0);
  }

  33% {
    transform: translateY(-2px);
  }

  66% {
    transform: translateY(6px);
  }
}

.header_box.isslider .assoluto .balls {
  float: right;
  width: 16px;
  display: flex;
  flex-direction: column;
  margin-bottom: 25px;
  margin-right: 33px;
}

.header_box.isslider .assoluto .balls a {
  width: 14px;
  height: 14px;
  border: 1px solid #FFF;
  margin-bottom: 15px;
}

.header_box.isslider .assoluto .balls a:hover,
.header_box.isslider .assoluto .balls a.active {
  border: 1px solid var(--primary);
  background-color: var(--primary);  
}


/* LIGHTBOX */
a.close_lightbox {
  display: none;
  z-index: 6020;
  position: fixed;
  top: 25px;
  right: 25px;
  width: 22px;
  height: 22px;
}

#gallery-lightbox-cnt {
  position: fixed;
  display: none;
  float: left;
  width: 476px;
  z-index: 6010;
  height: 308px;
  top: 50%;
  left: 50%;
  padding: 0px;
}

.gallery-lightbox-cnt-multimedia {
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
}

.loading-multimedia {
  float: left;
  width: 100%;
  height: 100%;
  background-image: url(../../img/loading.svg);
  background-position: center center;
  background-repeat: no-repeat;
}

#gallery_lightbox_zoom {
  float: left;
}

.gallery-lightbox-cnt-multimedia a.arrow {
  display: none;
  position: absolute;
  cursor: pointer;
  top: 50%;
  margin-top: -22px;
  z-index: 7000;
  width: 45px;
  height: 45px;
}

.gallery-lightbox-cnt-multimedia a.arrow.prev {
  left: -60px;
}

.gallery-lightbox-cnt-multimedia a.arrow.prev svg {
  transform: rotate(-180deg);
}

.gallery-lightbox-cnt-multimedia a.arrow.next {
  right: -50px;
}

.gallery-lightbox-cnt-multimedia .gallery-lightbox-cnt-didascalia {
  float: left;
  width: 100%;
  height: auto;
  position: absolute;
  padding: 10px 0px;
  bottom: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.6);
}

.gallery-lightbox-cnt-multimedia .gallery-lightbox-cnt-didascalia p {
  float: left;
  width: calc(100% - 30px);
  padding: 0px 15px;
  margin: 0px;
  text-indent: 0px;
  line-height: 20px;
  font-size: var(--font-size);
  font-weight: 700;
  color: #fff;
  text-transform: none;
}

/* FINE LIGHTBOX */

/* FOOTER */
.footer {
  float: left;
  width: 100%;
  clear: both;
  position: relative;
  margin-top: 60px;
}

.footer .content {
  float: left;
  width: 100%;
  border-top: 2px solid #333333;
  padding-top: 15px;
  padding-bottom: 15px;
}

.footer .content:first-child {
  padding-top: 40px;
  padding-bottom: 40px;
}

.footer .row {
  float: left;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
}

.footer .row .col {
  flex: 0;
  margin-left: 25px;
  min-width: 250px;
}

.footer .row .col:first-child {
  flex: 1;
  margin-left: 0px;
}

.footer .row .col .logo {
  float: left;
  width: 190px;
  background-image: url(../../img/logo.svg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  height: 196px;
  margin-left: 50px;
}

.footer .row p {
  float: left;
  color: var(--text);
  font-size: 18px;
  line-height: 24px;
  margin: 0px;
}

.footer .row .col p {
  float: left;
  width: 100%;
  text-align: left;
  font-size: 18px;
  line-height: 24px;
}

.footer .row .col p.head {
  color: var(--primary);
  font-size: 30px;
  line-height: 34px;
  padding-bottom: 5px;
  border-bottom: 2px solid #333333;
}

.footer .row p a {
  color: var(--primary);
}

.footer .row p.next { margin-top: 15px; }

.footer .row.info p:first-child {
  flex: 1;
}
/* FINE FOOTER */

/* HEADER */
.header {
  float: left;
  width: 100%;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 4040;
  padding-top: 0px;
  color: var(--dark);
}

.header.move {
  background: #000000;
  background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0) 100%);
  padding-bottom: 50px;
}

.header_row { 
  float: left;
  width: 100%;
  background-color: var(--light-grey);
  display: flex;
}

.header_col {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  height: 90px;
}

.header_col.right {
  justify-content: flex-end;
}

.header_col .logo {
  float: left;
  width: 245px;
  height: 80px;
  background-image: url(../../img/logo-header.svg);
  background-position: center left;
  background-repeat: no-repeat;
  background-size: auto 100%;  
  margin-left: 20px;
  margin-top: 10px;
}

.header .header_col a.hamburgher {
  float: right;
  width: auto;
  height: 90px;
  font-size: 24px;
  color: #FFF;
  background-color: var(--primary);
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0px 30px;
}

.header .header_col a.hamburgher#close_menu {
  display: none;
}

.header .header_col a.hamburgher svg {
  float: left;
  width: 34px;
  height: 34px;
  margin-right: 10px;
}

.header .header_col a.hamburgher svg path {
  fill: #FFF;
}

.header.menu_open .header_col a.hamburgher svg:nth-child(1),
.header .header_col a.hamburgher svg:nth-child(2) {
  display: none;
}

.header.menu_open .header_col a.hamburgher svg:nth-child(2) {
  display: block;
}
/* FINE HEADER */

.fullheight {
  height: 100%;
}

.total_container.working .site_content {
  margin-top: 0px;
  height: 100%;
}

.total_container.working .header_box {
  height: 100%;
}

.header_box.feedback .image_content,
.total_container.working .header_box .image_content {
  width: 100%;
}

/* FORM */
.form {
  float: left;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 0px;
}

.form p {
  float: left;
  width: 100%;
}

.form .row {
  float: left;
  width: 100%;
}

.form .row.mt25 {
  margin-top: 25px;
}

.form .row.mt50 {
  margin-top: 30px;
}

.form .row.half {
  width: calc(50% - 15px);
  margin-right: 30px;
}

.form .row.third {
  width: calc(33.33333333% - 20px);
  margin-right: 30px;
}

.form .row.hidden {
  display: none;
}

.form .row.three {
  width: calc(33.333333333% - 20px);
  margin-right: 30px;
}

.form .row.indirizzo {
  width: calc(80% - 15px);
  margin-right: 30px;
}

.form .row.civico {
  width: calc(20% - 15px);
  margin-right: 0px;
}

.form .row.civico input {
  text-align: center;
}

.form .row.citta {
  width: calc(70% - 15px);
  margin-right: 30px;
}

.form .row.cap {
  width: calc(30% - 15px);
  margin-right: 0px;
}

.form .row.cap input {
  text-align: center;
}

.form .row.last {
  margin-right: 0px;
}

.form .row .input_label {
  float: left;
  width: 100%;
  height: auto;
}

.form .row .input_label.all {
  width: 100%;
}

.form .row .input_label.all label {
  margin: 0px !important;
  width: 100% !important;
}

.form .row label.field_label {
  float: left;
  margin-left: 0px;
  width: 100%;
  padding: 0px 0px;
  text-transform: none;
  margin-bottom: 0px;
  font-weight: 400;
  font-size: 14px;
  color: #333;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 20px;
  padding-bottom: 5px;
  font-family: "Figtree", sans-serif;
}

.form .row label.field_label font {
  float: left;
  font-weight: 300;
  font-style: italic;
  font-size: 13px;
  text-transform: none;
  color: var(--text);
  clear: both;
}

.form .row label.field_label.all {
  width: calc(100% - 30px);
}

.form .row .input,
.form .row .select {
  float: left;
  width: calc(100% - 2px);
  border: 1px solid var(--background);
  margin-top: 0px;
  position: relative;
  background-color: #fff;
  border-radius: 0px;
}

.form .row .input input,
.form .row .input textarea {
  float: left;
  width: calc(100% - 20px);
  padding: 12px 10px;
  border: 0px;
  background: none;
  color: var(--text);
  font-size: 16px;
  line-height: 24px;
  height: 24px;
  resize: none;
  font-family: "Figtree", sans-serif;
}

.form .row .input input::-webkit-input-placeholder,
.form .row .input input:-ms-input-placeholder,
.form .row .input input::placeholder {
  font-weight: 400;
  -moz-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
  font-style: normal;
  color: var(--text);
  text-transform: none !important;
}

.form .row .input input[type='email'] {
  text-transform: lowercase;
}

.form .row .input.textarea {
  width: calc(100% - 2px);
  margin-top: 0px;
  height: auto;
}

.form .row .input.textarea textarea {
  height: 144px;
  width: calc(100% - 30px);
  padding: 15px 15px;
  line-height: var(--line-height);
}

.form .row .input.textarea textarea::-webkit-input-placeholder,
.form .row .input.textarea textarea:-ms-input-placeholder,
.form .row .input.textarea textarea::placeholder {
  font-weight: 400;
  -moz-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
  font-style: italic;
  color: var(--text);
  text-transform: none !important;
}

.form .row .checkbox {
  float: left;
  margin-left: 0px;
  width: 16px;
  height: 16px;
  border: 1px solid var(--background);
  position: relative;
  background-color: #fff;
}

.form .row .checkbox.shadow {
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.4);
}

.form .row .checkbox input {
  -moz-opacity: 0;
  opacity: 0;
  margin: 0px;
  filter: alpha(opacity=0);
  position: absolute;
  top: -1px;
  left: -1px;
  z-index: 10;
  width: 18px;
  height: 18px;
  float: left;
  cursor: pointer;
}

.form .row .checkbox span {
  float: left;
  opacity: 0;
  width: 10px;
  height: 10px;
  margin-left: 3px;
  margin-top: 3px;
  background-color: var(--primary);
  transition:
    transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    opacity 0.2s,
    -webkit-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
}

.form .row .checkbox span.checked {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.form .row label {
  float: left;
  cursor: pointer;
  width: calc(100% - 26px);
  margin-left: 8px;
  color: var(--text);
  font-weight: 400;
  font-size: var(--font-size);
  line-height: var(--line-height);
  
}

.form .row label a {
  color: var(--primary);
  font-weight: 400;
  font-size: var(--font-size);
  line-height: 20px;
  text-decoration: underline;
}

.form .row.privacy {
  margin-top: 25px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.form .row.privacy label {
  flex: 1;
  color: var(--primary);
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
}

.form .row.privacy label a {
  color: var(--text);
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
}

.form .row .input.radio {
  border: 0px;
  height: auto;
  margin-bottom: 10px;
}

.form .row .input.radio label {
  width: auto;
}

.form .row .input.radio .checkbox,
.form .row .input.radio .checkbox span.checked {
  border-radius: 20px;
}

.form .row .input.radio .checkbox:nth-child(3) {
  margin-left: 20px;
}

.form p.link.right { text-align: right; margin-top: 10px; }
.form p.link a { color: var(--primary); font-weight: 700; }
.form p.link.mt { margin-top: 20px; }

.form font.error {
  float: left;
  width: 100%;
  color: #991122;
  display: none;
  margin-top: 5px;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
}

.form p.btn a {
  width: 160px;
}

.form p.btn a.loading {
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../../img/loading.svg);
  background-size: auto 24px;
  height: 28px;
}

/* FINE FORM */

/* CUSTOM SELECT */
.select {
  border: 0px;
}

.select .custom-select {
  float: left;
  width: 100%;
}

.select select {
  float: left;
  width: 100%;
  padding: 0px 0px;
  text-indent: 5px;
  border: 0px;
  background: none;
  color: var(--text);
  font-size: var(--font-size);
  line-height: 18px;
  height: 100%;
  resize: none;
}

.select span {
  width: calc(100% - 220px);
}

/* The container must be positioned relative: */
.custom-select {
  position: relative;
  color: #383838;
  font-size: var(--font-size);
}

.custom-select select {
  display: none;
  /*hide original SELECT element: */
}

.select-selected {
  background-color: white;
  outline: 0px;
  outline: none;
}

.select-selected:after {
  position: absolute;
  content: '';
  top: 22px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: var(--text) transparent transparent transparent;
}

.select-selected.select-arrow-active:after {
  border-color: transparent transparent var(--text) transparent;
  top: 14px;
}

.select-items div,
.select-selected {
  width: calc(100% - 20px);
  color: var(--text);
  font-size: 20px;
  padding: 12px 10px;
  cursor: pointer;
  line-height: 24px;
  font-size: 16px;
  background-color: transparent;
}

.select-items div {
  border-bottom: 1px solid #ededed;
  padding: 7px 10px;
  font-size: 16px;
  line-height: 22px;
}

.select-items div:last-child {
  border-bottom: 1px solid #ededed;
}

.select-items {
  position: absolute;
  background-color: white;
  top: 42px;
  left: -1px;
  width: 100%;
  right: 0;
  z-index: 99;
  max-height: 247px;
  overflow-y: auto;
  overflow-x: hidden;
  border: 1px solid #ededed;
}

.select-hide {
  display: none;
}

.select-items div:hover,
.same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

/* FINE CUSTOM SELECT */

/* BLOCCHI */
.blocks_page {
  float: left;
  width: 100%;
  margin-bottom: 0px;
  margin-top: 30px;
}

.blocks_page.nomb {
  margin-bottom: 0px;
}

.blocks_page.nomt {
  margin-top: 0px;
}

.simple-page {
  float: left;
  width: 100%;
  margin-top: 80px;
}

.block_content {
  float: left;
  width: 100%;
  padding: 0px;
  padding-top: 60px;
}

.block_content .logo {
  float: left;
  width: 100%;
  background-image: url(../../img/logo.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  height: 100px;
  margin-bottom: 15px;
}

.block_content.mt {
  margin-top: 60px;
}

.block_content.np {
  padding: 0px !important;
}

body:not(.ishome) .blocks_page .block_content {
  padding-bottom: 0px;
}

body:not(.ishome) .blocks_page {
  margin-top: 0px !important;
}

body:not(.ishome) .blocks_page .block_content.with_bkg,
.block_content.with_bkg {
  padding: 50px 0px !important;
  margin-top: 50px !important;
}

body:not(.ishome) .blocks_page .block_content.with_bkg.nopt,
.block_content.with_bkg.nopt {
  margin-top: 0px !important;
}

.block_content.bgpt {
  padding-top: 60px;
}

.block_content.nopb {
  padding-bottom: 0px;
}

.block_content.nopt {
  padding-top: 0px !important;
}

.block_content.smpb {
  padding-bottom: 20px;
}

.block_content .black_bkg {
  float: left;
  display: flex;
  flex-direction: row;
  width: 100%;
  padding: 0px 0px;
  position: relative;
}

.block_content .black_bkg.banner_promo {
  background-color: #121212;
  padding: 30px;
  width: calc(100% - 60px);
  margin-top: 25px;
}

.block_content .black_bkg.banner_promo .title_block h2 {
  background-color: #121212;
  color: #fff;
}

.dettaglio_prodotto .black_bkg.banner_promo .row {
  align-items: center;
}

.block_content .black_bkg.banner_promo h2.block,
.block_content .black_bkg.banner_promo .column .testo,
.block_content .black_bkg.banner_promo .column .testo p {
  color: #fff;
}

.block_content .black_bkg.banner_promo p.btn {
  margin-top: 30px;
}

.dettaglio_prodotto .block_content .black_bkg.banner_promo .column.image .image_content {
  border: 0px;
  padding: 0px;
}

.block_content .black_bkg.cols {
  flex-direction: column;
}

.block_content .black_bkg .left {
  float: left;
  width: 30%;
}

.block_content .black_bkg .right {
  float: left;
  width: calc(70% - 40px);
  margin-left: 40px;
}

#form_spedizione {
  float: left;
  width: 100%;
  display: none;
}

#form_spedizione.show {
  display: block;
}

.block_content .black_bkg.column {
  flex-direction: column;
}

.block_content .black_bkg.mt {
  margin-top: 40px;
}

.block_content .black_bkg.mtbig {
  margin-top: 80px;
  margin-bottom: 40px;
}

.block_content .black_bkg.padding {
  padding-top: 45px;
  padding-bottom: 45px;
}

.block_content .black_bkg.white {
  background-color: #fff;
  height: 300px;
}

.block_content .black_bkg div.title_assoluto {
  position: absolute;
  left: -7%;
  top: -70px;
  color: #f1ebdf;
  font-size: 120px;
}

.block_content .black_bkg .column {
  flex: 1;
  max-width: calc(50% - 80px);
  position: relative;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  flex-direction: column;
  padding: 0px 80px 0px 0px;
}

.block_content .black_bkg .column.mt:nth-child(2) { padding: 0px 15px 0px 80px; }

.block_content.check_text_height .black_bkg .column.ptb {
  padding: 40px 50px;
}

.block_content .black_bkg .column.nopadding {
  padding: 0px;
  max-width: 46%;
  margin-right: 4%;
}

.block_content .black_bkg .column.nopadding:last-child {
  margin-right: 0px;
  margin-left: 4%;
  max-width: 46%;
}

.block_content .black_bkg .column.image {
  max-width: 50%;
  padding: 0px;
}

.block_content .black_bkg .column.mx {
  margin-left: 25px;
  margin-right: 25px;
}

.block_content .black_bkg .column.my {
  margin-top: 25px;
  margin-bottom: 25px;
}

.block_content .black_bkg .column.paddingLeft {
  padding-left: 10%;
  width: 90%;
}

.block_content .black_bkg .column.all,
.blocks_page .block_content.all .black_bkg .column {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0px !important;
}

.block_content .black_bkg .column.mt {
  margin-top: 0px;
}

.block_content.brown .loading_content,
.block_content .black_bkg.brown .loading_content,
.block_content .black_bkg .column.brown .loading_content {
  background-image: url(../../img/loading_b.svg);
}

.block_content .black_bkg.news .column {
  width: 100%;
  margin-right: 0px;
}

.block_content .black_bkg .column:last-child {
  float: right;
  margin-right: 0px;
}

.block_content .black_bkg .column .head {
  float: left;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.block_content .black_bkg .column .head p {
  flex: 1;
  color: #000;
  font-size: 42px;
  line-height: 48px;
  font-weight: 900;
  font-family: 'Rumble Brave outline';
}

.block_content .black_bkg .column .head p span {
  color: var(--primary);
}

.block_content .black_bkg .column .head p.small {
  color: #ad1a2b;
  font-style: italic;
  font-size: 50px;
  line-height: 54px;
}

.block_content .black_bkg .column .head.white p {
  color: #fff;
}

.block_content .black_bkg .column .head.white .line {
  background-color: #fff;
}

.block_content .black_bkg .column .head.black p {
  color: #1d1d1d;
}

.block_content .black_bkg .column .head.black .line {
  background-color: #1d1d1d;
}

.block_content .black_bkg .column .block_text {
  float: left;
  width: 100%;
}

.block_content .black_bkg .column .block_text.mt {
  margin-top: 30px;
}

.block_content .black_bkg .column .block_text.mb {
  margin-bottom: 30px !important;
}

.block_content .black_bkg .column .block_text.inside {
  margin: 0px 5%;
  width: 90%;
}

.block_content .black_bkg .column h1 {
  float: left;
  width: 100%;
  font-size: 32px;
  line-height: 38px;
  color: var(--text);
  margin-top: 10px;
}

.block_content.simple .black_bkg .column h1 {
  margin-bottom: 15px;
}

.block_content .title_block_center {
  float: left;
  width: 100%;
}

.block_content .title_block_sep {
  float: left;
  width: 100%;  
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.block_content .title_block_sep font {
  width: 100px;
  height: 1px;
  background-color: var(--light-grey);
}

.block_content .title_block {
  float: left;
  width: 100%;  
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.block_content .title_block .line {
  flex: 1;
  height: 1px;
  background-color: var(--primary);
}

.block_content .title_block h2 {
  flex: 0;
  font-size: 120px;
  line-height: 128px;
  position: relative;
  font-weight: 700;
  text-align: center;
  color: transparent;
  -webkit-text-stroke: 1px var(--primary);
  margin: 0px 20px;
}

.block_content .title_block.object {
  display: block;
}

.block_content .title_block.object h2 {
  float: left;
  width: 100%;
  margin: 0px;
  -webkit-text-stroke: unset;
  color: var(--primary);
  font-weight: 800;
  font-size: 48px;
  line-height: 56px;
  text-align: left;
}

.block_content h2.block {
  float: left;
  width: 100%;
  font-size: 24px;
  font-weight: 300;
  line-height: 28px;
  color: var(--text);
  margin-top: 10px;
}

.block_content .title_block.object h2.center,
.block_content .testo.center, .block_content .testo.center p,
.block_content h2.block.center { text-align: center !important; }

.block_content p {
  float: left;
  width: 100%;
  color: var(--text);
}

.block_content p.link {
  text-align: center;
  margin-top: 25px;
}

.block_content p.link.mt {
  margin-top: 35px;
}

.block_content p.link a {
  color: var(--primary);
  font-size: var(--font-size);
}

.block_content p span {
  color: var(--primary) !important;
}

.block_content h2 p {
  color: #000;
}

.block_content p.date {
  margin-bottom: 0px;
  margin-top: 0px;
}

.block_content h3 {
  float: left;
  width: 100%;
  font-size: 24px;
  line-height: 30px;
  font-weight: 300;
  color: var(--text);
  margin-top: 5px;
}

.block_content h3 span,
.block_content h2 span {
  color: var(--primary);
}

.block_content.simple {
  padding-top: 30px;
}

.block_content.simple .black_bkg .column h2 {
  float: left;
  width: 100%;
  margin-bottom: 5px;
  margin-top: 30px;
  font-size: 28px;
  line-height: 32px;
  text-align: left !important;
}

.block_content.simple .black_bkg .column h3 {
  margin-top: 25px;
  text-align: left !important;
  font-size: 22px;
  line-height: 28px;
}

.block_content .black_bkg.aree_intervento .column .head p {
  font-size: 38px;
  line-height: 42px;
}

.block_content .black_bkg.aree_intervento .column h2 {
  margin-bottom: 3px;
  margin-top: 0px;
}

.block_content .black_bkg.aree_intervento .column div.testo {
  margin-top: 0px;
}

.block_content .black_bkg .column .testo_citazione_box {
  float: left;
  width: 100%;
  position: relative;
}

.block_content .black_bkg .column .over_box_bkg .head {
  display: inline-block;
}

.block_content .black_bkg .column .over_box_bkg .head p {
  text-align: right !important;
}

.block_content .black_bkg .column .testo_citazione_box .apice {
  position: absolute;
  float: left;
  width: 50px;
  font-size: 90px;
  color: #ad1a2b;
  line-height: 30px;
}

.block_content .black_bkg .column .testo_citazione_box .apice.left {
  left: 0px;
  top: -10px;
}

.block_content .black_bkg .column .testo_citazione_box .apice.right {
  text-align: right;
  margin-top: 10px;
  right: 0px;
  bottom: -30px;
}

.block_content .black_bkg .column .testo,
.block_content .black_bkg .column .testo p {
  float: left;
  width: 100%;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: var(--text);
  margin-top: 30px;
}

.block_content .black_bkg .column .testo h4 {
  float: left;
  width: 100%;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  color: var(--primary);
  margin-top: 15px;
}

.block_content .black_bkg .column .testo.bold,
.block_content .black_bkg .column .testo.bold p { font-weight: 600; }

.block_content.intro .black_bkg .column .testo.bold,
.block_content.intro .black_bkg .column .testo.bold p { 
  font-size: 21px;
  line-height: 32px;
}

.block_content .black_bkg .column .testo_columns {
  float: left;
  width: calc(100% + 30px);
  display: flex;
  flex-direction: row;
}

.block_content .black_bkg .column .testo_columns.mt { margin-top: 20px; }

.block_content .black_bkg .column .testo_columns .testo {
  flex: 1;
  margin-right: 30px !important;
  margin-left: 0px !important;
}

.block_content .black_bkg .column .testo_columns .testo.right { text-align: right ;}

.block_content .black_bkg .column .testo_columns.allineamento { 
  width: calc(100% + 60px);
}

.block_content .black_bkg .column .testo_columns.allineamento .testo {
  margin-right: 60px !important;
}

.block_content .black_bkg .column .testo p:first-child {
  margin-top: 0px !important;
}

.block_content .black_bkg .column .testo p {
  margin-top: 15px;
}

.block_content .black_bkg .column .testo h4 + p {
  margin-top: 5px;
}

.block_content .black_bkg .column .testo font {
  color: var(--primary) !important;
}

.block_content .black_bkg .column .testo.identita p {
  border-bottom: 1px solid var(--primary);
  padding-bottom: 15px;
}

.block_content .black_bkg .column .testo.citazione {
  text-align: center;
  width: calc(100% - 100px) !important;
  font-style: italic;
  margin-left: 50px !important;
  margin-right: 50px !important;
  margin-top: -25px;
  
  font-style: italic;
}

.block_content .black_bkg .column .firma {
  float: left;
  width: 100%;
  height: 70px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../../img/firma-dionisio.png);
  background-size: auto 100%;
  margin-top: 25px;
}

.block_content .black_bkg .column .testo .col {
  float: left;
  margin-right: 20px;
  width: calc(50% - 10px);
}

.block_content .black_bkg .column .testo .col:last-child {
  margin-right: 0px;
}

.block_content .black_bkg .column .testo.mt {
  margin-top: 25px;
}

.block_content .black_bkg .column .testo.nomt {
  margin-top: 0px;
}

.block_content .black_bkg .column .testo ul {
  float: left;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
}

.block_content .black_bkg .column .testo ul li {
  float: left;
  width: calc(100% - 20px);
  margin-left: 20px;
  margin-top: 15px;
}

.block_content .black_bkg .column .testo strong,
.block_content .black_bkg .column .testo b {
  font-weight: 700;
}

.block_content .black_bkg .column .testo a {
  color: var(--primary) !important;
  text-decoration: none;
  font-weight: 400;
  font-size: var(--font-size);
  line-height: var(--line-height);
  
}

.block_content .black_bkg .column .testo a:hover {
  text-decoration: underline;
}

p.btn {
  float: left;
  width: 100%;
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

p.btn.flex-start {
  justify-content: flex-start;
}

p.btn.flex-end {
  justify-content: flex-end;
}

p.btn.left a {
  float: left;
}

p.btn a {
  float: right;  
  margin-right: 30px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  text-align: center;
  min-width: 130px;
  font-weight: 300;
  position: relative;  
  border: 1px solid var(--primary);
  color: var(--primary);
  padding: 15px;
}

p.btn a:hover {
  background-color: var(--primary);
  color: #FFF !important;
}

p.btn a.richiesta {
  padding: 0px 15px !important;
  min-width: 150px;
}

p.btn a.ml {
  margin-left: 16px;
}

.block_content .black_bkg .column p.btn a.nomr,
p.btn a.nomr {
  margin-right: 0px;
}

.block_content.grey .black_bkg {
  align-items: center;
}

.block_content.grey .black_bkg .column.testual {
  flex: 1;
  width: auto;
}

.block_content.grey .black_bkg .column.image {
  width: 35%;
}

.block_content.grey .black_bkg .column .image_content {
  height: auto;
}

.block_content .black_bkg .column .image_content {
  float: left;
  width: 100%;
  height: calc(100% + 60px);
  position: absolute;
  top: 0px;
  left: 0px;
}

.block_content .black_bkg .column .other_images_block {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  display: flex;  
}

.block_content .black_bkg .column .other_images_block .image_content {
  width: calc(50% - 10px);
  margin-right: 10px;
}

.block_content .black_bkg .column .other_images_block .image_content:last-child {
  margin-left: 10px;
  margin-right: 0px;
}

.block_content .black_bkg .column .image_content a.zoom {
  cursor: zoom-in;
}

.block_content .black_bkg .column .image_content.bottom {
  top: unset;
  bottom: 0px;
}

.block_content .black_bkg .column .image_content.static {
  position: static;
  height: 670px;
}

.block_content .black_bkg .column .image_content.static.mtb {
  margin-top: 0px;
  margin-bottom: 20px;
}

.block_content .black_bkg .column .image_content.static.full {
  margin-top: 35px;
  border-top: 1px solid #c4bfb9;
  border-bottom: 1px solid #c4bfb9;
}

.block_content .black_bkg .column.bkg_back_image {
  margin-right: 40px;
  width: calc(47% - 40px);
}

.block_content .black_bkg .column.bkg_back_image.left_image {
  margin-right: calc(6% + 40px);
}

.block_content .black_bkg .column.bkg_back_image .image_content {
  position: relative;
  z-index: 20;
}

.block_content .black_bkg .column.bkg_back_image .bkg_image_block {
  position: absolute;
  z-index: 10;
  top: 40px;
  right: -40px;
  width: 100%;
  height: calc(100% + 60px);
  background-color: #e3dfdf;
}

.blocks_page.intro {
  margin-top: 30px;
}

.block_content.intro {
  position: relative;
  overflow: hidden;
  background-color: var(--background);
  padding: 60px 0px;
}

.site_content:not(.home) .block_content.intro:first-child { margin-top: 50px; }

.block_content.intro .black_bkg {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.block_content.intro .black_bkg .column .testo p {
  margin-top: 15px;
}

.block_content.intro .black_bkg .column .testo p:first-child {
  margin-top: 0px;
}

.blocks_page .block_content.all .black_bkg .column .head p,
.block_content .black_bkg .column.all .head p {
  text-align: center;
}

.blocks_page .block_content.all .black_bkg .column h2,
.block_content .black_bkg .column.all h2,
.block_content .black_bkg .column.all h3 {
  text-align: center;
}

.blocks_page .block_content.all .black_bkg .column .testo,
.block_content .black_bkg .column.all .testo {
  margin-left: 15%;
  margin-right: 15%;
  width: 70%;
  text-align: center;
  margin-top: 20px;
}

.block_content .black_bkg .column.all .testo.italic { 
  font-style: italic;
  font-size: 30px;
  line-height: 34px;
  font-family: Georgia, 'Times New Roman', Times, serif;
  margin-top: 35px;
}

.block_content .black_bkg .column.all .testo.left { text-align: left; }
.block_content .black_bkg .column.all .testo.mt25 { margin-top: 25px; }

.block_content .black_bkg.detail .column.all .head p,
.block_content .black_bkg.detail .column.all h2,
.block_content .black_bkg.detail .column.all .testo {
  margin-left: 0px;
  margin-right: 0px;
  width: 100%;
  text-align: left;
}

.blocks_page .block_content.textleft .black_bkg .column .head p,
.blocks_page .block_content.textleft .black_bkg .column h2 {
  text-align: left;
}

.blocks_page .block_content.textright .black_bkg .column .head p,
.blocks_page .block_content.textright .black_bkg .column h2 {
  text-align: left;
}

.blocks_page .block_content.nopb {
  padding-bottom: 0px;
}

.blocks_page .block_content.nopt {
  padding-top: 0px;
}

.block_content.simple .black_bkg .column .testo {
  text-align: left !important;
  margin-left: 0px;
  width: 100%;
}

.block_content .black_bkg.padding.cucina {
  padding-bottom: 250px;
}

.block_content .black_bkg.white .piatto {
  position: absolute;
  top: -80px;
  width: 20%;
  height: 360px;
  background-color: #fff;
  border-radius: 1000px;
}

.block_content .black_bkg.white .piatto.uno {
  left: 5%;
}

.block_content .black_bkg.white .piatto.due {
  left: 30%;
  width: 40%;
  top: -200px;
}

.block_content .black_bkg.white .piatto.tre {
  right: 5%;
}

.block_content .black_bkg.white .piatto .piatto_source {
  float: left;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.block_gallery {
  float: left;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-top: 50px;
}

.block_gallery.gallery_masonry {
  padding-bottom: 80px;
}


.block_gallery .center_container {
  width: 95%;
  max-width: 1500px;
}

.block_gallery .image {
  float: left;
  width: calc(33.33333333% - 30px);
  margin-right: 30px;
  height: 300px;
  margin-top: 30px;
  position: relative;
}

.block_content .black_bkg.isnews_detail div.testo {
  margin-top: 15px;
}

.block_content .black_bkg.isnews_detail .column h1 {
  font-size: 46px;
  line-height: 50px;
  color: var(--primary);
  
  margin-top: 10px;
}

.blocks_page .column .block_gallery .image a {
  cursor: zoom-in;
}

.block_content .black_bkg .column .image_content.iszoom {
  position: relative !important;
}

.block_content .black_bkg .column .image_content a.over,
.block_gallery .image a.over {
  position: absolute;
  opacity: 0;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

.block_content .black_bkg .column .image_content:hover a.over,
.block_gallery .image:hover a.over {
  opacity: 1;
}

.block_content .black_bkg .column .image_content a.over i,
.block_gallery .image a.over i {
  font-size: 30px;
  color: #fff;
}

.block_gallery .gallery-column {
  float: left;
  width: calc(33.33333333% - 30px);
  margin-right: 30px;
}

.block_gallery.no_load_image .image {
  height: auto;
  float: left;
  margin-right: 0px;
  width: 100%;
}

.block_gallery.no_load_image .image img {
  float: left;
  width: 100%;
  height: auto;
}

.blocks_content .column .block_gallery {
  margin: 0px;
  width: calc(100% + 15px);
  margin-top: 10px;
}

.blocks_content .column .block_gallery .image {
  width: calc(33.33333333% - 15px);
  margin-top: 15px;
  margin-right: 15px;
  height: 150px;
}

.block_gallery.gallery_masonry .gallery-column {
  width: calc(100% + 30px);
  margin-right: 0px;
}

.block_gallery_slider {
  float: left;
  width: 100%;
  position: relative;
  height: 300px;
  overflow: hidden;
}

.block_gallery_slider_row {
  float: left;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
}

.block_gallery_slider_row.current {
  left: 0px;
}

.block_gallery_slider_row.next {
  left: 100%;
}

.block_gallery_slider_element {
  float: left;
  width: calc(33.33333333% - 20px);
  height: 100%;
  margin-right: 30px;
}

.block_gallery_slider.four {
  height: 450px;
}

.block_gallery_slider.four .block_gallery_slider_element {
  width: calc(25% - 23px);
  background-color: #e5e5e5;
}

.block_gallery_slider_element:last-child {
  margin-right: 0px;
}

.block_gallery_slider_element .image {
  position: relative !important;
  height: 100%;
  width: 100%;
  margin: 0px;
}

.block_gallery_slider_element .image a.over {
  position: absolute;
  opacity: 0;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

.block_gallery_slider_element .image:hover a.over {
  opacity: 1;
}

.block_gallery_slider_element .image a.over font {
  width: 36px;
  height: 36px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../../img/icone/zoom.png);
}

.block_gallery_slider_pagination {
  float: left;
  width: 100%;
  margin-top: 15px;
  display: flex;
  flex-direction: row;
}

.block_gallery_slider_pagination .arrow {
  float: left;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0px;
}

.block_gallery_slider_pagination .arrow:last-child { margin-left: 15px; }

.block_gallery_slider_pagination .arrow svg {
  width: 30px;
  height: 30px;  
  fill: var(--text);
}

.block_gallery_slider_pagination .arrow:first-child svg {
  margin-right: 3px;
}

.block_gallery_slider_pagination .arrow:last-child svg {
  margin-left: 6px;
}

.block_gallery_slider_pagination .arrow:hover svg {
  fill: var(--primary);
}

.block_gallery_slider_pagination.with_arrow {
  justify-content: center;
  align-items: center;
}

.block_gallery_slider_pagination .balls {
  float: left;
  flex: 1;
  height: 40px;
  margin: 0px 0px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.block_gallery_slider_pagination.with_arrow .balls {
  flex: 0;
  justify-content: center;
  margin-left: 20px;
}

.block_gallery_slider_pagination .balls .ball {
  float: left;
  width: 20px;
  height: 10px;
  border: 1px solid var(--grey);
  margin-right: 10px;
}

.notmobile .block_gallery_slider_pagination .balls .ball:hover,
.block_gallery_slider_pagination .balls .ball.active {
  background-color: var(--primary);
  border-color: var(--primary);
}

.block_gallery_slider_pagination .balls .ball:last-child {
  margin-right: 0px;
}

.block_gallery_slider.circular {
  height: 400px;
}

.block_gallery_slider.circular .block_gallery_slider_element {
  position: absolute;
  top: 0px;
  left: 0px;
  margin-right: 15px;
  width: calc(33.33333333% - 10px);
}

.block_gallery_slider_pagination.all .balls {
  width: 100%;
  margin: 0px;
}

.griglia_gallery {
  float: left;
  width: 100%;
}

.griglia_gallery .col {
  float: left;
  width: calc(50% - 10px);
  margin-right: 20px;
}

.griglia_gallery .col:last-child {
  margin-right: 0px;
}

.griglia_gallery .col .image {
  float: left;
  width: 100%;
  height: 420px;
}

.griglia_gallery .col .row {
  float: left;
  width: 100%;
  margin-top: 20px;
}

.griglia_gallery .col .row.mb {
  margin-top: 0px;
  margin-bottom: 20px;
}

.griglia_gallery .col .row .image {
  float: left;
  width: calc(50% - 10px);
  margin-right: 20px;
  height: 320px;
}

.griglia_gallery .col .row .image:last-child {
  margin-right: 0px;
}

.block_content .black_bkg .column.image .iszoom,
.griglia_gallery .col .image.iszoom {
  position: relative !important;
}

.block_content .black_bkg .column.image .iszoom a.over,
.griglia_gallery .col .image a.over {
  position: absolute;
  opacity: 0;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

.block_content .black_bkg .column.image .iszoom:hover a.over,
.griglia_gallery .col .image:hover a.over {
  opacity: 1;
}

.block_gallery .image a.over font,
.block_content .black_bkg .column.image .iszoom a.over font,
.griglia_gallery .col .image a.over font,
.block_content .black_bkg .column .image_content a.over font {
  width: 36px;
  height: 36px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../../img/icone/svg/052-zoom-lens.svg);
  filter: invert(1);
  background-size: auto 36px;
}

.gallery-page {
  float: left;
  width: 100%;
}

.gallery-page .block_content {
  padding: 0px !important;
}

.gallery-page .block_content {
  margin-top: 20px;
}

.gallery-page .block_content:first-child {
  margin-top: 40px !important;
}

.gallery-page .block_content:last-child {
  margin-bottom: 80px !important;
}

.gallery-page .block_content .black_bkg {
  margin-top: 0px !important;
}

/* FINE BLOCCHI */

.social {
  float: left;
  width: 100%;
  height: 30px;
  margin-bottom: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.social span {
  float: left;
  line-height: 30px;
  font-size: var(--font-size);
  color: var(--text);
  margin-right: 10px;
  font-weight: 400;
  text-transform: uppercase;
}

.social a {
  float: left;
  width: 30px;
  margin-left: 15px;
  height: 30px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.social a svg {
  width: 24px;
  height: 24px;
  margin-left: 3px;
  margin-top: 3px;
}

.social a.fb {
  margin-left: 5px;
}

.social a:hover svg {
  fill: var(--primary);
}

/* MAPPA */
.gmap_container_box {
  float: left;
  width: 100%;
}

.gmap_container {
  float: left;
  width: 100%;
  height: 600px;
  padding-top: auto;
  background-color: #f3f1ea;
  position: relative;
  overflow: hidden;
}

.gmap_container .gmap_container_content {
  float: left;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: var(--font-size);
  text-align: center;
  line-height: 750px;
}

.gmap_container .marker_list {
  position: absolute;
  width: 100%;
  visibility: hidden;
}

a[href^="http://maps.google.com/maps"] {
  display: none !important;
}

.gmnoprint a,
.gmnoprint span {
  display: none;
}

.gmnoprint div {
  background: none !important;
}

/* FINE MAPPA */

.block_content .center_container,
.simple-page .center_container,
.header .center_container,
.footer .center_container,
.footer-bottom .center_container,
.booking .center_container,
.recensioni_vino .center_container,
.servizi .center_container,
.certificazioni_image .center_container,
.categorie_shop .center_container,
.elenco_prodotti .center_container,
.dettaglio_prodotto .center_container,
.info_pagamenti .center_container,
.gmap_container_box .center_container,
.header_box .over_box .center_container {
  width: 90%;
  max-width: 1400px;
}

.block_content.contatti .center_container {
  width: 70%;
  max-width: 1000px;
}

.info_pagamenti .center_container {
  max-width: 1300px;
}

.block_content.news_home .center_container {
  max-width: 1200px;
}

/* NEWS SLIDER */
.block_content .black_bkg.reduce {
  width: 90%;
  margin-left: 5%;
}

.block_content .black_bkg.mr {
  width: 95%;
  margin-right: 5%;
}

.block_content .black_bkg.ml {
  width: 95%;
  margin-left: 5%;
}

.block_content .black_bkg .border {
  float: left;
  width: calc(100% - 20px);
  padding-left: 0px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-top: 25px;
  display: flex;
  flex-direction: row;
}

.block_content.news_home {
  padding-bottom: 50px;
  padding-top: 50px;
  background-color: #f6f6f6;
}

.block_content.news_home .title_block h2 {
  background-color: transparent;
}

.block_content .black_bkg.news {
  padding: 0px 0px;
  position: relative;
  padding-bottom: 60px;
  margin-top: 50px;
}

.block_content .black_bkg.news h2 {
  text-align: left !important;
}

.block_content .black_bkg.news h2 p {
  margin: 0px;
}

.block_content .black_bkg.news .news-slider {
  flex: 1;
  float: left;
  margin-left: 0%;
  height: 300px;
  overflow: hidden;
  position: relative;
  z-index: 100;
}

.block_content .black_bkg.news .news-slider .element {
  float: left;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  display: flex;
  align-items: center;
  flex-direction: row;
}

.block_content .black_bkg.news .news-slider .element.next {
  left: 100%;
}

.block_content .black_bkg.news .news-slider .element .image_content {
  float: left;
  width: 40%;
  height: 100%;
  position: static;
}

.block_content .black_bkg.news .news-slider .element .info {
  float: right;
  margin-left: 5%;
  width: 55%;
}

.block_content .black_bkg.news .news-slider .element .info h2 {
  color: var(--dark) !important;
  text-align: left !important;
  margin-bottom: 0px !important;
}

.block_content .black_bkg.news .news-slider .element .info h2 a {
  color: var(--dark) !important;
  text-align: left !important;
  margin-bottom: 0px !important;
  font-weight: 400;
  font-size: 32px;
  line-height: 40px;
}

.block_content .black_bkg.news .news-slider .element .info h2 a:hover {
  color: var(--primary) !important;
}

.block_content .black_bkg.news .news-slider .element .info p {
  text-align: left !important;
  margin-left: 0px !important;
  width: 100% !important;
}

.block_content .black_bkg.news .news-slider .element .info p.testo {
  margin-top: 15px;
}

.block_content .black_bkg.news .border {
  width: 100%;
  padding: 0px;
}

.block_content .black_bkg.news .balls {
  float: left;
  position: absolute;
  bottom: 0px;
  left: 0px;
  justify-content: center;
  width: 100%;
  display: flex;
  flex-direction: row;
  margin-left: 0px;
}

.block_content .black_bkg.news .balls .ball {
  float: left;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  width: 20px;
  height: 10px;
  border: 1px solid var(--dark);
  margin-right: 10px;
}

.block_content .black_bkg.news .balls .ball:last-child {
  margin-right: 0px;
}

.block_content .black_bkg.news .balls .ball:hover,
.block_content .black_bkg.news .balls .ball.active {
  background-color: var(--dark);
}

.block_content .black_bkg.news .balls .ball:last-child {
  margin-right: 0px;
}

/* FINE NEWS SLIDER */

.column.with_box {
  position: relative;
}

.column.with_box .over_box {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: none;
}

.column.with_box .center_container {
  display: flex;
  align-items: center;
  height: 100%;
}

.column.with_box .center_container.right {
  justify-content: flex-end;
}

.column.with_box .over_box_bkg {
  float: left;
  width: 40%;
  padding: 25px;
  padding-top: 70px;
  background-color: #e3dfdf;
}

.block_content .black_bkg .column.with_box .image_content.static {
  height: 500px;
}

.column.with_box .over_box_bkg .head {
  margin-top: 25px;
}

.column.with_box .over_box_bkg .head p {
  float: left;
  width: calc(100% - 50px) !important;
  margin-right: 50px !important;
  text-align: right;
  font-size: 24px;
  line-height: 28px;
}

.column.with_box .over_box_bkg h2 {
  font-size: 18px;
  width: calc(100% - 50px) !important;
  margin-right: 50px !important;
  line-height: var(--line-height);
  text-align: right !important;
  margin-bottom: 0px !important;
}

.block_content .black_bkg .column.all .head.red_small_left {
  text-align: left !important;
}

.block_content .black_bkg .column.all .head.red_small_left p {
  color: #ad1a2b;
  font-size: 48px;
  font-style: italic;
}

/* DETTAGLIO NEWS */
.block_content .black_bkg.isnews_detail {
  margin-bottom: 70px;
  margin-top: 20px;
}

.block_content .black_bkg.isnews_detail .column {
  padding: 0px !important;
  max-width: 50%;
}

.block_content .black_bkg.isnews_detail .column.image {
  width: 50%;
  margin-right: 5%;
}

.block_content .black_bkg.isnews_detail .column {
  justify-content: flex-start;
}

.titolo_news {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.titolo_news p.date {
  float: left;
  width: 100%;
  margin-top: 15px;
}

.titolo_news p.date svg {
  float: left;
  width: 24px;
  height: 24px;
  fill: var(--green);
}

.titolo_news p.date font {
  float: left;
  margin-left: 10px;
  font-size: var(--font-size);
  line-height: var(--line-height);
  color: var(--dark);
}

.titolo_news h1 {
  float: left;
  width: 100%;
  margin: 0px;
  color: var(--dark);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
}

/* FINE DETTAGLIO NEWS */

.elenco_news .block_content {
  padding-top: 0px;
}

/* CERTIFICAZIONI */
.certificazioni {
  float: left;
  width: calc(100% + 30px);
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.certificazione {
  float: left;
  width: calc(50% - 92px);
  margin-bottom: 30px;
  margin-right: 30px;
  padding: 30px;
  border: 1px solid var(--light-grey);
}

.certificazione .certificazione_img {
  float: left;
  width: 100%;
  margin-bottom: 25px;
}

.certificazione .certificazione_img img {
  max-height: 160px;
}

.certificazione .certificazione_img.load_source {
  height: 200px;
}

.certificazione .certificazione_img.load_source img {
  max-height: unset;
}

.certificazione p {
  float: left;
  width: 100%;
  font-size: 21px;
  line-height: 26px;
  color: var(--dark);
  font-weight: 500;
}
/* FINE CERTIFICAZIONI */

/* CERTIFICAZIONI LISTA */
.certificazioni_lista {
  float: left;
  width: calc(100% + 30px);
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  flex-direction: column;
  margin-top: 30px;
}

.certificazione_lista {
  float: left;
  width: 70%;
  margin-bottom: 60px;
  padding: 0px 15% 60px;
  border-bottom: 1px solid var(--primary);
  display: flex;
  flex-direction: row;
  gap: 50px;
}

.certificazione_lista.reverse {
  flex-direction: row-reverse;
}

.certificazione_info {
  flex: 1;
}

.certificazione_lista .certificazione_img {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 35%;
}

.certificazione_lista .certificazione_img img {
  max-height: 160px;
}

.certificazione_lista .certificazione_img.load_source {
  height: 200px;
}

.certificazione_lista .certificazione_img.load_source img {
  max-height: unset;
}

.certificazione_lista p:not(.btn) {
  float: left;
  width: 100%;
  font-size: 48px;
  line-height: 54px;
  color: var(--primary);
  font-weight: 800;
}

.certificazione_lista p.sottotitolo {
  margin-top: 10px;
  font-size: 24px;
  line-height: 30px;
  color: var(--text);
  font-weight: 300;
}

.certificazione_lista div.testo {
  float: left;
  width: 100%;
  font-size: var(--font-size);
  line-height: var(--line-height);
  color: var(--text);
  font-weight: 300;
  margin-top: 15px;
}

.certificazione_lista div.testo p {
  font-size: var(--font-size);
  line-height: var(--line-height);
  color: var(--text);
  font-weight: 300;
}

.certificazione_lista.reverse .certificazione_info p,
.certificazione_lista.reverse .certificazione_info div.testo,
.certificazione_lista.reverse .certificazione_info div.testo p {
  text-align: right;
}
/* FINE CERTIFICAZIONI */


/* PAGINAZIONE */
.pagination {
  float: left;
  width: 100%;
  margin: 60px 0px 30px;
  display: flex;
  justify-content: center;
}

.pagination.mm {
  margin-top: 70px;
  margin-bottom: 100px;
}

.pagination a.arrow {
  float: left;
  width: 20px !important;
  height: 42px;
  background-size: 14px;
}

.pagination a.arrow svg {
  width: 18px;
}

.pagination a.arrow.left {
  margin-right: 20px;
}

.pagination a.arrow.right {
  margin-left: 0px !important;
}

.pagination a.arrow.left svg {
  transform: rotate(-180deg);
}

.pagination span,
.pagination a.page {
  float: left;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  margin-right: 15px;
  border: 1px solid var(--primary) !important;
  width: 42px;
  border-radius: 0px;
  font-size: var(--font-size);
  line-height: 42px;
  text-align: center;
  height: 42px;
  color: var(--primary);
  text-decoration: none;
}

.pagination a.page:hover,
.pagination span {
  background-color: var(--primary) !important;
  border: 1px solid var(--primary) !important;
  color: #fff;
}

/* FINE PAGINAZIONE */

/* CONTATTI */
.block_content.contatti {
  padding-top: 0px;
  padding-bottom: 0px;
  margin-bottom: 40px;
}

.block_content.contatti .black_bkg .column {
  width: 30%;
  margin-right: 5%;
}

.block_content.contatti .black_bkg .column:last-child {
  width: 65%;
  margin-right: 0px;
}

.block_content.contatti .black_bkg .column h2 {
  color: #000;
  font-size: 36px;
  line-height: 40px;
  text-transform: uppercase;
  margin: 0px;
  font-style: normal;
  font-weight: 900;
  position: relative;
  padding-bottom: 10px;
}

.block_content.contatti .black_bkg .column h2::after {
  position: absolute;
  content: '';
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--primary) !important;
}

.block_content.contatti .black_bkg .column:last-child h2::after {
  max-width: 250px;
}

.block_content.contatti .column p {
  float: left;
  width: 100%;
  margin-bottom: 0px !important;
  margin-top: 25px;
  height: auto;
  color: var(--text);
  font-size: 18px;
  
  line-height: 28px;
}

.block_content.contatti .column:last-child p {
  margin-top: 0px;
}

.block_content.contatti .column p.mt {
  margin-top: 15px;
}

.block_content.contatti .column p.bmt {
  margin-top: 25px;
}

.block_content.contatti .column p a {
  color: var(--primary);
  font-size: 18px;
  
  line-height: 28px;
}

.block_content .black_bkg.certificazioni .column .head p {
  font-size: 38px;
  line-height: 42px;
}

.block_content .black_bkg.certificazioni .column h2 {
  margin-bottom: 3px;
  margin-top: 0px;
}

.blocks_page .block_content .black_bkg.certificazioni .column:first-child {
  width: 55%;
  margin-right: 5%;
}

.blocks_page .block_content .black_bkg.certificazioni .column:last-child {
  width: 40%;
}

.certificazioni_image {
  float: left;
  width: 100%;
  padding-top: 35px;
}

.certificazioni_title {
  float: left;
  width: 100%;
  margin-bottom: 25px;
}

.certificazioni_title p {
  font-weight: 500;
  margin-top: 0px;
}

.certificazioni_row {
  float: left;
  width: calc(100% + 30px);
  overflow: hidden;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.certificazioni_image .certificazione {
  flex: 1;
  margin-right: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.certificazioni_image .certificazione img {
  max-width: 90%;
}

.certificazioni_row .certificazioni_slider {
  float: left;
  width: 100%;
  position: relative;
  height: 100px;
  overflow: hidden;
}

.certificazioni_row .certificazioni_slider_row {
  float: left;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0px;
  left: 100%;
  height: 100%;
}

.certificazioni_row .certificazioni_slider_row.current {
  left: 0px;
}

.header.menu_open {
  z-index: 4040;
  padding-bottom: 0px;
  background: none;
}

.header.menu_open .header_right a.hamburgher,
.header.menu_open .header_right .language a {
  color: #000 !important;
}

.header.menu_open .header_right a.hamburgher img {
  filter: invert(0);
}

.header.menu_open .header_right .language .sep {
  background-color: #000 !important;
}

/* MENU */
.layer_menu {
  position: fixed;
  top: 0px;
  right: 0px;
  width: 40%;
  background-color: #fff;
  z-index: 4020;
  display: none;    
}

.layer_menu .logo_small {
  float: left;
  width: 85%;
  background-image: url(../../img/logo.svg);
  background-position: center left;
  background-repeat: no-repeat;
  background-size: auto 70px;
  height: 90px;
  margin: 0px 7.5%;
}

.layer_menu .content {
  float: left;
  width: 85%;
  height: calc(100% - 140px);
  padding: 25px 7.5%;
  display: flex;
  flex-direction: column;
}

.layer_menu .content .menu {
  float: left;
  width: 100%;
  flex: 1;
  padding-bottom: 20px;
  overflow-y: auto;
}

.layer_menu .content .menu .element {
  float: left;
  width: 100%;
  margin-top: 35px;
}

.layer_menu .content .menu .element p, .layer_menu .content .menu .element p a {
  float: left;
  width: 100%;
  margin: 0px;
  color: var(--text);
  font-size: 36px;
  line-height: 40px;
  font-weight: 800;
}

.layer_menu .content .menu .element p {
  width: 90%;
  padding: 0px 5%;
  border-bottom: 1px solid var(--primary);
  padding-bottom: 10px;
}

.layer_menu .content .menu .element p.has_submenu a {
  background-image: url(../../img/icone/svg/plus.svg);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: auto 40px;
}

.layer_menu .content .menu .element p.has_submenu.open a {
  background-image: url(../../img/icone/svg/minus.svg);
}

.layer_menu .content .menu .element p.active a,
.layer_menu .content .menu .element p.open a,
.layer_menu .content .menu .element p a:hover {
  color: var(--primary);
}

.layer_menu .content .menu .element p.open a font {
  margin-left: 5px;
}

.layer_menu .content .menu .submenu_element {
  float: left;
  width: 90%;
  margin-left: 10%;
  margin-top: 35px;
  margin-bottom: 0px;  
  display: none;
}

.layer_menu .content .menu .submenu_element.show {
  display: block;
}

.layer_menu .content .menu .submenu_element p {
  float: left;
  width: 100%;
  margin-top: 0px;
  padding: 0px;
  padding-bottom: 25px;
  border: 0px;
}

.layer_menu .content .menu .submenu_element p:last-child { padding-bottom: 0px; }

.layer_menu .content .menu .submenu_element p a {
  float: left;
  width: 100%;
  font-size: 21px;
  line-height: 26px;
  text-transform: uppercase;
  font-style: normal;
  color: var(--text);
  font-weight: 300;  
}

.layer_menu .content .menu .submenu_element p a.active,
.layer_menu .content .menu .submenu_element p a:hover { color: var(--primary); }

.layer_menu .content .info {
  float: left;
  width: 100%;
  border-top: 1px solid var(--grey);
  padding-top: 15px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}

.layer_menu .content .info a {
  float: right;
  color: var(--grey);
  font-size: 18px;
  line-height: 24px;
  font-style: italic;
}

.layer_menu .content .info a.email {
  color: var(--primary);
}

.layer_menu .content .info a:hover {
  text-decoration: underline;
}

.layer_menu .content .info .sep {
  float: right;
  width: 1px;
  height: 18px;
  background-color: var(--grey);
  margin: 0px 10px;
}
/* end layer menu */

.block_content .block_content_fornitore {
  float: left;
  border: 1px solid var(--primary) !important;
  width: calc(100% - 2px);
}

.block_content .block_content_fornitore .inside {
  float: left;
  border: 1px solid var(--primary) !important;
  padding: 35px;
  width: calc(100% - 80px);
  margin: 4px;
}

.block_content .block_content_fornitore .inside .black_bkg {
  margin-top: 0px !important;
}

.block_content .block_content_fornitore .black_bkg .column:nth-child(2) img {
  max-width: 100%;
}

h3.title_border {
  position: relative;
  padding-bottom: 10px;
}

h3.title_border::after {
  position: absolute;
  content: '';
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--primary) !important;
  max-width: 300px;
}

.block_content .black_bkg.account {
  padding: 0px;
  margin-top: 0px;
  margin-bottom: 80px;
}

.block_content .black_bkg.account .column.all {
  margin-left: 30% !important;
  width: 40% !important;
  margin-right: 0px;
  max-width: 40% !important;
}

.block_content .black_bkg.account.registrazione .column.all {
  margin-left: 10% !important;
  width: 80% !important;
  margin-right: 0px;
  max-width: 80% !important;
}

.block_content.banner {
  margin-bottom: 30px;
}

.block_content.banner .black_bkg .column.image {
  max-width: 100%;
}

.block_content.banner .black_bkg .column.image .image_content {
  height: 650px;
}

.black_bkg .row .tab {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}

.black_bkg .row .tab a {
  float: left;
  width: auto;
  height: 40px;
  border: var(--text);
  margin-right: 10px;
  line-height: 40px;
  color: #fff;
  padding: 0px 20px;
  font-size: var(--font-size);
  border-radius: 0px;
  text-decoration: none;
  background-color: var(--text);
}

.black_bkg .row .tab a.active,
.black_bkg .row .tab a:hover {
  background-color: var(--primary);
  border-color: var(--primary);
}

.black_bkg .row .tab a.logout {
  float: right;
  margin-right: 0px;
}

/* FAQS */
.block_content.faqs {
  padding: 50px 0px 60px !important;
  background-color: #e8decb;
}

.block_content.faqs .title_block h2 {
  background-color: #e8decb;
}

.block_content.faqs .faqs_list {
  float: left;
  width: 100%;
  margin-top: 25px;
}

.block_content.faqs .faqs_list .faq {
  float: left;
  width: calc(100% - 42px);
  border: 1px solid var(--text);
  padding: 20px 20px;
  margin-top: 15px;
}

.block_content.faqs .faqs_list .faq p {
  float: left;
  width: 100%;
  margin: 0px;
}

.block_content.faqs .faqs_list .faq p a {
  float: left;
  width: 100%;
  color: var(--primary);
  font-weight: 700;
  font-size: 20px;
  line-height: var(--line-height);
}

.block_content.faqs .faqs_list .faq p a font {
  float: left;
  width: calc(100% - 30px);
  color: var(--primary);
  font-weight: 700;
  font-size: 20px;
  line-height: var(--line-height);
}

.block_content.faqs .faqs_list .faq p a svg {
  float: right;
  height: 20px;
  width: 20px;
  fill: var(--primary) !important;
  margin-top: 4px;
}

.block_content.faqs .faqs_list .faq p a svg.up {
  display: none;
}

.block_content.faqs .faqs_list .faq .testo {
  float: left;
  width: 100%;
  display: none;
  margin-top: 10px;
}

.block_content.faqs .faqs_list .faq.open {
  border: 1px solid var(--primary);
}

.block_content.faqs .faqs_list .faq.open .testo {
  display: block;
}

.block_content.faqs .faqs_list .faq.open p a svg.down {
  display: none;
}

.block_content.faqs .faqs_list .faq.open p a svg.up {
  display: block;
}
/* END FAQS */

/* RECENSIONI */
.recensioni-block-center {
  margin: 0px auto;
  width: 90%;
  max-width: 1000px;
}

.recensioni-block {
  float: left;
  width: 100%;
  margin-top: 25px;
}

.recensioni-block-header {
  float: left;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.recensioni-block-header img {
  height: 60px;
}

.recensioni-block-header div.line {
  flex: 1;
  height: 1px;
  max-height: 1px;
  background-color: var(--primary);
  margin: 0px 25px 0px 20px;
}

.recensioni-block-header p.btn {
  width: auto;
  margin: 0px;
}

.recensioni-block-slider {
  float: left;
  width: 100%;
  margin-top: 15px;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.recensioni-block-slider a.arrow {
  float: left;
  width: 46px;
}

.recensioni-block-slider a.arrow svg {
  height: 20px;
}

.recensioni-block-slider a.arrow svg path {
  stroke: var(--primary);
}

.recensioni-block-slider a.arrow.left svg {
  transform: rotate(-180deg);
}

.recensioni-block-slider-overflow {
  flex: 1;
  margin: 0px 30px;
  position: relative;
  height: 200px;
  overflow: hidden;
}

.recensioni-block-slider-overflow .element {
  float: left;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200px;
}

.recensioni-block-slider-overflow .element.next {
  left: 100%;
}

.recensioni-block-slider-overflow .element p {
  text-align: center;
  font-weight: 500;
}

.recensioni-block-slider-overflow .element p.titolo {
  font-weight: 700;
  margin-top: 0px;
}

.recensioni-block-slider-overflow .element p.autore {
  color: var(--primary);
  font-weight: 700;
  margin-top: 25px;
}

.recensioni-block .balls {
  float: left;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: row;
}

.recensioni-block .balls .ball {
  box-sizing: border-box;
  transition: all 0.3s;
  margin-right: 10px;
  -webkit-transition: all 0.3s;
  width: 20px;
  height: 10px;
  border-radius: 0px;
  background-color: transparent;
  border: 1px solid var(--primary);
}

.recensioni-block .balls .ball:last-child {
  margin-right: 0px;
}

.recensioni-block .balls .ball:hover,
.recensioni-block .balls .ball.active {
  background-color: var(--primary);
}
/* page title */
.block_content.page_title {
  background-color: #e6e6e6;
  padding: 30px 0px;
}
.block_content.page_title h2 {
  float: left;
  width: 100%;
  margin: 0px;
  color: var(--dark);
  font-weight: 700;
  font-size: 60px;
  line-height: 66px;
  text-align: center;
}
/* fine page title */

/* BREADCRUMBS */
.breadcrumbs { float: left; width: 100%; margin-top: 20px; display: flex; justify-content: center; align-items: center; }
.breadcrumbs a, .breadcrumbs span { color: var(--text); font-size: var(--font-size); line-height: var(--line-height); text-decoration: none; }
.breadcrumbs span ,.breadcrumbs a:hover { color: var(--primary); }
.breadcrumbs i { margin: 0px 5px; }
 /* END BREADCRUMBS */

 /* box categorie */
 .categorie_box {
  float: left;
  width: 100%;
  margin-bottom: 40px;
 }
 
 .sottocategorie {
  float: left;
  width: calc(100% + 30px);
  margin-top: 30px; 
}

.sottocategorie p {
  float: left;
  margin-right: 30px;
  width: calc(25% - 30px);
  margin-top: 0px;
  margin-bottom: 20px;
}

.sottocategorie p a {
  float: left;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 46px;
  position: relative;
  border-bottom: 1px dashed var(--light-grey);
}

.sottocategorie p a span.icon {
  float: left;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sottocategorie p a span.icon svg {
  width: 34px;
  height: 34px;
  fill: var(--primary);
}

.sottocategorie p a span.icon.arrow {
  margin-left: 10px;
  width: 28px;  
}

.sottocategorie p a span.icon.arrow svg {
  width: 28px;
  height: 28px;
  fill: var(--primary);
  display: none;
}

.sottocategorie p a span.icon_border {
  position: absolute;
  left: 0px;
  height: 3px;
  width: 40px;
  bottom: -2px;
  background-color: var(--primary);
}

.sottocategorie p a span.text_border {
  position: absolute;
  left: 40px;
  height: 3px;
  width: calc(100% - 40px);
  bottom: -2px;
  background-color: var(--primary);
  display: none;
}

.sottocategorie p a:hover span.text_border,
.sottocategorie p a:hover span.icon.arrow svg {
  display: block;
}

.sottocategorie p a span.text {
  flex: 1;
  padding-left: 10px;
  line-height: 18px;
  color: var(--text) !important;
}
 /* fine box categorie */

 /* banner contatti */
 .banner_contatti {
  float: left;
  width: 70%;
  margin: 0px 15%;
  padding: 25px 40px;
  background-color: var(--dark);
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
 }

 .banner_contatti .icona {
  flex: 1;
  max-width: 60px;
 }

 .banner_contatti .icona svg {
  fill: #FFF;
  width: 60px;
  height: 60px;
 }

 .banner_contatti p {
  flex: 1;
  margin-left: 20px;
  font-size: 60px;
  line-height: 66px;
  color: #FFF;
 }

 .banner_contatti .btn_arrow {
  display: flex;
  align-items: center;
 }
 /* fine banner contatti */

 /* scroll popup */
.scroll_popup { float:left; background-color:#FFF; display: none; position:fixed; top:50%; left:50%; width:1400px; margin-left:-700px; height:auto; border-radius: 0px; }
.scroll_popup .close { position: absolute; background-image: url(../../img/icone/svg/008-cross.svg); top: 10px; right: 10px; width: 18px; height: 18px;
  background-repeat: no-repeat; background-position: center; background-size: auto 18px; }
.scroll_popup .scroll_content { float:left; width:100%; height:auto; }
.scroll_popup .content { float:left; width:calc(100% - 60px); height:auto; padding:30px; }
.scroll_popup .content .info { float:left; width:100%; height:auto; overflow-y:hidden; overflow-x:hidden; }
.scroll_popup .content .info.scroll { overflow-y:auto; -webkit-overflow-scrolling: touch; }
.scroll_popup .loading { float:left; height: 100px; width:100%; background-image:url(../../img/loading.svg);
background-position:center center; background-repeat:no-repeat; background-size: auto 40px; }
 /* end scroll popup */

 /* product detail */
 .product_detail_popup {
  float: left;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
 }

 .product_detail_popup .product_detail_popup_image {
  float: left;
  width: 400px;
 }

 .product_detail_popup .product_detail_popup_image .image_content {
  float: left;
  width: 100%;
  height: 250px;
 }

 .product_detail_popup .product_detail_popup_image .btn_arrow {
  float: left;
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 15px;
 }

 .product_detail_popup .product_detail_popup_info {
  flex: 1;
  margin-left: 30px;
 }

 .product_detail_popup .product_detail_popup_info h1 {
  float: left;
  width: 100%;
  color: var(--primary);
  font-size: 20px;
  line-height: var(--line-height);
  margin: 0px;
  margin-bottom: 10px;
 }

 .product_detail_popup .product_detail_popup_info p {
  float: left;
  width: 100%;
  font-size: var(--font-size);
  line-height: var(--line-height);
  color: var(--dark);
 }

 .product_detail_popup .product_detail_popup_info p a {
  font-size: var(--font-size);
  line-height: var(--line-height);
  color: var(--dark);
 }

 .product_detail_popup .product_detail_popup_info p span {
  margin: 0px 5px;
 }

 .product_detail_popup .product_detail_popup_info p a:hover {
  color: var(--primary);
 }
 /* end product detail */

 /* highlights */
 .highlights {
  float: left;
  width: 100%;
  display: flex;
 }

 .highlights .left {
  flex: 1;
  background-color: var(--background);
  padding: 40px 80px;
  padding-left: 10%;
  display: flex;
  flex-direction: column;
 }

 .highlights .right {
  width: 40%;
 }

 .highlights .right .load_source {
  height: 100%;
 }

 .highlights .list {
  float: left;
  width: calc(100% + 20px);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 20px;
  flex: 1;
 }

 .highlights .list .element {
  width: calc(25% - 20px);
  max-width: calc(25% - 20px);
  margin-right: 20px;
  margin-top: 15px;
 }

 .highlights .list .element .icona {
  float: left;
  width: 100%;
  display: flex;
  justify-content: center;
 }

 .highlights .list .element .icona svg {
  fill: var(--text);
  width: 60px;
  height: 60px;
 }

 .highlights .list .element span {
  float: left;
  width: 100%;
  color: var(--primary);
  text-align: center;
  font-size: 24px;
  line-height: 28px;
 }

 .highlights .list .element span.value {
  color: var(--text);
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  margin-top: 10px;
 }
/* end highlights */

/* icon slider */
.icon_slider {
  float: left;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  height: 600px;
}

.icon_slider .left {
  flex: 1;
  position: relative;
}

.icon_slider .block_gallery {
  padding: 0px;
  height: 100%;
  margin: 0px;
  background-color: transparent;
}

.icon_slider .block_gallery .block_gallery_slider {
  height: 100%;
}

.icon_slider .block_gallery .block_gallery_slider .block_gallery_slider_element {
  width: 100%;
}

.icon_slider .block_gallery_slider_pagination {
  position: absolute;
  margin: 0px;
  padding: 15px 25px 15px;
  left: 0px;
  bottom: 0px;
  width: calc(100% - 50px);
  display: flex;
  align-items: center;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
}

.icon_slider .block_gallery_slider_pagination .numbers {
  flex: 1;
  justify-content: flex-start;
}

.icon_slider .block_gallery_slider_pagination .numbers span font {
  font-size: 48px;
  color: #FFF;
}

.icon_slider .block_gallery_slider_pagination .numbers span font.small {
  font-size: 30px;
}

.icon_slider .block_gallery_slider_pagination .balls {
  height: 50px;
  justify-content: flex-end;
}

.icon_slider .block_gallery_slider_pagination .balls .ball {
  float: left;
  width: 50px;
  height: 50px;
  background-color: var(--background);
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0px;
}

.icon_slider .block_gallery_slider_pagination .balls .ball:last-child { margin-left: 15px; }

.icon_slider .block_gallery_slider_pagination .balls .ball svg {
  width: 30px;
  height: 30px;  
  fill: var(--text);
}

.icon_slider .block_gallery_slider_pagination .balls .ball:first-child svg {
  margin-right: 3px;
}

.icon_slider .block_gallery_slider_pagination .balls .ball:last-child svg {
  margin-left: 3px;
}

.icon_slider .block_gallery_slider_pagination .balls .ball:hover {
  background-color: var(--primary);
}

.icon_slider .block_gallery_slider_pagination .balls .ball:hover svg {
  fill: #FFF;
}

.icon_slider .right {  
  width: calc(30% - 120px);
  padding: 25px 60px;
  background-color: var(--primary);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px
}

.icon_slider .right .icon_element {
  float: left;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.icon_slider .right .icon_element .icona {
  float: left;
  width: 50px;
  height: 50px;
}

.icon_slider .right .icon_element .icona svg {
  float: left;
  width: 100%;
  height: 100%;
  fill: var(--text);
}

.icon_slider .right .icon_element p {
  flex: 1;
  margin-left: 20px;
  text-transform: uppercase;
  color: #eee8e1;
  font-size: 16px;
  line-height: 20px;
}
/* end icon slider */

/* servizi */
.accordion_servizi,
.accordion_servizio {
  float: left;
  width: 100%;
}

.accordion_servizio { margin-top: 30px; }

.accordion_servizio .testata {
  float: left;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid var(--text);
  padding-bottom: 10px;
  cursor: pointer;
}

.accordion_servizio .testata p {
  flex: 1;
  color: var(--text);
  font-size: 60px;
  line-height: 66px;
}

.accordion_servizio .testata svg {
  width: 60px;
  height: 60px;
  fill: var(--text);
}

.accordion_servizio .testata svg.minus {
  display: none;
}

.accordion_servizio .lista {
  float: left;
  width: calc(100% + 15px);
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: none;
}

.accordion_servizio .lista .elemento {
  max-width: calc(12.5% - 15px);
  width: calc(12.5% - 15px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  margin-top: 40px;
}

.accordion_servizio .lista .elemento .icona {
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
}

.accordion_servizio .lista .elemento .icona svg {
  width: 60px;
  height: 60px;
  fill: var(--primary);
}

.accordion_servizio .lista .elemento .icona.biancheria svg path {
  fill: var(--primary);
}

.accordion_servizio .lista .elemento span {
  color: var(--text);
  font-size: 16px;
  line-height: 20px;
  margin-top: 10px;
  text-align: center;
}

.accordion_servizio.open .testata svg.plus { display: none; }
.accordion_servizio.open .testata svg.minus { display: block; }
.accordion_servizio.open .lista { display: flex; }
/* fine servizi */

/* attivita */
.elenco_attivita {
  float: left;
  width: calc(100% + 30px);
  display: flex;
  justify-self: flex-start;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
}

.elenco_attivita .attivita {
  float: left;
  width: calc(33.33333333% - 30px);
  max-width: calc(33.33333333% - 30px);
  margin-right: 30px;
  position: relative;
  margin-top: 20px;
  margin-bottom: 30px;
}

.elenco_attivita .attivita .img {
  float: left;
  width: 100%;
  height: 600px;
}

.elenco_attivita .attivita h2 {
  float: left;
  width: 100%;
  margin-top: 25px;
  font-size: 2.2em;
  line-height: 1.1em;
  color: var(--text);
  text-align: center;
}

.elenco_attivita .attivita .testo {
  float: left;
  width: 100%;
  margin-top: 25px;
  font-size: 0.9em;
  line-height: 1.3em;
  color: var(--text);
  text-align: center;  
}

.elenco_attivita .attivita .info_list {
  float: left;
  width: 100%;
  display: flex;
  margin-top: 25px;
  min-height: 60px;
  justify-content: center;
  align-items: center;
}

.elenco_attivita .attivita .info_list .info {
  float: left;
}

.elenco_attivita .attivita .info_list .info .info_numero {
  float: left;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;  
}

.elenco_attivita .attivita .info_list .info span {
  float: left;
  width: 100%;
  color: var(--primary);
  text-align: center;
}

.elenco_attivita .attivita .info_list .info span.label {
  font-size: 0.9em;
  line-height: 1.3em;
  text-transform: uppercase;
}

.elenco_attivita .attivita .info_list .info span.numero {
  font-size: 60px;
  line-height: 60px;
  max-width: 80px;
}

.elenco_attivita .attivita .info_list .info .info_numero span {
  text-align: left;  
}

.elenco_attivita .attivita .info_list span.sep {
  flex: 1;
  margin: 0px 15px;
  background-color: var(--primary);
  width: 1px;
  min-width: 1px;
  max-width: 1px;
  min-height: 60px;
}
/* end attivita */


/* servizi */
.servizi {
  float: left;
  width: calc(100% + 50px);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.servizio {
  flex: 1;
  max-width: calc(33.33333333% - 50px);
  min-width: calc(33.33333333% - 50px);
  margin-right: 50px;
  margin-top: 50px;
  cursor: pointer;
}

.servizio .icona {
  float: left;
  width: 100%;
}

.servizio .icona .box {
  float: left;
  width: 125px;
  height: 125px;
  background-image: url(../../img/sfondo-icona.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.servizio .icona .box svg {
  fill: #FFF;
  width: 55px;
  height: 55px;
}

.servizio h3, .servizio p {
  float: left;
  width: 100%;
}

.servizio h3 {
  color: var(--primary);
  font-weight: 800;
  font-size: 30px;
  line-height: 34px;
  margin-top: 15px;
}

.servizio p {
  color: var(--text);
  font-weight: 300;
  font-size: 18px;
  line-height: 22px;
  margin-top: 10px;
}

.servizio p.link {
  margin-top: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.servizio p.link font.line {
  flex: 1;
  margin-right: 10px;
  height: 1px;
  background-color: var(--primary);
}

.servizio p.link font.circle {
  width: 36px;
  height: 36px;
  border: 1px solid var(--primary);
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.servizio p.link font.circle svg {
  fill: var(--primary);
  width: 20px;
  height: 20px;
}

.servizio:hover p.link font.circle {
  background-color: var(--primary);
}

.servizio:hover p.link font.circle svg {
  fill: #FFF;
}

.servizio:hover .icona .box {
  background-image: url(../../img/sfondo-icona-hover.png);
}

.servizio:hover .icona .box svg {
  fill: var(--primary);  
}
/* end servizi */

/* impresa numeri */
.impresa_numeri {
  float: left;
  width: 100%;
}

.impresa_numeri_head {
  float: left;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}

.impresa_numeri_head .logo_oriz {
  float: left;
  width: 176px;
  height: 60px;
  background-image: url(../../img/logo-orizzontale.svg);
  background-position: -10px center;
  background-repeat: no-repeat;
  background-size: auto 66px;    
}

.impresa_numeri_head .line {
  flex: 1;
  height: 1px;
  background-color: var(--primary);
  margin: 0px 10px 0px 0px;
}

.impresa_numeri_head p {
  flex: 0;
  font-size: 24px;
  line-height: 24px;
  color: var(--primary);
  min-width: 260px;
  font-weight: 800;
  font-style: italic;
  text-align: right;
}

.impresa_numeri_row {
  float: left;
  width: 100%;
  border-bottom: 1px solid #333333;
  padding: 60px 0px 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.impresa_numeri_element {
  flex: 1;
}

.impresa_numeri_element .icon {
  float: left;
  width: 100%;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.impresa_numeri_element .icon svg {
  fill: #333;
  width: 70px;
  height: 70px;
}

.impresa_numeri_element p {
  float: left;
  width: 100%;
  font-size: 21px;
  color: var(--text);
  line-height: 24px;
  margin-top: 5px;
  text-align: center;
  font-style: italic;
  text-transform: uppercase;
}

.impresa_numeri_element p.numero {
  color: var(--primary);
  font-weight: 800;
  font-size: 48px;
  line-height: 50px;
  font-style: normal;
  margin-top: 15px;
}

.impresa_numeri_row.flotta { 
  border-bottom: 1px solid var(--primary); 
  width: calc(100% + 30px); 
  margin-bottom: 70px;
  padding-top: 20px;
}

.impresa_numeri_row.flotta .impresa_numeri_element {
  max-width: calc(25% - 30px);
  min-width: calc(25% - 30px);
  margin-right: 30px;
  margin-top: 50px;
}
.impresa_numeri_row.flotta .impresa_numeri_element p {
  min-height: 48px;
}
.impresa_numeri_row.flotta .impresa_numeri_element p.numero {
  min-height: unset;
}
/* end impresa numeri */

.block_gallery.with_title {
  margin-top: 0px;
}

.block_gallery_title {
  float: left;
  width: calc(100% + 30px);
  display: flex;
  flex-wrap: wrap;
}

.block_gallery_title_element {
  float: left;
  flex: 1;
  max-width: calc(50% - 30px);
  min-width: calc(50% - 30px);
  margin-right: 30px;
}

.block_gallery .block_gallery_title_element .image {
  width: 100%;
  margin-right: 0px;
  margin-top: 0px;
}

.block_gallery_title_element_label {
  float: left;
  width: calc(100% - 22px);
  padding: 8px 10px;
  background-color: #ededed;
  border: 1px solid #999999;
  border-top: 0px;
}

.block_gallery_title_element_label p {
  float: left;
  width: 100%;
  font-size: 18px;
  color: var(--grey);
  line-height: 28px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 600;
}

.block_gallery_slider.with_titles {
  height: 450px;
  margin-top: 0px;
}

.block_gallery_slider.with_titles .block_gallery_slider_element_padding {
  float: left;
  border: 1px solid #999999;
  padding: 0px;
  width: calc(100% - 2px);
  height: calc(100% - 47px);
}

.block_gallery.with_title .block_gallery_slider_pagination .balls .ball {
  width: 14px;
  height: 14px;
}