@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;500;600;700&amp;display=swap');

A:link, A:visited { 
	text-decoration: none 
}
A:hover {
	text-decoration: underline;
}
*
{
	font-family: 'Raleway', sans-serif;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
li
{
	list-style-position: inside
}
body
{
	margin: 0;
	display: flex;
}
.testo
{
	font-weight: 400;
	font-size: 16px;
	color: #000;
}
.testo2
{
	font-weight: 700;
	font-size: 22px;
	color: #000;
}
.testo3
{
	color: #40608B;
	font-size: 32px;
	font-weight: 700;
}
.testo_footer
{
	font-weight: 400;
	font-size: 15px;
	line-height: 18px;
	color: #fff;
}

.container
{
	position: relative;
	width: 100%;
	height: auto;
	margin: 0px;
}
.container#blur.active
{
	filter: blur(15px);
	pointer-events: none;
	user-select: none;
	transition: .5s ease;
}
.banner {
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	max-width: 1000px;
	text-align: center;
	margin-bottom: 20px;
}

.wrap-video {
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}

.wrap-video div {
	width: 45%;
}

.wrap-video img {
	width: 100%;
}

.titolo2 {
	display: block;
	text-align: center;
}

.titolo-macchinari-interni {
	margin-top: 40px;
}

.prodotti-menu {
	position: relative;
}
.sottomenu {
	position: absolute;
	text-align: center;
	background-color: #40608B;
	top: 58px;
	left: 0;
	z-index: 999;
	padding: 10px;
	display: none;
}
.prodotti-menu:hover .sottomenu {
	display: block;
}
.sottomenu a {
	font-size: 12px;
	margin-bottom: 10px;
	display: block;
}


@media(max-width: 1100px) {
	.img {
		margin-top: 0px;
	}
}

@media (min-width: 799px)
{
	.titolo1
	{
		font-weight: 600;
		font-size: 25px;
		color: #fff;
	}
	.titolo2
	{
		font-weight: 700;
		font-size:45px;
		color: #40608B;
	}
	.titolo3
	{
		font-weight: 700;
		font-size:65px;
		color: #fff;
	}
	#popup
	{
		position: fixed;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		z-index: 1000;
		background-color: #fff;
		width: 480px;
		padding: 25px 25px 25px;
		box-shadow: 0 15px 30pc rgba(0,0,0,0.08);
		transition: 0.5s;
		display: none;
	}
	#popup.active
	{
		display: none;
	}
	#popup .content
	{
		position: relative;
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
	}
	#popup .content img
	{
		width: 100%;
	}
	.close
	{
		position: absolute;
		top: 15px;
		right: 15px;
		cursor: pointer;
	}
	.close i
	{
		font-size: 30px;
		color: #EC1D25; 
	}
	.img
	{
		position: relative;
		width: 100%;
		height: auto;
	}
	.img img
	{
		width: 100%;
	}
	.button
	{
		position: relative;
		width: 300px;
		height: auto;
		padding: 15px;
		background-color: #40608B;
		border-radius: 25px;
		text-align: center;
		margin-top: 50px;
	}
	.button2
	{
		position: relative;
		width: 300px;
		height: auto;
		padding: 15px;
		background-color: #fff;
		border-radius: 25px;
		text-align: center;
		margin-top: 50px;
	}
	.work_in_progress
	{
		position: relative;
		width: 100%;
		height: 100vh;
	}
	.work_in_progress img#img1
	{
		width: 100%;
		display: block;
	}
	.work_in_progress img#img2
	{
		width: 100%;
		display: none;
	}
	.lingue
	{
		position: absolute;
		width: 150px;
		top:50px;
		left: 400px;
	}
	.principale1
	{
		position: relative;
		width: 100%;
		height: 100vh;
	}
	.principale2
	{
		position: relative;
		width: 100%;
		height: auto;
		margin-top: -34px;	
		background-color: #ffffff;
	}
	.principale2 .principale2_pr
	{
		position: relative;
		width: 1200px;
		height: auto;
		margin-left: auto;
		margin-right: auto;
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.principale2 .principale2_pr .principale2_pr_sx
	{
		position: absolute;
		width: 550px;
		height: auto;
		left: 0;
		top: 50px;
		text-align: right;	
	}
	.principale2 .principale2_pr .principale2_pr_dx
	{
		position: relative;
		width: 550px;
		height: auto;
		margin-left: 650px;
	}
	.principale2 .principale2_pr .principale2_pr_dx img
	{
		width: 100%;
	}
	.principale3
	{
		position: relative;
		width: 100%;
		height: auto;
        background-color: #ffffff;
	}
    .principale3 .principale3_pr
	{
		position: relative;
		width: 1200px;
		height: auto;
		margin-left: auto;
		margin-right: auto;
		padding-top: 50px;
		padding-bottom: 50px;
	}
    .ul_due
	{
		width: 100%;
		margin: 0;
		padding: 0;
	}
	.li_due
	{
		list-style: none;
		width: 540px;
		height: auto;
		display: inline-block;
		margin-left: 25px;
		margin-right: 25px;
		margin-bottom: 60px;
        vertical-align: top
	}
	.li_due2
	{
		list-style: none;
		width: 340px;
		height: auto;
		display: inline-block;
		margin-left: 25px;
		margin-right: 25px;
		margin-bottom: 60px;
        vertical-align: top
	}
	.li_due3
	{
		list-style: none;
		width: 740px;
		height: auto;
		display: inline-block;
		margin-left: 25px;
		margin-right: 25px;
		margin-bottom: 60px;
        vertical-align: top
	}
    
	.principale3 .principale2_pr
	{
		position: relative;
		width: 1200px;
		height: auto;
		margin-left: auto;
		margin-right: auto;
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.principale3 .principale2_pr ul
	{
		width: 100%;
		margin: 0;
		padding: 0;
	}
	.principale3 .principale2_pr ul li
	{
		list-style: none;
		width: 300px;
		height: auto;
		display: inline-block;
		margin-left: 25px;
		margin-right: 25px;
		margin-bottom: 60px;
	}
	.principale3 .principale2_pr ul li img
	{
		width: 200px;
		padding-bottom: 20px;
	}
	.principale3 img
	{
		width: 100%;
	}
	.principale4
	{
		position: relative;
		width: 100%;
		height: auto;
		background-color: #40608B;
	}
	.principale4 .principale4_pr
	{
		position: relative;
		width: 1200px;
		height: auto;
		margin-left: auto;
		margin-right: auto;
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.principale4 .principale4_pr ul
	{
		margin: 0;
		width: 100%;
	}
	.principale4 .principale4_pr ul li
	{
		width: 347px;
		height: auto;
		margin-left: 25px;
		margin-right: 25px;
		list-style: none;
		text-align: center;
		display: inline-block;
		vertical-align: top;
	}
	.principale4 .principale4_pr ul li img
	{
		width: 100%;
		opacity: 0.6;
		padding-top: 20px;
		transition: 0.5s ease-in-out;
	}
	.principale4 .principale4_pr ul li:hover img
	{
		opacity: 1;
		cursor: pointer;
		transition: 0.3s ease-in-out;
	}
	.principale5
	{
		position: relative;
		width: 100%;
		height: auto;
	}
	.principale5 .principale2_pr
	{
		position: relative;
		width: 1200px;
		height: auto;
		margin-left: auto;
		margin-right: auto;
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.principale5 .counter
	{
		position: relative;
		width: 100%;
		height: auto;
		background-color: #40608B;
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.principale5 .counter ul
	{
		width: 100%;
		margin: 0;
		padding: 0;
	}
	.principale5 .counter ul li
	{
		list-style: none;
		width: 296px;
		height: auto;
		display: inline-block;
		text-align: center;
	}
	.principale5 .counter ul li img
	{
		width: 18%;
	}
	.principale_contatti
	{
		position: relative;
		width: 100%;
		min-height: 100vh;
		background: url(../materiale/sfondi/sfondo-contatti.jpg);
		background-size: 110%;
		background-repeat: no-repeat;
		background-position: center;
		background-attachment: fixed;
	}
	.principale_contatti .principale_contatti_pr
	{
		position: relative;
		width: 1200px;
		height: auto;
		margin-left: auto;
		margin-right: auto;
	}
	.principale_contatti_pr_dx
	{
		position: absolute;
		width: 550px;
		height: auto;
		padding-top: 50px;
		padding-bottom: 50px;
		left: 650px;
		top: 250px;
	}
	.principale_contatti_pr_sx
	{
		position: relative;
		width: 550px;
		height: auto;
		padding-top: 300px;
		padding-bottom: 50px;
		margin-left:0;
	}
	.footer
	{
		position: relative;
		width: 100%;
		height: auto;
		background-color: #000;
	}
	.footer_pr
	{
		position: relative;
		width: 1200px;
		height: auto;
		margin-left: auto;
		margin-right: auto;
		padding-top: 70px;
		padding-bottom: 70px;
		text-align: center;
	}
	.footer_pr img
	{
		width: 250px;
		margin-bottom: 50px;
	}
}
@media (max-width: 768px)
{
	.titolo1
	{
		font-weight: 600;
		font-size: 25px;
		color: #fff;
	}
	.titolo2
	{
		font-weight: 700;
		font-size:35px;
		color: #40608B;
	}
	.titolo3
	{
		font-weight: 700;
		font-size:35px;
		color: #fff;
	}
	#popup
	{
		position: fixed;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		z-index: 1000;
		background-color: #fff;
		width: 75%;
		padding: 10px 10px;
		margin-left: 2%;
		margin-right: 2%;
		box-shadow: 0 15px 30pc rgba(0,0,0,0.08);
		transition: 0.5s;
		display: none;
	}
	#popup.active
	{
		display: none;
	}
	#popup .content
	{
		position: relative;
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
	}
	#popup .content img
	{
		width: 100%;
	}
	.close
	{
		position: absolute;
		top: -35px;
		right: 0;
		cursor: pointer;
	}
	.close i
	{
		font-size: 30px;
		color: #EC1D25; 
	}
	.ul_due
	{
		width: 100%;
		margin: 0;
		padding: 0;
	}
	.li_due
	{
		list-style: none;
		width: 96%;
		padding: 2%;
		height: auto;
		display: inline-block;
		margin-bottom: 20px;
        vertical-align: top
	}
	.li_due2
	{
		list-style: none;
		width: 96%;
		padding: 2%;
		height: auto;
		display: inline-block;
		margin-bottom: 20px;
        vertical-align: top
	}
	.li_due3
	{
		list-style: none;
		width: 96%;
		padding: 2%;
		height: auto;
		display: inline-block;
		margin-bottom: 20px;
        vertical-align: top
	}
	.button
	{
		position: relative;
		width: 300px;
		height: auto;
		padding: 15px;
		background-color: #40608B;
		border-radius: 25px;
		text-align: center;
		margin-top: 50px;
	}
	.button2
	{
		position: relative;
		width: 300px;
		height: auto;
		padding: 15px;
		background-color: #fff;
		border-radius: 25px;
		text-align: center;
		margin-top: 50px;
	}
	.work_in_progress
	{
		position: relative;
		width: 100%;
		height: 100vh;
	}
	.work_in_progress img#img1
	{
		width: 100%;
		display: none;
	}
	.work_in_progress img#img2
	{
		width: 100%;
		display: block;
	}
	.img
	{
		width: auto;
		padding-bottom: 20px;
	}
	.lingue
	{
		position: absolute;
		width: auto;
		top:30px;
		right: 80px;
		z-index: 999999999999;
	}
	.principale1
	{
		position: relative;
		width: 100%;
		height: 28vh;
		background: url(../materiale/sfondi/sfondo1.jpg);
		background-size: 110%;
		background-repeat: no-repeat;
		background-position: center;
	}
	.principale2
	{
		position: relative;
		width: 100%;
		padding-left: 2%;
		padding-right: 2%;
		height: auto;	
		background-color: #D0D0D0;
	}
	.principale2 .principale2_pr
	{
		position: relative;
		width: 100%;
		height: auto;
		margin-left: auto;
		margin-right: auto;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.principale5
	{
		position: relative;
		width: 100%;
		height: auto;
	}
	.principale5 .principale2_pr
	{
		position: relative;
		width: 92%;
		height: auto;
		margin-left: 3%;
		margin-right: 3%;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.principale5 .principale2_pr img
	{
		width: 100%;
	}
	.principale5 .counter
	{
		position: relative;
		width: 100%;
		height: auto;
		background-color: #40608B;
		padding-top: 60px;
		padding-bottom: 30px;
	}
	.principale5 .counter ul
	{
		width: 100%;
		margin: 0;
		padding: 0;
	}
	.principale5 .counter ul li
	{
		list-style: none;
		width: 296px;
		height: auto;
		display: inline-block;
		text-align: center;
		padding-bottom: 30px;
	}
	.principale5 .counter ul li img
	{
		width: 18%;
	}
	.principale2 .principale2_pr .principale2_pr_sx
	{
		position: relative;
		width: 92%;
		height: auto;
		margin-left: 3%;
		margin-right: 3%;
		margin-top: 0px;
		margin-bottom: 50px;
	}
	.principale2 .principale2_pr .principale2_pr_dx
	{
		position: relative;
		width: 92%;
		height: auto;
		margin-left: 3%;
		margin-right: 3%;
		
	}
	.principale2 .principale2_pr .principale2_pr_dx img
	{
		width: 100%;
	}
	.principale3
	{
		position: relative;
		width: 100%;
		padding-left: 2%;
		padding-right: 2%;
		height: auto;
	}
	.principale3 img
	{
		width: 100%;
	}
	.principale4
	{
		position: relative;
		width: 100%;
		padding-left: 2%;
		padding-right: 2%;
		height: auto;
		background-color: #40608B;
		padding-bottom: 80px;
	}
	.principale4 .principale4_pr
	{
		position: relative;
		width: 92%;
		height: auto;
		margin-left: 3%;
		margin-right: 3%;
		padding-top: 50px;
		padding-bottom: 20px;
	}
	.principale4 .principale4_pr ul
	{
		margin: 0;
		width: 100%;
	}
	.principale4 .principale4_pr ul li
	{
		width: 100%;
		height: auto;
		margin-bottom: 40px;	
		list-style: none;
		text-align: center;
		display: inline-block;
		vertical-align: top;
	}
	.principale4 .principale4_pr ul li img
	{
		width: 100%;
		padding-top: 20px;
	}
	.principale_contatti
	{
		position: relative;
		width: 96%;
		padding-left: 2%;
		padding-right: 2%;
		min-height: 100vh;
		background: url(../materiale/sfondi/sfondo-contatti-phone.jpg);
		background-size: 100%;
		background-repeat: no-repeat;
		background-position: center;
		background-attachment: fixed;
	}
	.principale_contatti .principale_contatti_pr
	{
		position: relative;
		width: 92%;
		height: auto;
		margin-left: 3%;
		margin-right: 3%;
	}
	.principale_contatti_pr_dx
	{
		position: relative;
		width: 92%;
		height: auto;
		padding-top: 50px;
		padding-bottom: 50px;
		margin-left: 3%;	
		margin-right: 3%;	
	}
	.principale_contatti_pr_sx
	{
		position: relative;
		width: 92%;
		height: auto;
		margin-left: 3%;	
		margin-right: 3%;	
		padding-bottom: 50px;
		padding-top: 50px;
	}
	.footer
	{
		position: relative;
		width: 100%;
		height: auto;
		background-color: #000;
	}
	.footer_pr
	{
		position: relative;
		width: 92%;
		height: auto;
		padding-left: 3%;
		padding-right: 3%;
		padding-top: 40px;
		padding-bottom: 40px;
		text-align: center;	
	}
	.footer_pr img
	{
		width: 200px;
		margin-bottom: 20px;
	}
}
/*davide*/

.menu-mobile {
	position: absolute;
	right: 20px;
	top: 20px;
	display: none;
	z-index: 99999;
   }
	
	.bar1, .bar2, .bar3 {
	  width: 35px;
	  height: 5px;
	  background-color: #40608B;
	  margin: 6px 0;
	  transition: 0.4s;
	}
	
	.change .bar1 {
	  transform: translate(0, 11px) rotate(-45deg);
	}
	
	.change .bar2 {opacity: 0;}
	
	.change .bar3 {
	  transform: translate(0, -11px) rotate(45deg);
	}
	.mostra-menu{
		display: block;
	}
	.lingue-mobile {
			display: none;
		}

	@media screen and (max-width: 1100px) {
		.lingue-mobile {
			display: flex;
			align-items: center;
		}

		.menu-mobile {
			display: block;
		}
		.lingue-desktop {
			display: none;
		}
	
	}
	.menu-toggle { display: none;}
	.menu-toggle:before {
		display: none;
	}