.blsd .bg-image {
	background-image: url('../img/corso-blsd-personale-non-sanitario.jpg');
	background-position: center;
}
.txt-viola, #buttoninvia {
	color: #cb1717;
}
#buttoninvia {
	border: 2px solid #fff;
}
#buttoninvia:hover {
	background: #9e171d;
	border: 2px solid #fff;
	color: #fff;
}
.bg-viola {
	background: #cb1717;
}
.ctn-ctas-mob a button,
.bnt_iscrizione {
	background: #cb1717;
	border: 2px solid #cb1717;
}
.bnt_iscrizione {
	padding: 10px 15px;
    color: #fff;
    font-weight: 800;
	text-decoration: none;
}
.ctn-ctas-mob a button:hover,
.bnt_iscrizione:hover {
	background: #9e171d;
	border: 2px solid #9e171d;
	color: #fff;
}
@media screen and (max-width: 576px) {
	.swiper iframe {
    	height: 200px;
	}
	.ctn-ctas-mob {
		display: block;
	}
	.ctn-ctas-mob a:last-child {
		margin-left: auto;
	}
}