/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 10 2023 | 14:13:36 */
/* titolo blu e rosso iniziale */

.intro-h1 {
	color: #fff;
	font-size: 48px;
	line-height: 50px;
    letter-spacing: 0.005em;
}

.intro-h3 {
	color: #fff;
	font-size: 28px;
    line-height: 34px;

}

.intro-titolo-blu, .intro-titolo-rosso {
	font-size: 44px;
	line-height: 46px;
    font-weight: 600;
}
/*--inizio--------alone sotto h1 e h3 pagina singola----------------*/
#header-row-inizio h1 {
	padding-bottom: 0;
}
#header-row-inizio h3 {
	margin-top: 12px;
}
#header-row-inizio h1 span, #header-row-inizio h3 span { 
/* 	background: rgba(0,65,100,0.2); */
	width: auto!important;
	max-width: auto !important;
/* 	padding-left: 22px; */
/* 	padding-right: 22px; */
}
#header-row-inizio h1 span {
	padding-top: 9px;
	padding-bottom: 6px;
}
#header-row-inizio h3 span  {
	padding-top: 3px;
	padding-bottom: 16px;
}

/* ----fine--------------------------------------------------------- */
.intro-titolo-blu {
	color: var(--blu);
	padding-right: 8px;
}
.intro-titolo-rosso {
	color: var(--rosso);
}
.intro-pagina-sottotitolo {
	font-size: 26px;
    line-height: 36px;
	color: var(--blu);
}
.h3-titolo-pagina-content h3 {
	text-align: left;
    color: var(--rosso);
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 0.03em;
    line-height: 28px;
}
.content-row-pag-singola li::marker{
	color: #0041649e;
	font-size: 20px;
}

/* ------------ inizio box giallo --------------------*/
.content-row-pag-singola .box-giallo {
	background: rgba(244,167,0,0.42);
	padding: 15px 16px;
	border-radius: 4px;
}
.content-row-pag-singola .box-giallo .et_pb_text_inner{ /* padre flex */
	display: flex;
    justify-content: space-between;
	align-items: center;
}
.content-row-pag-singola .box-giallo a {
	text-decoration: none;
	display: inline-block;
	margin: 0;
}
.content-row-pag-singola .box-giallo h3 { /* figlio flex */
	flex-basis: 68%;
	font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.02em;
    font-weight: 700;
    margin: 0;
	padding: 0;
}
/* ------------ fine box giallo --------------------*/




