/* iPad Pro */
@media only screen and (min-device-width : 1024px) and (max-device-width : 1366px)  {

}



/* iPads (landscape) orizzontale ----------- */
@media only screen and (min-device-width : 421px) and (max-device-width : 768px) and (orientation : landscape) {

}



/* iPads (portrait) verticale ----------- */
@media only screen and (min-device-width : 421px) and (max-device-width : 768px) and (orientation : portrait) {

}


/* mobile */
@media only screen and (max-width: 720px){

	label { padding-top:8px; display:block; }
	input, select { height: 45px; }
	input, textarea, select { border-radius:0; line-height:normal; padding:5px 10px; }
	form input.col, form input, form select { margin:0 0 10px 0; }
	form .row { margin-bottom:0px; }
	form .buttons { margin: 20px 0; }
	form .buttons .col { width: 49.2%;  }
	form .buttons .col:first-child { margin-left: 0; }
	form .buttons .col { display: block; float:left; margin: 0 0 0 1.6%; }
	form .privacy { margin:20px 0; }
	.filter { margin-bottom:40px; }
	.label { padding:0 0 10px 0; text-align:left; }
	.msg_error { margin: 20px 0; }
	.row.grid-2 { grid-template-columns: 1fr; gap:0px; }
	.buttons input { max-width: 100%; width: 100%; }
	
	
	.btn, input[type='submit'], input[type='button'], input[type='reset'] { padding: 12px 20px; }
	.col.break, .break { margin-top:20px;}
	.item-row { padding:40px 20px; text-align:justify; }
	.item-row li { text-align:left; }
	.item-row-3 { padding:40px 20px; }
	.item-row h2 { margin-bottom:20px; }
	td { line-height: normal; }

	h1 { margin-bottom:20px; font-size:24px; line-height: 30px; }
	h2 { font-size:24px; line-height: 30px; }
	h2.section { margin:20px 0; font-size: 22px; }
	h3 { font-size: 18px; }
	.parallax { background-attachment:inherit; height:300px; background-size: cover; margin-bottom:2px; }
	
	.iphone_hide { display:none; }
	.iphone_show, #header li.iphone_show { display:block; }

	.wrapper { min-width:0px; width:100%; }
	.content { padding:20px; max-width:100%; }
	.content-large { width:100%; }
	
	
	.mt40 { margin-top:20px; }
	.mb40 { margin-bottom:20px; }

	.col { margin:0px; }
	.span_1_of_2 { width: 100%; }

	.span_1_of_3 { width: 100%; }
	.span_2_of_3 { width: 100%; }
	.span_3_of_3 { width: 100%; }

	.span_1_of_4 { width: 100%; }
	.span_2_of_4 { width: 100%; }
	.span_3_of_4 { width: 100%; }

	.span_1_of_5 { width: 100%; }
	.span_2_of_5 { width: 100%; }
	.span_3_of_5 { width: 100%; }
	.span_4_of_5 { width: 100%; }
	.span_5_of_5 { width: 100%; }

	.span_1_of_6 { width: 100%; }
	.span_2_of_6 { width: 100%; }
	.span_3_of_6 { width: 100%; }
	.span_4_of_6 { width: 100%; }
	.span_5_of_6 { width: 100%; }
	.span_6_of_6 { width: 100%; }

	.span_1_of_8 { width: 100%; }
	.span_2_of_8 { width: 100%; }
	.span_3_of_8 { width: 100%; }
	.span_4_of_8 { width: 100%; }
	.span_5_of_8 { width: 100%; }
	.span_6_of_8 { width: 100%; }
	.span_7_of_8 { width: 100%; }
	.span_8_of_8 { width: 100%; }

	.span_1_of_10 { width: 100%; }
	.span_2_of_10 { width: 100%; }
	.span_3_of_10 { width: 100%; }
	.span_4_of_10 { width: 100%; }
	.span_5_of_10 { width: 100%; }
	.span_6_of_10 { width: 100%; }
	.span_7_of_10 { width: 100%; }
	.span_8_of_10 { width: 100%; }
	.span_9_of_10 { width: 100%; }
	.span_10_of_10 { width: 100%; }
	
	form .grid-3 { display:block; }
	form .grid-2 { grid-template-columns:1fr 1fr;  }
	.grid-2.tab { grid-template-columns:1fr 1fr; gap:0px; }
	.grid-3.tab { grid-template-columns:1fr 1fr 1fr; gap:0px; margin:0px; }
	video { height:280px; margin-bottom:20px; }
	.cff { width:100%; height:auto; }
	
	div.top { right:20px; bottom:20px; }
	
	#header { position:fixed; top:0px; left:0; right:0; z-index:222; background:#FFF; }
	#header.smaller .logo { display:none; }
	#header .logo img { height:70px; width:auto; }
	#header .logo { padding:20px 0; }
	#header nav { display:none; position:fixed; top:0; bottom:0; left:0; right:60px; background:#3c5da8; padding:0px; }
	#header nav.show { display:block; }
	#header .menu i { display: block; }
	#header .menu ul { width: 100%; padding-top:40px; }
	#header .menu ul li { width: 100%; position:relative; text-align:left; font-size:16px;  padding:0px; }
	#header .menu ul ul { position: relative; display: none; padding:0px; background:#667fb7; width:100%; }
	#header .menu ul ul li { padding:0 10px; font-size:14px;  }
	#header .menu ul ul ul { position: relative; left: 0; display: none; min-width:100%; background:none; }
	#header .menu ul li.open > ul { display: block; }
	#header .menu ul li a { color:#FFF; border-bottom:1px solid #667fb7; padding-left:20px; }
	#header .menu ul li i { position:absolute; right:20px; top:10px; }
	.language { position:relative; text-align:left; top:40px; left:15px; right:inherit; }
	
	.hamburger { display:block; z-index:1; padding:12px 10px; position:fixed; top:85px; right:15px; background:#3c5da8; border-radius:200px; width:40px; height:40px; }
	
	.footer { padding:20px; }
	.footer .logo img { width:100%; height:auto; margin-top:20px; }
	.footer .grid { display:grid; grid-template-columns:1fr; gap:20px; margin:0px; }
	.footer .address img { width:100%; height:auto; }
	
	
	.CoverVideo { height: calc(100vh - 200px); }
	.CoverVideo .text h1 { font-size: 30px; }
	
	.slide li { height:400px; background-size:cover; overflow:hidden; }
	.slide .text h1 { font-size:22px; }
	.slide .text { padding:20px; background: linear-gradient(180deg, rgba(255,255,255,0) 50%, rgba(0,0,0,0.8575630935968137) 100%); }
	.grid-2 .text { padding:20px; font-size: 18px; }
	
	.service-preview { grid-template-columns:1fr; }
	.service-preview .item p { opacity:1; }
	.item-row .overflow { position:relative; background: linear-gradient(332deg,rgba(13, 37, 89, 1) 0%, rgba(60, 93, 168, 1) 100%); }
	.flip-card h4, .flip-card h3 { font-size:22px; margin-bottom:20px; font-weight:600; }
	
	.gallery-4 { grid-template-columns: 1fr 1fr; gap:1px; max-width:100%; margin:0 auto; }
	.timeline__content h2 { font-size:40px; font-weight:300; margin: 30px 0; color:#3c5da8; }
	
	.slide-row, .image-cover-text { margin-top:100px; }
	
	.cover { height:150px; overflow:hidden; margin:0px; }
	.cover .text { padding:20px; background: linear-gradient(90deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 90%); }
	.cover img { height:150px; width:auto; }
	.cover h1 { font-size:22px; line-height:25px; font-weight:normal; margin:0px; }
	.maps iframe { height:300px; }
	
	.tabs { padding:0px; margin-top:50px; }
	.tabs a { padding:10px 10px; font-size:13px; }
	.tab-content { padding:20px 0; }
	.related { padding:0px; }
	
	
	.grid-2 { display: grid; grid-template-columns:1fr; gap:20px; }
	.grid-3 { display: grid; grid-template-columns:1fr; gap:20px; }
	.grid-4 { display: grid; grid-template-columns:1fr 1fr; gap:20px; }
	.grid-5 { display: grid; grid-template-columns:1fr 1fr; gap:20px; }
	.grid-6 { display: grid; grid-template-columns:1fr 1fr; gap:20px; }
	.soci { grid-template-columns:1fr; text-align:center;  }
	.soci div { margin-bottom:20px; }
	.gradi { grid-template-columns: 1fr 1fr; gap:20px; }
	
	.grid .col { display: block; float:left; margin: 0 0 1.6% 1.6%; }
	.grid .col:first-child { margin-left: 0; }
	.grid .span_1_of_3:nth-child(n) { margin-left:1.6%; }
	.grid .span_1_of_4:nth-child(2n+1) { margin-left:0px; }
	.grid .span_1_of_3:nth-child(2n+1) { margin-left:0px; }
	.grid .span_1_of_2:nth-child(2n+1) { margin-left:0px; }
	.grid .span_1_of_3 { width: 49.2%; }
	.grid .span_1_of_2 { width: 49.2%; }
	.grid .span_1_of_4 { width: 49.2%; }
	
	.copertura { grid-template-columns:1fr; }
	.copertura h4 { text-align:left; }
	.copertura ul { grid-template-columns: 1fr 1fr 1fr; }
	.copertura li { font-size:13px; line-height:15px; }
		
	.list-governance { grid-template-columns: 1fr; padding: 0 60px; }
	.list-number { grid-template-columns: 1fr 1fr; gap:20px; position: relative; left:0; right:0; top:20px; margin-bottom: 80px; }
	.list-number li { width: 160px; height:160px; line-height:20px; text-align:center; }
	.list-number li b { font-size: 30px; line-height:30px; margin: 0px; }
	
	.operations h2 { text-align:center; margin-bottom:20px; }
	.operations div { margin-bottom:40px; }
	.operations div:last-child { background:#EEE; padding:20px; }
	
	.list-certifications { grid-template-columns: 1fr; }
	.list-certifications div { padding:150px 0 0 0; }
		
	.grid-1-2, .grid-2-1 { grid-template-columns: 1fr; gap: 40px; }
	.grid-contact { grid-template-columns:1fr; gap:20px; }
	.grid-contact div { padding:0px; text-align:left; margin-bottom:40px; overflow:hidden; }
	.grid-contact h2 { font-size:18px; }
	
	.contentTimeline { display:grid; grid-template-columns: 1fr; gap:20px; }
	.titleHistory { font-size:30px; line-height:20px; padding-left:20px; }
	.timeline::after { left: 31px; }
	.timeline .container { width: 100%; padding-left: 70px; padding-right: 25px; }
	.timeline .container::before { left: 60px; border: medium solid white; border-width: 10px 10px 10px 0; border-color: transparent white transparent transparent; }
	.timeline .left::after, .right::after { left: 15px; }
	.timeline .right { left: 0%; }
	.timeline .left { text-align:left; }
	
	.objects { grid-template-columns: 1fr; gap:40px; }
	.gap0 { gap:0px; }
	.list-flip { grid-template-columns:1fr; padding-bottom:40px; }

	.btn-request { top:70%; }
	.testimonial1 { display:block; position:relative; margin-bottom:40px; }
	.testimonial2 { display:block; position:relative; bottom:inherit; right:inherit; }
	.acc-title { padding: 20px 0; }
	.acc-title i { right:0; }
}

@media only screen and (max-width: 400px){
	.iphone_hide { display:none; }
}
