section.acompanhe{
	float: left;
	width: 100%;
	height: auto;
	margin-bottom: 70px;
}
nav.redessociais{
	float: left;
	width: 45px;
	height: auto;
	margin-top: 25px;
	margin-right: 2%;	
}
.redes li{
	float: left;
	display: block;
	opacity: 0.5;
}
.redes li:hover{
	opacity: 1;
}
.ativo-redes{
	opacity: 1;
}

.box-redes{
	/*display: none;*/
	float: right;
	width: 92%;
	height: auto;
	margin-top: 25px;
	min-height: 200px;
	overflow: hidden;
}

.list-instagram{
	float: left;
	width: 17.7%;
	padding: 1%;
	height: auto;
	background-color: #000;
	border: 1px solid #555;
	overflow: hidden;
}
.foto-insta{
	width: 100%;
}
.mais-instagram{
	display: block;
	float: left;
	font-size: 12px;
	margin-top: 10px;
}
.mais-instagram a{
	color: #555;
}


.list-facebook{
	display: inline-block;
	width: 23%;
	height: auto;
	padding-bottom: 20px;
	margin-right: 2.3%;
	background-color: #fff;
	border-bottom: 1px solid #ccc;
}
.list-facebook:nth-child(4){
	margin-right: 0;
}
.foto-face{
	width: 100%;
}
.list-facebook h1{
	font-size: 1.4em;
	color: #555;
	padding: 10px;
}
.list-facebook p{
	font-size: 1.2em;
	color: #555;
	padding: 0 10px;
}




.list-twitter{
	float:left;
	width: 22.4%;
	height: 150px;
	padding-bottom: 20px;
	margin-right: 3.1%;
	background-color: #fff;
	border-bottom: 1px solid #ccc;
}
.list-twitter:nth-child(4){
	margin-right: 0;
}
.follow{
	display: block;
	width: 60px;
	height: 20px;
	margin: 10px;
}
.list-twitter h1{
	font-size: 1.4em;
	color: #555;
	padding: 10px;
}

.list-twitter a{
	color: #12638B;
}



/* responsivo */
@media all and (max-width:925px){
	.list-facebook{
		width: 22.5%;
	}

	.list-twitter{
		width: 22%;
	}

	.list-twitter h1{
		font-size: 1.2em;
	}
}

@media all and (max-width:800px){
	.box-redes{
		width: 90%;
		min-height: 200px;
	}
	.list-instagram{
		float: left;
		width: 17.3%;
		padding: 1%;
	}
}


@media all and (max-width:700px){
	.list-facebook h1{
		font-size: 1.2em;
	}
	.list-facebook p{
		font-size: 1.1em;
	}

	.list-twitter{
		width: 46%;
		margin-bottom: 20px;
	}
	.list-twitter:nth-child(4){
		margin-right: 3%;
	}
	.list-twitter:nth-child(2){
		margin-right: 0;
	}
}


@media all and (max-width:610px){
	.box-redes{
		width: 88%;
	}
	.list-instagram{
		width: 30%;
	}

	.list-facebook{
		width: 45%;
		margin-right: 4%;
		margin-bottom: 20px;
	}
	.list-facebook:nth-child(4){
		margin-right: 3%;
	}
	.list-facebook:nth-child(2){
		margin-right: 0;
	}
}


@media all and (max-width:610px){
	.box-redes{
		width: 85%;
	}
	.list-twitter h1{
		font-size: 1.1em;
	}
}


@media all and (max-width:390px){
	.box-redes{
		width: 83%;
	}

	.list-twitter{
		width: 100%;
		margin-bottom: 20px;
	}
	.list-twitter:nth-child(2){
		margin-right: 3%;
	}
	.list-twitter:nth-child(1){
		margin-right: 0;
	}
}


@media all and (max-width:350px){
	.box-redes{
		width: 81%;
	}
	.list-instagram{
		width: 47%;
	}

	.list-facebook h1{
		font-size: 1.0em;
	}
}
/*and responsivo */