.terracota {
	color: #c66749;
}

.white {
	color: white;
}

.green {
	color: #8e9872;
}

.hover-terracota:hover {
	color: red;
}

body {
	background-color: #F9F7F2;
}

.main {
	background-image: url("assets/img-3.jpg");
	background-size: cover;
	background-position: center;
	min-height: 100vh;
}

.texto {
	color: white;
	display: flex;	
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 30px;
}

.logo {
	width: 300px;
}

.conteudo-especialidades img, .conteudo-sobre img, .conteudo-contato img {
	width: 45%;
}

.conteudo-sobre section, .conteudo-contato section {
	text-align: center;
	padding: 0 2rem;
}

@media (max-width: 800px) {
	.conteudo-sobre, .conteudo-especialidades, .conteudo-contato {
		flex-direction: column;
	}

	.conteudo-sobre img, .conteudo-especialidades img, .conteudo-contato img{
		width: 100%;
	}

	.conteudo-sobre section, .conteudo-contato section {
		justify-content: flex-start;
		text-align: center;
		min-height: unset;
		padding: 16px 16px 20px;
	}
}

@media (max-width: 600px) {
	.main {
		background-repeat: no-repeat;
		background-size: 600px;
		background-position: top center;
		min-height: unset;
	}

	.texto {
		padding: 270px 16px 12px;
		text-align: center;
		margin-top: 70px;
	}

	.texto h1, .texto p {
		color: #c66749;
	}

	.texto h2 {
		color: #8e9872;
	}
}
