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

/*
font-family: 'Nunito', sans-serif;
*/

html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-size: 62.5%;
	background: #ffffff;
}

*{
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	box-sizing: border-box;
}

/************************************************/
/* 				Testo							*/
/************************************************/
h1{
	position: relative;
	top: 0;
	left: 0;
	margin: 0;
	padding: 1.0rem 0rem 1.0rem 0rem;
	font-weight: 700;
	font-size: 3rem;
}

h2{
	position: relative;
	top: 0;
	left: 0;
	margin: 0;
	padding: 1.0rem 0rem 0.8rem 0rem;
	font-weight: 700;
	font-size: 2rem;
}

h3{
	position: relative;
	top: 0px;
	left: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0rem 0rem 0rem 0rem;
	font-size: 1.6rem;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: left;	
	font-size: 1.5rem;
	line-height: 2rem;
	font-family: 'Nunito', sans-serif;
}

a{
	text-decoration: none;
	color: #381819;
}

a:hover{
	text-decoration: underline;
	color: #381819;
}

.fa-input {
	font-family: FontAwesome !important;
}

.text-center{
	text-align: center;
}

.text-right{
	text-align: right;
}

/********************************************************/
/* 				Form generica							*/
/********************************************************/
form label{
	position: relative;
	width: 100%;
	padding: 0;
	font-weight: bold;
	padding-top: 0.4rem;
}

form input[type="text"], form input[type="password"], form textarea, form select{
	position: relative;
	width: 100%;
	border: 0.1rem solid #ccc;
	padding: 0.6rem 1%;
	border-radius: 0.4rem;
	margin: 0 0 1rem 0;
	font-size: 1.4rem;
}

form input[type="text"]:focus, form input[type="password"]:focus, form textarea:focus, form select:focus{
	border: 0.1rem solid #381819;
	box-shadow: 0.1rem 0.1rem 0.4rem #c8c8c8;
}

form textarea{
	min-height: 10rem;
	font-family: 'Nunito', sans-serif;
	font-size: 1.2rem;
	color: #444444;
}

form select{
	color: #444444;
}

form input[type='radio'], input[type='checkbox'] {
	cursor: pointer;
	margin: 5px 0;
}

form input[type="submit"], form input[type="reset"]{
	position: relative;
	width: 99%;
	margin: 1rem 1%;
	padding: 1.4rem 2%;
	border: 0.1rem solid #381819;
	background: #381819;
	color: #ffffff;
	cursor: pointer;
	transition: background 0.4s, color 0.4s;
	font-family: 'Nunito', sans-serif;
	font-weight: 600;
	font-size: 1.4rem;
}

form input[type="submit"]:hover, form input[type="reset"]:hover{
	background: #381819;
	color: #ffffff;
}

.errore{
	color: #cf3838;
}

span.errore{
	font-size: 1.1rem; 
	color: #cf3838;
}

/************************************************/
/* 				Box principali					*/
/************************************************/
#container{
	position:relative;
	min-height:100%;
	width: 100%;
	left: 0px;
}

#contenitore{
	position:relative;
	width: 100%;
}

.contenuto{
	position: relative;
	max-width: 1400px;
	width: 90%;
	margin: 0 auto;
}

#logo{
	position: relative;
	width: 100%;
	margin: 5rem 0;
}

#logo img{
	width: 25%;
}

#testata{
	position: relative;
	width: 100%;
	margin: 5rem 0;
	display: flex;
	align-items:center;
}

span.azzurro{
	color: #00A7E7;
}

span.blu{
	color: #1D71B8;
}

span.fucsia{
	color: #E6007E;
}

span.verde{
	color: #00A19A;
}

span.verdeChiaro{
	color: #92CA00;
}

span.verdeScuro{
	color: #4D9730;
}


#testataSx, #testataDx{
	position: relative;
	float: left;
	width: 50%;
}

._visual1, ._visual2, ._visual3{
	opacity: 0;
}

#testataSx{
	font-size: 4rem;
	line-height: 5rem;
	font-weight: 700;
}

#testataDx{
	padding: 0rem 5%;
	font-size: 1.8rem;
}

#fasciaDom, #fasciaPe, #fasciaEva, #fasciaAngelo, #fasciaCollaborazioni{
	position: relative;
	width: 100%;
	background: #00A7E7;
	color: #ffffff;
	line-height: 3rem;
}

#fasciaDom .contenuto, #fasciaPe .contenuto, #fasciaEva .contenuto, #fasciaAngelo .contenuto{
	display: flex;
	align-items:center;
}

#fasciaPe{
	background: #1D71B8;
}

#fasciaEva{
	background: #E6007E;
}

#fasciaAngelo{
	background: #00A19A;
}

.fasciaFoto{
	position: relative;
	float: left;
	width: 30%;
}

.fasciaFoto img{
	width: 100%;
	display: block;
	opacity: 0;
}

.fasciaTesto{
	position: relative;
	float: right;
	width: 70%;
	padding: 0 10%;
}

span.nome{
	font-size: 3.2rem;
	opacity: 0;
}

span.competenze1{
	font-size: 3.2rem;
	font-weight: 700;
	opacity: 0;
}

span.competenze2{
	font-size: 2.4rem;
	opacity: 0;
}

.fasciaLogo{
	position: relative;
	height: 6rem;
}

.fasciaLogo img{
	height: 0rem;
	display: block;
}

#fasciaCollaborazioni{
	background: #95C11F;
	padding: 10rem 0;
	text-align: center;
}

.collaboratori{
	display: inline-block;
	margin: 0 5%;
}

.collaboratori img{
	height: 6rem;
}

a .collaboratori, a:hover .collaboratori{
	color: #ffffff;
	text-decoration: none;
}

#fasciaInfo{
	padding: 8rem 2%;
}

#fasciaInfo .contenuto{
	display: flex;
	align-items:center;
}

#fasciaInfoSx, #fasciaInfoDx{
	position: relative;
	float: left;
	width: 45%;
	margin: 0 2.5%;
	font-size: 3rem;
	line-height: 3.2rem;
}

span.infoPiccolo{
	font-size: 2.6rem;
}

@media only screen and ( max-width: 767px){
	#logo img{
		width: 50%;
	}
	
	#testata{
		display: block;
	}

	#testataSx, #testataDx{
		float: none;
		width: 90%;
		margin: 2rem auto;
		padding: 0;
	}
	
	#testataSx{
		font-size: 3rem;
		line-height: 4rem;
	}
	
	#fasciaDom .contenuto, #fasciaPe .contenuto, #fasciaEva .contenuto, #fasciaAngelo .contenuto{
		display: block;
		width: 100%;
	}
	
	.fasciaFoto{
		float: none;
		width: 100%;
	}

	.fasciaTesto{
		float: none;
		width: 100%;
		padding: 5rem 5%;
	}
	
	#fasciaInfo .contenuto{
		display: block;
	}

	#fasciaInfoSx, #fasciaInfoDx{
		float: none;
		width: 100%;
		margin: 0;
	}
	
}

/************************************************/
/* 				box fine						*/
/************************************************/
#fine{
	position:absolute;
	padding: 0rem;
	left: 0px;
	bottom: 0px; 
	width: 100%;
	text-align: left;
	z-index: 30;
	background: #575756;
}

#fineDati{
	position: relative;
	width: 100%;
	margin: 3rem 0;
	text-align: center;
	color: #ffffff;
}


/************************************************/
/* 				Utilità							*/
/************************************************/
.vuoto {
	clear:both;
}

.visible-mob{
	display: none;
}

@media (max-width: 767px) {
	.visible-mob{
		display: block;
	}
	
	.hidden-mob{
		display: none;
	}
}