.centra{ display: block; margin: 0 auto; }
.clearfix{ clear: both; }
.no-padding{ padding: 0 !important; }
.no-margin{ margin: 0 !important; }
.underline{ text-decoration: underline; }
.m0-top{margin-top:0px !important;}
.m0-bottom{margin-bottom:0px !important;}
.m10-top{margin-top:10px !important;}
.m10-bottom{margin-bottom:10px !important;}
.m20-top{margin-top:20px !important;}
.m20-bottom{margin-bottom:20px !important;}
.m30-top{margin-top:30px !important;}
.m30-bottom{margin-bottom:30px !important;}
.m40-top{margin-top:40px !important;}
.m40-bottom{margin-bottom:40px !important;}
.m50-top{margin-top:50px !important;}
.m50-bottom{margin-bottom:50px !important;}
.m60-top{margin-top:60px !important;}
.m60-bottom{margin-bottom:60px !important;}
.m70-top{margin-top:70px !important;}
.m70-bottom{margin-bottom:70px !important;}
.m80-top{margin-top:80px !important;}
.m80-bottom{margin-bottom:80px !important;}
.m90-top{margin-top:90px !important;}
.m90-bottom{margin-bottom:90px !important;}
.m100-top{margin-top:100px !important;}
.m100-bottom{margin-bottom:100px !important;}
.btn.focus, .btn:focus, button:focus, a:focus , *:focus{ outline: 0; box-shadow: none; }
.width100{ width: 100%;}
*:not(.fa){ font-family: 'Open Sans', sans-serif; }
.centraVert{
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
}
a:hover{ text-decoration: none; color: initial; }
#fascia-header{
	background: #5D0835;
    color: #ffffff;
    width: 100%;
    height: 40px;
}

#logo_pulmoniamo{
	display: block;
	margin: 20px auto 5px auto;
}
.polmoni{
	display: block;
    margin: 0 auto;
}
.logo-AstraZeneca{ width: 90%; max-width: 230px; }
.logo-LungAmbition{ width: 74%; }
.viola{ color: #5D0835; }
.title1{
	font-family: 'Oswald', sans-serif;
    color: #5D0835;
    font-size: 36px;
    font-weight: 400;
    text-align: center;
}
.title2{
	font-family: 'Oswald', sans-serif;
	color: #205FAC;
    font-size: 50px;
}
p{
	font-size: 17px;
    color: #3C3C3E;
    line-height: 25px;
}
footer{
	background: #DFDFDF;
    padding: 40px 0;
    margin-top: 60px;
}
.btnCta{
	background-color: #5D0835;
    color: #ffffff;
    font-weight: 800;
    font-size: 17px;
    padding: 10px 55px 5px 55px;
    border-radius: 100px;
	box-shadow: -1px 5px 20px rgb(136 136 136 / 47%);
	border: 4px solid #5d0835;
	width: 100%;
	margin-bottom: 30px;
}
.btnCta:hover{
	border: 4px solid #fce1a2;
}
.ico-download{
	height: 45px;
    margin-left: 20px;
    position: relative;
    top: -2px;
}
footer a{ 
	color: #3C3C3E;
	font-weight: 500;
	cursor: pointer;
}
footer a:hover{ 
	color: #205fac;
	text-decoration: none;
}
.separa{
	color: #205fac;
    font-weight: 800;
    margin: 0px 13px;
}
.support{
	    font-size: 13px;
    margin: 0 auto;
}

@media (max-width: 768px) {
	.text-center-mobile{ text-align: center !important; }
}

@media (min-width: 576px) {
	
}

@media (min-width: 768px) {
	#logo_pulmoniamo{ max-width: 400px; }
	.btnCta{ width: unset;  display: block; margin: 0 auto; margin-bottom: 20px; }
}

@media (min-width: 992px) {
	.btnCta{ width: unset; margin-bottom: unset; }
}

@media (min-width: 1200px) {
	
}