/*
Theme Name: Pontocom Onepage
Author: Pontocom.ag
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {margin: 0;	padding: 0;	border: 0;	font-size: 100%;	font: inherit;	vertical-align: baseline; }
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block; }
body {	line-height: normal; }
ol, ul {list-style: none; }
blockquote, q {quotes: none; }
blockquote:before, blockquote:after, q:before, q:after {content: '';	content: none; }
table {border-collapse: collapse;	border-spacing: 0; }
a {text-decoration:none; }
a img { -webkit-transform: rotate(0); -moz-transform: rotate(0); transform: rotate(0);	}

a {transition: all 0.2s; -moz-transition: all 0.2s; /* Firefox 4 */	-webkit-transition: all 0.2s; /* Safari and Chrome */ -o-transition: all 0.2s /* Opera */ }

/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/open-sans-v17-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Regular'), local('OpenSans-Regular'),
       url('fonts/open-sans-v17-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/open-sans-v17-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/open-sans-v17-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/open-sans-v17-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/open-sans-v17-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-600 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/open-sans-v17-latin-600.eot'); /* IE9 Compat Modes */
  src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'),
       url('fonts/open-sans-v17-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/open-sans-v17-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/open-sans-v17-latin-600.woff') format('woff'), /* Modern Browsers */
       url('fonts/open-sans-v17-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/open-sans-v17-latin-600.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/open-sans-v17-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Bold'), local('OpenSans-Bold'),
       url('fonts/open-sans-v17-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/open-sans-v17-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/open-sans-v17-latin-700.woff') format('woff'), /* Modern Browsers */
       url('fonts/open-sans-v17-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/open-sans-v17-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
}


/* --------------------------------------- END RESET -------------------------- */
body {
	font-family: 'Open Sans', sans-serif;
	color: #000000;
	font-weight: 400;
	height: 100%;
	background: #ffffff;
}

.content-wrap {
	width: 95%;
	margin: 0 auto;
	padding: 0;
	max-width: 1250px;
}

.content-full {
	width: 95%;
	max-width: 1920px;
	margin: 0 auto;
}

/* --------------------------------------- CSS TOP --------------------------- */
.bar-space {
	top: 32px;
}

header {
	width: 100%;
	height: auto;
	margin: 0 auto;
	background: #ffffff;
	padding: 15px 0 15px 0;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
}

header .logo {
	float: left;
	display: block;
	margin: 8px 0 0 0;
	padding: 0;
	max-width: 157px;
	text-align: center;
}

header .logo a {
	display: inline-block;
	opacity: 1;
}

header .logo a:hover {
	opacity:0.85;
	filter:alpha(opacity=85); /* For IE8 and earlier */
}

header .nav {
	float: right;
	width: calc(100% - 187px);
}

header .nav ul {
	display: flex;
	justify-content: flex-end;
	padding: 0 0 0 0;
}

header .nav ul li {
	display: inline-block;
	line-height: normal;
	vertical-align: top;
	margin: 0 12px 0 12px;
	padding: 0 5px 12px 5px;
	background-position: bottom center;
}

header .nav ul li a {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #4A4C4E;
	font-weight: 400;
	padding: 10px 0 0 0;
	display: inline-block;
}

header .nav ul li:last-child {
	padding-bottom: 0;
}

header .nav ul li:last-child a {
	background: #00E868;
	padding: 10px 20px 10px 20px;
	border-radius: 8px;
	color: #ffffff;
}

header .nav ul li:hover/*, header .nav li.current_page_item*/, header .nav ul li.active {
	background: url("img/border-menu.png") bottom center no-repeat;
	background-size: auto 12px;
}

header .nav ul li:last-child:hover {
	background: transparent;
}

header .nav ul li:last-child:hover a {
	background: #4A4C4E;
	color: #ffffff;
}

.header-mobile {
	display: none;
}


@media screen and (max-width: 1120px) {	
	header .nav {
		float: left;
		width: calc(100%);
		text-align: center;
		margin: 0 0 0 0;
	}
	
	header .nav ul {
		justify-content: center;
	}
	
	header .nav ul li {
		margin: 0 6px 0 6px;
	}
	
	header .nav ul li a {
		font-family: 'Open Sans', sans-serif;
		font-size: 14px;
		padding: 10px 0 0 0;
		display: inline-block;
	}	
}

@media screen and (max-width: 880px) {
	header {
		height: 70px;
		padding: 0;
	}
	
	header .content-wrap {
		width: 100%;
	}	
	
	header .logo {
		float: left;
		display: block;
		margin: 22px 0 0 2%;
		padding: 0;
		text-align: center;
	}
	
	header .nav {
		float: none;
		width: 260px;
		text-align: left;
		margin: 0 0 0 0;
		position: absolute;
		left: -260px;
		top: 70px;
		z-index: 9;
		background: #ffffff;
	}		
	
	header .nav ul {
		display: block;
	}
	
	header .nav ul li {
		display: block;
		margin: 0;
		padding: 0;
	}
	
	header .nav ul li a {
		font-size: 18px;
		padding: 12px 18px 10px 18px;
		display: block;
		border-bottom: 2px solid #ffffff;
	}	
	
	header .nav ul li:last-child a {
		border-radius: 0;
		border-bottom: 2px solid #000000;
	}
	
	.header-mobile {
		width: 60px;
		height: 60px;
		float: left;
		margin: 6px 0 0 1%;
		display: block;
	}
	
	.header-mobile a, .header-mobile button {
		background: url(img/mobile-icon-01.png) center center no-repeat transparent;
		background-size: 24px;
		width: 100%;
		height: 100%;
		display: block;
		cursor: pointer;
		border: none;
	}
	
	header .nav ul li a:hover, header .nav li.current_page_item a {
		border-bottom: 2px solid #00e868;
		color: #00e868;
	}
	
	header .nav ul li:last-child a:hover {
		border-bottom: 2px solid #000000;
	}
	
	.bnt-mobile-h {
		background: url(img/mobile-icon-02.png) center center no-repeat !important;
		background-size: 24px !important;
	}
	
	header .nav.menu-sliding {
		left: 0;
	}
	
	header .nav ul li:hover, header .nav li.current_page_item {
		background: none;
	}	
}

@media screen and (max-width: 780px) {
	.bar-space {
		top: 46px;
	}
}


/* -------------------------------------- HOME ------------------------------------- */
.intro {
	padding: 70px 0 0 0;
	margin: 0;
}

.vitrine {
	width: 100%;
	height: 700px;
	max-width: 1920px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

.vitrine .vitrine-slider {
	width: 100%;
	height: 100%;
	position: relative;
}

.vitrine .vitrine-slider .slick-list, .vitrine .vitrine-slider .slick-track {
	height: 100% !important;
}

.vitrine .vitrine-slide {
	width: 100%;
	height: 100%;
	position: relative;
}

.vitrine .vitrine-slide .bg {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
	z-index: 1;
}

.vitrine .vitrine-slide .txt {
	position: absolute;
	top: 50%;
	left: 5%;
	transform: translateY(-50%);	
	z-index: 3;
	width: 90%;
	margin: 0 auto;
}

.vitrine .vitrine-slide .txt h2 {
	font-size: 55px;
	font-weight: 800;
	line-height: 55px;
	letter-spacing: -2.48px;
	margin: 0 auto 30px auto;
	max-width: 800px;
}

.vitrine .slick-slide h5 {
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;	
	margin: 0 auto;
}

.vitrine .slick-slide h5 a {
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
	border: 2px solid #fff;
	border-radius: 24px;
	padding: 12px 60px;
	display: inline-block;
}

.vitrine .slick-slide h5 a:hover {
	border: 2px solid #B5C32D;
	background: #B5C32D;
}

.vitrine .slick-slider {
	-webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

.vitrine .slick-arrow {
	width: 33px;
	height: 55px;
	border: none;
	display: block;
	background: transparent;
	background-image: url("img/icon-arrow-01.png");
	background-size: contain;
	background-repeat: no-repeat;
	transform: rotate(0deg);
	position: absolute;
	top: calc(50% - 25px);
	z-index: 3;
	cursor: pointer;
	transition: transform 0.2s;
}

.vitrine .slick-arrow.slick-disabled {
	opacity: 0.5;
	pointer-events: none;
}

.vitrine .slick-prev {
	left: 25px;
}

.vitrine .slick-prev:hover {
	transform: rotate(0deg) scale(0.95);
}

.vitrine .slick-next {
	right: 25px;
	transform: rotate(180deg);
}

.vitrine .slick-next:hover {
	transform: rotate(180deg) scale(0.95);
}

.vitrine .slick-dots {
	height: auto !important;
	position: absolute;
	bottom: 35px;
	right: 0;
	width: 100%;
	background: transparent;
	padding: 0 !important;
	text-align: center;
}

.vitrine .slick-dots li {
	width: 12px !important;
	height: 12px !important;
}

.vitrine .slick-dots li button {
	background-color: #ffffff;
	width: 10px !important;
	height: 10px !important;
	border-radius: 50%;
}

.vitrine .slick-dots li.slick-active button {
	background-color: #B5C32D !important;
}

.slick-dots {
	text-align: center !important;
	padding: 20px 0 0 0 !important;
}

.vitrine .slick-dots li {
	position: relative !important;
	display: inline-block !important;
	width: 25px !important;
	height: 5px !important;
	margin: 0 5px !important;
	padding: 0 !important;
	cursor: pointer !important;
}

.vitrine .slick-dots li button {
	font-size: 0 !important;
	line-height: 0 !important;
	display: block !important;
	width: 25px !important;
	height: 5px !important;
	padding: 0 !important;
	cursor: pointer !important;
	color: transparent !important;
	border: 0 !important;
	outline: none !important;
	background: #E6E6E6 !important;
}

.vitrine .slick-dots li button::before {
	font-family: 'Nunito Sans', sans-serif !important;
	font-size: 42px !important;
	line-height: 20px !important;
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	width: 25px !important;
	height: 5px !important;
	content: '' !important;
	display: block;
	text-align: center !important;
	opacity: .25 !important;
	color: #f04e23 !important;
	-webkit-font-smoothing: antialiased !important;
	-moz-osx-font-smoothing: grayscale !important;
}

.vitrine .slick-dots li.slick-active button {
	background: #EF7E04 !important;
}

.bg-04 {
	background-color: #f6f6f6;
}

#analise {
	padding: 70px 0;
}

#analise .txt-01 {
	max-width: 850px;
	width: 90%;
	margin: 0 auto 45px auto;
	text-align: center;
}

.txt-01 h2 {
	font-size: 24px;
	color: #4A4C4E;
	font-weight: 700;
	letter-spacing: -1.2px;
}

.txt-01 h3 {
	font-size: 24px;
	color: #4A4C4E;
	font-weight: 400;
	letter-spacing: -1.2px;
}

.form-analise {
	width: 90%;
	max-width: 380px;
	margin: 0 auto;
}

.form-analise .input-01 {
	width: 100%;
	height: 36px;
	display: block;
	box-sizing: border-box;
	background: #ffffff;
	border: none;
	padding: 0 15px;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 14px;
	color: #4A4C4E;
	font-weight: 400;
	letter-spacing: -0.6px;
	margin: 0 0 15px 0;
}

.form-analise .submit-01 {
	width: auto;
	display: inline-block;
	box-sizing: border-box;
	background: #00e768;
	border: none;
	border-radius: 3px;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 14px;
	color: #ffffff;
	font-weight: 700;
	padding: 10px 20px 10px 20px;
	margin: 0 auto;
	letter-spacing: -0.6px;
	text-align: center;
	cursor: pointer;
	transition: background 0.2s;
}

.form-analise .submit-01:hover {
	background: #FF489C;
}

.form-analise .fieldset-cf7mls {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.form-analise .wpcf7-form-control-wrap {
	width: 100%;
}

.form-analise .cf7mls_next {
	font-family: 'Open Sans', Arial, sans-serif !important;
	background: #FF489C !important;
	padding: 10px 30px 10px 30px !important;
	margin: 0 auto !important;
	border-radius: 3px !important;
	font-size: 14px !important;
	color: #ffffff !important;
	font-weight: 700 !important;
	transition: background 0.2s !important;
	display: flex !important;
}

.form-analise .cf7mls_next:hover {
	background: #00e768 !important;
}

.form-analise .cf7mls_back {
	display: none !important;
}

#sobre .box-50 {
	padding: 50px 0;
	display: flex;
	align-items: center;
}

.txt-sobre-01 {
	max-width: 430px;
	margin: 0 auto;
}

#sobre .txt h2 {
	font-size: 22px;
	color: #00E868;
	font-weight: 600;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin: 0 0 15px 0;
}

#sobre .txt p {
	font-size: 16px;
	color: #4A4C4E;
	font-weight: 400;
	line-height: 27px;
	letter-spacing: -0.4px;
	margin: 0 0 15px 0;
}

#sobre .txt ul li {
	font-size: 16px;
	color: #4A4C4E;
	font-weight: 400;
	line-height: 27px;
	letter-spacing: -0.4px;
	margin: 0 0 15px 0;
}

#sobre .txt .cta-02 {
	background: #00e768;
	padding: 10px 30px 10px 30px;
	border-radius: 3px;
	font-size: 14px;
	color: #ffffff;
	font-weight: 700;
	display: inline-block;
	margin: 15px 0 15px 0;
}

#sobre .txt .cta-02:hover {
	background: #FF489C;
}

.txt-sobre-02 {
	width: 85%;
	margin: 0 auto 45px auto;
	padding: 40px 0;
}

#sobre .box-50 .embed {
	max-width: 510px;
	width: 100%;
	height: 280px;
}

#sobre .box-50 .embed iframe {
	max-width: 100% !important;
	height: 100% !important;
}

.bg-02 {
	background-color: #fafbff;
}

#clientes {
	position: relative;
	z-index: 2;
	padding: 30px 0 0px 0;
}

.shapes-01 {
	width: 37.65%;
	position: absolute;
	top: -167px;
	left: -129px;
	z-index: 3;
}

.h2-center {
	font-size: 40px;
	color: #4A4C4E;
	font-weight: 600;
	line-height: 42px;
	text-align: center;
	width: 95%;
	margin: 0 auto 70px auto;
	position: relative;
	z-index: 4;
}

.p-center {
	font-size: 18px;
	color: #000000;
	font-weight: 300;
	line-height: 32px;
	text-align: center;
	max-width: 885px;
	width: 95%;
	margin: 0 auto 30px auto;
	position: relative;
	z-index: 4;
}

.clientes-lista {
	max-width: 1050px;
	width: 90%;
	margin: 0 auto 45px auto;
}

.clientes-lista h2 {
	font-size: 32px;
	color: #134980;
	font-weight: 900;
	padding: 0 0 25px 0;
	border-bottom: 2px solid #e1e1e1;
	margin: 0 0 45px 0;
}

.clientes-lista ul {
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	height: auto;
	overflow: hidden;
	transition: all 0.2s; 
	-moz-transition: all 0.2s; /* Firefox 4 */	
	-webkit-transition: all 0.2s; /* Safari and Chrome */ 
	-o-transition: all 0.2s; /* Opera */	
}

.clientes-lista ul li {
	flex: 0 0 auto;
	margin: 0 25px 30px 25px;
	width: 135px !important;
	height: 70px !important;
	display: flex;
	background: #003375;
	justify-content: center;
	align-items: center;
}

.clientes-lista ul li h3 {
	font-size: 16px;
	color: #ffffff;
	font-weight: 700;
	position: relative;
	padding: 0 20px;
	line-height: 18px;
}

.clientes-lista ul li a {
	width: 100%;
	height: 100%;
	display: flex;
	background: #fff;
	align-items: center;
	justify-content: center;	
	overflow: hidden;
}

.clientes-lista ul li .thumb {
	width: 100%;
	height: 100%;
	display: flex;
	background: #fff;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.clientes-lista ul li .thumb img {
	max-height: 100%;
	webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;	
	transition: all .4s ease;
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);	
	opacity: 0.7;
}

.clientes-lista ul li:hover .thumb img {
  -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);	
	opacity: 1;
}

.clientes-lista ul.height-auto {
	height: auto !important;
}

.bg-03 {
	background: url("img/bg-shapes-01.png") top center no-repeat #ffffff;
	padding: 60px 0 60px 0;
	position: relative;
	z-index: 1;
}

.box-50 {
	width: 50%;
	float: left;
}

.h2-arrow {
	font-size: 22px;
	color: #00E868;
	font-weight: 600;
	text-transform: uppercase;
	display: block;
	letter-spacing: 2px;
	/* background: url("img/seta-right-01.png") no-repeat;
	background-position: left 0;
	background-size: 38px; */
	padding: 0 0 0 0;
	margin: 0 0 15px 0;
}

.bg-03 .box-50 {
	width: 100%;
}

.bg-03 .box-50 .h2-arrow {
	margin-left: 35px;
}

.bg-03 .box-50 h4 {
	font-size: 30px;
	color: #4A4C4E;
	font-weight: 600;
	line-height: 45px;
	letter-spacing: -1.5px;
	display: block;
	margin: 0 0 25px 35px;
	max-width: 80%;
}

.box-areas {
	width: 90%;
	max-width: 435px;
	margin: 0 0 0 35px;
	padding: 10px 0 0 0;
}

.nav-areas {
	line-height: 0;
	font-size: 0;
	position: relative;
	display: block;
}

.nav-areas .slick-list {
	padding: 0 !important;
}

.nav-areas .slick-track {
	width: 100% !important;
	transform: none !important;
}

.nav-areas li {
	display: inline-block;
	vertical-align: top;
	line-height: normal;
	margin: 0 10px 20px 10px;
	background: #eaf9ff;
	padding: 16px 26px;
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	color: #00E868;
	font-weight: 600;
	cursor: pointer;
	width: auto !important;
	border-radius: 14px;
	transition: all 0.2s; 
	-moz-transition: all 0.2s; /* Firefox 4 */	
	-webkit-transition: all 0.2s; /* Safari and Chrome */ 
	-o-transition: all 0.2s; /* Opera */
}

.nav-areas li:hover, .nav-areas li.slick-current {
	background: #00E868;
	color: #ffffff;
}

.info-areas {
	width: 90%;
	margin: 0 auto;
	max-width: 1920px;
	padding: 30px 0 0 0;
}

.slider-areas {
	position: relative;
	width: 100%;
}

.slider-areas .item-areas {
	width: 100%;
	display: block;
	line-height: 0;
	font-size: 0;
	text-align: center;
	padding: 40px 0 40px 0;
}

.item-areas .subarea {
	width: calc(50% - 30px - 6%);
	margin: 0 15px 30px 15px;
	padding: 35px 3%;
	display: inline-block;
	-webkit-box-shadow: 0px 30px 60px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 30px 60px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 30px 60px 0px rgba(0,0,0,0.15);
	background: url("img/seta-down-02.png") #ffffff;
	background-position: right 25px top 25px;
	background-size: 25px;
	background-repeat: no-repeat;
	text-align: left;
	vertical-align: top;
	cursor: pointer;
}

.item-areas .subarea.area-sliding {
	background-image: url("img/seta-up-01.png");
}

.item-areas .subarea .tit {
	min-height: 92px;
	display: block;
	margin: 0;
	cursor: pointer;
}

.item-areas .subarea .tit .ico {
	display: inline-block;
	vertical-align: middle;
	max-width: 80px;
}

.item-areas .subarea .tit p {
	font-family: 'Open Sans', sans-serif;
	font-size: 26px;
	color: #4A4C4E;
	font-weight: 600;
	line-height: 35px;
	letter-spacing: -0.8px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 30px;
	width: calc(100% - 80px - 30px);
}

.item-areas .subarea .info {
	display: none;
	text-align: left;
	padding: 40px 0 0 0;
	line-height: normal;
}

.item-areas .subarea .info p {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	color: #000000;
	font-weight: 300;
	line-height: 30px;
	margin: 0 0 25px 0;
}

.item-areas .subarea .info ul li {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: #000000;
	font-weight: 300;
	line-height: 25px;
	min-height: 34px;
	background: url("img/ico-check.png") no-repeat;
	background-position: 0 0;
	background-size: 41px;
	padding: 7px 0 0 55px;
	margin: 0 0 15px 0;
}

.item-areas .subarea .info .cta {
	font-family: 'Open Sans', sans-serif;
	font-size: 17px;
	color: #000000;
	font-weight: 300;
	border: 1px solid #00E868;
	border-radius: 24px;
	display: inline-block;
	padding: 12px 25px;
	background: #ffffff;
}

.item-areas .subarea .info .cta:hover {
	background: #00E868;
	color: #ffffff;
}

.info-areas .slick-list.draggable {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.info-areas .slick-slider {
  -webkit-user-select: text !important;
  -moz-user-select: text !important;
  -ms-user-select: text !important;
  user-select: text !important;
}


#equipe .txt h2 {
	font-size: 22px;
	color: #00E868;
	font-weight: 600;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin: 0 0 15px 0;
}

#equipe .txt p {
	font-size: 16px;
	color: #4A4C4E;
	font-weight: 400;
	line-height: 27px;
	letter-spacing: -0.4px;
	margin: 0 0 15px 0;
}

#equipe .txt ul li {
	font-size: 16px;
	color: #4A4C4E;
	font-weight: 400;
	line-height: 27px;
	letter-spacing: -0.4px;
	margin: 0 0 15px 0;
}

#equipe .txt-sobre-02 {
	width: 85%;
	margin: 0 auto 45px auto;
	padding: 90px 0 0 0;
}

.equipe-lista {
	max-width: 100%;
	position: relative;
	padding: 0 0 30px 0;
}

.equipe-lista ul {
	max-width: 100%;
	position: relative;
}

.equipe-lista .slick-list {
	padding: 37px 0 90px 0;
	width: calc(100% - 60px);
	margin: 0 auto;
}

.equipe-lista .slick-list, .equipe-lista .slick-track {
	height: 100% !important;
}

.equipe-lista ul li {
	width: 300px !important;
	position: relative;
	display: block;
	background: #FF489C;
	border-radius: 3px;
	padding: 4px 0 0 0;
	margin: 0 48px 0 48px;
	-webkit-box-shadow: 0px 15px 30px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 15px 30px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 15px 30px 0px rgba(0,0,0,0.15);
}

.equipe-lista .slick-prev {
	width: 30px;
	height: 16px;
	display: block;
	border: none;
	background: transparent;
	position: absolute;
	top: calc(46% - 15px);
	left: 0;
	cursor: pointer;
	background-image: url("img/seta-up-01.png");
	background-size: contain;
	background-repeat: no-repeat;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	z-index: 9;
}

.equipe-lista .slick-next {
	width: 30px;
	height: 16px;
	display: block;
	border: none;
	background: transparent;
	position: absolute;
	top: calc(46% - 15px);
	right: 0;
	cursor: pointer;
	background-image: url("img/seta-up-01.png");
	background-size: contain;
	background-repeat: no-repeat;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	margin: 0 0 0 30px;
	z-index: 9;
}

.equipe-lista .slick-arrow.slick-disabled {
	opacity: 0.5;
	pointer-events: none;
}

.equipe-lista ul li .bg {
	position: relative;
	display: block;
	background: #ffffff;
	border-radius: 3px;
	padding: 105px 0 35px 0;
}

.equipe-lista ul li .thumb {
	width: 100%;
	height: 117px;
	margin: 0;
	position: absolute;
	top: -37px;
	left: 0;
	z-index: 3;
}

.equipe-lista ul li .thumb figure {
	width: 117px;
	height: 117px;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 auto;
	display: block;
	padding: 0;
}

.equipe-lista ul li h3 {
	font-size: 16px;
	color: #4A4C4E;
	font-weight: 600;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: center;
	max-width: 90%;
	margin: 0 auto 10px auto;
}

.equipe-lista ul li h4 {
	font-size: 14px;
	color: #FF489C;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	max-width: 90%;
	margin: 0 auto 30px auto;
}

.equipe-lista ul li .ico {
	width: 30px;
	display: block;
	margin: 0 auto;
}

#cultura {
	padding: 60px 0;
}

#cultura .txt-01 {
	max-width: 860px;
	margin: 0 auto;
	text-align: center;
}

.txt-01 h4 {
	font-size: 22px;
	color: #00E868;
	font-weight: 600;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin: 0 0 15px 0;
}

.txt-01 p {
	font-size: 16px;
	color: #4A4C4E;
	font-weight: 400;
	line-height: 27px;
	letter-spacing: -0.4px;
	margin: 0 0 15px 0;
}

#cultura .cta-01 {
	background: #00e768;
	padding: 10px 30px 10px 30px;
	border-radius: 3px;
	font-size: 14px;
	color: #ffffff;
	font-weight: 700;
	display: inline-block;
	margin: 15px 0 15px 0;
}

#cultura .cta-01:hover {
	background: #FF489C;
}

.bg-01 {
	background-color: #ffffff;
}

#depoimentos {
	padding: 0 0 0 0;
	background: #ffffff;
}

.depo-01 {
	float: left;
	width: 50%;
}

.depo-02 {
	float: left;
	width: 50%;
}

.box-pic {
	background: #737373;
	padding: 111px 0 111px 0;
}

.depo-pic {
	width: 90%;
	max-width: 320px;
	position: relative;
	float: right;
	margin: 0 7.8% 0 0;
}

.depo-pic li {
	width: calc(100% - 30px);
	border: 30px solid #ffffff;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 auto;
}

.box-trig {
	width: 90px;
	margin: 0 auto;
}

.depo-item {
	padding: 140px 0 90px 0;
	margin: 0 0 0 7.8%;
	max-width: 530px;
	width: calc(90% - 7.8%);
}

.depo-item h3 {
	font-family: 'Open Sans', sans-serif;
	font-size: 36px;
	color: #000000;
	font-weight: 600;
	line-height: 45px;
	margin: 0 0 35px 0;
} 

.depo-txt {
	width: 100%;
	position: relative;
	margin: 0;
	padding: 0;
}

.depo-txt .slick-list {
	padding: 0 !important;
}

.depo-txt li {
	width: 100%;
	margin: 0;
	padding: 0;
}

.depo-txt li p {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: #4A4C4E;
	font-weight: 300;
	letter-spacing: -0.4px;
	line-height: 27px;
	margin: 0 0 25px 0;
}

.depo-txt li h4 {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #00E768;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 0 0 5px 0;
}

.depo-txt li h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #4A4C4E;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 0 0 5px 0;
}

.depo-txt li span {
	display: inline-block;
	max-width: 80px;
}

.depo-txt .slick-list.draggable {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.depo-txt.slick-slider {
  -webkit-user-select: text !important;
  -moz-user-select: text !important;
  -ms-user-select: text !important;
  user-select: text !important;
}

.depo-nav {
	padding: 40px 0 0 0;
	display: none;
}

.depo-nav .slick-prev {
	width: 28px;
	height: 19px;
	display: inline-block;
	border: none;
	background: transparent;
	cursor: pointer;
	background-image: url("img/seta-right-02.png");
	background-size: cover;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.depo-nav .slick-next {
	width: 47px;
	height: 33px;
	display: inline-block;
	border: none;
	background: transparent;
	cursor: pointer;
	background-image: url("img/seta-right-02.png");
	background-size: cover;
	margin: 0 0 0 30px;
}

#contato {
	background: url("img/bg-contato.png") no-repeat #fafbff;
	background-position: center bottom;
}

.contato-form {
	width: 100%;
}

.form-wrap {
	background: #ffffff;
	-webkit-box-shadow: 0px 40px 60px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 40px 60px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 40px 60px 0px rgba(0,0,0,0.15);
	width: calc(90% -10%);
	max-width: calc(650px - 10%);
	padding: 100px 5% 90px 5%;
	margin: 0 auto;
}

.form-wrap h3 {
	font-family: 'Open Sans', sans-serif;
	font-size: 36px;
	color: #000000;
	font-weight: 600;
	line-height: 42px;
	margin: 0 0 40px 0;
}

.form-wrap .input-01 {
	width: 100%;
	height: 36px;
	display: block;
	background: transparent;
	border: none;
	border-bottom: 1px solid #000000;
	padding: 0;
	margin: 0 0 35px 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	color: #000000;
	font-weight: 300;
	transition: all 0.2s; 
	-moz-transition: all 0.2s; /* Firefox 4 */	
	-webkit-transition: all 0.2s; /* Safari and Chrome */ 
	-o-transition: all 0.2s; /* Opera */
}

.form-wrap .input-01:hover {
	color: #00E868;
	border-bottom: 1px solid #00E868;
}

.form-wrap select.input-01 {
	cursor: pointer;
}

.form-wrap textarea.input-01 {
	height: 90px;
}

.form-wrap .submit-01 {
	font-family: 'Open Sans', sans-serif;
	font-size: 25px;
	color: #ffffff;
	font-weight: 300;
	border: none;
	border-radius: 52px;
	display: inline-block;
	padding: 18px 65px;
	background: #00E868;
	cursor: pointer;
	margin: 0;
	transition: all 0.2s; 
	-moz-transition: all 0.2s; /* Firefox 4 */	
	-webkit-transition: all 0.2s; /* Safari and Chrome */ 
	-o-transition: all 0.2s; /* Opera */
}

.form-wrap .submit-01:hover {
	transform: scale(1.03);
}

.contato-img {
	float: left;
	width: 46%;
	height: 740px;
	line-height: 0;
	font-size: 0;
	position: relative;
}

.contato-img img {
	width: 100%;
	position: absolute;
	display: block;
	bottom: 0;
	right: 0;
}

.content-interna {
	padding: 70px 0 70px 0;
}

.page-simples h2 {
	font-size: 32px;
	color: #00E868;
	font-weight: 600;
	line-height: 38px;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin: 0 0 15px 0;
}

.page-simples p {
	font-size: 16px;
	color: #4A4C4E;
	font-weight: 400;
	line-height: 27px;
	letter-spacing: -0.4px;
	margin: 0 0 15px 0;
}

.page-simples p a {
	color: #FF489C;
	font-weight: 600;
}

.page-simples p a:hover {
	text-decoration: underline;
}

.grecaptcha-badge { visibility: hidden; }

.recap-txt {
	display: block;
	font-size: 12px;
	color: #000000;
	font-weight: 300;
	font-family: 'Open Sans', sans-serif;
	margin: -15px 0 15px 0;
}

.recap-txt a {
	color: #000000;
	text-decoration: underline;
}

#blog {
	padding: 90px 0 80px 0;
}

.h2-green {
	font-size: 22px;
	color: #00E868;
	font-weight: 600;
	letter-spacing: 4px;
	text-transform: uppercase;
	width: 90%;
	margin: 0 auto 30px auto;
	text-align: center;
}

.posts-lista {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;	
}

.posts-lista .alm-reveal {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.posts-lista article {
	flex: 0 0 calc(33.33% - 60px);
	margin: 0 30px 60px 30px;
}

.posts-lista article .thumb {
	display: flex;
	width: 100%;
	margin: 0 0 20px 0;
	max-height: 220px;
	overflow: hidden;
}

.posts-lista article .thumb a {
	display: flex;
	width: 100%;
}

.posts-lista article .thumb img {
  width: 100%;
}

.posts-lista article .thumb img {
	transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.posts-lista article .thumb:hover img {
  transform: scale(1.02);
}

.posts-lista article .data {
	font-size: 12px;
	color: #00E768;
	font-weight: 600;
	margin: 0 0 8px 0;
}

.posts-lista article .titulo {
	font-size: 24px;
	color: #4A4C4E;
	font-weight: 600;
	line-height: 30px;
	letter-spacing: -0.4px;
	margin: 0 0 8px 0;
}

.posts-lista article .titulo a {
	color: inherit;
}

.posts-lista article .titulo:hover a {
	color: #FF489C;
}

.posts-lista article .desc {
	font-size: 14px;
	color: #6C6C6C;
	font-weight: 400;
	line-height: 24px;
	margin: 0 0 15px 0;
}

.posts-lista article .leia-mais {
	font-size: 18px;
	color: #00E768;
	font-weight: 400;
	letter-spacing: -0.3px;
	display: inline-block;
	background-image: url("img/seta-right-02.png");
	background-repeat: no-repeat;
	background-size:19px 10px;
	background-position: right center;
	padding: 0 29px 0 0;
}

.posts-lista article .leia-mais:hover {
	padding: 0 31px 0 0;
}

.post-top {
  padding: 40px 0 30px 0;
	border-top: 30px solid #00E868;
}

.post-top h2 {
	font-size: 52px;
	color: #4A4C4E;
	font-weight: 700;
	margin: 0 0 15px 0;
	letter-spacing: -1px;
	line-height: 52px;
	text-align: center;
}

.post-top h3 {
	font-size: 22px;
	color: #4A4C4E;
	font-weight: 400;
	margin: 0 0 0 0;
	letter-spacing: -0.4px;
	line-height: 27px;
	text-align: center;
}


.post-top .data {
	font-size: 14px;
	color: #00E768;
	font-weight: 600;
	margin: 0 0 0 0;
	text-align: center;
}

#post {
  padding: 0 15px;
}

#post h2 {
	font-size: 24px;
	color: #00E868;
	font-weight: 600;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin: 0 0 15px 0;
}

#post h3 {
	font-size: 22px;
	color: #4A4C4E;
	font-weight: 700;
	letter-spacing: -1.2px;
}

#post h4 {
	font-size: 14px;
	color: #00E768;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 0 0 5px 0;
}

#post p {
	font-size: 16px;
	color: #4A4C4E;
	line-height: 27px;
	letter-spacing: -0.3px;
	margin: 0 0 15px 0;
}

#post ul, #post ol {
	margin: 0 25px 25px 25px;
}

#post li {
	font-size: 16px;
	color: #4A4C4E;
	line-height: 27px;
	font-weight: 600;
	letter-spacing: -0.3px;
	margin: 0 0 5px 0;
}

#post li p {
	font-size: 16px;
	color: #4A4C4E;
	line-height: 27px;
	font-weight: 600;
	letter-spacing: -0.3px;
}

#post ol {
  list-style: decimal-leading-zero;
}

#cases {
	padding: 0 0 60px 0;
}

.pagination {
	text-align: center;
	padding: 30px 0 30px 0;
	margin: 0 auto;
}

.pagination .page-numbers {
	font-size: 16px;
	color: #4A4C4E;
	font-weight: 700;
	margin: 0 3px;
	padding: 7px 0 0 0;
	width: 35px;
	height: 28px;
	display: inline-block;
	border: 1px solid #4A4C4E;
	overflow: hidden;
}

.pagination .page-numbers:hover, .pagination .page-numbers.current {
	color: #ffffff;
	font-weight: 700;
	border: 1px solid #00e868;
	background: #00e868;
	text-decoration: none;
}

.pagination .page-numbers.next, .pagination .page-numbers.prev {
	font-size: 0;
	color: #ffffff;
}

.pagination .page-numbers.next {
	background: url("img/ico-seta-03.png") no-repeat;
	background-size: 8px;
	background-position: center center;
	border-color: #ffffff;
}

.pagination .page-numbers.prev {
	background: url("img/ico-seta-03.png") no-repeat;
	background-size: 8px;
	background-position: center center;
	transform: rotate(180deg);
	border-color: #ffffff;
		
}

.btn-load {
	font-family: 'Open Sans', sans-serif;
	background: #00e768;
	padding: 10px 30px 10px 30px;
	border-radius: 3px;
	font-size: 14px;
	color: #ffffff;
	font-weight: 700;
	border: none;
	display: block;
	margin: 0 auto;
}

.btn-load:hover {
	background: #FF489C;
}

.cases-content .posts-lista article .data, .cases-content .posts-lista article .titulo, .cases-content .posts-lista article .desc, .cases-content .posts-lista article .leia-mais {
	display: none;
}

.btn-center {
	text-align: center;
	width: 100%
}

.btn-center a {
	font-family: 'Open Sans', sans-serif;
	background: #00e768;
	padding: 10px 30px 10px 30px;
	border-radius: 3px;
	font-size: 14px;
	color: #ffffff;
	font-weight: 700;
	border: none;
	display: inline-block;
	margin: 0 auto;
}

.content-interna .social {
	padding: 20px 0 0;
	margin: 0 0 30px;
	text-align: right;
}

.content-interna .social p {
	font-size: 14px;
	color: #878787;
	font-weight: 400;
	display: inline-block;
	vertical-align: top;
	padding: 3px 10px 0 0;
}

.content-interna .social a {
	display: inline-block;
	vertical-align: middle;
	width: 25px;
	margin: 0 13px 0 0;
}

#post .wp-block-image {
	text-align: center;
}

.blog-content .tags {
	padding: 20px 15px 0 15px;
	margin: 0 0 0 0;
	text-align: left;
	font-size: 14px;
	color: #878787;
	font-weight: 400;
}

.blog-content .tags a {
	font-size: 14px;
	color: #FF489C;
	font-weight: 600;
	display: inline-block;
	margin: 0 0 0 7px;
}

.blog-content .tags a:hover {
	text-decoration: underline;
}

.wp-block-embed__wrapper {
	text-align: center;
}

.wp-block-embed__wrapper iframe {
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
	height: 350px;
}

.wp-block-image img {
	height: auto !important;
}

@media screen and (max-width: 1340px) {
	.equipe-lista .slick-list {
		width: 100%;
	}
	
	.equipe-lista ul {
		max-width: 880px;
		position: relative;
		margin: 0 auto;
	}

	.equipe-lista ul li {
		width: 220px !important;
		margin: 0 35px 0 35px;
	}
}

@media screen and (max-width: 1270px) {



	.shapes-01 {
		width: 37.65%;
		position: absolute;
		top: -127px;
		left: -6.71%;
		z-index: 3;
	}
	
	.h2-center {
		max-width: 880px;
	}

	.p-center {
		max-width: 880px;
	}	
	
	.item-areas .subarea .tit p {
		font-size: 22px;
		line-height: 30px;
		margin: 0 0 0 20px;
		width: calc(100% - 80px - 20px);
	}	
	
	.item-areas .subarea .info {
		padding: 30px 0 0 0;
	}	
	
	.cultura-txt h3 {
		font-size: 36px;
		line-height: 40px;
	}	
	
	.box-pic {
		background: #737373;
		padding: 85px 0 85px 0;
	}	
	
	.depo-pic li {
		max-width: 320px;
		width: calc(100% - 40px);
		border: 20px solid #ffffff;
	}
	
	.depo-item {
		padding: 20px 0 20px 0;
		margin: 0 0 0 7.8%;
		max-width: 530px;
		width: calc(90% - 7.8%);
	}

	.depo-item h3 {
		font-size: 24px;
		line-height: 32px;
		margin: 0 0 25px 0;
	} 
	
	.depo-txt li p {
		font-size: 18px;
		line-height: 30px;
		margin: 0 0 25px 0;
	}

	.depo-txt li span {
		display: inline-block;
		max-width: 40px;
	}	
	
	.depo-nav {
		padding: 30px 0 0 0;
	}
	
	.depo-nav .slick-prev {
		width: 45px;
		height: 32px;
	}

	.depo-nav .slick-next {
		width: 60px;
		height: 42px;
	}	
}

@media screen and (max-width: 1120px) {
	.posts-lista {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;	
		max-width: 810px;
		margin: 0 auto;
	}

	.posts-lista article {
		flex: 0 0 calc(50% - 60px);
	}
}

@media screen and (max-width: 880px) {
	.form-analise .input-01 {
		width: 100%;
		height: 36px;
		float: none;
		margin: 0 0 15px 0;
	}

	.form-analise .submit-01 {
		width: 130px;
		height: 36px;
		float: none;
		margin: 0 auto 0 auto;
	}


	.shapes-01 {
		width: 60%;
		position: absolute;
		top: -20px;
		left: -6.71%;
		z-index: 3;
	}	
	
	.h2-center {
		font-size: 32px;
		line-height: 38px;
		margin: 0 auto 40px auto;
	}	
	
	.box-50 {
		width: 90%;
		float: none;
		margin: 0 auto;
	}	
	
	.h2-arrow {
		/*background-size: 25px;
		background-position: left 6px;*/
		padding: 3px 0 0 0;
	}

	.bg-03 .box-50 .h2-arrow {
		margin-left: 0;
	}

	.bg-03 .box-50 h4 {
		font-size: 26px;
		line-height: 40px;
		margin: 0 0 25px 0;
	}

	.box-areas {
		width: 100%;
		max-width: 435px;
		padding: 10px 0 0 0;
		margin: 0;
	}	
	
	.nav-areas li {
		margin: 0 8px 20px 8px;
		padding: 12px 18px;
		font-size: 18px;
	}	
	
	.info-areas {
		padding: 30px 0 0 0;
	}	
	
	.item-areas .subarea {
		width: calc(100% - 30px - 10%);
		margin: 0 15px 30px 15px;
		padding: 25px 5%;
	}
	
	.item-areas .subarea .tit {
		min-height: 75px;
		display: block;
		margin: 0;
	}	
	
	.item-areas .subarea .tit .ico {
		display: inline-block;
		vertical-align: middle;
		max-width: 60px;
	}	
	
	.item-areas .subarea .tit p {
		font-size: 22px;
		line-height: 30px;
		margin: 0 0 0 20px;
		width: calc(100% - 60px - 20px);
	}		
	
	.item-areas .subarea .info {
		padding: 20px 0 0 0;
	}	
	
	.equipe-lista ul {
		max-width: 300px;
		position: relative;
		margin: 0 auto;
	}

	.equipe-lista ul li {
		width: 220px !important;
		margin: 0 40px 0 40px;
	}	

	.pages-hover {
		width: 60%;
		position: absolute;
		top: -196px;
		left: -20%;
		z-index: 3;
	}

	.cultura-txt {
		width: 85%;
		max-width: 700px;
		margin: 0 auto;
		position: relative;
		z-index: 6;
	}	
	
	.cultura-txt .cta {
		font-family: 'Open Sans', sans-serif;
		font-size: 22px;
		border-radius: 52px;
		display: inline-block;
		padding: 10px 25px;
		background: #ffffff;
	}	
	
	.depo-01 {
		float: left;
		width: 100%;
	}

	.depo-02 {
		float: left;
		width: 100%;
	}
	
	.box-pic {
		background: #737373;
		padding: 35px 0 35px 0;
	}	
	
	.depo-pic {
		float: none;
		margin: 0 auto;
	}
	
	.box-trig {
		width: 90%;
		max-width: none;
		margin: 0 auto;
		text-align: right;
	}	
	
	.box-trig img {
		max-width: 60px;
	}
	
	.depo-pic li {
		max-width: 460px;
		width: calc(100% - 60px);
		border: 30px solid #ffffff;
	}
	
	.depo-item {
		padding: 30px 0 20px 0;
		margin: 0 0 0 7.8%;
		max-width: 530px;
		width: calc(90% - 7.8%);
	}

	.depo-item h3 {
		font-size: 24px;
		line-height: 32px;
		margin: 0 0 25px 0;
	} 
	
	.depo-txt li p {
		font-size: 18px;
		line-height: 30px;
		margin: 0 0 25px 0;
	}

	.depo-txt li span {
		display: inline-block;
		max-width: 40px;
	}	
	
	.depo-nav {
		padding: 30px 0 0 0;
	}
	
	.depo-nav .slick-prev {
		width: 45px;
		height: 32px;
	}

	.depo-nav .slick-next {
		width: 60px;
		height: 42px;
	}	
	
	#contato {
		padding: 120px 0 0 0;
	}
	
	.contato-form {
		float: none;
		width: 100%;
	}
	
	.form-wrap {
		margin: 0 auto;
		padding: 40px 12% 40px 12%;
	}
	
	.form-wrap .submit-01 {
		padding: 15px 35px;
		font-size: 22px;
	}

	.contato-img {
		float: none;
		width: 90%;
		height: auto;
		line-height: 0;
		font-size: 0;
		position: relative;
		text-align: center; 
		padding: 40px 0 58px 0;
		margin: 0 auto;
	}	
	
	.contato-img img {
		display: inline-block;
		position: relative;
		bottom: auto;
		left: auto;
	}
	
	#wpadminbar {
    position: fixed !important;
	}
	
	.posts-lista {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;	
		max-width: 405px;
		margin: 0 auto;
	}

	.posts-lista article {
		flex: 0 0 calc(100% - 60px);
	}	
	
	.post-top h2 {
		font-size: 32px;
		line-height: 32px;
	}
}

@media screen and (max-width: 660px) {
	.pages-hover {
		width: 80%;
		position: absolute;
		top: -196px;
		left: -20%;
		z-index: 3;
	}	
}


/* --------------------------------------- CSS FOOTER --------------------------- */
footer {
	width: 100%;
	margin: 0 auto;
	background: #000000;
	position: relative;
	padding: 115px 0 100px 0;
}

footer .content-wrap {
	max-width: 1640px;
}

.rdp-info {
	float: left;
	width: 90%;
	max-width: 450px;
	margin: 50px 0 30px 0;
}

.rdp-info p {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: #ffffff;
	font-weight: 300;
	line-height: 30px;
	margin: 0 0 15px 0;
}

.rdp-info .social {
	line-height: 0;
	font-size: 0;
}

.rdp-info .social a {
	display: inline-block;
	margin: 0 11px 0 0;
	max-width: 37px;
}

.rdp-info .social a:hover {
	opacity: 0.9;
}

.rdp-nav {
	float: right;
	width: calc(100% - 450px - 30px);
	display: flex;
}

.rdp-nav .rdp-menu {
	flex: 1;
}

.rdp-nav .rdp-menu h3 {
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	color: #ffffff;
	font-weight: 300;
	line-height: 30px;
	margin: 0 0 10px 45px;
}

.divi-02 {
	width: 46px;
	height: 4px;
	background: #00e868;
	margin: 0 0 10px 45px;
}

.rdp-nav .rdp-menu ul li {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: #ffffff;
	font-weight: 300;
	margin: 0 0 12px 0;
	line-height: 30px;
	padding: 0 0 0 45px;
}

.rdp-nav .rdp-menu ul li a {
	color: #ffffff;
}

.rdp-nav .rdp-menu ul li a:hover {
	text-decoration: underline;
}

.rdp-nav .rdp-menu ul li.rdp-maps {
	background: url("img/ico-maps.png") no-repeat;
	background-position: left top;
	background-size: 28px;
}

.rdp-nav .rdp-menu ul li.rdp-tel {
	background: url("img/ico-phone.png") no-repeat;
	background-position: left top;
	background-size: 28px;
}

.rdp-nav .rdp-menu ul li.rdp-mail {
	background: url("img/ico-mail.png") no-repeat;
	background-position: left top;
	background-size: 28px;
}


@media screen and (max-width: 880px) {
	footer {
		padding: 30px 0 10px 0;	
	}
	
	.rdp-info {
		float: none;
		width: 90%;
		max-width: 450px;
		margin: 0 auto 30px auto;
	}

	.rdp-info .social {
		text-align: center;
	}

	.rdp-info .social a {
		margin: 0 5px 0 5px;
	}

	.rdp-nav {
		float: none;
		width: 90%;
		max-width: 450px;
		display: block;
		margin: 0 auto;
	}
	
	.rdp-nav .rdp-menu {
		display: block;
		text-align: center;
		margin: 0 0 30px 0;
	}	
	
	.rdp-nav .rdp-menu h3 {
		margin: 0 0 10px 0;
	}
	
	.rdp-nav .rdp-menu ul li {
		padding: 0;
		background: none !important;
	}
	
	.divi-02 {
		margin: 0 auto 10px auto;
	}
	
	
}

/* -------------------------------------- ÚTEIS ------------------------------------- */
.amarelo {color:#E59400 !important;}
.verde {color:#32BEA5 !important;}
.marrom {color:#794bc3 !important;}
.branco {color:#ffffff !important;}
.preto {color:#09090f !important;}

.btn-amarelo {background-color: #E59400 !important;}
.btn-verde {background-color:#32BEA5 !important;}
.btn-marrom {background-color:#794bc3 !important;}

.img-100 {max-width: 100%; height: auto; width: auto;}

.transition {
	transition: all 0.2s; 
	-moz-transition: all 0.2s; /* Firefox 4 */	
	-webkit-transition: all 0.2s; /* Safari and Chrome */ 
	-o-transition: all 0.2s; /* Opera */
}

.opacity {
	opacity:0.9;
	filter:alpha(opacity=90); /* For IE8 and earlier */
}

.bold, strong {	font-weight:bold !important; }
em { font-style:italic; }
.clear {  clear:both !important; }





#ajax-content {
	width: 100%;
}


.slick-slide {
	max-width: 100%;
	
}

.slick-slide img {
	max-width: 100%;
	height: auto;
}

.slick-dots {
	text-align: center !important;
	padding: 20px 0 0 0 !important;
}

.slick-dots li {
	position: relative !important;
	display: inline-block !important;
	width: 30px !important;
	height: 5px !important;
	margin: 0 5px !important;
	padding: 0 !important;
	cursor: pointer !important;
}

.slick-dots li button {
	font-size: 0 !important;
	line-height: 0 !important;
	display: block !important;
	width: 30px !important;
	height: 5px !important;
	padding: 0 !important;
	cursor: pointer !important;
	color: transparent !important;
	border: 0 !important;
	outline: none !important;
	background: #E6E6E6 !important;
}

.slick-dots li button::before {
	font-family: 'Ubuntu', sans-serif !important;
	font-size: 42px !important;
	line-height: 20px !important;
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	width: 30px !important;
	height: 5px !important;
	content: '' !important;
	display: block;
	text-align: center !important;
	opacity: .25 !important;
	color: #ffd31a !important;
	-webkit-font-smoothing: antialiased !important;
	-moz-osx-font-smoothing: grayscale !important;
}

.slick-dots li.slick-active button {
	background: #ffd31a !important;
}

.wpcf7-response-output {
	margin: 2em 0.5em 1em !important;
	padding: 1em 1em !important;
	border: none;
	text-align: center !important;
	background: #FF489C !important;
	font-size: 18px !important;
	color: #fff !important;
	font-weight: 700 !important;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #FF489C !important;
}

.wpcf7-mail-sent-ok {
	border: 5px solid #FF489C !important;
}

.wpcf7-mail-sent-ng {
	border: 5px solid #FFD31A !important;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
  border-color: #f15655 !important;
	background: #f15655 !important;
}

.wpcf7-not-valid-tip {
	color: #f15655 !important;
	font-size: 14px !important;
	font-weight: normal !important;
	display: block !important;
	margin: -15px 0 15px 5px !important;
}

#wp-admin-bar-smart_slider_3 {
	display:  none !important;
}