/* CSS Document */

#meioAmbiente {
	float: left;
	width: 100%;
}

/* Texto Inicial */

.textoInicial {
	float: left;
	width: 100%;
	padding-top: 250px;
	background: url(https://asseseg.com.br/wp-content/uploads/2020/03/bg-meio-ambiente.jpg) top center no-repeat;
	margin-bottom: 40px;
}

.textoInicial h1 {
	color: #728648;
    font-size: 40px;
    font-weight: bold;
    margin: 0;
    line-height: 130%;
	text-transform: uppercase;
}

.textoInicial .separador {
	background: #e30613;
    width: 50%;
    height: 2px;
    margin: 15px 0 30px 0;
}

.textoInicial .conteudo {
	padding: 0 100px;
}

.textoInicial .conteudo h2 {
	font-size: 26px;
	margin: 25px 0;
}

.textoInicial .conteudo h3 {
	font-size: 20px;
	margin: 25px 0;
}

@media (max-width: 768px) {
	
	.textoInicial {
		margin-bottom: 25px;
	}
	
	.textoInicial h1 {
		font-size: 30px;
	}
	
	.textoInicial .conteudo {
		padding: 0 15px;
	}
	
}
