@font-face{
	font-family:'Roboto';
	src:local('Roboto Regular'),
	local('Roboto-Regular'),
	url('../fonts/Roboto-Regular.woff') format('woff');
	font-weight:normal;
	font-style:normal;
	font-display:swap;
}
@font-face{
	font-family:'Roboto-Medium';
	src:local('Roboto Medium'),
	local('Roboto-Medium'),
	url('../fonts/Roboto-Medium.woff') format('woff');
	font-weight:normal;
	font-style:normal;
	font-display:swap;
}
html {
    font-size: 100%;
    font-family: 'Roboto', sans-serif;
}
body {
	font-size: 1rem;
	line-height: 1.3;
	margin: 0;
	color: #3a3a3b;
	background: #e1dfe1;
}
*, *::after, *::before {
    font-family: 'Roboto',Helvetica,Arial,sans-serif;
    text-rendering: auto;
    box-sizing: border-box;
}
header{
	height: 4.375rem;
	min-height: 80px;
    padding: 0 1.25rem;
    background: #2a2a2b;
    color: #fff;
    width: 100%;
    font-size: 1.25rem;
}
header svg{
	padding-right: 1rem;
	float: left;
	width: 45px;
}
header em{
	font-style: normal;
	font-family: 'Roboto-Medium';
	color: #fff;
	float: left;
	font-size: 20px;
	margin-top: 24px;
}
main {
	width: 100%;
	background: #fff;
	max-width: 1280px;
	min-height: 90vh;
	margin: 40px auto;
	padding: 40px;
}
main h2 {
	font-family: 'Roboto-Medium';
	font-weight: bold;
	font-size: 22px;
	color: #7b7b7c;
	margin-bottom: 20px; 
}
main h3 {
	font-family: 'Roboto-Medium';
	font-weight: bold;
	font-size: 18px;
	color: #7b7b7c;
	margin-bottom: 20px; 
}
main p, ul, ol {
	font-size: 14px;
	color: #7b7b7c;
	margin-bottom: 20px; 
}
main ul, ol {
	margin: 0 40px;
}
main li {
	margin: 13px 0;
}
main a {
	color: #dd5b15;
	text-decoration: underline; 
}
main .asterisco {
	display: block;
	font-size: 13px;
	color: #7b7b7c;
	padding-bottom: 20px;
}
main .configCMP {
	background: none;
	border: 0;
	padding: 0;
	font-size: 14px;
	color: #dd5b15;
    text-decoration: underline;
}
footer {
	width: 100%;
	background: #161617;
	color: #fbfbff;
	text-align: center;
}
footer p {
	margin: 0;
	padding:20px;
	font-size:12px;
}
@media screen and (max-width: 1280px){
	main {
		margin: 0;
		
	}
}
