
.banner_container {
	width: 100%;
	max-width: 1100px;
	padding-left: 1em;
	padding-right: 1em;
	margin: 0 auto;
	min-height: 520px;
}

.banner_title, .banner_text {
	color: white;
	text-align: left;
}

.banner_content {
	margin-top: 70px;
	display: inline-block	;

}

.banner__image {
	display: inline-block;
	margin-bottom: 1em;
}

.banner_title {
	font-size: 34px;
	font-weight: 600;
	line-height: 1;
}

.banner_text {
	font-size: 18px;
	line-height: 1.5;
}

.banner__link, .banner_text-container, .banner_content {
	width: 100%;
	text-align: left;
}

@media (min-width: 590px) {

	.banner_title {
		font-size: 40px;
	}

	.banner_text {
		font-size: 24px;
		margin-top: 1em;
	}

	.banner_text-container {
		width: 90%;

	}

	.img-banner {
		width: 100%;
		position: relative;
		left: 50%;
		transform: translateX(-50%);
	}
}

@media(max-width:465px) {
	.banner_title {
		font-size: 0px;
	}

	.banner_text {
		font-size: 20px;
		margin-top: 1em;
	}

	.banner_text-container {
		width: 100%;

	}
}

.body .header_wrapper{
    background:url(../images/ebook/fundo-informativo.jpg) no-repeat;
    background-size:cover;
    background-position:center
}

