
html {
  	overflow-y: scroll;
  	overflow-y: overlay;
	/*scroll-behavior: smooth !important;*/
	scroll-behavior: auto !important;
}
html {
	box-sizing: border-box;
	overflow-x:hidden;
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust:100%;
}

body {
	  margin: 0;
	  width: 100%;
	  max-width: 100%;
	  overflow-x: hidden;
	
	  text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
	  -moz-osx-font-smoothing: grayscale;
}
/*
::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(--primario);
    border-radius: 5px;
    -webkit-box-shadow:inset 0 0 4px rgba(0, 0, 0, .5);
}


body {
	position: relative;
	padding: 0 !important;
}
h1,h2,h3,h4,h5,h6 {
	margin-top: 0;
}
p {
    margin: 0 0 1rem;
}
iframe {
	max-width: 100%;
}


/*
@media (min-width:1920px){
	section,
	header,
	footer,
	.container-fluid {
		max-width:1920px !important;
	}
	section,
	header,
	footer {
		margin-left: auto;
		margin-right: auto;
	}
}
*/
@media (min-width: 1025px) and (max-width: 1800px){
	.container_air {
		--grid-val: calc(100 / 32);
    	--side-padding: calc(var(--grid-val)* 2vw);
    	padding-left: var(--side-padding) !important;
		padding-right: var(--side-padding) !important;
	}
}
@media (min-width:1921px){
	section.section_fixed,
	.container_fixed {
		max-width:1920px !important;
	}
	.container_fixed {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}




.content_holder a:not(.text-decoration-none) {
	color: var(--primario) !important;
	text-decoration: underline !important;
	text-underline-offset: 3px;
}
.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;
}


body:not(.home) .content_holder {
	padding: 3rem 0 0;
}
body:not(.home) .header {
    z-index: 99;
    padding: 0;

	position: relative;
		
	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 .stickup_menu_holder {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;

	background-color: rgba(217, 234, 252, 1);
}


body.home .header {
    z-index: 99;
    padding: 0;

	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	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 .stickup_menu_holder {
	z-index: 99;
		
    background-color: rgba(217, 234, 252, 0.8);

	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 .stickup_menu_holder {
	
	background-color: rgba(217, 234, 252, 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;
}




@media (max-width: 1024px){
	.header-item-wrapper {
		--logowidthdesk: 70%;
	}
	.header-item-nav {
		display: none;
	}		
}
@media (min-width: 1025px){
	.header-item-wrapper {
		--logowidthdesk: 40%;
	}
	.header-item-hamburger {
		display: none;
	}
}
@media (min-width: 1280px){
	.header-item-wrapper {
		--logowidthdesk: 30%;
	}	
}


@media (min-width: 1025px){
	.stickup-wrapper {
		padding: 0.6rem 0;
	}
}
@media (max-width: 1024px){
	.stickup-wrapper {
		padding: 0.6rem 0;
	}
}


.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;
	
}
body:not(.page-template-template_landing) .header-item-wrapper {
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
body.page-template-template_landing .header-item-wrapper {
	-webkit-justify-content: center;
	justify-content: center;
}

body.page-template-template_landing .header-item-logo .logo {
	display: -webkit-flex;
	display: flex;

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

.header-item-logo {
	width: var(--logowidthdesk) !important;
}
/*
@media (max-width: 1024px){
	.header-item-logo img {
		width: auto;
		max-height: 32px !important;
	}
}
*/

/*
.header-item-logo {
	display: -webkit-flex;
	display: flex;

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

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

@media (min-width: 1025px){
	.header-item-logo img {
		max-height: 150px;
		width: auto;
	}
}
@media (max-width: 1024px){
	.header-item-logo img {
		max-height: 90px;
		width: auto;
	}
}




.header-item-nav .nav__primary {
	--nav-padding-x: 1rem;
	margin-right: calc(-1* var(--nav-padding-x));
}
.header-item-nav .nav__primary > ul {
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;

	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-items: center;
	align-items: center;
}

.header-item-nav .nav__primary > ul > li > a {
	font-family: 'Montserrat-Regular';
    text-transform: uppercase;
	font-size: 14px !important;
	line-height: 1.4 !important;
	padding: 0.5rem 1rem !important;
	color: var(--nero) !important;
	letter-spacing: 5.6px;
	text-decoration: none !important;
	font-weight: 600 !important;
}
.header-item-nav .nav__primary > ul > li.current-menu-item > a {
	color: var(--verde) !important;
}
/*
@media (min-width: 1280px){
	.header-item-nav .nav__primary > ul > li > a {
		font-size: 18px !important;
		line-height: 22.5px !important;
		padding: 0.5rem var(--nav-padding-x) !important;
	}
}
*/
.header-item-nav .nav__primary > ul > li.ctaspecial > a {
	background-color: var(--verde) !important;
	color: var(--bianco) !important;
	
	padding-left: 1.5rem !important;
	padding-right: 1.5rem !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-item-nav .nav__primary > ul > li.ctaspecial > a:hover {
	background-color: #5aa3f2 !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-item-hamburger {
	margin-right: 1rem;
}
.header-item-hamburger #btnRespNav,
.header-item-hamburger .offcanvas .btn-close {
	background-color: transparent !important;
	border: none !important;
	padding: 0 !important;
	font-size: 40px !important;
	color: var(--nero) !important;
	display: block !important;
}

@media (min-width: 576px){
	.offcanvas.offcanvas_menu {
		width: 500px !important;
	}
}
@media (max-width: 575px){
	.offcanvas.offcanvas_menu {
		width: 100% !important;
	}
}
@media (min-width: 1025px){
	.offcanvas.offcanvas_menu .offcanvas-header {
		padding-top: 2rem !important;
	}
}
@media (max-width: 1024px){
	.offcanvas.offcanvas_menu .offcanvas-header {
		padding-top: 0.6rem !important;
	}
	.header-item-hamburger .offcanvas .logo img {
		width: auto;
		max-height: 100px !important;
	}
}

.offcanvas.offcanvas_menu {
	/*background-color: var(--beige) !important;*/
	background-color: rgba(217, 234, 252, 1) !important;
}
.offcanvas.offcanvas_menu .offcanvas-header {
	padding-left: 2rem !important;
	padding-right: 2rem !important;
}
.offcanvas.offcanvas_menu .offcanvas-header .logo img {
	max-height: 50px;
    width: auto;
}
.offcanvas-body {
	padding-left: 2rem !important;
	padding-right: 2rem !important;
}
.nav__hamburger ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.nav__hamburger ul li a {
	color: var(--nero) !important;
	text-decoration: none !important;
	text-transform: uppercase !important;
	font-size: 18px !important;
    padding: 0.8rem 0 !important;
    display: block !important;
}
.socials_hamburger .socials_loop {
	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;

	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}
.socials_hamburger .socials_loop .hamburger_social_item:not(:last-child){
	margin-right: 1rem;
}
.socials_hamburger .socials_loop .hamburger_social_item a {
	font-size: 24px;
	text-decoration: none !important;
	color: var(--nero) !important;
}
.hamburger_social_connected {
	margin-bottom: 0.8rem !important;
	color: var(--nero) !important;
}
.offcanvas .copyright {
	color: var(--nero) !important;
}









section#hero {
	--heightHero: 100dvh;
	--maxheightHero: 825px;
}
section#hero .video_background_relative {
	position: relative;
	overflow: hidden;
	height: var(--heightHero);
}

section#hero .iframe-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	
	z-index: -1;
	pointer-events: none;

	overflow: hidden;
	height: var(--heightHero);
}
@media (max-width: 475px){
	section#hero .iframe-wrapper.iframe-wrapper__desktop {
		display: none !important;
	}
}
@media (min-width: 476px){
	section#hero .iframe-wrapper.iframe-wrapper__mobile {
		display: none !important;
	}
}

/* Make the iframe keep an aspect ratio, and
position it in the middle of its parent wrapper*/

section#hero .iframe-wrapper iframe,
section#hero .iframe-wrapper lite-vimeo,
section#hero .iframe-wrapper #myVideo {
	width: 100vw !important;
	height: 56.25vw !important; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
	min-width: 177.77vh !important; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
	position: absolute !important;
	top: 50% !important;
	left: 50% !important;
	transform: translate(-50%, -50%) !important;

	min-height: var(--heightHero) !important;
}
@media (max-width: 1024px){
	section#hero .video_background_relative,
	section#hero .iframe-wrapper,
	section#hero .iframe-wrapper #myVideo,
  	section#hero figure {
		max-height: var(--maxheightHero) !important;
	}
}

section#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: var(--heightHero) !important;
	width: 100%;
}
@media (min-width: 1025px){
	section#hero figure {
		height: 100vh;
	}
}
section#hero.hero_image figure {
	position: relative;
}

section#hero.hero_video .video_background_relative .hero_title,
section#hero.hero_image figure .hero_title {
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;

	top: 50%;
	transform: translateY(-50%);

	color: var(--bianco) !important;
	padding: 3rem 1rem;
	text-align: center;
	z-index: 2;
}

section#hero.hero_video .video_background_relative .hero_title .hero_title__heading,
section#hero.hero_video .video_background_relative .hero_title .hero_title__paragraph,
section#hero.hero_image figure .hero_title .hero_title__heading,
section#hero.hero_image figure .hero_title .hero_title__paragraph {
	letter-spacing: 0.2em !important;
}
section#hero.hero_video .video_background_relative .hero_title .hero_title__heading,
section#hero.hero_image figure .hero_title .hero_title__heading {
	text-transform: uppercase;
}


section#hero.hero_image figure::before,
section#hero.hero_slider #hero_loop::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	background-color: rgba(0,0,0,0.3);
}
section#hero.hero_slider figure {
	transform: scale(1);
	--transition-duration: 20000ms;
	--transition-timing: linear;

	transition: all var(--transition-duration) var(--transition-timing);
    -moz-transition: all var(--transition-duration) var(--transition-timing);
    -webkit-transition: all var(--transition-duration) var(--transition-timing);
    -ms-transition: all var(--transition-duration) var(--transition-timing);
    -o-transition: all var(--transition-duration) var(--transition-timing);
}
section#hero.hero_slider .swiper-slide-active figure {
	transform: scale(1.3);

	transition: all var(--transition-duration) var(--transition-timing);
    -moz-transition: all var(--transition-duration) var(--transition-timing);
    -webkit-transition: all var(--transition-duration) var(--transition-timing);
    -ms-transition: all var(--transition-duration) var(--transition-timing);
    -o-transition: all var(--transition-duration) var(--transition-timing);
}


section#hero.hero_text {
	background-color: var(--secondario);
	padding: 11rem 0 5rem;
	position: relative;
}
section#hero.hero_text .hero_title__heading {
	letter-spacing: 0.2em !important;
	text-transform: uppercase;
	text-align: center;
}


section#hero .col_hero {
	position: relative;
}
section#hero .col_hero .hero_desc {
	--hero-padding: calc(1.5rem * .5);
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 9;

	width: calc(100% - (var(--hero-padding)*2) );
	padding-right: var(--hero-padding);
    padding-left: var(--hero-padding);

	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;

	color: var(--bianco) !important;
}
section#hero .col_hero .hero_desc .hero_title__heading,
section#hero .col_hero .hero_desc .hero_paragraph {
	letter-spacing: 0.2em !important;
}

@media (min-width: 1280px){
	.container_boxed_1170 {
		max-width: 1170px !important;
	}
}
section#intro figure {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
}




body:not(.page-template-template_landing) section#benefits {
	margin-bottom: 4rem;
}
section#benefits .col_text,
section#benefits {
	position: relative;
    display: -webkit-flex;
	display: flex;

    -webkit-flex-direction: column;
    flex-direction: column;    
}
@media (min-width: 768px){
	section#benefits .col_text,
	section#benefits {
		-webkit-justify-content: center;
    	justify-content: center;
	}
	section#benefits .col_text {
		margin-left:-41.66666667%;
	}
	section#benefits .benefits_heading_mobile {
		display: none !important;
	}
}
@media (max-width: 767px){
	section#benefits .col_text,
	section#benefits {
		-webkit-justify-content: flex-end;
    	justify-content: flex-end;
	}
	/*
	section#benefits .col_text {
		margin-left:-100%;
	}
	*/
	section#benefits .benefits_col_title_desktop {
		display: none !important;
	}
	section#benefits .benefits_heading_mobile {
		padding-left: 2rem;
		padding-right: 2rem;
	}
}
section#benefits .benefits_wrap {
	background-color: rgba(217, 234, 252, 0.8);
	padding: 2rem;
}
@media (max-width: 1024px){
	section#benefits .benefit_item:not(:last-child){
		margin-bottom: 1.5rem;
	}
	section#benefits .benefits_permalink {
		margin-top: .5rem !important;
	}
}
@media (min-width: 1025px){
	section#benefits .benefits_permalink {
		margin-top: 1.5rem !important;
	}
}



section#corsi .corso_item {
	margin-top: 1.5rem;
}
section#corsi .corso_item a {
	text-decoration: none !important;
}
section#corsi .corso_item a figure {
	position: relative;
}
section#corsi .corso_item a figure::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,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#corsi .corso_item a:hover figure::before {
	background-color: rgba(255,255,255,0.7);

	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#corsi .corso_item a figure .corso_item_desc {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 90%;
	opacity: 0;

	text-align: center;

	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#corsi .corso_item a:hover figure .corso_item_desc {
	opacity: 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;
}



body.home section#blog {
	position: relative;
	padding: 4rem 0;
	background-color: rgba(217, 234, 252, 0.8);
}
/*
body.home section#blog::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 65%;
	background-color: rgba(217, 234, 252, 0.8);
	z-index: -1;
}
*/

section#blog article a {
	text-decoration: none !important;
}
body.single .single_post_title,
body.single .single_post_excerpt,
body.single .single_post_meta,
body.single .single_post_thumb,
body.blog section#blog article .latest_title__heading,
body.blog section#blog article .latest_excerpt,
body.blog section#blog article .post_meta,
section#blog article figure {
	margin-bottom: 1rem;
}

body.blog section#blog .col_title {
	margin-bottom: 4rem;
}
body.blog section#blog .post_item {
	margin-bottom: 0rem;
}
body.blog section#blog .post_item .hr_post_item {
	margin: 2.5rem 0 !important;
}
body.single .single_post_meta .single_post_meta__inner,
body.blog section#blog article .post_meta .post_meta__inner {
	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-items: center;
    align-items: center;
}
body.single .single_post_meta .single_post_meta__inner .single_post_meta_author,
body.blog section#blog article .post_meta .post_meta__inner .post_meta_author {
	margin-right: 0.5rem;
}


@media (min-width: 1025px){
	.alternate_item .row_alternate_item.row_even .alternate_media {
		order: -1;
	}
}




.pagination {
	margin-top: 1rem !important;
}
.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;
	*/
	margin-right: 1rem;
}
.pagination .pagination-list__inner .active span,
.pagination .pagination-list__inner .inactive span,
.pagination .pagination-list__inner .inactive a {
	border: 2px solid var(--verde);
	/*font-size: 16px;*/
	font-size: 1rem;
	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;

	width: 35px;
	height: 35px;
	line-height: 33px;
}
.pagination .pagination-list__inner .active span,
.pagination .pagination-list__inner .inactive a:hover,
.pagination .pagination-list__inner .inactive a:focus {
	background-color: var(--verde);
	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(--verde);
}



footer {
	padding: 2rem 0;
}
footer a {

}
/*
.footer_address a {
	text-decoration: none !important;
}
*/
.footer_socials {
	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;

	-webkit-justify-content: center;
	justify-content: center;
}
.footer_socials .footer_social_item{
	margin-left: 0.5rem;
	margin-right: 0.5rem;
}
.footer_socials .footer_social_item a {
	font-size: 24px;
	text-decoration: none !important;
	color: var(--nero) !important;
}


footer .logo a {
	display: -webkit-flex;
    display: flex;

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

	-webkit-align-items: center;
    align-items: center;
}
footer .logo a img {
	max-width: 260px !important;
}
footer .footer_copyright {
	text-align: center;
}



footer .nav__legal > ul {
  	padding: 0 !important;
	margin: 0 !important;
  	list-style: none !important;

	display: -webkit-flex;
	display: flex;
  
	-webkit-justify-content: center;
	justify-content: center;
  
	-webkit-align-items: center;
	align-items: center;
}
footer .nav__legal > ul > li > a {
  	margin-bottom: 0.5rem !important;
  	display: block !important;
  
  	text-underline-offset: 3px !important;
  	font-size: 0.875rem !important;
  	line-height: 1.563rem !important;

  	color: var(--nero) !important;
	padding: 0.5rem 0.8rem;
}
@media (max-width: 1024px){
  	footer .nav__legal > ul > li > a {
      	text-align: center;
  	}
}



@media (max-width: 1024px){
	footer .stickup_footer_holder {
		background-color: rgba(217, 234, 252, 1);;
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		width: 100%;
	}
	footer .stickup_footer_holder .stickup_footer_wrapper {
		padding: 1rem 0;
	}
	.footer_book_now > a.cta_btn {
		padding: 10px 24px !important;
		font-size: 16px !important;
	}
}
@media (min-width: 1025px){
	.footer_holder {
		margin-bottom: 0 !important;
	}
	footer .stickup_footer_holder {
		display: none;
	}
}



#back-top-wrapper {
    position: fixed;
    right: 10px;
    
    overflow: hidden;
    z-index: 700;
}
@media (min-width: 1025px){
	#back-top-wrapper {
		bottom: 140px;
	}
}
@media (max-width: 1024px){
	#back-top-wrapper {
		bottom: 16px;
	}
}
p#back-top {
	margin-bottom: 0 !important;
}
#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;
	*/

	/*
	background: var(--primario);
    color: #fff !important;

	content: "\f286";

    width: 40px;
    height: 40px;
    line-height: 38px;
    border-radius: 5px;
	*/

	content: "\f148";
	color: var(--nero) !important;
	font-size: 2rem !important;
    
    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;
}


iframe {
	max-width: 100%;
}
section#video .col_title,
section#video .col_video_item {
	margin-bottom: 1.5rem;
}
section#video .video_streaming_iframe_wrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
section#video .video_streaming_iframe_wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


@media (min-width: 1025px){
	section#contatti {
		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;
		width: 100%;

		background-image: url(images/contatti-footer.webp);
		padding: 250px 0;
	}
}
@media (max-width: 1024px){
	section#contatti {
		background-color: #ececec;
		padding: 5rem 0;
	}
}

.wpcf7 p.field {
	margin-bottom: 2rem;
}
.wpcf7 p.field input,
.wpcf7 p.field textarea {
	background-color: transparent !important;
	border: none !important;
	border-bottom: 1px solid #cecece!important;
	box-shadow: none !important;
	font-weight: 400 !important;
	width: 100% !important;
	display: block !important;
	color: var(--nero) !important;
	padding: 0.3rem 0 !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: 140px;
}

.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: transparent !important;
	border: 1px solid var(--nero) !important;
	color: var(--nero) !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(--nero) !important;
	border: 1px solid var(--nero) !important;
	color: 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;
}
.wpcf7 .wpcf7-spinner {
	position: absolute !important;
	right: 15px !important;
	margin: 0 !important;
}


 
.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,
.acceptance-privacy input[type=checkbox] + span:after {
	display: block;
	position: absolute;
	border-radius: 0;
	height: 20px;
	width: 20px;
	top: 4px;
	left: 0;
}
.acceptance-privacy input[type=checkbox] + span:before {
	content: '';
	border: 1px solid #cecece !important;
}
.acceptance-privacy input[type=checkbox] + span:after {
	content: "\2713";
	color: var(--nero);
	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;
}


body.page-template-template_landing section#intro .intro__heading,
body.page-template-template_landing section#intro .intro__subheading {
	text-align: center !important;
}
/*
body.page-template-template_landing section#benefits {
	background-color: rgba(217, 234, 252, 0.8);
	padding: 2rem;
}
*/

body.page-template-template_landing section#content .row_alternate_item .alternate_description .alternate_contenuto {
	/*line-height: 1.5 !important;*/
}
@media (max-width: 1024px){
	body.page-template-template_landing section#content .row_alternate_item .alternate_description {
		margin-bottom: 1.5rem;
	}
	/*
	body.page-template-template_landing section#benefits .benefit_item:not(:last-child){
		margin-bottom: 1.5rem;
	}
	*/
}
body.page-template-template_landing a.cta_btn {
    border: none !important;
    color: var(--bianco) !important;
    background-color: var(--verde) !important;
}
body.page-template-template_landing a.cta_btn:hover {
	background-color: rgb(90, 163, 242) !important;
}

section#thankyou {
    min-height: 50dvh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}