@media only screen and (max-width : 767px) {
	/* HEADER */
	header .header-wrapper .menu-wrapper nav.first{
		display: none;
	}
	/* FOOTER */
	footer .first-wrapper .place{
		width: 100%;
		float: none;
		margin: 0 0 30px;
		text-align: center;
	}
	footer .first-wrapper .place .phone,
	footer .first-wrapper .place .email,
	footer .first-wrapper .place address{
		display: inline-block;
	}
	footer .first-wrapper .place address{
		margin-top: 15px;
	}

	section.habitus-home{
		text-align: center;
	}
	.bio-title{
		font-size: 40px;
		line-height: 1em;
	}
	.bio-title span{
		color: #292f33;
		width: auto;
		height: auto;
		display: initial;
		float: none;
		margin: 0;
	}
	.bio-title span:before{
		display: none;
	}

	section.gray-line{
		padding: 40px 0;
	}
	section.gray-line .left{
		background: none;
		float: none;
		width: 100%;
		text-align: center;
		padding: 0 0 40px;
		border-bottom: 1px solid #c7ced3;
	}
	section.gray-line .right{
		background: none;
		float: none;
		width: 100%;
		text-align: center;
		padding: 40px 0 0;
	}

	/*PARCEIROS*/
	section#parceiros ul li{
		width: 33%;
		margin: 0.1% 0.333% 0.1% 0;
	}

	/*SINGLE DOWNLOAD*/
	section#single-download .title-wrapper .left{
		display: block;
		width: 100%;
		text-align: center;
		padding: 80px 0 0;
	}
	section#single-download .title-wrapper .right{
		display: block;
		width: 100%;
		text-align: center;
		padding: 20px 0 80px;	
	}
	section#single-download .title-wrapper .left .extension{
		display: none;
	}
	section#single-download .title-wrapper .right a{
		display: inline-block;
	}
	section#single-download .links-wrapper{
		padding: 40px 15px;
		text-align: center;
	}

}