:root {
	--bs-body-font-family: "Montserrat", sans-serif;
	--bs-body-font-size: 18px;
	--bs-body-line-height: 23px;
	--bs-body-color: #2D2926;
	
	--grigio: #EAEDF2;
	--color1: #FE5000;
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
	--bs-gutter-x: calc(36px * 2);
}
.row {
	--bs-gutter-x: 30px;
}
@media (min-width: 1700px) {
	.container { max-width: 1640px; }
}

html, body {
	overflow-x: hidden;
}

img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}

.h100 {
	height: 100%;
}

.c1 {
	color: var(--color1);
}

.f-bold {
	font-weight: 700;
}

.f-33 { font-size: 22px; line-height: 27px; }
.f-30 { font-size: 22px; line-height: 27px; }
.f-28 { font-size: 22px; line-height: 27px; }
.f-21 { font-size: 18px; line-height: 27px; }
@media (min-width: 1200px) {
	.f-33 { font-size: 33px; line-height: 42px; }
	.f-30 { font-size: 30px; line-height: 40px; }
	.f-28 { font-size: 28px; line-height: 40px; }
	.f-21 { font-size: 21px; line-height: 30px; }
}

.bg1 {
	background-color: #004F7C;
	color: #fff;
}

.cta {
	display: inline-flex;
	align-items: center;
	font-weight: 800;
	color: var(--color1);
	text-decoration: none;
	text-transform: uppercase;
}
.cta.cta-w {
	color: #fff;
}
.cta:hover {
	text-decoration: underline;
}

.cta svg,
.cta img {
	max-height: 23px;
	margin-right: 10px;
}
.cta svg circle { fill: var(--color1); }
.cta.cta-w svg circle { fill: #fff; }
.cta.cta-w svg path { stroke: var(--color1); }


.img-shadow {
	--img-shadow-offset: 16px;
	box-shadow: calc(var(--img-shadow-offset)*-1) var(--img-shadow-offset) 0 #004F7C;
	margin-left: var(--img-shadow-offset);
	max-width: calc( 100% - var(--img-shadow-offset) );
}
@media (min-width: 1200px) {
	.img-shadow { --img-shadow-offset: 35px; }
}



#sezione1 {
	position: relative;
	background-image: var(--grigio);
	/*overflow: hidden;*/
    @media(max-width: 992px){
        background: url("../img/sfondo-header.png");
        background-repeat: no-repeat;
        background-position: left;
        background-size: cover;
    }
	@media(max-width: 600px){
		background: url("../img/sfondo-header.png");
		background-repeat: no-repeat;
		background-position: left;
		background-size: cover;
	}
}
.logo {
	max-height: 77px;
	position: relative;
	z-index: 1;
}
#sezione1 .content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	max-width: 430px;
	position: relative;
	z-index: 10;
}
@media(max-width: 992px){
    .sfondo{
        display: none;
    }
}
@media(max-width: 600px){
	.sfondo{
		display: none;
	}
}

@media (min-width: 992px) {
	#sezione1 .content { margin-top: 150px; }
	#sezione1 .sfondo {
		position: absolute;
		top: 0;
		left: 0;
		max-height: calc(100% - 0);
		width: auto;
	}
}



#form {
	position: relative;
}
#form > .row { position: relative; z-index: 0; }
#form:before {
	content: '';
	background: #fff;
	position: absolute;
	top: 0;
	bottom: 0;
	left: -15px;
	right: -15px;
	z-index: 0;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media (max-width: 991px) {
	#form {
		margin: 0 30px;
		width: calc(100% - 60px);
	}
}
@media (min-width: 992px) {
	#form:before {
		left: 0;
		right: -10vw;
		width: unset;
		transform: unset;
	}
}
@media (min-width: 1600px) {
	#form:before {
		right: -17vw;
	}
}

#form label {
	display: block;
	width: 100%;
}
#form label .required {
	color: var(--color1);
}

#form input:not([type="checkbox"], [type="radio"]),
#form select,
#form textarea {
	display: block;
	background: #f1f1f1;
	width: 100% !important;
	border: 0;
	height: 56px;
	margin-top: 5px;
	padding: 0 15px;
	margin-bottom: 20px;
}

#form input[type="checkbox"] {
	margin: 7px 0 0 0;
}

#form a {
	color: inherit;
}

#form .errore {
	background: #FF0046;
	color: #fff;
	padding: 5px 15px;
}

.btn, input[type="submit"] {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 100%;
	height: 56px;
	border: 0;
	background: var(--color1);
	color: #fff;
	font-weight: 700;
	text-decoration: none;
}
.btn:hover, input[type="submit"]:hover {
	background: #000;
}



#sezione2 {
	padding: 3rem 0;
}
#sezione2 .icon-container {
	border-bottom: 5px solid var(--color1);
	padding-bottom: 10px;
}
#sezione2 .icon-container, 
#sezione2 .icon-container > div {
	height: 100%;
}
@media (max-width: 991px) {
	#form { margin-bottom: -150px; }
	#sezione2 { padding-top: 200px !important; }
}


#sezione3 {
	text-align: center;
}
.owl-carousel .owl-item .card-vantaggi img {
	display: block;
	width: auto;
	margin: auto;
}
.card-vantaggi hr {
	display: block;
	width: 70px;
	border: 0;
	border-top: 10px solid #004F7C;
	margin: 25px auto;
	opacity: 1;
}


#sezione4 {
	
}


#sezione5 {
	/*background: rgb(229,225,230);
	background: linear-gradient(90deg, rgba(229,225,230,1) 0%, rgba(255,255,255,1) 100%);
	position: relative;*/
}
#sezione5 .container {
	position: relative;
	z-index: 10;
}
#sezione5 ul {
	padding: 0;
	list-style: none;
	--bs-gutter-x: 30px;
}
#sezione5 ul li {
	position: relative;
	padding: 0 25px;
}
#sezione5 ul li:before {
	content: '';
	display: block;
	position: absolute;
	top: 5px;
	left: 0;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: var(--color1);
}
@media (min-width: 1200px) {
	#sezione5 .sfondo {
		position: absolute;
		bottom: 0;
		right: 0;
	}
}
@media (min-width: 1700px) {
	#sezione5 .sfondo { max-height: 130%; }
}


#sezione6 {
	text-align: center;
}


#footer {
	background: #D9D9D9;
	color: #004F7C;
	--bs-link-color-rgb: #fff;
	--bs-link-hover-color-rgb: #fff;
}
#footer a:not(:hover) { text-decoration: none; }

#footer .social {
	display: flex;
	flex-wrap: wrap;
	--social-bg: #fff;
	--social-color: var(--color1);
}
#footer .social a {
	width: 37px;
	height: 37px;
	background: var(--social-bg);
	border-radius: 50%;
	margin-right: 20px;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}
#footer .social svg { width: 19px; height: 19px; }
#footer .social path { fill: var(--social-color); }
#footer .social a:hover { background: var(--social-color); }
#footer .social a:hover path { fill: var(--social-bg); }

.inputs-list {
	list-style: none;
	padding: 0;
}

.inputs-list p, .hs-richtext p {
	font-size: 14px;
	line-height: 18px;
}


.btn.download {
	display: inline-flex;
	padding: 0 30px;
	align-items: center;
	text-decoration: none;
	text-transform: uppercase;
}


.owl-carousel {}
.owl-carousel.owl-overflow-visible .owl-stage-outer {
	overflow: visible;
}

.owl-carousel .owl-dots {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 35px;
}
.owl-carousel .owl-dots .owl-dot {
	display: block;
	width: 22px;
	height: 22px;
	border: 1px solid #004F7C;
	background: #fff;
	border-radius: 50%;
	margin: 0 7px;
	flex-shrink: 0;
}
.owl-carousel .owl-dots .owl-dot.active {
	background: #004F7C;
}


/***** CSS AGGIUNTIVO/PERSONALIZZATO *****/
.titolo-csplast-sx{
	width: 662px;
	color: #FFFFFF;
	font-size: 40px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	margin-bottom: 26px;
	@media(max-width: 700px){
		width: unset;
	}
	@media(max-width: 380px){
		font-size: 35px;
	}
}

.descr-csplast-sx{
	width: 533px;
	color: #FFFFFF;
	font-size: 22px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	@media(max-width: 700px){
		width: unset;
	}
}

.cta-csplast-sx{
	background-color: #FFFFFF;
	display: inline-flex;
	align-items: center;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	color: #004F7C;
	text-decoration: none;
	text-transform: uppercase;
	padding: 20px 40px;
}

.cta-csplast-sx:hover{
	background-color: #004F7C;
	text-decoration: none;
	color: #FFFFFF;
}

.titolo-form{
	color: #2D2926;
	font-size: 26px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
}

.sub-title-form{
	width: 540px;
	@media(max-width: 700px){
		width: unset;
	}
}

.btn-submit{
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 100%;
	height: 56px;
	border: 0;
	background: #004F7C;
	color: #fff;
	font-weight: 700;
	text-decoration: none;
}

.titolo-sez2-fascia-blu{
	font-size: 26px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
}

.titolo-idee{
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.ms_mb_container{
	margin-bottom: 66px;
}

.titolo-sez4{
	color: #004F7C;
	font-size: 26px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 10px;
}

.sub-title-sez4{
	color: #5F727F;
	text-align: center;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.ms_mt_descrizione_card{
	margin-top: 60px;
}

.titolo-card{
	color: #004F7C;
	font-size: 26px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	margin-bottom: 16px;
}

.descrizione-card-sez4{
	color: #5F727F;
	font-size: 17px;
	font-style: normal;
	line-height: normal;
}

.btn-card{
	background-color: #004F7C;
	text-transform: uppercase;
}

.titolo-sez5{
	color: #004F7C;
	font-size: 26px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
}

.titolo-card-sez5{
	color: #004F7C;
	text-align: center;
	font-size: 20px;
	font-style: normal;
	line-height: normal;
	text-transform: uppercase;
}

.card-descrizione-sez5{
	color: #5F727F;
	text-align: center;
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	@media(max-width: 600px){
		width: unset;
	}
}

.titolo-sez-carosello{
	color: #004F7C;
	font-size: 26px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	text-align: center;
}

#sezione-carosello .owl-dots .owl-dot{
	width: 20px;
	height: 20px;
	margin: 5px 7px;
}

#sezione-carosello .owl-dots .owl-dot.active{
	width: 22px;
	height: 22px;
	background: #004F7C;
}

.titolo-sez6{
	text-align: center;
	font-size: 36px;
	font-style: normal;
	line-height: normal;
	text-transform: uppercase;
	@media(max-width: 380px){
		font-size: 24px;
	}
}

.descrizione-sez6{
	width: 884px;
	text-align: center;
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin: auto;
    @media(max-width: 992px){
        width: unset;
    }
	@media(max-width: 600px){
		width: unset;
		margin: auto;
	}
}

.titolo-col1-footer{
	margin-bottom: 11px;
}

.col-footer-description{
	width: 390px;
	@media(max-width: 600px){
		width: unset;
	}
}

.ms_mb_paraghrap_footer{
	margin-bottom: 40px;
}

.col-cookie-e-pricavy{
	padding-left: 40px;
	@media(max-width: 600px){
		padding-left: calc(var(--bs-gutter-x) * .5);
	}
}

.cta-pre-footer{
	text-decoration: underline;
}

.a-footer{
	text-decoration: underline !important;
}

.ms_pt{
	padding-top: 35px;
	@media(max-width: 600px){
		padding-top: 0;
	}
}
.card-vantaggi img{
    width: 90px;
    height: 90px;
}