/*--- header ---*/
.menu-header-001-header {
    position:absolute;
    top:0;
    left:0;
    padding:0 0 0 0;
    width:100%;
    height: 90px;
    z-index:1100;
    background-color: transparent;
}

.menu-header-001-header-scroll {
    position:fixed;
    top:-90px;
    left:0;
    padding:0 0 0 0;
    width:100%;
    height: 90px;
    background-color:#fff;
    box-shadow: -1px 1px 6px -1px rgba(0,0,0,0.5);
    z-index:999;
}

.menu-header-001-header-scroll .logo,
.menu-header-001-header .logo {
    position:relative;
    margin:0;
    padding:0 0 0 0;
    width: 240px;
    height:90px;
    float:left;
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 320px) {

    .menu-header-001-header-scroll .logo, 
    .menu-header-001-header .logo {
        width: 180px;
    }

}

.menu-header-001-header-scroll .logo img,
.menu-header-001-header .logo img {
    width: auto;
    height: 90px;
}

.menu-header-001-nav {
    position:relative;
    margin:0 0 0 0;
    padding:0 0 0 0;
    float:right;
    height:90px;
    display: table;
}

.menu-header-001-nav ul {
    position:relative;
    margin:0 0 0 0;
    padding:0 0 0 0;
    height:21px;
}

.menu-header-001-nav ul li {
    position:relative;
    margin:0 20px 0 0;
    padding:0;
    list-style:none;
    text-align:center;
    float:left;
}

.menu-header-001-nav ul li.search {
    height:21px;
    padding: 29px 0 0 0;
}

.menu-header-001-nav ul li.hamburger {
    float:right;
}

.menu-header-001-nav ul li a {
    margin:0;
    padding:0;
    display: block;
    line-height: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    color: #fff;
    font-family: Gotham Medium;
    font-size: 14px;
    text-transform: uppercase;
}

.menu-header-001-nav ul li a:hover {
    color: #ddd;
}

.menu-header-001-nav ul li a.active {
/*
    box-shadow:0 2px 0px -1px rgba(255,255,255,0.5);
*/
    color:#ddd;
}

.menu-header-001-header-scroll .menu-header-001-nav ul li a {
    color:#333;
}

.menu-header-001-header-scroll .menu-header-001-nav ul li a:hover {
    color:#888;
}

.menu-header-001-header-scroll .menu-header-001-nav ul li a.active {
/*
    box-shadow:inset 0 2px 0px -1px rgba(0,0,0,0.5);
*/
    color:#888;
}

.menu-header-001-nav .for-shop {
    position:relative;
    top:21px;
}

@media only screen and (max-width: 930px)
{

    .menu-header-001-nav ul li {
        margin: 0 10px 0 0;
    }

}

@media only screen and (max-width: 768px)
{

    .menu-header-001-nav ul li {
        margin: 0 25px 0 0;
    }

}

@media only screen and (max-width: 575px)
{

    .menu-header-001-nav ul li {
        margin: 0 5px 0 0;
    }

    .menu-header-001-nav .for-shop {
        position:absolute;
        right:5px;
        top:21px;
    }
}

@media only screen and (max-width: 320px)
{

    .menu-header-001-nav ul li {
        margin: 0 0 0 0;
    }

}

/*--- ! ---*/
	
	.numero-verde-dim {
		width: 140px;
	}
/*--- footer ---*/

/*

il footer normalmente è in posizione relativa, ovvero scorre con il resto della pagina

se aggiungo la classe .reveal lo rendo fisso in basso alla pagina

*/
/*
variabili footer 
	colore sfondo 
	--bg-footer:transparent !important;

	colore generale
	--color-footer:#bbb;

	colore link
	--color-footer-link:#fff;

	colore link hover
	--color-footer-link-over:#888;

*/
:root {
	--bg-footer-001: transparent;
	--color-footer-001: #fff;
	--color-footer-link-001: #fff;
	--color-footer-menu-001: #fff;
	--color-footer-link-over-001: #fd0;
}


.footer-001-footer {
	position: relative;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	display: block;
	width: 100%;
	height:100%;
	background-color: var(--bg-footer-001);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	font-family: 'Lato', sans-serif;
	overflow: hidden;
}

.footer-001-footer.reveal {
	position: fixed;
	bottom: 0;
	left: 0;
	right: auto;
	top: auto;
}

.footer-001-footer .company {
	position:relative;
	color:var(--color-footer-001);
	font-size:13px;
	font-weight:300;
	line-height:20px;
}

.footer-001-footer .company a {
	color:var(--color-footer-link-001);
	text-decoration: none;
}

.footer-001-footer .company a:hover {
	color:var(--color-footer-link-over-001);
}

.footer-001-footer .company span {
	font-weight:400;
}

.footer-001-footer .company .logo {
	position: relative;
	margin: 0 0 20px 0;
	padding: 0;
	width: 180px;
	max-width: 180px;
}

.footer-001-footer .logo img {
	width: auto;
	height: 45px;
}

.footer-001-footer .company .text {
	position: relative;
	margin: 0;
	padding: 0;
	color: var(--color-footer-001);
	font-size: 13px;
	font-weight: 400;
	line-height: 22px;
	text-align: left;
}

.footer-001-footer .company .text .ragione-sociale {
	position: relative;
	margin: 0;
	padding: 0;
	color: var(--color-footer-001);
	font-size: 13px;
	font-weight: 400;
	line-height: 22px;
	text-align: left;
}

.footer-001-footer .text.ragione-sociale-sottotitolo {
	margin: 0 0 0 0;
	font-size:13px; 
	letter-spacing: 0px; 
	line-height:22px;
}

.footer-001-footer .container {
	padding: 50px 50px 0 50px;
	height: 100%;
}

.footer-001-footer-menu {
	position:relative;
	margin:0;
	padding:0;
	clear: both;
}

.footer-001-footer-menu .title {
	position:relative;
	width:100%;
	display:block;
	padding: 0;
	margin: 0 0 20px 0;
}

.footer-001-footer-menu .title span {
	color:var(--color-footer-link-001);
	font-family: Gotham Bold;
	font-size: 18px;
	line-height: 14px;
	letter-spacing: -1px;
	font-weight: 100;
	text-transform: uppercase;
	margin: 0;
}

.footer-001-footer-menu ul {
	position:relative;
	margin:0;
	padding:0 0 0 0;
}

.footer-001-footer-menu ul li {
	position:relative;
	margin:0 0 0 0;
	padding:0;
	list-style-type: disc;
	list-style-position: inside;
	color:var(--color-footer-menu-001);
}

.footer-001-footer-menu ul li a {
	position: relative;
	width: 100%;
	display: inline;
	color: var(--color-footer-menu-001);
	font-size: 13px;
	font-weight: 400;
	line-height: 12px;
	padding: 0;
	margin: 0 0 0 -10px;
	font-family: Gotham Book;
}

@-moz-document url-prefix() { 
	.footer-001-footer-menu ul li a {
		margin: 0 0 0 0;
	}
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (-webkit-min-device-pixel-ratio: 1) { 

	.footer-001-footer-menu ul li a {
		margin: 0 0 0 2px;
	}

}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (-webkit-min-device-pixel-ratio: 2) { 

	.footer-001-footer-menu ul li a {
		margin: 0 0 0 2px;
	}

}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) { 

	.footer-001-footer-menu ul li a {
		margin: 0 0 0 2px;
	}

}

.footer-001-footer-menu ul li a:hover {
	color:var(--color-footer-link-over-001);
}


.footer-001-footer .copyright-credits {
	position: relative;
	height: 130px;
	color: var(--color-footer-001);
	font-size: 13px;
	width: 100%;
	background-color: rgba(0,0,0,0.5);
}

.footer-001-footer .copyright-credits .container {
	height: inherit;
	padding: 20px 50px 20px 50px;
	display: flex;
	align-items: center;
}

.footer-001-footer .copyright {
	float: left;
	width: 50%;
	font-weight: 400;
	height: 66px;
	line-height: 16px;
	display: flex;
	align-items: flex-end;
}

.footer-001-footer .copyright span {
	position: absolute;
}

.footer-001-footer .copyright a {
	position:relative;
	width:100%;
	display:block;
	color:var(--color-footer-link-001);
	font-size: 12px;
	font-weight: 400;
	line-height: 12px;
	padding: 0;
	margin: 10px 0 0 0;
	text-decoration: none;
}

.footer-001-footer .copyright a:not(.with-border) {
	text-decoration: underline;
}

.footer-001-footer .copyright a:hover {
	color:var(--color-footer-link-over-001);
}

a.with-border {
	border-color:#bbb;
}

.footer-001-footer .credits {
	float: right;
	width: 50%;
	height: 66px;
	text-align: right;
}

.footer-001-footer .credits a {
	width: 146px;
}

.footer-001-footer-social {
	position:relative;
	margin:30px 0 0 0;
	padding:0 0 0 0;
}

.footer-001-footer-social ul {
	position:relative;
	margin:0;
	padding:0 0 0 0;
}

.footer-001-footer-social ul li {
	position:relative;
	margin:0 5px 0 0;
	padding:0;
	list-style:none;
	float: left;
}

.footer-001-footer-social ul li:last-child {
	margin:0 0 0 0;
}

.footer-001-footer-social ul li a {
	position:relative;
	display:inline-block;
	margin: 0 0 0 0;
}

.footer-001-footer-social ul li a img {
	height: 40px;
}
.footer-001-footer .creditcard {
	height: clamp(35px, 4vw, 45px);
	width: auto;
}

.footer-001-footer .footer-credit-cards {
	display: flex;
}
.footer-001-footer .footer-container-credit-cards {
	display: flex;
	flex-direction: column;
	align-items: end;
	text-align: end;

}
.footer-001-footer .titolo-footer-social {
	font-family: var(--nuovo-font);
	font-size: 16px;
	line-height: 14px;
	letter-spacing: -1px;
	margin: 0 0 10px 0;
	color: var(--color-footer-001);
}
.footer-001-footer .paymethode-footer-titolo {
	font-family: var(--nuovo-font);
	font-size: 16px;
	line-height: 14px;
	letter-spacing: -1px;
	margin: 0 7px 10px 0;
	color: var(--color-footer-001);
}
@media only screen and (max-width: 1279px)
{
	.footer-001-footer {
		padding: 0;
	}

	.footer-001-footer .container {
		padding: 50px 50px 0 50px;
		height: 100%;
	}
	.footer-001-footer .copyright-credits .container {
		padding: 20px 50px 0 50px;
	}
}

@media only screen and (max-width: 900px) {

	.footer-001-footer-menu {
		display: none;
	}

}

@media only screen and (max-width: 768px)
{
	.footer-001-footer .copyright-credits .container {
		padding: 20px 50px 20px 50px !important;
	}

	.footer-001-footer {
		padding: 0 0 0 0;
	}

	.footer-001-footer .container {
		padding: 50px 50px 0 50px !important;
	}

	.footer-001-footer .vcenter {
		display: block;
	}

	.footer-001-footer .vcenter.for-company {
		text-align: center;
	}

	.footer-001-footer .logo img {
		width:auto;
	}

	.footer-001-footer .credits.vcenter {
		text-align: right;
		width: 100%;
		display: block;
	}

	.footer-001-footer .credits img {
/*
		width:109px;
*/
	}

	.footer-001-footer .company {
		padding: 0;
	}

	.footer-001-footer .copyright {
		float: none;
		width: 100%;
		padding: 0 0;
	}

	.footer-001-footer .credits {
		float: none;
		width: 100%;
		padding: 0 0;
/*
		height: 66px;
*/
		padding: 0 0;
		margin: 0;
		display: flex;
		justify-content: flex-end;
	}
	.footer-001-footer .footer-container-credit-cards {
		align-items: start;
		text-align: start;

	}
	.footer-001-footer .paymethode-footer-titolo {
		font-family: var(--nuovo-font);
		font-size: 16px;
		line-height: 14px;
		letter-spacing: -1px;
		margin: 0 0px 10px 0;
		color: var(--color-footer-001);
	}
}

@media only screen and (max-width: 480px)
{
	.footer-001-footer .copyright-credits .container {
		padding: 20px 20px 20px 20px!important;
	}
	.footer-001-footer .container {
		padding: 50px 20px 0 20px !important;
	}

	.footer-001-footer .copyright-credits {
/*      
		bottom: 15px;
*/      
		bottom:0;
	}
}

/*--- ! ---*/

:root {
    --border-radius-language-footer:25px;
    --border-radius-language-tendina-footer:10px;
}
.language-selector.footer-selector {
    margin: 30px 0 0 0;
}

.language-selector.immagini.footer-selector {
    margin: 0px 0 10px 0;
}

.language-selector.footer-selector.tendina .langs-container {
    display: none; /* Nascondi di default */
    position: absolute;
    bottom: 100%; /* Posiziona sopra il pulsante del footer */
    left: 0;
    background-color: rgba(0, 0, 0, 1); /* Colore di sfondo del menu */
    border: 1px solid #ccc; /* Bordo per il menu */
    z-index: 2; /* Assicurati che sia sopra altri elementi */
    padding-top: 10px;
    transform: translateY(15px);
    padding-bottom: 25px;
    border-bottom: 0px;
}
.language-selector.tendina.footer-selector .selected-lang {
    margin: 0 0 10px 0;
    background-color: rgba(0, 0, 0, 1);
}

.language-selector.lista .selected-lang {
    padding: 8px 28px 8px 8px;
    margin-bottom: 10px;
}
.language-selector.lista.footer-selector.entrambi .langs-container {
    margin-bottom: 10px;
}

.language-selector.immagini.footer-selector {
    margin: 22px 0 5px 0;
}


.language-selector.footer-selector .langs-container {
    border-radius: var(--border-radius-language-tendina-footer) var(--border-radius-language-tendina-footer) 0 0;   
}

.language-selector.footer-selector.entrambi {
    margin: 22px 0 5px 0;
}

.footer-002 .language-selector.tendina .selected-lang {
    background-color: rgba(255, 255, 255, 1);
}

.footer-002 .language-selector.tendina .langs-container {
    background-color: rgba(255, 255, 255, 1);
}

.footer-003-simple-container .language-selector.tendina .selected-lang {
    background-color: rgba(255, 255, 255, 1);    
    margin: 0 0 0px 0;
}

.footer-003-simple-container .language-selector.tendina .langs-container {
    background-color: rgba(255, 255, 255, 1);
}

.footer-008-1600-footer .language-selector.tendina .selected-lang  {
    background-color: #efefef;
}

.footer-008-1600-footer .language-selector.tendina .langs-container  {
    background-color: #efefef;
}
	/*--- panel menu 009 ---*/
	.panel-menu-009 {
    	position:fixed;
    	top: -100%;
    	left: 0;
    	width: 100%;
    	height: 100%;
    	display: flex;
    	flex-direction: row;
    	z-index:99998;
    	background-color:transparent;
	}
	
	.panel-menu-009 a.close {
    	position: absolute;
    	top: 20px;
    	right: 20px;
    	width: 50px;
    	height: 50px;
    	display: flex;
    	align-items: center;
    	margin: 0;
    	padding: 0 0 0 0;
    	z-index: 99999;
    	opacity: 0;
	}
	
	.panel-menu-009 .panel-menu-container-009 {
    	width: 100vw;
    	max-width: 100vw !important;
    	height:100%;
    	padding:50px 0 50px 0;
    	margin:0 !important;
    	opacity: 0;
    	position: relative;
    	top: -100%;
    	overflow-y:auto;
	}
	
	.panel-menu-009 .panel-menu-container-009 {
    	background-color: rgb(0, 0, 0);
	}
	/*
    	nascondo la scrollbar
	*/
	.panel-menu-009 .panel-menu-container-009.noScrollbarBlinkWebKit::-webkit-scrollbar {
    	display: none;
	}
	
	.panel-menu-009 .panel-menu-container-009.noScrollbarFirefox {
    	scrollbar-width: none;
	}
	/*
    	nascondo la scrollbar END
	*/

	.panel-menu-container-009 .language-selector.panel-selector {
		position: relative;
		left: 20px;
	}
	
	.panel-menu-009 .panel-menu-content-009 {
    	position: relative;
    	margin:0;
    	padding:0;
    	min-height: calc(100vh - 100px);
    	display: flex;
    	flex-wrap: wrap;
    	align-content: center;
    	justify-content: center;
	}
	
	.panel-menu-009 .panel-menu-content-009 {
    	font-family: 'Lato', sans-serif;
	}

	.panel-menu-009 .panel-menu-content-009 .panel-menu-content-inner-009 .language-selector.panel-selector .lang-option .lang-text, .panel-menu-009 .panel-menu-content-009 .panel-menu-content-inner-009 .language-selector.panel-selector .selected-lang .lang-text {
		color: #fff;
	}

	.panel-menu-009 .panel-menu-content-009 .panel-menu-content-inner-009 .section {
    	position:relative;
    	margin:0;
    	padding:0 0 0 0;
	}
	
	.panel-menu-009 .panel-menu-content-009 .panel-menu-content-inner-009 .section .title a {
    	font-size: calc(60px + (95 - 60) * ((100vw - 320px) / (3000 - 320)));
    	margin: 10px 0;
    	line-height: 1;
    	font-weight: 800;
    	position:relative;
    	overflow:hidden;
    	text-decoration: none;
    	display:inline-block;
    	cursor: pointer;
    	color:#fff;
	}
	
	
	.panel-menu-009 .panel-menu-content-009 .panel-menu-content-inner-009 .section ul {
    	position: relative;
    	margin:0 0 0 50px;
    	padding:0 0 0 40px;
    	width:100%;
    	clear: both;
    	display: none;
	}
	
	.panel-menu-009 .panel-menu-content-009 .panel-menu-content-inner-009 .section ul li ul {
    	position: relative;
    	margin:0;
    	padding:0 0 10px 0;
    	width:100%;
    	clear: both;
    	display: none;
	}
	
	.panel-menu-009 .panel-menu-content-009 .panel-menu-content-inner-009 .section ul li {
    	position: relative;
    	list-style: none;
    	width: 100%;
    	margin: 0 0 0 0;
    	padding: 0 0 0 0;
    	clear: both;
    	line-height: 30px;
	}
	
	.panel-menu-009 .panel-menu-content-009 .panel-menu-content-inner-009 .section ul li:last-child {
	}
	
	.panel-menu-009 .panel-menu-content-009 .panel-menu-content-inner-009 .section ul li a {
    	position: relative;
    	margin: 0 0 0 0;
    	padding: 0 60px 0 0px;
    	display: inline-block;
    	width: 90%;
    	font-size: 30px;
    	font-weight: 500;
    	color: #fff;
    	text-align: left;
    	cursor: pointer;
    	overflow: hidden;
	}
	
	.panel-menu-009 .panel-menu-content-009 .panel-menu-content-inner-009 .section ul li a:hover {
    	color: #cc0000;
	}
	
	.panel-menu-009 .panel-menu-content-009 .panel-menu-content-inner-009 .section ul li a span {
    	font-weight: 700;
    	margin-left: 6px;
	}
	
	.divHover {
		overflow: hidden;
		position: absolute;
		top: 110%;
		font-weight: 800;
		color: rgb(206,21,21);
	}

/*
    media query
*/
/*
    tablet
*/
@media (min-width: 481px) and (max-width: 768px) {
    .panel-menu-009 .panel-menu-content-009 .panel-menu-content-inner-009 .section .title a {
        font-size: calc(40px + (95 - 60) * ((100vw - 320px) / (3000 - 320)));
    }
    .panel-menu-009 .panel-menu-content-009 .panel-menu-content-inner-009 .section ul li a {
        font-size: 30px;
    }
}
/*
    smartphone
*/
@media (max-width: 480px) {
    .panel-menu-009 .panel-menu-content-009 .panel-menu-content-inner-009 .section .title {
        padding: 0 20px 0 20px;
    }
    .panel-menu-009 .panel-menu-content-009 .panel-menu-content-inner-009 .section .title a {
        font-size: calc(30px + (95 - 60) * ((100vw - 320px) / (3000 - 320)));
    }
    .panel-menu-009 .panel-menu-content-009 .panel-menu-content-inner-009 .section ul {
        margin: 0 0 0 0px;
    }
    .panel-menu-009 .panel-menu-content-009 .panel-menu-content-inner-009 .section ul li a {
        font-size: 20px;
    }
}

/*--- ! ---*/

:root {
    --border-radius-language-panel:25px;
    --border-radius-language-tendina-panel:10px;
}

.language-selector.panel-selector {
    margin: 30px 50px 30px 35px;
}

.language-selector.immagini.panel-selector img{
   width: 25px;
   height: auto;
}

.language-selector.immagini.panel-selector .selected-lang img {
    width: 30px;
    height: auto;
}

.language-selector.panel-selector .selected-lang {
    border: 1px solid #ddd;
    min-width: 130px;
}

.language-selector.panel-selector .langs-container {
    border: 1px solid #ddd;
    border-top: 0px;
}

.language-selector.panel-selector.tendina .langs-container {
    position: relative;
}


.language-selector.panel-selector .lang-option .lang-text,.language-selector.panel-selector .selected-lang .lang-text {
    color: #000;
    font-family: var(--nuovo-font);
    font-size: 20px;
    font-weight: 300;
    text-transform: none;
}

.language-selector.panel-selector.entrambi.tendina .selected-lang {
    min-width: 160px;
    padding: 8px 20px;
    border: 1px solid #ddd;
    position: relative;
    z-index: 5;
    overflow: hidden;
}

.language-selector.panel-selector.entrambi.tendina .langs-container {
    border: 1px solid#ddd;
    border-top: 0px;
    border-radius: 0 0 var(--border-radius-language-tendina-panel) var(--border-radius-language-tendina-panel);
}
.language-selector.panel-selector.testo .selected-lang {
    min-width: 115px;
}
.language-selector.panel-selector.testo .langs-container {
    min-width: 100px;
}

.language-selector.panel-selector.tendina.immagini .selected-lang {
    min-width: 65px;
    justify-content: center;
    align-items: center;
}

.language-selector.panel-selector.tendina.immagini .langs-container {
    min-width: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.panel-menu-container-009 .language-selector.panel-selector {
    position: absolute;
    left: 50px;
}



.language-selector.panel-selector.entrambi.tendina.lang-text-short .selected-lang {
    min-width: 0px;
    padding: 8px 25px;
}

.language-selector .selected-lang {
    padding: 5px 15px;
}

.language-selector.panel-selector.lang-text-short .selected-lang {
    min-width: 0px;
    padding: 8px 14px;
}

.language-selector.panel-selector.lang-text-short.testo.tendina .selected-lang {
    min-width: 75px;
    justify-content: center;
    padding: 8px 0px;
}

.language-selector.panel-selector.testo.tendina.lang-text-short .lang-option {
    padding: 8px 12px 8px 12px;
    min-width: 70px;
    justify-content: center;
    padding: 8px 0px;
}

.language-selector.testo.tendina.lang-text-short .selected-lang {
    padding: 5px 0px;
    min-width: 48px;
    justify-content: center;
}
        
.language-selector.testo.tendina.lang-text-short .lang-option {
    padding: 5px 0px;
    min-width: 43px;
    justify-content: center;
}
.language-selector.panel-selector.entrambi.tendina.lang-text-short .selected-lang {
     min-width: 120px !important;
}
/*--- panel menu shop ---*/
:root {
    --bg-panel-menu-shop-001:#fff;
    --border-left-sub-menu-shop:#ddd;
    --border-bottom-items-shop:#ddd;
    --link-shop:#111;
    --link-over-shop:#777;
}
.panel-menu-shop-001 {
    position:fixed;
    top:0;
    bottom:0;
    width:100%;
    max-width: 420px;
    height:100%;
    z-index:90001;
    margin:0;
    padding:0 0 0 0;
    background-color:var(--bg-panel-menu-shop-001);
    overflow:hidden;
    display: none;
}

.panel-menu-shop-001.panel-left {
    left:-100%;
    right:auto;
}

.panel-menu-shop-001.panel-right {
    right:-100%;
    left:auto;
}

.panel-menu-shop-001 .header {
    position: relative;
    margin: 0;
    padding: 0;
    width:100%;
    height:90px;
}

.panel-menu-shop-001 .header a.close {
    position: absolute;
    top: 21px;
    right: 10px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0 0 0 0;
    z-index: 888;
}

.panel-menu-shop-001 .header .title {
    position: relative;
    margin: 0;
    padding: 0;
    width: 240px;
    display: flex;
    align-items: center;
}

.panel-menu-shop-001 .header .title a img {
    width: auto;
    height: 90px;
}

.panel-menu-shop-001 .panel-menu-shop-001-container {
    position: relative;
    margin:0 0 0 0;
    padding:0 0 10px 0;
    width:100%;
    height:calc(100% - 130px);
    overflow-y:auto;
    -webkit-overflow-scrolling: touch;
}

.panel-menu-shop-001 .panel-menu-shop-001-shadow {
    position: absolute;
    top: 90px;
    left: 0;
    bottom: auto;
    right: auto;
    width: 100%;
    height: 50px;
    z-index: 1;
    background: linear-gradient(to top,rgba(255,255,255,0.2) 0%,rgba(255,255,255,1)100%);
}

.panel-menu-shop-001 .content {
    position: relative;
    margin:0;
    padding:0 0 0 0;
    font-family: 'Lato', sans-serif;
}

.panel-menu-shop-001 .content .section {
    position:relative;
    margin:0;
    padding:0 0 0 0;
    display: table;
    width: 100%;
    clear: both;
    border-bottom: 1px solid var(--border-bottom-items);
}

.panel-menu-shop-001 .content .section.no-border:last-child,
.panel-menu-shop-001 .content .section.no-border {
    border-bottom: none;
}

.panel-menu-shop-001 .section .title {
    position: relative;
    margin: 0 0 0 0;
    padding: 0;
    font-size: 25px;
    font-weight: 300;
    color: var(--link);
    text-align: left;
    width: 100%;
    height: 51px;
    border-left: 10px solid transparent;
    display: flex;
    align-items: center;
}

.panel-menu-shop-001 .section .title.active {
    border-left: 10px solid var(--border-left-sub-menu);
    background-color: #f8f8f8;
}

.panel-menu-shop-001 .section .title a {
    display: inline;
    align-items: center;
    float: left;
    width: calc(100% - 47px);
    padding: 0 0 0 25px;
    line-height: 20px;
}

.panel-menu-shop-001 .section .title a.with-icon {
    display: flex;
    font-family: Gotham Book;
    font-size: 14px;
    letter-spacing: 0px;
}

.panel-menu-shop-001 .section li .title {
    padding: 0 0 0 0;
}

.panel-menu-shop-001 .section a.submenu-open {
    position: relative;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    float: right;
    width: 25px;
    height: 51px;
    display: flex;
    align-items: center;
}

.panel-menu-shop-001 .page-link {

}

.panel-menu-shop-001 .page-link.with-icon {
    font-size:20px;
}

.panel-menu-shop-001 .page-link.with-icon img {
    float:left;
    margin-right:15px;
    width: 25px;
    height: 25px;
}

.panel-menu-shop-001 .content ul {
    position: relative;
    margin:0;
    padding:0 0 0 40px;
    width:100%;
    clear: both;
    display: none;
    border-left: 10px solid var(--border-left-sub-menu);
}

.panel-menu-shop-001 .content ul li ul {
    position: relative;
    margin:0;
    padding:0 0 10px 0;
    width:100%;
    clear: both;
    display: none;
    border-left: 10px solid transparent;
}

.panel-menu-shop-001 .content ul li ul.visibile {
    padding: 0 0 0 0;
}

.panel-menu-shop-001 .content ul li {
    position: relative;
    list-style-type: none;
    list-style-position: inside;
    width: 100%;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    clear: both;
    border-bottom: 1px solid var(--border-bottom-items);
    line-height: 50px;
}

.panel-menu-shop-001 .content ul li a {
    line-height: 50px;
}

.panel-menu-shop-001 .content ul li:last-child {
    border-bottom:none;
}

.panel-menu-shop-001 .vetrina {
    width: 100%;
    margin: 20px 0 0;
    padding: 0;
    display: flex;
    align-items: center;
    background-color: #f5f5f5;
    border-bottom: 1px solid var(--border-bottom-items);
}

.panel-menu-shop-001 .vetrina a {
    line-height: 50px;
    color: #111;
    font-size: 25px;
    font-weight: 300;
    font-family: 'Lato', sans-serif;
    width: calc(100% - 60px);
    padding: 0 0 0 35px;
}

.panel-menu-shop-001 .vetrina a.magnifier {
    width: 50px;
    padding: 0 0 0 0;
    float: right;
}

.panel-menu-shop-001 .vetrina a.magnifier img {
    opacity: 0.5;
}

.panel-menu-shop-001 .content ul li a {
    position: relative;
    margin: 0 0 0 0;
    padding: 0 10px 0 0px;
    display: inline-block;
    width: 82%;
    font-size: 20px;
    font-weight: 300;
    color: var(--link);
    text-align: left;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.panel-menu-shop-001 .content ul li a.page-link {
    float:right;
    width:50px;
    padding:0;
    margin:0 10px 0 0;
}

.panel-menu-shop-001 .content ul li a.open-sub {
    position: relative;
    margin: 0 0 0 0;
    padding: 0 0 0 0px;
    display: inline-block;
    width: calc(100% - 60px);
}

/*
.panel-menu-shop-001 .content ul li a.open-sub {
    position: relative;
    margin: 0 0 0 0;
    padding: 0 40px 0 0px;
    display: inline-block;
    float: right;
    width: 8%;
}
*/
.panel-menu-shop-001 .content ul li a span {
    font-weight: 700;
    margin-left: 6px;
}

.panel-menu-shop-001 .section .title a:hover,
.panel-menu-shop-001 a.single:hover,
.panel-menu-shop-001 .content ul li a:hover {
    color: var(--link-over);
}

.panel-menu-shop-001 .content ul li a.evidence {
    font-weight: 400;
}

.panel-menu-shop-001 .content ul li a.submenu-open {
    border:none;
}

.panel-menu-shop-001 .shop-plain {
    position: relative;
    margin: 50px 0 0 0;
    padding: 0;
    display: block;
    clear: both;
}

.panel-menu-shop-001 .shop-plain .section .title {
    font-size: 20px;
    font-weight: 400;
}

.panel-menu-shop-001 .content .single-image {
    position: relative;
    margin: 25px 10px 10px 10px;
    padding: 0 0 0 0;
    clear: both;
    display: flex;
    justify-content: center;
}

.panel-menu-shop-001 .content .single-image a {
}

.panel-menu-shop-001 .content .single-image a img.round {
    border-radius: 10px;
}

.panel-menu-shop-001 .footer {
    position: absolute;
    bottom:0;
    top: auto;
    margin: 0;
    padding: 0;
    width:100%;
    max-width: 420px;
    height:50px;
    clear: both;
    border-top: 1px solid var(--border-bottom-items);
    background-color: #fff;
}

.panel-menu-shop-001 .footer a {
    position:relative;
    margin:0;
    padding:0;
    width:100%;
    height:50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size:14px;
    font-weight: 400;
    color: var(--link);
    text-transform: uppercase;
    font-family: Gotham Medium;
}

.panel-menu-shop-001 .footer a:hover {
    color: var(--link);
}

.panel-menu-shop-001 .footer a span {
    font-family: Gotham Black;
    padding-left: 5px;
}

.panel-menu-shop-001 .for-shop {
    position:absolute;
    right:60px;
    top:21px;
    width:80px;
}

@media only screen and (max-width: 590px) {

    .panel-menu-shop-001 .header-menu .title {
        padding: 0 0 0 0;
    }

}

@media only screen and (max-width: 480px) {

    .panel-menu-shop-001 .section .title {
        line-height: 20px;
    }

    .panel-menu-shop-001 .section .title a.page-link {
        line-height: 46px;
    }

    .panel-menu-shop-001 .page-link {
        line-height: 46px;
    }

    .panel-menu-shop-001-content ul li a {
        padding: 0 60px 0 28px;
        background-position: 18px center;
    }

    .panel-menu-shop-001-content ul li ul li a {
        padding: 0 40px 0 40px;
        background-position: 30px center;
    }

    .panel-menu-shop-001 ul li a.page-link {
/*
        display: contents;
*/
    }

    .panel-menu-shop-001 a.single {
        padding: 0 0 0 30px;
    }

}

@media only screen and (max-width: 320px) {

    .panel-menu-shop-001 .section .title {
        font-size: 20px;
    }

    .panel-menu-shop-001 .content ul li a {
        padding: 0 20px 0 0px;
        font-size: 18px;
    }

    .panel-menu-shop-001 .for-shop {
        top:15px;
    }

    .panel-menu-shop-001 .header a.close {
        top: 15px;
    }

}
/*--- ! ---*/

	:root {
		--colore-0: transparent;
		--colore-1: #BC9F67;
		--colore-2: #2e2e2e;
		--colore-3: #1d1d1b;
		--colore-4: #493100;
		--colore-5: #a5be00;
		
		--colore-h: #1f1f1f;
		--colore-p: #fff;
		
		--nuovo-font: "Montserrat", sans-serif;
	}
	
	.colore-0 { color: var(--colore-0) }
	.colore-1 { color: var(--colore-1) }
	.colore-2 { color: var(--colore-2) }
	.colore-3 { color: var(--colore-3) }
	.colore-4 { color: var(--colore-4) }
	.colore-5 { color: var(--colore-5) }
	
	.bg-colore-0 { background-color: var(--colore-0) }
	.bg-colore-1 { background-color: var(--colore-1) }
	.bg-colore-2 { background-color: var(--colore-2) }
	.bg-colore-3 { background-color: var(--colore-3) }
	.bg-colore-4 { background-color: var(--colore-4) }
	.bg-colore-5 { background-color: var(--colore-5) }

	.blueimp-gallery > .prev, 
	.blueimp-gallery > .next {
    	width: auto;
    	height: auto;
    	background: transparent;
    	border: none;
    	opacity: 0.9;
    	box-shadow: inset 0 0 25px 0 rgba(0,0,0,0.5);
	}
	.blueimp-gallery > .close {
		width: 50px;
    	height: 50px;
    	border-radius: 50%;
    	overflow: hidden;
    	margin: 0;
    	opacity: 0.9;
    	padding: 0;
	}
	
	/*--- personalizzazoione pulsante intro ---*/
	.intro-001-intro-block a {
    	position: relative;
    	display: inline-block;
    	padding: 8px 50px 10px 50px;
    	text-align: center;
    	border-style: solid;
    	border-width: 2px;
    	border-color: rgba(255,255,255,0.40);
    	color: #fff;
    	font-family: 'Lato', sans-serif;
    	font-size: 20px;
    	letter-spacing: -1px;
    	background-color: transparent;
    	border-radius: 100px;
	}
	
	.intro-001-intro-block a:hover {
    	background-color: #fff;
    	color: #333;
	}
	
	.intro-001-intro-block a.eventi {
    	position: relative;
    	display: inline-block;
    	padding: 8px 50px 10px 50px;
    	text-align: center;
    	border-style: solid;
    	border-width: 2px;
    	border-color: rgba(255,255,255,0.40);
    	color: #753b3e;
    	font-family: 'Lato', sans-serif;
    	font-size: 20px;
    	letter-spacing: -1px;
    	background-color: rgba(255,255,255,1);
    	border-radius: 100px;
	}
	
	.intro-001-intro-block a.eventi:hover {
    	background-color: transparent;
    	color: #fff;
	}

/* text align */

@media only screen and (max-width: 480px) {
    .text-left-smartphone {
		text-align: left;
    }
    .text-center-smartphone {
		text-align: center;
    }
    .text-right-smartphone {
		text-align: right;
    }
}

@media only screen and (min-width: 481px) and (max-width: 768px) {
    .text-left-tablet {
		text-align: left;
    }
    .text-center-tablet {
		text-align: center;
    }
    .text-right-tablet {
		text-align: right;
    }
}

@media only screen and (max-width: 768px) {
    .text-left-mobile {
		text-align: left;
    }
    .text-center-mobile {
		text-align: center;
    }
    .text-right-mobile {
		text-align: right;
    }
}

@media only screen and (min-width: 769px) {
    .text-left-desktop {
		text-align: left;
    }
    .text-center-desktop {
		text-align: center;
    }
    .text-right-desktop {
		text-align: right;
    }
}

/*--- personalizzabile tramite override end ---*/

@media only screen and (min-width: 769px) { /* Desktop */
    .classe {
        padding: 0px 0px 0px 0px;
    }
}

@media only screen and (min-width: 481px) and (max-width: 768px) { /* Tablet */
    .classe {
        padding: 0px 0px 0px 0px;
    }
}

@media only screen and (max-width: 768px) { /* Smartphone + Tablet */
    .classe {
        padding: 0px 0px 0px 0px;
    }
}

@media only screen and (max-width: 480px) { /* Smartphone */
    .classe {
        padding: 0px 0px 0px 0px;
    }
}

/*--- typography ---*/

	h1.nuovofont, 
	h2.nuovofont, 
	h3.nuovofont, 
	h4.nuovofont, 
	h5.nuovofont, 
	h6.nuovofont,
	.titolo-h1,
	.titolo-h2,
	.titolo-h3,
	.titolo-h4,
	.titolo-h5,
	.titolo-h6,
	.titolo-xl,
	.titolo-xxl,
	.titolo-xxxl { 
		font-family: var(--nuovo-font);
		color: var(--colore-h);
	}

	h1.nuovofont,
	.titolo-h1 {
		font-size: calc(45px + (75 - 45) * ((100vw - 320px) / (3000 - 320)));
		line-height: calc(45px + (75 - 45) * ((100vw - 320px) / (3000 - 320)));
		font-weight: 900;
		letter-spacing: -3px;
		margin: 20px 0 30px 0;
	}
	
	h2.nuovofont,
	.titolo-h2 {
		font-size: calc(40px + (65 - 40) * ((100vw - 320px) / (3000 - 320)));
		line-height: calc(40px + (65 - 40) * ((100vw - 320px) / (3000 - 320)));
		font-weight: 800;
		letter-spacing: -2px;
		margin: 20px 0 25px 0;
	}
	
	h3.nuovofont,
	.titolo-h3 {
		font-size: calc(35px + (55 - 35) * ((100vw - 320px) / (3000 - 320)));
		line-height: calc(35px + (55 - 35) * ((100vw - 320px) / (3000 - 320)));
		font-weight: 500;
		letter-spacing: -1px;
		margin: 20px 0 20px 0;
	}
	
	h4.nuovofont,
	.titolo-h4 {
		font-size: calc(30px + (45 - 30) * ((100vw - 320px) / (3000 - 320)));
		line-height: calc(30px + (45 - 30) * ((100vw - 320px) / (3000 - 320)));
		font-weight: 300;
		letter-spacing: -1px;
		margin: 20px 0 10px 0;
	}
	
	h5.nuovofont,
	.titolo-h5 {
		font-size: calc(25px + (35 - 25) * ((100vw - 320px) / (3000 - 320)));
		line-height: calc(25px + (35 - 25) * ((100vw - 320px) / (3000 - 320)));
		font-weight: 500;
		letter-spacing: -1px;
		margin: 20px 0 10px 0;
	}
	
	h6.nuovofont,
	.titolo-h6 {
		font-size: calc(20px + (25 - 20) * ((100vw - 320px) / (3000 - 320)));
		line-height: calc(20px + (25 - 20) * ((100vw - 320px) / (3000 - 320)));
		font-weight: 500;
		letter-spacing: -1px;
		margin: 20px 0 10px 0;
	}
	
	.titolo-xl {
		font-size: calc(50px + (80 - 50) * ((100vw - 320px) / (3000 - 320)));
		line-height: calc(50px + (80 - 50) * ((100vw - 320px) / (3000 - 320)));
		font-weight: 900;
		letter-spacing: -3px;
		margin: 20px 0 30px 0;
	}

	.titolo-xxl {
		font-size: calc(60px + (100 - 60) * ((100vw - 320px) / (3000 - 320)));
		line-height: calc(60px + (100 - 60) * ((100vw - 320px) / (3000 - 320)));
		font-weight: 900;
		letter-spacing: -3px;
		margin: 20px 0 30px 0;
	}

	.titolo-xxxl {
		font-size: calc(75px + (120 - 75) * ((100vw - 320px) / (3000 - 320)));
		line-height: calc(75px + (120 - 75) * ((100vw - 320px) / (3000 - 320)));
		font-weight: 900;
		letter-spacing: -3px;
		margin: 20px 0 30px 0;
	}


	p {
		color: var(--colore-p);
	}
	/*
	p {
		font-family: 'Poppins', sans-serif;
		font-size: calc(16px + (18 - 16) * ((100vw - 320px) / (3000 - 320)));
		line-height: calc(23px + (25 - 23) * ((100vw - 320px) / (3000 - 320)));
	}

	ul li, ol li {
		font-size: calc(16px + (18 - 16) * ((100vw - 320px) / (3000 - 320)));
		line-height: calc(23px + (25 - 23) * ((100vw - 320px) / (3000 - 320)));
	}
	*/


@media screen and (min-width: 3001px) {
	
	h1.nuovofont,
	.titolo-h1 {
		font-size: 75px;
		line-height: 75px;
	}
	
	h2.nuovofont,
	.titolo-h2 {
		font-size: 65px;
		line-height: 65px;
	}
	
	h3.nuovofont,
	.titolo-h3 {
		font-size: 55px;
		line-height: 55px;
	}
	
	h4.nuovofont,
	.titolo-h4 {
		font-size: 45px;
		line-height: 45px;
	}
	
	h5.nuovofont,
	.titolo-h5 {
		font-size: 35px;
		line-height: 35px;
	}
	
	h6.nuovofont,
	.titolo-h6 {
		font-size: 25px;
		line-height: 25px;
	}
	
	.titolo-xl {
		font-size: 80px;
		line-height: 80px;
	}
	
	.titolo-xxl {
		font-size: 100px;
		line-height: 100px;
	}
	
	.titolo-xxxl {
		font-size: 120px;
		line-height: 120px;
	}
	
	/*
	p {
		font-size: 18px;
		line-height: 25px;
	}
	
	ul li, ol li {
		font-size: 18px;
		line-height: 25px;
	}
	*/
}

@media screen and (max-width: 319px) {

	h1.nuovofont,
	.titolo-h1 {
		font-size: 45px;
		line-height: 45px;
	}
	
	h2.nuovofont,
	.titolo-h2 {
		font-size: 40px;
		line-height: 40px;
	}
	
	h3.nuovofont,
	.titolo-h3 {
		font-size: 35px;
		line-height: 35px;
	}
	
	h4.nuovofont {
		font-size: 30px;
		line-height: 35px;
	}
	
	h5.nuovofont,
	.titolo-h5 {
		font-size: 25px;
		line-height: 30px;
	}
	
	h6.nuovofont,
	.titolo-h6 {
		font-size: 20px;
		line-height: 25px;
	}
	
	.titolo-xl {
		font-size: 50px;
		line-height: 50px;
	}
	
	.titolo-xxl {
		font-size: 60px;
		line-height: 60px;
	}
	
	.titolo-xxxl {
		font-size: 75px;
		line-height: 75px;
	}
	
	/*
	p {
		font-size: 16px;
		line-height: 23px;
	}
	
	ul li, ol li {
		font-size: 16px;
		line-height: 23px;
	}
	*/
}
    body {
        background-image: url('/public/userdata/images/background.jpg');
        background-size: auto;
        background-position: top;
        background-repeat: repeat-y;
        background-color: #2e2e2e;

    }
    
    /*** Override Iubenda Colori ***/

    #iubenda_policy .iconed ul li h3 {
        color: #fafafa !important;
    }

    #iubenda_policy h1, #iubenda_policy h2, #iubenda_policy h3 {
        color: #fafafa !important;
    }

    #iubenda_policy details.box_primary h3 {
        color: #1f1f1f !important;
    }

    #iubenda_policy ul.styled, #iubenda_policy ul {
        color: #fff!important;
    }

    #iubenda_policy h1, #iubenda_policy h2, #iubenda_policy h3, #iubenda_policy h4, #iubenda_policy h5, #iubenda_policy h6 {
        font-weight: bold;
        color: #fff !important;
    }
    #iubenda_policy a {
        color: #fff!important;
    }
    /*** Fine Override Iubenda Colori ***/

    /*** Override menu panel ***/

    .panel-menu-009 .panel-menu-content-009 .panel-menu-content-inner-009 .section .title a {
        font-family: var(--nuovo-font);
    }

    .divHover{
        overflow:hidden;
        position:absolute;
        top:110%;
        font-weight:800;
        color: #BC9F67;
    }
    /*** Fine Override menu panel ***/

    /*** Override contatti ***/

    .contatti-002-text {
        background-color: transparent;
        font-weight: 300;
    }

    .contatti-002-text a {
        background-color: transparent;
        color: #fff;
        font-family: var(--nuovo-font);
        font-weight: 300;
    }

    .contatti-002 h2 {
        color: #fff;
        font-family: var(--nuovo-font);
        font-weight: 300;
    }

    .contatti-002 .ragione-sociale-sottotitolo {
        color: #fff;
        font-family: var(--nuovo-font);
        font-weight: 300;
    }

    .contatti-002 h3, .contatti-002 h6 {
        color: #fff;
        font-family: var(--nuovo-font);
        font-weight: 300;
    }

    .contatti-002-text a span {
        color: #fff;
        font-family: var(--nuovo-font);
        font-weight: 300;
    }
    .contatti-002 p {
        color: #fff;
        font-family: var(--nuovo-font);
        font-weight: 300;
    }
    /*** Fine Override contatti ***/

    .bianco {
        color: #fff;
    }

    .nuovofont.bianco {
        color: #fff;
    }
	.menu-header-001-header {
		left: 50%;
		max-width: 1920px;
		transform: translateX(-50%);
	}
	
	.menu-header-001-header-scroll {
		left: 50%;
		max-width: 1920px;
		transform: translateX(-50%);
	}
	
	.footer-001-footer {
		left: 50%;
		max-width: 1920px;
		transform: translateX(-50%);
	}
	
	.footer-001-footer .container {
		width: 100%;
		max-width: 1920px;
	}
	
	.menu-header-001-header {
		height: 180px;
	}
	
	/* .menu-header-001-header .logo {
		width: 480px;
		height: 180px;
	} */
	
	/* .menu-header-001-header .logo img {
		height: 180px;
	} */
	
	
    .panel-menu-009 .panel-menu-content-009 {
        font-family: var(--nuovo-font);
        background-color: var(--colore-2);
    }

    .panel-menu-009 .panel-menu-container-009 {
        background-color: var(--colore-2);
    }

    .svg-testata {
        width: 600px;
        position: relative;
    }
    
    .contenitore-titolo {
        height: 500px;
        display: flex;
        justify-content: start;
        align-items: end;
    }
    
    .ombra {
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    }
    
    h1.nuovofont.testata {
        color: #BC9F67;
        font-family: "Montserrat", sans-serif;
        font-weight: 700;
        margin: 0px 0 50px 0;
    }
    
@media screen and (min-width: 481px) and (max-width: 768px) {
	

    h1.nuovofont.testata {
        margin: 50px 0 0px 50px;
    }
    
    .contenitore-titolo {
        height: 300px;
		padding: 0px 0 0 0;
    }
	
	.moveblock-notablet {
		display: flex;
		flex-direction: row-reverse;
	} 

    .svg-testata {
        height: 400px;
        width: 900px;
        position: relative;
        bottom: inherit;
    }
}

@media screen and (max-width: 480px) {
	
	.menu-header-001-header {
		height: 90px;
	}
	
	/* .menu-header-001-header .logo {
		width: auto;
		height: 90px;
	} */
	
	.menu-header-001-header .logo img {
		height: 90px;
	}
	

	
    .contenitore-titolo {
        padding: 40px 45px 40px 45px;
        height: auto;
		justify-content: center;
    }

    .svg-testata {
        height: 350px;
        width: 600px;
        position: relative;
        bottom: 0;
    }

    h1.nuovofont.testata {
        margin: 0px 0 0px 0;
		text-align: center;
    }
}

.svg-testata-home {
    height: 500px;
    width: 1200px;
}

.titolo-home-2 {
    height: 137px;
    display: flex;
    align-items: center;
    padding: 0 100px 0 100px;
}

.titolo-home-2 h2.nuovofont, .titolo-h2 {
    color: #BC9F67;
}

h1.nuovofont, .titolo-h1 {
    color: #BC9F67;
}


:root {
    --modulo-029-altezza: 650px;
    --modulo-029-backgroung-color-testo: #BC9F67;
}

.section-modulo-029 .row {
    display: flex;
    flex-direction: row;
}

.section-modulo-029 .row.reverse {
    display: flex;
    flex-direction: row-reverse;
}

.section-modulo-029 .immagine-modulo-029 {
    background-image: url(/public/userdata/images/_pagine/_home/moda-donna.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: var(--modulo-029-backgroung-color-testo);
    height: var(--modulo-029-altezza);
    clip-path: polygon(40% 0, 100% 30%, 100% 100%, 0 100%, 0 0);
}

.section-modulo-029 .row.reverse .immagine-modulo-029 {
    background-image: url(/public/userdata/images/_pagine/_home/moda-donna.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: var(--modulo-029-backgroung-color-testo);
    height: var(--modulo-029-altezza);
    clip-path: polygon(60% 0, 100% 0, 100% 100%, 0 100%, 0 30%);
}

.section-modulo-029 .sfondo-contenitore-testo-modulo-029 {
    height: var(--modulo-029-altezza);
    background-color: var(--modulo-029-backgroung-color-testo);
    display: flex;
    align-items: center;
    justify-content: end;
    clip-path: polygon(100% 0, 100% 100%, 25% 100%, 0 0);
}

.section-modulo-029 .row.reverse .sfondo-contenitore-testo-modulo-029 {
    height: var(--modulo-029-altezza);
    background-color: var(--modulo-029-backgroung-color-testo);
    display: flex;
    align-items: center;
    justify-content: start;
    clip-path: polygon(0 0, 100% 0, 75% 100%, 0% 100%);
}

.section-modulo-029 .testo-modulo-029 {
    width: 70%;
    padding: 0 120px 0 0 ;
}

.section-modulo-029 .row.reverse .testo-modulo-029 {
    width: 70%;
    padding: 0 0 0 120px;
}

.section-modulo-029 .testo-modulo-029 h3.nuovofont {
    font-size: calc(30px + (48 - 30) * ((100vw - 320px) / (3000 - 320)));
    line-height: calc(30px + (48 - 30)* ((100vw - 320px) / (3000 - 320)));
    font-weight: 500;
    letter-spacing: -1px;
    margin: 20px 0 20px 0;
    color: #000;
}


.section-modulo-029 .testo-modulo-029 p {
    color: #000;
}

@media only screen and (min-width: 481px) and (max-width: 768px) {

    .section-modulo-029 .row {
        display: flex;
        flex-direction: column;
    }
    
    .section-modulo-029 .row.reverse {
        display: flex;
        flex-direction: column;
    }

    .section-modulo-029 .sfondo-contenitore-testo-modulo-029 {
        height: 100%;
        clip-path: inherit;
    }

    .section-modulo-029 .testo-modulo-029 {
        width: 100%;
        padding: 50px 100px 50px 100px ;
    }

    .section-modulo-029 .row.reverse .sfondo-contenitore-testo-modulo-029 {
        height: 100%;
        clip-path: inherit;
    }

    .section-modulo-029 .row.reverse .testo-modulo-029 {
        width: 100%;
        padding: 50px 100px 50px 100px ;
    }

    .section-modulo-029 .sfondo-contenitore-immagine-modulo-029 {
        background-color: var(--modulo-029-backgroung-color-testo);
    }

    .section-modulo-029 .immagine-modulo-029 {
        clip-path: polygon(66% 0, 100% 24%, 100% 100%, 0 100%, 0 0);
        height: 400px;
    }
    
}

@media only screen and (max-width: 480px) {
    
    .section-modulo-029 .row {
        display: flex;
        flex-direction: column;
    }
    
    .section-modulo-029 .row.reverse {
        display: flex;
        flex-direction: column;
    }
    
    .section-modulo-029 .sfondo-contenitore-testo-modulo-029 {
        height: 100%;
        clip-path: inherit;
    }
    
    .section-modulo-029 .immagine-modulo-029 {
        height: 400px;
    }

    .section-modulo-029 .testo-modulo-029 {
        width: 100%;
        padding: 20px 40px 40px 40px ;
    }

    .section-modulo-029 .row.reverse .sfondo-contenitore-testo-modulo-029 {
        height: 100%;
        clip-path: inherit;
    }
    
    .section-modulo-029 .immagine-modulo-029 {
        clip-path: polygon(66% 0, 100% 24%, 100% 100%, 0 100%, 0 0);
        height: 400px;
    }

    .section-modulo-029 .row.reverse .testo-modulo-029 {
        width: 100%;
        padding: 20px 40px 40px 40px ;
    }
    
    .section-modulo-029 .sfondo-contenitore-immagine-modulo-029 {
        background-color: var(--modulo-029-backgroung-color-testo);
    }

}


:root {
    --modulo-030-altezza: 550px;
    --modulo-030-backgroung-color-testo: #fff;
}

.section-modulo-030 .row {
    display: flex;
    flex-direction: row;
}

.section-modulo-030 .row.reverse {
    display: flex;
    flex-direction: row-reverse;
}

.section-modulo-030 .immagine-modulo-030 {
    background-image: url(/public/userdata/images/_pagine/_home/la-scelta-dei-capi.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: var(--modulo-030-backgroung-color-testo);
    height: var(--modulo-030-altezza);
    clip-path: polygon(25% 0, 100% 0, 100% 100%, 0 100%, 0 25%);
}

.section-modulo-030 .row.reverse .immagine-modulo-030 {
    background-image: url(/public/userdata/images/_pagine/_home/la-scelta-dei-capi.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: var(--modulo-030-backgroung-color-testo);
    height: var(--modulo-030-altezza);
    clip-path: polygon(75% 0, 100% 25%, 100% 100%, 0 100%, 0 0);
}

.section-modulo-030 .sfondo-contenitore-testo-modulo-030 {
    height: var(--modulo-030-altezza);
    background-color: var(--modulo-030-backgroung-color-testo);
    display: flex;
    align-items: center;
    justify-content: start;
    clip-path: polygon(0 0, 70% 0, 90% 100%, 0% 100%);
}

.section-modulo-030 .row.reverse .sfondo-contenitore-testo-modulo-030 {
    height: var(--modulo-030-altezza);
    background-color: var(--modulo-030-backgroung-color-testo);
    display: flex;
    align-items: center;
    justify-content: end;
    clip-path: polygon(30% 0, 100% 0%, 100% 100%, 10% 100%);
}

.section-modulo-030 .testo-modulo-030 {
    width: 70%;
    padding: 0 50px 0 120px;
}

.section-modulo-030 .row.reverse .testo-modulo-030 {
    width: 70%;
    padding: 0 120px 0 50px ;
}

.section-modulo-030 .testo-modulo-030 h3.nuovofont {
    font-size: calc(30px + (48 - 30) * ((100vw - 320px) / (3000 - 320)));
    line-height: calc(30px + (48 - 30)* ((100vw - 320px) / (3000 - 320)));
    font-weight: 500;
    letter-spacing: -1px;
    margin: 20px 0 20px 0;
    color: #000;
}


.section-modulo-030 .testo-modulo-030 p {
    color: #000;
}

@media only screen and (min-width: 481px) and (max-width: 768px) {

    .section-modulo-030 .row {
        display: flex;
        flex-direction: column;
    }
    
    .section-modulo-030 .row.reverse {
        display: flex;
        flex-direction: column;
    }

    .section-modulo-030 .sfondo-contenitore-testo-modulo-030 {
        height: 100%;
        clip-path: inherit;
    }

    .section-modulo-030 .testo-modulo-030 {
        width: 100%;
        padding: 50px 100px 50px 100px ;
    }

    .section-modulo-030 .row.reverse .sfondo-contenitore-testo-modulo-030 {
        height: 100%;
        clip-path: inherit;
    }

    .section-modulo-030 .row.reverse .testo-modulo-030 {
        width: 100%;
        padding: 50px 100px 50px 100px ;
    }

    .section-modulo-030 .sfondo-contenitore-immagine-modulo-030 {
        background-color: var(--modulo-030-backgroung-color-testo);
    }

    .section-modulo-030 .immagine-modulo-030 {
        height: 400px;

    }
}

@media only screen and (max-width: 480px) {
    
    .section-modulo-030 .row {
        display: flex;
        flex-direction: column;
    }
    
    .section-modulo-030 .row.reverse {
        display: flex;
        flex-direction: column;
    }
    
    .section-modulo-030 .sfondo-contenitore-testo-modulo-030 {
        height: 100%;
        clip-path: inherit;
    }
    
    .section-modulo-030 .immagine-modulo-030 {
        height: 400px;
    }

    .section-modulo-030 .testo-modulo-030 {
        width: 100%;
        padding: 20px 40px 40px 40px ;
    }

    .section-modulo-030 .row.reverse .sfondo-contenitore-testo-modulo-030 {
        height: 100%;
        clip-path: inherit;
    }
    
    .section-modulo-030 .row.reverse .immagine-modulo-030 {
        height: 400px;
    }

    .section-modulo-030 .row.reverse .testo-modulo-030 {
        width: 100%;
        padding: 20px 40px 40px 40px ;
    }
    
    .section-modulo-030 .sfondo-contenitore-immagine-modulo-030 {
        background-color: var(--modulo-030-backgroung-color-testo);
    }
}


    .section-modulo-028 .row {
        display: flex;
        flex-direction: row;
        align-items: end;
    }

    .section-modulo-028 .row.reverse {
        display: flex;
        flex-direction: row-reverse;
        align-items: end;
    }

    .section-modulo-028 .immagine-modulo-028 {
        background-image: url(/public/userdata/images/_pagine/_home/camicia-uomo.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-color: #BC9F67;
        height: 550px;
        clip-path: polygon(75% 0, 100% 25%, 100% 100%, 25% 100%, 0 75%, 0 0);
    }

    .section-modulo-028 .row.reverse .immagine-modulo-028 {
        background-image: url(/public/userdata/images/_pagine/_home/camicia-uomo.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 550px;
        clip-path: polygon(100% 0, 100% 75%, 75% 100%, 0 100%, 0 25%, 25% 0);
    }

    .section-modulo-028 .sfondo-contenitore-testo-modulo-028 {
        height: 413px;
        background-color: #BC9F67;
        display: flex;
        align-items: center;
    }

    .section-modulo-028 .testo-modulo-028 {
        width: 70%;
        padding: 0 0 0 100px;
    }

    .section-modulo-028 .testo-modulo-028 h3.nuovofont {
        font-size: calc(30px + (48 - 30) * ((100vw - 320px) / (3000 - 320)));
        line-height: calc(30px + (48 - 30)* ((100vw - 320px) / (3000 - 320)));
        font-weight: 500;
        letter-spacing: -1px;
        margin: 20px 0 20px 0;
        color: #000;
    }


    .section-modulo-028 .testo-modulo-028 p {
        color: #000;
    }

    @media only screen and (min-width: 481px) and (max-width: 768px) {

        .section-modulo-028 .row {
            display: flex;
            flex-direction: column;
        }
        
        .section-modulo-028 .row.reverse {
            display: flex;
            flex-direction: column;
        }

        .section-modulo-028 .sfondo-contenitore-immagine-modulo-028 {
            background-color: #BC9F67;
            height: 400px;
        }

        .section-modulo-028 .sfondo-contenitore-testo-modulo-028 {
            height: 100%;
            background-color: #BC9F67;
        }

        .section-modulo-028 .testo-modulo-028 {
            width: 100%;
            padding: 50px 100px 50px 100px;
        }

        .svg-testata-home {
            height: 400px;
            width: auto;
        }

        .section-modulo-028 .immagine-modulo-028 {
            height: 400px;
        }

        .section-modulo-028 .row.reverse .immagine-modulo-028 {
            height: 400px;
        }

        h1.nuovofont, .titolo-h1 {
            color: #BC9F67;
            padding: 0 50px 0 50px;
            font-size: 40px;
        }
    }

    @media only screen and (max-width: 480px) {

        .section-modulo-028 .row {
            display: flex;
            flex-direction: column;
        }
        
        .section-modulo-028 .row.reverse {
            display: flex;
            flex-direction: column;
        }
        
        .section-modulo-028 .immagine-modulo-028 {
            height: 400px;
        }

        .section-modulo-028 .row.reverse .immagine-modulo-028 {
            height: 400px;
        }

        .section-modulo-028 .sfondo-contenitore-immagine-modulo-028 {
            background-color: #BC9F67;
        }

        .section-modulo-028 .sfondo-contenitore-testo-modulo-028 {
            height: 100%;
            background-color: #BC9F67;
        }

        .section-modulo-028 .testo-modulo-028 {
            width: 100%;
            padding: 20px 40px 40px 40px;
        }

        .titolo-home-2 {
            height: 120px;
            display: flex;
            align-items: center;
            padding: 0 40px 0 40px;
        }

        .svg-testata-home {
            height: 300px;
            width: 500px;
        }

        h1.nuovofont, .titolo-h1 {
            color: #BC9F67;
            padding: 0 40px 0 40px;
            font-size: 35px;
            line-height: 35px;
            letter-spacing: -1px;
        }
    }
