.call_to_action{
	width: 100%;
	display: block;
	padding: 80px 0;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	position: relative;
}
.call_to_action:after{
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.40);
	content: ' ';
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;	
}
.call_to_action .container{
	position: relative;
	z-index: 1;
}
.call_to_action .conteudo .texto{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	flex-wrap: wrap;
}
.call_to_action .conteudo .texto .titulo_principal,
.call_to_action .conteudo .texto .descricao_principal{
	color: var(--color-white);
}

@media only screen and (min-width: 768px) {

}
@media only screen and (min-width: 1024px) {
	
}