@charset "utf-8";
/* CSS Document */
body{
	font-family: 'Open Sans';
	background-color: #e6e6e6;
}
.topper{
	width: 100%;
	height: 70px;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: flex-end;
	color: white;
	background-color: #8c1812;
	padding: 20px;
}
.header{
	width: 100%;
	padding: 20px;
	/*height: 70px;*/
	box-shadow: 0px 1px 2px #ccc;
	position: sticky;
	top: 0;
	background-color: white;
	z-index: 30000;
}
.contenitore{
	width: 80%;
	margin-left: 10%;
}
.cont-h{
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: flex-end;
	flex-direction: row;
	flex-wrap: nowrap;
}
.in-cont-h{
	flex: 1 1 auto;
	margin: 10px;
}
.btn-menu-white{
	background-color: white;
	color: black;
	padding: 10px;
	cursor: pointer;
	text-align: center;
	transition: all ease 0.3s;
	border-radius: 5px;
}
.btn-menu-white:hover{
	background-color: #d1d1d1;
	color: #8c1812;
}
.btn-menu-red{
	background-color: #8c1812;
	color: white;
	padding: 10px;
	cursor: pointer;
	text-align: center;
	transition: all ease 0.3s;
	border-radius: 5px;
}
.btn-menu-red:hover{
	background-color: #a83e3b;
}
.btn-menu-green{
	background-color: #013333;
	color: white;
	padding: 10px;
	cursor: pointer;
	text-align: center;
	transition: all ease 0.3s;
	border-radius: 5px;
}
.btn-menu-green:hover{
	background-color: #174948;
}
.header-smart{
	display: none;
}
.submenu{
	width: 100%;
	background-color: #8c1812;
	top: -100%;
	left: 0;
	transition: all ease 0.3s;
	display: block;
	position: fixed;
	z-index: 35000;
}
.banner{
	background-image: url(../images/gd-solution-smartphone-b2b.png);
	background-repeat: no-repeat;
	background-position: right;
	background-size: cover;
	height: 400px;
	width: 100%;
}
.inbanner{
	width: 50%;
	background-color: rgba(255,255,255,0.7);
	height: 100%;
	display: flex;
	align-content: center;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
	padding: 20px;
}
.btn-red{
	background-color: #8c1812;
	color: white;
	padding: 10px;
	border: none;
	border-radius: 5px;
}
.btn-white{
	background-color: white;
	color: #8c1812;
	padding: 10px;
	border: none;
	border-radius: 5px;
	text-transform: uppercase;
	font-weight: 700;
}
.btn-green{
	background-color: #013333;
	color: white;
	padding: 10px;
	border: none;
	border-radius: 5px;
	text-transform: uppercase;
}
.titolo-banner{
	font-size: 40px; font-weight: 700; color: #013333;
}
.titolo-pagina{
	font-size: 30px; font-weight: 700; color: #013333;
}
.box-in-page{
	display: flex; align-content: flex-start; align-items: flex-start; justify-content: center; flex-wrap: nowrap; flex-direction: row;
}
.in-box-in-page{
	flex: 0 1 auto; width: 50%; padding: 20px; line-height: 30px;
}
footer{
	background-color: #8c1812;
	padding-top: 30px;
	padding-bottom: 30px;
	color: white; 
}
.box-supporto{
	background-color: #8c1812; border-bottom: solid 5px #013333; padding: 20px; width: 70%; margin-left: 15%;
}
.box-formazione{
	 width:30%;
}
.gotop{
	position: fixed;
	z-index: 32000;
	background-color: #013333;
	color: white;
	width: 50px;
	height: 50px;
	bottom: 30px;
	right: 30px;
	display: none;
	text-align: center;
	line-height: 50px;
}
.box-feed{
	background-color: #8c1812; color: white; border-radius: 10px; width: 60%; margin-left: 20%; padding: 20px;
}
.disabled{
	opacity: 0.5;
}
@media screen and (max-width:768px){
	.box-in-page{
		display: flex; align-content: flex-start; align-items: flex-start; justify-content: center; flex-wrap: nowrap; flex-direction: column;
	}
	.in-box-in-page{
		flex: 0 1 auto; width: 100%; padding: 20px; line-height: 30px;
	}
	.topper{
		display: none;
	}
	.contenitore{
		width: 100%;
		margin-left: 0;
	}
	.header{
		display: none;
	}
	.header-smart{
		display: block;
		width: 100%;
		padding: 20px;
		/*height: 70px;*/
		box-shadow: 0px 1px 2px #ccc;
		position: sticky;
		top: 0;
		background-color: white;
		z-index: 30000;
	}
	.btn-menu-white{
		background-color: #d1d1d1;
		color: #8c1812;
	}
	.btn-menu-smart{
		color: white;
		padding: 20px;
		text-transform: uppercase;
	}
	.btn-menu-smart-green{
		background-color: #013333;
		color: white;
		padding: 20px;
		text-transform: uppercase;
	}
	.inbanner{
		text-align: center;
		width: 100%;
		margin-left: 0;
		background-color: rgba(255,255,255,0.7);
		height: 100%;
		display: flex;
		align-content: center;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		padding: 20px;
	}
	.titolo-banner{
		font-size: 30px; font-weight: 700; color: #013333;
	}
	.box-supporto{
		background-color: #8c1812; border-bottom: solid 5px #013333; padding: 20px; width: 90%; margin-left: 5%;
	}
	.box-feed{
		background-color: #8c1812; color: white; border-radius: 10px; width: 90%; margin-left: 5%; padding: 20px;
	}
}