/*@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;400;700&display=swap');*/

@font-face {
  font-family: "Source Sans Pro";
  src: url("/@/fonts/source_sans_pro/sourcesanspro-light.ttf") format("truetype");
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("/@/fonts/source_sans_pro/sourcesanspro-regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("/@/fonts/source_sans_pro/sourcesanspro-bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Libre Baskerville";
  src: url("/@/fonts/libre_baskerville/librebaskerville-regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
h1, h2, h3, h4, h5, h6 {font-family: 'Libre Baskerville', sans-serif; font-weight: 400;}
body,
html {
  width: 100%;
  min-height: 100%;
}
body {
  font-family: Source Sans Pro, sans-serif;
  font-weight: 300;
  letter-spacing:.25px;
}
.marg-bot-20 {
  margin-bottom: 20px;
}
/*h1,
h2,
h3,
h4,
h5 {
font-weight: 400;
text-transform: uppercase;
}*/
.paragrafo h2 {
  /*font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  font-size: 24px;*/
  text-align: center;
  width: 100%;
}
.slider-partner .swiper-slide{
  width:200px !important;
}

.paragrafo h2 span {
  display: block;
  color: #9c9c9b;
  font-style: italic;
  text-transform: none;
  line-height: 2;
  letter-spacing: 0.4px;
  font-size: 4vh;
  position: relative;
  padding-top: 7px;
  margin-top: 7px;
  margin-bottom: 35px;
}
.paragrafo h2 span::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  height: 2px;
  width: 150px;
  background-color: #9c9c9b;
}
.paragrafo p {
  color: #9c9c9b;
  /*line-height: 2;
  letter-spacing: 0.4px;
  text-align: justify;
  font-size: 14px;
  margin-bottom: 35px;*/
}
.paragrafo ul {
  color: #9c9c9b;
  line-height: 2;
  letter-spacing: 0.4px;
  text-align: justify;
  font-size: 14px;
  margin-bottom: 35px;
  width: 100%;
}
.paragrafo li {
  color: #9c9c9b;
  line-height: 2;
  letter-spacing: 0.4px;
  text-align: justify;
  font-size: 14px;
}
.grigio-chiaro {
  color: #c3c3c3;
}
.tag {
  background-color: #bbbcba;
  color: #eee;
}
.b-n {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.navbar {
  /*border-bottom: 1px solid #efefef;*/
}
.nav-link {
  color: #121212;
}
/* tag prodotto */

.tag-prodotto .navbar-right_tag {
  display: block;
  margin-bottom: 1rem;
  text-align: center;
}

.tag-prodotto .dropdown_tag {
  display: inline-block;
  margin-right: 20px;
  color: #666;
  position: relative;
  cursor: pointer;
  font-size: 14px;
}

.tag-prodotto .dropdown_tag {
  color: #666;
  cursor: pointer;
  font-size: 14px;
}

.tag-prodotto .dropdown-menu_tag {
  list-style: none;
  padding: 0px;
  margin: 0px;
  display: none;
  position: absolute;
  z-index: 2;
  top: 20px;
  right: 0;
  background-color: #fff;
  min-width: 150px;
  border: 1px solid #ccc;
  box-shadow: 2px 2px 4px rgba(0,0,0,0.2);
}

.tag-prodotto .dropdown_tag:hover .dropdown-menu_tag {
  display: block;
}

.tag-prodotto .dropdown-menu_tag li:first-child a {
  padding-top: 0px;
}

.tag-prodotto .dropdown-menu_tag a {
  display: block;
  padding: 2.5px 10px;
  padding-top: 2.5px;
  color: rgba(0,0,0,.5) !important;
}

.tag-prodotto .dropdown-menu_tag a:hover {
  background-color: #ccc;
  color: #fff !important;
}

/* selettore tag */

.position-tag .navbar-right_tag {
  flex-direction: row;
  display: inline-flex;
  vertical-align: middle;

}

.position-tag .navbar-right_tag li {
  display: block;
  padding-right: 0px;
  padding-left: 0px;
  cursor: pointer;
  cursor: hand;
  position: relative;
  margin: 0;
}

.position-tag .navbar-right_tag li span {
  font-size: .9rem;
  width: 100%;
  border: 0px solid #666;
  border-right:1px solid #ddd;
  padding: 10px 30px;
  display: block;
  text-transform:uppercase;
  text-align: center;
}

.position-tag .navbar-right_tag li:last-child span {
  border-right:0px solid #ddd;
}

.position-tag .navbar-right_tag .dropdown_tag .dropdown-menu_tag {
  display: none;
  min-width: 93.6%;
}

.position-tag .navbar-right_tag .dropdown_tag:hover .dropdown-menu_tag {
  display: block;
  position: absolute;
  z-index: 11;
  padding-inline-start: 0px;
  left: 50%;
  transform: translateX(-50%);
}

.position-tag .navbar-right_tag .dropdown_tag:hover .dropdown-menu_tag li {
  display: block;
  min-width: 100%;
  padding-left: 0!important;
  padding-right: 0!important;
  cursor: pointer;
  cursor: hand;
  position: relative;
  border: 0;
  border-bottom:1px solid #222;
  color: #bbbcba;
  margin-right: 20px;
  transition: all .4s linear;
}

.position-tag .dropdown-menu_tag li a {
  background-color: #222;
  font-size: .9rem;
  transition: all .4s linear;
  border: 0;
  padding: 10px 20px;
  display: block;
  text-align: center;
  color: #fff;
  word-wrap: break-word;
}


.position-tag .dropdown-menu_tag li a:hover {
  background-color: #F1F1F1;
  color: #222;
}
.tag-dinamico .dropdown-menu_tag {
  list-style: none;
  margin-bottom: 10px;
  padding:0;
  margin-left:0;
  margin-right:0;
}

.tag-dinamico .dropdown-menu_tag li {
  display: inline-block;
  padding: 5px 10px 7px;
  margin-right: 10px;
  border: solid 1px #999;
  border-radius: 20px;
  transition: all 0.3s linear;
  margin-bottom: 15px;
}

.tag-dinamico .dropdown-menu_tag a {
  color: rgba(0,0,0,.9) !important;
  font-size: 14px;
  transition: all 0.3s linear;
  padding: 0 15px;
}

.tag-dinamico li:hover {
  background-color: #222;
}

.tag-dinamico li:hover a {
  color: #fff !important;
}
/*
.dropdown-menu_tag {
flex-direction: row;
display: inline-flex;
vertical-align: middle;
margin: 0;
padding: 0;
}
.dropdown-menu_tag li {
display: block;
margin-right: 20px;
background-color: #fff;
border: solid 1px #bbbcba;
border-bottom: solid 0.5px #bbbcba;
color: #bbbcba;
margin-right: 20px;
transition: all 0.4s linear;
}
.dropdown-menu_tag li a {
font-size: 0.9rem;
transition: all 0.4s linear;
border: 0;
padding: 10px 40px;
display: block;
color: #bbbcba;
word-wrap: break-word;
}
.navbar-right_tag {
flex-direction: row;
display: inline-flex;
vertical-align: middle;
}
.navbar-right_tag li {
display: block;
padding-right: 10px;
padding-left: 10px;
cursor: pointer;
cursor: hand;
position: relative;
}
.navbar-right_tag li span {
font-size: 0.9rem;
border: 1px solid #666;
padding: 10px 40px;
display: block;
color: #fff;
background: #333;
}
.navbar-right_tag .dropdown_tag .dropdown-menu_tag {
display: none;
min-width: 93.6%;
}
.navbar-right_tag .dropdown_tag:hover .dropdown-menu_tag {
display: block;
position: absolute;
z-index: 11;
}
.navbar-right_tag .dropdown_tag:hover .dropdown-menu_tag li {
min-width: 100%;
}
.navbar-right_tag800 .dropdown_tag {
max-width: 100%;
}
.tag-prodotto .navbar-right_tag li {
margin-right: 20px;
margin-left: 0;
}
.tag-prodotto .navbar-right_tag li span {
background-color: #8c8c8c;
color: #eee;
border: 0;
}
.tag-prodotto .navbar-right_tag .dropdown_tag:hover .dropdown-menu_tag li {
min-width: 100%;
margin-right: 0;
margin-left: 0;
}*/
#tag800 .swiper-slide {
  position: relative;
}
#tag800 .swiper-slide a {
  font-size: 16px;
  font-weight: 400;
  color: #121212;
  z-index: 1;
  transition: all 0.3s linear;
  text-align: center;
}
.tag {
  list-style: none;
}
marg .breadcrumb {
  font-size: 13px;
  background-color: #fff;
}
.breadcrumb a {
  color: #121212;
  padding-left: 0.5rem;
  margin-right: 0.5rem;
  text-align: -webkit-match-parent;
}
.breadcrumb a.active {
  font-weight: 700;
}
.nav.nav-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 60px;
}
.nav li .nav-link {
  border-bottom: 2px solid #fff;
  color: #8f908f;
  font-size: 0.8rem;
  padding: 0.5rem 1rem 0.5rem 0;
}
.nav li.active .nav-link {
  border-bottom: 2px solid #8f908f;
}
.page_nav {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
  margin: 0 auto;
}
.page_nav li {
  position: relative;
  display: block;
}
.page_nav li a {
  display: inline-block;
  color: #121212;
  padding: 0.5rem 0.75rem;
  line-height: 1.25;
  color: #121212;
  background-color: #fff;
}
.page_nav li a.pag_attivo {
  background-color: #121212;
  color: #fff;
}
.figure {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  cursor: hand;
  width: 100%;
  margin-bottom: 0;
}
.figure.py-20 {
  padding-top: 10rem;
  padding-bottom: 10rem;
}
.figure.py-10 {
  padding-top: 10rem;
  padding-bottom: 10rem;
}
.figure * {
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
}
.figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
}
.figure .figure-caption {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.2);
}
.figure .figure-caption h4 {
  text-transform: uppercase;
  position: relative;
  margin-bottom: 0;
  font-size: 18px;
  padding: 0 20px 1rem 20px;
}
.figure .figure-caption h4:after {
  position: absolute;
  width: 0;
  height: 2px;
  background-color: #fff;
  content: "";
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.figure .figure-caption h6,
.figure .figure-caption p {
  opacity: 0;
}
.figure .sconto {
  position: absolute;
  top: -3px;
  right: -3px;
  background-color: #121212;
  color: #fff;
}
.figure .prezzo {
  position: absolute;
  right: -3px;
  bottom: -3px;
  background-color: #fff;
  color: red;
  text-align: right;
}
.figure .prezzo p {
  margin-bottom: 0;
}
.figure .prezzo span {
  color: #ccc;
  text-decoration: line-through;
}
.col-overlay .overlay-link {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 10;
}
.col-overlay:hover .figure .figure-caption {
  background-color: rgba(0, 0, 0, 0.5);
}
.col-overlay:hover .figure .figure-caption h6,
.col-overlay:hover .figure .figure-caption p {
  opacity: 1;
}
.col-overlay:hover .figure .figure-caption h4:after {
  width: 250px;
}
.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 100%;
  background: #121212;
  opacity: 1;
  border: 1px solid #fff;
}
.swiper-pagination-bullet-active {
  background: #fff;
}
.sli-box-home .swiper-pagination {
  bottom: 0px;
}
.sli-box-home .swiper-pagination-bullet {
  border: 1px solid #121212;
}
.swiper-realizzazioni .swiper-wrapper {
  height: unset;
}
.swiper-slide.correlati {
  position: relative;
}
.swiper-slide.correlati h5 {
  font-size: 16px;
  text-transform: uppercase;
  color: #121212;
  border: solid 1px #121212;
  z-index: 1;
  padding: 4px 10px 0 10px;
  transition: all 0.3s linear;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-bottom: 0;
  min-width: 200px;
  text-align: center;
}
.container-parallax {
  position: relative;
  padding: 0;
}
.container-parallax .col-parallax {
  position: absolute;
  padding: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
  background-position: center center;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
}
.container-parallax .container .col-vuota {
  display: none;
}
.container-slogan {
  width: 100%;
  background-color: #fff;
  display: block;
  position: relative;
  z-index: 10;
}
.box {
  position: relative;
  width: 100%;
  max-width: 700px;
  margin: 1rem auto;
}
.col-storia .row {
  position: relative;
}
.col-storia .row h2 {
  /*width: 200px;*/
  text-align: left;
  color: #222322;
  font-weight: 200;
  z-index:100;
}
.col-storia .row img {
  /*width: 100%;
  max-width: 400px;
  height: auto;*/
}
ul.social {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.social li {
  float: left;
  margin-right: 15px;
}
ul.social li a {
  position: relative;
  width: 30px;
  height: 30px;
  border: 1px solid #121212;
  border-radius: 100%;
  display: block;
  color: #121212;
}
ul.social li a .fab {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.border-left-5 {
  border-left: 5px #c3c3c3 solid;
}
.btn {
  border-radius: 0;
}
.btn-outline-secondary {
  color: #333;
  border-color: #333;
}
.form-control {
  font-weight: 300;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  background-color: #f8f9fa;
  text-align: left;
}
.form-control:focus {
  color: #121212;
  background-color: #fff;
  border-color: #121212;
  outline: 0;
  box-shadow: none;
}
select.form-control {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.row-staff .col-overlay img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.apri-menu {
  min-height: 110px;
}
.apri-menu a {
  display: block;
  min-width: 60px;
  line-height: 90px;
  text-align: center;
}
.apri-menu img {
  text-align: center;
  display: inline-block !important;
  vertical-align: middle;
}
.max-logo-partner {
  max-height: 85px;
  max-width: 90%;
}
.immagineBiancoNero {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.menu-partner {
  position: absolute;
  z-index: 14;
  background: #f1f2f3;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  display: none;
  padding: 10px;
  width: 100%;
}
.apri-menu:hover .menu-partner {
  display: block !important;
}
.partner li {
  list-style: none;
  color: rgba(0, 0, 0, 0.5);
  transition: 0.3s linear;
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: solid 1px #eee;
}
.partner a {
  line-height: normal;
  color: rgba(0, 0, 0, 0.5);
}
.footer {
  background-color: #222;
}
.footer a,
.footer p {
  color: #B8B8B8;
  width: 100%;
  display: block;
}
.footer a:hover {
  color: #d04d35;
}
.footer p b {
  color: #787878;
  text-transform: uppercase;
}
.footer h4 {
  text-transform: uppercase;
  position: relative;
  color: #fff;
}
.footer h4::after {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #fff;
  opacity: 0.5;
  content: "";
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.testo-centro p {
  /*line-height: 2;
  letter-spacing: 0.4px;
  font-size: 14px;*/
  text-align: justify;
  color: #777;
}
.testo-centro h4 {
  font-size: 22px;
}
.arrow-lightbox {
  display: none !important;
}
.modal-body {
  padding: 0;
  max-height: 90vh !important;
  max-width: 90vw !important;
}
.ekko-lightbox-item img {
  max-height: 90vh !important;
  max-width: 90vw !important;
}
.modal-content {
  max-height: 90vh !important;
  max-width: 90vw !important;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .figure.py-20 {
    padding-top: 19rem;
    padding-bottom: 18rem;
  }
  .figure.py-10 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
  .container-parallax .col-parallax {
    background-attachment: scroll;
    background-size: auto 100%;
  }
  .container-parallax .col-parallax {
    background-position: left center;
    left: 0;
  }
  .container-parallax .container .col-vuota {
    display: block;
    order: -1;
    z-index: -1;
  }
  .container-slogan p {
    max-width: 300px;
  }
  .container-parallax:nth-child(odd) .container-slogan .container {
    justify-content: flex-end !important;
    text-align: right;
  }
  .container-parallax:nth-child(even) .container-slogan .container {
    justify-content: flex-start !important;
    text-align: left;
  }
}
@media (min-width: 1300px) {
  .box {
    margin: 0 auto;
    /*transform: translateY(-50%);*/
    z-index: 1;
  }
  .col-storia .row:before {
    height: 100%;
    width: 2px;
    content: "";
    position: absolute;
    background-color: #d5d5d5;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .col-storia .row h2 {
    position: absolute;
    right: 0;
    top: 30%;
    transform: translateX(50%);
    background-color: #fff;
    /*width: 200px;*/    
    text-align: left;
    color: #222322;
  }
  .col-storia .row p {
    /*margin-top: calc(30% + 50px);*/
    padding-right: 6rem;
  }
  .col-storia .row:nth-child(odd) p {
    /*padding-left: 5rem;
    padding-right: 6rem;*/
  }
  .col-storia .row:nth-child(even) p {
    /*padding-right: 5rem;
    padding-left: 2rem;*/
  }
  /*.col-storia .row:nth-child(odd) img {
  float: right;
}
  .col-storia .row:nth-child(even) h1 {
  left: 0;
  right: unset;
  transform: translateX(-50%);
}
  .col-storia .row:nth-child(even) .col-sm-6:nth-child(2) {
  order: -1;
}
  .col-storia .row:nth-child(even) img {
  float: left;
}*/
}
/*@media (min-width:1700px){*/
.container {
  /*max-width: 1600px;*/
  max-width: 1320px;
}
.container-1200 {
  /*max-width: 1600px;*/
  max-width: 1320px;
} /*}*/
.breadcrumb {
  background-color: transparent !important;
  padding: 0 !important;
}
.navbar-right_tag800 .dropdown-toggle {
  display: none;
}
.correlato h5 {
  font-size: 0.9rem;
  text-transform: none;
}
.correlato figure {
  overflow: hidden;
  position: relative;
}
.img_tag_attiva {
  max-width: 100%;
  height: auto;
  display: block;
  transform: scale(1.1);
}
.tag_attivo h5 {
  font-weight: bold;
  font-size: 1rem;
}
.wh-100 img {
  width: 100%;
  height: 100%;
}
.dropdown-toggle::after {
  display: none;
}
.dropdown:hover .dropdown-menu {
  display: block !important;
}
.dropdown-menu {
  top: 90%;
  padding: 0.2rem 0;
}
.partner {
  max-height: 80px;
  overflow-y: scroll;
}
a {
  color: #212529;
}
a:hover {
  color: #212529;
}

.h1,
h1 {
  font-size: 35px;
}
.megamenu .drop-1 {
  border: none;
  width: 100%;
}
.megamenu {
  position: static;
}
.col-lapse {
  position: relative;
  margin: auto auto 5px auto;
}
.drop-1 {
  z-index: -1;
  opacity: 0;
  transition: all 0.1s linear;
}
.op1 {
  opacity: 1 !important;
  z-index: 100;
}
.text-small {
  font-size: 14px;
  text-transform: capitalize;
}
.nav-link {
  font-weight: 400;
}
.nav-link2 {
  font-weight: 400;
  font-size: 15px;
  text-transform: uppercase;
  color: #666 !important;
}
.nav-link2:hover {
  color:red !important;
}
.navbar-light .navbar-toggler {
  border: none;
}
.pos0 {
  position: absolute;
  top: 46%;
  right: 9%;
  padding: 3px 6px;
  border: solid 1px #999;
}
.pos1 {
  position: absolute;
  top: 50%;
  right: 7%;
  padding: 0;
}
.pos2 {
  position: absolute;
  top: 50%;
  right: 6.4%;
  padding: 0;
}
.pos3 {
  position: absolute;
  top: 50%;
  right: 5%;
  padding: 0;
}
.pos4 {
  position: absolute;
  top: 50%;
  right: 3%;
  padding: 0;
}
.dropdown_tag {
  margin-bottom: 15px;
}
.t-home h2 {
  font-weight: bold;
  margin-bottom: 15px;

}
.t-home p {
  /*font-size: 14px;*/
  color: #777;
  /*line-height: 2;*/
  letter-spacing: 0.4px;
}

@media (max-width: 1199px) {
  .testo-centro p {
    /*font-size: 12px;*/
  }
  .paragrafo p {
    /*font-size: 12px;*/
  }
  .paragrafo ul {
    /*font-size: 12px;*/
  }
  .paragrafo li {
    /*font-size: 12px;*/
  }
  .t-home p {
    /*font-size: 12px;*/
  }

}
@media (max-width: 767px) {
  .no-sticky-mob {
    position: static !important;
  }
  .testo-centro {
    padding-left: 15px !important;
    padding-top: 15px;
    padding-right: 15px !important;
  }
  .px-0-mob {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .dropdown-menu_tag {
    margin-bottom: 25px;
    display: block;
  }
  .dropdown-menu_tag li {
    width: 250px;
    margin: 0 auto;
  }
  .bg-white img {
    /*max-width: 65%;*/
    margin-left: 0 !important;
    margin-right: auto !important;
  }
  .bread {
    /*padding-top: 25px !important;
    padding-bottom: 0 !important;
    padding-left: 15px !important;
    padding-right: 15px !important;*/
  }
  .bread h1 {
    /*font-size: 25px;*/
  }
  .breadcrumb {
    /*font-size: 10px;*/
    margin: 0 !important;
  }
}
@media (max-width: 575px) {
  .navbar-right_tag {
    display: block;
  }
  .position-tag .navbar-right_tag li{width: 100%;}
  .position-tag .navbar-right_tag li span{width: 100%;border: 0;}
}

.info-neg h4 {margin-top: 15px;}
.info-neg p {margin: 0;}
.info-neg a {
  color: #999 !important;
  transition: all 0.4s linear;
}
.info-neg a:hover {
  text-decoration: none;
  color: #121212 !important;
}
.biancoNero {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.frecce {
  max-height: 20px;
}
.dropdown-menu_tag li:hover {
  background-color: #bbbcba;
}
.dropdown-menu_tag li:hover a {
  color: #fff !important;
}
/*.bord-form {
border: solid 1px #777;
}*/
.dropdown-menu_tag li:last-child {
  border-bottom: 1px solid #bbbcba;
}

@media (min-width: 768px) {
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.6rem;
    padding-left: 0.6rem;
    font-size: 17px;
  }
}
.dropdown-menu_tag li {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.tag_attivo {
  color: #f72629 !important;
  background: #f1f1f1!important;
}
.tag_attivo h5 {
  color: #333 !important;
}
.filtra a {
  /*color: #666 !important;
  font-size: 14px;*/
  transition: all 0.4s linear;
}
.filtra a:hover {
  color: #333 !important;
  text-decoration: none;
}
.p-big p {
  font-size: 22px;
}
.sedi h4 {
  font-size: 16px;
}
.sedi p {
  font-size: 13px;
}
.row-staff .col-overlay img:first-child {
  -webkit-filter: none;
  filter: none;
}
.outin {
  text-transform: lowercase;
  font-style: italic;
  color: red;
  font-family: "PT Serif", serif;
  font-size: 14px;
  padding-left: 2px;
}
.tutti {
  display: none;
  margin-top: 120px;
}
.mostraPartner {
  color: #666;
  border: solid 1px #666;
  padding: 8px 10px;
  transition: all 0.4s linear;
}
.mostraPartner:hover {
  text-decoration: none;
  color: #fff !important;
  background: #333;
  border-color: #333;
}
.overlay-link figure {
  position: relative;
}
.overlay-link figure:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #121212;
  content: "";
  opacity: 0;
  transition: all 0.5s linear;
}
.overlay-link:hover figure:after {
  opacity: 0.3;
}
.overlay-link .tFigure {
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 8%;
  left: 0;
  z-index: 10;
}
.overlay-link h4 {
  text-transform: uppercase;
  position: relative;
  margin-bottom: 0;
  font-size: 18px;
  padding: 12px 20px 12px 20px;
  color: #fff;
  text-align: center;
}
/*.overlay-link h4:after {
position: absolute;
width: 0;
height: 2px;
background-color: #fff;
content: "";
bottom: 0;
left: 50%;
transform: translateX(-50%);
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}*/
.overlay-link h6,
.overlay-link p {
  opacity: 0;
  text-align: center;
  z-index: 10;
  color: #fff;
  display: none;
}
.overlay-link:hover h4:after {
  width: 250px;
}
.overlay-link:hover h6,
.overlay-link:hover p {
  opacity: 1;
}
.tFigure h6 span {
  display: none;
}
.prezzo h6 del {
  color: #df2020;
}

.sconto {
  position: absolute;
  top: -15px;
  right: -15px;
  background-color: #333;
  color: #fff;
  border-radius: 50%;
  z-index: 10;
}
.cart_quantity_input {
  color: #696763;
  float: left;
  font-size: 16px;
  text-align: center;
  max-width: 50px;
  padding-top: 3px;
  padding-bottom: 3px;
}
.bottone_elimina {
  border: solid 1px #666;
  background-color: #666;
  color: #fff;
  margin-left: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 300;
  transition: all 0.3s ease-in-out 0s;
}
.bottone_elimina:hover {
  background-color: #fff;
  color: #666 !important;
}
.cart_total_price {
  color: salmon;
  font-size: 14px;
  letter-spacing: 1.4px;
}
.titoloCarrello a {
  color: #666 !important;
  text-transform: none;
  transition: all 0.5s linear;
  font-size: 22px;
  letter-spacing: 1.3px;
}
.titoloCarrello a:hover {
  text-decoration: none;
  color: #333 !important;
}
.bottone_ordina input {
  color: #fff;
  background: salmon;
  border: solid 1px salmon;
  padding: 8px 20px;
  transition: all 0.5s linear;
  cursor: pointer;
}
.bottone_ordina input:hover {
  background: #fff;
  color: salmon;
}

.box_ordine {
  border: 1px solid #e6e4df;
  margin-bottom: 25px;
}
.box_ordine h3 {
  background-color: salmon;
  color: #fff;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  margin-top: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
}
.box_ordine input {
  background-color: #e9e9e9;
  border: none;
  padding: 5px;
  width: 100%;
  font-weight: 400;
}
.box_ordine select {
  font-weight: 400;
  font-size: 12px;
  text-align: center;
}
.box_ordine span {
  font-weight: 300;
  font-size: 12px;
}
.box_ordine label {
  margin-bottom: 10px;
  width: 49%;
}
.fattura_si_no input {
  width: auto;
}
.fattura_si_no {
  margin-top: 10px;
  margin-bottom: 15px;
}
.testo_ordine {
  margin-bottom: 15px;
}
.ordine_pagamento {
  margin: 10px 0px;
}
.ordine_pagamento input {
  width: auto;
  float: left;
  margin-top: 13px;
}
.ordine_pagamento h4 {
  display: inline-block;
  padding-left: 10px;
}
.ordine_ritiro input {
  width: auto;
  float: left;
  margin-top: 13px;
}
.ordine_ritiro h4 {
  display: inline-block;
  padding-left: 10px;
}
.conferma input {
  width: auto;
}
.conferma_checkbox {
  margin-bottom: 10px;
}
#btn_submit {
  border: solid 1px salmon;
  background-color: salmon;
  color: #fff;
  padding: 10px;
  font-size: 16px;
  text-transform: uppercase;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.24), 0 1px 2px rgba(0, 0, 0, 0.36);
  margin-left: auto;
  margin-right: auto;
  display: block;
  transition: all 0.3s ease-in-out 0s;
}
#btn_submit:hover {
  background-color: #fff;
  color: salmon;
}
.table_ordine .cart_menu {
  height: 38px !important;
}
.table_ordine .cart_menu td {
  text-align: center;
  font-size: 14px;
}
.table_ordine .cart_menu .image {
  padding-left: 5px !important;
}
.table_ordine .cart_product {
  margin: 0px;
}
.table_ordine .cart_product img {
  max-width: 90px;
  height: auto;
  margin: 0 auto;
  display: block;
}
.table_ordine p {
  text-align: center;
}
.table_ordine .cart_total .cart_total_price {
  font-size: 14px !important;
}
.linea_sopra {
  border-top: 1px solid #e6e4df;
  margin-bottom: 10px;
  padding-top: 10px;
}
.linea_sotto {
  margin-bottom: 10px;
  padding-top: 15px;
}
.sconto_bonifico_ordine {
  font-size: 12px;
}
.logo_paypal {
  display: inline-block;
  max-width: 120px;
  margin-left: 25px;
}
.riepilogo_ordine {
  border-bottom: 1px solid #e6e4df;
  padding-top: 12px;
  padding-bottom: 10px;
}
.riepilogo_ordine p {
  margin-bottom: 0px;
  line-height: 1;
}
.riepilogo_ordine h5 {
  margin-bottom: 0px;
  margin-top: 0px;
}
.container_riepilogo_ordine {
  padding-left: 0px;
  padding-right: 30px;
}
.outletin {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  z-index: 10;
  background-color: #333;
}
.outletin p {
  display: block;
  opacity: 1;
  margin: 0;
  font-size: 15px;
  text-transform: uppercase;
}
.outletin p span {
  text-transform: lowercase;
  font-style: italic;
  color: red;
  font-family: "PT Serif", serif;
  font-size: 14px;
  padding-left: 2px;
}
.link-realizzazioni {
  color: inherit;
  transition: all 0.5s linear;
}
.link-realizzazioni:hover {
  text-decoration: none;
  color: #6f6f6f;
}
.mb-neg {
  margin-bottom: -30px;
}
.filtra {
  /*margin-bottom: 3rem !important;*/
}
.filtra a {
  padding: 8px 15px;
  border: solid 1px #6f6f6f;
  transition: all 0.5s linear;
  display: inline-block;
  z-index: 10;
  position: relative;
}
.filtra a:hover {
  background: #6f6f6f !important;
  color: #fff !important;
}
.nav-sticky li .nav-link {
  letter-spacing: 1px;
}
.citazione-immagine p {
  margin: 0;
  padding: 25px;
  font-style: italic;
  text-align: center;
  font-size: 21px;
  color: #212529;
  line-height: 1.5;
  letter-spacing: unset;
}
.citazione-immagine {
  position: absolute;
  bottom: -25px;
  left: 26.5%;
  width: 45%;
  background: #fff;
  text-align: center;
}
.dnone-0 {
  display: none;
}
.w-100 {
  width: 100% !important;
  max-width: 100% !important;
}
.go-top {
  background-color: #fff;
  box-shadow: 1px 1.73px 12px 0 rgba(0, 0, 0, 0.14), 1px 1.73px 3px 0 rgba(0, 0, 0, 0.12);
  transition: all 1s ease;
  bottom: 30px;
  right: 30px;
  color: #333;
  display: none;
  position: fixed;
  text-decoration: none;
  text-align: center;
  z-index: 100;
}
.go-top:hover {
  background-color: #555 !important;
  color: #fff !important;
}
.src-home {
  padding: 40px 15px;
}
.src-home h3 {
  position: relative;
  padding-bottom: 6px;
  text-align: left;
  font-size: 22px;
  color: #333;
  padding-top: 15px;
  letter-spacing: 2px;
  font-weight: 300px;
  text-transform: uppercase;
  padding-bottom: 15px;
  margin-bottom: 20px;
  text-align: center;
}
.src-home h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1.5px;
  width: 25%;
  background-color: #eee;
}
.src-home h3::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  height: 1.5px;
  width: 25%;
  background-color: #eee;
}
.src-home input {
  width: 50%;
  border: solid 1px #333;
  padding: 20px 0;
  text-align: center;
  background-color: #f9f9f9;
  color: #ccc;
  font-size: 16px;
}
.src-home h3 span {
  font-size: 19px;
  padding-left: 5px;
}
.container-1600 {
  max-width: 1600px;
  margin: 0 auto;
}
.bg-col-src {
  border: solid 1px #ddd;
}
.marg-bot-90 {
  margin-bottom: 70px !important;
}
.cerca-mob {
  display: none;
  color: rgb(0, 0, 0, 0.7);
}
.src-mob {
  width: 60%;
  padding: 22px 15px;
  background-color: #efd4bc;
  border: none;
  color: #333;
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
}
.cerca-mob:hover {
  color: rgb(0, 0, 0, 0.9) !important;
  text-transform: none;
  text-decoration: none;
}
.cerca-mob span {
  padding: 0 15px;
}

.btn-outline-secondary:hover {
  background-color: #333;
  border-color: #333;
}
.ct-visita {
  position: relative;
  /*margin-bottom: 70px;
  padding-bottom: 70px;
  padding-top: 70px;*/
}
.layer {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 1;
  mix-blend-mode: multiply;
  top: 0;
  left: 0;
  background-color: #333;
}
.dark--bg {
  background-color: #222;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3rem;
}
.dark--bg a {
  color: #ffffff;
  text-transform: uppercase;
  width: 170px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  transition: 0.3s ease;
  border: 2px solid #ffffff;
  text-decoration: none;
}
.block--bg {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 20px;
  color: #ffffff;
}
.block--bg a {
  color: #ffffff;
  text-transform: uppercase;
  width: 170px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  transition: 0.3s ease;
  border: 2px solid #ffffff;
  text-decoration: none;
}
.titolo {margin:2rem 0;}
.intro {
  font-size: 1.2rem;
  margin:4rem 0;
}
.service {margin-bottom:4rem;}
.bonus {
  margin:4rem 0;
}
.chi-siamo .container-parallax a {
  color: #212529;
  font-weight: bold;
}
.chi-siamo .container-parallax a:hover {
  color: #212529;
}
.video-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.info-button {
  margin-left: 66.666667%;
  z-index: 2;
  padding-left: 1.5em;
}
.info-button a {
  -webkit-transform: translateY(5rem);
  transform: translateY(5rem);
}
.post-info-button {
  z-index: 1;
}
/*.dropdown-menu_tag li {
border: none;
border-bottom: none;
}
.dropdown-menu_tag li:last-child {
border-bottom: none;
}*/
.dropdown-menu_tag li:hover {
  /* background-color: transparent; */
}
.dropdown-menu_tag li:hover a {
  color: #f72629 !important;
}

.servizi {
  margin: 2rem;
}
.servizi > div {
  margin-bottom: 1rem;
  padding: 3rem;
}
.servizi img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 70%;
}
.servizi h2 {
  font-weight: bold;
}

.stilo-cataloghi .box {
  transform: none;
}
.stilo-cataloghi .cataloghi {
  margin: 2rem 0 1rem 0;
}
.stilo-cataloghi .piccolo_box a {
  color: #212529;
}

.contatti_ct .box {
  width: 80%;
  max-width: none;
}
.ct-contact-page h2 {
  text-align: center;
}
.ct-contact-page .formm {
  margin: 0 auto 4rem auto;
}
.form-group button {
  width: auto !important;
  padding: 0.375rem 2rem;
}

.bonus {
  margin: 3rem auto;
}

@media (min-width: 1499px) {
  .mb-neg {
    margin-bottom: -80px;
  }
}
@media (max-width: 1440px) {
  .info-button a {
    transform: none;
  }
}

@media (min-width: 767px) {
  .altezzaMinPar {
    min-height: 600px;
  }
}

@media (max-width: 767px) {
  .nav-logo {
    max-width: 65%;
  }
  .hMobile {
    font-size: 20px;
    font-weight: normal;
  }
  .altezzaMinPar .col-parallax {
    min-height: none !important;
    background: none !important;
    height: auto !important;
  }
  .box_ordine label {
    width: 100%;
  }
  .okMob {
    margin-top: 160px !important;
  }
  .citazione-immagine p {
    padding: 10px;
    font-size: 13px;
  }
  .cerca-mob {
    display: block !important;
  }
  .info-button {
    margin-left: 0;
    text-align: center;
  }
  .info-button a {
    -webkit-transform: none;
    transform: none;
  }
  .servizi {
    margin: 0;
  }
  .servizi > div {
    padding: 0;
  }
  .contatti_ct .box {
    width: 100%;
    padding: 2rem !important;
  }
}
@media (max-width: 595px) {
  .breadcrumb a {
    padding-left: 0.1rem !important;
    margin-right: 0.1rem !important;
  }
  .breadcrumb {
    /*font-size: 10px !important;*/
  }
}
@media (max-width: 1300px) {
  .pos0 {
    right: 10.5%;
  }
  .pos1 {
    right: 8%;
  }
  .pos2 {
    right: 7%;
  }
}
@media (max-width: 900px) {
  .pos0 {
    right: 13%;
  }
  .pos1 {
    right: 10%;
  }
  .pos2 {
    right: 8.4%;
  }
  .pos3 {
    right: 6%;
  }
}
@media (max-width: 1024px) {
  .info-button {
    margin-left: 0;
    text-align: center;
    width: 100%;
    max-width: none;
  }
  .info-button a {
    -webkit-transform: none;
    transform: none;
  }
  .dropdown-menu_tag {
    flex-direction: column;
  }
  .servizi {
    margin: 0;
  }
  .servizi > div {
    padding: 1rem;
  }
  .contatti_ct .box {
    width: 100%;
    padding: 2rem !important;
  }
}

@media (min-width:  768px) and (max-width: 1024px) {
  .ct-contact-page .formm {margin-top:4rem;}
  .col-xl-6.bg-white.p-md-5.p-3.my-md-5.shadow.t-home {margin: 0 ! important;}
  .bonus-fiscale {padding:0;margin-bottom:0 ! important;}
  .container-slogan {display:none;}
  .contatti_ct iframe {height:400px;}
  .ct-visita {padding: 0;}
  h2.featured_article_title {font-size: 1em;text-align:center}
  .service .container.py-5 {padding-top:3rem ! important;padding-bottom:3rem ! important}
  .service .row.py-5 {padding-top:0rem ! important;padding-bottom:0rem ! important}
  .map .container.py-5 {padding-top:3rem ! important;padding-bottom:3rem ! important}
  .map .row.my-5 {margin-top:0rem ! important;margin-bottom:0rem ! important}
  .service {margin-bottom:0;}
}

@media (max-width: 767px) {
  .container-slogan {display:none;}
  .mb-5, .my-5 {margin-bottom:0.5rem ! important;}
  .mt-5, .my-5 {margin-top:0.5rem ! important;}
  .box.bg-white.shadow.p-5.t-home {padding: 0 ! important;}
  .ct-visita {margin-top: 0 ! important; margin-bottom: 0 ! important;}
  .col-md-4.col-overlay.mb-4.dark--bg {padding: 2rem;}
  .chi-siamo .container {padding:0 ;}
  .col-xl-10.col-parallax {height:200px;}
  .col-xl-6.bg-white.p-5.mb-3.shadow.t-home.okMob {padding: 1rem 0 0 0 ! important;margin-top:0 ! important;}
  .container-fluid.container-parallax.mt-4 .container.py-5 {padding-top:1rem ! important;padding-bottom:1rem ! important;}
  .container-fluid.container-parallax.mt-4 .row.py-5 {padding: 0 ! important;}
  .bonus {margin: 2rem 0;padding:0;}
  .bonus-fiscale {padding:0;margin-bottom:0 ! important;}
  .container-parallax iframe {height:400px;margin-top:2rem;}
  .contatti_ct iframe {height:400px;}
  .contatti_ct .col-12.col-md-4.col-lg-4 {margin:1rem 0;}
}

.content-partner .swiper-container {
  overflow: visible;
}




.content-page-title h1{     font-weight: 400;}
.cataloghi h2{  margin-top: 50px; text-align:center;}


.btnh {border-radius: 4px; border: 0.5px solid gray; color: #222!important; display: inline-block; margin: 0 0.25em; overflow: hidden; padding: 24px 38px 24px 16px; position: relative; text-decoration: none; line-height: 1; border-radius: 0;}
.btnh .btn-content {font-weight: 300; font-size: 1em; line-height: 1.2; padding: 0 26px; position: relative; right: 0; transition: right 300ms ease; display: block; text-align: left;}
.btnh .icon {border-left: 1px solid #eee; position: absolute; right: 0; text-align: center; top: 50%; transition: all 300ms ease; transform: translateY(-50%); width: 40px; height: 70%;}
.btnh .icon i {position: relative; top: 48%; transform: translateY(-50%); font-size: 30px;}
.btnh:after {content: ''; position: absolute; top: 0; bottom: 0; right: 0; left: 0; background-color: #ddd; opacity: 0; transition: opacity 300ms ease; cursor: pointer;}
.btnh:hover .btn-content {right: 100%;}
.btnh:hover .icon {border-left: 0; font-size: 1.8em; width: 100%;}
.btnh:hover:after {opacity: 0.2;}
.btnh.btn-alt-color {border-color: salmon; color: salmon;}
.btnh.btn-alt-color .icon {border-left-color: salmon;}
.btnh.btn-alt-color:after {background-color: salmon;}
/*.padding-custom {padding: 140px 50px!important;}*/
.padding-custom {padding: 100px 100px!important;min-width: 533px;min-height: 533px;text-align: center;display:table;}
.padding-custom div{ display: table-cell; vertical-align: middle; }
.container-partner {
  overflow: hidden;
}
.c-1400 {
  max-width: 1400px;
  margin: 0 auto;
}
/* slider partner */
.content-partner {
  position: relative;
}

.slider-partner {
  width: 80%;
  overflow: visible;
}

.content-partner .swiper-button-prev,
.content-partner .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23aaaaaa'%2F%3E%3C%2Fsvg%3E");
  left: 0px;
}

.content-partner .swiper-button-next,
.content-partner .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23aaaaaa'%2F%3E%3C%2Fsvg%3E");
  right: 0px;
}

.content-partner .swiper-button-next,
.content-partner .swiper-button-prev {
  width: 34px;
  height: 28px;
  margin-top: -14px;
  background-size: 100%;
  opacity: 1;
}
/**/

.dropdown-item {font-weight: 300;}
/*.bread h1 {font-size: 35px!important; font-weight: 400;}*/
/*.h1home h1 {font-size: 22px;}*/

@media (max-width: 1199px){
  .no-bg-mob {
    background: none !important;
  }
  .padding-custom {padding: 0px 15px!important;min-width: 100%;min-height: 100%;}
  .padding-custom div{display:block;}
  .shadow {box-shadow:none ! important;}
}
@media(max-width: 767px){
  /*  .h1,h1 {font-size: 4vh;}
  .bread h1 {font-size: 4vh!important; font-weight: 400;}
  .paragrafo h2 {font-size: 3vh;}
  .paragrafo h2 span {font-size: 3vh;}*/
}








/*.h1, h1 {font-size: 35px;}
.bread h1 {font-size: 35px!important; font-weight: 500;}*/

@media(max-width: 767px){
  /*.h1,h1 {font-size: 4vh;}
  .bread h1 {font-size: 25px!important; font-weight: 500;}
  .paragrafo h2 {font-size: 3vh;}
  .paragrafo h2 span {font-size: 3vh;}*/
}

/*.h3, h3 {font-size: 1.35rem;}
.h4, h4 {font-size: 1.2rem; font-weight: 500;}*/

.prec-suc {max-width: 35px;}
.locator {position: fixed; bottom: 23px; left: 0; padding: 8px 15px 8px 8px; border-top-right-radius: 100%; border-bottom-right-radius: 100%; background: #fff; box-shadow: 0 0 6px #333; font-size: 30px; line-height: 0; letter-spacing: 0; color: #007bff !important; z-index: 100000; transition: all .6s linear;}
.locator:hover {padding: 8px 18px 8px 14px!important;}
.heightBg {position: relative;}
.heightBg::after {content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 1; background-color: #fff; opacity: .3;}

.sticky-top{ box-shadow: 0 0 35px rgba(0,0,0,.1); }


.btnh {border-radius: 4px; border: 0.5px solid gray; color: #222 !important; display: inline-block; margin: 0 0.25em; overflow: hidden; padding: 24px 38px 24px 16px; position: relative; text-decoration: none; line-height: 1; border-radius: 0;}
.btnh .btn-content {font-weight: 300; font-size: 1em; line-height: 1.2; padding: 0 26px; position: relative; right: 0; transition: right 300ms ease; display: block; text-align: left;}
.btnh .icon {border-left: 1px solid #eee; position: absolute; right: 0; text-align: center; top: 50%; transition: all 300ms ease; transform: translateY(-50%); width: 40px; height: 70%;}
.btnh .icon i {position: relative; top: 75%; transform: translateY(-50%); font-size: 30px; display: block; width: 100%; height: 100%;}
.fa-angle-right::before {content: ""; background: url('/@/js-css/svg/right-arrow.svg'); width: 25px; height: 25px; display: block; background-size: cover; background-position: center; background-repeat: no-repeat; margin: 0 auto;}
.btnh:hover .btn-content {right: 100%;}
.btnh:hover .icon {border-left: 0; font-size: 1.8em; width: 100%;}

@media (max-width: 767px) {  
  .heightBg {height: auto!important; background:transparent!important;margin:3rem 0;}
  .heightBg .heightBg .bg-light{padding: 2rem 1rem;}
}

@media (min-width: 320px) {  
  h1,.h1{font-size:2rem!important;line-height:2.25rem!important;}
  h2,.h2{font-size:1.25rem;line-height:1.5rem;}
  h3,.h3{font-size:1.15rem;line-height:1.25rem;}
  h4,.h4{font-size:1rem;line-height:1.25rem;}
  h5,.h5{font-size:.75rem;line-height:1rem;}
}
@media (min-width: 768px) {  
  h1,.h1{font-size:2rem!important;line-height:2.25rem!important;}
  h2,.h2{font-size:1.5rem;line-height:1.75rem;}
  h3,.h3{font-size:1.25rem;line-height:1.5rem;}
  h4,.h4{font-size:1rem;line-height:1.25rem;}
  h5,.h5{font-size:.75rem;line-height:1rem;}
}
@media (min-width: 992px) {  
  h1,.h1{font-size:2.25rem!important;line-height:2.5rem!important;}
  h2,.h2{font-size:2rem;line-height:2.25rem;}
  h3,.h3{font-size:1.8rem;line-height:2rem;}
  h4,.h4{font-size:1.5rem;line-height:1.75rem;}
  h5,.h5{font-size:1.15rem;line-height:1.25rem;}
}
@media (min-width: 1600px) { 
  h1,.h1{font-size:2.75rem!important;line-height:3rem!important;}
  h2,.h2{font-size:2rem;line-height:2.25rem;}
  h3,.h3{font-size:1.8rem;line-height:2rem;}
  h4,.h4{font-size:1.5rem;line-height:1.75rem;}
  h5,.h5{font-size:1.15rem;line-height:1.25rem;}
}
.container-fluid.bg-light.position-menu-tag{ box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 36px inset; }

/*
.testo-centro h2 {
font-size: 2rem;
}
*/









