.cosmetologia .bg-image {
	background-image: url('../img/iapem-corso-cosmetologia.jpg');
	background-position: center;
}
.txt-blu, #buttoninvia {
	color: #2e3a88;
}
#buttoninvia {
	border: 2px solid #fff;
}
#buttoninvia:hover {
	background: #2e3a88;
	border: 2px solid #fff;
	color: #fff;
}
.bg-blu {
	background: #2e3a88;
}
.ctn-ctas-mob a button,
.bnt_iscrizione {
	background: #2e3a88;
	border: 2px solid #2e3a88;
}
.bnt_iscrizione {
	padding: 10px 15px;
    color: #fff;
    font-weight: 800;
	text-decoration: none;
}
.ctn-ctas-mob a button:hover,
.bnt_iscrizione:hover {
	background: #1e275e;
	border: 2px solid #1e275e;
	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;
	}
}