html,
body {
	margin: 0;
	padding: 0;
	min-height: 100%;
	width: 100%;
	font-family: 'Open Sans', sans-serif;
}

a,
button,
img,
li,
.noBrowserBackground {
	-webkit-user-select: none;
	-moz-user-select: -moz-none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	outline: none;
}

input,
textarea {
	outline: none;
}

input[type=button],
button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

a {
	text-decoration: none;
	position: relative;
	color: inherit;
}

a,
button {
	cursor: pointer;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.nomargin {
	margin: 0 auto !important;
}

.wrongInput {
	border-bottom-color: #e53935 !important;
}

#phone.wrongInput {
	background: #ffe0e0;
}

#resultsDiv,
#successoDiv {
	padding: 20px;
	margin: 15px;
	font-size: .8rem;
}

.errorOnSubmit {
	background-color: #ffe0e0;
	border: 1px solid #fcd1d1;
	color: #d84545;
}

.successOnSubmit {
	background-color: #90ee90;
	border: 1px solid #75dd75;
	color: #3e773e;
}


sup {
	vertical-align: text-top;
	font-size: .7rem;
	padding: 2px;
	color: #ff5c61;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

a::before {
	position: absolute;
	content: '';
	bottom: -3px;
	left: 0;
	width: 0;
	margin: auto;
	height: 1px;
	background: #FF5C61;
	border-bottom: 1px solid #ff5c61;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}

.assistenzaWhatsapp::before {
	display: none !important;
}

#rotate {
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	position: relative;
	font-size: 1.2rem;

}

#hiddenImg {
	pointer-events: none;
	visibility: hidden;
}


#containerSocial>ul>li:nth-of-type(1) a.social::before,
#containerSocialFooter>ul>li:nth-of-type(1) a.social::before {
	background: #4267b2;
	border-bottom: 1px solid #4267b2;
}

#containerSocial>ul>li:nth-of-type(2) a.social::before,
#containerSocialFooter>ul>li:nth-of-type(2) a.social::before {
	background: #f50;
	border-bottom: 1px solid #f50;
}

#containerSocial>ul>li:nth-of-type(3) a.social::before,
#containerSocialFooter>ul>li:nth-of-type(3) a.social::before {
	background: #ff2ea2;
	border-bottom: 1px solid #ff2ea2;
}

#containerSocial>ul>li:nth-of-type(4) a.social::before,
#containerSocialFooter>ul>li:nth-of-type(4) a.social::before {
	background: #0077B5;
	border-bottom: 1px solid #0077B5;
}

a:hover::before {
	width: 100%;
}


header {
	z-index: 10;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: fixed;
	width: 100%;
	height: 60px;
	padding: 10px 0;
	background: transparent;
	color: white;
	-webkit-transition: all .20s ease-in-out;
	-moz-transition: all .20s ease-in-out;
	-ms-transition: all .20s ease-in-out;
	-o-transition: all .20s ease-in-out;
	transition: all .20s ease-in-out;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}

.scrolled {
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	background: rgba(0, 0, 0, 0.8);
	height: 50px;
}

header a {
	color: white;
}

#containerLogo>a {
	height: 100%;
	display: inline-block;
}

.grassetto {
	font-weight: bold;
	text-transform: uppercase;
}

.richiediPreventivoIstruzioni {
	display: block !important;
	text-transform: uppercase;
	font-weight: bold;
	font-size: .8rem;
}

.callToAction,
.richiediPreventivo,
.richiediPreventivoW {
	color: black;
	text-align: center;
	padding: 18px 45px;
	font-weight: 400;
	font-size: .8rem;
	text-transform: uppercase;
	font-weight: bold;
	margin: 20px auto;
	display: block;
	color: white;
	min-width: 160px;
	text-align: center;
	background-color: #FF5C61;
	-webkit-box-shadow: 0px 3px 30px 1px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0px 3px 30px 1px rgba(0, 0, 0, .1);
	box-shadow: 0px 3px 30px 1px rgba(0, 0, 0, .1);
	text-shadow: none;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	overflow: hidden;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	position: relative;
	cursor: pointer;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	border: none;
	font-family: 'Open Sans', sans-serif;
	-webkit-appearance: none;

}

.richiediPreventivo,
.richiediPreventivoW {
	width: 265px;
	height: 63px;
}

.callToAction i,
.richiediPreventivo i,
.richiediPreventivoW i {
	font-weight: 400;
}

.callToAction:before,
.richiediPreventivo:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 0;
	width: 0;
	margin: auto;
	background: #fd666b;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	-webkit-transition-property: height width;
	transition-property: height width;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;

}

.campiObbligatori {
	font-size: .8rem !important;
	text-align: left;

}

.linkInviaEmail {
	display: inline-block;
	border-bottom: none;
	/*margin-top:-20px;*/
}

.linkInviaEmail::before {
	background: transparent;
	border-bottom: none;
}

.linkInviaEmail>.richiediPreventivo {
	background: rgba(0, 150, 255, .8);
}

.linkInviaEmail>.richiediPreventivo::before {
	background: rgba(0, 150, 255, 1);
}

.linkInviaTelefono>.richiediPreventivo {
	background: rgba(0, 0, 0, .9);
	margin-top: 10px;
}

.linkInviaTelefono>.richiediPreventivo::before {
	background: rgba(0, 0, 0, 1);
}




.callToAction:hover:before,
.callToAction:focus:before,
.callToAction:active:before,
.richiediPreventivo:hover:before,
.richiediPreventivo:focus:before,
.richiediPreventivo:active:before,
.richiediPreventivoW:hover:before,
.richiediPreventivoW:focus:before,
.richiediPreventivoW:active:before {
	height: 270px;
	width: 270px;
}

.richiediPreventivoW {
	background: #24CD63;
	color: white;
	padding: 18px 45px;
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin: 0 auto;
	white-space: nowrap;
}

.richiediPreventivoW>i {
	font-size: 1.7rem;
	margin-right: 8px;
}

.richiediPreventivoW:before {
	background: #22b558;
}

/* .richiediPreventivoW:: */

nav,
#containerLogo,
#containerSocial {
	width: calc(50% - 200px);
	text-align: center;
}

#containerLogo {
	height: 80%;
	width: auto;
}

#containerLogo>a::before,
#logoFooter>a:before {
	display: none;
}

#containerLogo>a>img {
	max-height: 100%;
	max-width: 100%;
	height: auto;
	width: auto;
}

nav {
	position: relative;
}

.social {
	font-size: 1rem;
}

.flag {
	height: 17px;
	overflow: hidden;
	display: inline-block;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	position: relative;
	top: 3px;
}

.flag img {
	height: 100%;
}

nav>ul,
#containerSocial>ul {
	padding: 0;
	margin: 0;
}

nav>ul,
#containerSocial>ul {
	list-style: none;
	display: flex;
	align-items: space-around;
	padding: 20px;
}

nav>ul {
	justify-content: flex-start;


}

#containerSocial>ul {
	justify-content: flex-end;
}

nav>ul>li,
#containerSocial>ul>li {
	margin: 0 15px;
	font-weight: 400;
	text-transform: uppercase;
	font-size: .7rem;
	position: relative;
	padding: 10px 0;
	-webkit-font-smoothing: antialiased;
}

.homeLink.speciale>a {
	background-color: white;
	color: black;
	font-weight: bold;
	border-radius: 2px;
	padding: 10px 20px;
	text-shadow: none;
	font-size: .7rem;
	white-space: nowrap;
}

.homeLink.speciale:hover>a {
	background-color: #FF5C61;
	color: white;
}

.homeLink.speciale>a::before {
	display: none !important;
}

.homeLink>a {

	text-shadow: 1px 1px 5px black;
	color: white;
	position: relative;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}

.homeLink:hover>.dropDownMenu {
	visibility: visible;
}

.dropDownMenu:hover {
	visibility: visible;
}

.dropDownMenu {
	visibility: hidden;
	background: rgba(255, 255, 255, 0.8);
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	position: absolute;
	top: 35px;
	/* bottom: 0;*/
	left: 0;
	right: 0;
	margin: auto;
	height: auto;
	width: 250px;
	padding: 3px 25px;
	list-style: none;
	text-align: left;
	text-transform: capitalize;

	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	border: 1px solid black;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

}

.dropDownMenu li {
	margin: 5px 0;

	width: 100%;
}

.dropDownMenu a {
	color: black;
	white-space: nowrap;
}





#containerFlare {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	height: 100%;

}

.flare {
	float: left;
	position: absolute;
	height: 100%;
	width: 400px;
	background: rgba(255, 255, 255, 0.1);
	-webkit-transform: skewX(35deg);
	-moz-transform: skewX(35deg);
	-ms-transform: skewX(35deg);
	-o-transform: skewX(35deg);
	transform: skewX(35deg);


}

.flare:nth-of-type(1) {
	-webkit-animation: flare 43s infinite alternate;
	-moz-animation: flare 43s infinite alternate;
	-ms-animation: flare 43s infinite alternate;
	-o-animation: flare 43s infinite alternate;
	animation: flare 43s infinite alternate;
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;

	-webkit-transition-timing-function: cubic-bezier(0.130, 0.370, 0.320, 0.170);
	-moz-transition-timing-function: cubic-bezier(0.130, 0.370, 0.320, 0.170);
	-o-transition-timing-function: cubic-bezier(0.130, 0.370, 0.320, 0.170);
	transition-timing-function: cubic-bezier(0.130, 0.370, 0.320, 0.170);
}

.flare:nth-of-type(2) {
	-webkit-animation: flareSec 39s infinite alternate;
	-moz-animation: flareSec 39s infinite alternate;
	-ms-animation: flareSec 39s infinite alternate;
	-o-animation: flareSec 39s infinite alternate;
	animation: flareSec 39s infinite alternate;
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;

	-webkit-transition-timing-function: cubic-bezier(0.550, 0.085, 0.680, 0.530);
	-moz-transition-timing-function: cubic-bezier(0.550, 0.085, 0.680, 0.530);
	-o-transition-timing-function: cubic-bezier(0.550, 0.085, 0.680, 0.530);
	transition-timing-function: cubic-bezier(0.550, 0.085, 0.680, 0.530);
}

#main {
	background-size: cover;
	background-position: center;
	/*min-height: 100%;*/
	width: 100%;
	overflow: hidden;
	overflow-y: auto;
	position: relative;
	-webkit-transition: background-image 1s ease-in-out 0s;
	-moz-transition: background-image 1s ease-in-out 0s;
	-ms-transition: background-image 1s ease-in-out 0s;
	-o-transition: background-image 1s ease-in-out 0s;
	transition: background-image 1s ease-in-out 0s;
}

#main::before,
#mainOther::before,
#mainOtherService::before {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	background: rgba(28, 28, 30, 0.5);
	z-index: 1;

}

#mainOther,
#mainOtherService {
	background-position: center;
	background-size: cover;
	height: 85%;
	width: 100%;
	position: relative;
	overflow: hidden;
}

#mainOtherService {
	height: 65%;
}

#containerBody {
	padding: 50px 0;
	text-align: center;
	color: #484848;
}

h2.photogallery {
	margin: 50px auto;
	font-size: 2rem;
	font-family: 'Open Sans';
	font-weight: 900;
	background: rgba(0, 0, 0, 1);
	color: white;
	padding: 10px 60px;
	width: max-content;
	box-sizing: border-box;
	/* -webkit-animation: glow 1s ease-in-out infinite alternate;
	-moz-animation: glow 1s ease-in-out infinite alternate;
	animation: glow 1s ease-in-out infinite alternate; */
}

.containerPhotoLine {
	width: 100%;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	margin-top: 50px;
}

.photo {
	width: 40%;
	height: auto;
	background: transparent;
	-webkit-box-shadow: 0px 3px 30px 1px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0px 3px 30px 1px rgba(0, 0, 0, .1);
	box-shadow: 0px 3px 30px 1px rgba(0, 0, 0, .1);
}

.photo img {
	width: 100%;
	display: block;
}

.containerListService {
	width: 95%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: auto;
	margin: 25px auto;
}

.listService {
	width: 130px;
	height: 180px;
	color: inherit;
	overflow: hidden;
	display: flex;
	padding: 0 20px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	border: 1px solid #c5cdd7;
	-webkit-box-shadow: 0px 3px 30px 1px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0px 3px 30px 1px rgba(0, 0, 0, .1);
	box-shadow: 0px 3px 30px 1px rgba(0, 0, 0, .1);
}

.listService:hover {
	-webkit-box-shadow: 0 15px 20px 0 rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 15px 20px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 15px 20px 0 rgba(0, 0, 0, .1);
}

.listService .containerIcon {
	width: 50%;
	margin: 10px;
}

.listService .containerIcon img {
	max-width: 100%;
	max-height: 100%;
}


.singleService {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	align-items: center;
	width: 70%;
	margin: auto;

	padding: 20px;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.singleService form {
	padding: 20px;
	text-align: center;
}

.labelForm {
	display: block;
	text-align: left;
	width: 300px;
	font-weight: 900;
	font-size: .8rem;
	text-transform: uppercase;
	margin-bottom: 5px;
}

.inputForm {
	display: block;
	text-align: left;
	width: 300px;
	background: white;
	border: none;
	border-bottom: 1px solid #efefef;
	margin-bottom: 20px;
	height: 25px;
	padding: 0;
	line-height: normal;
	font-family: normal;
}

.quote {
	margin: auto;
	width: fit-content;
	display: block;
	max-width: 400px;
	margin-top: 20px;
}

.quoteDescription {
	font-size: .7rem;
	display: block;
	position: relative;
	top: -2px;
}

.quote .grassetto {
	font-size: .7rem;
	display: block;
	margin-top: 5px;
}

#messaggio {
	height: auto;
	resize: none;
	min-height: 50px;
}

/* .inputForm:focus{
				border-color: none;
			} */

#elencoContatti {
	list-style: none;
	text-align: left;
}

#elencoContatti a {
	color: #484848;
	text-decoration: none;
}

#elencoContatti li {
	margin: 10px 0;
}

#elencoContatti i {
	font-size: 1.3rem;
	position: relative;
	top: 1px;
	color: black;
	margin: 0 8px;
	text-align: center;
	width: 30px
}



/* .containerCta{
		position: absolute;
		bottom:0;
		margin:auto;
		right:0;
		left:0;
	} */
.contatti {
	font-size: .8rem;
}

.contatti>span {
	display: block;
	font-weight: 300;
	margin: 5px 0;
}

.contatti a {
	color: #484848;
	font-weight: 900;
}

#containerBody h3,
#formAbove h3 {
	font-weight: 300;
	font-size: 2rem;
	margin: 10px 0;
	white-space: nowrap;
	text-overflow: ellipsis;
	position: relative;
	width: fit-content;
}

#containerBody h3::before,
#formAbove h3::before {
	position: absolute;
	content: "-";
	bottom: 1px;
	color: #ff5c61;
	width: 30px;
	left: -25px;
	margin: auto;
}

#containerBody h3::after,
#formAbove h3::after {
	position: absolute;
	content: "-";
	top: 0;
	color: #ff5c61;
	width: 30px;
	right: -25px;
	margin: auto;
}

#formAbove h3 {
	margin: auto;
}

#containerBody p {
	font-weight: 400;
	margin: 10px 0;
}

.elencoServizi {
	display: inline-block;
	list-style: none;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	padding: 0;
	width: 80%;
}

.elencoServizi>li {
	height: 90px;
	margin: 20px 0;
	display: flex;
	justify-content: space-around;
	flex-direction: column;
	font-size: .65rem;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #efefef;
	-webkit-box-shadow: 0px 3px 30px 1px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0px 3px 30px 1px rgba(0, 0, 0, .1);
	box-shadow: 0px 3px 30px 1px rgba(0, 0, 0, .1);
	width: calc((100% / 3) - 20px);
	padding: 30px 0;
	flex-shrink: 0;
	padding: 10px;
	cursor: pointer;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}

.imageElencoServizi.callToAction {
	text-transform: none;
	font-weight: inherit;
	min-width: 0px;
	text-align: center;
	background-color: transparent;
	transform: none;
	overflow: hidden;
	position: relative;
	cursor: pointer;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 5px;
	border: none;
	font-family: 'Open Sans', sans-serif;
	-webkit-appearance: none;
}

.elencoServizi>.imageElencoServizi {
	background-size: cover;
	color: white;
	transition: all 1s;
	text-shadow: 1px 1px 5px black;
	width: 400px;
	height: auto;
	padding: 30px 0;

}

.listaComponenenti {
	height: auto;
	max-height: 0px;
	overflow: hidden;
	transition: max-height 0.15s ease-out;
	list-style: none;
	padding: 0;
	margin-top: 0;


}

.listaComponenenti {
	max-height: 500px;
	margin-top: 10px;
	transition: max-height 0.15s ease-out;
	text-align: left;
	list-style: none;
	overflow: visible;
}

.listaComponenenti>li {
	margin: 5px;
}

.listaComponenenti>li::before {
	content: "\2022";
	color: #FF5C61;
	font-weight: bold;
	display: inline-block;
	width: 1em;
	margin-left: -1em;
}

.imageElencoServizi:hover {
	background-image: linear-gradient(rgba(0, 0, 0, 1), rgba(0, 0, 0, 1));
}

.elencoServizi>li:hover {
	box-shadow: -10px 3px 30px 1px rgb(0 0 0 / 10%);
}

.elencoServizi>li:hover .price {
	color: white;
}

.elencoServizi>li strong {
	font-size: 1rem;
}

.price {
	font-size: 1rem;
	color: #FF5C61;
}



#containerTitles {
	text-align: center;
	width: 80%;
	position: relative;
	margin: auto;
	margin-top: 140px;
	margin-bottom: 70px;
	color: white;
	z-index: 1;
}

#homeH1 {
	position: relative;
	font-size: 3vw !important;
	padding: 30px 30px !important;
	display: inline-block;
}

#homeH1::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 33%;
	border-top: 1px solid white;
	border-left: 1px solid white;
}

#homeH1::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: 33%;
	border-bottom: 1px solid white;
	border-right: 1px solid white;
}

#containerTitles>h1 {
	font-size: 3rem;
	font-weight: 300;
	padding: 40px 0 20px;
	text-transform: uppercase;
}

#containerTitles>h2 {
	font-size: 1rem;
	font-weight: 400;
	width: 80%;
	margin: 20px auto;
	text-shadow: 1px 1px 5px black;
}

#containerTitles>h3 {
	font-size: 1.5rem;
	font-weight: 400;
}

#containerTitles>h3>.grassetto {
	font-size: 1.4rem;
}

#containerTag {
	margin: 30px auto;
	width: 850px;
	height: 200px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;

	text-shadow: 1px 1px 5px black;
}

.containerTagService {
	width: 70% !important;
}

#containerTag>a {
	padding: 7px 15px;
	margin: 2px;
	width: calc((100% / 6) - 10px);

	color: rgba(255, 255, 255, 0.8);
	font-weight: bold;
	font-size: .65rem;
	overflow: hidden;
	display: inline-block;
	position: relative;
	-webkit-box-shadow: 0px 3px 30px 1px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0px 3px 30px 1px rgba(0, 0, 0, .1);
	box-shadow: 0px 3px 30px 1px rgba(0, 0, 0, .1);
	text-transform: uppercase;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;

	width: 100px;
	height: 40px;
	border: 2px solid rgba(255, 255, 255, 0.7);
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
}

.containerTagService>a {
	background: #FF5C61 !important;
	color: white !important;
	padding: 10px 20px !important;
	margin: 5px !important;
}

#containerTag>a:hover {
	/*	background: transparent;*/
	color: white;
	border: 2px solid #ff5c61;
	background: #ff5c61;
}

/*#containerTag > a:hover{
			color:white;
			background: #ff5c61;
		}*/

/*#containerTag > a:before{
		  content: "";
		  position: absolute;
		  top: 0;
		  left: 0;
		  right: 0;
		  bottom: 0;
		  height: 0;
		  width: 0;
		  margin:auto;
		  background: rgba(255,255,255,0.1);
		  -webkit-border-radius: 100%;
		  -moz-border-radius: 100%;
		  border-radius: 100%;
		  border:none;
		  right:0;
		  margin:auto;
		  -webkit-transition-property: height width;
		  transition-property: height width;
		  -webkit-transition-duration: 0.3s;
		  transition-duration: 0.3s;
		  -webkit-transition-timing-function: ease-in-out;
		  transition-timing-function: ease-in-out;
		  z-index: 999;
		}

		#containerTag > a:hover:before, #containerTag > a:focus:before, #containerTag > a:active:before {
		  height:270px;
		  width: 270px;
		}*/

#servizio {
	border-bottom: 3px solid white;
	font-weight: 400;
	font-size: 3rem;
}

#buttonHome {
	margin-top: 0;
	display: inline-block;
	color: white;
	background-color: #FF5C61;
	-webkit-box-shadow: 0px 3px 30px 1px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0px 3px 30px 1px rgba(0, 0, 0, .1);
	box-shadow: 0px 3px 30px 1px rgba(0, 0, 0, .1);
	text-shadow: none;


	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	overflow: hidden;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	position: relative;
}

#buttonHome:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 0;
	width: 0;
	margin: auto;
	background: #fd666b;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	-webkit-transition-property: height width;
	transition-property: height width;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
}

#buttonHome:hover:before,
#buttonHome:focus:before,
#buttonHome:active:before {
	height: 270px;
	width: 270px;

}

#subService {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: stretch;
}

.sponsor,
.scuole {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 90%;
	margin: auto;
}


.sponsor a::before,
.scuole a::before {
	display: none;
}

.sponsor>div,
.scuole>div {
	width: 10%;
	position: relative;
	flex-shrink: 0;
	/*-webkit-filter: invert(100%);*/
	padding: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.scuole>div {
	width: 25%;
	height: auto;
}

.sponsor img,
.scuole img {
	width: 100%;
}

#main::after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 80%;
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .4) 80%, rgba(0, 0, 0, .4) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .4) 80%, rgba(0, 0, 0, .4) 100%);
}

#containerSlider {
	position: absolute;
	height: 100%;
	width: 100%;
	overflow: hidden;

	object-fit: cover;
}

#containerSlider .sliderImg {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;

	height: 100%;
	width: 100%;

	z-index: 0;
	background-size: cover;
	background-position: center;
	display: none;
}

#containerSlider .sliderImg:nth-of-type(3) {
	display: block;
}

#_0 {
	background: url(../img/bg/0.jpg);
}

#_1 {
	background: url(../img/bg/1.jpg);
}

#_2 {
	background: url(../img/bg/2.jpg);
}

#_3 {
	background: url(../img/bg/3.jpg);
}

#_4 {
	background: url(../img/bg/4.jpg);
}

#_5 {
	background: url(../img/bg/5.jpg);
}

#_6 {
	background: url(../img/bg/6.jpg);
}

#_7 {
	background: url(../img/bg/7.jpg);
}

#_8 {
	background: url(../img/bg/8.jpg);
}

#_9 {
	background: url(../img/bg/9.jpg);
}

#_10 {
	background: url(../img/bg/10.jpg);
}

#_11 {
	background: url(../img/bg/11.jpg);
}

#_12 {
	background: url(../img/bg/12.jpg);
}

#_13 {
	background: url(../img/bg/13.jpg);
}

#_14 {
	background: url(../img/bg/14.jpg);
}

#_15 {
	background: url(../img/bg/15.jpg);
}

#_16 {
	background: url(../img/bg/16.jpg);
}

#_17 {
	background: url(../img/bg/17.jpg);
}

#_18 {
	background: url(../img/bg/18.jpg);
}

#_19 {
	background: url(../img/bg/19.jpg);
}

#_20 {
	background: url(../img/bg/20.jpg);
}



#mainOtherService #containerSlider img,
#mainOther #containerSlider img {
	width: 100%;
	height: auto;
}

.demo a {
	display: inline-block;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	color: white;
	letter-spacing: .1em;
	text-decoration: none;
	transition: opacity .3s;
	font-size: .8rem;
	font-weight: 300;
	z-index: 9;
}

.demo a::before {
	display: none;
}

.demo a:hover {
	opacity: .5;
}





#section07 {
	display: block;
	height: 50px;
	width: fit-content;
	margin: 50px auto 0;
	text-align: center;
}



#section07 a {
	padding-top: 55px;
}

#section07 a span {
	position: absolute;
	top: 0;
	left: 50%;
	width: 16px;
	height: 16px;
	margin-left: -8px;
	border-left: 1px solid white;
	border-bottom: 1px solid white;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-animation: sdb07 2s infinite;
	animation: sdb07 2s infinite;
	opacity: 0;
	box-sizing: border-box;
}

#section07 a span:nth-of-type(1) {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}

#section07 a span:nth-of-type(2) {
	top: 16px;
	-webkit-animation-delay: .15s;
	animation-delay: .15s;
}

#section07 a span:nth-of-type(3) {
	top: 32px;
	-webkit-animation-delay: .3s;
	animation-delay: .3s;
}

@-webkit-keyframes sdb07 {
	0% {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@keyframes sdb07 {
	0% {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@keyframes flare {
	from {
		margin-left: 0px;
		background: rgba(255, 255, 255, 0.1);
	}

	to {
		margin-left: 80%;
		background: rgba(255, 255, 255, 0.11);
	}
}

@keyframes flareSec {
	from {
		margin-left: 90%;
		background: rgba(255, 255, 255, 0.0.09);
	}

	to {
		margin-left: -21px;
		background: rgba(255, 255, 255, 0.1);
	}
}

#containerFormAbove {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	margin: auto;
	z-index: 99999;
	overflow: hidden;
	display: none;
}



#closeDiv {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	height: 100%;
	width: 100%;

}

#times {
	color: white;
	width: 100%;
	text-align: right;
	padding: 10px;
	display: block;
	height: fit-content;
	font-size: 1.3rem;
	cursor: pointer;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	background: rgba(0, 0, 0, 0.6);
	height: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#formAbove {
	width: 50%;
	height: 90%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	padding: 40px;
	overflow: auto;
	text-align: center;
	background: white;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* #formAbove h3{

		} */

#formAbove .labelForm,
#formAbove .inputForm {
	margin: 5px auto;
}

#formAbove .labelForm {
	margin-top: 10px;
}

#formAbove p {
	margin: 10px auto;
	display: inline-block;
}

.closePreventivo {
	margin-top: 30px;
	display: block;
	text-align: center;
	color: #ff5c61;
	cursor: pointer;
}

.closePreventivo:hover::before {
	display: none;
}

.pulse {
	box-shadow: 0 0 0 rgba(255, 92, 97, 0.4);
	animation: pulse 2s 1;
	-webkit-animation: pulse 2s 1;
	animation-delay: .25s;
	-webkit-animation-delay: .25s;
}

/*.pulse:hover {
	   animation: none;
	 }
*/

#buttonAssistenza {
	position: fixed;
	bottom: 20px;
	right: 30px;
	background: #24CD63;
	z-index: 999999;
	font-size: 3rem;
	border-radius: 100%;
	width: 70px;
	color: white !important;
	height: 70px;
	text-align: center;
	box-shadow: -1px 3px 20px -10px black;

	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}



#buttonAssistenza i {
	color: white !important;
	font-size: 2.5rem;
	position: relative;
	top: -1.5px;
}

footer {
	background: #303030;
	color: white;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	position: relative;
	justify-content: space-around;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.footerSection {
	width: 25%;
	white-space: nowrap;
	margin: 30px auto;
}

.footerSection p {
	white-space: normal;
	font-size: .8rem;
	margin: 0;
}

.footerSection h4 {
	font-weight: bold;
	text-transform: uppercase;
	font-size: .8rem;
	letter-spacing: 1px;
	position: relative;
	padding: 10px 0;
	-webkit-font-smoothing: antialiased;
	margin: 0;
}


.footerMenu {
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 80%;
	width: fit-content;
	margin: 0;
}

.footerMenu a {
	color: white;
	padding: 5px 0;
	/*font-weight: 400;
				text-transform: uppercase;
				font-size:.9rem;
				letter-spacing: 1px;
				position: relative;
				padding: 10px 0;
				-webkit-font-smoothing: antialiased;
				margin:0;*/
}

.footerSection #elencoContattiFooter {
	color: white;
	list-style: none;
	padding: 0;
	margin: 0;
}

#disclaimer {
	width: 100%;
	padding: 10px 20px;
	text-align: center;
	display: block;
	flex-shrink: 0;
	font-size: .7rem;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.noLink {
	text-decoration: none;
	color: inherit;
}

.footerSection #elencoContattiFooter li {
	margin: 0;
	margin-bottom: 5px;
	font-size: .8rem;
}

.footerSection #elencoContattiFooter li i {
	text-align: center;
	margin: 5px 13px 0 0;
	width: 10px;
}

.footerSection #elencoContattiFooter li a {
	color: white;
	text-decoration: none;
}

.footerSection #logoFooter {
	width: 200px;
	text-align: center;
	margin: auto;
	height: 100%;
	position: relative;
}

.footerSection #logoFooter a {
	position: relative;
	height: 100%;
	width: 100%;
	display: block;
}

.footerSection #logoFooter img {
	margin: auto;
	width: 100%;
	display: block;
}

#containerSocialFooter {
	width: 100%;
	height: fit-content;
	flex-shrink: 0;
	padding: 15px 0;
	background: rgba(255, 255, 255, 0.1);
}

#containerSocialFooter ul {
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: center;
	margin: 0;
}

#containerSocialFooter ul li {
	color: inherit;
	text-decoration: none;
	margin: 0 27px;
}

#containerSocialFooter ul li a {
	color: inherit;
	text-decoration: none;
}

#containerSocialFooter ul li a i {
	font-size: 1.3rem;
}

@-webkit-keyframes pulse {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(255, 92, 97, 0.4);
	}

	70% {
		-webkit-box-shadow: 0 0 20px 20px rgba(255, 92, 97, 0);
	}

	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(255, 92, 97, 0);
	}
}

@keyframes pulse {
	0% {
		-moz-box-shadow: 0 0 0 0 rgba(255, 92, 97, 0.4);
		box-shadow: 0 0 0 0 rgba(255, 92, 97, 0.4);
	}

	70% {
		-moz-box-shadow: 0 0 20px 20px rgba(255, 92, 97, 0);
		box-shadow: 0 0 20px 20px rgba(255, 92, 97, 0);
	}

	100% {
		-moz-box-shadow: 0 0 0 0 rgba(255, 92, 97, 0);
		box-shadow: 0 0 0 0 rgba(255, 92, 97, 0);
	}
}


.mobile {
	display: none;
}

#googleMaps {
	height: 500px;
	width: 500px;
}

#googleMaps iframe {
	height: 100%;
	width: 100%;
}

#home header.desktop {
	background: rgba(0, 0, 0, 0.7);
	height: 60px;
}

/* mobile */
/* mobile */
/* mobile */
/* mobile */
/* mobile */
/* mobile */
/* mobile */
/* mobile */
/* mobile */
/* mobile */
/* mobile */
/* mobile */
/* mobile */
/* mobile */
/* mobile */
/* mobile */
/* mobile */
/* mobile */
/* mobile */
/* mobile */
/* mobile */
/* mobile */
/* mobile */
/* mobile */
/* mobile */
/* mobile */
/* mobile */
/* mobile */
/* mobile */
/* mobile */
/* mobile */
/* mobile */
/* mobile */
/* mobile */
/* mobile */
/* mobile */
/* mobile */
/* mobile */
/* mobile */
/* mobile */
/* mobile */
/* mobile */
/* mobile */
/* mobile */
/* mobile */
/* mobile */
/* mobile */
/* mobile */
/* mobile */
/* mobile */
/* mobile */
/* mobile */
/* mobile */
/* mobile */
/* mobile */
/* mobile */
/* mobile */
/* mobile */
/* mobile */
/* mobile */
/* mobile */
/* mobile */
/* mobile */
/* mobile */
/* mobile */
/* mobile */

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

	a:hover::before {
		-webkit-transition: all 0s;
		-moz-transition: all 0s;
		-ms-transition: all 0s;
		-o-transition: all 0s;
		transition: all 0s;
	}

	.desktop {
		display: none;
	}

	.mobile {
		display: block;
	}

	#main {
		overflow: auto;
		overflow-x: hidden;
	}

	#main::after {
		position: fixed;
	}

	#main::before {
		position: fixed;
	}

	#mainOther,
	#mainOtherService {
		height: auto;
	}

	#elencoContatti {
		padding: 0;
	}

	.elencoServizi>.imageElencoServizi {
		min-height: 200px;
		width: 100%;
	}

	.listaComponenenti {
		max-height: 500px;
		width: 100%;
		margin-top: 10px
	}

	#mainOtherService #containerSlider img,
	#mainOther #containerSlider img {
		height: 100%;
		width: auto;
	}

	/*#_0{
		background: url(../img/bgmobile/bg0.jpg);
	}
	#_1{
		background: url(../img/bgmobile/bg1.jpg);
	}
	#_2{
		background: url(../img/bgmobile/bg2.jpg);
	}*/

	#containerBody {
		padding: 0
	}

	.singleService {
		margin-top: 0
	}

	#mobileMenu {
		position: fixed;
		width: 280px;
		overflow: hidden;
		text-align: center;
		height: 100%;
		right: -285px;
		bottom: 0;
		top: 0;
		background: white;
		display: block;
		/*border-left:1px solid;*/
		z-index: 9999;
		-webkit-box-shadow: -2px 0px 8px 0px rgba(0, 0, 0, 0.3);
		-moz-box-shadow: -2px 0px 8px 0px rgba(0, 0, 0, 0.3);
		box-shadow: -2px 0px 8px 0px rgba(0, 0, 0, 0.3);
	}

	nav {
		background: white;
	}

	#mobileMenuBehind {
		content: '';
		position: fixed;
		display: none;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.3);
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 11;
	}


	.containerListService {
		flex-wrap: wrap;
		width: 100%;
		justify-content: space-around;
	}

	.listService {
		flex-shrink: 0;
		width: 30%;
		margin: 25px 0;
	}


	#home header.mobile {
		background: rgba(0, 0, 0, 0.7);
	}

	header.mobile {
		display: flex !important;
		justify-content: space-around;
		/*flex-wrap:wrap;*/
		padding: 0;
		height: 100px;
		/*background: rgba(0,0,0,0.7);*/
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	header.mobile>.flagContainer {
		width: 20%;
		text-align: center;
	}

	header.mobile>#burger {
		width: 20%;
		text-align: center;
		height: 100px;
		line-height: 100px;
	}



	#containerSocialHeaderList {
		display: flex !important;
		padding: 0;
		justify-content: space-around;
		flex-wrap: wrap;
	}

	/*#containerSocialHeaderList > li{
			width:40%;
		}*/

	#containerSocialHeaderList>li>a {
		font-size: 1.3rem;
	}

	#containerLogo {
		height: auto;
		width: 40%;
		z-index: 2;
		text-align: center;
		text-align: center;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		max-height: 90%;
		position: relative;
	}

	#containerLogo>a,
	#containerLogo>a>img {
		max-height: 90px;
	}



	#containerSocialHeader {
		overflow: hidden
	}

	#containerSocialHeader>ul {
		list-style: none;
		display: none
	}

	nav {
		z-index: 3;
		width: 100%;
		height: 100%;
		overflow: auto;

		-webkit-overflow-scrolling: touch;
		overflow-y: scroll;
	}

	nav>ul {
		justify-content: space-around;
		flex-direction: column;
		align-items: flex-end;
		width: 100%;
		display: flex;
		box-sizing: border-box;
		margin: auto;
		height: auto;
		padding: 0px;
		padding-top: 0;
		overflow: auto;
		height: fit-content;

		-webkit-overflow-scrolling: touch;
		overflow-y: scroll;
	}

	nav>ul>li {
		font-size: 1.5rem;
		/*padding:25px 0;*/
		padding: 0 20px;
		border-top: 1px solid #efefef;
		width: 100%
	}

	.dropDownMenu {
		display: none;
	}

	#burger {
		height: 50px;
		width: 50px;
		z-index: 2;
		text-align: right;
		color: white;
		font-size: 2rem;
		cursor: pointer;

	}

	#chiudiMenu {
		color: #ff5c61;
		text-transform: uppercase;
		margin: 0px 5px;
		cursor: pointer;
		width: 100%;
		height: 70px;
		line-height: 70px;
		text-align: right;
		border: none;
	}

	#containerSocial {
		position: relative;
		bottom: 0;
		width: 100%;
		text-align: center;
		color: white;
		z-index: 2;
	}

	#containerTag {
		justify-content: space-around;
		width: 100%;
		height: auto;
	}

	#containerTag>a {
		width: 35%;
		margin: 5px auto;
		padding: 0px;
	}


	#containerTitles {
		width: 90%;

		margin-top: 100px;
	}

	#containerTitles h1 {
		font-size: 2.3rem;
	}

	#homeH1 {
		font-size: 3vw !important;
		position: relative;
		padding: 20px 20px !important;
		margin: 40px 0 20px !important;
		font-weight: bold !important;
		white-space: nowrap;
	}

	#homeH1::before {
		content: '';
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		margin: auto;
		width: 33%;
		border-top: 1px solid white;
		border-left: 1px solid white;
	}

	#homeH1::after {
		content: '';
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		margin: auto;
		width: 33%;
		border-bottom: 1px solid white;
		border-right: 1px solid white;
	}

	#containerSocial>ul {
		justify-content: space-around;
	}

	#containerSocial>ul>li>a {
		color: white;
	}


	.elencoServizi {
		flex-wrap: wrap;
		width: 100%;
		flex-direction: row !important;

	}

	.elencoServizi>li {
		width: 80%;
	}

	.singleService {
		margin: 30px auto;
		width: 90% !important;
		flex: initial !important;
		margin-top: 0;
	}

	#containerBody h3,
	#formAbove h3 {
		white-space: normal;
		font-size: 1.1rem;
		white-space: nowrap;
	}

	.inputForm,
	.labelForm {
		width: 95%;

	}

	.sponsor,
	.scuole {
		display: flex;
		justify-content: space-between;
		width: 100%;
		margin: auto;
		overflow: auto;
	}

	.sponsor>div,
	.scuole>div {
		width: 20%;
		padding: 10px;
	}

	#formAbove {
		width: 90%;
		height: 85%;
		-webkit-overflow-scrolling: touch;
		overflow-y: scroll;
	}

	#formAbove p {
		font-size: .8rem;
	}

	.photo {
		width: 90%;
		height: auto;
		margin: 15px auto;
	}

	.containerPhotoLine {
		margin-top: 0;
		flex-wrap: wrap;
	}

	h2.photogallery {
		margin: 50px auto 25px;
		font-size: 1.5rem;
		font-family: 'Open Sans';
		font-weight: 900;
		background: rgba(0, 0, 0, 1);
		color: white;
		padding: 10px 60px;
		width: 90%;
		box-sizing: border-box;
		/* -webkit-animation: glow 1s ease-in-out infinite alternate;
		-moz-animation: glow 1s ease-in-out infinite alternate;
		animation: glow 1s ease-in-out infinite alternate; */
		text-align: center;
	}



	#googleMaps {
		padding: 20px;
	}

	.homeLink {
		text-align: right;
		margin: 0px auto;
		padding: 15px 20px;
		font-size: 1rem;
		font-weight: bold;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}



	.homeLink>a {
		color: black;
		text-shadow: none;
		-webkit-transition: all 0s;
		-moz-transition: all 0s;
		-ms-transition: all 0s;
		-o-transition: all 0s;
		transition: all 0s;
	}

	.homeLink .dropDownMenuMobile {
		list-style: none;
		text-align: right;
		font-weight: 400;
		display: none;
		overflow: hidden;

		/*-webkit-transition: all .25s ease-in-out;
		   -moz-transition: all .25s ease-in-out;
		    -ms-transition: all .25s ease-in-out;
		     -o-transition: all .25s ease-in-out;
		        transition: all .25s ease-in-out;*/
	}

	.altezzaAuto {
		height: auto;
	}

	.homeLink .dropDownMenuMobile>li {
		font-size: .7rem;
		padding: 20px 0;
		border-bottom: 1px solid #efefef;
	}

	.homeLink .dropDownMenuMobile li:first-of-type {
		border-top: 1px solid #efefef;
		margin-top: 20px;
	}

	.flag {
		height: 20px;
		width: 20px;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		border-radius: 20px;
		margin: 0 5px;
		position: relative;
		cursor: pointer;
	}

	.flag img {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
	}

	.social {
		font-size: 1.5rem;
	}

	footer {
		text-align: center;
		z-index: 99;
	}

	#containerFormAbove {
		z-index: 999;
	}


	.footerSection {
		width: 100%;
		height: auto;
		margin: 30px 0;
	}

	.footerSection #elencoContattiFooter {
		display: inline-block;
		width: fit-content;
		text-align: left;
		margin: auto;
	}

	.footerSection #logoFooter img {
		position: relative;
	}

	.footerSection p {
		padding: 0 30px;
	}



	.footerSection:nth-of-type(2) {
		order: 1;
	}

	.footerSection:nth-of-type(3) {
		order: 0;
	}

	.footerSection:nth-of-type(4) {
		order: 2;
	}

	#disclaimer {
		order: 4;
	}

	.footerMenu {
		text-align: left;
		margin: auto;
		flex-direction: row;
		justify-content: space-between;
		align-items: flex-start;
		height: fit-content;
		width: 80%;
		margin: auto;
	}

	.campiObbligatori {
		width: 100%;
	}
}

.iti__flag {
	background-image: url("../img/flags.png");
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
	.iti__flag {
		background-image: url("../img/flags@2x.png");
	}
}

/* @keyframes glow {
	from {
		text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #e60013, 0 0 40px #e60013, 0 0 50px #e60013, 0 0 60px #e60013, 0 0 70px #e60013;
	}

	to {
		text-shadow: 0 0 20px #fff, 0 0 30px #ff4d56, 0 0 40px #ff4d56, 0 0 50px #ff4d56, 0 0 60px #ff4d56, 0 0 70px #ff4d56, 0 0 80px #ff4d56;
	}
} */