html, body{
width:100%;
height:100%;
}

.no_desk{
	display: none;
}


.flex-a{
  display:flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
padding: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-around;
  -webkit-justify-content: space-around;
  align-items: center;
}

.flex-a-start{
  display:flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
padding: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-around;
  -webkit-justify-content: space-around;
  align-items: flex-start;
}

.flex-b{
  display:flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
}


.flex-b-stop{
  display:flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
}



.flex-b-start{
  display:flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: flex-start;
}



.flex-b-end{
  display:flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: flex-end;
}


.flex-only-align{
  display:flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}

.flex-c{
  display:flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-justify-content:center;
  align-items: center;
}

.flex-c-end{
  display:flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-justify-content:center;
  align-items: flex-end;
}

.flex-c-start{
  display:flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content:center;
  align-items: flex-start;
}
.flex-c-loghi_hp{
  display:flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content:left;
  align-items: flex-start;
}


.flex-c-block{
  display:flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
  justify-content: center;
  -webkit-justify-content:center;
  align-items: flex-start;
	text-align: center;
}



.flex-c-block-countdown{
  display:flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
  justify-content: center;
  -webkit-justify-content:center;
  align-items: center;
	text-align: center;
}

.sfondo_testi{
	padding-left:10%;
		padding-right:5%;

width:38%;
	height:100%;
	position:absolute;
right:-55%;
top:0;
background-color:#fff;
clip-path: polygon(0% 0%, 100% 0, 100% 100%, 20% 100%);
-webkit-clip-path: polygon(0% 0%, 100% 0, 100% 100%, 20% 100%);
padding-top: 16vh;

	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;

	z-index: 9999;
}

.sfondo_testi::after{
content:'';
position:absolute;
bottom:29vh;
width:22%;
height:1%;
right:5vw;
border-bottom-width:2px;
border-top-width:0px;
border-left-width:0px;
border-right-width:0px;
border-bottom-style:solid;
border-image: linear-gradient(to right, #3c81cb , #00a650);
border-image-slice: 1;
}

.sfondo_testi h1{
	/*margin-top:25vh;*/
	/*margin-top:2vh;*/
	font-family: 'Montserrat', sans-serif;
    line-height: 1.0em;

/*font-size: 2em;*/
font-size: 4vh;
			font-weight: 600;
	text-transform: uppercase;
	 color: #000;
}
.sfondo_testi h1.piu_piccolo{
	/*margin-top:25vh;*/
	/*margin-top:2vh;*/
	font-family: 'Montserrat', sans-serif;
    line-height: 1.0em;

/*font-size: 2em;*/
font-size: 2.1vh;
			font-weight: 600;
	text-transform: uppercase;
	 color: #000;
}
.sfondo_testi h2{
	font-family: 'Montserrat', sans-serif;
    line-height: 1.3em;
/*font-size: 100%;*/
font-size: 1.5vh;
                        font-weight: 400;
         color: #000;
}

.sfondo_testi h1::before{
content:'';
position:absolute;
top:12vh;
/*top:-3vh;*/
width:10%;
height:10%;
left:10vw;
border-bottom:4px solid #000;
}

.logo_testi{
position:absolute;
bottom:23vh;
right:6vw;
width:8vw;
height:auto;
/*
filter: grayscale(100%);
-webkit-filter: grayscale(100%);
*/
opacity:1;
}

.movimenta_menu{
animation-name:arrivo_fade;
animation-duration:0.4s;
animation-iteration-count:2;
animation-fill-mode:backwards;
animation-direction: alternate;
animation-timing-function: ease-in;
}


.primo_elemento::after{
content:'';
position:absolute;
bottom:10vh;
width:67%;
height:10%;
right:5vw;
border:0px !important;
}


.logo{
	position: absolute;
	width: 28vw;
	margin-top: -13.87vh;
	height: auto;
}

.sezione{
width:100%;
height:100%;
	background-attachment:fixed;
background-size:cover;
	position:relative;
		overflow:hidden;
}
.head{
	background-attachment:fixed;
width:100%;
height:100%;
background-size:cover;
opacity:0;
	/*
transition:all 0.6s ease-in-out;
	*/
}

.map{
/*
background-image:url('../images/map.svg');
position:absolute;
width:7vw;
height:7vw;
background-size:contain;
background-repeat:no-repeat;
background-position:center center;
z-index:10;
left:28vw;
top:20vw;
opacity:0;
*/
position: absolute;
width: 24vw;
height: 26vw;
background-size: contain;
background-repeat: no-repeat;
background-position: center center;
z-index: 10;
left: 19.5vw;
top: 9vw;
opacity: 0;
}

.manifesto_brain{
background-image:url('../images/brain_home.svg');
}
.progetti_brain{
	background-image:url('../images/brain_progetti.svg');
}
.comunicazione_brain{
	background-image:url('../images/brain_comunicazione.svg');
}
.servizi_brain{
	background-image:url('../images/brain_servizi.svg');
}
.formazione_brain{
	background-image:url('../images/brain_formazione.svg');
}
.contatti_brain{
	background-image:url('../images/brain_contatti.svg');
}

body {
padding:0;
margin:0;
width:100%;
height:100%;
/*overflow: hidden;*/
}

#wrapper{

transition: all 0.3s linear 0.3s;


}



.contatore_sezioni{
position:fixed;
    top: 50vh;
    transform: translate(0, -50%);
    right: 1.5vh;
		    width:1.5vw;
			    height:3vw;

					-webkit-transition: all 0.2s ease-out;
					-moz-transition: all 0.2s ease-out;
					-ms-transition: all 0.2s ease-out;
					-o-transition: all 0.2s ease-out;
					transition: all 0.2s ease-out;

		z-index: 999999999999999999999;
}

.contatore_sezioni_spostato{
position:fixed;
    top: 12vh;
    transform: translate(0, -50%);
    right: 1.5vh;
    z-index: 650;
		    width:1.5vw;
			    height:3vw;

					-webkit-transition: all 0.2s ease-out;
					-moz-transition: all 0.2s ease-out;
					-ms-transition: all 0.2s ease-out;
					-o-transition: all 0.2s ease-out;
					transition: all 0.2s ease-out;
}

.punto_sezione{
width:1.5vh;
height:1.5vh;
border-radius:50%;
background-color:#555;
cursor:pointer;
border:2px solid transparent;
pointer-events: auto;
}

.wrap_menu{
margin-bottom:1.5vh;
position:relative;
pointer-events: none;
}
.targa{
	padding:0px;
	vertical-align:top;
min-width:5vw;
text-align:right;
position:absolute;
right:2vw;
padding-right:0.5vw;
padding-left:0.5vw;
	font-family: 'Montserrat', sans-serif;
    line-height: 1.6em;
font-size: 100%;
margin-bottom:1.5vh;
color:#fff;
top:-0.2vw;;
background-color:#555;
opacity:0;
transition: all 0.3s linear;
border-radius:5px;
}




.fadein{
animation-name:arrivo_fade;
animation-duration:0.3s;
animation-iteration-count:1;
animation-fill-mode:forwards;
animation-timing-function: ease-in;
}

.fadein_reverse{
animation-name:arrivo_fade_reverse;
animation-duration:0.2s;
animation-iteration-count:1;
animation-fill-mode:forwards;
animation-timing-function: ease-in;
}

@keyframes arrivo_fade{
	0%{opacity:0;}
	100%{opacity:1;}
}

@keyframes arrivo_fade_reverse{
	0%{opacity:1;}
	100%{opacity:0;}
}
.enterright{
animation-name:arrivo_right;
animation-duration:0.6s;
animation-iteration-count:1;
animation-fill-mode:forwards;
animation-timing-function: ease-out;
}

.enterright_reverse{
animation-name:arrivo_right_reverse;
animation-duration:0.3s;
animation-iteration-count:1;
animation-fill-mode:forwards;
animation-timing-function: ease-out;
}

@keyframes arrivo_right{
	0%{right:-55%;}
	100%{right:0%;}
}

@keyframes arrivo_right_reverse{
	0%{right:0%;}
	100%{right:-55%;}
}

/* pulsanti */

.timeline_button{
	background-color: #117FC3;
	color: darkslategray;
	padding: 1vh 1vw 1vh 1vw;
	text-align: center;
	border-radius: 6px;
	cursor: pointer;

	font-family: 'Montserrat', sans-serif;
	line-height: 1.0em;
	font-size: 2.7vh;
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;

	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.timeline_button:hover{
	/*background-color: #d4e6f1;*/
	filter: brightness(85%);
}

.timeline_button_mini{
	background-color: #117FC3;
	color: darkslategray;
	padding: 0.4vh 4vw 0.4vh 4vw;
	text-align: center;
	border-radius: 6px;
	cursor: pointer;

	font-family: 'Montserrat', sans-serif;
	line-height: 1.0em;
	font-size: 1.7vh;
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;

	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.timeline_button_mini:hover{
	/*background-color: #d4e6f1;*/
	filter: brightness(85%);
}

.timeline_button_home_page{
	background-color: #117FC3;
	color: #fff;
	/*color: darkslategray;*/

	padding: 1vh 1vw 1vh 1vw;
	text-align: center;
	border-radius: 6px;
	cursor: pointer;

	font-family: 'Montserrat', sans-serif;
	line-height: 1.0em;
	font-size: 2.7vh;
	font-weight: 600;
	text-transform: uppercase;

	width: 80vw;

	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.timeline_button_home_page:hover{
	/*background-color: #d4e6f1;*/
	filter: brightness(85%);
}

.timeline_button_special{
	background-color: #00963E;

	padding: 1vh 1vw 1vh 1vw;
	text-align: center;
	border-radius: 6px;
	cursor: pointer;

	font-family: 'Montserrat', sans-serif;
	line-height: 1.0em;
	font-size: 2.7vh;
	font-weight: 600;
	text-transform: uppercase;

	color: whitesmoke;
	/*color: #273746;*/
	/*color: darkslategray;*/

	width: 80vw;

	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.timeline_button_special:hover{
	/*background-color: #d4e6f1;*/
	filter: brightness(85%);
}

.view_the_project{
	width: 46.4vw;
	cursor: pointer;
}

.view_the_project:hover{
	filter: brightness(85%);
}

.alto{
	position: absolute;
	top: 2vh;
	left: 2vw;
}


.alto_pag_sep{
	position: absolute;
	top: 2vh;
	right: 5vw;
}


.sfondo_testi_open{
	padding-left: 10%;
	padding-right: 5%;
	width: 72%;
	height: 120%;
	position: absolute;
	right: -50%;
	top: -204px;
	background-color: #fff;
	z-index: 88;
	clip-path: polygon(0% 0%, 100% 0, 100% 100%, 20% 100%);

	/*
	padding-left: 10%;
	padding-right: 5%;
	width: 84%;
	height: 100%;
	position: absolute;
	right: -50%;
	top: 0;
	background-color: #fff;
	z-index: 88;

	/* normale */
	/*clip-path: polygon(11% 0%, 100% 0, 100% 100%, 20% 100%);*/

	/* storto normale */
	/*clip-path: polygon(1% 0%, 100% 0, 100% 100%, 9% 100%);*/

	/* storto altro lato */
	/*clip-path: polygon(10% 0%, 100% 0, 100% 100%, 0% 100%);*/

	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.slogan{
	position: absolute;
	top: 3vh;
	left: 2vw;
	font-family: 'Montserrat', sans-serif;
	line-height: 1.43em;
	font-size: 1.3em;
	/*font-weight: 600;*/
	color: #808b96;
	font-style: italic;
	text-align: right;

	opacity: 0;
}

.loghi_servizi{
	position: absolute;
	top: 92vh;
	left: 0vw;
	font-family: 'Montserrat', sans-serif;
	line-height: 1.43em;
	font-size: 1.3em;
	font-weight: 600;
	color: #808b96;
	font-style: italic;
	text-align: right;
	background-color: #e5e8e8;
	width: 100vw;
	height: 12vh;

	opacity: 0;
	z-index: 3;
}

.img_servizi{
	width: 49vw;
	/*cursor: pointer;*/
	margin-right: 0vw;
}

.img_servizi2{
	width: 49vw;
	/*cursor: pointer;*/
	margin-left: 0vw;
}

.img_servizi3{
	width: 47vw;
	/*cursor: pointer;*/
	margin-left: 0vw;
}

.img_servizi4{
	width: 47vw;
	/*cursor: pointer;*/
	margin-left: 0vw;
}

.img_servizi5{
	width: 56vw;
	/*cursor: pointer;*/
	margin-right: 2vw;
}

.img_servizi_servizi{
	height: 14vh;
	padding: 0vh 0vw 7vh 0vw;
	cursor: pointer;
}

#giustificato_al_centro{
	width: 100%;
	display: flex;
	text-align: center;
}

/* pagine modelli */
.modelli_top{
	width: 99vw;
	height: 46vh;
	background-size: cover;
	background-position: center center;
	clip-path: polygon(0px 0, 92% 0, 100% 134%, 0% 100%);
}

.background0{
	background-image: url(../images/background/sfondo0.jpg);
}
.background1{
	background-image: url(../images/background/sfondo1.jpg);
}
.background2{
	background-image: url(../images/background/sfondo2.jpg);
}
.background3{
	background-image: url(../images/background/sfondo3.jpg);
}
.background4{
	background-image: url(../images/background/sfondo4.jpg);
}
.background5{
	background-image: url(../images/background/sfondo5.jpg);
}
.background6{
	background-image: url(../images/background/sfondo6.jpg);
}
.background7{
	background-image: url(../images/background/sfondo7.jpg);
}
.background8{
	background-image: url(../images/background/sfondo8.jpg);
}
.background9{
	background-image: url(../images/background/sfondo9.jpg);
}
.background10{
	background-image: url(../images/background/sfondo10.jpg);
}
.background11{
	background-image: url(../images/background/sfondo11.jpg);
}
.background12{
	background-image: url(../images/background/sfondo12.jpg);
}

.modelli_middle{
	width: 99vw;
}

.modelli_middle_testo{
	width: 84vw;
	margin: 0 auto;
}

.modelli_title{
	font-family: 'Montserrat', sans-serif;
	line-height: 1.0em;
	font-size: 3.987vh;
	font-weight: 600;
	text-align: center;
	color: #34495e;
	width: 100vw;
	margin: 0 auto;
	position: relative;
	top: -30vh;
}

.modelli_title_white{
	font-family: 'Montserrat', sans-serif;
	line-height: 1.0em;
	font-size: 3.987vh;
	font-weight: 600;
	text-align: center;
	color: #FFFFFF;
	width: 100vw;
	margin: 0 auto;
	position: relative;
	top: -30vh;
}

.modelli_head{
	position: relative;
	top: 15vh;
	left: 0vw;
	width: 97vw;
	height: 31vh;
	background-size: cover;
	background-position: center center;
}

.head1{
	background-image: url(../images/head/head1.png);
}
.head2{
	background-image: url(../images/head/head2.png);
}
.head3{
	background-image: url(../images/head/head3.png);
}
.head4{
	background-image: url(../images/head/head4.png);
}
.head5{
	background-image: url(../images/head/head5.png);
}
.head6{
	background-image: url(../images/head/head6.png);
}
.head7{
	background-image: url(../images/head/head7.png);
}
.head8{
	background-image: url(../images/head/head8.png);
}
.head9{
	background-image: url(../images/head/head9.png);
}
.head10{
	background-image: url(../images/head/head10.png);
}
.head11{
	background-image: url(../images/head/head11.png);
}

.modelli_testo{
	font-family: 'Montserrat', sans-serif;
	line-height: 1.6;
	font-size: 100%;
	font-size: 2.2vh;
	font-weight: 400;
	color: #000;
}

.modelli_testo_grassetto{
	font-family: 'Montserrat', sans-serif;
	line-height: 1.0em;
	font-size: 2.1vh;
	font-weight: 600;
	text-transform: uppercase;
	color: #000;
}











/*contatti hp*/




.bg-contact {
    width: 100%;
}


.container-contact {
  width: 100%;
  min-height: 90vh;
  /*display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;*/
  padding: 80px 0;

}


.cont-contact{
	width: 70%;
	margin: 0 auto;
}

.wrap-contact {
	width: 91%;
	background: #ededed;
	overflow: hidden;
	padding: 3vh 4vw 1vh 4vw;
	border-radius: 20px;
}


.wrap-contact-text {
	width: 40%;
	overflow: hidden;
	padding: 50px 0 40px 20px;
	margin-right: 20px;
	color: #fff;
}


.text-contact h1{
	font-size: 5vh;
	color: #965e30;
  position: relative;
	/*font-weight: bolder;
	padding: 0 0 0 1vw;
	margin: 0 0 0vh 0;
  */
}

/*
.text-contact h1::before{
	content: '';
	width: 4px;
	height: 4.2vh;
	background-color: #965e30;
	margin-right: 2vw;
	position: absolute;
	left: 0;
	top: 2vh;
}
*/

.wrap-lavora-text {
    width: 40%;
    overflow: hidden;
    padding: 0 40px 40px 40px;
	margin-right: 20px;
	color: #fff;
}

.wrap-lavora-text img{
	width: 100%;
	margin-bottom: 30px;
}





	.text-contact{
		color: #222;
		font-size:100%;
		/*width: 60%;*/
		line-height: 1.8;
    text-align: initial;
	}




/*------------------------------------------------------------------
[  ]*/

.contact2-form {
  width: 100%;
}

.contact2-form-title {
  display: block;
  line-height: 1.2;
  text-align: center;
  padding-bottom: 50px;

font-size: 150%;
			font-weight: 600;
	text-transform: uppercase;
	 color: #555;
}

.wrap-input-privacy {
    width: 100%;
    position: relative;
    color: #555;
    margin: 16px auto;
    text-align: center;
}



/*------------------------------------------------------------------
[  ]*/

input {
    outline: none;
    border: none;
    background-color: transparent;
		border: 0 !important;
		margin: 0 !important;
}

textarea {
    outline: none;
    border: none;
    background-color: transparent;
}



.wrap-input2 {
  width: 100%;
  position: relative;
  border-bottom: 1px solid #965e30;
  margin-bottom: 30px;
}

.input2 {
  display: block;
  width: 100%;
  font-size: 1em;
  color: #555;
  line-height: 1.2;
}

.focus-input2 {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}

.focus-input2::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;

  background: rgba(255,0,0,1);
  background: -webkit-linear-gradient(45deg, #965e30, #222);
  background: -o-linear-gradient(45deg, #965e30, #222);
  background: -moz-linear-gradient(45deg, #965e30, #222);
  background: linear-gradient(45deg, #965e30, #222);
}

.focus-input2::after {
  content: attr(data-placeholder);
  display: block;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0;

  font-size: 1em;
  color: #555;
  line-height: 1.2;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.input-visita {
  display: block;
  width: 100%;
  font-size: 1em;
  color: #555;
  line-height: 1.2;
}

.focus-input-visita {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}

.focus-input-visita::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;

  background: rgba(255,0,0,1);
  background: -webkit-linear-gradient(45deg, #965e30, #222);
  background: -o-linear-gradient(45deg, #965e30, #222);
  background: -moz-linear-gradient(45deg, #965e30, #222);
  background: linear-gradient(45deg, #965e30, #222);
}

.focus-input-visita::after {
  content: attr(data-placeholder);
  display: block;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0;

  font-size: 1em;
  color: #555;
  line-height: 1.2;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

/*---------------------------------------------*/
input.input2 {
  height: 18px;
}

input.input2 + .focus-input2::after {
  top: 16px;
  left: 0;
}

textarea.input2 {
	height: 4px;
  min-height: 101px;
  padding-top: 13px;
  padding-bottom: 13px;
}

textarea.input2 + .focus-input2::after {
  top: 16px;
  left: 0;
}

.input2:focus + .focus-input2::after {
  top: -13px;
	color: #222;
}

.input2:focus + .focus-input2::before {
  width: 100%;
}

.has-val.input2 + .focus-input2::after {
  top: -13px;
	color: #888;
}

.has-val.input2 + .focus-input2::before {
  width: 100%;
}
/*---------------------------------------------*/
input.input-visita {
  height: 45px;
}

input.input-visita + .focus-input-visita::after {
  top: 16px;
  left: 0;
}

textarea.input-visita {
  min-height: 80px;
  padding-top: 13px;
  padding-bottom: 13px;
}

textarea.input-visita + .focus-input-visita::after {
  top: 16px;
  left: 0;
}

.input-visita:focus + .focus-input-visita::after {
  top: -13px;
	color: #222;
}

.input-visita:focus + .focus-input-visita::before {
  width: 100%;
}

.has-val.input-visita + .focus-input-visita::after {
  top: -13px !important;
	color: #888 !important;
}

.has-val.input-visita + .focus-input-visita::before {
  width: 100% !important;
}

/*------------------------------------------------------------------
[ Button ]*/
.container-contact2-form-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 0px;
}

.wrap-contact2-form-btn {
  display: block;
  position: relative;
  z-index: 1;
  border-radius: 2px;
  width: auto;
  overflow: hidden;
  margin: 0 auto;
}

.contact2-form-bgbtn {
  position: absolute;
  z-index: -1;
  width: 300%;
  height: 100%;
  background: rgba(219,21,99,1);
  background: -webkit-linear-gradient(-135deg, #965e30, #222, #965e30, #222);
  background: -o-linear-gradient(-135deg, #965e30, #222, #965e30, #222);
  background: -moz-linear-gradient(-135deg, #965e30, #222, #965e30, #222);
  background: linear-gradient(-135deg, #965e30, #222, #965e30, #222);
  top: 0;
  left: -100%;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.contact2-form-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  min-width: 244px;
  height: 50px;




  font-size: 16px;
  color: #555;
  line-height: 1.2;


}

.wrap-contact2-form-btn:hover .contact2-form-bgbtn {
  left: 0;
}

/*------------------------------------------------------------------
[ Responsive ]*/

@media (max-width: 576px) {
  .wrap-contact2 {
    padding: 72px 15px 90px 15px;
  }
}



/*------------------------------------------------------------------
[ Alert validate ]*/

.validate-input {
  position: relative;
}

.alert-validate::before {
  content: attr(data-validate);
  position: absolute;
  max-width: 70%;
  background-color: #000;
  border: 1px solid #c80000;
  border-radius: 2px;
  padding: 4px 25px 4px 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0px;
  pointer-events: none;


  color: #c80000;
  font-size: 13px;
  line-height: 1.4;
  text-align: left;

  visibility: hidden;
  opacity: 0;

  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.alert-validate::after {
  content: "\f12a";
  font-family: FontAwesome;
  display: block;
  position: absolute;
  color: #c80000;
  font-size: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 8px;
}

.alert-validate:hover:before {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 992px) {
  .alert-validate::before {
    visibility: visible;
    opacity: 1;
  }
}


 #show_info{
   margin: 0 auto;text-align: center;
   width: 100%;
   cursor: pointer;
   color: #555;
 }

 #show_info:hover{
   color: #222;
 }

 #info
 {margin: 15px auto;
   display: none;
   text-align: center;
   width: 100%;
   padding:15px;
   background-color: #f5f5f5;
	 font-size: 80%;
 }


  #info a{
    color: #222;
  }
  #info a:hover{
    color: #222;
  }


.txt_location{
width:400px;padding:30px;font-size:110%;line-height:1.8;text-align:center;
}




/* MENU - inizio*/

.topnav {
	overflow: hidden;
	position: fixed;
	top: 0vh;
	z-index: 9999999999999999999999999999;
	background-color: white;
	width: 100vw;
	padding: 1vh 0vw 0.1vh 0vw;
}

.topnav a {
	float: left;
	display: block;
	color: black;
	/*color: #965E30;*/
	text-align: start;
	/*padding: 14px 14px 2px 22px;*/
	text-decoration: none;
	font-size: 17px;
}

.topnav a:hover {
	color: silver;
}

.topnav a.active {
	color: #261A11;
}

.topnav_logo_anselmo {
	width: 36vw;
}
.topnav_spazio {
	width: 15.8vw;
}
.topnav_menu {
	width: 44.2vw;
	float: right;text-align: right;
}
.topnav_spazio_2 {
	width: 0vw;
}

.topnav_mobile{
	width: 87vw;
	text-align: end;
}

.topnav .icon {
	display: none;
}

.img_logo_wid{
	width: 71vw;
	position: relative;
	left: 31vw;
	top: 0.3px;

	opacity: 0 !important;

	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	 -ms-transition: all 0.5s ease-out;
		-o-transition: all 0.5s ease-out;
			 transition: all 0.5s ease-out;
}

.attiva_img_logo_wid{
	opacity: 1 !important;
}

@media screen and (max-width: 850px) {
	.topnav a:not(:first-child) {display: none;}
	.topnav a.icon {
		float: right;
		display: block;
	}
}

@media screen and (max-width: 850px) {
	.topnav.responsive {position: fixed;}
	.topnav.responsive .icon {
		position: absolute;
		right: 0;
		top: 0;
	}
	.topnav.responsive a {
		float: none;
		display: block;
		text-align: left;
	}
	.topnav.responsive {
		height: 47vh;
	}
}

.fa-bars {
	/*
	background-image: url(../images/menu_icon.svg);
	width: 14vw;
	height: 5vh;
	background-size: contain;
	background-repeat: no-repeat;
	background-attachment: initial;
	*/
	background-image: url(../images/menu_icon.svg);
	width: 9vw;
	height: 1.6vh;
	background-size: contain;
	background-repeat: no-repeat;
	background-attachment: initial;
	margin: 1.5vh;
}

@media screen and (min-width: 851px) {
	.img_logo_wid{
		width: 11vw;
	}
}

@media screen and (max-width: 850px) {
	.img_logo_wid{
		width: 40vw;
	}
	.img_language{
		opacity: 0;
	}
}

.close-vertical {
		cursor: pointer;
		width: 86%;
		padding: 0vh 1vw 0vh 1vw;
		margin: 10px;
		background-color: white;
}
.close-vertical h2 {
	 color: #222;
	 font-size: 80%;
	 padding: 0;
	 right: 0;
	 font-weight: 600;
	 text-transform: uppercase;
	 text-align: center;
}
.close-vertical:hover {
	 background-color: #202052;
	 color: #fff;
}
.close-vertical:hover h2 {
	 color: #fff;
}

.menu_chiuso {
	position: fixed;
	top: 7.8vh;
	left: 21.7vw;
	z-index: -8888888888;
	padding: 0vh 3vw 3vh 4vw;
	background-color: #dde3e8;

	opacity: 0;
	/*
	-webkit-transform: translateX(40px);
		 -moz-transform: translateX(40px);
			-ms-transform: translateX(40px);
			 -o-transform: translateX(40px);
					transform: translateX(40px);
					*/
					-webkit-transition: transform .5s ease-in-out, opacity .5s ease-in-out;
						 -moz-transition: transform .5s ease-in-out, opacity .5s ease-in-out;
							-ms-transition: transform .5s ease-in-out, opacity .5s ease-in-out;
							 -o-transition: transform .5s ease-in-out, opacity .5s ease-in-out;
									transition: transform .5s ease-in-out, opacity .5s ease-in-out;
}

.menu_chiuso a {
	font-family: 'Montserrat', sans-serif;
	line-height: 1.7566em;
	font-size: 1.987vh;
	font-weight: 600;
	color: #34495e;
	text-decoration: none;
}

.menu_aperto{
	z-index: 9999999999999999999999999999999;
	background-color: #dde3e8;

	opacity: 1;
	/*
	-webkit-transform: translateX(-201px);
		 -moz-transform: translateX(-201px);
			-ms-transform: translateX(-201px);
			 -o-transform: translateX(-201px);
					transform: translateX(-201px);
					*/
					-webkit-transition: transform .5s ease-in-out, opacity .5s ease-in-out;
						 -moz-transition: transform .5s ease-in-out, opacity .5s ease-in-out;
							-ms-transition: transform .5s ease-in-out, opacity .5s ease-in-out;
							 -o-transition: transform .5s ease-in-out, opacity .5s ease-in-out;
									transition: transform .5s ease-in-out, opacity .5s ease-in-out;
}
.menu_chiuso2 {
	position: fixed;
	top: 5vh;
	left: 90vw;
	z-index: -8888888888;
	background-color: white;
	padding: 1vh 1vw 0.5vh 1vw;
	line-height: 2em;
	background-color: #eaeded;

	opacity: 0;
	/*
	-webkit-transform: translateX(40px);
		 -moz-transform: translateX(40px);
			-ms-transform: translateX(40px);
			 -o-transform: translateX(40px);
					transform: translateX(40px);
					*/
					-webkit-transition: transform .5s ease-in-out, opacity .5s ease-in-out;
						 -moz-transition: transform .5s ease-in-out, opacity .5s ease-in-out;
							-ms-transition: transform .5s ease-in-out, opacity .5s ease-in-out;
							 -o-transition: transform .5s ease-in-out, opacity .5s ease-in-out;
									transition: transform .5s ease-in-out, opacity .5s ease-in-out;
}
.menu_aperto2{
	z-index: 9999999999999999999999999999999999999999999;
	background-color: #eaeded;

	opacity: 1;
	/*
	-webkit-transform: translateX(-201px);
		 -moz-transform: translateX(-201px);
			-ms-transform: translateX(-201px);
			 -o-transform: translateX(-201px);
					transform: translateX(-201px);
					*/
					-webkit-transition: transform .5s ease-in-out, opacity .5s ease-in-out;
						 -moz-transition: transform .5s ease-in-out, opacity .5s ease-in-out;
							-ms-transition: transform .5s ease-in-out, opacity .5s ease-in-out;
							 -o-transition: transform .5s ease-in-out, opacity .5s ease-in-out;
									transition: transform .5s ease-in-out, opacity .5s ease-in-out;
}

.menu_chiuso3 {
	position: fixed;
	top: 7.8vh;
	left: 53.7vw;
	z-index: -8888888888;
	padding: 0vh 12vw 3vh 4vw;
	background-color: #dde3e8;

	opacity: 0;
	/*
	-webkit-transform: translateX(40px);
		 -moz-transform: translateX(40px);
			-ms-transform: translateX(40px);
			 -o-transform: translateX(40px);
					transform: translateX(40px);
					*/
					-webkit-transition: transform .5s ease-in-out, opacity .5s ease-in-out;
						 -moz-transition: transform .5s ease-in-out, opacity .5s ease-in-out;
							-ms-transition: transform .5s ease-in-out, opacity .5s ease-in-out;
							 -o-transition: transform .5s ease-in-out, opacity .5s ease-in-out;
									transition: transform .5s ease-in-out, opacity .5s ease-in-out;
}

.menu_chiuso3 a {
	font-family: 'Montserrat', sans-serif;
	line-height: 1.7566em;
	font-size: 1.987vh;
	font-weight: 600;
	color: #34495e;
	text-decoration: none;
}

.menu_aperto3{
	z-index: 9999999999999999999999999999999999999999999;
	background-color: #dde3e8;

	opacity: 1;
	/*
	-webkit-transform: translateX(-201px);
		 -moz-transform: translateX(-201px);
			-ms-transform: translateX(-201px);
			 -o-transform: translateX(-201px);
					transform: translateX(-201px);
					*/
					-webkit-transition: transform .5s ease-in-out, opacity .5s ease-in-out;
						 -moz-transition: transform .5s ease-in-out, opacity .5s ease-in-out;
							-ms-transition: transform .5s ease-in-out, opacity .5s ease-in-out;
							 -o-transition: transform .5s ease-in-out, opacity .5s ease-in-out;
									transition: transform .5s ease-in-out, opacity .5s ease-in-out;
}

/* MENU - fine*/


/* offset redirecting in ancora */

#MANIFESTO::before {
  content: '';
  display: block;
  height:      75px;
  margin-top: -75px;
  visibility: hidden;
}

#PROGETTI::before {
  content: '';
  display: block;
  height:      75px;
  margin-top: -75px;
  visibility: hidden;
}

#COMUNICAZIONE_SCIENTIFICA::before {
  content: '';
  display: block;
  height:      75px;
  margin-top: -75px;
  visibility: hidden;
}

#SERVIZI::before {
  content: '';
  display: block;
  height:      75px;
  margin-top: -75px;
  visibility: hidden;
}

#FORMAZIONE::before {
  content: '';
  display: block;
  height:      75px;
  margin-top: -75px;
  visibility: hidden;
}

#CONTATTI::before {
  content: '';
  display: block;
  height:      75px;
  margin-top: -75px;
  visibility: hidden;
}


.settore_navale{
		position: absolute;
		display: none;
		top:0; right:0; bottom:0; left:0; margin: 0 auto;
		width: 560px;
		height: 373px;
		background-color: #2288C7;
		z-index: 88;
		font-size: 1em;
		padding: 60px 20px 80px 20px;
		text-align: center;
		line-height: 1.4;
		color: #555;
}

.popup{
	position: absolute;
	display: none;
	top:0; right:0; bottom:0; left:0; margin: 0 auto;
	width: 100%;
	text-align: center;
	z-index: 9999999999 !important;
}

.settore_navale .pulsantino{
		width: 150px;
		background-color: #555;
		font-size: 0.8em;
		color: #fff;
		padding: 5px 10px;
		text-decoration: none;
}
.settore_navale .pulsantino:hover{
		background-color: #f00;
		color: #fff;
		text-decoration: none;
}
/*
.settore_navale_subsection img{
		width: 91vw;
}
*/

.foot_logo{
width: 100%;
	text-align: center;
	padding: 5vh 0;
	}
	
	.foot_logo img{
	  height: 7vh;
	}
	
	
	  .text_foot{
		position: relative;
		margin: 1vh auto 0 auto;
		font-size: 80%;
		color: #222;
		width: 90%;
		line-height: 1.6;
	  }
	  .text_foot a{
	text-decoration: none;
		color: #0E6CA6;
	  }
	
	  .text_foot a:hover{
	 text-decoration: none;
		color: #00963E;
	  }