html {
  	overflow-y: scroll;
  	overflow-y: overlay;
	/*scroll-behavior: smooth !important;*/
	scroll-behavior: auto !important;
}
/*
::selection {
    background-color: var(--primario);
    color: white;
}
::-moz-selection {
    background-color: var(--primario);
    color: white;
}
*/
::-webkit-scrollbar {
    width: 5px;
}
::-webkit-scrollbar-track {
    background-color: transparent;
    -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, .1);
}
::-webkit-scrollbar-thumb {
    background: var(--verdebbf);
    border-radius: 5px;
    -webkit-box-shadow:inset 0 0 4px rgba(0, 0, 0, .5);
}

body {
	position: relative;
	font-size: 20px;
	line-height: 32px;

	/*background-color: var(--nero);*/
	background-color: var(--bgsite);
	/*font-family: 'PTSans-Regular' !important;*/
	font-family: 'Lato-Light' !important;
}
.section__heading,
.item__heading {
	/*font-family: 'KelsonSans-Regular' !important;*/
	font-family: 'Lato-Light' !important;
}
.section__heading {
	/*font-size: 2.5rem !important;*/
	font-size: 3rem !important;
}

body {
	color: var(--bianco);
}

/*
@media (min-width: 1921px) {
    .container,
	.container-fluid {
        max-width: 1920px !important;
    }
}
*/
@media (min-width: 1921px) {
    .container,
	.container-fluid {
        max-width: 1570px !important;
    }
}

/*
.header .stickup_menu_holder .nav__primary #topnav li a,
body.home section#intro,
section#brand .brand_title .brand_item_info .brand_item_info_wrap a  {
	color: var(--nero) !important;
}
*/

/*
.header .stickup_menu_holder .nav__primary #topnav li a,
section#brand .brand_title .brand_item_info .brand_item_info_wrap a  {
	color: var(--nero) !important;
}
*/

/*
h2{
	font-weight: bold!important;
	color: var(--primario);
}
h3{
	font-weight: bold!important;
	color: var(--primario);
}
li::marker {
    color: #9b7f6f
}
.content_holder a {
	color: var(--primario) !important;
	text-decoration: underline !important;
	text-underline-offset: 3px;
}
*/

/*
.logo_text h1,
.logo_text h2 {
	text-transform: uppercase !important;
	color: var(--nero) !important;
	text-align: center !important;
}
.logo_text h1 {
	font-family: 'Giveny Free' !important;
	line-height: 1 !important;
}

@media (max-width: 275px){
	.logo_text h1 {
		font-size: 20px;
	}
}

@media (min-width: 276px) and (max-width: 1024px){
	.logo_text h1 {
		font-size: calc(20px + (60 - 20) * ((100vw - 276px) / (1024 - 276)));
	}
}
@media (min-width: 1280px) and (max-width: 1899px){
	.logo_text h1 {
		font-size: calc(80px + (130 - 80) * ((100vw - 1280px) / (1899 - 1280)));
	}
}
@media (min-width: 1900px){
	.logo_text h1 {
		font-size: 130px;
	}
}

.logo_text h2 {
	font-family: 'KelsonSans-Regular' !important;
}
*/


/* Modifica richiesta da Erica in data 12-11-2024 ore 17.40 - oggetto "Alcune modifiche per nuovo sito corporate Duesse"
a.featured-event {
	background-color: var(--verdebbf) !important;
	color: var(--nero) !important;
	padding: 0.5rem !important;
	text-decoration: none !important;
}
a.featured-brand-details {
	background-color: var(--verdebbf) !important;
	color: var(--nero) !important;
	padding: 0.2rem !important;
	text-decoration: none !important;
}
*/

a {
	color: var(--bianco);
	text-decoration: underline !important;
	text-underline-offset: 5px !important;
}
p {
    margin: 0 0 1rem;
}

/*
body:not(.home,.single-eventi) .content_holder {
	padding: 4rem 0;
}
*/
.content_holder {
	padding: 4rem 0 8rem;
}
body.home .content_holder {
	padding-top: 0 !important;
}
.main-holder {
    z-index: 1;
	position: relative;
	overflow: hidden;
}

.slick-slider .slick-slide:hover,
.slick-slider .slick-slide:focus,
.slick-slider .slick-slide:focus-visible {
	outline: 0 !important;
}
.slick-slider .slick-slide a:hover,
.slick-slider .slick-slide a:focus,
.slick-slider .slick-slide a:focus-visible {
	outline: 0 !important;
}
.slick-dots > li:only-child {
	display: none;
}

h1.logo {
	margin: 0 !important;
}
.header-item-hamburger {
	line-height: 0 !important;
}

.header {
    z-index: 99;
    padding: 0;
	
	transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;

	/*position: relative;*/
	height: auto;

	--navwidthdesk: 70%;
}
.stickup_menu_holder {
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;

	/*background-color: var(--bianco);*/
	/*background-color: var(--nero);*/
	background-color: var(--bgsite);
}
.stickydown_menu_holder .stickydown-wrapper .header-item-wrapper,
.stickup_menu_holder .stickup-wrapper-menu .header-item-wrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-content: center;
    align-content: center;
    -webkit-align-items: center;
    align-items: center;
}
.stickup_menu_holder .stickup-wrapper-logo .header-item-wrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    
    -webkit-align-items: center;
    align-items: center;
}


.stickup_menu_holder .stickup-wrapper-logo .header-item-logo img {
	filter: invert(1) !important;
}


@media (min-width: 1025px){
	.stickup_menu_holder .stickup-wrapper-logo .header-item-wrapper {
		-webkit-justify-content: center;
		justify-content: center;

	}
	
}
@media (max-width: 1024px){
	.stickup_menu_holder .stickup-wrapper-logo .header-item-wrapper {
		-webkit-justify-content: space-between;
    	justify-content: space-between;
	}
	.stickup_menu_holder .stickup-wrapper-logo .header-item-logo {
		margin-right: 1rem;
	}
}
/*.stickup_menu_holder .stickup-wrapper-logo .header-item-wrapper .header-item-logo,*/
.stickydown_menu_holder .stickydown-wrapper .header-item-logo {
	margin-right: 1rem;
}
.stickup_menu_holder .stickup-wrapper-menu .header-item-logo .logo img {
	max-height: 70px;
	width: auto;
}
@media (min-width: 1025px){
	.stickup_menu_holder .stickup-wrapper-menu .header-item-nav {
		width: var(--navwidthdesk);
	}
	.stickup_menu_holder .stickup-wrapper-menu .header-item-logo,
	.stickup_menu_holder .stickup-wrapper-menu .header-item-empty {
		width: calc((100% - var(--navwidthdesk))* .5);
	}
	.stickup_menu_holder .stickup-wrapper-menu .header-item-nav .nav__primary #topnav {
		display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-content: center;
        align-content: center;
        -webkit-align-items: center;
        align-items: center;
	}
	/*
	.header .stickydown_menu_holder .header-item-hamburger {
		display: none;
	}
	*/
	.header-item-hamburger {
		display: none;
	}
}
@media (max-width: 1024px){
	.stickydown_menu_holder .stickydown-wrapper .header-item-nav,
	.stickup_menu_holder .stickup-wrapper-menu .header-item-nav,
	.stickup_menu_holder .stickup-wrapper-menu .header-item-empty {
		display: none;
	}
}


@media (min-width: 1025px){
	/*
	body.home .stickup_menu_holder .stickup-wrapper-logo {
        background-image: url(../images/immagine_header.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        background-blend-mode: multiply;


		background-position: center;
		-webkit-backface-visibility: hidden !important;
		-webkit-background-size: cover !important;
		-moz-background-size: cover !important;
		background-size: cover !important;
		background-repeat: no-repeat;
		position: relative;
		height: 600px;
		width: 100%;
	}
	*/
	body.home .header .stickup_menu_holder {
        background-image: url(../images/immagine_header.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: bottom;
	}
}
	

body.home .header .stickydown_menu_holder {
	position: fixed !important;
	top: -999px !important;
	width: 100%;

	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}
body.home .header.scrolled .stickydown_menu_holder {
	position: fixed !important;
	top: 0 !important;

	/*
	-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .05);
	-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, .05);
	box-shadow: 0 1px 0 rgba(0, 0, 0, .05);
	*/

	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .2);
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, .2);
	box-shadow: 0 1px 0 rgba(255, 255, 255, .2);

	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

body:not(.home) .header .stickydown_menu_holder {
	position: fixed !important;
	width: 100%;
	top: 0 !important;
}
.header .stickydown_menu_holder {
	z-index: 99;
	/*background: var(--nero);*/
	background-color: var(--bgsite);
}

.header .stickydown_menu_holder .header-item-logo .logo img {
	max-height: 50px;
	width: auto;
}
@media (max-width: 1024px){
	.header .stickup_menu_holder .header-item-logo .logo img {
		max-height: 50px;
		width: auto;
	}
}


@media (min-width: 1025px){
	body.home .stickup_menu_holder .stickup-wrapper-logo .lottie_mobile {
		display: none !important;
	}
}
@media (max-width: 1024px){
	body.home .stickup_menu_holder .stickup-wrapper-logo .lottie_desktop {
		display: none !important;
	}
}


header .offcanvas button.btn-close,
.header-item-hamburger > button#btnRespNav {
	background-color: transparent;
	color: var(--bianco) !important;
    border: none;
    padding: 0;
    padding-inline: 0;
}
.stickup_menu_holder .stickup-wrapper-menu .header-item-hamburger button#btnRespNav {
	color: var(--nero);
}
.stickydown_menu_holder .stickydown-wrapper .header-item-hamburger button#btnRespNav {
	color: var(--bianco);
}
.header-item-hamburger > button#btnRespNav {
    font-size: 40px;
}
header .offcanvas {
	background-color: var(--nero) !important;
}
@media (min-width: 576px){
	header .offcanvas {
		width: 450px !important;
	}
}
@media (max-width: 575px){
	header .offcanvas {
		width: 100% !important;
	}
}
header .offcanvas button.btn-close {
	color: var(--bianco) !important;
}
header .offcanvas .offcanvas-header .logo {
	margin-right: 1.5rem !important;
}
header .offcanvas .nav__mobile #topnav {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-content: center;
	align-content: center;
	-webkit-align-items: center;
	align-items: center;
}
header .offcanvas .nav__mobile #topnav li {
	padding: 1rem 0;
}
header .offcanvas .nav__mobile #topnav li a {
	padding: 0.5rem 0.3rem;
	color: var(--bianco) !important;
	text-decoration: none !important;
	text-transform: uppercase !important;

	transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
header .offcanvas .nav__mobile #topnav li a:hover,
header .offcanvas .nav__mobile #topnav li a:focus,
header .offcanvas .nav__mobile #topnav li.current-menu-item a {
	/*color: var(--verdebbf) !important;*/
	border-bottom: 1px solid var(--bianco) !important;

	transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
header .offcanvas .nav__mobile #topnav li .sub-menu li a {
	font-size: 15px !important;
}
header .offcanvas .nav__mobile #topnav > li > a > i,
.nav__primary #topnav > li > a > i {
	font-size: 14px !important;
	margin-left: 0.5rem;
}


.stickup_menu_holder .stickup-wrapper.stickup-wrapper-logo .header-item-logo .logo {
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
}
@media (min-width: 1025px){
	.stickup-wrapper.stickup-wrapper-menu {
		padding: 1rem 0 0;
	}
	.stickup-wrapper.stickup-wrapper-logo {
		/*padding: 3rem 0;*/
		padding: 3rem 0 0;
	}
	.stickydown-wrapper {
		padding: 1rem 0;
	}
}
@media (max-width: 1024px){
	.stickup-wrapper.stickup-wrapper-menu {
		display: none;
	}
	.stickup-wrapper.stickup-wrapper-logo,
	.stickydown-wrapper {
		padding: 0.5rem 0;
	}
}


.header .stickup-wrapper.stickup-wrapper-menu .nav__primary #topnav li a {
	/*color: var(--nero) !important;*/
	color: var(--bianco) !important;
	border-bottom: 1px solid transparent !important;

	transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.header .stickup-wrapper.stickup-wrapper-menu .nav__primary #topnav li.current-menu-item a,
.header .stickup-wrapper.stickup-wrapper-menu .nav__primary #topnav li a:hover,
.header .stickup-wrapper.stickup-wrapper-menu .nav__primary #topnav li a:focus {
	/*
	color: var(--rossobm) !important;
	border-bottom: 1px solid var(--nero) !important;
	*/
	border-bottom: 1px solid var(--bianco) !important;

	transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.header .stickup-wrapper.stickup-wrapper-menu .nav__primary #topnav li.abbonamenti {
	/*
	border-left: 1px solid var(--nero) !important;
	border-right: 1px solid var(--nero) !important;
	*/
	border-left: 1px solid var(--bianco) !important;
	border-right: 1px solid var(--bianco) !important;
}

.header .stickydown_menu_holder .header-item-nav .nav__primary #topnav li a {
	color: var(--bianco) !important;
	border-bottom: 1px solid transparent !important;

	transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.header .stickydown_menu_holder .header-item-nav .nav__primary #topnav li a:hover,
.header .stickydown_menu_holder .header-item-nav .nav__primary #topnav li a:focus,
.header .stickydown_menu_holder .header-item-nav .nav__primary #topnav li.current-menu-item a {
	/*color: var(--verdebbf) !important;*/
	border-bottom: 1px solid var(--bianco) !important;

	transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.header .stickydown_menu_holder .header-item-nav .nav__primary #topnav li.abbonamenti {
	border-left: 1px solid var(--bianco) !important;
	border-right: 1px solid var(--bianco) !important;
}


.nav__primary #topnav > li > a {
	text-decoration: none !important;
	text-transform: uppercase !important;
	
}
@media (min-width: 1280px){
	/*
	.nav__primary #topnav > li > a {
		padding: 0.5rem 1rem;
	}
	*/
	.nav__primary #topnav > li {
		padding: 0 1rem;
	}
	.nav__primary #topnav > li > a {
		padding: 0.3rem 0.1rem;
	}
	.stickydown_menu_holder .header-item-nav {
		margin-right: -1rem;
	}
}
@media (max-width: 1279px){
	.nav__primary #topnav > li {
		padding: 0 0.4rem;
	}
	.nav__primary #topnav > li > a {
		font-size: 14px !important;
		/*padding: 0.5rem 0.5rem;*/
		padding: 0.3rem 0.1rem;
	}
	.stickydown_menu_holder .header-item-nav {
		margin-right: -0.5rem;
	}
}

.nav__primary #topnav > li > a > i {
	font-size: 14px !important;
	margin-left: 0.2rem;
}


.sf-menu,.sf-menu *{margin:0;padding:0;list-style:none}

.sf-menu{line-height:1; position:relative;}

.header-item-nav .nav__primary .sf-menu ul{position:absolute;top:-999em;width:10em}

/* shows sub-menu instead of superfish */
.sf-menu ul{
	visibility: hidden;
	opacity: 0;
	transform: translateY(-2em);
	
	transition: all 0.2s ease-in-out 0.2s, visibility 0.2s linear 0.2s, z-index 0.5s linear 0.01s;
	transition-delay: 0.2s;
}
.sf-menu li:hover > .sub-menu {
	visibility: visible; 
	opacity: 1;
	transform: translateY(0%);
	transition: all 0.2s ease-in-out 0.2s, visibility 0.2s linear 0.2s, z-index 0.5s linear 0.01s;
	transition-delay: 0.2s;
}
/* end. shows sub-menu instead of superfish */

header .nav__mobile .sf-menu>li.menu-item{
	display:block;
	float:none;
	width: 100%;
	text-align: center;
	position:relative;
	padding:0;
}
.header .sf-menu>li.menu-item:first-child{}
.header .sf-menu>li.menu-item:last-child{}

.header .sf-menu>li.menu-item>a{
	display:inline-block;
	z-index:100;
	position:relative;
	letter-spacing:0;
}
.header .sf-menu>li.menu-item:first-child>a{
	/*
	display:block;
	z-index:100;
	*/
	position:relative;letter-spacing:0;}
.header .sf-menu>li.menu-item:last-child>a{display:block;z-index:100;position:relative;letter-spacing:0;}


.sf-menu ul li{width:100%}
.sf-menu li:hover{visibility:inherit}
.sf-menu li{position:relative;float:left}
.sf-menu a{
	position:relative;
	display:block;
}
.sf-menu li.sfHover ul,.sf-menu li:hover ul{top:100%;left:0;z-index:99}
ul.sf-menu li.sfHover li ul,ul.sf-menu li:hover li ul{top:-999em}
ul.sf-menu li li.sfHover ul,ul.sf-menu li li:hover ul{top:0;left:100%}
ul.sf-menu li li.sfHover li ul,ul.sf-menu li li:hover li ul{top:-999em}
ul.sf-menu li li li.sfHover ul,ul.sf-menu li li li:hover ul{top:0;left:10em}
.sf-menu a.sf-with-ul{padding-right:2.25em;min-width:1px}




.header .nav__primary .sf-menu>.menu-item>.sub-menu{
	/*
	width:250px;
	background:#fff;
	padding:0;
	*/
	
	left:0%;
	margin-top:0px;
	margin-left: 0px;
	top:100%;
	border:none;
	
	border-radius:0;
	z-index:10;
	/*
	width: auto;
	max-width: fit-content;
	*/
	width: auto;
	padding: 10px 10px;
	background: var(--nero);
}

.header .nav__primary .sf-menu>.menu-item>.sub-menu .menu-item{
	text-align:left;
	padding:0;
	border:none;
	border-top:none;
	position:relative;
}

/*.header .nav__primary .sf-menu>.menu-item>.sub-menu .menu-item:first-child{border:none}*/
.header .nav__primary .sf-menu>.menu-item>.sub-menu .menu-item>a{
	border:none;
	padding: 20px 10px;
	display:block;
	/*
	-moz-hyphens:auto;
	word-wrap:break-word;
	*/
	white-space: nowrap;
	
	text-transform: uppercase;
	color: var(--bianco) !important;
	text-decoration: none !important;
	
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}
.header .nav__primary .sf-menu>.menu-item>.sub-menu .current-menu-item>a {
	/*color: var(--primario);*/
	/*color: var(--primario) !important;*/
	color: var(--nero) !important;
	font-weight: bold !important;
		
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

@media (min-width: 1025px) and (max-width: 1279px){
	.header .nav__primary .sf-menu>.menu-item>.sub-menu .menu-item>a{
		font-size: 14px;
	}
}
@media (min-width: 1280px){
	.header .nav__primary .sf-menu>.menu-item>.sub-menu .menu-item>a{
		/*font-size: 16px;*/
		font-size: 14px;
	}
}
.header .nav__primary .sf-menu>.menu-item>.sub-menu .menu-item:not(:last-child)>a {
	border-bottom: 1px solid #fff;
}
.header .nav__primary .sf-menu>.menu-item>.sub-menu .menu-item>a:hover {
	/*background-color: #fff;*/
	color: var(--primario);
	
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}


.header .nav__primary .sf-menu>.menu-item>.sub-menu .menu-item>a>.sf-sub-indicator{right:10px;left:auto}
.header .nav__primary .sf-menu>.menu-item>.sub-menu>.menu-item.current-menu-item>a .sf-sub-indicator,.header .nav__primary .sf-menu>.menu-item>.sub-menu>.menu-item.sfHover>a .sf-sub-indicator{background-position:-10px 0}
.header .nav__primary .sf-menu>.menu-item>.sub-menu>.menu-item>.sub-menu{width:170px;border:1px solid #f0f0f0;padding:0;left:auto;right:100%;overflow:hidden;top:-1px;margin-right:2px;margin-left:2px;border-radius:0}
.header .nav__primary .sf-menu>.menu-item>.sub-menu>.menu-item>.sub-menu .menu-item{z-index:10;padding:0;border:none;border-top:1px solid #f0f0f0;text-align:center;position:relative}
.header .nav__primary .sf-menu>.menu-item>.sub-menu>.menu-item>.sub-menu .menu-item:first-child{border:none}
.header .nav__primary .sf-menu>.menu-item>.sub-menu>.menu-item>.sub-menu .menu-item>a{display:block;padding:12px 10px}




/*
.title-section .title-header,
section .section-title {
	font-size: 30px;
	line-height: 40px;
	text-transform: uppercase;
	color: var(--primario);
	font-weight: bold;
}
@media (max-width: 767px){
	.title-section .title-header,
	section .section-title {
		font-size: 24px;
	}
}
.title-section .title-header {
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 30px;
	padding-top: 50px;
	border-bottom: 2px solid var(--primario);
}
*/



a.cta_btn {
	display: block;
	max-width: max-content;
	padding: 10px 25px;
	
	background-color: var(--primario);
	color: #fff !important;
	
	font-size: 18px;
	text-transform: uppercase;
	text-decoration: none !important;
	
	font-weight: bold;
}



body.home section#intro {
	/*background-color: #eaf4ef;*/
	/*background-color: var(--nero);*/
    position: relative;
    overflow: hidden;
	
}
/*
body.home section#intro .intro_heading {
	font-size: 3rem !important;
}
*/

/*
@media (max-width: 1024px){
	body.home section#intro {
		padding: 7rem 0;
	}
}
@media (min-width: 1025px) and (max-width: 1900px){
	body.home section#intro {
		padding-top: calc(48px + (240 - 48) * ((100vw - 1025px) / (1900 - 1025)));
		padding-bottom: calc(48px + (240 - 48) * ((100vw - 1025px) / (1900 - 1025)));
	}
}
@media (min-width: 1901px){
	body.home section#intro {
		padding: 15rem 0;
	}
}
*/

body.home section#intro {
	/*padding: 4rem 0 0;*/
	padding: 0 0 3rem;
}
/*
@media (max-width: 1279px){
	body.home section#intro {
		padding: 7rem 0;
	}
}
@media (min-width: 1280px) and (max-width: 1900px){
	body.home section#intro {
		padding-top: calc(112px + (240 - 112) * ((100vw - 1280px) / (1900 - 1280)));
		padding-bottom: calc(112px + (240 - 112) * ((100vw - 1280px) / (1900 - 1280)));
	}
}
@media (min-width: 1901px){
	body.home section#intro {
		padding: 9rem 0;
	}
}
*/


body.home section#intro .logo img {
	max-height: 70px;
	width: auto;
}
body.home section#intro .col_text {
	z-index: 2;
}
body.home section#intro .col_image {
	z-index: 1;
}
body.home section#intro figure.nota_image,
body.home section#intro figure.intro_image {
	position: absolute;
    margin: 0;

	/*
	right: -10%;
    top: -10%;
	*/
	right: 0;
	top: 0;
}
body.home section#intro figure.intro_image {
	z-index: 1;
}
body.home section#intro figure.nota_image {
	z-index: 2;
}

/*
@media (min-width: 1025px){
	body.home section#intro figure.intro_image {
		max-width: 50%;
		clip-path: circle(55% at 67% 34%);
	}
}
@media (max-width: 1024px){
	body.home section#intro figure.intro_image {
		max-width: 65%;
		clip-path: circle(55% at 67% 34%);
	}
	body.home section#intro figure.intro_image img {
		opacity: 0.2;
	}
}
*/

/* LAST
@media (min-width: 1280px){
	body.home section#intro figure.intro_image {
		max-width: 38%;
		clip-path: circle(55% at 67% 34%);
	}
}
@media (max-width: 1279px){
	body.home section#intro figure.intro_image {
		max-width: 65%;
		clip-path: circle(55% at 67% 34%);
	}
	body.home section#intro figure.intro_image img {
		opacity: 0.2;
	}
}
*/
@media (min-width: 1280px){
	body.home section#intro figure.intro_image img {
		max-height: 60dvh;
		width: auto;
	}
}
@media (max-width: 1279px){
	body.home section#intro figure.intro_image img {
		max-height: 60dvh;
		width: auto;
	}
	body.home section#intro figure.intro_image img {
		opacity: 0.2;
	}
}


/*
@media (max-width: 1024px){
	body.home section#intro figure.intro_image:before {
		content: '';
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		background: rgba(255,255,255,0.8);
		border-radius: 0 0 0 100%;
	}
}
*/
body.home section#intro figure.intro_image img {
	/*border-radius: 0 0 0 100%;*/
	/*
	border-radius: 40% 0 40% 60%;
    border-radius: 0 0 0 100%;
	*/
}

.splide__arrow {
	background-color: var(--verdebbf) !important;
	opacity: 1 !important;
	width: 3em !important;
	height: 3em !important;
}
/*
section#brands.brands_carousel .brands_loop .splide__list {
	-webkit-justify-content: center !important;
    justify-content: center !important;
}
*/

section#events .events_title .events_title__heading a,
section#brands.brands_carousel .brands_title .brands_title__heading a {
	text-decoration: none !important;
	border-bottom: 1px solid transparent !important;

	transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
section#events .events_title .events_title__heading a:hover,
section#events .events_title .events_title__heading a:focus,
section#brands.brands_carousel .brands_title .brands_title__heading a:hover,
section#brands.brands_carousel .brands_title .brands_title__heading a:focus {
	/*color: var(--verdebbf) !important;*/
	border-bottom: 1px solid var(--bianco) !important;

	transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}


section#brands .brands_title .brands_title__heading,
section#brands .brands_subtitle .brands_subtitle__heading,
section#brands .brands_paragraph {
	color: var(--bianco);
}
section#brands.brands_carousel .brands_title .brands_title__heading {
	text-align: center;
}

body.post-type-archive-brand section#brands .brands_loop {
	--bs-gutter-x: 0.3rem;
	--bs-gutter-y: 0.3rem;
}
section#brands .brands_loop .brand_item a {
	text-decoration: none !important;
	display: block !important;
}
section#evento #evento_hero figure,
section#evento .evento_title figure,
section#brand .brand_title figure,
section#brands .brands_loop .brand_item figure {
	position: relative;
}
@media (max-width: 479px){
	body.post-type-archive-brand section#brands .brands_loop .brand_item figure img {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
}
section#brands.brands_carousel .brands_loop .brand_item figure img.img_brand {
	object-fit: cover !important;
}
section#evento #evento_hero figure::before,
section#evento .evento_title figure::before,
section#brand .brand_title figure::before,
section#brands .brands_loop .brand_item a figure::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);

	transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
section#brands .brands_loop .brand_item a:hover figure::before {
	background-color: rgba(0,0,0,0);

	transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
section#brands .brands_loop .brand_item .brand_item_logo {
	background-color: rgba(0,0,0,0);
	padding: 1rem;

	transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
section#brands .brands_loop .brand_item a:hover .brand_item_logo {
	background-color: rgba(0,0,0,0.5);

	transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

section#brand .brand_title figure .brand_item_title,
section#brands .brands_loop .brand_item figure .brand_item_title {
	position: absolute;
	top: 50%;
	left: 50%;
	/*width: 100%;*/
	width: 80%;
	transform: translate(-50%,-50%);
	padding: 0 0.5rem;
	text-align: center;
}

section#brands .brands_loop .brand_item figure .brand_item_title .brand_item_title__heading {
	color: var(--bianco);
}

/*
section#brands .filter-button-group button.button {
	background-color: transparent;
	border: 1px solid var(--bianco);
	color: var(--bianco) !important;
	border-radius: 2rem;
	padding: 0.5rem 2rem;
	margin: 0 0.5rem;

	transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
section#brands .filter-button-group button.button:hover,
section#brands .filter-button-group button.button.is-checked {
	background-color: var(--rossobm);
	border: 1px solid var(--rossobm);

	transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
*/
section#brands .filter-button-group button.button {
	background-color: transparent;
	border: 1px solid transparent !important;
	color: var(--bianco) !important;

	padding: 0.2rem 0.1rem;
    margin: 0 1rem;

	transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
section#brands .filter-button-group button.button:hover,
section#brands .filter-button-group button.button.is-checked {
	border-bottom: 1px solid var(--bianco) !important;

	transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}


section#brands.brands_carousel .brands_loop .brand_item .brand_item_logo {
	margin-bottom: 0 !important;
}
section#brands.brands_carousel .brands_loop .brand_item figure {
	/*
	height: 0;
    padding: 0;
    padding-bottom: 130%;
    background-position: center center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
	*/

	/*
	background-position: center;
	-webkit-backface-visibility: hidden !important;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	background-size: cover !important;
	background-repeat: no-repeat;
	position: relative;
	height: 500px;
	width: calc(100vw / 5);
	*/
}
/*
section#brands.brands_carousel .brands_loop .brand_item figure img.img_brand {
	opacity: 0;
	display: none;
}
*/
section#brands .brands_loop .brand_item img.img_logo {
	/*max-height: 50px;*/
	max-height: 65px;
	width: auto;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

section#brand .brand_title figure img.img_logo {
	max-height: 100px;
	width: auto;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

section#brand .brand_title .col_title {
	position: relative;
}

section#brand .brand_title .brand_item_info .brand_item_info_wrap a  {
	color: var(--nero) !important;
}
section#brand .brand_title .brand_item_info .brand_item_info_wrap,
section#brand .brand_title .brand_item_info .brand_item_info_wrap .brand_item_info_site,
section#brand .brand_title .brand_item_info .brand_item_info_wrap .brand_item_info_social {
	display: -webkit-flex;
    display: flex;
    
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    
    -webkit-align-items: center;
    align-items: center;
}
@media (min-width: 768px){
	section#brand .brand_title .col_title .brand_item_info {
		position: absolute;
		bottom: 0;
		padding: 1rem;
		background-color: rgba(255,255,255,0.7);

		left: 0;
        right: 0;
        max-width: 100%;
        margin-right: calc(var(--bs-gutter-x)* .5);
        margin-left: calc(var(--bs-gutter-x)* .5);
	}
	section#brand .brand_title .brand_item_info .brand_item_info_wrap,
	section#brand .brand_title .brand_item_info .brand_item_info_wrap .brand_item_info_site,
	section#brand .brand_title .brand_item_info .brand_item_info_wrap .brand_item_info_social {
		-webkit-flex-direction: row;
    	flex-direction: row;
	}
	section#brand .brand_title .brand_item_info .brand_item_info_wrap {
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
	section#brand .brand_title .brand_item_info .brand_item_info_wrap .brand_item_info_site {
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
	}
	section#brand .brand_title .brand_item_info .brand_item_info_wrap .brand_item_info_social {
		-webkit-justify-content: flex-end;
		justify-content: flex-end;
	}
}
@media (max-width: 767px){
	section#brand .brand_title .brand_item_info {
		padding: 1rem;
		background-color: rgba(255,255,255,1);
	}
	section#brand .brand_title .brand_item_info .brand_item_info_wrap {
		-webkit-flex-direction: column;
    	flex-direction: column;
	}
	section#brand .brand_title .brand_item_info .brand_item_info_wrap .brand_item_info_site,
	section#brand .brand_title .brand_item_info .brand_item_info_wrap .brand_item_info_social {
		-webkit-flex-direction: row;
    	flex-direction: row;

		-webkit-justify-content: center;
		justify-content: center;
	}
}

section#brand .brand_title .brand_item_info .brand_item_info_wrap a {
	text-transform: uppercase !important;
	text-decoration: none !important;
}
section#brand .brand_title .brand_item_info .brand_item_info_wrap .brand_item_info_site a,
section#brand .brand_title .brand_item_info .brand_item_info_wrap .brand_item_info_social a {
	padding: 1rem;
}
section#brand .brand_title .brand_item_info .brand_item_info_wrap .brand_item_info_site a {
	font-size: 16px !important;
}
section#brand .brand_title .brand_item_info .brand_item_info_wrap .brand_item_info_social a {
	font-size: 26px !important;
}



section#brand .brand_title .brand_item_title .brand_item_logo img {
	max-height: 65px;
	width: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

section#brand .brand_details .brand_apps_list,
section#brand .brand_details .brand_details_list .brand_detail_item {
	position: relative;
	
	--bdi-gap-x: 1.5rem;
	--bdi-icon-w: 62px;
	
    
	/*
    margin-right: calc(-.5* var(--bdi-gap-x));
    margin-left: calc(-.5* var(--bdi-gap-x));
	*/
	
	/*
	display: flex;
    flex-wrap: wrap;
	*/


	/*
	display: -webkit-flex;
    display: flex;
    
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    
    -webkit-align-items: center;
    align-items: center;

	-webkit-justify-content: center;
	justify-content: center;
	*/
}
section#brand .brand_details .brand_details_list .brand_detail_item {
	display: -webkit-flex;
    display: flex;
    
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
section#brand .brand_details .brand_apps_list {
	display: -webkit-flex;
    display: flex;
    
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    
    -webkit-align-items: center;
    align-items: center;

	-webkit-justify-content: center;
	justify-content: center;
}
section#brand .brand_details .brand_details_list .brand_detail_item {
	padding-bottom: 3rem;
}
section#brand .brand_details .brand_apps_list .brand_app_item,
section#brand .brand_details .brand_details_list .brand_detail_item .brand_detail_item__s {
	padding-right: calc(var(--bdi-gap-x)* .5);
    padding-left: calc(var(--bdi-gap-x)* .5);
	flex: 0 0 auto;
}
section#brand .brand_details .brand_apps_list .brand_app_item {
	max-width: 25%;
}
@media (min-width: 461px) and (max-width: 1024px){
	section#brand .brand_details .brand_apps_list .brand_app_item {
		max-width: 50% !important;
		margin-bottom: 1.5rem !important;
	}
}
@media (max-width: 460px){
	section#brand .brand_details .brand_apps_list .brand_app_item {
		max-width: 100% !important;
		margin-bottom: 1.5rem !important;
	}
}
section#brand .brand_details .brand_details_list .brand_detail_item .brand_detail_icon {
	width: var(--bdi-icon-w);
	height: var(--bdi-icon-w);
    /*line-height: var(--bdi-icon-w);*/

    font-size: 30px;
    text-align: center;
    border-radius: 100%;
    position: relative;

    color: #fff;
	background-color: #d0d0d0;

	max-width: var(--bdi-icon-w);


	display: -webkit-flex;
	display: flex;

	-webkit-justify-content: center;
	justify-content: center;

	-webkit-align-items: center;
	align-items: center;
}
section#brand .brand_details .brand_details_list .brand_detail_item .brand_detail_icon img {
	filter: invert();
}
section#brand .brand_details .brand_details_list .brand_detail_item:not(:last-child)::after {
	content: '';
	position: absolute;
	top: 1px;
	left: 31px;
	width: 1px;
	height: 100%;
	background-color: #d0d0d0;
	z-index: -1;
}
section#brand .brand_details .brand_details_list .brand_detail_item .brand_detail_content {
	max-width: calc(100% - var(--bdi-icon-w));
}
section#brand .brand_details .brand_details_list .brand_detail_item .brand_detail_content p.brand_detail_title {
	margin-bottom: 0.5rem !important;
	font-size: 1.5rem !important;
	text-transform: uppercase !important;

	font-weight: bold !important;
	color: var(--verdebbf) !important;
}



/*
@media (min-width: 1025px){
	section#brands.brands_relateds .brands_loop {
		display: grid;
		width: 100%;
		height: 100vh;
	}
	section#brands.brands_relateds .brands_loop {
		grid-template-columns: repeat(4, 1fr);
	}
}
@media (min-width: 576px) and (max-width: 1024px){
	section#brands.brands_relateds .brands_loop {
		display: grid;
		width: 100%;
		height: 100vh;
	}
	section#brands.brands_relateds .brands_loop {
		grid-template-columns: repeat(2, 1fr);
	}
	section#brands.brands_relateds .brands_loop .brand_item figure {
		padding: 2rem;
	}
}
@media (max-width: 575px){
	section#brands.brands_relateds .brands_loop .brand_item figure {
		padding: 4rem 0;
	}
}
section#brands.brands_relateds .brands_loop .brand_item {
	border: 1px solid rgba(255,255,255,0.5);
}
section#brands.brands_relateds .brands_loop .brand_item a {
	width: 100%;
	height: 100%;
}
section#brands.brands_relateds .brands_loop .brand_item a figure {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
section#brands.brands_relateds .brands_loop .brand_item a figure {
	height: 100%;

	display: -webkit-flex;
    display: flex;

    -webkit-justify-content: center;
    justify-content: center;

    -webkit-align-items: center;
    align-items: center;
}
section#brands.brands_relateds .brands_loop .brand_item a figure img.img_logo {
	transform: scale(1);

	transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
section#brands.brands_relateds .brands_loop .brand_item a:hover figure img.img_logo {
	transform: scale(1.2);

	transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
*/

section#brands_relateds .brands_loop .brand_item a {
	height: 100%;
}
section#brands_relateds .brands_loop .brand_item {
	border: 1px solid rgba(255,255,255,0.5);
	padding-left: 0 !important;
	padding-right: 0 !important;
}
section#brands_relateds .brands_loop .brand_item figure {
	position:relative;
	padding: 4rem 1rem;
	height: 100%;

	display: -webkit-flex;
    display: flex;

    -webkit-justify-content: center;
    justify-content: center;

    -webkit-align-items: center;
    align-items: center;
}
section#brands_relateds .brands_loop .brand_item img.img_logo {
	/*max-height: 50px;*/
	max-height: 65px;
	width: auto;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
section#brands .brands_loop .brand_item figure .brand_item_country,
section#brands_relateds .brands_loop .brand_item .brand_item_country {
	position: absolute;
	bottom: 0;
	/*right: 0;*/
	left: 50%;
	transform: translateX(-50%);
}
section#brands .brands_loop .brand_item figure .brand_item_country {
	width: 80%;
}
section#brands_relateds .brands_loop .brand_item .brand_item_country {
	width: 50%;
}


/*
section#events .events_title {
	display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    

    -webkit-align-items: center;
    align-items: center;
}
section#events .section-all-permalink {
	display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    justify-content: center;

    -webkit-align-items: center;
    align-items: center;
}
@media (min-width: 576px){
	section#events .events_title {
		-webkit-justify-content: space-between;
    	justify-content: space-between;
	}
	section#events .section-all-permalink {
		display: none;
	}
}
@media (max-width: 575px){
	section#events .events_title {
		-webkit-justify-content: center;
    	justify-content: center;
	}
	section#events .events_title .cta_all_events {
		display: none;
	}
}
section#events .section-all-permalink .cta_all_events a,
section#events .events_title .cta_all_events a {
	text-decoration: none !important;
	
	
	color: var(--bianco) !important;
	border-radius: 2rem;
	padding: 0.5rem 2rem;

	transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;

	background-color: var(--rossobm);
	border: 1px solid var(--rossobm);
}
*/
section#events .events_title .events_title__heading {
	text-align: center;
}
section#events .events_title .events_title__heading a {
	text-decoration: none !important;
}

section#events .section-all-permalink .cta_all_events a {
	text-decoration: none !important;
	display: block;
	max-width: fit-content;

	margin-left: auto;
	margin-right: auto;
	
	color: var(--bianco) !important;
	border-radius: 2rem;
	padding: 0.5rem 2rem;

	transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;

	background-color: var(--rossobm);
	border: 1px solid var(--rossobm);
}
/*
section#events .section-all-permalink .cta_all_events a:hover,
section#events .section-all-permalink .cta_all_events a:focus,
section#events .events_title .cta_all_events a:hover,
section#events .events_title .cta_all_events a:focus {
	background-color: var(--rossobm);
	border: 1px solid var(--rossobm);

	transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
*/
section#events .events_title .events_title__heading,
section#events .events_loop .event_item .event_item_title .event_item_title__heading {
	color: var(--bianco);
}
section#events .events_loop .event_item .event_item_title .event_item_title__heading {
	font-size: 1.5rem !important;
}
@media (min-width: 1280px) and (max-width: 1439px), (min-width: 576px) and (max-width: 767px){
	section#events .events_loop .event_item .event_item_title .event_item_title__heading {
		font-size: 1.1rem !important;
	}
}

section#events .events_loop .event_item .event_item_title {
	border-bottom: 1px solid var(--bianco);
}
section#events .events_loop .event_item a {
	text-decoration: none !important;
}
@media (min-width: 1280px){
	section#events .events_loop .event_item[data-event="0"].aos-animate {
		transition-delay: .1s !important;
	}
	section#events .events_loop .event_item[data-event="1"].aos-animate {
		transition-delay: .25s !important;
	}
	section#events .events_loop .event_item[data-event="2"].aos-animate {
		transition-delay: .3s !important;
	}
	section#events .events_loop .event_item[data-event="3"].aos-animate {
		transition-delay: .45s !important;
	}
}
@media (max-width: 1279px){
	section#events .events_loop .event_item[data-event="0"].aos-animate,
	section#events .events_loop .event_item[data-event="1"].aos-animate {
		transition-delay: .1s !important;
	}
	section#events .events_loop .event_item[data-event="2"].aos-animate,
	section#events .events_loop .event_item[data-event="3"].aos-animate {
		transition-delay: .2s !important;
	}
}


section#events .events_loop .event_item a figure {
	overflow: hidden;
}
section#events .events_loop .event_item a figure img {
	/*filter: brightness(100%) contrast(100%) saturate(0%) blur(0px) hue-rotate(0deg);*/
	filter: brightness(100%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
	transform: scale(1);

	transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
section#events .events_loop .event_item a:hover figure img {
	/*filter: unset;*/
	/*filter: brightness(100%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);*/
	filter: brightness(100%) contrast(100%) saturate(0%) blur(0px) hue-rotate(0deg);
	transform: scale(1.1);

	transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}


section#eventi .eventi_hero.slider_hero .hero_item > a {
	display: block;
	text-decoration: none !important;
}
section#eventi .eventi_hero.slider_hero figure {
	background-position: center;
	-webkit-backface-visibility: hidden !important;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	background-size: cover !important;
	background-repeat: no-repeat;
	position: relative;
	/*height: 80dvh;*/
	height: 65dvh;
	width: 100%;

	display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    justify-content: center;

    -webkit-align-items: center;
    align-items: center;
}
@media (min-width: 1025px){
	section#evento #evento_hero.image_hero figure,
	section#eventi .eventi_hero.image_hero figure {
		background-position: center;
		-webkit-backface-visibility: hidden !important;
		-webkit-background-size: cover !important;
		-moz-background-size: cover !important;
		background-size: cover !important;
		background-repeat: no-repeat;
		position: relative;
		/*height: 80dvh;*/
		height: 65dvh;

		width: 100%;
	
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: column;
		flex-direction: column;
		-webkit-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-justify-content: center;
		justify-content: center;
	
		-webkit-align-items: center;
		align-items: center;
	}
	section#evento #evento_hero.image_hero figure img,
	section#eventi .eventi_hero.image_hero figure img {
		display: none;
	}
}
@media (max-width: 1024px){
	section#evento #evento_hero.image_hero figure,
	section#eventi .eventi_hero.image_hero figure {
		background-image: none !important;
	}
}

section#eventi .eventi_hero.slider_hero figure::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
}
section#evento #evento_hero figure::before,
section#evento .evento_title figure::before {
	z-index: 1;
}
section#evento #evento_hero figure .evento_item_title,
section#evento .evento_title figure .evento_item_title {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	transform: translate(-50%,-50%);
	padding: 0 0.5rem;
	text-align: center;
	z-index: 2;
}
section#evento #evento_hero figure .evento_item_title .evento_item_title__heading,
section#evento .evento_title figure .evento_item_title .evento_item_title__heading,
section#eventi .eventi_hero.slider_hero figure .hero_item__inner {
	color: var(--bianco);
	z-index: 9;
	
	margin-left: auto;
	margin-right: auto;
	/*font-family: 'Giveny Free' !important;*/
	font-family: 'Lato-Light' !important;
	text-align: center;
	/*
	font-size: 50px;
	width: calc(100% - 15rem);
	*/
	width: 80%;
	font-size: clamp(2.25rem, 1.6713rem + 3.0864vw, 5.375rem);
	line-height: 1;
}
section#eventi .eventi_hero.slider_hero .slick-dots {
	bottom: 1rem !important;
}
section#eventi .eventi_hero.slider_hero .slick-dots li button:before {
	color: var(--bianco) !important;
}
section#eventi .eventi_hero.slider_hero .slick-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 9;
	font-size: 40px;
	cursor: pointer;
}
section#eventi .eventi_hero.slider_hero .slick-arrow.button-prev {
	left: 2rem;
}
section#eventi .eventi_hero.slider_hero .slick-arrow.button-next {
	right: 2rem;
}

section#eventi.eventi_relateds .eventi_loop .evento_item,
section#eventi .eventi_griglia .evento_item {
	margin-bottom: calc(1* var(--bs-gutter-x));
}
section#eventi.eventi_relateds .eventi_loop .evento_item a,
section#eventi .eventi_griglia .evento_item a {
	display: block;
	text-decoration: none;
}
section#eventi.eventi_relateds .eventi_loop .evento_item a > figure,
section#eventi .eventi_griglia .evento_item a > figure {
	position: relative;
	overflow: hidden;
}
section#eventi.eventi_relateds .eventi_loop .evento_item a > figure > img,
section#eventi .eventi_griglia .evento_item a > figure > img {
	transform: scale(1);
	filter: brightness(100%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);

	transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
/*
section#eventi.eventi_relateds .eventi_loop .evento_item a > figure::before,
section#eventi .eventi_griglia .evento_item a > figure::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);

	transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
*/

section#eventi.eventi_relateds .eventi_loop .evento_item a > figure > .evento_item__inner,
section#eventi .eventi_griglia .evento_item a > figure > .evento_item__inner {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 80%;

	color: var(--bianco);
	z-index: 9;
	
	margin-left: auto;
	margin-right: auto;
	/*font-family: 'Giveny Free' !important;*/
	/*font-family: 'PTSans-Regular' !important;*/
	font-family: 'Lato-Light' !important;
	text-align: center;
	
	font-size: 30px;
	line-height: 1;

	background-color: rgba(0,0,0,0);
	padding: 1rem;

	transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
section#eventi.eventi_relateds .eventi_loop .evento_item a:hover > figure > img,
section#eventi .eventi_griglia .evento_item a:hover > figure > img {
	transform: scale(1.1);
	/* modifica Paolo Sinopoli - mail "Fwd: Nuovo sito Duesse - sezione EVENTI da completare" del 04-10-2024
	filter: brightness(100%) contrast(100%) saturate(0%) blur(0px) hue-rotate(0deg);
	*/

	transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
/*
section#eventi.eventi_relateds .eventi_loop .evento_item a:hover > figure::before,
section#eventi .eventi_griglia .evento_item a:hover > figure::before {
	background-color: rgba(0,0,0,0);

	transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
*/
section#eventi.eventi_relateds .eventi_loop .evento_item a:hover > figure > .evento_item__inner,
section#eventi .eventi_griglia .evento_item a:hover > figure > .evento_item__inner {
	font-size: 35px;
	background-color: rgba(0,0,0,0.5);

	transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}




section#counters .counters_title .counters_title__heading {
	text-align: center;
	color: var(--bianco) !important;
}
section#counters .counters_wrap {
	display: -webkit-flex;
    display: flex;
	
    -webkit-flex-direction: row;
    flex-direction: row;

    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;

    -webkit-justify-content: space-between;
    justify-content: space-between;
    
    -webkit-align-items: center;
    align-items: center;
}
section#counters .count_item_wrap {
	color: var(--bianco);

	display: -webkit-flex;
    display: flex;
	
    -webkit-flex-direction: row;
    flex-direction: row;

    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;

    -webkit-justify-content: center;
    justify-content: center;
    
    -webkit-align-items: center;
    align-items: center;

	margin-bottom: 4rem;

	flex-grow: 1;
}
section#counters .count_item_wrap span.count_item {
	/*font-size: 40px;*/
	font-size: 60px;
}
section#counters .count_item_wrap span.prefix {
	margin-left: 0.3rem;
}
section#counters .count_item_wrap span.help {
	flex: 1 1 100%;
	text-align: center;
	font-size: 20px;
	margin-top: 1rem;
}



#brand_infos .brand_info_group_loop .brand_info_group_item_social .brand_info_group_socials {
	display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;

    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;

    -webkit-justify-content: flex-start;
    justify-content: flex-start;

    -webkit-align-content: flex-start;
    align-content: flex-start;
	
    -webkit-align-items: flex-start;
    align-items: flex-start;
	
}
#brand_infos .brand_info_group_loop .brand_info_group_item_social .brand_info_group_socials .brand_social_item:not(:last-child){
	margin-right: 0.8rem;
}
#brand_infos .brand_info_group_loop .brand_info_group_item_social .brand_info_group_socials .brand_social_item a {
	text-decoration: none !important;
	font-size: 24px !important;
}
#brand_infos .brand_info_group_loop {
	display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;

    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;

    -webkit-justify-content: flex-start;
    justify-content: flex-start;

    -webkit-align-content: flex-start;
    align-content: flex-start;
	/*
    -webkit-align-items: flex-start;
    align-items: flex-start;
	*/
	-webkit-align-items: stretch;
    align-items: stretch;
}
#brand_infos .brand_info_group_loop .brand_info_group_item {
    -webkit-order: 0;
    order: 0;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-align-self: auto;
    align-self: auto;

	padding: 2px 14px 1px 15px;
    border-left: 1px solid #E9E9E9;

	margin-right: 3px;
	margin-bottom: 2.5rem;
}
#brand_infos .brand_info_group_loop .brand_info_group_item .brand_info_group_title {
	font-size: .875em;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 8px;
}
#brand_infos .brand_info_group_loop .brand_info_group_item .brand_info_group_value {
	margin-bottom: 8px;
    /*font-size: 1.25em;*/
	font-size: 16px !important;
    font-weight: 700;
    /*color: #C30F1B;*/
	color: var(--verdebbf);
}
/*
#brand_infos .brand_info_group_loop .brand_info_group_item.allegati-e-speciali .brand_info_group_value {
	font-size: 16px !important;
}
*/

#brand_infos .brand_info_group_loop .brand_info_group_item .brand_info_group_additional {
	font-size: 14px;
	margin-bottom: 0;
}




.pagination .pagination-list__inner {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}
.pagination .pagination-list__inner .pagination_item {
	width: 35px;
	height: 35px;
	margin-right: 15px;
}
.pagination .pagination-list__inner .active span,
.pagination .pagination-list__inner .inactive a {
	border: 2px solid var(--primario);
	font-size: 16px;
	display: block;
	text-align: center;
	text-decoration: none !important;
	
	transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.pagination .pagination-list__inner .active span,
.pagination .pagination-list__inner .inactive a:hover,
.pagination .pagination-list__inner .inactive a:focus {
	background-color: var(--primario);
	color: #fff !important;
	text-decoration: none !important;
	
	transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.pagination .pagination-list__inner .inactive a {
	background-color: transparent;
	color: var(--primario);
}




footer * {
	color: var(--bianco) !important;
}
footer .footer-logo img {
	max-height: 200px;
	width: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
footer .footer-logo a {
	display: block;
	width: 100%;
}
/*
footer .footer-copyright-wrap,
footer .footer-tagline {
	text-align: center;
}
*/
footer .footer-copyright-wrap {
	font-size: 14px !important;
}

/*
footer .nav__footer ul#footernav {
	display: -webkit-flex;
    display: flex;
    
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    justify-content: center;

    -webkit-align-items: center;
    align-items: center;

	list-style: none;
	padding: 0;
	margin: 0;
}
footer .nav__footer ul#footernav > li {
	display: block;
	float: none;
}
@media (min-width: 1025px){
	footer .nav__footer ul#footernav {
		-webkit-flex-direction: row;
    	flex-direction: row;
	}
	footer .nav__footer ul#footernav > li > a {
		padding: 0.5rem 1rem;
	}
}
@media (max-width: 1024px){
	footer .nav__footer ul#footernav {
		-webkit-flex-direction: column;
    	flex-direction: column;
	}
	footer .nav__footer ul#footernav > li,
	footer .nav__footer ul#footernav > li > a {
		padding: 0.6rem 0;
	}
}
footer .nav__footer ul#footernav > li > a {
	text-decoration: none;
	text-transform: uppercase;
}
*/


footer .nav__footer ul#footernav {
	display: -webkit-flex;
    display: flex;

	-webkit-flex-direction: column;
    flex-direction: column;
    
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;

    

	list-style: none;
	padding: 0;
	margin: 0;
}
footer .nav__footer ul#footernav > li {
	padding: 0.3rem 0;
}
footer .nav__footer ul#footernav > li > a {
	/*padding: 0.5rem 1rem;*/
	padding: 0.1rem 0.3rem;

	text-decoration: none;
	text-transform: uppercase;

	border-bottom: 1px solid transparent;

	transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
footer .nav__footer ul#footernav > li > a:hover, 
footer .nav__footer ul#footernav > li > a:focus, 
footer .nav__footer ul#footernav > li.current-menu-item > a {
	border-bottom: 1px solid var(--bianco);

	transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

@media (min-width: 1025px){
	footer .nav__footer ul#footernav {
		-webkit-justify-content: flex-start;
		justify-content: flex-start;

		-webkit-align-items: flex-start;
		align-items: flex-start;
	}
	footer .nav__footer.col_menu_azienda ul#footernav {
		height: 100%;
	}
	footer .nav__footer.col_menu_azienda ul#footernav li.abbonamenti {
		margin-top: auto;
	}
	footer .nav__footer {
		border-left: 1px solid var(--bianco);
	}

	footer #footer-copyright {
		padding: 2rem 0;
	}
}
@media (max-width: 1024px){
	footer .nav__footer ul#footernav {
		-webkit-justify-content: center;
		justify-content: center;

		-webkit-align-items: center;
		align-items: center;
	}

	footer .footer-copyright-wrap {
		text-align: center;
	}
}







.wpcf7 p.field {
	margin-bottom: 0;
}
.wpcf7 .col-item {
	margin-bottom: 25px;
}
.wpcf7 p.field input,
.wpcf7 p.field textarea {
	border: none !important;
	box-shadow: none !important;
	font-weight: 400 !important;
	width: 100% !important;
	display: block !important;
	color: var(--primario) !important;
	padding: 5px 15px !important;
	
	border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
}
.wpcf7 p.field input:focus,
.wpcf7 p.field textarea:focus {
	outline: 0 !important;
}
.wpcf7 p.field textarea {
	max-height: 200px;
}

.wpcf7 p.field input::placeholder,
.wpcf7 p.field textarea::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: var(--nero);
	opacity: 0.5; /* Firefox */
	text-transform: uppercase;
}

.wpcf7 p.field input:-ms-input-placeholder,
.wpcf7 p.field textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: var(--nero);
	opacity: 0.5;
	text-transform: uppercase;
}

.wpcf7 p.field input::-ms-input-placeholder,
.wpcf7 p.field textarea::-ms-input-placeholder { /* Microsoft Edge */
	color: var(--nero);
	opacity: 0.5;
	text-transform: uppercase;
}

.wpcf7 p.submit-wrap input[type="submit"] {
	background: var(--nero) !important;
	border: 1px solid var(--bianco) !important;
	color: var(--bianco) !important;
	text-transform: uppercase !important;
	padding: 7px 45px !important;
	/*max-width: 200px !important;*/
	
	box-shadow: none !important;
	text-shadow: none !important;
	
	border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	
	transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.wpcf7 p.submit-wrap input[type="submit"]:hover,
.wpcf7 p.submit-wrap input[type="submit"]:focus {
	background: var(--bianco) !important;
	border: 1px solid var(--bianco) !important;
	color: var(--nero) !important;
	
	transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.wpcf7 .wpcf7-spinner {
	position: absolute !important;
	right: 15px !important;
	margin: 0 !important;
}



.wpcf7 .col-curriculum p {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.wpcf7 .col-curriculum #fileuploadfield {
	display: none;
}

/*
.wpcf7 .col-curriculum #uploadtextfield {
	padding: 0.4em !important;;
}
*/
.wpcf7 .col-curriculum input#uploadtextfield {
	border: 1px solid var(--bluisei) !important;
	box-shadow: none !important;
	font-weight: 400 !important;
	width: 100% !important;
	display: block !important;
	color: var(--nero) !important;
	padding: 5px 15px !important;
	border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	outline: 0 !important;
}

.wpcf7 .col-curriculum input#uploadtextfield::placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	opacity: 0.6 !important;
	/* Firefox */
	text-transform: uppercase !important;
}

.wpcf7 .col-curriculum input#uploadtextfield:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	opacity: 0.6 !important;
	text-transform: uppercase !important;
}

.wpcf7 .col-curriculum input#uploadtextfield::-ms-input-placeholder {
	/* Microsoft Edge */
	opacity: 0.6 !important;
	text-transform: uppercase !important;
}

@media (min-width: 440px) {
	.wpcf7 .col-curriculum span.uploadtextfield {
		display: inline-block !important;
	}

	.wpcf7 .col-curriculum #uploadtextfield {
		/*width:250px;*/
		width: 100%;
	}

	.wpcf7 .col-curriculum #uploadbrowsebutton {
		display: inline-block !important;
		margin-left: 5px !important;
	}
}

@media (max-width: 439px) {
	.wpcf7 .col-curriculum #uploadtextfield {
		width: 100%;
	}

	.wpcf7 .col-curriculum #uploadbrowsebutton {
		margin-top: 0px !important;
	}
}

/*
.wpcf7 .col-curriculum #uploadbrowsebutton {
	text-align:center;
	background-color: var(--bluisei) !important;
    border-color: var(--bluisei) !important;
    color: black !important;
	padding: 0.7em 2em !important;
}
*/
.wpcf7 .col-curriculum #uploadbrowsebutton {
	background: var(--nero) !important;
	border: 1px solid var(--bianco) !important;
	color: var(--bianco) !important;
	text-transform: uppercase !important;
	padding: 5px 45px !important;
	/*max-width: 200px !important;*/
	font-weight: bold;
	box-shadow: none !important;
	text-shadow: none !important;

	border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;

	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}
.wpcf7 .col-curriculum #uploadbrowsebutton:hover,
.wpcf7 .col-curriculum #uploadbrowsebutton:focus {
	background: var(--bianco) !important;
	border: 1px solid var(--bianco) !important;
	color: var(--nero) !important;

	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}
.wpcf7 .col-curriculum p [data-name="uploadtextfield"] {
	max-width: 70%;
	flex: 1 1 auto;
}
.wpcf7 .col-curriculum #uploadbrowsebutton {
	max-width: calc(70% - 10px);
	margin-left: 10px;
	flex: 1 1 auto;
}
.wpcf7 .col-curriculum p [data-name="file-curriculum"],
.wpcf7 .col-curriculum p br {
	display: none;
}


 
.acceptance-privacy .text-acceptance {
	color: black !important;
}
.acceptance-privacy .text-acceptance a {
	color: black !important;
	font-weight: 500 !important;
	text-decoration: underline !important;
}
.wpcf7 .acceptance-privacy label {
	font-weight: 400 !important;
}
.wpcf7 .acceptance-privacy .wpcf7-list-item {
	margin-left: 40px !important;
}
.wpcf7 .acceptance-privacy .wpcf7-list-item:first-child {
	margin-left: 0 !important;
}
.acceptance-privacy label {
	position: relative;
	cursor: pointer;
}
.acceptance-privacy input[type=checkbox] {
	/*position: relative;*/
	position: absolute;
	visibility: hidden;
	width: 20px;
	height: 20px;
	top: 0;
	left: 0;
}
.acceptance-privacy input[type=checkbox] + span {
	/* border: 3px solid red; */
}
.acceptance-privacy input[type=checkbox] + span:before {
	display: block;
	position: absolute;
	content: '';
	border-radius: 0;
	height: 20px;
	width: 20px;
	/*
	top: 50%;
	transform: translateY(-50%);
	*/
	top: 7px;
	left: 0px;
	border: 1px solid var(--primario);
}
.acceptance-privacy input[type=checkbox] + span:after {
	display: block;
	position: absolute;
	content: "\2713";
	color: var(--nero);
	height: 20px;
	width: 20px;
	/*
	top: 50%;
	transform: translateY(-50%);
	*/
	top: 7px;
	left: 0;
	visibility: hidden;
	font-size: 18px;
	text-align: center;
	line-height: 20px;
}
.acceptance-privacy input[type=checkbox]:checked + span:before {
	background: transparent;
}
.acceptance-privacy input[type=checkbox]:checked + span:after {
	visibility: visible;
}
.acceptance-privacy .wpcf7-list-item-label {
	margin-left: 30px;
	display: inline-block;
}



#back-top-wrapper {
    position: fixed;
    right: 10px;
    bottom: 10px;
    overflow: hidden;
    z-index: 700;
}
#back-top {
    display: none;
}
#back-top a {
    width: 40px;
    height: 40px;
}
#back-top a {
    text-decoration: none !important;
    display: block;
    text-align: center;
    text-transform: uppercase;
}
#back-top a span {
    width: 100%;
    height: 100%;
    background: 0 0;
}
/*
#back-top a span:before {
    content: "\f106";
    background: var(--primario);
	color: #fff !important;
    width: 40px;
    height: 40px;
    font: 25px/25px FontAwesome;
    line-height: 40px;
    border-radius: 5px;
}
*/
#back-top a span:before {
	background: var(--nero);
    color: #fff !important;
    width: 40px;
    height: 40px;
    line-height: 38px;
    border-radius: 5px;
    content: "\f286";
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: 400 !important;
    font-variant: normal;
    text-transform: none;
    vertical-align: -0.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#back-top a span:before {
    position: absolute;
    display: block;
    padding: 0;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    top: 0;
    left: 0;
    text-align: center;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}



section#grid-wrap .g-col-item {
    border: 2px solid #ffa94d;
    border-radius: 5px;
    background-color: #ffd8a8;
    padding: 1em;
    color: #d9480f;
}
.bg-col-item {
	background-color: #ffd8a8;
	height: 100%;
}






.pgrid {
	overflow-y: hidden;
}
.pgrid {
	--wth-gutter-x:1rem;
	margin-right:calc(-.5 * var(--wth-gutter-x));
  	margin-left:calc(-.5 * var(--wth-gutter-x));
}
.pgrid__item,
.pgrid__col-sizer {
	padding-right:calc(var(--wth-gutter-x) * .5);
  	padding-left:calc(var(--wth-gutter-x) * .5);
}


.pgrid_item__inner {
	position: relative;
}
/*
.pgrid_item__inner::before {
	
}
*/
.pgrid__item .pgrid_item__desc {
	position: absolute;
	bottom: 0;
	width: 100%;
	background-color: rgba(0,0,0,0.5);
	padding: 1rem;
}


@media (max-width:479px){
	.pgrid__item,
	.pgrid__col-sizer {
		width: 100%;
	}
}
@media (min-width:480px){
	.pgrid__item,
	.pgrid__col-sizer {
		width: 50%;
	}
}
/*
@media (min-width: 768px){
	.pgrid__item,
	.pgrid__col-sizer {
		width: 33.3333333333%;
	}
}
*/
@media (min-width: 1025px){
	.pgrid__item,
	.pgrid__col-sizer {
		width: 33.3333333333%;
	}
}
@media (min-width: 1280px){
	.pgrid__item,
	.pgrid__col-sizer {
		/*width: 25%;*/
		width: 33.3333333333%;
	}
}
.pgrid__item {
	margin-bottom: 1rem;
	float: left;
}
.pgrid__item img {
	display: block;
	max-width: 100%;
	/*filter: grayscale(1);*/
}
.pgrid__item a {
	text-decoration: none !important;
}
.pgrid__item a .pgrid_item__inner {
	overflow: hidden;
}
.pgrid__item a:hover img {
	transform: scale(1.1);

	transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.pgrid__item a .pgrid_item__inner img {
	transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}



/*
#pubblicita_contatti .pubblicita_contatti_wrap .contatti_item {
    text-align: center;
}
#contact_infos .contact_infos_wrap .contact_info_item figure img, 
#pubblicita_contatti .pubblicita_contatti_wrap .contatti_item .item_icona img {
    max-width: 45px !important;
}
*/

/*
@media (min-width: 576px) {
    #pubblicita_contatti .pubblicita_contatti_wrap {
        -webkit-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-align-items: flex-start;
        align-items: flex-start;
    }
}
#pubblicita_contatti .pubblicita_contatti_wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-content: center;
    align-content: center;
}
@media (min-width: 576px) {
    #pubblicita_contatti .pubblicita_contatti_wrap .contatti_item .item_content div:not(:last-child),
	#pubblicita_contatti .pubblicita_contatti_wrap .contatti_item:not(:last-child) {
        margin-right: 2rem;
    }
}

#pubblicita_contatti .pubblicita_contatti_wrap .contatti_item .item_content div:not(:first-child){
	text-align: center;
}
#pubblicita_contatti .pubblicita_contatti_wrap .contatti_item .item_content {
	display: -webkit-flex;
    display: flex;
	-webkit-flex-direction: row;
    flex-direction: row;
	-webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-content: flex-start;
    align-content: flex-start;
}
#pubblicita_contatti .pubblicita_contatti_wrap .contatti_item br {
	display: none !important;
}
#pubblicita_contatti .pubblicita_contatti_wrap .contatti_item .item_content div:not(:first-child) br {
	display: block !important;
}
*/

@media (min-width: 1025px){
	#pubblicita_contatti .pubblicita_contatti_wrap {
		display: -webkit-flex;
		display: flex;

		-webkit-flex-direction: row;
        flex-direction: row;

        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        
		-webkit-justify-content: flex-start;
		justify-content: flex-start;

		-webkit-align-content: center;
		align-content: center;

		-webkit-align-items: flex-start;
        align-items: flex-start;
	}
	#pubblicita_contatti .pubblicita_contatti_wrap .contatti_item:not(:last-child) {
		margin-right: 5rem;
	}


	#pubblicita_contatti .pubblicita_contatti_wrap .contatti_item .item_content {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
		-webkit-align-content: flex-start;
		align-content: flex-start;
	}

	#pubblicita_contatti .pubblicita_contatti_wrap .contatti_item .item_content div:not(:last-child) {
		margin-right: 3rem;
	}

	#pubblicita_contatti .pubblicita_contatti_wrap .contatti_item .item_content div:not(:first-child){
		text-align: center;
	}
}
@media (max-width: 1024px){
	#pubblicita_contatti .pubblicita_contatti_wrap .contatti_item .item_content div {
		margin-bottom: 2rem;
	}
}


#pubblicita_contatti .pubblicita_contatti_wrap .contatti_item {
	margin-bottom: 4rem;
}
#pubblicita_contatti .pubblicita_contatti_wrap .contatti_item br {
	display: none !important;
}
#pubblicita_contatti .pubblicita_contatti_wrap .contatti_item .item_content div:not(:first-child) br {
	display: block !important;
}



#contact_infos .contact_infos_wrap .contact_info_item figure img {
    max-width: 45px !important;
}
body.page-template-template_contatti #contact_infos .contact_infos_wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-content: flex-start;
    align-content: flex-start;
    -webkit-align-items: stretch;
    align-items: stretch;
}
body.page-template-template_contatti #contact_infos .contact_infos_wrap .contact_info_item {
    -webkit-order: 0;
    order: 0;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-align-self: auto;
    align-self: auto;
}
body.page-template-template_contatti #contact_infos .contact_infos_wrap .contact_info_item .contact_info_label {
    margin-bottom: 0.8rem !important;
    font-size: .875em;
}
@media (max-width: 575px) {
    body.page-template-template_contatti #contact_infos .contact_infos_wrap .contact_info_item {
        width: 100%;
        margin-bottom: 3rem;
    }
}
@media (min-width: 576px) and (max-width: 767px) {
    body.page-template-template_contatti #contact_infos .contact_infos_wrap .contact_info_item {
        margin-bottom: 3rem;
    }
}
@media (min-width: 576px) and (max-width: 767px) {
    body.page-template-template_contatti #contact_infos .contact_infos_wrap .contact_info_item {
        width: 50% !important;
    }
}
@media (min-width: 768px) and (max-width: 1279px) {
    body.page-template-template_contatti #contact_infos .contact_infos_wrap .contact_info_item {
        margin-bottom: 3rem;
    }
}
@media (max-width: 1024px) {
    body.page-template-template_contatti #contact_map .col-map iframe {
        height: 450px;
    }
}
body.page-template-template_contatti .col-form .form_wrap {
    border: 1px solid var(--bianco);
    padding: 2rem;
}