.container-text {
	float: right;
	position: relative;
}

.text {
	padding-top: 1.25em; /*20px*/
	color: #000;
	text-align: justify;
}

.text-divisao {
	width: 95%;
	position: relative;
}

.conteudo {
	width: 100%;
	padding: 90px 0 0 80px;
}

#sobre {
	width: 100%;
	height: auto;
}

#container-img {
	width: 251px;
	height: 251px;
	border: 10px solid #054d74;
	border-radius: 50%;
	background-image: url('../img/lab_img.png');
	background-size: cover;
	background-repeat: no-repeat;
	float: left;
	margin-right: 50px;
	margin-bottom: 40px;
}

.text-sobre {
	width: 60%;
	margin-right: 5%;
}

.titulo {
	font-size: 2.25em; /*36px*/
	font-weight: 700;
	color: #054d74;
	padding-top: 30px;
}

.subtitle {
	padding-top: 0.3125em; /*5px*/
	font-size: 1.125em; /*18px*/
	font-weight: 700;
	color: #444;
}

/****************************/

#equipe {
	width: 100%;
	height: 500px;
}

#container-icons {
	float: left;
}

.icon {
	width: 65px;
	height: 65px;
	margin-bottom: 20px;
	border-radius: 50%;
	background-color: #01a4df;
}

.text-equipe {
	width: 80%;
	margin-right: 10%;
}

/**************************/

/**************************************/

@media screen and (max-width: 940px) {

	#container-img {
		margin-right: 10px;
	}

}

@media screen and (max-width: 900px) {

	#sobre {
		height: auto;
	}

	.conteudo {
		padding: 90px 0 0 0;
	}

	#container-img {
		float: none;
		margin: auto;
	}

	.text-sobre {
		width: 80%;
		margin: 50px auto;
		text-align: center;
		float: none;
		clear: both;
	}

	.text-divisao {
		width: 80%;
		margin: auto;
		text-align: center;
	}

	.cont-equipe {
		padding: 0;
	}

	#equipe {
		height: 750px;
	}

	.equipe-titulo {
		text-align: center;
	}

	#container-icons {
		width: 233px;
		margin: auto;
		float: none;
		position: relative;
		top: 220px;
	}

	.icon {
		margin-left: 10px;
		display: inline-block;
	}

	.first {
		margin-left: 0;
	}

	.text-equipe {
		width: 80%;
	}

	.equipe-txt {
		margin-top: 100px;
	}

}

@media screen and (max-width: 570px) {

	#container-icons {
		top: 250px;
		margin-bottom: 30px;
	}


	#equipe {
		height: 900px;
	}

}

@media screen and (max-width: 505px) {

	#container-icons {
		top: 310px;
		margin-bottom: 50px;
	}

}

@media screen and (max-width: 450px) {

	#equipe {
		height: 1000px;
	}

}

@media screen and (max-width: 400px) {

	#equipe {
		height: 1100px;
	}

	#container-icons {
		top: 360px;
		margin-bottom: 50px;
	}

}

@media screen and (max-width: 335px) {

	#equipe {
		height: 1200px;
	}

}