html,body{
	margin:0;
	padding:0;
	font-family: Montserrat-Regular;
	font-size: 1.1em;
	overflow-x: hidden;
	color:#878787; 
}

 
header {
  z-index: 3;
}


@font-face {
	font-family: Montserrat-Regular;
	src: url(../fonts/Montserrat-Regular.ttf);
}

@font-face {
	font-family: Montserrat-Bold;
	src: url(../fonts/Montserrat-Bold.ttf);
}


p{
	z-index: 2;
	position: relative;
}


h1{
	color: #FFDF43;
	text-align: center;
	margin: 0;
}

h4{
	text-align: center;
	margin: 0;
	font-family: Montserrat-Regular;
}

mark{
	width: 30px;
	height: 60px;
	float: left;
	background-image: url(../images/mark.svg);
	background-repeat: no-repeat;
	background-position: 50% 40%;
	background-size: contain;
	background-color: unset;
	margin-right: 20px;
}

bold{
	font-family: Montserrat-Bold;
}

bold2{
	font-family: Montserrat-Bold;
	color:#046676;
	font-size: 1.5em;
}


	.img-blog-1 {
    background-size: contain !important;
    background-repeat: no-repeat;
    height: 50vh !important;
    width: 90% !important;
    margin-left: 5%;
    background-position: center;
    margin-top: 120px !important;
    border-radius: unset !important;
}
	.img-blog-2 {
    border-radius: unset !important;
    background-position: center;
    width: 300px !Important;
    border: 4px solid #0093b1 !important;
}


.img-head{
	background-repeat: no-repeat;
	background-size: cover;
	width: 100vw;
	height: 500px;
	margin-top: 80px;
}

button{
	width: 200px;
	height: 40px;
	color: white;
	font-family: Montserrat-Bold;
	border-style: unset;
	font-size: 1em;
	letter-spacing: 1px;
	cursor: pointer;
	background-repeat: no-repeat;
	background-size: contain;
	background-color: #0093b1;
	border-radius: 12px;
	margin: 0 auto;
}

button:hover{
-webkit-transition: all 0.50s ease;
	transition: all 0.50s ease;
	opacity: 80%;
}

.gradient-blu{
    background: linear-gradient(0deg, rgba(44,46,131,1) 0%, rgba(72,149,209,1) 100%);
    color: white;
}

tit{
	color: #0093b1;
	font-size: 1.5em;
	text-align: center;
}

tasto{
	width: 170px;
	height: 50px;
	border-radius: 10px;
	line-height: 45px;
	color: white;
	display: inline-block;
	text-align: center;
	font-family: Montserrat-Regular;
	font-size: 1em;
	letter-spacing: 1px;
	margin: 0 auto;
	cursor: pointer;
	background-image: url(../images/tasto_GRIGIO.png);
	background-repeat: no-repeat;
	background-size: contain;
}



.box100{
	width: 90vw;
	margin-left: 5vw;
}

.box50{
	width: 45vw;
	display: inline-grid;
}


section{
	text-align: center;
	width: 100vw;
	padding: 20px 0;
}



.img-tondo{
	width: 200px;
	height: 200px;
	border: 4px solid #A8ABBB;
	margin: 0 auto;
	border-radius: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	    	margin-top: 10px !important;
}

.ico-tondo-small{
	width: 100px;
	height: 100px;
	margin: 0 auto;
	border-radius: 100%;
	background-color: #B0D8F4;
}

.servizio1{background-image: url(../images/dim-1.jpg);}
.servizio2{background-image: url(../images/dim-2.jpg);}
.servizio3{background-image: url(../images/dim-3.jpg);}



a:link {
  color: white;
}

a:visited {
  color: white;
}

a:hover { 
  color: white;
}

a:active { 
  color: white;
} 



@media screen and (max-width: 1180px){
	section{
		width: 100vw;
		margin-top: unset;
	
	}

	.img-head{
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		width: 100vw;
		height: 40vh;
	}
	.container{
		width: 90vw;
	}

	.box-left, .box-right{
		width: 90vw;
		padding: 0 !important;
		float: unset;
		padding-bottom: 40px !important;

	}

	.contatti .box-right{
		display: inline-block;
		height: 800px !important;
	}

	.box-right-img{
        width: 90vw;
        margin:unset;
        float: unset;
        margin-left: 5vw !important;

    }
	
	.box-img{
        width: 100vw;
        height: 300px !important;
    }

    .container-arrow{
    	width: 90vw !important;
    	color: #585858;
    	left: 5vw !important;
    	right: 0 !important;
    	margin: unset;
    	position: relative;
    	margin-top: unset !important;
    	padding: 30px 0 !important;
    }

    .img-tondo{

    }

    .ico-tondo-small{
		width: 150px;
		height: 150px;
	}
	.box50{
		width: 90vw;
	}

}