/* DEFAULTS */
.content h1, .content h2 {
	text-align: left;
}

/* CASES */
#Cases {
	background: #fafafa;
}

#Cases .divider {
	margin: 47px 0;
	border-bottom: 1px solid #e1e1e1;
}


/* CASE AMPLIADO */
.caseAmpliado {
	text-align: left;
}

.caseAmpliado .mainImage {
	display: flex;
	align-items: center;
	margin: 0 0 45px 0;
	text-align: left;
}

.caseAmpliado .mainImage .info {
	margin: 0 0 0 3em;
	color: #00304f;
}

.caseAmpliado .mainImage .info > div {
	margin: 0 0 1em 0;
}

.caseAmpliado .body p {
	text-align: justify;
}


/* OUTROS CASES */
.boxOutrosCases {
	font-size: 0;
	line-height: 0;
	text-align: center;
}





/* ########## */
/* RESPONSIVE */
/* ########## */


/* 1440px */
@media screen and (max-width: 1440px) {

}


/* 1377px */
@media screen and (max-width: 1377px) {

}


/* 1170px */
@media screen and (max-width: 1170px) {

}


/* 1024px */
@media screen and (max-width: 1024px) {

}


/* 960px */
@media screen and (max-width: 960px) {

}


/* 768px */
@media screen and (max-width: 768px) {
	.caseAmpliado .mainImage {
		display: flex;
		flex-wrap: wrap;
	}
	
	.caseAmpliado .mainImage .info {
		margin: 50px 0 0 0;
		width: 100%;
	}
}


/* 640px */
@media screen and (max-width: 640px) {
	/* CASE AMPLIADO */
	.boxOutrosCases .btOutrosCases {
		padding: 18px;
		background-size: auto 16px !important;
	}

	.boxOutrosCases .btOutrosCases.previous {
		background-position: 12px center;
	}

	.boxOutrosCases .btOutrosCases.next {
		background-position: 15px center;
	}
}


/* 480px */
@media screen and (max-width: 480px) {

}


/* 320px */
@media screen and (max-width: 320px) {

}