/* CSS Document */

body {
    margin: 0 auto;
    background: #D4B788;
    color: #444;
    font-size: 1.6em;
	line-height: 1.5em;
    text-align: justify;
	font-family: 'Roboto', sans-serif;
}
.topo {
	margin: 0 auto;
}

.img {
	width: 100%;
	height: auto;
}

.logos {
	width: 40%;
	height: auto;
	padding:1em 0;
}


.centro {
	max-width: 80em;
	margin: 0 auto;
	width: 70%;
	padding: 1em;
	color: #3F2B09;
}

.titulo {
	font-size: 2em;
	font-style: normal;
	font-weight: bold;
}

.sub_titulo {
	font-size: 1,6em;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}

.divisor {
	border-bottom: #FFFFFF solid .1em;
	width: 100%;
}

.divisor2 {
	border-bottom: #E0A74B solid .1em;
	width: 100%;
}

.link {
	text-decoration: none;
	color: #FFFFFF;
}

.rodape {
	width: 100%;
	height: 4em;
	background: #fff;
	text-align: center;
	border-top: #4A2F08 solid .3em;
}



@media screen and (max-width: 480px) {
	
	.centro, .rodape {
		padding: 1em .2em;
		width: 93%;
		font-size: 1em;

	}
	
	.img {
		width: 100%;
		height: 220px;
  		object-fit: cover;
		background: transparent;
	}
	
	.logos {
		width: 93%;
	}
}