.imagem_texto_lateral_1{
	width: 100%;
	display: block;
	padding: 120px 0;
}
.imagem_texto_lateral_1 .conteudo{
	display: inline-flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	width: 100%;
}
.imagem_texto_lateral_1 .conteudo .img{
	width: 100%;
	text-align: center;
	display: inline-block;
	margin-top: 30px;
	order: 1;
	position: relative;
}
.imagem_texto_lateral_1 .conteudo .img img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
.imagem_texto_lateral_1 .conteudo .img a{
	width: 100%;
	display: block;
}
.imagem_texto_lateral_1 .conteudo .texto{
	width: 100%;
	display: inline-block;
	order: 0;
}
.imagem_texto_lateral_1 .conteudo .texto .titulo_img{
	width:100%;
	display:block;
	margin-bottom: 50px;
}
.imagem_texto_lateral_1 .conteudo .texto .titulo_img img{
	width: max-content;
	max-width: 100%;
	display:block;
}
.imagem_texto_lateral_1 .conteudo .texto .botoes{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.imagem_texto_lateral_1 .conteudo .texto .botoes .btn{
	margin: 40px auto 0 auto;
}

@media only screen and (min-width: 768px) {

}

@media only screen and (min-width: 1024px) {
	.imagem_texto_lateral_1 .conteudo .img{
		width: calc(52%);
		margin-top: 0px;
		position: sticky;
		top: 20px;
		height: 100%;
	}
	.imagem_texto_lateral_1 .conteudo .img img{
		position: relative;
		object-fit: cover;
		top: 0;
		bottom: 0;
		margin: auto;
		object-position: left center;
		min-height: 100%;
		min-width: auto;
    		max-height: 100%;
	}
	.imagem_texto_lateral_1 .conteudo .texto{
		width: 45%;
	}
	.imagem_texto_lateral_1 .conteudo .texto .botoes{
		justify-content: flex-start;
		align-items: center;
		flex-direction: row;
	}
	.imagem_texto_lateral_1 .conteudo .texto .botoes .btn{
		margin: 40px 20px 0 0;
	}
	.imagem_texto_lateral_1 .conteudo .texto .botoes .btn:last-child{
		margin-right: 0px;
	}
}