@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');


*{
  font-family: "Montserrat", sans-serif;	
}
.special-font{
  font-family: "Cormorant Garamond", serif;	
}
/* Global */ 
a:hover {
	transition: all 0.5s ease-out allow-discrete;
}
a {
	transition: all 0.5s ease-out allow-discrete;	
}
.region-sidebar-first, .region-sidebar-second, .region-footer, .region-content {
    padding: 0;
}
html {
  font-size: 10px;
}
body .iubenda-tp-alert-btn[data-tp-float][data-tp-float=bottom-left],
body .iubenda-tp-alert-btn[data-tp-float][data-tp-float=bottom-right],
body .iubenda-tp-btn:not(.iubenda-floatable-tb-btn)[data-tp-float][data-tp-float=bottom-left],
body .iubenda-tp-btn:not(.iubenda-floatable-tb-btn)[data-tp-float][data-tp-float=bottom-right],
body .iubenda-uspr-btn[data-tp-float][data-tp-float=bottom-left],
body .iubenda-uspr-btn[data-tp-float][data-tp-float=bottom-right]{
    bottom: 8rem !important;
    right: unset  !important;
    left: 0 !important;
}
.navbar-nav .nav-link.active, .navbar-nav .media-library-view--widget .view-header a.active,
.navbar-nav .media-library-view--widget .view-header a.is-active,
.media-library-view--widget .view-header .navbar-nav a.active,
.media-library-view--widget .view-header .navbar-nav a.is-active,
.navbar-nav .nav-link.show, .navbar-nav .media-library-view--widget .view-header a.show,
.media-library-view--widget .view-header .navbar-nav a.show {
    color: #198754;
}
.backgrounded-image{
	background-size:cover;	
	background-position:center;
	background-repeat:no-repeat;
	position:relative;
}
.absoluted-supercentered{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);	
}
.vertical-green-gradient{
	background: linear-gradient(0deg, rgba(153,194,104,1) 0%, rgba(110,185,143,1) 100%);
}
.fake-button {
    border: 2px solid #E30613;
    font-size: 2rem;
    padding: 1.5rem 2rem;
    line-height: 2rem;
}
.leftcentered-flexed{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    text-align:left;	
}
.ultracentered-flexed{
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    text-align:center;
}
.vertical-ultracentered-flexed{
	display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    text-align:center;
}
.uppercased-text{
	text-transform:uppercase;
}
.tns-outer{
	padding:0 4rem !important;
	position:relative;
}
.tns-outer .tns-controls button{
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	color:#fff;
	font-size:3rem;
	width:5rem;
	height:5rem;
	border-radius:100rem;
	background-color:#2b2e2f;
	border:none;
	display:block;
}
.tns-outer .tns-controls button:nth-child(1){
	left:0;
}
.tns-outer .tns-controls button:nth-child(2){
	right:0;
}
a{
	text-decoration:none !important;
}
.row {
    --bs-gutter-x: 0;
}
.fake-button:hover {
	color: #E30613;
	background-color: #FFF;
}
.full-white-text{
	color:#fff;
}
.full-red-text{
	color: #E30613;
}
.white-back-red-text-btn{
	background-color:#fff;
	color: #E30613;
	border-radius: 100rem;
    display: inline-block;	
}
.red-back-white-text-btn{
	color:#fff;
	background-color: #E30613;
    border-radius: 100rem;
    display: inline-block;	
}
/* Preheader */ 
.preheader-block {
    background-color: #f2ece1;
    color: #713b3e;
    padding: 0;
    height: 4rem;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    transition: all 0.3s linear;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 995;
}
.user-logged-in .preheader-block{
	z-index: 1;
}
.scrolling .preheader-block{
	top:-5rem;
}
.preheader-block .row {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    --bs-gutter-x: 0;
}
.preheader-slot {
    display: inline-block;
    width: fit-content;
    padding: 0 1rem;
    font-size: 1.6rem;
} 
.preheader-block a {
	color: #713b3e;
	text-decoration: none;
}
.micro-mail {
	border-left: 2px solid #713b3e;
	border-right: 2px solid #713b3e;
}



/* Prefooter */
.prefooter-block {
	background-color: #2B2E2F;
	color: #FFF;
	border: .2rem solid #B3000A;
}
.prefooter-block .row {
	padding: 3rem;
}
.prefooter-block .prefooter-slot {
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.prefooter-block .prefooter-slot.first{
	width:30%;
	padding-right:2rem;
}
.prefooter-block .prefooter-slot.first img{
	width:100%;
	display:block;
}
.prefooter-block .prefooter-slot.second {
    font-size: 2rem;
    border-left: 2px solid #FFF;
    border-right: 2px solid #FFF;
    padding: 5rem 2rem 3rem;
    width: 50%;
}
.prefooter-block .prefooter-slot.third{
	width:20%;
}
/* Footer */
.footer-container {
	background-color: #FFF !important;
	color: #000 !important;
	padding:0;
}
.footer-container .row {
    padding: 10rem 1.5rem;
    width: 100%;
    max-width: 1366px;
    margin: 0 auto;
}
.footer-logo {
    width: 100%;
    max-width: 30rem;
}
.footer-container .footer-slot {
	padding: 1rem 2rem;
}
.footer-container .second {
	border-left: 2px solid #2B2E2F;
	border-right: 2px solid #2B2E2F;
}
.footer-container .footer-slot h3{
    margin: 0 0 1rem auto;
    text-align: right;
    font-size: 2.5rem;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
}
.footer-container .footer-slot h4{
    margin: 1rem 0 1rem auto;
    text-align: right;
    font-size: 2rem;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
}
.footer-container .footer-slot.first,
.footer-container .footer-slot.second,
.footer-container .footer-slot.third{
	width:calc(100% / 3);	
}
.half-footer-menu{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: flex-start;	
}
.half-footer-menu .single-column{
    width: 50%;
    padding: 0 0 0 2rem;
    text-align: right;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-end;
    align-items: flex-end;
    justify-content: center;	
}
.half-footer-menu .single-column a{
    text-transform: uppercase;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.6;
}
.footer-container .footer-slot p{
	font-size:1.8rem;
	color:#000;
	margin:0;
}
.footer-container .second,
.footer-container .third {
	text-align: right;
}
.footer-slogan {
    width: 100%;
    margin-top: 1rem;
    font-size: 1.8rem;
    padding-left: 1rem;
}
header nav.navbar{
    padding-left: 1rem;
    padding-right: 1rem;
    position: fixed;
    background-color: rgb(255 255 255 / 80%) !important;
    width: 100%;
    top: 0;
    transition: all 0.3s linear;
    height: 8rem;
    z-index: 500;
    border-bottom-left-radius: 3rem;
    border-bottom-right-radius: 3rem;
}
.scrolling header nav.navbar{
    background-color: rgb(255 255 255 / 80%) !important;
    box-shadow: 0px 1px 10px rgb(100,100,100);
    backdrop-filter: blur(5px);
}

.navbar-brand img {
    height: 5rem;
    margin-left: 2rem;
}
.scrolling header nav.navbar{
	top:0;
}
.navbar-nav .nav-item a,
.navbar-nav .nav-item span{
    color: #37312c;
    font-size: 1.6rem;
    /* text-transform: uppercase; */
    font-weight: 500;
    padding: 1rem !important;
    position: relative;
    border-radius: 4rem;
}
.navbar-nav .nav-item a.nav-link is-active,
.navbar-nav .nav-item span.nav-link is-active{
    color: #98C166;	
}
.navbar-nav .nav-item a:hover,
.navbar-nav .nav-item span:hover,
.dropdown-item.active, .media-library-view--widget .view-header a.dropdown-item.is-active, .dropdown-item:active{
    background-color: #98C166;
    color: #fff;	
}
.navbar-nav .nav-item a::before,
.navbar-nav .nav-item span::before{
	display:none;
}
.navbar-nav .nav-item a:hover::before,
.navbar-nav .nav-item span:hover::before{
	width:90%;
}
.navbar-nav .nav-item.dropdown:hover .dropdown-menu{
	display:block !important;
}
.navbar-nav .nav-item .dropdown-menu{
    padding: 0;
    background-color: #3A3A3A;
}
.navbar-nav .nav-item .dropdown-menu a{
	color:#fff;
}


#menu-responsive {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: stretch;
    position: fixed;
    top: 3rem;
    right: 2rem;
    width: 3rem;
    height: 4rem;
    z-index: 9999999;
    cursor: pointer;
    transition: all 0.3s linear;
    display:none;
}
#menu-responsive .single-bar {
    margin: 0.25rem 0;
    width: 100%;
    height: 0.3rem;
    background-color: #e30613;
    transition: all 0.3s linear;
    transform-origin: center;
}
#menu-responsive.activeMenuToggle {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#menu-responsive.activeMenuToggle .single-bar.bar-uno{
	opacity:0;
}	
#menu-responsive.activeMenuToggle .single-bar.bar-due{
	margin:0;
}
#menu-responsive.activeMenuToggle .single-bar.bar-tre{
	-webkit-transform: rotate(90deg) translateX(-2.5px);
	-moz-transform: rotate(90deg) translateX(-2.5px);
	-ms-transform: rotate(90deg) translateX(-2.5px);
	-o-transform: rotate(90deg) translateX(-2.5px);
	transform: rotate(90deg) translateX(-2.5px);
	margin:0;
}

.copyright-footer {
    background-color: #000;
    padding: 3rem 2rem;
    width: 100%;
    position: relative;
    text-align: center;
}	
.copyright-footer span {
    text-align: center;
    color: #fff;
    font-size: 1.5rem;
}
.logo-designed {
    width: 9rem;
    margin: 1rem;
}
.top-banner-home{
    width: 100%;
    position: relative;
    z-index: 2;
    background-position: top center;
}
.top-banner-home .absoluted-intro-home{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10%;
    width: 40%;
    max-width: 65rem;
}
.top-banner-home .absoluted-intro-home h1{
    color: #1a1a1a;
    font-weight: 500;
    font-size: 4rem;
    margin: 0;
}
.top-banner-home .absoluted-intro-home h3{
    color: #1a1a1a;
    font-weight: 500;
    font-size: 3rem;
    margin: 2rem auto 2rem 0;
}
.top-banner-home .absoluted-intro-home h1 span,
.top-banner-home .absoluted-intro-home h3 span{
	font-weight:800;
	color:#1a1a1a;
}
.top-banner-home .absoluted-intro-home p{
    color: #1a1a1a;
    font-size: 2rem;
    margin: 0;
    font-weight: 600;
}
.ecosystem-section{
     position: relative;
    z-index: 3;
    text-align: center;
}
.ecosystem-section .special-title-gradient{
    background: linear-gradient(90deg, rgba(153,194,104,1) 0%, rgba(110,185,143,1) 100%);
    border-radius: 3rem;
    padding: 2rem 6rem;
	display:inline-block;
    max-width: 110rem;
    margin: -8rem auto 5rem;
}
.ecosystem-section .special-title-gradient h3{
    color: #fff;
    margin: 0 auto 1rem;
    font-size: 3rem;
}
.ecosystem-section .special-title-gradient h2{
    color: #fff;
    font-size: 6rem;
    font-weight: 500;
    margin: 0;
}
.ecosystem-section .special-title-gradient h2 b{
	font-weight:800;
}
.gray-sottotitolo{
    font-size: 2rem;
    font-weight: 400;
    color: #1a1a1a;
    text-align: center;
    width: 100%;
    max-width: 1170px;
    margin: 0 auto 8rem;
    line-height: 1.4;
}
.green-special-title{
	font-size:4rem;	
	color:#519872;
	font-weight:500;
	text-align:center;
	width:100%;
}
.green-special-title b{
	font-weight:800;
}
.big-schema-ecosystem{
    width: 90%;
    margin: 0 auto;
    display: block; 
}
.gestione-sostenibile-section{
    padding-top: 10rem;
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: flex-start;
    overflow:hidden;
}
.gestione-sostenibile-section h4,
.gestione-sostenibile-section h2{
    width: 100%;
    text-align: center;
}
.gestione-sostenibile-section h4{
	margin:0 auto;
}
.gestione-sostenibile-section .single-scelta{
    width: calc(100% / 3);
    padding: 3rem 3rem 5rem;
}
.gestione-sostenibile-section .single-scelta .vertical-green-gradient{
    border-radius: 100rem;
    display: block;
    margin: 0 auto;
    width: 17rem;
    height: 17rem;
    padding: 4rem;	
}
.gestione-sostenibile-section .single-scelta h2{
    margin: 2rem auto 0;
    color: #519872;
    font-size: 3rem;
    font-weight: 600;
}
.paste-button-container{
	width:100%;
	text-align:center;
}
.green-pastel-button{
    text-align: center;
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    background-color: #3AA19B;
    font-size: 2rem;
    padding: 1.5rem 4rem;
    border-radius: 100rem;
    transition:all 0.3s linear;
    position:relative;
}
.green-pastel-button::before{
    content: '\f054';
    font-family: fontAwesome;
    color: #fff;
    position: absolute;
    right: 1rem;
    font-size: 2.5rem;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
}
.green-pastel-button:hover{
    padding-right: 5rem;
}
.green-pastel-button:hover::before{
	opacity:1;
}
.perche-scegliere-section{
    overflow: hidden;
    padding-top: 5rem;
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: stretch;
    padding-bottom: 0;
}
.perche-scegliere-section .single-scelta{
    width: calc(100% / 3 - 4%);
    margin: 9rem 2% 5rem;
    background-color: #F6F6F6;
    padding: 2rem;
    justify-content: flex-start;
    box-shadow: 2px 2px 8px rgb(200,200,200);
    border-radius: 3rem;
}
.perche-scegliere-section .single-scelta .vertical-green-gradient img{
	display:block;
}
.perche-scegliere-section .single-scelta .vertical-green-gradient{
    width: 10rem;
    height: 10rem;
    margin: -7rem auto 1rem;
    padding: 2rem;
    border-radius: 100rem;
}
.perche-scegliere-section .single-scelta .special-title{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;	
}
.perche-scegliere-section .single-scelta .special-title h2{
    font-size: 2.5rem;
    font-weight: 500;
    text-align: left;
    line-height: 1;
    padding-left: 1rem;
    color:#519872;	
}
.perche-scegliere-section .single-scelta .special-title span{
	font-size:5rem;
	color:#519872;
}
.perche-scegliere-section .single-scelta .special-title h2 b{
	font-weight:800;
} 
.perche-scegliere-section .single-scelta p{
    text-align: left;
    font-size: 1.6rem;
    color: #1a1a1a;
}
.innovazione-section{
    position: relative;
    padding-bottom: 15rem;
    background-attachment: fixed;
}
.innovazione-section .full-gradient{
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(0deg, rgba(153,194,104,1) 0%, rgba(110,185,143,1) 100%);
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 0.8;
}
.innovazione-section .centered-tecnologia{
	position:relative;
	z-index:3;
	width:100%;
	padding:0 2rem;
	max-width:1170px;
	margin:0 auto;
	text-align:center;
}
.innovazione-section .centered-tecnologia h3{
    color: #fff;
    margin: -3rem auto 0;
    background-color: #519872;
    padding: 1.5rem 5rem;
    font-size: 2.5rem;
    text-align: center;
    display: inline-block;
}
.innovazione-section .centered-tecnologia h2{
    color: #fff;
    margin: 8rem auto 1rem;
}
.innovazione-section .centered-tecnologia p{
	font-size:2.2rem;
	color:#fff;
}
.innovazione-section .centered-tecnologia .green-pastel-button {
    margin-top: 4rem;
}
.creazione-valore-section{
	padding-top:10rem;
}
.creazione-valore-section .gray-sottotitolo{
	margin:0 auto;
}
.creazione-valore-section .green-special-title{
	margin:0 auto 8rem;
}
.creazione-valore-section .full-valori-list{
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: flex-start;
}
.creazione-valore-section .full-valori-list .single-valore{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    width: calc(100% / 3 - 4vw);
    margin: 0 2vw 3rem;
}
.creazione-valore-section .full-valori-list .single-valore .icon-valore{
	padding:2rem;
	width:15rem;
	height:15rem;
	border-radius:100rem;
}
.creazione-valore-section .full-valori-list .single-valore .text-valore{
    font-size: 1.3vw;
    text-align: center;
    margin-top: 2rem;
    color: #519872;
    line-height: 1.2;
}
.prefooter-contact-mille .gray-sottotitolo{
	margin:0 auto;
}
.prefooter-contact-mille .green-special-title{
    margin: 0 auto 2rem;	
}
.prefooter-contact-mille{
	padding-top:10rem;
	overflow:hidden;
}
.prefooter-contact-mille p{
    text-align: center;
    font-size: 2rem;
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;	
}
.prefooter-contact-mille .half-contact-form{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 1280px;
    margin: 6rem auto 10rem;
    padding: 0 2rem;
}
.prefooter-contact-mille .half-contact-form .half-left-title h3{
	color:#519872;
	font-size:5rem;
	font-weight:500;
	margin:0 auto 1rem 0;
}
.prefooter-contact-mille .half-contact-form .half-left-title p{
	color:#375E74;
	font-size:2rem;
	text-align:left;
}
.prefooter-contact-mille .half-contact-form .half-left-title{
	padding-right:3rem;
	width:35%;
}
.prefooter-contact-mille .half-contact-form .half-right-form{
	padding-left:3rem;
	width:65%;
	border-left:2px solid #000;
}
.webform-submission-richiedi-informazioni-form,
.webform-submission-richiesta-preiscrizione-form{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: flex-start;
}
.webform-submission-richiedi-informazioni-form .form-item,
.webform-submission-richiesta-preiscrizione-form .foem-item{
    width: 46.5%;
    display: inline-block;
    vertical-align: text-top;
    margin: 0 1.5% 1rem;
}
.webform-submission-richiedi-informazioni-form .form-item label,
.webform-submission-richiesta-preiscrizione-form .form-item label{
	font-size:1.8rem;
	color:#375E74;
	padding-left:2rem;
}
.webform-submission-richiedi-informazioni-form .form-item input,
.webform-submission-richiedi-informazioni-form .form-item textarea,
.webform-submission-richiesta-preiscrizione-form .form-item input,
.webform-submission-richiesta-preiscrizione-form .form-item textarea{
	border-radius:100rem;
	font-size:1.8rem;
	padding:1rem 3rem;
	background-color:#F1F1F1;
	border:none;
}
.webform-submission-richiedi-informazioni-form .form-item textarea,
.webform-submission-richiesta-preiscrizione-form .form-item textarea{
	border-radius:3rem;
}
.webform-submission-richiesta-preiscrizione-form .form-item{
	width:46.5%;
	margin:0 1.5% 1rem;
	display:inline-block;
	vertical-align:middle;
}
.webform-submission-richiedi-informazioni-form .form-item.form-item-terms-of-service input,
.webform-submission-richiesta-preiscrizione-form .form-item.form-item-terms-of-service input{
	margin:0;
    padding: 1rem;
    background-color: #999999;	
}
.webform-submission-richiedi-informazioni-form .form-item.form-item-terms-of-service,
.webform-submission-richiedi-informazioni-form .form-item-messaggio,
.webform-submission-richiesta-preiscrizione-form .form-item.form-item-terms-of-service,
.webform-submission-richiesta-preiscrizione-form .form-item-messaggio{
    width: 96%;
    margin-top: 1rem;
}
.webform-submission-richiedi-informazioni-form .form-item.form-item-terms-of-service label,
.webform-submission-richiesta-preiscrizione-form .form-item.form-item-terms-of-service label{
    line-height: 1.2;
    font-size: 1.6rem;	
}
.webform-submission-richiedi-informazioni-form .form-actions,
.webform-submission-richiesta-preiscrizione-form .form-actions{
    width: 100%;
    margin: 1rem auto 0 2rem;
}
.webform-submission-richiedi-informazioni-form .form-actions .form-submit,
.webform-submission-richiesta-preiscrizione-form .form-actions .form-submit{
    color: #fff;
    text-transform: uppercase;
    background-color: #3AA19B;
    padding: 1rem 3rem;
    text-align: center;
    font-size: 1.8rem;
    border: none;
    border-radius: 100rem;
}
.footer-block .green-footer{
    background-color: #519872;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding: 2rem;
    border-top-left-radius: 3rem;
    border-top-right-radius: 3rem;
}
.footer-block .green-footer .half-piva{
	margin-right:4rem;
	font-size:1.8rem;
	color:#fff;
}
.footer-block .green-footer .half-privacy{
	margin-left:4rem;
}
.footer-block .green-footer .half-privacy a{
    color: #fff;
    font-size: 1.8rem;
}
.footer-block .green-footer .half-privacy span{
	color:#fff;
	font-size:1.8rem;
	margin:0 0.5rem;
}
#block-millecento-footermillecento .centered-footer{
    width: 95%;
    margin: 0 auto;
    padding: 7rem 2rem 6rem;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: stretch;
}
#block-millecento-footermillecento .centered-footer .single-one-third-footer{
    width: calc(100% / 3);
    padding: 3rem 2rem 0;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: flex-end;
    align-items: flex-start;
    border-right: 2px solid #2B2E2F;
}
#block-millecento-footermillecento .centered-footer .single-one-third-footer:last-child{
	border-right:none;
}
#block-millecento-footermillecento .centered-footer .single-one-third-footer img{
	display:block;
	margin:0 auto 1rem 0;
	width:100%;
	max-width:20rem;
}
#block-millecento-footermillecento .centered-footer .single-one-third-footer p,
#block-millecento-footermillecento .centered-footer .single-one-third-footer a{
    color: #375E74;
    font-size: 1.8rem;
}
#block-millecento-footermillecento .centered-footer .single-one-third-footer a{
	margin: 0 1rem;	
}
#block-millecento-footermillecento .centered-footer .single-one-third-footer .footer-menu-flexed{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    color: #375E74;
    font-size: 1.8rem;	
}
#block-millecento-footermillecento .centered-footer .single-one-third-footer h3{
    color: #519872;
    font-size: 2.5rem;
    margin: 0 auto 1rem 0;
    font-weight: 600;
}

.maint-top-contatti{
	height:75vh;
	position:relative;
	z-index:2;
}
.main-contact-info-half{
    width: 100%;
    max-width: 1366px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: flex-start;
    padding-top: 10rem;
    padding-bottom: 10rem;
    position: relative;
    z-index: 3;
}
.main-contact-info-half .half-left-info{
    padding: 3rem;
    width: 35%;
    margin-right: 5%;
    background-color: #3AA19B;
    border-radius: 2rem;
    text-align: left;
    margin-top: -25rem;
}

.main-contact-info-half .half-left-info .single-info{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: flex-start;	
}
.main-contact-info-half .half-left-info .single-info .icona-contatto{
    background-color: #fff;
    width: 5rem;
    height: 5rem;
    border-radius: 100rem;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;	
}
.main-contact-info-half .half-left-info h1{
    font-size: 5rem;
    color: #fff;
    font-weight: 500;
    margin: 0 auto 1rem;
}
.main-contact-info-half .half-left-info p{
    font-size: 2rem;
    color: #fff;
    margin-bottom: 2rem;
}
.main-contact-info-half .half-left-info .single-info{
	margin-top:3rem;
}
.main-contact-info-half .half-left-info .single-info i{
	color:#3AA19B;
	font-size:2rem;
}
.main-contact-info-half .half-left-info .single-info .right-cont{
    width: calc(100% - 5rem);
    padding-left: 1rem;
    padding-top: 0.5rem;
}
.main-contact-info-half .half-left-info .single-info .right-cont a{
    font-size: 2rem;
    color: #fff;
    display: block;
    line-height: 1.2;
}
.main-contact-info-half .half-right-form{
    padding-left: 3rem;
    width: 60%;
}
.main-contact-info-half .half-right-form h2,
.main-contact-info-half .half-right-form h4{
	text-align:left;
}
.main-contact-info-half .half-right-form h4{
	margin-bottom:5rem;
}

.preview-news-anteprima{
	width:100%;
	max-width:1366px;
	margin:0 auto;
}
.preview-news-anteprima .view-content{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: flex-start;	
}
.preview-news-anteprima .view-content .views-row{
    width: calc(100% / 3);
    padding: 0 2rem 4rem;
}
.preview-news-anteprima .view-content .views-row .single-blog-teaser{
    background-color: #F6F6F6;
    position: relative;
    display: block;
}
.preview-news-anteprima .single-blog-teaser .field--name-field-immagine .field__item{
	display:none;
}
.preview-news-anteprima .single-blog-teaser .field--name-field-immagine .field__item:first-child{
	display:block;
}
.preview-news-anteprima .view-content .views-row .single-blog-teaser .field--name-field-immagine img{
	display:block;
	margin:0 auto;
	width:100%;
}
.preview-news-anteprima .view-content .views-row .single-blog-teaser .news-preview-title .news-title{
    font-size: 2.5rem;
    font-weight: 600;
    text-align: left;
    line-height: 1;
    color: #519872;
    display: block;
    margin-bottom: 1rem;
}
.preview-news-anteprima .view-content .views-row .single-blog-teaser .news-preview-title{
    padding: 2rem 2rem 8rem;
    display: block;
    overflow: hidden;
    position: relative;
}
.preview-news-anteprima .view-content .views-row .single-blog-teaser .news-preview-title .field--name-body{
	font-size:1.6rem;
	color:#868686;
}
.preview-news-anteprima .view-content .views-row .single-blog-teaser .leggi-tutto-button{
    position: absolute;
    transition: all 0.3s linear;
    background: linear-gradient(0deg, rgba(153,194,104,1) 0%, rgba(110,185,143,1) 100%);
    border-radius: 100rem;
    width: 20rem;
    height: 20rem;
    right: -8rem;
    bottom: -11rem;
    color: #fff;
    font-size: 2rem;
    padding: 4rem;
    font-weight: 600;
    text-transform: uppercase;
}

.preview-news-anteprima .view-content .views-row .single-blog-teaser:hover .leggi-tutto-button{
    right: -5rem;
    bottom: -9rem;
}
.preview-news-anteprima .view-footer{
    margin-top: 1rem;	
}
.preview-news-anteprima{
	padding:10rem 0 0;
}
.page-node-type-news_blog .centered-blog{
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    padding: 20rem 1.5rem 6rem;
}
.page-node-type-news_blog .container,
.page-node-type-news_blog .container .col-md-12{
	width:100%;
	max-width:unset;
	padding:0;
	float:none;
}
.page-node-type-news_blog .centered-blog .first-half-blog-top{
    line-height: 1;
    margin: 0 0 2rem;
    font-size: 5rem;
    color: #519872;
    font-weight: 500;
    text-align: left;
    width: 100%;
}
.page-node-type-news_blog .centered-blog .body-article-news{
	font-size:1.8rem;
}
.page-node-type-news_blog .centered-blog .body-article-news *{
	line-height:1.6;
	color:#000;
}
.page-node-type-news_blog section{
	padding:0 !important;
}
.page-node-type-news_blog .left-section-blog{
    width: 55%;
    float: left;
    padding: 0 4rem 2rem 0;
}
.page-node-type-news_blog .left-section-blog .tns-outer button{
	display:none;
}
.page-node-type-news_blog .left-section-blog .tns-outer .tns-controls button{
	display:block;
}


.progetto-intro-top{
    padding: 10rem 2rem 0;
    width: 90%;
    margin: 0 auto;
}
.progetto-intro-top .half-left-title{
    width: 50%;
    padding-right: 4rem;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
}
.progetto-intro-top .half-left-title h1{
    font-size: 6rem;
    color: #519872;
    font-weight: 600;
    text-align: left;
    width: 100%;
}
.progetto-intro-top .half-left-title p{
    font-size: 2rem;
    font-weight: 400;
    color: #1a1a1a;
    text-align: left;
}
.progetto-intro-top .half-left-title a{
    color: #fff;
    font-size: 2.5rem;
    padding: 1.5rem 3rem;
    margin-top: 1rem;
    border-radius: 100rem;
    text-transform: uppercase;
    display: inline-block;
    font-weight: 500;
}
.progetto-intro-top .half-right-image{
    width: 45%;
    padding-left: 4rem;
    margin-left: 5%;
}
.project-parallax-section{
    height: 30vw;
    display: block;
    width: 100%;
    position: relative;
}
.project-parallax-section video{
    position: fixed;
    top: 0;
    left: 0;
    height: auto;
    width: 100%;
    z-index: -1;
}
.chi-rivolto-project-section{
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 10rem 2rem 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: flex-start;
}
.chi-rivolto-project-section .half-left-image{
	width:50%;
	padding-right:4rem;
}
.chi-rivolto-project-section .half-left-image img{
	display:block;
	margin:0 auto;
	width:100%;
}
.chi-rivolto-project-section .half-right-text{
    width: 50%;
    padding-left: 0rem;
}
.chi-rivolto-project-section .half-right-text h2{
    font-size: 4rem;
    color: #519872;
    font-weight: 500;
    text-align: left;
    width: 100%;	
}
.chi-rivolto-project-section .half-right-text p{
    font-size: 1.8rem;
    font-weight: 400;
    color: #1a1a1a;
    text-align: left;	
}
.chi-rivolto-project-section .half-right-text .lista-rivolto{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
    margin-top: 0;
    margin-bottom: 2rem;
}
.chi-rivolto-project-section .half-right-text .lista-rivolto .single-rivolto{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: flex-start;
    margin-bottom:2rem;	
}
.chi-rivolto-project-section .half-right-text .lista-rivolto .single-rivolto .left-icon{
    width: 7rem;
    height: 7rem;
    padding: 1.5rem;
    border-radius: 100rem;
    transition:all 0.3s linear;
}
.chi-rivolto-project-section .half-right-text .lista-rivolto .single-rivolto:hover .left-icon{
	transform:scale(1.1);
}
.chi-rivolto-project-section .half-right-text .lista-rivolto .single-rivolto img{
    display: block;	
}
.chi-rivolto-project-section .half-right-text .lista-rivolto .single-rivolto .right-text{
    padding-left: 1.5rem;
    width: calc(100% - 7rem);
}
.chi-rivolto-project-section .half-right-text .lista-rivolto .single-rivolto .right-text h4{
    font-size: 2.5rem;
    color: #198754;
    font-weight: 600;
}
.chi-rivolto-project-section .half-right-text .lista-rivolto .single-rivolto .right-text p{
	font-size:1.8rem;
}

.chi-rivolto-project-section .green-special-title{
    margin: 0 auto 5rem;	
}
.scegliere-progetto-section{
	padding-top:10rem;
	overflow:hidden;
}
.scegliere-progetto-section .progetto-scelta-list{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: stretch;
    width: 90%;
    margin: 0 auto;
    padding: 4rem 0;
}
.scegliere-progetto-section .progetto-scelta-list .single-scelta{
    width: calc(100% / 3 - 8rem);
    margin: 8rem 4rem 0rem;
    padding: 3rem 3rem 3rem 6rem;
    border-radius: 3rem;
    background-color: #F6F6F6;
    position: relative;
    transition:all 0.3s linear;
}
.scegliere-progetto-section .progetto-scelta-list .single-scelta:hover{
    box-shadow: 4px 4px 15px rgb(205 205 205);	
}
.scegliere-progetto-section .progetto-scelta-list .single-scelta .vertical-green-gradient{
	width:10rem;
	height:10rem;
	position:absolute;
	top:-5rem;
	left:-5rem;
	border-radius:100rem;
	padding:2rem;
	transition:all 0.3s linear;
}
.scegliere-progetto-section .progetto-scelta-list .single-scelta:hover .vertical-green-gradient{
	transform:scale(1.1);
}
.scegliere-progetto-section .progetto-scelta-list .single-scelta h4{
    font-size: 2.5rem;
    font-weight: 500;
    text-align: left;
    line-height: 1;
    color: #519872;
}
.scegliere-progetto-section .progetto-scelta-list .single-scelta p{
    text-align: left;
    font-size: 1.8rem;
    color: #1a1a1a;
}

.top-amministratori{
    position: relative;
    height: 90vh;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    overflow: hidden;
}
.top-amministratori .half-left-title{
    width: 50%;
    margin-left: 0;
    padding: 0 5vw;
    background: linear-gradient(0deg, rgba(153, 194, 104, 0.8) 0%, rgba(201, 225, 189, 0.8) 100%);
    z-index: 3;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: flex-start;
}
.top-amministratori .half-left-title h1{
    font-size: 5rem;
    line-height: 1;
    color: #368159;
    font-weight: 600;
    text-align: left;
    width: 100%;
    margin: 4rem auto 2rem 0;
}
.top-amministratori .half-left-title p{
    font-size: 2.5rem;
    font-weight: 400;
    color: #1a1a1a;
    text-align: left;
    line-height: 1.4;
}
.top-amministratori .big-condominio{
	position:absolute;
	z-index:2;
	bottom:0;
	right:0;
	height:auto;
	width:45%;
}
.ideazione-gestione-section{
	padding-top:10rem;
}
.ideazione-gestione-section .gray-sottotitolo {
    margin: 0 auto 3rem;
}
.ideazione-gestione-section p{
    font-size: 1.8rem;
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    color: #1a1a1a;
    text-align: center;
}
.ideazione-gestione-section .tre-ideazioni-list{
    width: 100%;
    max-width: 1280px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: flex-start;
    margin: 5rem auto 0;
}
.ideazione-gestione-section .tre-ideazioni-list .single-ideazione{
    width: 100%;
    padding: 0 2rem;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.ideazione-gestione-section .tre-ideazioni-list .single-ideazione .big-number{
    font-size: 16rem;
    -webkit-text-stroke: 3px #1a1a1a;
    -webkit-text-fill-color: #fff;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1;
}
.ideazione-gestione-section .tre-ideazioni-list .single-ideazione .certificazione-image{
    display: block;
    margin: 0 auto 1rem;
    width: 100%;
    max-width: 16rem;	
}
.ideazione-gestione-section .tre-ideazioni-list .single-ideazione h3{
    font-size: 2.5rem;
    color: #198754;
    font-weight: 600;
    text-align: center;
    margin: 0 auto 1rem;
}
.ideazione-gestione-section .tre-ideazioni-list .single-ideazione p{
    font-size: 1.8rem;
    color: #1a1a1a;
    text-align: center;
}
.formazione-section{
	width:100%;
	padding-top:10rem;
	overflow:hidden;
}
.formazione-section .half-intro-formazione{
	width:90%;
	margin:0 auto;
	padding:0 2rem;
	overflow:hidden;
}
.formazione-section .half-intro-formazione .half-left-silouhette{
	width:50%;
	padding:0 2rem;
}
.formazione-section .half-intro-formazione .half-right-text{
	width:50%;
	padding:0 2rem;
}
.formazione-section .half-intro-formazione .half-right-text h2{
    font-size: 4rem;
    color: #519872;
    font-weight: 500;
    text-align: left;
    width: 100%;	
}
.formazione-section .half-intro-formazione .half-right-text p{
    font-size: 1.8rem;
    text-align: left;
}
.formazione-section .half-formaizione-lista{
	width:90%;
	margin:10rem auto 0;
	align-items: stretch;
}
.formazione-section .half-formaizione-lista .half-left{
	width:60%;
	padding-right:3rem;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: flex-start;	
}
.formazione-section .half-formaizione-lista .half-left .single-formazione{
	width:50%;
	padding:0 2rem 4rem;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;	
}
.formazione-section .half-formaizione-lista .half-left .single-formazione .vertical-green-gradient{
    width: 10rem;
    height: 10rem;
    border-radius: 100rem;
    padding: 2rem;
    display: block;
    margin: 0 auto 2rem;
}
.formazione-section .half-formaizione-lista .half-left .single-formazione h4{
    font-size: 2.5rem;
    font-weight: 600;
    text-align: center;
    line-height: 1;
    color: #519872;
    margin: 0 auto 1rem;
}
.formazione-section .half-formaizione-lista .half-left .single-formazione p{
	font-size:1.8rem;
    text-align: center;
    color: #1a1a1a;
    margin-bottom:0;
}
.formazione-section .half-formaizione-lista .half-right{
    width: 40%;
    border-radius: 4rem;
    min-height: 30vw;
}
.page-node-51 .top-amministratori{
    background-color: transparent;
    background-position: center right;
    background-size: cover;
    background-repeat: no-repeat;
}
.path-news .preview-news-anteprima{
    padding: 20rem 0 0;	
}

.nostri-servizi-home-section .servizi-list{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;	
}
.nostri-servizi-home-section .servizi-list .single-servizio-box{
	width:50%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: stretch;	
}
.nostri-servizi-home-section .servizi-list .single-servizio-box .half-text{
	width:50%;
	padding:3vw;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;	
}
.nostri-servizi-home-section .servizi-list .single-servizio-box .half-text h3{
    text-align: center;
    margin: 0 auto 1rem;
    color: #519872;
    font-size: 3rem;
    font-weight: 600;
}
.nostri-servizi-home-section .servizi-list .single-servizio-box .half-text p{
	font-size:2rem;
	text-align:center;
	margin:0 auto;
	color: #1a1a1a;
}
.nostri-servizi-home-section .servizi-list .single-servizio-box .half-image{
	min-height:25vw;
	width:50%;
}
.nostri-servizi-home-section .servizi-list .single-servizio-box .half-image video{
    display: block;
    margin: 0 auto;
    width: 100%;
    height: auto;
    border-radius: 3rem;
}
.nostri-servizi-home-section{
	overflow:hidden;
}
.view-lista-loghi-partnership{
	padding:15rem 0 5rem;
}
.view-lista-loghi-partnership .view-header h1 {
    font-size: 4rem;
    color: #198754;
    font-weight: 600;
    text-align: center;
    margin: 0 auto 5rem;
}
.view-lista-loghi-partnership .view-content{
	width:100%;
	max-width:1170px;
	margin:0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;	
}
.view-lista-loghi-partnership .view-content .views-row{
    width: calc(100% / 6);
    padding: 0 1rem 2rem;
}
.view-lista-loghi-partnership .view-content .views-row img{
	transition:all 0.3s linear;
}
.view-lista-loghi-partnership .view-content .views-row a:hover img{
	transform:scale(1.05);
}


#videoHome{
	display:block;
	margin:0 auto;
	width:100%;
	height:auto;
	position:relative;
}


.page-node-type-case-history .top-intro-title-section{
	position:relative;	
	height:75vh;
}
.page-node-type-case-history .top-intro-title-section .centered-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
}
.page-node-type-case-history .top-intro-title-section .centered-text h1{
    color: #fff;
    margin: 0 auto;
    font-size: 5rem;
    font-weight: 500;
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    max-width: 1280px;
    text-align: center;
    line-height: 1.2;
}
.page-node-type-case-history .main-half-desc-case{
    width: 100%;
    max-width: 1366px;
    margin: 10rem auto 0;
    padding: 0 2rem;
    overflow: auto;
    overflow: hidden;
}
.page-node-type-case-history .main-half-desc-case .half-right-video{
    width: 55%;
    float: right;
    padding: 0 0 2rem 2rem;
}
.page-node-type-case-history .field--name-field-descrizione{
    font-size: 1.8rem;
    color: #1a1a1a;
    text-align: justify;
}
.page-node-type-case-history .full-desc-text{
    width: 100%;
    max-width: 1280px;
    margin: 8rem auto 0;
    padding: 0 2rem;
}
.page-node-type-case-history .full-desc-text .field--name-field-descrizione {
	text-align:justify;
}
.page-node-type-case-history .full-desc-text .field--name-field-descrizione ul,
.page-node-type-case-history .full-desc-text .field--name-field-descrizione ol{
	text-align:left;
}
.page-node-type-case-history .gallery-case-section{
	margin-top: 4rem;	
}
.page-node-type-case-history .gallery-case-section .field--name-field-immagini {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.page-node-type-case-history .gallery-case-section .field--name-field-immagini .field__item{
	width:25%;
	padding:0 1vw;
}
.page-node-type-case-history .field--name-field-documenti{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;	
}
.page-node-type-case-history .field--name-field-documenti .field__item .file{
    background-image: unset;
    padding: 0;
    min-height: unset;
}
.page-node-type-case-history .field--name-field-documenti .field__item .file a{
    background: linear-gradient(90deg, rgba(153,194,104,1) 0%, rgba(110,185,143,1) 100%);
    color: #fff;
    font-size: 2rem;
    margin: 0 1rem 2rem;
    position: relative;
    border-radius: 100rem;
    padding: 1.5rem 2rem 1.5rem 5rem;
    display: block;
    transition:all 0.3s linear;
}
.page-node-type-case-history .field--name-field-documenti .field__item .file a:hover{
	transform:scale(1.05);
}
.page-node-type-case-history .field--name-field-documenti .field__item .file a::before{
	content:'';
	background-image:url(/sites/default/files/download-file-case.svg);
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
	width:3rem;
	height:3rem;
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	left:1rem;
}
.page-node-type-case-history .documenti-case-section{
	width:100%;
	margin:3rem auto 2rem;
}
.page-node-type-case-history .gallery-case-section .tns-outer,
.page-node-type-case-history .right-image-case .tns-outer{
	padding:0 4rem !important;
}
.page-node-type-case-history .gallery-case-section .tns-outer button,
.page-node-type-case-history .right-image-case .tns-outer button{
	display:none;
}
.page-node-type-case-history .gallery-case-section .tns-outer .tns-controls button,
.page-node-type-case-history .right-image-case .tns-outer .tns-controls button{
	display:block;
}
.page-node-type-case-history .right-image-case img,
.page-node-type-case-history .bottom-immagini-case-gallery img{
	border-radius:2rem;
}
.altri-progetti-section{
    padding: 13rem 2rem 3rem;
    width: 100%;
    margin: 0 auto;
}
.altri-progetti-section .altri-progetti-title{
    font-size: 5rem;
    color: #519872;
    font-weight: 600;
    text-align: center;
    width: 100%;	
}
.progetti-button{
	display:none;
}
.altri-progetti-section .half-projects-history{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: stretch;	
}
.altri-progetti-section .half-projects-history .progetti-list{
    width: 50%;
    padding: 5rem 2rem 0;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}
.altri-progetti-section .half-projects-history .progetti-list{
	text-align:center;
}
.altri-progetti-section .half-projects-history .progetti-list .title-list-center{
    background-color: #fff;
    padding: 1rem;
    position: sticky;
    top: 8rem;
    text-align: center;
    width: 100%;
    z-index: 5;
    margin-bottom: 3rem;
}
.altri-progetti-section .half-projects-history .progetti-list h2{
    text-align: center;
    display: inline-block;
    width: auto;
    padding: 1rem 2rem;
    color: #fff;
    border-radius: 100rem;
    background: linear-gradient(90deg, rgba(153,194,104,1) 0%, rgba(110,185,143,1) 100%);
    font-size: 2.5rem;
    text-transform: uppercase;
    font-weight: 600;
}
.altri-progetti-section .view-content{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: flex-start;	
}
.altri-progetti-section .view-content .views-row{
    padding: 0 1rem 4rem;
    width: 25%;
}
.altri-progetti-section .view-content .views-row .single-case-preview{
    background-color: #F6F6F6;
    border-radius: 2rem;
    box-shadow: 2px 2px 8px rgb(200,200,200);
    display: block;
}
.altri-progetti-section .view-content .views-row .single-case-preview img{
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;	
}
.altri-progetti-section .view-content .views-row .single-case-preview .case-title{
    font-size: 2rem;
    color: #519872;
    font-weight: 600;
    text-align: left;
    width: 100%;
    line-height: 1;
    margin: 0 auto 1rem;
    display: block;
}
.altri-progetti-section .view-content .views-row .single-case-preview .desc-case{
	font-size: 1.6rem;
    font-weight: 400;
    color: #1a1a1a;	
}
.altri-progetti-section .view-content .views-row .single-case-preview .sopri-case{
    text-align: center;
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    background-color: #3AA19B;
    font-size: 1.5rem;
    padding: 1rem 2rem;
    border-radius: 100rem;
    transition: all 0.3s linear;
    position: relative;
}
.altri-progetti-section .view-content .views-row .single-case-preview .sopri-case:hover{
    box-shadow: 2px 2px 5px rgb(150,150,150);	
}
.altri-progetti-section .view-content .views-row .single-case-preview .case-details{
    padding: 1.5rem;
    display: block;
    text-align: left;
}



.user-login-form .js-form-type-textfield label,
.user-login-form .js-form-type-password label{
    font-size: 1.6rem;	
}
.user-login-form .js-form-type-textfield input,
.user-login-form .js-form-type-password input{
    font-size: 1.6rem;
    padding: 1rem;
    margin-top: 1rem;
}
.user-login-form .js-form-submit{
    display: block;
    margin: 0 auto;
    width: 20rem;
    padding: 1rem;
    font-size: 1.6rem;
}
.g-recaptcha div{
	display:block;
	margin:0 auto;
}
.conferma{
    text-align: center;
    margin: 20rem auto 10rem;
}
.conferma a{
    display: inline-block;
    border: 3px solid #3AA19B;
    color: #3AA19B;
    background-color: transparent;
    width: auto;
    margin: 0 auto;
    padding: 2rem 3rem;
    font-size: 2rem;
    text-transform: uppercase;
    margin-bottom: 5rem;
    font-weight: 700;
    transition: all 0.3s linear;
    border-radius: 100rem;
}
.conferma a:hover{
    color:#ffffff;   
    background-color: #3AA19B;
}
.conferma h2{
    text-align: center;
    font-size: 5rem;	
}
.conferma p{
    text-align: center;
    font-size: 2rem;	
}
.report-sostenibilita-footer{
	text-align:center;
}
.report-sostenibilita-footer a{
    text-align: center;
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    background-color: #3AA19B;
    font-size: 2rem;
    padding: 1rem 3rem;
    border-radius: 100rem;
    transition: all 0.3s linear;
    position: relative;
    margin: 0 auto 2rem;
}


.top-amministratori #videoTopBack{
	position:absolute;
	z-index:2;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	width:100%;
	height:auto;
}
.centered-intro-post-top-main{
	width:100%;
	max-width:1170px;
	margin:5rem auto;
	text-align:center;
}
.centered-intro-post-top-main *{
	font-size: 2.5rem;
    font-weight: 400;
    color: #1a1a1a;
    text-align: center;
    line-height: 1.4;	
}
.top-by-ddg-logo{
    position: fixed;
    z-index: 501;
    top: 4.5rem;
    left: 16rem;
    height: 2rem;
    width: auto;
}
.centered-intro-post-top-main .centered-contatti{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin-top:4rem;	
}
.centered-intro-post-top-main .centered-contatti a{
    margin: 0 2rem;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    border-radius: 100rem;
    padding: 1rem 3rem;
    background: linear-gradient(90deg, rgba(153,194,104,1) 0%, rgba(110,185,143,1) 100%);
    transition:all 0.3s linear;
}
.centered-intro-post-top-main .centered-contatti a:hover{
	transform:scale(1.05);
}
.centered-intro-post-top-main .centered-contatti a i{
    font-weight: 800;
    font-size: 3rem;
}
.centered-intro-post-top-main .centered-contatti a span{
    text-align: left;
    line-height: 1;
    margin-left: 1rem;
}
.centered-intro-post-top-main .centered-contatti a *{
	color: #fff;	
}
.full-case-history-list .view-case-history-full-list{
	text-align:center;
}
.full-case-history-list .view-case-history-full-list .views-exposed-form .js-form-item{
    float: none;
    width: 100%;
    margin: 4rem auto;	
}
.full-case-history-list .view-case-history-full-list .views-exposed-form .js-form-item .form-radios{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin-top: 3rem;
}
.full-case-history-list .view-case-history-full-list .views-exposed-form .js-form-item .form-radios .form-type-radio:nth-child(1){
	display:none;
}
.full-case-history-list .view-case-history-full-list .views-exposed-form .js-form-item .form-radios .js-form-item{
    margin: 0 1rem 2rem;
    width: auto;	
}
.full-case-history-list .view-case-history-full-list .views-exposed-form .js-form-item .form-radios .js-form-item input{
	display:none;
}
.full-case-history-list .view-case-history-full-list .views-exposed-form .js-form-item .form-radios .js-form-item label{
    background: #F6F6F6;
    border-radius: 2rem;
    padding: 5rem 3rem 2rem;
    font-size: 2rem;
    cursor: pointer;
    display: block;
    transition: all 0.3s linear;
    font-weight: 600;
    text-align: center;
    line-height: 1;
    color: #519872;
}
.full-case-history-list .view-case-history-full-list .views-exposed-form .js-form-item .form-radios .js-form-item label:hover{
    transform: scale(1.05);
    box-shadow: 3px 3px 5px rgb(100,100,100);
}
.full-case-history-list .view-case-history-full-list .view-empty{
    font-size: 3rem;
    color: #6c757d;
    font-weight: 500;
    padding:0 1rem;
}
.full-case-history-list .view-case-history-full-list .views-exposed-form .js-form-item .form-radios .js-form-item label{
	position:relative;
}
.full-case-history-list .view-case-history-full-list .views-exposed-form .js-form-item .form-radios .js-form-item label::before{
    content: '';
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 8rem;
    height: 8rem;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -4rem;
}
.full-case-history-list .view-case-history-full-list .views-exposed-form .js-form-item .form-radios .js-form-item:nth-child(2) label::before{
	background-image:url(/sites/default/files/progetti-passati.svg);
}
.full-case-history-list .view-case-history-full-list .views-exposed-form .js-form-item .form-radios .js-form-item:nth-child(3) label::before{
	background-image:url(/sites/default/files/progetti-presenti.svg);
}
.full-case-history-list .view-case-history-full-list .views-exposed-form .js-form-item .form-radios .js-form-item:nth-child(4) label::before{
	background-image:url(/sites/default/files/progetti-futuri.svg);
}

.chiama-floating {
    position: fixed;
    bottom: 9rem;
    right: 1rem;
    width: 7rem;
    height: 7rem;
    background-color: #3AA19B;
    border-radius: 100rem;
    z-index: 999;
    box-shadow: 1px 1px 8px rgb(100,100,100);
}
    

.chiama-floating i{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	font-size:3.5rem;
	color:#fff;
	animation: wiggleCallAnimation 5s linear infinite;
}
	
@keyframes wiggleCallAnimation {
  0% {
    transform:translate(-50%,-50%) rotate(0);
  }
  5% {
    transform:translate(-50%,-50%) rotate(10deg);
  }
  10% {
    transform:translate(-50%,-50%) rotate(-5deg);
  }
  15% {
    transform:translate(-50%,-50%) rotate(10deg);
  }
  25% {
    transform:translate(-50%,-50%) rotate(-5deg);
  }
  30% {
    transform:translate(-50%,-50%) rotate(10deg);
  }
  35% {
    transform:translate(-50%,-50%) rotate(-5deg);
  }
  100% {
    transform:translate(-50%,-50%) rotate(0);
  }
}






.page-node-68 .node__content .field--name-body,
.page-node-33 .node__content .field--name-body {
    width: 100%;
    max-width: 1170px;
    margin: 20rem auto 0rem;
    padding: 0 2rem;
}
.page-node-68 .node__content .field--name-body h2,
.page-node-33 .node__content .field--name-body h2{
    font-size: 4rem;	
}
.page-node-68 .node__content .field--name-body h3,
.page-node-33 .node__content .field--name-body h3,
.page-node-68 .node__content .field--name-body h4,
.page-node-33 .node__content .field--name-body h4 {
    font-size: 2.2rem;
    color: #000;
    margin: 2rem auto 1rem;
}
.page-node-68 .node__content .field--name-body p,
.page-node-33 .node__content .field--name-body p,
.page-node-68 .node__content .field--name-body ul li,
.page-node-68 .node__content .field--name-body ol li,
.page-node-33 .node__content .field--name-body ul li,
.page-node-33 .node__content .field--name-body ol li {
    color: #000;
    font-size: 1.6rem;
}
.button-top-intro{
    display: inline-block;
    background: linear-gradient(90deg, rgba(153,194,104,1) 0%, rgba(110,185,143,1) 100%);
    border-radius: 100rem;
    margin: 2rem auto 0;
    color: #fff;
    font-size: 1.8rem;
    padding: 2rem 3rem;
    text-transform: uppercase;
    font-weight: 500;
    box-shadow: 2px 2px 6px rgb(50,50,50);	
}

/*#block-millecento-carrello{*/
/*	display:none !important;	*/
/*}*/
/*.user-logged-in #block-millecento-carrello{*/
/*	display:block !important;*/
/*}*/


/*INIZIO STILIZZAZIONE PROCESSO ACQUISTO / CHECKOUT*/

.cart-empty-page{
    width: 100%;
    max-width: 1170px;
    margin: 20rem auto;
    text-align: center;
    color: #c5c5c5;
    font-size: 6rem;
    text-transform: uppercase;
    padding: 0 2rem;
}
.cart.cart-form,
.commerce-checkout-flow .layout-checkout-form{
    width: 100%;
    max-width: 1170px;
    margin: 25rem auto 10rem;
    padding: 0 2rem;
}
.commerce-checkout-flow .layout-checkout-form{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;	
}
.view-commerce-cart-form table th{
    border-bottom: 2px solid #1a1a1a;
    color: #1a1a1a !important;
    font-size: 1.6rem !important;
    font-weight: 600;
    padding: 15px 10px;
    white-space: nowrap;
    vertical-align: middle;
    line-height: 1;        
}
.view-commerce-cart-form table tr {
    background: none;
    border-bottom: 1px solid #000000;
}
.view-commerce-cart-form table tr td a,
.view-commerce-cart-form table tr td span,
.view-commerce-cart-form table tr td *,
.view-commerce-cart-form table tr td {
    color: #000;
    font-weight: 500;
    font-size: 1.6rem;
}
.view-commerce-cart-form table tr .views-field-purchased-entity,
.view-commerce-cart-form table tr .views-field-order-items-target-id,
.view-commerce-cart-form table tr .views-field-field-dati-iscritto{
    width: 28rem;	
}
.view-commerce-cart-form table tr .views-field-unit-price__number,
.view-commerce-cart-form table tr .views-field-remove-button,
.view-commerce-cart-form table tr .views-field-total-price__number{
	width:calc((100% - 84rem) / 3);
}

.view-commerce-cart-form table tr td .delete-order-item{
    color: #fff;	
}
.view-commerce-cart-form .field--name-total-price {
    margin: 2rem auto;
}
.view-commerce-cart-form .field--name-total-price .order-total-line__subtotal,
.view-commerce-cart-form .field--name-total-price .order-total-line__adjustment{
    color: #1a1a1a;
    font-size: 2rem;
    font-weight: 400;	
}
.view-commerce-cart-form .field--name-total-price .order-total-line__total {
    color: #000000;
    font-size: 2.5rem;
    font-weight: 800;
}
.view-commerce-cart-form .form-actions {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-end;
    align-items: center;
}
.view-commerce-cart-form .form-actions input.btn {
    margin-left: 2rem;
    float: none !important;
    font-size: 2rem;
    font-weight: 500;
    border: none;
    padding: 1rem 2rem;
}
.view-commerce-cart-form .form-actions input.btn:nth-child(1) {
    background: #9e9e9e !important;
    color: #fff !important;
}
.view-commerce-cart-form .form-actions input.btn:nth-child(2) {
    background: #86be47 !important;
    color: #fff !important;
}
.commerce-checkout-flow .layout-checkout-form .layout-region-checkout-main{
    width: 50%;
    margin-right: 3rem;
    border: 2px solid #3AA19B;
    padding: 0 0 2rem;
    border-radius: 2rem;
}
.commerce-checkout-flow .layout-checkout-form .layout-region-checkout-secondary{
    width: calc(50% - 3rem);
    
    border: 2px solid #3AA19B;
    border-radius: 2rem;
}
.commerce-checkout-flow .layout-checkout-form .layout-region-checkout-secondary h3{
    font-size: 2rem;
    font-weight: 500;
    padding: 1rem 2rem;
    background-color: #3AA19B;
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
    color: #fff;
    margin-bottom: 0;
}
.commerce-checkout-flow .layout-checkout-form .layout-region-checkout-secondary .view-commerce-checkout-order-summary,
.commerce-checkout-flow .layout-checkout-form .layout-region-checkout-secondary .checkout-pane-order-summary{
    padding: 1rem 1rem 2rem;
}
.commerce-checkout-flow .layout-checkout-form .layout-region-checkout-secondary table thead tr th{
    font-size: 1.4rem;	
}
.commerce-checkout-flow .layout-checkout-form .layout-region-checkout-secondary table tbody tr td{
    font-size: 1.3rem;
    padding:0.5rem;
}
.commerce-checkout-flow .layout-checkout-form .layout-region-checkout-secondary table tbody tr td:nth-child(1),
.commerce-checkout-flow .layout-checkout-form .layout-region-checkout-secondary table thead tr td:nth-child(1){
    width: calc(100% - 33rem);	
}
.commerce-checkout-flow .layout-checkout-form .layout-region-checkout-secondary table tbody tr td:nth-child(2),
.commerce-checkout-flow .layout-checkout-form .layout-region-checkout-secondary table thead tr td:nth-child(2){
    width: 25rem;	
}
.commerce-checkout-flow .layout-checkout-form .layout-region-checkout-secondary table tbody tr td:nth-child(3),
.commerce-checkout-flow .layout-checkout-form .layout-region-checkout-secondary table thead tr td:nth-child(3){
    width: 7rem;
    text-align: center;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    height: 100%;
}
.commerce-checkout-flow .layout-checkout-form .layout-region-checkout-secondary .field--name-total-price .order-total-line-label,
.checkout-pane-order-summary .checkout-order-summary .order-total-line-label,
.checkout-pane-order-summary .checkout-order-summary .order-total-line-value,
.commerce-checkout-flow .layout-checkout-form .layout-region-checkout-secondary .field--name-total-price .order-total-line-value{
	font-size:1.4rem;
}

.commerce-checkout-flow .layout-checkout-form .layout-region-checkout-main .checkout-pane-payment-information {
	margin:0;
}
.commerce-checkout-flow .layout-checkout-form .layout-region-checkout-main .checkout-pane-payment-information legend,
.layout-checkout-form .checkout-pane-login .form-wrapper__returning-customer legend,
.layout-checkout-form .checkout-pane-login .form-wrapper__guest-checkout legend,
.commerce-checkout-flow .layout-checkout-form .layout-region-checkout-main .checkout-pane-contact-information legend{
    font-size: 2rem;
    font-weight: 500;
    padding: 1rem 2rem;
    background-color: #3AA19B;
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
    color: #fff;
    margin-bottom: 0;	
}

.commerce-checkout-flow .layout-checkout-form .layout-region-checkout-main .checkout-pane-stripe-review{
	padding:2rem;
}
.commerce-checkout-flow .layout-checkout-form .layout-region-checkout-main .fieldset-wrapper #edit-payment-information-billing-information,
.commerce-checkout-flow .layout-checkout-form .layout-region-checkout-main .fieldset-wrapper #edit-payment-information-add-payment-method{
    padding: 2rem 2rem 0;	
}
.commerce-checkout-flow .layout-checkout-form .layout-region-checkout-main .fieldset-wrapper #edit-payment-information-billing-information .form-item label,
.commerce-checkout-flow .layout-checkout-form .layout-region-checkout-main .fieldset-wrapper #edit-payment-information-add-payment-method .form-item label{
	font-size:1.6rem;
	font-weight:600;
}
.commerce-checkout-flow .layout-checkout-form .layout-region-checkout-main .fieldset-wrapper #edit-payment-information-billing-information .field--name-address,
.commerce-checkout-flow .layout-checkout-form .layout-region-checkout-main .fieldset-wrapper #edit-payment-information-billing-information .field--name-address *,
.commerce-checkout-flow .layout-checkout-form .layout-region-checkout-main .fieldset-wrapper #edit-payment-information-add-payment-method .field--name-address,
.commerce-checkout-flow .layout-checkout-form .layout-region-checkout-main .fieldset-wrapper #edit-payment-information-add-payment-method .field--name-address *{
	font-size:1.6rem;
}
.commerce-checkout-flow .layout-checkout-form .layout-region-checkout-main .fieldset-wrapper #edit-payment-information-billing-information .address-book-edit-button,
.commerce-checkout-flow .layout-checkout-form .layout-region-checkout-main .fieldset-wrapper #edit-payment-information-add-payment-method .address-book-edit-button{
    color: #fff;
    background-color: #519872;
    font-size: 1.5rem;
    font-weight: 500;
    padding: 0.5rem 2rem;
    border: none;
}
.commerce-checkout-flow .layout-checkout-form .layout-region-checkout-main .fieldset-wrapper #edit-payment-information-billing-information .form-item select,
.commerce-checkout-flow .layout-checkout-form .layout-region-checkout-main .fieldset-wrapper #edit-payment-information-add-payment-method .form-item select{
    font-size: 1.5rem;	
}
.commerce-checkout-flow .layout-checkout-form .layout-region-checkout-main .fieldset-wrapper #edit-payment-information-billing-information .field--name-address .form-item,
.commerce-checkout-flow .layout-checkout-form .layout-region-checkout-main .fieldset-wrapper #edit-payment-information-add-payment-method .field--name-address .form-item{
	margin:0 1rem 1rem;
}
.commerce-checkout-flow .layout-checkout-form .layout-region-checkout-main .fieldset-wrapper #edit-payment-information-billing-information .field--name-address label,
 .commerce-checkout-flow .layout-checkout-form .layout-region-checkout-main .fieldset-wrapper #edit-payment-information-add-payment-method .field--name-address label{
	font-size:1.4rem;
}
.commerce-checkout-flow .layout-checkout-form .layout-region-checkout-main .checkout-pane-review{
    padding: 2rem;	
}
.commerce-checkout-flow .layout-checkout-form .layout-region-checkout-main .checkout-pane-review fieldset{
	margin:0 0 1rem;
}
.commerce-checkout-flow .layout-checkout-form .layout-region-checkout-main .checkout-pane-review fieldset{
	font-size:1.4rem;
}
.commerce-checkout-flow .layout-checkout-form .layout-region-checkout-main .checkout-pane-review fieldset legend{
	font-size:1.6rem;
	font-weight:500;
}
.commerce-checkout-flow .layout-region-checkout-footer .form-actions{
    margin: 2rem auto 0;
    text-align: center;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: stretch;	
}
a.link--previous{
    font-size: 2rem;
    border-radius: 1rem;
    padding: 1rem 2rem;
    font-weight: 500;
    background-color: #8b8b8b;
    color: #fff;
    margin-left: 2rem;	
}
.commerce-checkout-flow .layout-checkout-form .layout-region-checkout-main .checkout-pane-payment-information fieldset[data-drupal-selector="edit-payment-information-payment-method"],
.layout-checkout-form .checkout-pane-login .form-wrapper__guest-checkout .fieldset-wrapper,
.layout-checkout-form .checkout-pane-login .form-wrapper__returning-customer .fieldset-wrapper{
    display: block;
    margin-top: 0;
    padding: 2rem 2rem 0;  	
}
.commerce-checkout-flow .layout-checkout-form .layout-region-checkout-main .checkout-pane-payment-information fieldset[data-drupal-selector="edit-payment-information-payment-method"] legend{
    background-color: #198754 !important;
    font-size: 1.8rem !important;
    padding: 0.5rem 2rem !important;	
}
.commerce-checkout-flow .layout-checkout-form .layout-region-checkout-main .checkout-pane-payment-information fieldset[data-drupal-selector="edit-payment-information-payment-method"] .fieldset-wrapper{
    border: 2px solid #198754;
    padding: 1rem 2rem;
    border-bottom-left-radius: 2rem;
    border-bottom-right-radius: 2rem;	
}
.commerce-checkout-flow .layout-checkout-form .layout-region-checkout-main .checkout-pane-payment-information fieldset[data-drupal-selector="edit-payment-information-payment-method"] .fieldset-wrapper .form-radios .form-item{
	margin:1rem 0;
	font-size:1.6rem;
}
.paypal-buttons-container{
	width:90%;
	margin:0 auto;
}
.layout-checkout-form .checkout-pane-login{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: flex-start;	
}
.layout-checkout-form .checkout-pane-login .form-wrapper__returning-customer{
    width: 40%;
    border: 2px solid #3AA19B;
    border-radius: 2rem;
    padding: 0;
}
.layout-checkout-form .checkout-pane-login .form-wrapper__guest-checkout{
    width: 55%;
    margin-left: 5%;
    border: 2px solid #3AA19B;
    padding: 0 0 2rem;
    border-radius: 2rem;	
}
.layout-checkout-form .checkout-pane-login .form-wrapper__guest-checkout .fieldset-wrapper p{
	font-size:1.6rem;
	color:#1a1a1a;
}
.layout-checkout-form .checkout-pane-login .form-wrapper__returning-customer .fieldset-wrapper input{
	color:#1a1a1a;
	font-size:1.6rem;
}
.layout-checkout-form .checkout-pane-login .form-wrapper__returning-customer .fieldset-wrapper label{
	font-size:1.6rem;
}
.layout-checkout-form .checkout-pane-login .form-wrapper__returning-customer .fieldset-wrapper input.form-submit,
.layout-checkout-form .checkout-pane-login .form-wrapper__guest-checkout .fieldset-wrapper input.form-submit{
    color: #fff;
    background-color: #519872;
    font-size: 1.5rem;
    font-weight: 500;
    padding: 0.5rem 2rem;
    border: none;	
}
.layout-checkout-form .checkout-pane-login .form-wrapper__returning-customer .fieldset-wrapper #edit-login-returning-customer-forgot-password{
    font-size: 1.6rem;
    margin-left: 2rem;
}
.layout-checkout-form .checkout-pane-login .form-wrapper__returning-customer .fieldset-wrapper,
.commerce-checkout-flow .layout-checkout-form .layout-region-checkout-main .checkout-pane-contact-information .fieldset-wrapper{
	padding:2rem;
}
.layout-checkout-form .checkout-pane-login .form-wrapper__guest-checkout .fieldset-wrapper .js-form-item.form-item,
.commerce-checkout-flow .layout-checkout-form .layout-region-checkout-main .checkout-pane-contact-information .js-form-type-email{
    width: 46.5%;
    margin: 0 1.5% 1rem;
    display: inline-block;
    vertical-align: text-top;
}
.layout-checkout-form .checkout-pane-login .form-wrapper__guest-checkout .fieldset-wrapper .js-form-item.form-item.form-type-password-confirm{
	width:100%;
	margin:0 auto 1rem;
}
.layout-checkout-form .checkout-pane-login .form-wrapper__guest-checkout .fieldset-wrapper .js-form-item label,
.layout-checkout-form .checkout-pane-login .form-wrapper__guest-checkout .fieldset-wrapper .js-form-item input,
.commerce-checkout-flow .layout-checkout-form .layout-region-checkout-main .checkout-pane-contact-information .js-form-type-email label,
.commerce-checkout-flow .layout-checkout-form .layout-region-checkout-main .checkout-pane-contact-information .js-form-type-email input,


.commerce-checkout-flow .layout-checkout-form .layout-region-checkout-main #edit-review-contact-information .fieldset-wrapper,
.commerce-checkout-flow .layout-checkout-form .layout-region-checkout-main #edit-review-payment-information .fieldset-wrapper,
.commerce-checkout-flow .layout-checkout-form .layout-region-checkout-main #edit-completion-message-contact-information .fieldset-wrapper,
.commerce-checkout-flow .layout-checkout-form .layout-region-checkout-main #edit-completion-message-payment-information .fieldset-wrapper{
	font-size:1.5rem;
	color:#1a1a1a;
}
.commerce-checkout-flow .layout-checkout-form .layout-region-checkout-main #edit-review-contact-information legend,
.commerce-checkout-flow .layout-checkout-form .layout-region-checkout-main #edit-review-payment-information legend,
.commerce-checkout-flow .layout-checkout-form .layout-region-checkout-main #edit-completion-message-contact-information legend,
.commerce-checkout-flow .layout-checkout-form .layout-region-checkout-main #edit-completion-message-payment-information legend{
    font-weight: 700;
    text-decoration: underline;
    font-size:1.6rem;
	color:#1a1a1a;	
}
.layout-checkout-form .checkout-pane-login .form-wrapper__guest-checkout .fieldset-wrapper .js-form-item .description,
.layout-checkout-form .checkout-pane-login .form-wrapper__guest-checkout .fieldset-wrapper .js-form-item .password-confirm-message,
.layout-checkout-form .checkout-pane-login .form-wrapper__guest-checkout .fieldset-wrapper .js-form-item .password-strength__title{
    font-size: 1.2rem;
    color: #1a1a1a;
    line-height: 1.2;
}
.layout-checkout-form .checkout-pane-login .form-wrapper__guest-checkout .fieldset-wrapper .js-form-item .password-strength{
	width:100%;
}
.commerce-checkout-flow .layout-checkout-form .layout-region-checkout-main .checkout-pane-contact-information{
	margin:0 auto 1rem;
}
.commerce-checkout-flow .layout-checkout-form .layout-region-checkout-main #edit-review-contact-information,
.commerce-checkout-flow .layout-checkout-form .layout-region-checkout-main #edit-review-payment-information{
	padding:2rem;
	margin:0;
}
.commerce-checkout-flow .layout-checkout-form .layout-region-checkout-main #edit-completion-message-contact-information,
.commerce-checkout-flow .layout-checkout-form .layout-region-checkout-main #edit-completion-message-payment-information{
	padding:2rem 2rem 0;
	margin:0;
}
.commerce-checkout-flow .layout-checkout-form .checkout-complete{
    padding: 2rem;
    text-align: center;
    font-size: 2rem;
    background-color: #e4f1de;
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;	
}
.commerce-checkout-flow .layout-checkout-form .layout-region-checkout-main #edit-completion-message-contact-information .fieldset-wrapper,
.commerce-checkout-flow .layout-checkout-form .layout-region-checkout-main #edit-completion-message-payment-information .fieldset-wrapper,
.commerce-checkout-flow .layout-checkout-form .layout-region-checkout-main #edit-completion-message-contact-information legend,
.commerce-checkout-flow .layout-checkout-form .layout-region-checkout-main #edit-completion-message-payment-information legend{
	text-align:center;
}
.commerce-checkout-flow .layout-checkout-form #edit-completion-message-contact-information,
.commerce-checkout-flow .layout-checkout-form #edit-completion-message-payment-information{
    width: 100%;
    text-align: center;
    margin: 2rem auto;
    font-size: 2rem;
    color: #000;	
}
.commerce-checkout-flow .layout-checkout-form #edit-completion-message-contact-information .fieldset-legend,
.commerce-checkout-flow .layout-checkout-form #edit-completion-message-payment-information legend{
	font-size: 2rem;
    color: #000;
    font-weight:600;
}











.path-user #block-millecento-carrello{
	display:none !important;
}
.commerce-checkout-flow .layout-region-checkout-footer{
	padding:0;
}
.commerce-checkout-flow .layout-region-checkout-footer .form-actions{
    margin: 2rem auto 0;
    text-align:center;	
}
.commerce-checkout-flow .layout-region-checkout-footer .form-actions input{
    font-size: 2rem;
    border-radius: 1rem;
    padding: 1rem 2rem;
    font-weight: 500;	
}
.path-product .ui-dialog .ui-dialog-titlebar {
    font-size: 1.6rem;
    background: #919191;
    color: #fff;
    font-weight: 500;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
}
.path-product #drupal-modal {
    font-size: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
}
.path-product .ui-dialog {
    border: 1px solid #000;
    border-radius: 1rem;
    width: 45rem !important;
}
.path-product .ui-dialog .ui-dialog-buttonpane {
    font-size: 1.4rem;
    background: #FFF !important;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
    padding:0 !important;
}
.path-product .ui-dialog .ui-dialog-buttonset.form-actions{
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: stretch;	
}
.path-product .ui-dialog-buttonpane button {
    background-color: #000;
    color: #FFF;
    border: none;
    border-radius: 0;
    font-size: 1.8rem;
    margin: 0 !important;
    padding: 1rem;
}
#drupal-modal .field--label-hidden {
	display: none;
}
.checkout-complete {
	font-size: 3rem;
}
.path-user .user-pass-reset{
    width: 100%;
    max-width: 90rem;
    margin: 3rem auto 10rem;
    text-align: center;	
}
.path-product .ui-dialog .ui-dialog-buttonset.form-actions{
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;	
}
.path-product .ui-dialog .ui-dialog-buttonset.form-actions button:nth-child(1){
    background-color: #0a58ca;
    width:50%;
    border-bottom-left-radius:1rem;
}
.path-product .ui-dialog .ui-dialog-buttonset.form-actions button:nth-child(2){
	background-color: #198754;
	width:50%;
}
.path-product .ui-dialog .ui-dialog-buttonset.form-actions button:last-child{
	border-bottom-right-radius:1rem;
}
.path-product #drupal-modal *{
	text-align:center;
}
.path-product .ui-dialog .ui-dialog-titlebar-close{
	background-image:url(/sites/default/files/close-product.svg);
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
	opacity: 1;
}
.path-product .ui-dialog .ui-dialog-titlebar-close *{
	display:none;
}

/*FINE STILIZZAZIONE PROCESSO ACQUISTO / CHECKOUT*/

/*INIZIO STILIZZAZIONE REGISTRAZIONE-RESET-UTENTE...*/
.centered-login-form .js-form-type-textfield label, .centered-login-form .js-form-type-password label,
.user-register-form #edit-account label {
    font-size: 1.6rem;
}
.centered-login-form .js-form-type-textfield input,
.centered-login-form .js-form-type-password input,
.user-register-form #edit-account input {
    font-size: 1.6rem;
    padding: 1rem;
    margin-top: 1rem;
    border: 2px solid #b7b7b7;
    border-radius: 1rem;
}
.centered-login-form .js-form-type-textfield .description{
	margin-top:0.5rem;
	font-size:1.3rem;
}
.centered-login-form{
	width:95%;
	max-width:1170px;
	margin:0 auto;
	border-radius:2rem;
	padding:4rem;
	background-color:rgba(255,255,255,0.9);
	text-align:center;
}
.centered-login-form h3{
    text-transform: uppercase;
    color: #000;
    font-weight: 800;
    font-size: 5rem;
    text-align: center;
}
.centered-login-form p{
	font-size:1.8rem;
	color:#1a1a1a;
}
.centered-login-form img{
    display: block;
    margin: 2rem auto;
    width: 100%;
    max-width: 15rem;
}
.path-user main .region-content {
    margin-top: 0;
}
.registra-subito{
    display: block;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 400;
    color: #000;
    margin: 1rem auto 0;	
}
.registra-subito span{
	font-weight:600;
}
.centered-login-form .form-item{
    width: 46.5%;
    margin: 0 1.5% 1rem;
    display: inline-block;
    vertical-align: text-top;
}
.centered-login-form .form-submit{
    display: block;
    margin: 0 auto 3rem;
    font-size: 2rem;
    text-transform: uppercase;
    padding: 0.5rem 4rem;
    background-color: #519872;
    border: none;
}
.user-pass p{
	font-size:1.6rem;
	color:#000;
}

.box-list-user-logged{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: stretch;
    margin-bottom: 6rem;
}
.box-list-user-logged .single-box {
    display: block;
    text-align: center;
    font-size: 2rem;
    padding: 2rem;
    border-radius: 2.5rem;
    background-color: #e1e1e1;
    color: #000000;
    text-decoration: none;
    transition: 0.3s;
    margin: 0 10px 10px;
    line-height: 1.2;
}
.box-list-user-logged .single-box i {
    font-size: 35px;
    margin-bottom: 10px;
}
.full-login-back {
    padding: 15rem 0 10rem;
}
.field--name-order-items .field__label{
	font-size:1.8rem;
}


.view-commerce-user-orders,
.view-commerce-order-item-table{
	padding-top:0;
}
.view-commerce-user-orders .view-empty,
.view-commerce-order-item-table .view-empty{
	font-size:1.6rem;
}
.view-commerce-user-orders .view-content table tr th *,
.view-commerce-user-orders .view-content table tr th,
.view-commerce-order-item-table .view-content table tr th,
.view-commerce-order-item-table .view-content table tr th *{
    font-size: 1.6rem;	
    color:#000;
}
.view-commerce-user-orders .view-content table tbody tr td,
.view-commerce-order-item-table .view-content table tr td,
.path-user .order-information .field--name-total-price .order-total-line,
.path-user .order-information .field--name-placed .field__label,
.path-user .order-information .field--name-placed .field__item,
.path-user .customer-information .field__label,
.path-user .customer-information .field__item{
	font-size:1.6rem;
	color:#000;	
}
.path-user .order-information .field--name-placed{
	margin-bottom:2rem;
}
.path-user .view-commerce-order-item-table .views-field-field-dati-iscritto{
	width:25rem;
}
.path-user .view-commerce-order-item-table .views-field-field-dati-iscritto .paragraph--type--dati-persona-iscritta .field--label-inline{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;	
}
.path-user .view-commerce-order-item-table .views-field-field-dati-iscritto .paragraph--type--dati-persona-iscritta .field--label-inline .field__label{
    float: none;
    font-size: 1.6rem;
}
.path-user .order-information .field--name-total-price{
	margin-top:2rem;
}
.path-user .order-information .field--name-total-price .order-total-line{
	font-size:1.8rem;
}

/*FINE STILIZZAZIONE REGISTRAZIONE-RESET-UTENTE...*/


.path-product .top-back-corso{
	height:40rem;
	display:block;
	margin:0 auto;
}
.path-product .top-back-corso .immagine-url{
	display:none;
}
.path-product .half-introcorso{
    display: block;
    margin: 5rem auto;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: flex-start;
    width: 90%;
    padding: 0 2rem;
}
.path-product .half-introcorso .left-title-compra{
    width: 54%;
    padding-right: 5vw;
    display: inline-block;
    vertical-align: text-top;
}
.path-product .half-introcorso .left-title-compra .field--name-title{
    font-size: 5rem;
    margin: 0 auto 2rem 0;
    color: #519872;
    font-weight: 500;
    text-align: left;
    width: 100%;
    line-height: 1;
}
.path-product .half-introcorso .left-title-compra .special-price-section,
.path-product .half-introcorso .left-title-compra .special-data-section{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 2rem;
}
.path-product .half-introcorso .left-title-compra .special-price-section h3{
    margin-right: 1rem;
    font-size: 2.5rem;
    color: #1a1a1a;
    text-decoration: underline;
}
.path-product .half-introcorso .left-title-compra .special-data-section h3{
	margin-right: 1rem;
    font-size: 2rem;
    color: #1a1a1a;
    text-decoration: underline;	
}
.path-product .half-introcorso .left-title-compra .special-data-section .field--name-field-data-corso time{
	font-size:2rem;
	color:#1a1a1a;
}
.path-product .half-introcorso .left-title-compra .special-price-section .field--name-price{
    font-size: 2.5rem;
    color: #1a1a1a;
    font-weight: 500;
}
.path-product .half-introcorso .right-carrello{
    width: 45%;
    display: inline-block;
    vertical-align: text-top;
    position: sticky;
    top: 10rem;
}
.path-product .half-introcorso .field--name-field-descrizione{
	font-size:1.6rem;
	color:#868686;
}
.path-product .right-carrello .commerce-product-variation-radio .fieldset-wrapper{
	padding:0 2rem;
}
.path-product .right-carrello .commerce-product-variation-radio .fieldgroup.form-composite{
	margin:0 auto;
}
.commerce-product-variation-radio input + label.commerce-product-variation-radio-label {
    padding: 0 !important;
}
.field--widget-commerce-product-variation-radio .fieldset-legend {
    display: none;
}
.path-product .right-carrello .commerce-product-variation-radio input {
     height: auto;
     width: auto;
    display:none;
}
.path-product .right-carrello .commerce-product-variation-radio{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding: 1rem 2rem;
    cursor: pointer;
    margin: 0 1rem 2rem;
    background-color: transparent;
    transition: all 0.3s linear;
    border: 2px solid #bfbfbf;
    max-width: calc(50% - 2rem);
}
.path-product .right-carrello .commerce-product-variation-radio *{
	cursor:pointer;
}
.path-product .right-carrello .commerce-product-variation-radio:hover{
	transform:scale(1.05);
    box-shadow: 2px 2px 6px rgb(150,150,150);
}
.commerce-product-variation-radio input:checked + label {
    background: transparent !important;
}
.path-product .right-carrello .commerce-product-variation-radio label .field--name-title{
    text-align: center;
    font-size: 1.6rem;
    font-weight: 500;
    transition: all 0.3s linear;
    color: #bfbfbf;
}
.path-product .right-carrello .commerce-product-variation-radio label .field--name-price{
    text-align: center;
    font-size: 2.5rem;
    font-weight: 700;
    color: #bfbfbf;
    line-height: 1;
    transition: all 0.3s linear;
    margin-top: 1rem;
}
.path-product .right-carrello .commerce-product-variation-radio label .field--name-list-price{
    text-align: center;
    font-size: 2rem;
    font-weight: 700;
    color: #bfbfbf;
    line-height: 1;
    transition: all 0.3s linear;
    text-decoration: line-through;
    text-decoration-thickness: 2px;
    margin-top: 1rem;	
}
.path-product .right-carrello .commerce-product-variation-radios {
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    align-items: flex-start;
    margin: 0 auto 1rem;
}
.path-product .right-carrello .commerce-product-variation-radio.field-active{
    background-color: #3aa19b;
}
.path-product .right-carrello .commerce-product-variation-radio.field-active label .field--name-price,
.path-product .right-carrello .commerce-product-variation-radio.field-active label .field--name-title,
.path-product .right-carrello .commerce-product-variation-radio.field-active label .field--name-list-price{
	color:#fff;
}
.path-product .right-carrello .commerce-product-variation-radio.field-active{
	border: 3px solid #3aa19b;
}
.field--name-variations .field-multiple-table tr .field-multiple-drag, .field--name-variations .tabledrag-toggle-weight {
    display: none;
}
.path-product .right-carrello .commerce-product-variation-radio .commerce-product-variation-radio-label::after{
	display:none;
}
.right-carrello .commerce-order-item-add-to-cart-form{
    width: 100%;
    max-width: 90rem;
    margin: 0 auto;
    padding: 0;
    border: 2px solid #198754;
    border-radius: 2rem;
}
.right-carrello .commerce-order-item-add-to-cart-form fieldset[data-drupal-selector="edit-field-dati-iscritto"],
.right-carrello .commerce-order-item-add-to-cart-form fieldset[data-drupal-selector="edit-field-dati-iscritto-form"]{
	margin:0;
}
.right-carrello .commerce-order-item-add-to-cart-form .fieldset-wrapper{
	padding:2rem;
}
.right-carrello .commerce-order-item-add-to-cart-form .fieldset-wrapper .fieldset-wrapper{
	padding:0;
}
.right-carrello .commerce-order-item-add-to-cart-form fieldset .js-form-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: flex-start;
    margin:0;	
}
.right-carrello .commerce-order-item-add-to-cart-form fieldset .js-form-wrapper .js-form-wrapper .js-form-wrapper{
    margin-right: 1rem;	
    width:calc(50% - 1rem);
}
.right-carrello .commerce-order-item-add-to-cart-form fieldset .js-form-wrapper .js-form-item label{
    font-size: 0;
    font-weight: 500;
    position: absolute;
    top: 4px;
    right: 4px;
}
.right-carrello .commerce-order-item-add-to-cart-form fieldset .js-form-wrapper .js-form-item{
	position:relative;
}
.right-carrello .commerce-order-item-add-to-cart-form fieldset .js-form-wrapper .js-form-item input,
.right-carrello .commerce-order-item-add-to-cart-form fieldset .js-form-wrapper .js-form-item textarea,
.right-carrello .commerce-order-item-add-to-cart-form fieldset .js-form-wrapper .js-form-item select{
    font-size: 1.5rem;
    padding: 0.5rem 1rem;	
}

.right-carrello .commerce-order-item-add-to-cart-form fieldset .js-form-wrapper .js-form-wrapper .js-form-wrapper:last-child{
	width:100%;
}
.right-carrello .commerce-order-item-add-to-cart-form fieldset .js-form-wrapper legend{
	display:none;
}
.right-carrello .commerce-order-item-add-to-cart-form fieldset .js-form-wrapper .js-form-wrapper .js-form-wrapper:last-child input{
    font-size: 2rem;
    border-radius: 1rem;
    padding: 1rem 2rem;
    font-weight: 500;	
}

.form-actions input.button--add-to-cart{
    display: block;
    margin: 4rem auto 0;
    font-size: 2rem;
    border-radius: 0;
    border-bottom-left-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
    padding: 1rem 2rem;
    font-weight: 500;
    width: 100%;
}
.right-carrello .commerce-order-item-add-to-cart-form .fieldset-wrapper table thead tr th{
    font-size: 1.4rem;
}
.right-carrello .commerce-order-item-add-to-cart-form .fieldset-wrapper table tbody tr td{
    font-size: 1.3rem;
    padding: 0.5rem;	
}
.right-carrello .commerce-order-item-add-to-cart-form .fieldset-wrapper input[data-drupal-selector="edit-field-dati-iscritto-actions-ief-add"]{
    font-size: 1.5rem;
    border-radius: 1rem;
    padding: 1rem 2rem;
    font-weight: 500;	
}
.field--name-variations .field-multiple-table thead th{
    font-size: 1.8rem;
    padding: 0 2rem;	
}
.field--name-variations .field-multiple-table thead th:nth-child(2),
.field--name-variations .field-multiple-table tr .field-multiple-drag,
.field--name-variations .tabledrag-toggle-weight{
	display:none !important;
}
.field--name-variations .field-multiple-table {
    
    margin: 0 auto;
}
.right-carrello .commerce-order-item-add-to-cart-form{
	padding:2rem 0 0;
}
.right-carrello .commerce-order-item-add-to-cart-form .field--name-field-dati-iscritto{
	padding:0 2rem;
}
.right-carrello .commerce-order-item-add-to-cart-form .field--name-field-dati-iscritto .js-form-item .clearfix{
	text-align:center;
}
.right-carrello .commerce-order-item-add-to-cart-form .form-actions{
	margin:0 auto;
}
.field--name-variations .field-multiple-table tr td fieldset .js-form-wrapper .js-form-wrapper{
    width: 26%;
    padding-right: 1rem;
    padding-bottom: 1rem;
}
.field--name-variations .field-multiple-table tr td fieldset .js-form-wrapper .js-form-wrapper.field--widget-number{
    width: 22%;	
}
.right-carrello .commerce-order-item-add-to-cart-form .field-add-more-submit{
    font-size: 1.5rem;
    border-radius: 1rem;
    padding: 0.75rem 1.5rem;
    font-weight: 500;
    background-color: #198754;
    color: #fff;
}
.field--name-variations .field-multiple-table tr td input[value="Elimina"]{
    background-color: #e30613;
    border: none;
    font-size: 1.6rem;
    margin-top: 2rem;	
}
.right-carrello .commerce-order-item-add-to-cart-form .field-multiple-table  tr td .fieldset-wrapper {
    padding: 0rem;
}
.right-carrello .commerce-order-item-add-to-cart-form .field-multiple-table tbody tr,
.right-carrello .commerce-order-item-add-to-cart-form .field-multiple-table thead tr{
    border-bottom: 1px solid #1a1a1a;	
}
.mancano-ancora-section{
    width: 100%;
    max-width: 90rem;
    margin: -7rem auto 0;
    padding: 2rem 8rem;
    background-color: #fff;
    display: block;
    border-radius: 100rem;
    position: relative;
    text-align: center;
    font-size: 4rem;
}
.mancano-ancora-section .countdown{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;	
}
.mancano-ancora-section .countdown span{
    font-size: 6rem;
    width: 25%;
    text-align: center;
}
.mancano-ancora-section .countdown span b{
    font-size: 2.5rem;
    margin-left: 0.5rem;
}
.download-file-section .field--name-field-file-scaricabili{
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 1rem;
    margin-top: 3rem;
}
.download-file-section .field--name-field-file-scaricabili .field__item{
	margin:0 2rem 2rem 0;
}
.download-file-section .field--name-field-file-scaricabili .field__item span{
	padding:0;
	background-image:none;
}
.download-file-section .field--name-field-file-scaricabili .field__item span a{
    position: relative;
    color: #fff;
    background-color: #0d6efd;
    border-radius: 100rem;
    padding: 1.5rem 3rem 1.5rem 6rem;
    font-size: 1.8rem;
    display: block;
    transition: all 0.3s linear;
    box-shadow: 0 0 0 rgb(0,0,0);
}
.download-file-section .field--name-field-file-scaricabili .field__item span a:hover{
    transform: scale(1.03);
    box-shadow: 0px 0px 4px #023b8f;
}
.download-file-section .field--name-field-file-scaricabili .field__item span a::before{
    content: '';
    position: absolute;
    width: 3.5rem;
    height: 3.5rem;
    top: 50%;
    transform: translateY(-50%);
    left: 1.5rem;
    background-image: url(/sites/default/files/download-file.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.flowchart-section img{
	display:block;
	width:90%;
	height:auto;
	margin:0 auto;
}
.flowchart-section{
	background-color:#fff;
}
.lista-corsi-millecento .view-content{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;	
}
.lista-corsi-millecento .view-content .views-row{
    width: calc(100% / 3);
    padding: 0 2rem;
    margin: 0 auto 4rem;
}
.single-product-preview .product-image{
	display:block;	
	margin:0 auto;
	width:100%;
	position:relative;
}
.single-product-preview .product-image img{
	display:block;	
	margin:0 auto;
	width:100%;
	border-top-left-radius:2rem;
	border-top-right-radius:2rem;
	position:relative;
	z-index:2;
}
.single-product-preview .product-image .data-corso time{
    z-index: 3;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    border-bottom-left-radius: 2rem;
    border-bottom-right-radius: 2rem;
    padding: 1rem;
    color: #1a1a1a;
    font-size: 1.8rem;
    background-color: #fff;
}
.single-product-preview .product-details{
    background-color: rgb(246, 246, 246);
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: stretch;
    padding: 1.5rem 0 0;
    width: 100%;
    border-bottom-left-radius: 2rem;
    border-bottom-right-radius: 2rem;
}
.single-product-preview .product-details .title-prodotto{
    width: 100%;
    padding: 0 1.5rem;
    text-align:center;
}
.single-product-preview .product-details .title-prodotto a{
    font-size: 2.5rem;
    font-weight: 500;
    text-align: center;
    line-height: 1;
    color: rgb(81, 152, 114);	
}
.single-product-preview .product-details .desc-prodotto{
    width: 100%;
    font-size: 1.6rem;
    color: #1a1a1a;
    line-height: 1.2;
    padding: 0 1.5rem;
    text-align: center;
    margin: 1rem auto;
}
.single-product-preview .product-details .prezzo-prodotto{
    width: 50%;
    color: #519872;
    font-size: 2.5rem;
    text-align: center;
    margin: 1rem auto 2rem;
    font-weight: 600;
    line-height: 1;
}
.single-product-preview .product-details .prezzo-prodotto .price-number{
    color: #519872;
    font-size: 2.5rem;
    text-align: center;
    font-weight: 600;
    line-height: 1;
}
.single-product-preview .product-details .link-prodotto{
	width:100%;
}
.single-product-preview .product-details .link-prodotto a {
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    color: rgb(255, 255, 255);
    background-color: rgb(58, 161, 155);
    font-size: 2rem;
    position: relative;
    padding: 1.5rem 4rem;
    transition: 0.3s linear;
    border-bottom-left-radius: 2rem;
    border-bottom-right-radius: 2rem;
    display: block;
    transition:all 0.3s linear;
}
.single-product-preview .product-details .link-prodotto a:hover{
	background-color:#0a7a74;
}
.lista-corsi-millecento .view-header{
    text-align: center;
    margin: 15rem auto 8rem;
    position: relative;
}
.lista-corsi-millecento .view-footer{
    text-align: center;
    margin: 0rem auto;
    position: relative;
}
.path-frontpage .lista-corsi-millecento .view-header{
	margin:7rem auto 5rem;
}
.lista-corsi-millecento .view-header h2{
    display: inline-block;
    padding: 0 2rem 1rem;
    font-size: 5rem;
    color: #519872;
    font-weight: 500;
    text-align: center;
    width: auto;
    position: relative;
}
.lista-corsi-millecento .view-header h2::before{
	content:'';
	position:absolute;
	bottom:0;
	left:50%;
	transform:translateX(-50%);
	height:0.3rem;
	width:100%;
	background-color:#0a7a74;
}
.lista-corsi-millecento .view-footer a{
    display: inline-block;
    margin: 2rem auto 0;
    background: linear-gradient(90deg, rgba(153,194,104,1) 0%, rgba(110,185,143,1) 100%);
    border-radius: 100rem;
    padding: 1rem 5rem;
    color: #fff;
    text-transform: uppercase;
    font-size: 2.5rem;
}
#block-millecento-carrello a {
    display: block !important;
    position: fixed;
    bottom: 1rem;
    left: 0;
    z-index: 9999;
    width: auto;
    border-top-right-radius: 20rem;
    border-bottom-right-radius: 20rem;
    background-color: #000000;
    border: 2px solid #ffffff;
    border-left: none;
    padding: 1.5rem 2rem;
    min-width: 22rem;
    font-size: 2rem;
    color: #FFF;
}
#block-millecento-carrello .cart-block--summary__count{
    color: #fff;
    font-size: 2rem;
    padding-left:1rem;
}
#block-millecento-carrello.cart-block--summary__icon img{
    width: 2.5rem;	
}
#block-millecento-carrello .cart-block--contents {
    position: fixed !important;
    z-index: 300;
    display: block;
    overflow: unset;
    left: 0;
    border: 10rem;
}
.corsi-correlati-section{
	margin-bottom:5rem;
}
.corsi-correlati-section .lista-corsi-millecento .view-header h2 {
    font-size: 4rem;
}
.button-iscriviti-corso{
	display:none;
}

#iscriviti-al-corso .prezzo-iscritto-form{
	display:none;
}
.codeveloped-section img{
    display: block;
    margin: 2rem auto 8rem;
    width: 95%;
    max-width: 50rem;
    height: auto;
}
.commerce-checkout-flow .layout-checkout-form .layout-region-checkout-main .checkout-pane-payment-information fieldset[data-drupal-selector="edit-payment-information-payment-method"] .fieldset-wrapper .form-radios .form-item label img.stripe-payment-image {
    display: block;
    width: 100%;
    height: auto;
    max-width: 15rem;
}
.view-lista-completa-corsi{
	padding-bottom:5rem;
}

















@media only screen and (max-width: 1365px) {
	.ecosystem-section .special-title-gradient h2 {
    font-size: 4rem;
}
.nostri-servizi-home-section .servizi-list .single-servizio-box .half-text h3 {
    font-size: 2rem;
}
.nostri-servizi-home-section .servizi-list .single-servizio-box .half-text p {
    font-size: 1.6rem;
    margin: 0 auto;
}
	.gray-sottotitolo {
	    margin: 0 auto 4rem;
	}
	.creazione-valore-section .full-valori-list .single-valore .text-valore {
	    font-size: 1.8rem;
	    line-height: 1.4;
	}
	.creazione-valore-section .full-valori-list {
	    padding: 0 2rem;
	}
	.creazione-valore-section .full-valori-list .single-valore .icon-valore {
	    padding: 2rem;
	    width: 10rem;
	    height: 10rem;
	}
	
	.innovazione-section .centered-tecnologia p{
		font-size: 1.8rem;
	}
	.green-special-title {
	    font-size: 5rem;
	    width:100%;
	    max-width:1170px;
	    margin:0 auto;
	}
	.gestione-sostenibile-section .single-scelta .vertical-green-gradient {
	    width: 12rem;
	    height: 12rem;
	    padding: 3rem;
	}
	.top-amministratori .half-left-title p {
	    font-size: 1.8rem;
	}
	.top-amministratori .half-left-title h1 {
	    font-size: 4rem;
	}
	
	.top-amministratori .half-left-title {
	    width: 45%;
	    margin-left: 5%;
	}
	.top-amministratori {
	    height: 80vh;
	}
	.formazione-section .half-formaizione-lista {
	    width: 100%;
	}
	.formazione-section .half-formaizione-lista .half-right{
		border-top-right-radius:0;
		border-bottom-right-radius:0;
	}
	.prefooter-contact-mille,
	.formazione-section {
	    padding-top: 7rem;
	}
	.scegliere-progetto-section .progetto-scelta-list .single-scelta .vertical-green-gradient {
	    width: 8rem;
	    height: 8rem;
	    top: -4rem;
	    left: -4rem;
	}
	.scegliere-progetto-section .progetto-scelta-list .single-scelta {
	    width: calc(100% / 3 - 6rem);
	    margin: 8rem 3rem 0rem;
	    padding: 2rem 2rem 2rem 5rem;
	}
	.scegliere-progetto-section .progetto-scelta-list {
	    width: 95%;
	}
	.scegliere-progetto-section .progetto-scelta-list .single-scelta h4 {
	    font-size: 2rem;
	    font-weight: 600;
	}
	.scegliere-progetto-section .progetto-scelta-list .single-scelta p {
	    font-size: 1.6rem;
	    margin-bottom: 0;
	    line-height: 1.4;
	    margin-top: 1rem;
	}
	.main-contact-info-half .half-left-info{
	    border-top-left-radius: 0;
	    border-bottom-left-radius: 0;	
	}
	.top-banner-home .absoluted-intro-home h3{
		font-size:2rem;
	}
	.gray-sottotitolo ,
	.top-banner-home .absoluted-intro-home p,
	.progetto-intro-top .half-left-title p,
	.chi-rivolto-project-section .half-right-text .lista-rivolto .single-rivolto .right-text p,
	.prefooter-contact-mille p,
	#block-millecento-footermillecento .centered-footer .single-one-third-footer p, #block-millecento-footermillecento .centered-footer .single-one-third-footer a,
	.top-amministratori .half-left-title p,
	.ideazione-gestione-section p,
	.ideazione-gestione-section .tre-ideazioni-list .single-ideazione p,
	.formazione-section .half-intro-formazione .half-right-text p,
	.formazione-section .half-formaizione-lista .half-left .single-formazione p{
	    font-size: 1.6rem;
	}
	.progetto-intro-top .half-left-title h1{
		font-size: 4rem;
	}
	.gestione-sostenibile-section .single-scelta h2 {
	    font-size: 2.5rem;
	}
	.green-special-title,
	.prefooter-contact-mille .half-contact-form .half-left-title h3,
	.top-amministratori .half-left-title h1,
	.formazione-section .half-intro-formazione .half-right-text h2,
	.page-node-type-news_blog .centered-blog .first-half-blog-top {
	    font-size: 3rem;
	}
	.navbar-nav .nav-item a, .navbar-nav .nav-item span {
	    font-size: 1.3rem;
	    padding: 1rem 0.5rem !important;
	}
	.progetto-intro-top .half-left-title a {
	    font-size: 2rem;
	    padding: 1rem 3rem;
	}
	.chi-rivolto-project-section .half-right-text .lista-rivolto .single-rivolto .right-text h4,
	.ideazione-gestione-section .tre-ideazioni-list .single-ideazione h3,
	.formazione-section .half-formaizione-lista .half-left .single-formazione h4{
		font-size: 2rem;
	}
	.chi-rivolto-project-section,
	.ideazione-gestione-section .tre-ideazioni-list {
	    max-width: 1170px;
	}
	.page-node-type-news_blog .centered-blog .body-article-news {
	    font-size: 1.6rem;
	}
	.nostri-servizi-home-section .servizi-list .single-servizio-box .half-text {
	    padding: 3rem;
	}
	.main-contact-info-half {
	    padding-top: 4rem;
	}
	.main-contact-info-half .half-left-info {
	    margin-top: -10rem;
	}
	.navbar-nav .nav-item a, .navbar-nav .nav-item span {
	    font-size: 1.3rem;
	    padding: 0.5rem 0.75rem !important;
	}
	.prefooter-contact-mille .half-contact-form {
	    max-width: 1170px;
	}
	.prefooter-contact-mille .half-contact-form .half-left-title h3 {
	    font-size: 4rem;
	}
	#block-millecento-footermillecento .centered-footer {
	    padding: 5rem 2rem;
	}
	.prefooter-contact-mille .half-contact-form {
	    margin: 6rem auto 5rem;
	}
	.project-parallax-section video {
	    top: 5rem;
	}
	.top-amministratori .half-left-title p {
	    font-size: 1.8rem;
	    font-weight: 500;
	}
	.ideazione-gestione-section {
	    padding-top: 5rem;
	}
	.altri-progetti-section .view-content .views-row .single-case-preview .desc-case {
	    font-size: 1.4rem;
	    font-weight: 400;
	    color: #1a1a1a;
	    line-height: 1.3;
	}
	.page-node-type-case-history .main-half-desc-case {
	    max-width: 1170px;
	}
	.altri-progetti-section .altri-progetti-title {
	    font-size: 4rem;
	}
	.altri-progetti-section .half-projects-history .progetti-list h2 {
	    font-size: 2rem;
	}
	.field--name-variations .field-multiple-table tr td fieldset .js-form-wrapper .js-form-wrapper {
	    width: 50%;
	}
	.path-product .half-introcorso .left-title-compra .special-price-section, .path-product .half-introcorso .left-title-compra .special-data-section {
	    margin-bottom: 1rem;
	}
	.path-product .half-introcorso .left-title-compra .field--name-title {
	    font-size: 4rem;
	}
	.form-actions input.button--add-to-cart {
	    margin: 2rem auto 0;
	    font-size: 1.6rem;
	    padding: 0.75rem 2rem;
	}
	.right-carrello .commerce-order-item-add-to-cart-form fieldset .js-form-wrapper .js-form-item input, .right-carrello .commerce-order-item-add-to-cart-form fieldset .js-form-wrapper .js-form-item textarea, .right-carrello .commerce-order-item-add-to-cart-form fieldset .js-form-wrapper .js-form-item select {
	    font-size: 1.5rem;
	    padding: 0.35rem 0.5rem;
	}
	.path-product .right-carrello .commerce-product-variation-radio label .field--name-price {
	    font-size: 2rem;
	    margin: 0.5rem 0.5rem 0;
	    width: auto;
	}
	.path-product .right-carrello .commerce-product-variation-radios {
	    margin: 0;
	}
	.right-carrello .commerce-order-item-add-to-cart-form .fieldset-wrapper {
	    padding: 0 2rem;
	    margin:0 1rem 1rem;
	}	
	.path-product .right-carrello .commerce-product-variation-radio label .field--name-list-price {
	    margin: 0.5rem 0.5rem 0;
	    width: auto;
	}
	.download-file-section .field--name-field-file-scaricabili .field__item span a {
	    padding: 1rem 2rem 1rem 5rem;
	    font-size: 1.6rem;
	}
	.download-file-section .field--name-field-file-scaricabili .field__item span a::before {
	    width: 2.5rem;
	    height: 2.5rem;
	}
	.path-product .half-introcorso .left-title-compra {
	    padding-right: 3vw;
	}
	.path-product .right-carrello .commerce-product-variation-radio {
	    padding: 1rem;
	    margin: 0 auto 1rem;
	    width: 100%;
	    max-width:unset;
	}	
	.path-product .right-carrello .commerce-product-variation-radio.field-active {
	    border: 0px solid #3aa19b;
	}
	.path-product .right-carrello .commerce-product-variation-radio div{
	    display: flex;
	    flex-direction: row;
	    flex-wrap: wrap;
	    align-content: center;
	    justify-content: center;
	    align-items: center;
	    width: 100%;	
	}
	.path-product .half-introcorso .left-title-compra .special-data-section .field--name-field-data-corso time,
	.path-product .half-introcorso .left-title-compra .special-data-section h3 {
	    font-size: 2em;
	}
	.mancano-ancora-section .countdown span {
	    font-size: 5rem;
	}
	
	
	
	
	
	

}

@media only screen and (max-width: 1279px) {
	.navbar-brand img {
	    margin-left: 0rem;
	}
	.top-by-ddg-logo {
	    left: 14rem;
	}
	.navbar-nav .nav-item a, .navbar-nav .nav-item span {
	    font-size: 1rem;
	    padding: 0.5rem!important;
	}
	.top-banner-home .absoluted-intro-home {
	    width: 50%;
	}
	.ecosystem-section .special-title-gradient h2 {
	    font-size: 3rem;
	}
	.ecosystem-section {
	    padding: 0 2rem;
	}
	.nostri-servizi-home-section .servizi-list .single-servizio-box .half-text {
	    padding: 1.5rem;
	}
	.nostri-servizi-home-section .title-servizi{
		padding:0 1.5rem;
	}
	.perche-scegliere-section .single-scelta .special-title h2 {
	    font-size: 2rem;
	}
	.prefooter-contact-mille{
		padding-left:1.5rem;
		padding-right:1.5rem;
	}
	#block-millecento-footermillecento .centered-footer,
	.progetto-intro-top {
	    width: 100%;
	}
	.progetto-intro-top .half-left-title h1 {
	    font-size: 3rem;
	}
	.progetto-intro-top .half-left-title a {
	    font-size: 1.6rem;
	}
	.chi-rivolto-project-section {
	    padding: 5rem 2rem 0;
	}
	.scegliere-progetto-section .progetto-scelta-list .single-scelta .vertical-green-gradient {
	    width: 6rem;
	    height: 6rem;
	    top: -3rem;
	    left: -3rem;
	    padding: 1rem;
	}
	.scegliere-progetto-section .progetto-scelta-list .single-scelta {
	    padding: 2rem 2rem 2rem 3rem;
	    margin:4rem 3rem 0rem;
	}
	.top-amministratori .half-left-title {
	    padding: 0 3vw;
	}
	.altri-progetti-section {
	    padding: 8rem 0rem 3rem;
	}
	.altri-progetti-section .half-projects-history .progetti-list {
	    padding: 5rem 1rem 0;
	}
	.centered-intro-post-top-main * {
    font-size: 1.8rem;
}
	.centered-intro-post-top-main{
		padding:0 2rem;
	}	
	.main-contact-info-half .half-right-form {
	    padding-right: 2rem;
	}
	.altri-progetti-section .view-content .views-row {
	    width: 33%;
	}
	.single-product-preview .product-image .data-corso time {
	    width: 22rem;
	    text-align: center;
	}
	.lista-corsi-millecento .view-header {
	    margin: 15rem auto 5rem;
	}
	.single-product-preview .product-details .title-prodotto a,
	.single-product-preview .product-details .prezzo-prodotto .price-number,
	.single-product-preview .product-details .prezzo-prodotto{
	    font-size: 2rem;
	}
	.single-product-preview .product-details .link-prodotto a {
	    font-size: 1.8rem;
	    padding: 1rem 4rem;
	}
	.single-product-preview .product-details .prezzo-prodotto {
	    margin: 0rem auto 1rem;
	}
	.field--name-variations .field-multiple-table tr td fieldset .js-form-wrapper .js-form-wrapper.field--widget-number {
	    width: 50%;
	    max-width: unset;
	}
	.view-commerce-cart-form table tr .views-field-purchased-entity, .view-commerce-cart-form table tr .views-field-order-items-target-id, .view-commerce-cart-form table tr .views-field-field-dati-iscritto {
    width: 25%;
}
	.view-commerce-cart-form table tr .views-field-unit-price__number, .view-commerce-cart-form table tr .views-field-remove-button, .view-commerce-cart-form table tr .views-field-total-price__number {
    width: calc(25% / 3);
}
	
	
	
	
	
	
	
	
	
	


















	
}
@media only screen and (max-width: 989px) {
	.progetti-button{
		display:none;
	}
	#menu-responsive{
	    display: flex;
	    flex-direction: column;
	    flex-wrap: nowrap;
	    align-content: center;
	    justify-content: center;
	    align-items: stretch;
	    position: fixed;
	    top: 1.5rem;
	    right: 2rem;
	    width: 5rem;
	    height: 5rem;
	    z-index: 9999999;
	    cursor: pointer;
	    transition: all 0.3s linear;
	}
	#menu-responsive .single-bar{
	    margin: 0.5rem 0;
	    width: 100%;
	    height: 0.4rem;
	    background-color: #1a3a3a;
	    transition: all 0.3s linear;
	    transform-origin: center;
	}
	#menu-responsive.activeMenuToggle{
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	#menu-responsive.activeMenuToggle .single-bar.bar-uno{
		opacity:0;
	}	
	#menu-responsive.activeMenuToggle .single-bar.bar-due{
		margin:0;
	}
	#menu-responsive.activeMenuToggle .single-bar.bar-tre{
		-webkit-transform: rotate(90deg) translateX(-2.5px);
		-moz-transform: rotate(90deg) translateX(-2.5px);
		-ms-transform: rotate(90deg) translateX(-2.5px);
		-o-transform: rotate(90deg) translateX(-2.5px);
		transform: rotate(90deg) translateX(-2.5px);
		margin:0;
	}
	#block-millecento-main-navigation {
	    opacity: 1 !important;
	    left: unset;
	    margin: 0;
	    right: -100vw;
	    position: fixed;
	    z-index: 99998;
	    transform: none;
	    height: calc(100vh - 8rem);
	    width: 100vw;
	    top: 8rem;
	    flex-direction: column;
	    flex-wrap: nowrap;
	    align-content: center;
	    justify-content: flex-start;
	    align-items: flex-start;
	    transition: all 0.4s linear;
	    overflow: auto;
	    backdrop-filter: blur(2px);
	    background-color: rgba(0,0,0,0.7);
	    padding: 2rem 9rem 2rem 2rem;
	    overflow: scroll;
	}
	#block-millecento-main-navigation ul.navbar-nav {
	    background-color: rgba(153,194,104,1);
	    position: absolute;
	    top: 0;
	    right: 0;
	    width: 100%;
	    max-width: 40rem;
	    height: auto;
	    min-height: calc(100vh - 8rem);
	    display: flex;
	    flex-direction: column;
	    justify-content: flex-start !important;
	}
	#block-millecento-main-navigation ul.navbar-nav .nav-item:last-child{
		padding-bottom:5rem;
	}
	#block-millecento-main-navigation ul.navbar-nav .nav-item:first-child{
		padding-top:3rem;
	}
	#block-millecento-main-navigation.toggledMenu{
	    right: 0;
	}
	#block-millecento-main-navigation .dropdown-menu,
	#block-millecento-main-navigation .dropdown-menu li{
	    display: block;
	    position: relative;
	    width: auto;
	    min-width: unset;
	    float: none;
	    left: unset;
	    visibility: visible;
	    text-align: right;
	    top: unset;
	    opacity: 1;
	    border: none;
	    box-shadow: none;
	    padding: 0;
	    background: transparent;
	}
	#block-millecento-main-navigation li {
	    float: none;
	    display: flex;
	    flex-direction: column;
	    flex-wrap: nowrap;
	    align-content: flex-end;
	    justify-content: center;
	    align-items: flex-end;
	    width: 100%;
	}
	#block-millecento-main-navigation ul.dropdown-menu li a{
		padding: 1rem 1.5rem 1rem 5rem;
		font-size: 2.5rem;
		font-weight:500;
	}
	#block-millecento-main-navigation ul.dropdown-menu li a::before {
	    content: '';
	    width: 3rem !important;
	}
	#block-millecento-main-navigation .navbar-nav .nav-item .nav-link{
	    font-size: 1.8rem;
	    color: #024a29;
	    width: 100%;
	    border: none;
	    padding: 1rem 2rem 1rem 2rem !important;
	    text-align: right;
	    font-weight: 600;
	    background-color: #99c268;
	    border-radius: 0;
	}
	#block-millecento-main-navigation .navbar-nav .nav-item .nav-link.is-active,
	#block-millecento-main-navigation .navbar-nav .nav-item .nav-link:hover {
	    color: #c9e1bd;
	    background-color: #024a29;
	}
	.navbar-toggler{
		display:none;
	}
	.menu-desk-button {
		margin-left: 2rem; 
		padding-right: 1rem;
		cursor: pointer;
	}
	.page-node-type-news_blog .centered-blog {
	    width: 100%;
	    max-width: 1170px;
	    margin: 0 auto;
	    padding: 5rem 1.5rem 6rem;
	}
	.right-section-blog{
		padding:0 2rem;
	}
	.page-node-type-news_blog .centered-blog .first-half-blog-top {
	    text-align: center;
	    font-size: 4rem;
	    line-height: 1;
	}
	#navbarSupportedContent{
		display:block;
	}
	header nav.navbar {
	    background-color: rgb(255 255 255 / 80%) !important;
	    box-shadow: 0px 1px 10px rgb(100,100,100);
	    backdrop-filter: blur(5px);
	}
	#videoHomeResp{
		display:block;
		width:100%;
		height:auto;
	}
	.top-banner-home .absoluted-intro-home {
	    width: 100%;
	    left: 0;
	    padding: 0 2rem;
	    text-align: center;
	}
	.nostri-servizi-home-section .servizi-list .single-servizio-box {
	    width: 100%;
	}
	.nostri-servizi-home-section .servizi-list .single-servizio-box:nth-child(even) .half-text,
	.nostri-servizi-home-section .servizi-list .single-servizio-box:nth-child(odd) .half-image{
		order:2;
	}
	.nostri-servizi-home-section .servizi-list .single-servizio-box:nth-child(even) .half-image,
	.nostri-servizi-home-section .servizi-list .single-servizio-box:nth-child(odd) .half-text{
		order:1;
	}	
	.perche-scegliere-section .single-scelta {
	    width: calc(100% / 2 - 4%);
	    margin: 4rem 2%;
	}
	.perche-scegliere-section .green-special-title{
		margin:0 auto 2rem;
	}	
	.prefooter-contact-mille .half-contact-form .half-left-title{
		display:none;
	}
	.prefooter-contact-mille .half-contact-form .half-right-form {
	    padding-left: 0;
	    width: 100%;
	    border-left: none;
	}
	.prefooter-contact-mille .half-contact-form {
	    margin: 2rem auto 5rem;
	    text-align: center;
	    width:100%;
	    max-width:70rem;
	}
	#block-millecento-footermillecento .centered-footer .single-one-third-footer {
	    width: 100%;
	    align-items: center;
	    text-align:center;
	    border-right:none;
	}
	#block-millecento-footermillecento .centered-footer .single-one-third-footer img {
	    margin: 0 auto 1rem;
	}
	#block-millecento-footermillecento .centered-footer .single-one-third-footer h3 {
	    margin: 0 auto 1rem;
	}
	#block-millecento-footermillecento .centered-footer .single-one-third-footer .footer-menu-flexed {
	    justify-content: center;
	}
	.footer-block .green-footer {
	    flex-direction: column;
	}
	.footer-block .green-footer .half-piva {
	    margin-right: 0;
	}
	.footer-block .green-footer .half-privacy {
	    margin-left: 0;
	    text-align: center;
	}
	.webform-submission-richiedi-informazioni-form .form-actions, .webform-submission-richiesta-preiscrizione-form .form-actions {
	    margin: 1rem auto 0;
	}
	.progetto-intro-top .half-left-title {
	    width: 100%;
	    padding-right: 0;
	    align-items: center;
	    text-align: center;
	    order: 2;
	    padding-top: 2rem;
	}
	.progetto-intro-top .half-right-image {
	    width: 100%;
	    padding-left: 0;
	    margin-left: 0;
	    max-width: 50rem;
	    order:1;
	}
	.progetto-intro-top .half-left-title h1 {
	    text-align: center;
	}
	.gray-sottotitolo, .top-banner-home .absoluted-intro-home p, .progetto-intro-top .half-left-title p,.prefooter-contact-mille p, #block-millecento-footermillecento .centered-footer .single-one-third-footer p, #block-millecento-footermillecento .centered-footer .single-one-third-footer a, .top-amministratori .half-left-title p, .ideazione-gestione-section p, .ideazione-gestione-section .tre-ideazioni-list .single-ideazione p, .formazione-section .half-intro-formazione .half-right-text p, .formazione-section .half-formaizione-lista .half-left .single-formazione p {
	    text-align: center;
	}
	.project-parallax-section {
	    height: 65vw;
	}
	#block-millecento-footermillecento .centered-footer {
	    padding: 2rem 2rem 5rem;
	}
	.chi-rivolto-project-section .half-left-image {
	    width: 100%;
	    padding-right: 0;
	    order: 2;
	}
	.chi-rivolto-project-section .half-right-text {
	    width: 100%;
	    padding-left: 0rem;
	}
	.chi-rivolto-project-section .half-right-text .lista-rivolto .single-rivolto .right-text p{
		text-align:left;
	}
	.chi-rivolto-project-section .half-right-text .lista-rivolto {
	    margin-bottom: 0rem;
	}
	.chi-rivolto-project-section .paste-button-container{
		text-align:center;
		padding-bottom: 3rem;
	}
	.green-pastel-button {
	    font-size: 1.8rem;
	    padding: 1rem 3rem;
	}
	.scegliere-progetto-section {
	    padding-top: 4rem;
	}
	.scegliere-progetto-section .progetto-scelta-list .single-scelta {
	    width: calc(100% / 2 - 6rem);
	}
	.scegliere-progetto-section .progetto-scelta-list .single-scelta {
	    padding: 2rem 2rem 2rem 3rem;
	    margin: 4rem 1rem 0rem 3rem;
	    width: calc(100% / 2 - 4rem);
	}	
	.prefooter-contact-mille{
	    padding-top: 3rem;
	}
	.progetto-intro-top {
	    overflow:hidden;
	}
	.top-amministratori .half-left-title{
	    position: relative;
	    width: 100%;
	    margin: 0 auto;
	    text-align: center;
	    top: unset;
	    left: unset;
	    padding: 15rem 10vw 5rem;
	}
	.top-amministratori .half-left-title h1 {
	    text-align: center;
	}
	.top-amministratori {
	    height: auto;
	}
	.ideazione-gestione-section {
	    padding: 5rem 1.5rem 0;
	}
	.formazione-section .half-intro-formazione {
	    width: 100%;
	    flex-direction: column;
	}
	.formazione-section .half-intro-formazione .half-left-silouhette {
	    width: 100%;
	    max-width: 65rem;
	}
	.formazione-section .half-intro-formazione .half-right-text {
	    width: 100%;
	    padding: 3rem 2rem 0;
	}
	.formazione-section .half-intro-formazione .half-right-text h2{
		text-align:center !important;
	}
	.formazione-section .half-formaizione-lista {
	    width: 100%;
	    margin: 5rem auto 0;
	    padding: 0;
	}
	.formazione-section .half-formaizione-lista .half-left {
	    width: 100%;
	    padding-right: 0;
	}
	.formazione-section .half-formaizione-lista .half-right {
	    border-radius: 0 !important;
	    width: 100%;
	    height: 65vw;
	}
	.ideazione-gestione-section .tre-ideazioni-list {
	    flex-wrap: wrap;
	}
	.ideazione-gestione-section .tre-ideazioni-list .single-ideazione {
	    width: 50%;
	    padding: 0 2rem 2rem;
	}
	.altri-progetti-section .view-content .views-row {
	    width: 50%;
	}
	.page-node-type-case-history .main-half-desc-case .half-right-video {
	    width: 100%;
	    float: none;
	    padding: 0;
	    order: 2;
	    margin-top: 3rem;
	}
	.page-node-type-case-history .main-half-desc-case .half-left-text{
		order:1;
	}
	.page-node-type-case-history .main-half-desc-case {
	    display: flex;
	    flex-direction: column;
	    flex-wrap: nowrap;
	    align-content: center;
	    justify-content: center;
	    align-items: center;
	}
	.page-node-type-case-history .top-intro-title-section .centered-text h1 {
	    font-size: 3rem;
	}
	.altri-progetti-section {
	    padding: 13rem 0rem 3rem;
	}
	.top-amministratori {
	    position: relative;
	    display: flex;
	    flex-direction: row;
	    flex-wrap: wrap;
	    align-content: center;
	    justify-content: center;
	    align-items: flex-start;
	    overflow: hidden;
	}
	.top-amministratori .half-left-title h1 {
	    font-size: 5rem;
	    line-height: 1;
	    color: #368159;
	    font-weight: 600;
	    text-align: left;
	    width: 100%;
	    margin: 0rem auto 2rem;
	}
	.top-amministratori .half-left-title {
	    padding: 15rem 2rem 3rem 2rem;
	}
	.page-node-64 .top-amministratori .half-left-title {
	    padding: 3rem 2rem;
	}
	.top-amministratori video{
		display:block;
		margin:0 auto;
		width:100%;
		height:auto;
	}
	.top-amministratori .half-left-title h1 {
	    font-size: 3rem;
	    text-align: center;
	}
	.main-contact-info-half .half-left-info {
	    margin-top: -10rem;
	    width: 100%;
	    margin-right: 0;
	    text-align: center;
	}
	.main-contact-info-half .half-left-info .single-info {
	    flex-direction: column;
	    flex-wrap: nowrap;
	    align-content: center;
	    justify-content: flex-start;
	    align-items: center;
	    margin-top: 2rem;
	}
	.main-contact-info-half .half-right-form {
	    padding-right: 2rem;
	    width: 100%;
	    padding: 3rem 1.5rem 0;
	    text-align: center;
	}
	.main-contact-info-half .half-right-form h2{
		margin: 0 auto 2rem;
	}
	.main-contact-info-half .half-right-form h2, .main-contact-info-half .half-right-form h4 {
	    text-align: center;
	}
	.main-contact-info-half {
	    padding-bottom: 4rem;
	}
	.view-lista-loghi-partnership .view-header h1 {
	    font-size: 3rem;
	}
	.view-lista-loghi-partnership .view-content .views-row {
	    width: calc(100% / 5);
	}
	.project-parallax-section video {
	    position: fixed;
	    top: 0;
	    left: 50%;
	    transform: translateX(-50%);
	    height: 100%;
	    width: auto;
	    z-index: -1;
	}
	.webform-submission-richiedi-informazioni-form .form-item label, .webform-submission-richiesta-preiscrizione-form .form-item label {
	    padding-left: 0rem;
	}
	.altri-progetti-section .altri-progetti-title {
	    font-size: 2.5rem;
	    padding: 0 1.5rem;
	}
	.main-contact-info-half {
	    padding-top: 0;
	}
	.main-contact-info-half .half-left-info {
	    border-radius: 0;
	}
	.page-node-type-case-history .main-half-desc-case {
	    margin: 6rem auto 0;
	}
	.full-case-history-list .view-case-history-full-list .views-exposed-form .js-form-item .form-radios .js-form-item label::before {
	    width: 6rem;
	    height: 6rem;
	    top: -3rem;
	}
	.full-case-history-list .view-case-history-full-list .views-exposed-form .js-form-item .form-radios .js-form-item label {
	    padding: 4rem 1.5rem 2rem;
	    font-size: 1.6rem;
	}
	.full-case-history-list .view-case-history-full-list .views-exposed-form .js-form-item .form-radios .js-form-item {
	    margin: 0 0.5rem 2rem;
	}	
	.full-case-history-list .view-case-history-full-list .view-empty {
	    font-size: 2rem;
	}
	.lista-corsi-millecento .view-content .views-row {
	    width: calc(100% / 2);
	}
	.lista-corsi-millecento .view-header h2 {
	    font-size: 3rem;
	}
	.button-iscriviti-corso{
	    display: inline-block;
	    background: linear-gradient(90deg, rgba(153,194,104,1) 0%, rgba(110,185,143,1) 100%);
	    border-radius: 100rem;
	    margin: 1rem auto;
	    color: #fff;
	    font-size: 1.8rem;
	    padding: 1rem 2rem;
	    text-transform: uppercase;
	    font-weight: 500;
	}
	
	.path-product .half-introcorso .left-title-compra {
	    width: 100%;
	    padding-right: 0;
	}
	.path-product .half-introcorso {
	    width: 100%;
	}
	.path-product .half-introcorso .right-carrello {
	    width: 100%;
	    display: inline-block;
	    vertical-align: text-top;
	    position: relative;
	    top: 0;
	    margin-top: 5rem;
	}
	.mancano-ancora-section {
	    width: 100%;
	    max-width: unset;
	    padding: 2rem 4rem;
	    border-radius: 6rem;
	    text-align: center;
	    font-size: 4rem;
	}
	.mancano-ancora-section .countdown span b {
	    font-size: 2rem;
	}
	.mancano-ancora-section .countdown span {
	    font-size: 4rem;
	}
	.path-product .half-introcorso .left-title-compra {
	    padding-right: 0;
	}
	.path-product .half-introcorso .left-title-compra .field--name-title,
	.path-product .half-introcorso .left-title-compra {
	    text-align: center;
	}
	.path-product .half-introcorso .left-title-compra .special-price-section, .path-product .half-introcorso .left-title-compra .special-data-section,
	.download-file-section .field--name-field-file-scaricabili {
	    justify-content: center;
	}
	.path-product .half-introcorso {
	    margin: 0rem auto 5rem;
	}
	.mancano-ancora-section {
	    border-radius: 0;
	    border-top-left-radius: 6rem;
	    border-top-right-radius: 6rem;
	    margin:-5rem auto 0;
	}
	#iscriviti-al-corso .prezzo-iscritto-form{
		display:block;
	}
	#iscriviti-al-corso .prezzo-iscritto-form {
	    display: flex;
	    flex-direction: row;
	    flex-wrap: nowrap;
	    align-content: center;
	    justify-content: center;
	    align-items: center;
	    margin-bottom: 3rem;
	}
	#iscriviti-al-corso .prezzo-iscritto-form.special-price-section h3 {
	    margin-right: 1rem;
	    font-size: 2.5rem;
	    color: #1a1a1a;
	    text-decoration: underline;
	}
	#iscriviti-al-corso .prezzo-iscritto-form.special-price-section .field--name-price {
	    font-size: 2.5rem;
	    color: #1a1a1a;
	    font-weight: 500;
	}
	.corsi-correlati-section .lista-corsi-millecento .view-header {
	    margin: 8rem auto 5rem;
	}
	.corsi-correlati-section .lista-corsi-millecento .view-header h2 {
	    font-size: 3rem;
	}
	.layout-checkout-form .checkout-pane-login {
	    display: flex;
	    flex-direction: column;
	    flex-wrap: nowrap;
	    align-content: center;
	    justify-content: center;
	    align-items: center;
	}
	.layout-checkout-form .checkout-pane-login .form-wrapper__returning-customer {
	    width: 100%;
	}
	.layout-checkout-form .checkout-pane-login .form-wrapper__guest-checkout {
	    width: 100%;
	    margin-left: 0;
	}
	.cart.cart-form, .commerce-checkout-flow .layout-checkout-form {
	    margin: 15rem auto 10rem;
    }
	.commerce-checkout-flow .layout-checkout-form .layout-region-checkout-secondary {
	    width: 100%;
	    margin-top: 2rem;
	}
	.commerce-checkout-flow .layout-checkout-form .layout-region-checkout-main {
	    width: 100%;
	    margin-right: 0;
	    padding: 0 0 2rem;
	}
	.commerce-checkout-flow .layout-region-checkout-footer .form-actions {
	    padding: 0 2rem;
	}
	.view-commerce-user-orders .view-content,
	.view-commerce-order-item-table .view-content{
	    overflow-x: scroll;	
	}
	.full-login-back {
	    padding: 5rem 0 10rem;
	}
	.view-commerce-cart-form table tr .views-field-unit-price__number{
		display:none;
	}
	.view-commerce-cart-form table tr td a, .view-commerce-cart-form table tr td span, .view-commerce-cart-form table tr td *, .view-commerce-cart-form table tr td {
	    color: #000;
	    font-weight: 400;
	    font-size: 1.5rem;
	    line-height: 1.2;
	}


	
}
@media only screen and (max-width: 599px) {

	.copyright-footer {
	    padding: 3rem 2rem 8rem;
	}
	#block-millecento-main-navigation ul.navbar-nav {
	    width: 90%;
	}
	#block-millecento-main-navigation .navbar-nav .nav-item .nav-link {
	    font-size: 1.8rem;
	    padding: 1rem 2rem !important;
	    font-weight: 600;
	}
	.top-banner-home .absoluted-intro-home {
	    position: relative;
	    top: unset;
	    transform: none;
	    left: unset;
	}
	.top-banner-home .absoluted-intro-home h1 {
	    color: #1a1a1a;
	    font-weight: 500;
	    font-size: 3rem;
	    margin: 1rem auto 0;
	}
	.top-banner-home .absoluted-intro-home h3 {
	    margin: 1rem auto 1rem 0;
	}
	.ecosystem-section .special-title-gradient {
	    padding: 1rem 4rem;
	    margin: 3rem auto 2rem;
	}
	.ecosystem-section .special-title-gradient h2 {
	    font-size: 2.5rem;
	}
	.nostri-servizi-home-section .servizi-list .single-servizio-box .half-image{
	    order: 1 !important;
	    width:100%;
	}
	.nostri-servizi-home-section .servizi-list .single-servizio-box .half-text {
	    order: 2 !important;
	    padding: 5rem 1.5rem;
	    width:100%;
	}
	.nostri-servizi-home-section .servizi-list .single-servizio-box .half-image video {
	    border-radius: 0rem;
	}
	.nostri-servizi-home-section .servizi-list .single-servizio-box .half-text p {
	    font-size: 1.6rem;
	}
	.nostri-servizi-home-section .servizi-list .single-servizio-box .half-text h3 {
	    font-size: 2.2rem;
	}
	.perche-scegliere-section .single-scelta {
	    width: 100%;
	    margin: 4rem 0%;
	}
	.perche-scegliere-section .single-scelta .special-title h2 {
	    font-size: 2.5rem;
	}
	.perche-scegliere-section .single-scelta p {
	    font-size: 1.6rem;
	}
	.prefooter-contact-mille .half-contact-form {
	    padding: 0;
	}
	.webform-submission-richiesta-preiscrizione-form .form-item {
	    width: 96%;
	}
	.project-parallax-section {
	    height: 125vw;
	}
	.scegliere-progetto-section .progetto-scelta-list .single-scelta {
	    width: 100%;
	}
	.webform-submission-richiedi-informazioni-form .form-item, .webform-submission-richiesta-preiscrizione-form .foem-item {
	    width: 96%;
	}
	#block-millecento-footermillecento .centered-footer .single-one-third-footer {
	    padding: 3rem 0rem 0;
	}
	.top-amministratori .half-left-title {
	    padding: 15rem 2rem 3rem 2rem;
	    background:linear-gradient(0deg, rgba(153, 194, 104, 0.9) 0%, rgba(201, 225, 189, 0.9) 100%);
	}
	.ideazione-gestione-section .tre-ideazioni-list .single-ideazione {
	    width: 100%;
	}
	.formazione-section .half-intro-formazione .half-left-silouhette {
	    padding: 0;
	}
	.formazione-section .half-intro-formazione .half-right-text {
	    padding: 3rem 0rem 0;
	}
	.ideazione-gestione-section .green-special-title,
	.formazione-section .half-intro-formazione .half-right-text h2{
		font-size:2.5rem;
	}
	.formazione-section .half-formaizione-lista .half-left .single-formazione {
	    width: 100%;
	    padding: 0 1.5rem 3rem;
	}
	.formazione-section .half-formaizione-lista {
	    margin: 2rem auto 0;
	}
	.formazione-section {
	    padding-top: 3rem;
	}
	.formazione-section .half-formaizione-lista .half-right {
	    height: 100vw;
	}
	.ideazione-gestione-section .gray-sottotitolo {
	    margin: 0 auto 1rem;
	}
	.ideazione-gestione-section .tre-ideazioni-list {
	    margin: 3rem auto 0;
	}
	.centered-intro-post-top-main .centered-contatti {
	    flex-direction: column;
	}
	.centered-intro-post-top-main .centered-contatti a {
	    margin: 0 2rem 1rem;
	}
	.view-lista-loghi-partnership .view-header h1 {
	    padding: 0 1.5rem;
	}
	.view-lista-loghi-partnership .view-content .views-row {
	    width: calc(100% / 3);
	}
	.altri-progetti-section .view-content .views-row {
	    width: 100%;
	}
	.full-case-history-list .view-case-history-full-list .views-exposed-form .js-form-item .form-radios .js-form-item label {
	    padding: 1rem 2rem;
	    font-size: 1.8rem;
	}
	.full-case-history-list .view-case-history-full-list .view-empty {
	    font-size: 2rem;
	    line-height: 1.2;
	    font-weight: 500;
	    padding: 0 1rem 50vh;
	}
	.gray-sottotitolo {
	    font-weight: 500;
	    color: #000000;
	}
	.nostri-servizi-home-section .servizi-list .single-servizio-box .half-text h3 {
	    font-size: 2.5rem;
	    font-weight: 700;
	}
	.full-case-history-list .view-case-history-full-list .views-exposed-form .js-form-item .form-radios {
	    margin-top: 1rem;
	}
	.full-case-history-list .view-case-history-full-list .views-exposed-form .js-form-item .form-radios .js-form-item label {
	    padding: 4.5rem 2rem 2rem;
	}
	.full-case-history-list .view-case-history-full-list .views-exposed-form .js-form-item .form-radios .js-form-item label::before {
	    width: 7rem;
	    height: 7rem;
	    top: -3.5rem;
	}
	.full-case-history-list .view-case-history-full-list .views-exposed-form .js-form-item .form-radios .js-form-item {
	    margin: 0 0.5rem 5rem;
	}
	.full-case-history-list .view-case-history-full-list .views-exposed-form .js-form-item .form-radios .js-form-item:last-child{
		margin-bottom:0;
	}
	.button-top-intro {
	    font-size: 1.5rem;
	    padding: 1rem 2rem;
	    line-height: 1.4;
	}
	.lista-corsi-millecento .view-content .views-row {
	    width: 100%;
	    margin: 0 auto 2rem;
	}
	.lista-corsi-millecento .view-content {
	    width: 100%;
	    max-width: unset;
	    margin: 0 auto;
	}
	.lista-corsi-millecento .tns-outer button{
		display:none;
	}
	.lista-corsi-millecento .tns-outer .tns-controls button{
		display:block;
	}
	.lista-corsi-millecento .tns-outer .tns-controls button{
		top:-3rem;
		transform: none;
	}
	
	.path-product .half-introcorso {
	    padding: 0 1.5rem;
	}
	.mancano-ancora-section .countdown {
	    display: flex;
	    flex-direction: row;
	    flex-wrap: wrap;
	    align-content: center;
	    justify-content: center;
	    align-items: center;
	}
	.mancano-ancora-section .countdown span {
	    font-size: 3rem;
	    width: 50%;
	}
	.path-product .top-back-corso {
	    height: 120vw;
	}
	.mancano-ancora-section {
	    margin: -3rem auto 0;
	    border-radius: 3rem !important;
	}
	.path-product .half-introcorso .left-title-compra .field--name-title {
	    font-size: 3rem;
	    text-align: center;
	    margin: 3rem auto 4rem;
	}
	.path-product .half-introcorso .left-title-compra .special-price-section, .path-product .half-introcorso .left-title-compra .special-data-section {
	    display: flex;
	    flex-direction: column;
	    flex-wrap: nowrap;
	    align-content: center;
	    justify-content: center;
	    align-items: center;
	    margin-bottom: 2rem;
	}
	#iscriviti-al-corso .prezzo-iscritto-form {
	    flex-direction: column;
	    margin-bottom: 2rem;
	}
	.right-carrello .commerce-order-item-add-to-cart-form .field-multiple-table tbody tr.draggable {
	    display: flex;
	    flex-direction: column;
	    flex-wrap: nowrap;
	    align-content: center;
	    justify-content: center;
	    align-items: center;
	    padding: 0.5rem 0;
	}
	.right-carrello .commerce-order-item-add-to-cart-form .field-multiple-table tbody tr.draggable td{
	    border-bottom: 0;
	    padding: 0;	
	}
	.field--name-variations .field-multiple-table tr td input[value="Elimina"] {
	    background-color: #e30613;
	    border: none;
	    font-size: 1.6rem;
	    margin-top: 0rem;
	    margin-bottom: 1rem;
	}
	.right-carrello .commerce-order-item-add-to-cart-form fieldset .js-form-wrapper .js-form-item {
	    position: relative;
	    display: block;
	    width: 100%;
	}
	.right-carrello .commerce-order-item-add-to-cart-form .fieldset-wrapper {
	    margin: 0;
	}
	.download-file-section .field--name-field-file-scaricabili .field__item {
	    margin: 0 1rem 1rem 1rem;
	}
	.path-product .half-introcorso .left-title-compra .special-price-section, .path-product .half-introcorso .left-title-compra .special-data-section {
	    margin-bottom: 1rem;
	}
	.download-file-section .field--name-field-file-scaricabili {
	    margin-bottom: 1rem;
	    margin-top: 1rem;
	}
	.field--name-variations .field-multiple-table thead th {
	    text-align: center;
	}
	.right-carrello .commerce-order-item-add-to-cart-form fieldset .js-form-wrapper .js-form-item input, .right-carrello .commerce-order-item-add-to-cart-form fieldset .js-form-wrapper .js-form-item textarea, .right-carrello .commerce-order-item-add-to-cart-form fieldset .js-form-wrapper .js-form-item select {
	    font-size: 1.6rem;
	    padding: 0.35rem 0.5rem;
	}
	.path-product .ui-dialog {
	    width: 90% !important;
	    left: 50% !important;
	    transform: translateX(-50%) !important;
	}
	.path-product .ui-dialog-buttonpane button {
	    font-size: 1.5rem;
	}
	.path-product #drupal-modal {
	    font-size: 1.8rem;
	}
	.path-product .ui-dialog .ui-dialog-titlebar {
	    font-size: 1.5rem
	}
	.form-actions input.button--add-to-cart {
	    margin: 2rem auto 0;
	    font-size: 1.8rem;
	    padding: 1rem 2rem;
	    text-transform: uppercase;
	    font-weight: 600;
	}
	.layout-checkout-form .checkout-pane-login .form-wrapper__guest-checkout .fieldset-wrapper .js-form-item.form-item,
	.commerce-checkout-flow .layout-checkout-form .layout-region-checkout-main .checkout-pane-contact-information .js-form-type-email {
		width: 100%;
		margin: 0 auto 1rem;
		display: inline-block;
		vertical-align: text-top;
	}
	.commerce-checkout-flow .layout-checkout-form .layout-region-checkout-main .checkout-pane-payment-information fieldset[data-drupal-selector="edit-payment-information-payment-method"],
	.layout-checkout-form .checkout-pane-login .form-wrapper__guest-checkout .fieldset-wrapper,
	.layout-checkout-form .checkout-pane-login .form-wrapper__returning-customer .fieldset-wrapper {
		display: block;
		margin-top: 0;
		padding: 2rem 1rem 0;
	}	
	.commerce-checkout-flow .layout-checkout-form .layout-region-checkout-main .fieldset-wrapper #edit-payment-information-billing-information,
	.commerce-checkout-flow .layout-checkout-form .layout-region-checkout-main .fieldset-wrapper #edit-payment-information-add-payment-method {
		padding: 2rem 1.5rem 0;
	}
	.commerce-checkout-flow .layout-region-checkout-footer .form-actions {
	    display: flex;
	    flex-wrap: nowrap;
	    align-content: center;
	    justify-content: center;
	    align-items: center;
	    flex-direction: column;
	}
	.commerce-checkout-flow .layout-region-checkout-footer .form-actions input {
	    font-size: 1.8rem;
	    font-weight: 500;
	    margin: 0 auto 2rem;
	}
	.commerce-checkout-flow .layout-region-checkout-footer .form-actions a.link--previous {
	    margin-left: 0;
	}
	.centered-login-form {
	    width: 100%;
	    padding: 4rem 1rem;
	}
	.centered-login-form h3 {
	    font-size: 3rem;
	}
	.centered-login-form .form-item {
	    width: 100%;
	    margin: 0 auto 1rem;
	}
	.cart.cart-form{
	    overflow-x: scroll;
	    margin-bottom: 5rem;
	}
	.cart.cart-form .view-commerce-cart-form table{
		display: block;
    	overflow-x: scroll;
	}
	.cart.cart-form .view-commerce-cart-form table thead,
	.cart.cart-form .view-commerce-cart-form table tbody{
		width: 90rem;
	    min-width: unset;
	    max-width: unset;
	    display:block;
	}
	.view-commerce-cart-form table tr .views-field-purchased-entity, .view-commerce-cart-form table tr .views-field-order-items-target-id,
	.view-commerce-cart-form table tr .views-field-field-dati-iscritto {
	    width: 24rem;
	    display: flex;
	    flex-direction: row;
	    flex-wrap: nowrap;
	    align-content: center;
	    justify-content: flex-start;
	    align-items: center;
	}
	.view-commerce-cart-form table tr .views-field-field-dati-iscritto .paragraph--view-mode--preview-carrello{
		width:100%;
	}
	.view-commerce-cart-form table tr .views-field-unit-price__number, .view-commerce-cart-form table tr .views-field-remove-button, .view-commerce-cart-form table tr .views-field-total-price__number {
		    width: 10rem;
		    display: flex;
		    flex-direction: row;
		    flex-wrap: nowrap;
		    align-content: center;
		    justify-content: center;
		    align-items: center;
	}
	.cart.cart-form .view-commerce-cart-form table thead tr,
	.cart.cart-form .view-commerce-cart-form table tbody tr{
	    display: flex;
	    flex-direction: row;
	    flex-wrap: nowrap;
	    align-content: center;
	    justify-content: center;
	    align-items: stretch;	
	}
	.view-commerce-cart-form .form-actions {
	    flex-direction: column;
	}
	.view-commerce-cart-form .form-actions input.btn {
	    margin-left: 0;
	    margin-bottom: 2rem;
	}
	.view-commerce-cart-form .field--name-total-price .order-total-line__subtotal, .view-commerce-cart-form .field--name-total-price .order-total-line__adjustment {
	    text-align: center;
	}
	.view-commerce-cart-form .field--name-total-price .order-total-line__total {
	    text-align: center;
	}
	.order-total-line-label {
	    padding-left: 0;
	}
	.view-commerce-cart-form table tr td a, .view-commerce-cart-form table tr td span, .view-commerce-cart-form table tr td *, .view-commerce-cart-form table tr td {
	    font-size: 1.5rem;
	}
	.view-commerce-cart-form table tr .views-field-unit-price__number{
		display:none;
	}
















}









































