.img-decola {
	background: #00B6F8 no-repeat center url(../_img/bg_decola.jpg);
	background-size: cover;
}
.decola h1 {
	color: #081A74;
	font-weight: 600;
}
.decola h1 b {
	color: #5644E5;
}
.decola a {
	background-color: #1B0B63;
	color: #fff;
	border-bottom: 2px solid #3A2793;
}
.texto p, .texto p b {
	color: #2D3146;
}
.logodecola {
	position: fixed;
	bottom: 0px;
	right: 0px;
	background: no-repeat center center url(/_img/decolamei/logo_decola.png);
	background-size: contain;
	width: 110px;
	height: 84px;
	margin: 30px;
}
.datadecola {
	background: no-repeat center top url(../_img/data_decola.png);
	background-size: contain;
}


@media only screen and (max-width: 1024px) {
	.img-decola {
		background: no-repeat center top url(../_img/bg_mob_decola.jpg);
		background-size: cover;
		background-color: #00B6F8;
	}
	.logodecola {
		top: -10px;
		right: auto;
		bottom: auto;
		left: 0px;
		width: 110px;
		position: absolute;
	}
}


@media only screen and (max-width: 650px) {
	.logodecola {
		top: -10px;
		width: 80px;
		position: absolute;
	}
	
}

