html{
	scroll-behavior: smooth;
}
body{
	margin: 0;
	font-family: 'Noto Sans JP', sans-serif;
	background-color: #202731;
}
img{
	width: 100%;
}
/*typography*/
h2{
	color: #fff;
	font-size: 40px;
	font-weight: bold;
	margin-bottom: 40px;
}
h3{
	font-size: 28px;
    color: #fff;
	margin-bottom: 40px;
	text-transform: uppercase;
	font-weight: 500;
}
h4{
	font-size: 35px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 25px;
}
h5{
	font-size: 22px;
    color: #fff;
    font-weight: 300;
    letter-spacing: 1px;
}
p{
	color: #fff;
	font-weight: 300;
}
.centro{
	text-align: center;
}
.btn{
	display: inline-block;
	background-color:#cd2e26;
	color:#fff;
	text-transform: uppercase;
	padding: 10px 20px;
	border:1px solid #cd2e26;
	text-decoration: none;
	margin-top: 20px;
}
.btn.outline{
	background-color: transparent;
	border: 1px solid #fff;
}
.icona{
      font-family: "icons";
      font-style: normal;
      font-weight: normal;
      speak: never;    
      display: inline-block;
      text-decoration: inherit;
      width: 1em;
      margin-right: .2em;
      text-align: center;
      font-variant: normal;
      text-transform: none;
      line-height: 1em;
      margin-left: .2em;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
}
a:hover{
	color: #cd2e26;
}
.btn:hover{
	background-color: transparent;
    color: #fff;
    border-color: #fff;
}
.btn.outline:hover{
	background-color: #fff;
	color: #cd2e26;
}
b, strong{
	font-weight: bold;
}
ul li{
	color: #fff;
}
/*dashboard*/
.dashboard{
	background-color: #202731;
	position: fixed;
	top: 0;
	left: 0;
	height: 100vh;
	width: 200px;
	z-index: 5;
}
.logo-dashboard{
	position: absolute;
	width: 130px;
	top:50px;
	left:50%;
	transform: translateX(-50%);
	opacity: 0;
	transition: all 500ms ease;
}
.go-prenota{
	position: absolute;
	display: flex;
	width: 100%;
	height: 200px;
	background-color: #383c45;
	bottom: 0;
	left:0;
	align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    text-transform: uppercase;
}
.go-prenota a{
	position: absolute;
	top:0;
	left:0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.go-prenota div{
	text-align: center;
}
.go-prenota span{
	display: block;
	margin-bottom: 10px;
}
.go-prenota:hover{
	background-color: #cd2e26;
}
.social-dashboard{
	display: none;
	top: 50px;
    position: absolute;
    text-align: center;
    width: 100%;
}
.social-dashboard a{
	color: #fff;
}
/*header*/
header{
	background-color: #202731;
	padding-left: 200px;
	position: relative;
    z-index: 999;
}
.container-header{
	padding:50px 200px;
	display: flex;
	position: relative;
}
.logo{
	margin-right: 150px;
}
.menu{
	display: flex;
	align-items: center;
	width: 65%;
    justify-content: flex-end;
}
.link-menu{
	margin: 0 10px;
	padding: 10px 0px;
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	font-weight: 500;
	border-top: 2px solid transparent;
	text-transform: uppercase;
}
.link-menu:hover, .link-menu.attivo{
	border-top-color: #cd2e26;
	text-decoration: none;
	color:#cd2e26;
}
.logo{
	width: 200px;
}
.social-header{
    position: absolute;
    right: 200px;
    top: 50%;
    transform: translateY(-50%);
}
.social-header a{
	color:#fff;
}
.menu-mobile{
	display: none;
	width: 35px;
    position: absolute;
    right: 150px;
	top: 50%;
    transform: translateY(-50%);
	z-index: 999;
}
.linea{
	width: 100%;
	height: 2px;
	background-color: #fff;
	transition: all 550ms ease;
}
.l-2, .l-3{
	margin-top: 8px;
}
.nav-mobile{
	position: fixed;
    width: 100%;
    background-color: #202831;
    padding: 60px 0 60px 150px;
    top: 0;
    left: 0px;
	transform: translateY(-120%);
	transition: all 550ms ease;
}
.menu-mobile.attivo .l-1{
	transform: rotate(45deg);
}
.menu-mobile.attivo .l-2{
	display: none;
}
.menu-mobile.attivo .l-3{
	transform: rotate(-45deg);
    margin-top: -3px;
}
/*layout*/
section{
	margin-left: 200px;
	background-color: #202731;
	padding:200px 0;
}
section.m-padding{
	padding: 50px 0;
}
section.full-width{
	position: relative;
	margin-left: 0;
	padding:0;
	z-index: 51
}
.intro{
	position: relative;
	background-image: url('../img/intro-home-suardi-revisioni.jpg');
	background-size: cover;
	background-position: center center;
	height: 90vh;
	padding: 0;
}
.overlay{
	position: absolute;
	width:100%;
	height: 100%;
	top:0;
	left: 0;
	background-color: rgba(0,0,0,0.4);
	background-image: url('../img/black-dots.png');
	background-repeat: repeat;
	background-position: center center;
}
.intro-content{
	position: absolute;
	top:50%;
	left:50%;
	transform: translate(-50%, -50%);
	text-align: center;
	z-index: 2;
}
.intro-content img{
	width: 600px;
	margin-bottom: 30px;
}
.intro-content p{
	font-size: 22px;
	line-height: 30px;
	color: #fff;
}
.image-box, .contenuto-testo{
	padding: 0 40px;
}
.contenuto-testo{
	display: flex;
	height: 100%;
	align-items: center;
}
.contenuto-testo p{
	text-align: justify;
}
.image-box{
	position: relative;
	padding:40px 100px;
}
.image-box:after{
    content: '';
    position: absolute;
    height: 95%;
    width: 60%;
    border: 4px solid #3a3d46;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}
.image-box img{
	position: relative;
	z-index: 2;
}
section.no-p-bottom{
	padding-bottom: 0;
}
.no-margine{
	margin-left: 0px;
}
.container{
	max-width: 80% !important; 
}
/*reminder*/
.full-width.reminder{
	position: relative;
	background-image: url('../img/sfondo-reminder.jpg');
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	padding: 200px 0;
	margin-bottom: 150px;
	margin-left: 200px;
	z-index: 2;
}
.full-width.reminder:before{
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(185 44 34 / 80%);
    background-image: url(../img/black-dots.png);
}
.testo-reminder{
	width: 50%;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 2;
}
.testo-reminder p{
	margin-bottom: 25px;
}
/*servizi*/
#servizi{
	overflow: hidden;
	position: relative;
	margin-left: 200px;
	z-index: 6;
}
.row-servizi .col-md-3{
	padding:0 !important;
}
.box-servizio{
	position: relative;
	min-height: 700px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.box-servizio.revisione{
	background-image:url('../img/revisione.jpg');
}
.box-servizio.prove{
	background-image:url('../img/prove.jpg');
}
.box-servizio.metano{
	background-image:url('../img/metano.jpg');
}
.box-servizio.gpl{
	background-image:url('../img/gpl.jpg');
}
.overlay-servizio{
	position: absolute;
    width: 100%;
    height: 100%;
    background-color: #383c45;
    opacity: 0.6;
    z-index: 1;
    transition: all 500ms ease;
}
.box-servizio h2{
	font-size: 30px;
	line-height: 30px;
	text-align: center;
	position: absolute;
	width: 80%;
	top: 50%;
	left:50%;
	transform: translate(-50%, -50%);
	z-index: 2;
	transition: all 500ms ease;
}
.contenuto-servizio{
	position: absolute;
	width: 80%;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
	opacity: 0;
	transition:all 500ms ease;
	z-index: 2;
}
.contenuto-servizio a{
	color:#cd2e26;
}
.box-servizio:hover > .contenuto-servizio{
	opacity: 1;
}
.box-servizio:hover > .overlay-servizio{
	opacity: 0.95;
}
.box-servizio:hover > h2{
	opacity: 0;
}
/*plus*/
.bottone{
	position: absolute;
	bottom: 0px !important;
	top:auto !important;
	width: 100px !important;
	height: 100px !important;
	background-color: #383c45;
	display: flex;
	align-items: center;
	justify-content: center;
	left: auto !important;
}
.bottone i{
	color: #fff;
	font-size: 20px;
}
.bottone:hover{
	background-color: #ce2e25;
}
.wrapper-plus{
	height: 650px !important;
}
.swiper-button-next{
	right: 0 !important;
}
.swiper-button-prev{
	right: 100px !important;
}
.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after, .swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after{
	content: none !important;
}
.bottone.swiper-button-prev{
	border-right:1px solid #212831;
}
/*contatti*/
.contatti{
	position: relative;
	margin: 0;
	background-color: #383c45;
	padding-left: 200px;
	padding-right: 200px;
	z-index: 51;
}
.field{
	width: 100%;
    height: 40px;
    background-color: transparent;
    border: none;
    padding: 5px 10px;
    border-bottom: 1px solid #fff;
    margin-bottom: 30px;
    color: #fff;
}
textarea.field{
	min-height: 150px;
}
label.error{
    color:red;
}
.box-info{
	display: flex;
	align-items: center;
	color: #fff;
	font-weight: 300;
	margin-bottom: 30px;
}
.box-contatti{
	padding-right: 200px;
}
.box-info.first{
	margin-top:50px;
}
.box-info i{
	font-size: 40px;
	color: #cd2e26;
	margin-right: 20px;
}
.box-info a{
	color: #fff;
}
.field::-webkit-input-placeholder { /* Edge */
  color: #fff;
}
.field:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
}
.field::placeholder {
  color: #fff;
}
.privacy{
	color: #fff;
	margin-bottom: 20px;
	font-weight: 300;
}
.privacy a{
	color: #fff;
}
.messaggi-form{
	margin-top: 15px;
}
.alert-form{
	display: none;
	padding: 20px;
}
#sentSucces{
	background-color: #b5ffc2;
}
#errorSend{
	background-color: #ffb5b5;
}
/*indicazioni*/
.slide-indicazione{
	height: 700px !important;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.slide-1{
	background-image: url('../img/indicazione-1.jpg');
}
.slide-2{
	background-image: url('../img/indicazione-2.jpg');
}
.slide-3{
	background-image: url('../img/indicazione-3.jpg');
}
.label-indicazione{
	position: absolute;
    bottom: 0px;
    width: 100%;
    background-color: #ce2e25;
    text-align: center;
	padding: 15px 0;
}
.label-indicazione p{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0px;
}
.row-indicazioni .col-md-6{
	padding: 0px !important;
}
.sezione-indicazioni{
	overflow: hidden;
}
/*cookie*/
.cookie{
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 100;
    display: none;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #000;
}
.cookie .container{
	max-width: 50% !important;
}
.close-cookie{
	position: absolute;
    top: -15px;
    left: 50px;
    width: 30px;
    height: 30px;
    background-color: #cb2d24;
    font-family: Lato, sans-serif;
    color: #fff;
    font-size: 28px;
    line-height: 28px;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
}
.cookie h3 {
    font-size: 20px;
}
.cookie p {
    font-size: 14px;
}
.cookie h3, .cookie p {
    color: #fff;
}
.cookie a {
    color: #fe0002;
}
/*footer*/
footer{
	position: relative;
	padding:20px 200px;
	background-color: #212732;
	z-index: 51;
}
footer p{
	font-size: 12px;
}
footer a{
	color:#fff;
}
.social-footer{
	float: right;
	height: 100%;
	display: flex;
	align-items: center;
}
.social-link{
	font-size: 25px;
	text-decoration: none;
}
.social-link:hover{
	color:#cf2e25;
	text-decoration:none;
}
/*SAFARI*/
@media not all and (min-resolution:.001dpcm) { 
    @media {
		.contenuto-testo, .social-footer{
			height: auto;
		}
		.row-indicazioni{
			height: 700px;
		}
		.swiper-slide .contenuto-testo{
			padding-top: 67px;
		}
    }
}
/*RESPONSIVE*/
@media screen and (max-width: 1800px) {
	.social-header{
		right:50px;
	}
	.menu{
		width: 90%;
	}
	.link-menu{
		font-size: 14px;
	}
	.intro-content img {
    	width: 500px;
	}
	.intro-content p{
		font-size: 19px;
	}
	p{
		font-size: 14px;
	}
	.image-box{
		padding: 40px 30px;
	}
}
@media screen and (max-width: 1600px) {
	.container-header {
    	padding: 50px 150px 50px 0px;
	}
	.intro-content{
		width:70%;
	}
}
@media screen and (max-width: 1300px) {
	.dashboard{
		width: 150px;
	}
	.go-prenota{
		height: 150px;
	}
    section, .full-width.reminder, #servizi{
		margin-left: 150px;
	}
	.testo-reminder{
		width: 70%;
	}
	footer{
		padding: 20px 50px;
	}
	.contatti{
		padding-left: 150px;
		padding-right: 150px;
	}
	.box-contatti{
		padding-right: 80px;
	}
	.link-menu {
    	font-size: 12px;
	}
	.row-servizi .col-md-3{
		-ms-flex: 0 0 50%;
    	flex: 0 0 50%;
   	 	max-width: 50%;
	}
	.box-servizio{
		min-height: 500px;
	}
}
@media screen and (max-width: 1200px) {
	.menu{
		display: none;
	}
	.menu-mobile{
		display: block;
	}
}
@media screen and (max-width: 991px) {
	.intro-content img{
		width: 400px;
	}
	.intro-content p {
		font-size: 14px;
	}
	.contenuto-testo{
		margin-top:80px;
	}
	.dashboard {
    	width: 100px;
	}
    section, .full-width.reminder, #servizi{
		margin-left: 100px;
	}
	header{
		padding-left:100px;
	}
	.go-prenota {
    	height: 100px;
	}
	.go-prenota span{
		font-size:12px;
	}
	.logo-dashboard{
		width: 70px;
	}
	.box-contatti{
		margin-bottom: 80px;
	}
	.nav-mobile{
		padding: 60px 0 60px 20px;
	}
}
@media screen and (max-width: 767px) {
	.copyright, .footer-social{
		text-align: center;
	}
	.social-footer{
		float: none;
		display: block;
	}
	.contatti {
		padding-left: 100px;
		padding-right: 100px;
		padding-top: 100px;
		padding-bottom:100px;
	}
	.box-contatti{
		padding-right: 0px;
	}
	.row-indicazioni{
		display: block;
	}
	.slide-indicazione, iframe, .container-indicazione{
		height: 450px !important;
	}
	.container-plus .contenuto-testo{
		margin-top: 0px;
	}
	.image-box{
		width: 70%;
    	margin: 0 auto;
	}
	a.link-menu.link-menu-m {
    	display: block;
    	width: 200px;
	}
}
@media screen and (max-width: 567px) {
	.intro-content img {
    	width: 250px;
	}
	.intro-content {
    	width: 80%;
	}
	.intro-content p {
    	line-height: 22px;
	}
	.cookie .container{
		max-width: 90% !important;
	}
}
@media screen and (max-width: 500px) {
	.social-header{
		display: none;
	}
	.social-link{
		font-size: 18px;
	}
	.social-header {
    	right: 20px;
	}
	.menu-mobile{
		right: 20px;
	}
	.logo {
    	width: 120px;
		margin-right: 20px;
	}
	.menu-mobile{
		width: 30px;
	}
	.l-2, .l-3{
		margin-top:6px;
	}
	.dashboard {
    	width: 50px;
	}
	.go-prenota {
    	height: 50px;
	}
	.go-prenota span{
		display: none;
	}
	section, .full-width.reminder, #servizi{
		margin-left: 50px;
	}
	header{
		padding-left: 50px;
	}
	.container{
		max-width: 100% !important;
	}
	.full-width.reminder{
		padding: 150px 0;
	}
	.testo-reminder{
		width: 90%;
	}
	h4{
		font-size: 25px;
	}
	h5{
		font-size: 16px;
	}
	.row-servizi .col-md-3 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.contatti{
		padding-left: 50px;
		padding-right: 50px;
	}
	.btn{
		font-size: 12px;
	}
	.image-box {
    	padding: 40px 10px;
	}
    .contenuto-testo{
		padding: 0 8px;
	}
	.label-indicazione p{
		font-size: 12px;
	}
	footer {
    	padding: 30px 10px;
	}
	.logo-dashboard {
    	width: 40px;
	}
	.image-box{
		width: 90%;
	}
	.bottone{
		width: 50px !important;
    	height: 50px !important;
	}
	.swiper-button-prev {
    	right: 50px !important;
	}
	.bottone i{
		font-size: 16px;
	}
	a.link-menu.link-menu-m{
		width: 150px;
	}
	.social-dashboard .social-link{
		font-size: 20px;
		display: block;
		margin-bottom: 10px;
	}
	.social-dashboard{
		display: block;
	}
	.logo-dashboard{
		display: none;
	}
}