@charset "utf-8";
/* CSS Document */
body {
	background-color: transparent;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	color: #000;
}

#contenuto {

}
#contenuto .pd0 {
	padding: 0;
}
#contenuto .intro {
	margin-top: 20px;
	padding: 25px;
	border: 1px solid #7f35b2;
	border-radius: 3px;
}
#contenuto .intro h1 {
	font-size: 25px;
}
#contenuto .intro .start-intro {
	margin-top: 20px;
	padding: 10px 30px;
	border: 1px solid #7f35b2;
	border-radius: 3px;
	background-color: #7f35b2;
	font-weight: 700;
	color: #fff;
}
#contenuto .intro .start-intro:hover {
	background-color: #fff;
	color: #7f35b2;
}
#contenuto h2.dt-domanda {
	margin: 30px 0 10px 0;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 22px;
	color: #7f35b2;
}
@media (max-width: 767.98px) {
#contenuto h2 {
	margin: 20px 0 10px 0;
	font-size: 28px;
}
}


#pagina {
	margin-top: 20px;
	padding: 15px;
	border: 1px solid #7f35b2;
	font-size: 16px;
}
#pagina .titolo-grande {
	position: relative;
	padding: 5px 10px;
	background-color: #7f35b2;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 22px;
	color: #fff;
}
#pagina .titolo-grande .image {
	position: absolute;
	left: -150px;
	top: 0;
	width: 75px;
	height: 75px;
	margin: 10px 0 10px 0;
	border-radius: 50%;
	background-color: #7f35b2;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	box-shadow: 0 5px rgba(204,204,204,0.9);
}
#pagina h1 {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 20px;
	color: #7f35b2;
}
#pagina h2 {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 18px;
	color: #7f35b2;
}
#pagina h3 {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 16px;
	color: #7f35b2;
}
#pagina ul {
	padding-left: 0;
}
#pagina ul li {
	position: relative;
	list-style-type: none;
	padding-left: 20px;
}
#pagina ul li:before {
	position: absolute;
	left: 3px;
	top: 4px;
	content: '\f111';
	font-family: FontAwesome;
	font-size: 10px;
	color: #7f35b2;
}
#pagina ol {
	padding-left: 20px;
}
#pagina .immagine img {
	width: 100%;
}
#pagina .allegati {
	margin-top: 20px;
}
#pagina .allegati a.allegato {
	display: inline-block;
	margin: 0 10px 10px 0;
	padding: 10px;
	border: 1px solid #7f35b2;
	background-color: #f2f2f2;
	font-size: 14px;
	font-weight: 400;
	color: #7f35b2;
	text-decoration: none;
}
#pagina .allegati a.allegato:hover {
	background-color: #7f35b2;
	color: #fff;
}
@media (max-width: 767.98px) {
#pagina {
	font-size: 16px;
}
}


.dt {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	opacity: 1;
	margin-top: 30px;
	padding: 8px 35px 8px 10px;
	background-color: #fff;
	border: 1px solid #7f35b2;
	font-weight: 400;
	font-size: 20px;
	line-height: 1;
	text-align: left;
	cursor: pointer;
}
.dt:after {
	position: absolute;
	right: 26px;
	content: '\f105';
	font-family: FontAwesome;
	font-size: 32px;
	color: #7f35b2;
	line-height: 1;
}
.dt .testo {
	font-size: 21px;
}
.dt .cerchio {
	height: 50px;
	width: 50px;
	margin-right: 20px;
	border-radius: 50%;
	background-color: #7f35b2;
}
.dt i {
	width: 50px;
	text-align: center;
	font-size: 20px;
	color: #fff;
	line-height: 1;
}
.dt:hover {
	background-color: #7f35b2;
	color: #fff;
}
.dt:hover:after {
	color: #fff;
}
.dt:hover .testo {
	color: #fff;
}
.dt:hover .cerchio {
	background-color: #fff;
}
.dt:hover .cerchio i {
	color: #7f35b2;
}
@media (max-width: 992px) {
.dt {
	width: 100%;
}
}


.bg-grigio {
	margin-top: 30px;
	padding: 10px;
	border-radius: 3px;
	background-color: #f2f2f2;
}
.bg-grigio a {
	position: relative;
	padding-left: 25px;
	font-size: 20px;
	color: #000;
	text-transform: uppercase;
}
.bg-grigio a.button-torna {
	margin-right: 15px;
	margin-left: 10px;
	padding-right: 15px;
	border-right: 1px solid #a4a4a4;
}
.bg-grigio a.button-torna:before {
	position: absolute;
	top: -3px;
	left: 0;
	content: '\f048';
	font-family: fontawesome;
	font-size: 16px;
	color: #7f35b2;
}
.bg-grigio a.button-back:before {
	position: absolute;
	top: -3px;
	left: 0;
	content: '\f053';
	font-family: fontawesome;
	font-size: 16px;
	color: #7f35b2;
}
@media (max-width: 479.98px) {
.bg-grigio a {
	display: block;
	width: 100%!important;
}
}