@charset "utf-8";

/*  Sezioni
============================================================================

GENERALE
ERROR_404
MODAL_LOGIN
SCELTA_LINGUA
MENU_TOP
HOME_PAGE
FASI_PRODUZIONE
PAGINE_ISTITUZIONALI
PAGINE_COLLEZIONI
PAGINA_DISTRIBUTORI
FORM_CONTATTO
SEZIONE_FOOTER

============================================================================ */


/* GENERALE
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
:root {
	--colore_primario: 42, 82, 144; /* #2a5290  rgb(var(--colore_primario)) */ 
	--colore_secondario: 236, 0, 140; /* #EC008C  rgb(var(--colore_secondario)) */
}
/*:focus {
	border: 1px solid red;
}*/
html {
  /* base di partenza: 100% / 16 px
	 min = 0.875rem → 14px
     ﬂuido =   1.5vw →  1.5% larghezza schermo
     max =   1.125rem → 18px */
	font-size: clamp(0.875rem, 1.5vw, 1.125rem);
}


body {
	font-family: 'Poppins', sans-serif;
	color: #333333;
	background-color: #ffffff;
	font-size: 1rem;
	line-height: normal;
	margin: 0;
    min-height: 100vh;
	display: flex;
    flex-direction: column;
}
.header_top {
    position: relative;
	z-index: 10;
}
main {
	flex: 1;
}
a {
	color: rgb(var(--colore_primario));
	text-decoration: none;
}
#system-message .close {
    cursor: pointer;
}
a:hover,
a:focus {
	color: #444;
	text-decoration: none;
	outline: none;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 300;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	text-decoration: none;
}

p {
	margin: 0;
}

hr {
 	margin: 20px 0;
	border: 0;
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #fff;
	border: #DDDDDD -moz-use-text-color #FFFFFF !important;
}

img {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 100%;
	height: auto;
}


input:focus::-webkit-input-placeholder {
	color: transparent !important;
}
input:focus:-moz-placeholder {
	color: transparent !important;
}
input:focus::-moz-placeholder {
	color: transparent !important;
}
input:focus:-ms-input-placeholder {
	color: transparent !important;
}


textarea:focus::-webkit-input-placeholder {
	color: transparent !important;
}
textarea:focus:-moz-placeholder {
	color: transparent !important;
}
textarea:focus::-moz-placeholder {
	color: transparent !important;
}
textarea:focus:-ms-input-placeholder {
	color: transparent !important;
}

.transition_all_5 {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.copyright {
	text-align: center;
}
.navbar-toggler:focus {
    box-shadow: 0 0 0 .25rem;
}
.frontend_editing {
    position: absolute;
    top: 55px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 300px;
    padding: 10px;
    background: #2196f3;
    color: white;
    text-align: center;
    z-index: 10000000;
}
.frontend_editing .icons .float-end {
	float: none !important;
}
.frontend_editing .icons a {
	color: #fff;
}
.frontend_editing .icons [role="tooltip"] {
	border-top: 1px solid #fff;
    margin-top: 5px;
    padding-top: 3px;
}
.private_label {
    margin-top: clamp(1.2rem, 6vw, 8.5rem);
}
.produzione_label {
	margin-bottom: clamp(1.2rem, 6vw, 8.5rem);
}
.private_label .cerchio {
    height: 440px;
    background-color: #ccc;
    border-radius: 50%;
	display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
	background-color: #007837;
}
.private_label .circle {
	position: relative;
    width: 100%;
    height: 0;
    padding-top: 100%;
    border: 1px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    background-color: #007837;
    border-radius: 50%;
}
.private_label .circle_int {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	width: 100%;
}
.private_label .question {
    text-align: center;
    margin-top: 0;
	font-size: clamp(1.2rem, 1vw, 4.5rem);
    line-height: clamp(1.5rem, 1.2vw, 4.5rem);
    color: #fff;
}
.cta_private_label {
	display: table;
    text-transform: uppercase;
    background-color: #333;
    color: #fff;
    margin-top: 25px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 7px;
    padding-bottom: 5px;
	margin-left: auto;
    margin-right: auto;
}
.cta_private_label:hover {
    background-color: #fff;
}



/* ERROR_404
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.error_container {
    position: relative;
    padding: 15px;
}
.error_container .error_image {
    display: block;
    margin: auto;
}
.error_container h1 {
    text-align: center;
    font-size: 38px;
    line-height: 38px;
}



/* MODAL_LOGIN
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.modal_login_container .modal_login_trigger, .logout-button {
	position: absolute;
    right: 15px;
    top: 15px;
    z-index: 10;
}
.modal_login_container .modal_login_trigger:hover, .logout-button .btn:hover {
	color: #ccc;
}
.modal_login_container .modal_login_trigger:focus, .logout-button .btn:focus {
	color: #0099ff;
	box-shadow: none;
}
.logout-button .btn {
	padding: 0;
    background-color: transparent;
    border: 0;
    color: #0d6efd;
}
#modal-login .mod-login__password input:focus {
    box-shadow: none;
}
.modal_login_container .mod-login__username,
.modal_login_container .mod-login__password {
	margin-bottom: 15px;
}
.modal_login_container .mod-login__submit button {
    display: block;
    margin: auto;
}



/* SCELTA_LINGUA
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.mod-languages {
    position: absolute;
    right: 50px;
    top: 8px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.mod-languages .btn-secondary:focus {
    box-shadow: none;
}
div.mod-languages a {
    display: block;
	text-align: right;
    padding-right: 23px;
}
div.mod-languages .dropdown-menu {
    padding: 0;
}
div.mod-languages ul.lang-block li {
    margin: 0;
	padding: 0;
}
div.mod-languages .btn-group .btn {
    padding-bottom: 2px;
    padding-top: 5px;
}




/* MENU_TOP
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.header_top {
    position: absolute;
    width: 100%;
    top: 30px;
    z-index: 999999;
}
.header_top .container {
    max-width: 90%;
}
.header_container {
    background: rgba(255, 255, 255, .7);
    height: 105px;
    width: 100%;
    display: flex
;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.header_top .logo_container {
    width: 220px;
    float: left;
    margin-left: 30px;
}
.menu_container {
    width: auto;
    float: right;
    display: flex;
    align-items: center;
}

.header_top .logo_container img {
    width: 100%;
}
.area_partner_menu {
    border: 2px solid #333;
    text-align: center;
    padding: 15px 15px;
    color: #333;
    margin-right: 40px;
}
.language {
    width: 50px;
    height: 50px;
    font-weight: 100;
    margin-right: 10px;
}
.burger_menu {
    width: 45px;
    height: 45px;
    margin-right: 40px;
    position: relative;
    top: -3px;
}
.area_partner_menu:hover {
    background: #999;
    color: #fff;
    transition: all .3s;
}
.area_partner_menu a {
    color: #333;
    transition: all .3s;
}
.area_partner_menu a img {
	width: 120px;
}
.area_partner_menu:hover a {
    color: #fff;
    text-decoration: none;
    transition: all .3s;
}
.area_partner_menu {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 500;
	font-size: 16px;
}
.area_partner_menu.shop {
	padding-top: 2px;
    padding-bottom: 3px;
}
.area_partner_menu.partner {
	margin-right: 30px;
	padding-left: 60px;
    padding-right: 60px;
	padding-top: 3px;
    padding-bottom: 2px;
}
.eng, .ita {
    width: 45px;
    position: absolute;
    transition: all .3s;
}
.eng, .ita {
    opacity: 0;
    top: 35px;
}
.language a {
    position: absolute;
    font-size: 22px;
    color: #333;
    width: 50px;
}
.language .eng:lang(it) {
    opacity: 0;
}
.language .ita:lang(it),.language .eng:lang(en) {
    opacity: 1;
    pointer-events: none;
}
.language:lang(it):hover .eng, .language:lang(en):hover .ita {
    opacity: 1;
    text-decoration: none;
}
.language:lang(it):hover .ita, .language:lang(en):hover .eng {
    opacity: 0;
}
.language span {
    color: rgb(var(--colore_secondario));
    font-size: 50px;
    position: absolute;
    right: 10px;
    top: -24px;
    pointer-events: none;
}
.ham {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    transition: transform 400ms;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.ham1 .top {
    stroke-dasharray: 40 139;
}
.burger_menu svg path {
    stroke: rgb(var(--colore_primario));
}
.header_top .line {
    fill: none;
    transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
    stroke: #000;
    stroke-width: 5.5;
    stroke-linecap: round;
}
.ham1 .bottom {
    stroke-dasharray: 40 180;
}
.hidden_menu ul {
    list-style-type: none;
    padding-left: 15px;
    padding-right: 15px;
	display: flex;
    justify-content: space-between;
}
.hidden_menu ul li {
    text-align: center;
    padding-top: 8px;
}
.hidden_menu a {
    color: #333;
    transition: all .3s;
}
.header_active .hidden_menu {
    visibility: visible;
    opacity: 1;
    height: 40px;
    max-height: 40px;
    transition: all .3s;
    bottom: -45px;
}
.language span, .video_cover h1 span, .image_cover h1 span, .image_cover h2 span, .collections_slider_title h3, .box_text_container h2, .link_footer span, .contact_form h4, .private_certification h4, .private h4, .sost_container h4, .contact_form * {
    font-family: 'Playfair Display', serif;
}
.contenuto_istituzionale .testo {
    background-color: #f5f5f5;
    padding-left: 14%;
    padding-right: 14%;
}
.contenuto_istituzionale .testo h2 {
    font-family: "Podkova", serif;
    font-size: clamp(0.875rem, 10vw, 4.5rem);
    line-height: clamp(0.875rem, 9vw, 4rem);
    text-transform: uppercase;
}
.contenuto_istituzionale .testo p {
    font-family: "Poppins", serif;
    font-size: clamp(1.2rem, 1.5vw, 4.5rem);
    line-height: clamp(1.5rem, 2vw, 4.5rem);
    margin-top: 60px;
}
.burger_menu {
	display: none;
}
.menu_desktop {
    position: relative;
    top: 6px;
}
.menu_desktop .hidden_menu {
	visibility: visible;
    opacity: 1;
    position: relative;
    background: transparent;
    max-height: unset;
	visibility: hidden;
} 
.menu_desktop .hidden_menu ul li {
	text-align: left;
    float: none;
    display: inline-block;
    vertical-align: top;
    width: auto;
}
.menu_desktop .hidden_menu a {
    color: #333;
	font-size: 17px;
	line-height: 17px;
}
.menu_desktop .hidden_menu a:after {
	content: '|';
    position: relative;
    top: -1px;
    margin-left: 6px;
}
.menu_desktop .hidden_menu a[title="Whistleblowing"]:after {
	display: none;
}
.sotto_menu_desktop .hidden_menu {
	/*visibility: visible;
    opacity: 1;
    max-height: unset;
    bottom: -42px;
    padding-bottom: 5px;
    font-size: 1rem;
    position: absolute;
    left: 0;
    transition: all .3s;
    width: 100%;
    background: rgba(255, 255, 255, .7);*/
	visibility: visible;
    opacity: 1;
    font-size: 1rem;
    transition: all .3s;
    background: rgba(255, 255, 255, .7);
    position: relative;
    height: 40px;
    top: 2px;
}




/* HOME_PAGE
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.video_cover {
    width: 100%;
    height: 80vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: #e3e3e3;
}
.video-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}
#video-home, 
#video-placeholder {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    object-fit: cover;
	z-index: 10;
}
/* all’inizio nascondo l’immagine */
#video-placeholder {
    display: none;
    cursor: pointer;
}
.video_cover .vjs-fill video {
    object-fit: cover;
}
.video_cover h1 {
    z-index: 1;
    text-align: center;
    color: white;
    width: 90%;
    margin: 0 auto;
    font-size: 50px;
    font-weight: 100;
}
.video-js .vjs-big-play-button {
	display: none !important;
}
.vjs-poster {
	background-size: cover !important;
}
.claim_home {
	padding-top: clamp(0.875rem, 10vw, 5.5rem);	
	padding-bottom: clamp(0.875rem, 10vw, 8.5rem);
}
.claim_home h1 {
	font-family: "Podkova", serif;
	font-size: clamp(0.875rem, 8vw, 3.5rem);
    line-height: clamp(0.875rem, 8vw, 4rem);
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
}
.blocchi_istituzionali .type_01 {
	height: 70vh;
}
.blocchi_istituzionali .testo {
	background-color: #f5f5f5;
	padding-left: 14%;
    padding-right: 14%;
}
.blocchi_istituzionali .testo.dark {
	background-color: #404040;
	padding-top: 14%;
    padding-bottom: 14%;
	color: #fff;
	height: 100%;
}
.blocchi_istituzionali .testo .occhiello {
	font-family: "Poppins", sans-serif;
	font-size: 24px;
	line-height: 24px;
	text-transform: uppercase;
	margin-bottom: 20px;
	margin-top: 0;
}
.blocchi_istituzionali .testo h2 {
	font-family: "Podkova", serif;
	font-size: clamp(0.875rem, 4.5vw, 4.5rem);
	line-height: clamp(0.875rem, 4.5vw, 4rem);
	text-transform: uppercase;
}
.blocchi_istituzionali .testo p {
	font-family: "Poppins", serif;
	font-size: clamp(1.2rem, 1.5vw, 4.5rem);
	line-height: clamp(1.5rem, 2vw, 4.5rem);
    margin-top: 30px;
}
.blocchi_istituzionali .testo a {
	font-family: "Poppins", serif;
	font-size: 24px;
	line-height: 24px;
	text-transform: uppercase;
	margin-top: 30px;
    text-decoration: underline;
	color: #333;
}
.blocchi_istituzionali .testo.dark a {
	color: #fff;
    background-color: #007837;
    align-self: flex-start;
    text-decoration: none;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 13px;
    padding-bottom: 11px;
    border-radius: 22px;
}
.blocchi_istituzionali .foto_inner {
	height: 70vh;
}
.blocchi_istituzionali .riga_dark {
	margin-top: 30px;
}
.collezioni h1 {
	font-family: "Podkova", serif;
    font-size: clamp(0.875rem, 10vw, 3.5rem);
    line-height: clamp(0.875rem, 9vw, 4rem);
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
	margin-bottom: 3rem;
}
.fasi_produzione {
    margin-bottom: 150px;
}
.fasi_produzione .mySwiperProdHome {
	padding-bottom: 30px;
}
.fasi_produzione .mySwiperProdHome a {
	display: block;
    margin: auto;
	width: 100%;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.fasi_produzione .mySwiperProdHome a:hover {
/*	height: 440px;
	position: relative;
    top: 30px;*/
}
.fasi_produzione .mySwiperProdHome .titolo_prod {
	text-align: center;
    font-family: "Podkova", serif;
    color: #333333;
    font-size: clamp(2.5rem, 2.5vw, 2rem);
    margin-bottom: 7px;
}
.fasi_produzione .mySwiperProdHome img {
	/*max-height: 400px;*/
	width: 100%;
    height: 100%;
    object-fit: cover;
}
.fasi_produzione .mySwiperProdHome .swiper-pagination {
	position: relative;
    bottom: unset;
    top: 15px;
}
.collections_slider {
    padding-top: 100px;
    /*height: 870px;
    overflow-x: hidden;*/
}
.swiper-container-collections {
    position: relative;
}
.collections_slider .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
}
.collections_slider_container a {
	position: relative;
	background-color: #ececec;
    display: block;
	height: 600px;
}
.collections_slider_box {
    height: 600px;
    position: relative;
    transform: scale(1);
    transition: all .4s;
    transform-origin: top left;
}
.collections_slider_logo {
    width: 150px;
    position: absolute;
    right: 25px;
    bottom: 10px;
    z-index: 99999999;
}
.collections_slider_container .logo_collection {
    width: 150px;
    position: absolute;
    z-index: 100;
    bottom: 10px;
    right: 25px;
}
.collections_slider_title h2 {
	position: relative;
    color: #333333;
    z-index: 3;
    font-family: "Podkova", serif;
    line-height: 2rem;
    font-weight: 500;
    text-align: center;
    font-size: clamp(2.3rem, 2.5vw, 2.3rem);
    margin-bottom: 15px;
}
.collections_slider_image {
    width: 450px;
    height: 600px;
    position: absolute;
    top: 0;
    left: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 2;
}
.collections_slider .swiper-slide {
    /*width: calc(40% - 60px);
    margin: 30px;*/
}
.gruppo {
    margin-bottom: 150px;
	margin-top: 150px;
}
.gruppo h2 {
	font-family: "Podkova", serif;
    font-size: 86px;
    line-height: 86px;
    text-align: center;
    font-weight: 700;
}
.gruppo p {
	font-family: "Poppins", serif;
    font-size: 50px;
    line-height: 55px;
    margin-top: 0;
    text-align: center;
    margin-bottom: 30px;
}
    /* 1. Contenitore: nasconde l’eccesso */
    .marquee {
      overflow: hidden;
      width: 100%;
      /* altezza fissata in base alla tua immagine, oppure auto */
      height: 600px;
      position: relative;
    }
    /* 2. Wrapper flessibile in orizzontale */
    .marquee__inner {
      display: flex;
      /* placeholder per la variabile JS */
      --img-w: 0px;
      animation: scroll-right var(--duration, 20s) linear infinite;
		height: 100%;
    }
    .marquee__inner img {
      flex-shrink: 0;    /* evita il ridimensionamento */
      height: 100%;      /* scala l’immagine all’altezza del contenitore */
		max-width: unset;
    }
	 .marquee:hover .marquee__inner {
  animation-play-state: paused;
}
    /* 3. L’animazione sposta di esattamente la larghezza di una copia */
    @keyframes scroll-right {
  from {
    transform: translateX(calc(-1 * var(--img-w)));
  }
  to {
    transform: translateX(0);
  }
}



/* FASI_PRODUZIONE
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.produzione_cover {
	height: 80vh;
    display: flex;	
	background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
	align-items: center;
    justify-content: center;
}
.produzione_cover h1 {
	font-family: Podkova;	
	color: #fff;
	font-size: 150px;
    line-height: 150px;
	text-shadow: 0 0 37px rgba(0, 0, 0, 0.6);
	text-transform: uppercase;
}
.produzione_cover img {
	object-fit: cover;
    width: 100%;
    height: 100%;
    object-position: top;	
}
.descrizione_produzione h2 {
    font-family: "Podkova", serif;
    font-size: 60px;
    line-height: 65px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
}
.descrizione_produzione p {
    font-family: "Poppins", serif;
    font-size: 28px;
    line-height: 40px;
    margin-top: 40px;
    text-align: center;
}
.descrizione_produzione {
    margin-bottom: 150px;
	margin-top: 120px;
}
.video_produzione {
	width: 100%;
	height: 90vh;
	background-color: #ccc;
	position: relative;
}
.video_produzione iframe {
	object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 0;
}
.citazione_produzione {
    margin-top: 100px;
    margin-bottom: 150px;	
}
.citazione_produzione .citazione {
    font-family: "Poppins", serif;
    text-align: center;
    font-size: 35px;
    line-height: 45px;
    font-style: italic;
    font-weight: 500;
	margin-bottom: 80px;
	position: relative;
}
.citazione_produzione .citazione:before {
	content: '“';
    font-family: "Podkova", serif;
    position: absolute;
    left: -76px;
    top: -15px;
    font-size: 160px;
}
.citazione_produzione .citazione:after {
	content: '”';
    font-family: "Podkova", serif;
    position: absolute;
    right: -70px;
    bottom: -40px;
    font-size: 160px;
}
.citazione_produzione .nome_citazione {
    font-family: "Poppins", serif;
    text-align: center;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 30px;
    font-weight: 200;
	margin-bottom: 10px;
}
.citazione_produzione .funzione_citazione {
    font-family: "Poppins", serif;
    text-align: center;
    font-size: 24px;
    line-height: 24px;
    font-weight: 200;
}
.img_no_video_produzione {
	width: 100%;
	height: 90vh;
	position: relative;
}
.img_no_video_produzione img {
	object-fit: cover;
	width: 100%;
    height: 100%;
}
.soluzioni {
	margin-bottom: 150px;
}
.soluzioni h2 {
	font-family: "Podkova", serif;
    font-size: 60px;
    line-height: 65px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
}
.soluzioni p {
	font-family: "Podkova", serif;
    text-align: center;
    font-size: 18px;
    line-height: 18px;
    margin-top: 15px;
}
.swiper-container-soluzioni .swiper-wrapper {
	display: flex;
	height: auto !important;
	align-items: flex-end !important;
}
.swiper-container-soluzioni .swiper-slide {
  width: auto;       /* larghezza = contenuto */
  flex-shrink: 0;    /* non si accorcia oltre */
}
.swiper-container-soluzioni .swiper-slide img {
  display: block;
  width: auto;
  height: auto;
}
.menu_interno_produzione {
    margin-top: 25px;
}
.menu_interno_produzione .mySwiperProdHome .swiper-slide {
	height: 160px;
    transition: all 0.3s ease;
	position: relative;
}
.menu_interno_produzione .mySwiperProdHome .swiper-slide-active {
    opacity: 1;
    z-index: 2;
}
.menu_interno_produzione .mySwiperProdHome img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit;
}
.menu_interno_produzione .hover_prod {
	position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.menu_interno_produzione .hover_prod p {
	/*display: none;*/
	opacity: 0;
	transition: all 0.3s ease;
	text-align: center;
}
.menu_interno_produzione .swiper-slide-active .hover_prod {
	background-color: rgb(51 51 51 / 70%);
    color: #fff;
    font-family: "Podkova", serif;
    font-size: 30px;
    line-height: 30px;
    text-transform: uppercase;
}
.menu_interno_produzione .swiper-slide-active .hover_prod p {
	opacity: 1;
}
.menu_interno_produzione .swiper-slide:not(.swiper-slide-active):hover .hover_prod p {
	opacity: 1;
	transition: all 0.3s ease;
    color: #fff;
    font-family: "Podkova", serif;
    font-size: 30px;
    line-height: 30px;
    text-transform: uppercase;
	text-align: center;
}
.menu_interno_produzione .swiper-slide:not(.swiper-slide-active):hover .hover_prod {
	opacity: 1;
	transition: all 0.3s ease;
	background-color: rgb(51 51 51 / 70%);
    font-family: "Podkova", serif;
}





/* PAGINE_ISTITUZIONALI
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.istituzionale_cover {
	height: 80vh;
    display: flex;	
	background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
	align-items: center;
    justify-content: center;
}
.istituzionale_cover .hero_title {
    font-family: Podkova;
    color: #fff;
    font-size: clamp(0.875rem, 14vw, 8.5rem);
    line-height: clamp(0.875rem, 14vw, 8.5rem);
    text-shadow: 0 0 37px rgba(0, 0, 0, 0.6);
    text-transform: uppercase;
	text-align: center;
	display: none;
}
.contenuto_istituzionale {
	margin-top: clamp(0.875rem, 14vw, 5.5rem);
    margin-bottom: clamp(0.875rem, 14vw, 8.5rem);
}
.contenuto_istituzionale h1,
.contenuto_istituzionale h2 {
    font-family: "Podkova", serif;
    font-size: clamp(0.875rem, 10vw, 4.5rem);
    line-height: clamp(0.875rem, 9vw, 4rem);
    text-transform: uppercase;
}
.contenuto_istituzionale p {
    font-family: "Poppins", serif;
    font-size: clamp(1.2rem, 1vw, 4.5rem);
    line-height: clamp(1.5rem, 2vw, 4.5rem);
	margin-top: 40px;
}
.immagine_tratto {
	margin-top: 150px;
	margin-bottom: 150px;
}
.cerificazioni_istituzionali p {
	text-align: center;
	margin-bottom: 70px;
}
.cerificazioni_istituzionali .align_center {
	text-align: center;
}
.cerificazioni_istituzionali .align_right {
	text-align: right;
}
.elenco_istituzionali {
    margin-top: clamp(1.2rem, 10vw, 4.2rem);
}
.elenco_istituzionali img {
	display: inline-block;
    width: 105px;
    margin-right: 20px;
    vertical-align: middle;
}
.elenco_istituzionali p {
	display: inline-block;
	vertical-align: middle;
	width: 75%;
    line-height: 34px;
}
.certificaizioni_ist.uno {
	margin-top: 130px;
}
.certificaizioni_ist {
	margin-top: 50px;
}
.certificaizioni_ist img {
	display: block;
	margin: auto;
}
.certificaizioni_ist h1,
.certificaizioni_ist h2 {
	margin-bottom: 50px;
}
.fascia_sfondo_alberi img {
	width: 100%;
}
.contenuto_istituzionale .intro p {
	margin-bottom: clamp(0.875rem, 10vw, 4.5rem);
}




/* PAGINE_COLLEZIONI
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.collezioni_cover {
	height: 80vh;
    display: flex;	
	background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
	align-items: flex-end;
    justify-content: center;
}
.contenuto_collezioni {
	margin-top: clamp(0.875rem, 14vw, 5.5rem);
    margin-bottom: clamp(0.875rem, 14vw, 8.5rem);
}
.contenuto_collezioni h1,
.contenuto_collezioni h2 {
    font-family: "Podkova", serif;
    font-size: clamp(0.875rem, 10vw, 4.5rem);
    line-height: clamp(0.875rem, 9vw, 4rem);
    text-transform: uppercase;
}
.contenuto_collezioni p {
    font-family: "Poppins", serif;
    font-size: clamp(1.2rem, 1vw, 4.5rem);
    line-height: clamp(1.5rem, 2vw, 4.5rem);
	margin-top: 40px;
}
.catalogo_collezione .mySwiperCatCollezione {
    /*height: 85vh;*/
	margin-bottom: clamp(0.875rem, 14vw, 2rem);
	padding-bottom: 40px;
}
.catalogo_collezione .mySwiperThumbnails {
    margin-bottom: 100px;
}
.catalogo_collezione .mySwiperThumbnails .swiper-slide {
    cursor: grab;
}
.catalogo_collezione .swiper-slide {
	/*height: 85vh;*/
    /*display: flex;
    justify-content: center;
    align-items: flex-start;
    height: 100%;*/
}
.catalogo_collezione .img_cont {
    /*display: inline-block;
    border: 1px solid #ccc;
	height: 100%;*/
}
.catalogo_collezione .mySwiperCatCollezione img {
	display: block;
	width: auto;
	max-height: 85vh;
	border: 1px solid #ccc;
}
.catalogo_collezione .mySwiperCatCollezione .page-right img {
	float: right;
}
.mySwiperCatCollezione .page-right::after {
  content:"";
  position:absolute;
  top:0; bottom:0; right:0;
  width:100px;
  pointer-events:none;
  background: linear-gradient(to left, rgba(0,0,0,0.2), transparent);
}
.mySwiperCatCollezione .page-left::after {
  content:"";
  position:absolute;
  top:0; bottom:0; left:0;
  width:100px;
  pointer-events:none;
  background: linear-gradient(to right, rgba(0,0,0,0.2), transparent);
}
.mySwiperThumbnails img {
	border: 1px solid #ccc;
}
.mySwiperThumbnails .thumb_page {
	text-align: center;
	font-size: 15px;
}
.catalogo_collezione .swiper-pagination-fraction {
    position: relative;
    top: 11px;
}
.catalogo_collezione .swiper-button-next, .catalogo_collezione .swiper-button-prev {
	color: #333;
}
.marchio_collezione {
	margin-bottom: 30px;
}





/* PAGINA_DISTRIBUTORI
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.distributori_mobile {
	/*display: none;*/
}
.distributori_mobile .pari{
	background-color: #eee;
}
.distributori_mobile .riga{
	height: 60px;
	margin-top: 20px;
    margin-bottom: 20px;
}
.map-svg { 
	width: 100%;  
	display:block; 
	object-fit: contain;
    height: 100%;
}
.distributori_cont {
	position: relative;
	height: calc(100vh - 150px);
    margin-top: 150px;
	margin-bottom: 50px;
}
.img_distributori {
    max-width: 100%;
    width: 100%;
    object-fit: contain;
    height: 100%;
}
.punto.distributore {
	fill: #d41317;                 /* centro fucsia */
  stroke: #fff;               /* anello blu */
  stroke-width: 0.5;               /* spessore anello */
  paint-order: stroke fill;     /* disegna prima lo stroke = anello “fuori” */
  vector-effect: non-scaling-stroke;
}
.punto.distributore.italia, .punto.distributore.italy {
	fill: #007837;
}
.punto {
    height: 15px;
    width: 15px;
    cursor: pointer;
	display: block;
}
.punto span {
    height: 15px;
    width: 15px;
    cursor: pointer;
    background: rgba(43, 81, 144, 0.87);
}
.distributore span {
    max-height: 0px;
    display: block;
    margin-left: 20px;
    color: rgb(255, 255, 255);
    height: auto !important;
    width: 270px !important;
    z-index: 99999 !important;
    background: rgb(236, 0, 140);
    transition: 200ms ease-in-out;
    padding: 0px 8px;
    overflow: hidden;
}
.punto:hover span {
    max-height: 280px;
}
.brands {
	padding: 0;
	list-style: none;
}
.brands li {
	margin-bottom: 15px;
}
.brand_distributore {
	width: 60px;
	display: block;
	margin: auto;
}
.franzoni .brand_distributore {
	width: 75px;
}
.jolie-folie .brand_distributore {
	width: 71px;
}
.popover h3 {
	background-color: #808080;
    color: #fff;
    text-align: center;
    font-weight: 500;
    padding: .4rem .8rem;
}
.distributori_mobile .paese {
    color: #fff;
    text-align: center;
    font-size: 18px;
    line-height: 30px;
    height: 100%;
}
.distributori_mobile .paese_inner {
	background-color: #808080;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.brand-filter {
    display: flex;
    gap: .5rem;
    align-items: center;
    flex-wrap: wrap;
    margin-block: 1rem;
    position: absolute;
    flex-direction: column;
    top: 50%;
    transform: translateY(-50%);
	margin-left: 20px;
}
.brand-chip {
	box-sizing: border-box;           /* evita “salti” quando il bordo cresce */
	border: 1px solid #ddd; 
	padding: .4rem 1.2rem; 
	border-radius: 999px; 
	background: #fff; 
	cursor: pointer;
}
.brand_button_cont {
	display: flex;
    flex-direction: column;
    width: auto;
}
.brand_button_cont .brand-chip {
	margin-bottom: 10px;
	height: 56px;
}
.brand-chip img { 
	height: 40px; 
	display: block; 
	margin: auto;
}
.brand-chip[data-brand="franzoni"] img { 
	height: 26px; 
}
.brand-chip[data-brand="jolie-folie"] img { 
	height: 26px; 
}
.brand-chip.active { 
	border: 2px solid #222; 
}
.markers .distributore.is-hidden { 
	display: none; 
} /* nasconde i puntini non matching */




/* FORM_CONTATTO
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.form_contatto {
	background-color: #f1f1f1;
	padding-bottom: clamp(2.5rem, 2vw, 3.5rem);
}
.form_contatto .info_title {
	font-size: clamp(2.5rem, 1vw, 3.5rem);
    line-height: clamp(2.5rem, 2vw, 3.5rem);
    text-align: center;
    font-family: "Podkova", serif;
    padding-top: clamp(2.5rem, 2vw, 3.5rem);
    padding-bottom: clamp(2.5rem, 2vw, 3.5rem);
}
.form_contatto input, 
.form_contatto textarea,
.form_contatto .rsform-block-provincia-country select {
	background-color: #d9d9d9;
    border: 0;
    border-radius: 0;
}
.form_contatto .rsform-block-richiesta,
.form_contatto .formControls,
.form_contatto .rsform-block-richiesta textarea {
    height: 100%;
}
.form_contatto .rsform-block-citta,
.form_contatto .rsform-block-richiesta {
	margin-bottom: 0 !important;
}
#rsform_error_3 .formRed {
    text-align: center;
    margin-bottom: 30px;
}
.form_contatto .formValidation .formError {
	color: red;
    font-size: 15px;
    font-weight: 600;
    padding-left: .75rem;
}
.form_contatto .rsform-block-privacy {
    margin-top: 40px;
}
.form_contatto .rsform-block-invio {
	margin-top: 30px;
}
.form_contatto .rsform-block-invio button {
	background-color: #d9d9d9;
    border: 0;
    border-radius: 0;
    text-transform: uppercase;
    color: #666;
}
.form_contatto .rsform-block-privacy label,
.form_contatto .rsform-block-privacy label a {
	font-size: 0.8rem;
    line-height: 0.8rem;
}
.form_contatto .rsform-block-privacy label a {
	color: #333;
    font-size: 0.7rem;
}
.form_contatto .rsform-block-privacy input {
	border-radius: 0;
    border: 1px solid #666;
    background-color: transparent;
}
.form_contatto .rsform-block-privacy input:checked {
	background-color: #404040;
} 
.rsform-block-nome-cognome label {
  position: absolute !important;  /* Estrae l’elemento dal flusso di pagina */
  width: 1px;                     /* Rende l’elemento praticamente invisibile */
  height: 1px;                    
  padding: 0;                     
  margin: -1px;                   /* Lo sposta fuori dall’area visibile */
  overflow: hidden;               /* Nasconde eventuale contenuto */
  clip: rect(0, 0, 0, 0);         /* Definisce un “ritaglio” nullo */
  white-space: nowrap;            /* Evita andate a capo indesiderate */
  border: 0;                      /* Rimuove eventuali bordi */
}






/* SEZIONE_FOOTER
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.blue_footer {
    background: #404040;
    padding: 20px 0;
    color: white;
}
.footer_logo_container {
    width: 360px;
    margin-bottom: 30px;
}
.footer_logo_container img {
    width: 200px;
}
.contact_footer p, .footer_menu_column h3 {
    font-size: 20px;
    font-weight: 300;
}
.contact_footer .indirizzo {
	margin-bottom: 35px;
}
.blue_footer a {
    color: white;
    font-weight: 300;
}
.footer_menu_column h3 {
    text-transform: uppercase;
    border-bottom: 1px solid white;
    padding-bottom: 10px;
    margin-bottom: 30px;
    width: 150px;
    font-size: 22px;
    margin-top: 15px;
}
.footer_menu_column ul {
    list-style-type: none;
    padding-left: 0;
}
.footer_menu_column ul li {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 300;
}
.main_certifications {
    display: flex;
    align-items: center;
}
.main_certifications img {
    width: 32.5%;
    margin: 0 10%;
    float: left;
}
.secondary_certifications {
    overflow: auto;
    display: block;
    background: white;
    padding: 15px;
    margin: 40px 0 20px 0;
}
.secondary_certifications_inner ul {
    padding: 0;
    display: table;
    margin: auto;
}
.secondary_certifications_inner ul li {
    display: inline-block;
}
.secondary_certifications img {
    width: 30%;
    float: left;
    margin: 0 1.5%;
    overflow: auto;
    min-height: 90px;
}
.secondary_certifications_inner img {
    float: none !important;
    height: 90px;
    width: auto !important;
    display: inline-block;
    margin-left: 10px !important;
    margin-right: 10px !important;
}
.link_footer {
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
}
.link_footer span {
	margin-right: 10px;
}
.link_footer i {
    font-size: 24px;
    margin-right: 10px;
    position: relative;
    top: 2px;
}
.white_footer {
    font-size: 14px;
}
.white_footer .row {
    width: 600px;
    margin: 10px auto;
}
.white_footer_container_a {
    width: 100%;
	margin-bottom: 10px;
    margin-top: 10px;
	border-bottom: 1px solid #ccc;
    padding-bottom: 8px;
}
.white_footer_container_a, .white_footer_container_b {
    justify-content: space-between;
    display: flex;
    flex: auto;
}
.white_footer_container_a a, .white_footer_container_b a, .white_footer_container_b {
    color: #333;
}
.white_footer_container_a .privacy_cookie_policiy .iubenda-embed {
    font-family: 'Poppins', sans-serif !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    color: #333 !important;
    border: 0 !important;
    box-sizing: unset !important;
    box-shadow: none !important;
}
.white_footer_container_b {
	margin-bottom: 20px;
}
.white_footer_container_b p {
    margin-bottom: 0;
}
.footer_menu_column .hidden_menu {
	visibility: visible;
    opacity: 1;
    position: relative;
}
.footer_menu_column .hidden_menu ul {
display: block;	
}
.footer_menu_column .hidden_menu ul li {
	display: block;
    float: unset;
    width: 100%;
    text-align: left;
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 5px;
}
.footer_menu_column .mini_menu {
	margin-top: 15px;
    text-transform: uppercase;
    font-weight: 200;
    border-bottom: 1px solid #ccc;
    width: 190px;
    margin-bottom: 5px;
}














