/*!

*/
@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@400;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;600;700&display=swap");
.titolo-sezione {
	font-size: 30px;
	line-height: 36px;
	font-weight: 600;
	text-transform: uppercase;
	color: #002845;
	position: relative;
	margin-top: 100px;
	margin-bottom: 90px;
}

@media (min-width: 1220px) {
	.titolo-sezione {
		font-size: 30px;
		line-height: 36px;
	}
}

.titolo-sezione:after {
	content: "";
	width: 90px;
	height: 1px;
	background-color: #05a552;
	position: absolute;
	bottom: -10px;
	left: 0px;
}

.titolo_dettaglio {
	color: #002845;
	font-size: 48px;
	line-height: 110%;
	margin: 16px 0px 12px;
}

.titolo_dettaglio a {
	text-decoration: none;
	color: inherit;
}

.titolo_dettaglio a:hover {
	text-decoration: underline;
}

.entry-meta_dettaglio {
	font-size: 14px;
	color: #323232;
}

.freccia-dx {
	width: 15px;
	height: 10px;
	background-color: #002845;
	clip-path: polygon(0% 45%, 90% 45%, 71% 10%, 76% 0%, 100% 50%, 76% 100%, 71% 90%, 90% 55%, 0% 55%);
	-webkit-clip-path: polygon(0% 45%, 90% 45%, 71% 10%, 76% 0%, 100% 50%, 76% 100%, 71% 90%, 90% 55%, 0% 55%);
}

.freccia-sx {
	width: 15px;
	height: 10px;
	background-color: #002845;
	clip-path: polygon(0% 45%, 90% 45%, 71% 10%, 76% 0%, 100% 50%, 76% 100%, 71% 90%, 90% 55%, 0% 55%);
	-webkit-clip-path: polygon(0% 45%, 90% 45%, 71% 10%, 76% 0%, 100% 50%, 76% 100%, 71% 90%, 90% 55%, 0% 55%);
	transform: rotate(180deg);
}

.freccia-sx-up {
	width: 15px;
	height: 15px;
	background-color: #002845;
	clip-path: polygon(20% 0%, 20% 10%, 83% 10%, 0% 93%, 7% 100%, 90% 17%, 90% 80%, 100% 80%, 100% 0%);
	-webkit-clip-path: polygon(20% 0%, 20% 10%, 83% 10%, 0% 93%, 7% 100%, 90% 17%, 90% 80%, 100% 80%, 100% 0%);
	transform: rotate(-90deg);
}

.freccia-dx-up {
	width: 15px;
	height: 15px;
	background-color: #002845;
	clip-path: polygon(20% 0%, 20% 10%, 83% 10%, 0% 93%, 7% 100%, 90% 17%, 90% 80%, 100% 80%, 100% 0%);
	-webkit-clip-path: polygon(20% 0%, 20% 10%, 83% 10%, 0% 93%, 7% 100%, 90% 17%, 90% 80%, 100% 80%, 100% 0%);
}

ss3-force-full-width {
	transform: unset !important;
	margin-left: -15px;
	margin-right: -15px;
}

@media (min-width: 1280px) {
	ss3-force-full-width {
		margin-left: calc(((100vw - 1280px) / -2) - 15px);
		margin-right: calc(((100vw - 1280px) / -2) - 15px);
	}
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
.fascia-frase-evidenza {
	margin: 20px 0px;
	margin-left: -15px;
	margin-right: -15px;
}

@media (min-width: 1280px) {
	.fascia-frase-evidenza {
		margin-left: calc(((100vw - 1280px) / -2) - 15px);
		margin-right: calc(((100vw - 1280px) / -2) - 15px);
	}
}

.fascia-frase-evidenza a {
	color: #ffffff;
	text-decoration: none;
}

.fascia-frase-evidenza a:hover {
	color: #ffffff;
	text-decoration: underline;
}

.fascia-frase-evidenza-container {
	position: relative;
	min-height: 200px;
	background-repeat: no-repeat;
	background-size: auto 100px;
	background-position: top center;
	padding: 120px 0px 20px;
}

@media (min-width: 768px) {
	.fascia-frase-evidenza-container {
		padding: 50px 0px;
		min-height: 150px;
		background-size: 300px auto;
		background-position: center right;
	}
}

@media (min-width: calc(1280px + 60px)) {
	.fascia-frase-evidenza-container {
		background-size: contain;
		background-size: 500px auto;
	}
}

.fascia-frase-evidenza-container .fascia-frase-evidenza-testo {
	color: #ffffff;
	margin: 0%;
	font-size: 38px;
	line-height: 40px;
	text-align: center;
}

@media (min-width: 1024px) {
	.fascia-frase-evidenza-container .fascia-frase-evidenza-testo {
		text-align: left;
		max-width: calc(100% - 300px);
	}
}

@media (min-width: 1024px) {
	.fascia-frase-evidenza-container .fascia-frase-evidenza-testo {
		font-size: 48px;
		line-height: 50px;
	}
}

@media (min-width: calc(1280px + 60px)) {
	.fascia-frase-evidenza-container .fascia-frase-evidenza-testo {
		max-width: calc(100% - 500px);
	}
}

.fascia-frase-evidenza-container .fascia-frase-evidenza-testo p {
	margin: 0px;
}

.fascia-frase-evidenza-inner {
	max-width: 1280px;
	padding: 0px 15px;
	height: 100%;
	margin: auto;
}

/*# sourceMappingURL=fascia-frase-evidenza.css.map */