* {
	margin: 0;
	font-family: 'Open Sans', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* STICKY FOOTER */

html, body {
	height: 100%;
}
#jornal li {
	width: 100%;
	margin-bottom: 100px;
}
#jornal li .btn-border {
    margin: 50px auto 0;
    display: block;
    width: 150px;
}
#jornal li:not(:first-of-type) figure {
	height: 300px !important;
}
#jornal li figure {
	height: 450px !important;
	margin: 0 !important;
}
#jornal li:first-of-type figure {
	margin-bottom: 20px !important;
}
#jornal li h3 {
	font-size: 30px;
}
#jornal li p {
	text-align: justify;
}
#posts li {
	margin-bottom: 100px;
}
#posts li figure {
	height: 250px !important;
}
.historia {
	margin-top: 100px;
	margin-bottom: 100px;
}
.historia h2 {
    color: #414042;
	margin-bottom: 10px;
}
#quem-somos p,
.historia p {
	font-size: 16px;
	font-size: 18px;
    color: #414042;
}
#home.quem-somos figure .inner {
    width: 640px;
    height: 380px;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -190px;
    padding: 40px 40px;
    z-index: 1;
}

#wrap {
	width: 100%;
	float: left;
	min-height: 100%;
	margin-bottom: -200px; 
}
#wrap:after {
	content: "";
	display: block;
}
#footer, #wrap:after {
	width: 100%;
	height: 200px; 
	display: table;
	table-layout: fixed;
	float: left;
}
#footer {
	background-image: url(../images/footerbg.jpg);
	background-size: cover;
	background-position: center;	
	position: relative;
	padding: 50px 0;
}
#footer:after {
	content: '';
	width: 100%;
	height: 2px;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(../images/gradient.jpg);
	background-size: 100%;
}
#main-head	{
	width: 100%;
	height: 200px;
	float: left;
	line-height: 200px;
}
#menu-trigger {
	text-transform: uppercase;
	display: inline-block;
	font-size: 20px;
	position: relative;
	padding-left: 45px;
	color: #666;
	cursor: pointer;
}
#menu-trigger:after {
	width: 30px;
	height: 25px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -13px;
	content: '';
	background-image: url(../images/hamburger.png);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
}
.logo {
	text-align: center;
}
.logo a {
	display: inline-block;
}
.logo h1 {
	width: 310px;
	height: 190px;
	text-indent: -999px;
	overflow: hidden;
	background-size: 100%;
	background-image: url(../images/logo.png);
	background-position: center;
	background-repeat: no-repeat;
}
.social ul {
	list-style-type: none;
	float: right;
}
.social ul li {
	display: inline-block;
	margin-right: 5px;
}
.social ul li a {
	display: block;
	font-size: 24px;
	color: #666;
	transition: 0.2s;
}
.social ul li a:hover {
	-moz-transform: translateY(5px);
	-webkit-transform: translateY(5px);
	-o-transform: translateY(5px);
	-ms-transform: translateY(5px);
	transform: translateY(5px);
}
.social ul li:nth-child(1) a:hover {
	color: #42e8cb;

}
.social ul li:nth-child(2) a:hover {
	color: #816fd9;

}
.social ul li:nth-child(3) a:hover {
	color: #e0069f;

}
#sidebar-menu {
	width: 400px;
	height: 100vh;
	position: fixed;
	left: 0;
	top: 0;
	background-color: rgba(255,255,255,0.9);
	transition: 0.4s;
	border-right: 1px solid #ccc;
	z-index: 9999;
	-moz-transform: translateX(-400px);
	-webkit-transform: translateX(-400px);
	-o-transform: translateX(-400px);
	-ms-transform: translateX(-400px);
	transform: translateX(-400px);
	opacity: 0;
	visibility: hidden;
	display: table;
	table-layout: fixed;
}
#sidebar-menu.active {
	-moz-transform: translateX(0);
	-webkit-transform: translateX(0);
	-o-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
	visibility: visible;
}
#sidebar-menu .inner {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	padding: 0 70px;
}
#sidebar-menu ul {
	list-style-type: none;
}
#sidebar-menu ul li {
	display: block;
	margin-bottom: 8px;
	transition: 0.2s;
}
#sidebar-menu ul li.has-sub a{
	transition: 0 !important;
}
.has-sub i {
	font-style: normal;
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	display: inline-block;
    font-size: 26px;
    line-height: 0;
    vertical-align: middle;
    margin-left: 10px;
}
#sidebar-menu ul li ul {
	height: 0;
	visibility: hidden;
	opacity: 0;
}
#sidebar-menu ul li ul.active {
	height: auto;
	background-color: rgba(242, 242, 242, 0.4);
	padding: 10px;
	margin-top: 10px;
	visibility: visible;
	opacity: 1;
}
#sidebar-menu ul li ul li a {
	font-size: 14px;
	margin-bot
}
#sidebar-menu ul li ul.sub-menu li:last-child a {
	margin-bottom: 0;
}
#sidebar-menu ul li:nth-child(5) {
	margin-bottom: 30px;
}
#sidebar-menu ul li:nth-child(7) {
	margin-top: 30px;
}
#sidebar-menu ul hr {
	width: 50%;
	height: 2px;
	border:none;
	background-color: #a5a7aa;
}
#sidebar-menu ul li a {
	font-size: 18px;
	color: #555;
}
#sidebar-menu ul li:hover {
	-moz-transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
	-o-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	transform: translateY(-5px);	
}
#close-menu {
	position: absolute;
	width: 40px;
	height: 40px;
	right: 10px;
	top: 10px;
	line-height: 40px;
	color: #666;
	text-align: center;
	font-size: 30px;
	font-weight: 300;
	background-image: url(../images/close.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 25px;
	cursor: pointer;
}
#home {
	width: 100%;
	float: left;
	margin-bottom: 150px;
}
#home figure {
	width: 100%;
	height: 500px;
	/*background-image: url(../images/transformacao.jpg); */
	background-position: bottom center;
	background-size: cover;
	position: relative;
   -webkit-backface-visibility: hidden;
   -moz-backface-visibility: hidden;
   -ms-backface-visibility: hidden;
   backface-visibility: hidden;

   -webkit-perspective: 1000;
   -moz-perspective: 1000;
   -ms-perspective: 1000;
   perspective: 1000;
}
#home figure:after {
	width: 450px;
	height: 102%;
	background-color: #fff;
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	z-index: 0;
   -webkit-backface-visibility: hidden;
   -moz-backface-visibility: hidden;
   -ms-backface-visibility: hidden;
   backface-visibility: hidden;

   -webkit-perspective: 1000;
   -moz-perspective: 1000;
   -ms-perspective: 1000;
   perspective: 1000;
}
#home figure .inner {
	width: 600px;
	height: 380px;
	background-color: #fff;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -190px;
	padding: 40px 85px;
	z-index: 1;
}
#home figure .inner h2 {
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 30px;
	display: inline-block;
	text-transform: uppercase;
	font-size: 22px;
	font-weight: 400;
	color: #666;
}
#home figure .inner h2:after {
	content: '';
	width: 100%;
	height: 2px;
	background-image: url(../images/gradient.jpg);
	background-size: cover;
	background-position: center;
	position: absolute;
	bottom: -5px;
	left: 0;
}
#home figure .inner h1 {
	font-size: 38px;
	line-height: 44px;
	font-weight: 600;
	color: #414042;
	margin-bottom: 10px;
}
#home figure .inner p {
	font-size: 18px;
	color: #414042;
	margin-bottom: 40px;
}
#home figure .inner a {
	display: inline-block;
	text-align: center;
	text-transform: lowercase;
	font-size: 18px;
	color: #666;
	position: relative;
	margin-left: 2px;
}
#home figure .inner a span {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 2;
	background-color: #fff;
	display: block;
	padding: 8px 20px;
	cursor: pointer;
}
#home figure .inner a:after {
	content: '';
	width: calc(100% + 4px);
	height: calc(100% + 4px);
	position: absolute;
	top: -2px;
	left: -2px;
	background-image: url(../images/gradient.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	display: block;
	z-index: 1;
}
#potencial .grid_6 figure {
	width: 100%;
	height: 390px;
	/* background-image: url(../images/potencial.png); */
	background-size: cover;
}
#potencial .grid_6 .inner {
	padding-left: 20px;
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}
#potencial .grid_6 .inner h2 {
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 30px;
	display: inline-block;
	text-transform: uppercase;
	font-size: 22px;
	font-weight: 400;
	color: #666;
}
#potencial .grid_6 .inner h2:after {
	content: '';
	width: 100%;
	height: 2px;
	background-image: url(../images/gradient.jpg);
	background-size: cover;
	background-position: center;
	position: absolute;
	bottom: -5px;
	left: 0;
}
#potencial .grid_6 .inner h1 {
	font-size: 26px;
	line-height: 30px;
	font-weight: 600;
	color: #414042;
	margin-bottom: 10px;
}
#potencial .grid_6 .inner p {
	font-size: 18px;
	color: #414042;
}
#potencial .table {
	height: 350px;
	display: table;
	table-layout: fixed;
}
#servicos {
	width: 100%;
	padding: 140px 0;
	float: left;
}
#servicos h1 {
	font-size: 26px;
	line-height: 30px;
	font-weight: 600;
	color: #414042;
	margin-bottom: 10px;
	text-align: center;
	margin-bottom: 80px;
}
.servico-item {
	text-align: center;
}
.servico-item img {
	display: inline-block;
	max-width: 80px;
}
.servico-item h2 {
 	text-transform: uppercase;
 	text-align: center;
 	color: #414042;
 	margin: 15px 0;
}
.servico-item p {
	font-size: 18px;
	color: #414042;
	min-height: 80px
}
.servico-item a {
	display: inline-block;
	padding: 8px 16px;
	background-color: #005791;
	text-transform: uppercase;
	font-weight: 600;
	text-align: center;
	border-radius: 8px;
	color: #fff;
	transition: 0.2s;
}
.servico-item a:hover {
	background-color: #00a58a;
}
#movimento {
	width: 100%;
	float: left;
	height: 450px;
	/* background-image:url(../images/movimento.png); */
	background-position: top center;
	background-size: cover;
	display: table;
	table-layout: fixed;
	overflow: hidden;
	position: relative;
}
#movimento .inner {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}
#movimento .inner  h1 {
    font-size: 44px;
    line-height: 48px;
	font-weight: 400;
	color: #414042;
	margin-bottom: 10px;
}
#movimento .inner p {
	font-size: 18px;
	color: #414042;
	display: inline-block;
	position: relative;
}
#movimento .inner p:after {
	content: '';
	width: 170%;
	height: 2px;
	position: absolute;
	bottom: -40px;
	left: 0;
	background-image: url(../images/gradient.jpg);
	background-size: cover;
}
#blog-testmonials {
	width: 100%;
	float: left;
	padding: 140px 0;

}
#blog-testmonialss {
	width: 100%;
	float: left;
	padding: 140px 0;

}
#blog-testmonials .title,
#playlist .title  {
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 30px;
	display: inline-block;
	text-transform: uppercase;
	font-size: 22px;
	font-weight: 400;
	color: #666;
}
#blog-testmonials .title:after,
#playlist .title:after {
	content: '';
	width: 100%;
	height: 2px;
	background-image: url(../images/gradient.jpg);
	background-size: cover;
	background-position: center;
	position: absolute;
	bottom: -5px;
	left: 0;
}
#blog-testmonials .subtitle {
	display: block;
	width: 100%;
	font-size: 18px;
	color: #414042;
}
.best-rated {
	list-style-type: none;
	font-size: 0;
}
.best-rated li {
	display: inline-block;
	width: 50%;
	font-size: 14px;
	vertical-align: top;
}
.best-rated li figure {
	width: 100%;
	margin: 20px 0;
	height: 180px;
	background-color: #f2f2f2;
	background-position: center;
	background-size: cover;
}
.best-rated li a {
	display: block;
	color: #414042;
	padding:0 20px 0 0;
}
.best-rated li h3 {
	text-transform: uppercase;
	margin-bottom: 10px;
}
.best-rated li p {
	font-size: 16px;
}
.depoimento-item {
	margin-top: 20px;
	font-family: serif;
	font-size: 18px;
	padding-right: 30px;
}
.author {
	font-family: 'Open Sans';
	font-weight: 600;
	color: #414042;
	display: block;
	margin-top: 20px;
}
.author-occ {
	font-size: 14px;
	font-weight: 300;
	line-height: 16px;
	margin-top: 10px;
	display: block;
}
.footer-img img{
	max-width: 100%;	
}
#footer p {
	font-size: 18px;
	color: #414042;
	padding-left: 10px;
	font-weight: 600;
}
#map {
    width: 100%;
    height: 300px;
    float: left;
}
#modal {
	width: 100vw;
	height: 100vh;
	position: fixed;
	left: 0;
	top: 0;
	background-color: rgba(0,0,0,0.8);
	table-layout: fixed;
	opacity: 0;
	transition: 0.3s;
	visibility:hidden;
}
#modal.active{
	opacity: 1;
	visibility: visible;
}
.inner-modal {
	width: inherit;
	height: inherit;
	max-width: 1170px;
	display: table;
	margin: 0 auto;
}
.modal-content {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}
#perfil-menu {
	width: calc(100%);
	list-style-type: none;
	font-size: 0;
	transition: 0.2s;
	position: relative;
	overflow: hidden;
}
#perfil-menu:after {
	content: '';
	width: 100%;
	height: 3px;
	background-image: url(../images/gradient.jpg);
	background-size: 100%;
	bottom: 0;
	left: 0;
	display: block;
	position: absolute;
}
.perfil-content {
	opacity: 0;
	height: 0;
	transition: 0.2s;
}
.perfil-content.active {
	opacity: 1;
	height: 80vh;
	transition: 0.2s;
}
.perfil-wrapper {
	display: table;
	width: 100%;
}
.perfil-item {
	width: 25%;
	height: 80vh;
	overflow: auto;
	background-color: #fff;
	float: left;
	border-right: 1px solid #eaeaea;
	padding: 20px;
	opacity: 0;
	-moz-transform: translateY(100px);
	-webkit-transform: translateY(100px);
	-o-transform: translateY(100px);
	-ms-transform: translateY(100px);
	transform: translateY(100px);
}
.perfil-item p {
	font-size: 14px;
	color: #555;
	line-height: 20px;
}
.perfil-head {
	width: 100%;
	height: 40px;
	font-weight: 600;
	line-height: 40px;
	font-size: 18px;
	margin-bottom: 10px;
	color: #555;
}
.perfil-content.active .perfil-item {
	opacity: 1;
	-moz-transform: translateY(0);
	-webkit-transform: translateY(0);
	-o-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	transition: 0.2s;
}
.perfil-content.active .perfil-item:nth-child(1) {
	transition: 0.3s 0.1s;
}
.perfil-content.active .perfil-item:nth-child(2) {
	transition: 0.5s 0.1s;
}
.perfil-content.active .perfil-item:nth-child(3) {
	transition: 0.7s 0.1s;
}
.perfil-content.active .perfil-item:nth-child(4) {
	transition: 0.9s 0.1s;
}
.perfil-item:last-of-type {
	border-right: none;
}
#perfil-menu li {
	display: inline-block;
	font-size: 16px;
	text-align: center;
	width: 16.666%;
}
#perfil-menu li a {
	display: block;
	padding: 20px 0;
	background-color: #fff;
	color: #555;
	text-align: center;
	transition: 0.2s;
}
#perfil-menu li a:hover,
#perfil-menu li a.active {
	background-color: #f1f1f1;
}
#close-modal {
	width: 50px;
	height: 50px;
	border-radius: 100%;
	text-align: center;
	line-height: px;
	font-size: 20px;
	color: #fff;
	border:2px solid #fff;
	position: absolute;
	top: 20px;
	right: 30px;
	cursor: pointer;
	background-image: url(../images/close.png);
	background-size: 20px;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #fff;
}
.page-title h2 {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 30px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 400;
    color: #666;
}
.page-title h2:after {
    content: '';
    width: 100%;
    height: 2px;
    background-image: url(../images/gradient.jpg);
    background-size: cover;
    background-position: center;
    position: absolute;
    bottom: -5px;
    left: 0;
}
#services-list ul {
	list-style-type: none;
	font-size: 0;
	padding: 50px 0 80px;
}
#services-list ul li {
	width: 25%;
	height: 280px;
	display: inline-block;
	padding: 2.5px;
	vertical-align: top;
}
#services-list ul li figure {
	width: 100%;
	height: 100%;
	background-color: #f2f2f2;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	display: table;
	overflow: hidden;
}
#services-list ul li figure .title-service {
	display: table-cell;
	vertical-align: middle;
	font-size: 14px;
	text-align: center;
	width: 100%;
	font-weight: 600;
	padding: 40px;
	font-size: 18px;
	color: #fff;
	z-index: 2;
	position: relative;
	background: -moz-linear-gradient(left, rgba(5,235,185,0.7) 0%, rgba(129,111,217,0.7) 50%, rgba(218,7,164,0.7) 100%);
	background: -webkit-linear-gradient(left, rgba(5,235,185,0.7) 0%,rgba(129,111,217,0.7) 50%,rgba(218,7,164,0.7) 100%);
	background: linear-gradient(to right, rgba(5,235,185,0.7) 0%,rgba(129,111,217,0.7) 50%,rgba(218,7,164,0.7) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b305ebb9', endColorstr='#b3da07a4',GradientType=1 );
	transition: 0.2s;
}
#services-list ul li figure:hover .title-service {
	opacity: 0;
}
#services-list ul li figure .inner-service {
	width: 100%;
	height: 100%;
	position: absolute;
	display: table;
	left: 0;
	top: 0;
	opacity: 0;
	font-size: 14px;
	color: #fff;
	background: -moz-linear-gradient(left, rgba(218,7,164,0.7) 0%, rgba(129,111,217,0.7) 50%, rgba(5,235,185,0.7) 100%);
	background: -webkit-linear-gradient(left, rgba(218,7,164,0.7) 0%,rgba(129,111,217,0.7) 50%,rgba(5,235,185,0.7) 100%);
	background: linear-gradient(to right, rgba(218,7,164,0.7) 0%,rgba(129,111,217,0.7) 50%,rgba(5,235,185,0.7) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3da07a4', endColorstr='#b305ebb9',GradientType=1 );
	transition: 0.2s;
}
#services-list ul li figure:hover .inner-service {
	opacity: 1;
}
.table-service {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	text-align: center;
	padding: 20px;
	font-size: 16px;
	font-weight: 600;
}
#equipe-list ul {
	list-style-type: none;
}
#equipe-list li {
	display: inline-block;
	text-align: center;
	margin-bottom: 100px;
	margin-right: 0;
	width: 32%;
	vertical-align: top;
	color: #414042;
}
#equipe-title {
	width: 100%;
	height: 230px;
	display: table;
	font-size: 26px;
	padding-right: 20px;
	background-image: url('../images/passaros.jpg');
	background-repeat: no-repeat;
	background-position: left;
	background-size: 140px;
	color: #414042;
}
#equipe-title-2 {
	text-align: center;
	margin-bottom: 40px;
	font-size: 26px;
	color: #414042;
}
#equipe-title .inner {
	width: 100%;
	display: table-cell;
	vertical-align: middle;
	text-align: right;
}
#equipe-list li figure {
	width: 200px;
	height: 200px;
	background-size: cover;
	background-position: center;
	margin-bottom: 10px;
	position: relative;
	display: inline-block;
}
#equipe-list li figure:after {
	width: 210px;
	height: 210px;
	content: '';
	position: absolute;
	left: -5px;
	top: -5px;
	background-image: url(../images/gradient-equipe.jpg);
    background-size: cover;
    background-repeat: no-repeat;
	z-index: -1;
}
.equipe-interna {
	font-size: 0;
}
.equipe-interna li {
	width: 25%;
	font-size: initial;
	margin-right: 0 !important;
	vertical-align: top;
}
.equipe-interna li figure {
	display: inline-block;
}
.btn-border {
	display: inline-block;
	text-align: center;
	text-transform: lowercase;
	font-size: 18px;
	color: #666;
	position: relative;
	margin-left: 2px;
}
.btn-border span {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 2;
	background-color: #fff;
	display: block;
	padding: 8px 20px;
	cursor: pointer;
}
.btn-border:after {
	content: '';
	width: calc(100% + 4px);
	height: calc(100% + 4px);
	position: absolute;
	top: -2px;
	left: -2px;
	background-image: url(../images/gradient.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	display: block;
	z-index: 1;
}
#open-page {
	display: none;
}
@media (max-width: 768px) {
	#open-modal {
		display: none;
	}
	#open-page {
		display: inline-block;
	}
	#main-head {
		line-height: 100px;
		height: 100px;
	}
	.logo h1 {
	    width: 150px;
	    height: 90px;
	 }
	 #menu-trigger {
	 	text-indent: -9999px;
	 }
	 .social ul li {
	 	margin-right: 5px;
	 }
	 .social ul li a {
	 	font-size: 18px;
	 }
	 #sidebar-menu {
	 	width: 100%;
	 }
	#home figure .inner {
	    width: 100%;
	    height: 380px;
	    background-color: #fff;
	    position: absolute;
	    left: 0;
	    top: 50%;
	    margin-top: -190px;
	    padding: 0;
	    z-index: 1;
	    text-align: center;
	}
	#home figure .inner br {
		display: none;
	}
	form input {
		width: 40%;
	}
	#potencial .grid_6 figure {
		margin-top: 50px;
	    width: 100%;
	    height: 250px;
	    background-image: url(../images/potencial.png);
	    background-size: cover;
	    float: left;
	    margin-bottom: 80px;
	}
	#potencial .grid_6 {
		width: 98% !important;
		text-align: center;
	}
	#potencial .grid_6 br {
		display: none;
	}
	#home {
		margin-bottom: 50px;
	}
	.parallax-mirror {
		display: none !important;
	}
	.grid_4.servico-item {
		width: 98% !important;
		margin-bottom: 30px;
	}
	#movimento .grid_12{
		padding: 0 !important;
		text-align: center;
	}
	#movimento .grid_12 br {
		display: none;
	}
	#servicos {
	    width: 100%;
	    padding: 60px 0;
	    float: left;
	}
	#movimento .inner h1 {
	font-size: 38px;
	    line-height: 44px;
	    font-weight: 600;
	    color: #fff;
	    margin-bottom: 10px;
	}

	#blog-testmonials .grid_6 {
		width: 98% !important;
		padding: 0 !important;
	}
	.depoimento-item {
		padding: 0 !important;
		margin-left: 1% !important;
	}
	.best-rated li {
		width: 100%;
		margin-bottom: 50px;
	}
	.best-rated li a {
		padding: 0;
	}
	#blog-testmonials {
		padding: 60px 0;
		text-align: center;
	}
	#footer .grid_12 {
		padding: 0 !important;
		text-align: center;
	}
	#home figure:after {
		display: none;
	}
	#home figure {
		background-image: initial !important;
	}
	#potencial .grid_6 .inner {
		padding: 0 !important;
	}
	#movimento .inner p {
		color: #fff;
	}
	#sidebar-menu {
	    background-color: rgba(255, 255, 255, 0.98);
	}
	#home.quem-somos figure .inner {
		width: 100%;
		padding: 0;
	}
	#home.quem-somos figure .inner br {
		display: none;
	}
	#quem-somos .historia {
		text-align: center;
	}
	#quem-somos {
	    margin-top: 90px;
    float: left;
	}
	#blog-testmonialss {
		text-align: center;
	}
	#services-list ul li {
	    width: 100%;
	    height: 350px;
	}
	#equipe-list li {
		width: 100%;
	}
	#equipe-list .grid_3,
	#equipe-list .grid_9 {
		width: 98% !important;
	}
	#jornal li figure {
		height: 300px !important;
	}
	.post-title figure {
		height: 250px !important;
	}
	.grid_12.page-title {
		text-align: center;
	}
	.menu,
	.social {
	    width: 23% !important;
	}
	.logo {
	    width: 48% !important;
	}
}