/**
* Edits Tema
*/
html, body {
	font-family: "Open Sans", sans-serif;
	font-size: 100%;
	height: 100%;
	color: #000;
	padding: 0;
	margin: 0;
}

html {
	overflow-y: scroll;
}

.clear {
	clear: both;
}
#content {
	min-height: 100%;
	position: relative;
}

.fancybox-lock body {
	overflow: initial !important;
}

.rowspace {
	padding-bottom: 16px !important;
	padding-bottom: 1rem !important;
	padding-top: 16px !important;
	padding-top: 1rem !important;
}
.pseudo-slider {
	display: none;
}

.transicao,
.eff-op,
.eff {
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	transition: all .2s linear;
	display: block;
}

.eff:hover {
	box-shadow: 1px 1px 10px #1e5391;
	text-decoration: none;
}

.eff-op:hover {
	opacity: .8;
	text-decoration: none;
}

form select,
form input[type="text"] {
	box-sizing: border-box;
	border-radius: 4px;
	padding: 0 12px;
	height: 36px;
	float: left;
}

.btn {
	text-transform: uppercase;
	background-color: #da8232;
	text-align: center;
	padding: 4px 16px;
	font-weight: 600;
	font-size: 22px;
	display: block;
	line-height: 1;
	border: none;
	color: #fff;
}
.btn:hover {
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 20px 0;
	line-height: 1;
}

h1 {
	margin: 0 !important;
	font-size: 0px;
}

h2 {
	color: #da8232;
	font-size: 30px;
	padding-bottom: 10px;
	border-bottom: 1px solid #da8232;
}

h3 {
	font-weight: 600;
	font-size: 18px;
	color: #da8232;
}

h4 {
	
}

h5 {
	
}

form textarea {
	border-radius: 4px;
	padding: 12px;
	height: 90px;
	resize: none;
}

iframe {
	width: 100%;
}
/**
* Header
*/
.wrap-header {
	z-index: 300;
	width: 100%;
	padding: 8px 0 25px;

	background: url(../img/bg-header.jpg) no-repeat center;
}

.wrap-header .area-menu span {
	font-size: 16px;
	display: block;
	color: #da8232;
	float: right;
}

.wrap-header .area-menu ul {
	list-style: none;
	margin: 20px 0 0 0;
}

.wrap-header .area-menu ul li {
	margin-right: 34px;
	font-size: 17px;
	line-height: 1;
	float: left;
}

li.last {
	margin-right: 0 !important;
}

.wrap-header .area-menu ul li a {
	/*color: #686868;*/
	color: #000;
	font-weight: 300;
}

.hidden-menu li a.menu-ativo:hover,
.wrap-header .area-menu ul li a:hover {
	text-decoration: none !important;
	color: #fde100 !important;
}

.menu-ativo {
	color: #fde100 !important;
}

/**
* Menu
*/
.wrap-menu-responsivo {
	border-bottom: 1px solid #FFFFFF;
	background-color: #da8232;
	height: 50px;	
	width: 100%;
}
.wrap-menu-responsivo .menu {
	position: relative;
	padding: 2px 16px;
}

.wrap-menu-responsivo .menu a {
	display: block;
	color: #FFFFFF;	
	padding: 5px;
}

.wrap-menu-responsivo .menu a:hover {
	text-decoration: none;
}

.wrap-menu-responsivo .hide-menu {
	border-top: 1px solid #FFFFFF;
	background-color: #da8232;
	padding: 0 !important;
	margin: 0 !important;
	position: absolute;
	list-style: none;
	display: none;
	z-index: 200;
	width: 100%;
	top: 50px;
	left: 0;
	
}

.wrap-menu-responsivo .menu a img {
	width: 32px;
	height: 32px;
	}

.wrap-menu-responsivo .hide-menu li {
	font-size: 1.125rem !important;
	border-bottom: 1px solid #FFFFFF;	
	width: 100%;
}

.wrap-menu-responsivo .hide-menu li a {
	padding-left: 25px;
	background: none;
	border: none;
}

.wrap-menu-responsivo .hide-menu li a:hover {
	text-decoration: none;
}

.menu ul li .dropdown-2,
.menu ul li .dropdown {
	background: #12aaa0;
	display: none;
	left: -20px;
	width: 100%;
	z-index: 70;
	top: 35px;
	margin: 0;
}

.menu ul li .dropdown-2 {
	background: #83c881;
	display: none;
}

/**
* HOME
*/
.hidden-menu {
	z-index: 1000;
	background-color: #da8232;
	padding: 8px 0;
	width: 100%;
	position: fixed;
	top: 0;
	display: none;
}

.hidden-menu ul {
	list-style: none;
	margin: 28px 0 0 0;
}

.hidden-menu ul li.last {
	margin-right: 0 !important;
}

.hidden-menu ul li {
	margin-right: 36px !important;
	float: left;
}

.hidden-menu ul li a {
	color: #fff;
}

#slides {
	background: url(../img/loading-banner.gif) no-repeat center;
	height: 505px;
}

#slides .carousel {
	display: none;
}

.carousel,
.carousel .slick-slide {
	display: block;
	height: 505px;
}

#slides .wrapped {
	vertical-align: middle;
	display: table-cell;
	width: 9999px;
	height: 505px;
}

.carousel .slick-prev {
	left: 10%;
}

.carousel .slick-next {
	right: 10%;
}

#slides .wrapped h2 {
	font-family: 'Open Sans Condensed', sans-serif;
	line-height: 1.4;
	font-weight: 300;
	font-size: 60px;
	color: #999c9c; 
	border: none;
	margin: 0;
}

.carousel .slick-dots {
	text-align: right;
}

.carousel .slick-dots .slick-active button {
	background-color: #da251d;
}

.carousel .slick-dots button {
	background-color: #da8232;
	text-indent: -9999px;
	border-radius: 50%;
	line-height: 1;
	border: none;
	height: 13px;
	width: 13px;
	padding: 0;
}

.content {
	padding-top: 40px;
	padding-bottom: 40px;
}

#clientes {
	background: url(../img/bg-clientes.jpg) no-repeat center;
	min-height: 320px;
}

#clientes .carousel-clientes {
	margin-bottom: 0;
	display: none;
}

#clientes .wrap {
	width: 100%;
	height: 80px;
}

#clientes .wrapped {
	vertical-align: middle;
	display: table-cell;
	width: 1000px;
	height: 80px;
}

/*#clientes .carousel-clientes .slick-active[index="1"] img {
	-webkit-filter: grayscale(0);
}*/

.img-inativo,
#clientes .wrapped img {
	display: block;
	margin: 0 auto;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	filter: grayscale(100%);
}

.img-ativo,
#clientes .wrapped img:hover,
#clientes .slick-center img {
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	filter: grayscale(0%);
}

#clientes .area-depoimento {
	background: url(../img/aspas.png) no-repeat center;
	background-size: contain;
	padding: 6px 100px;
	display: none;
}

#clientes .area-depoimento p {
	font-size: 15px;
	line-height: 1.4;
	margin-bottom: 0;
}

#funcionalidades .lista-funcionalidades {
	margin: 0 0 16px 0;
	list-style: none;
}

#funcionalidades .lista-funcionalidades li {
	padding-top: 18px;
	padding-bottom: 18px;
}

#funcionalidades .lista-funcionalidades li:nth-child(odd) {
	background: url(../img/bg-even.jpg) no-repeat right;
}

#funcionalidades .lista-funcionalidades li h3 {
	margin: 16px 0;
}

#funcionalidades .lista-funcionalidades li h3.text-right {
	color: #8d988f;
}

#funcionalidades .lista-funcionalidades li p {
	margin-bottom: 8px;
}

#funcionalidades .lista-funcionalidades li a {
	font-weight: 700;
	color: #da8232;
}
#funcionalidades .lista-funcionalidades li a.laranja {
	font-weight: 700;
	color: #da8232;
}
#funcionalidades .lista-funcionalidades li a.cinza {
	font-weight: 700;
	color: #8d988f;
}

#diferenciais .wrap {
	min-height: 186px;
	margin-top: 60px;
}

#diferenciais .carousel-diferenciais {
	display: none;
}

#diferenciais .carousel-diferenciais .wrapped {
	width: 1000px;
	height: 150px;
	vertical-align: middle;
	display: table-cell;
}

#diferenciais .carousel-diferenciais .wrapped img {
	display: block;
	margin: 0 auto;
}

#diferenciais .carousel-diferenciais h4 {
	text-align: center;
	font-weight: 600;
}

#empresa {
	padding-top: 60px;
	background: url(../img/bg-empresa.jpg) no-repeat center;
	background-size: cover;
}

#empresa h2 {
	color: #fff;
}

#empresa a,
#empresa p {
	color: #fff;
	margin-bottom: 0;
}

#contato {
	background-color: #bcbec0;
	padding-bottom: 80px;
	padding-top: 80px;
}

#contato h2 {
	color: #000;
	border-bottom: 1px solid #999;
}

#contato ul {
	list-style: none;
	margin: 0 0 16px 0;
	padding-left: 36px;
	padding-bottom: 6px;
}

#contato ul li a,
#contato ul li {
	font-size: 14px;
	color: #000;
}

#contato ul.endereco {
	background: url(../img/ico-marker.png) no-repeat 0 5px;
}

#contato ul.telefone {
	background: url(../img/ico-telefone.png) no-repeat 0 5px;
}

#contato ul.mail {
	background: url(../img/ico-mail.png) no-repeat 0 5px;
}

#contato p {
	font-family: Arial, sans-serif;
	text-align: center;
	margin: 26px 0 0 0;
	font-size: 11px;
	line-height: 3;
}

.wrap-fb {
	overflow: hidden;
}

/**
* FLUTUANTE
*/
.wrap-mais-info {
	position: fixed;
	z-index: 3000;
	width: 300px;
	right: -259px;
	top: 15%;
}

.wrap-mais-info.aberto {
	right: 0;
}

.wrap-mais-info .abre-info {
	background: url(../img/aba.png) no-repeat center;
	cursor: pointer;
	height: 383px;
	width: 41px;
	float: left;
}

.wrap-mais-info .info {
	background-color: #fff;
	padding: 16px;
	width: 259px;
	float: right;
}

.wrap-mais-info .info span {
	text-align: center;
	font-size: 15px;
	color: #da8232;
	display: block;
	margin-bottom: 12px;
}

.wrap-mais-info .info p {
	line-height: 1.3;
	font-size: 14px;
	color: #686868;
}

.wrap-mais-info .info form {
	margin-bottom: 0;
}

.wrap-mais-info .info input[type="submit"] {
	font-size: 14px;
	font-weight: 300;
	margin-bottom: 0;
}

/**
* Wrap Banner
*/


.wrap-banner {
	overflow: hidden;
	width: 100%;
	z-index: 0;
	top: 0;
}
/**
* Footer
*/
.wrap-footer {
	width: 100%;
	bottom: 0;
	left: 0;
}

/**
* QUERIES
*/
@media only screen and (max-width: 480px) {	
	
}
@media only screen and (max-width: 600px) {
	
}
@media only screen and (max-width: 768px) {

	.hidden-menu {
		display: none;
	}

	.carousel, .carousel .slick-slide,
	#slides .wrapped,
	#slides {
		height: 370px;
	}

	#slides .wrapped h2 {
		font-size: 30px;
	}

	.wrap-header {
		background: #fff;
	}

	.wrap-header img {
		display: block;
		margin: 12px auto;
	}

	#clientes .area-depoimento {
		padding: 6px 10px;
	}

	.lista-funcionalidades img {
		width: 100%;
	}

	#clientes {
		min-height: 220px;
	}

	.wrap-mais-info .abre-info {
		background: url(../img/aba.png) no-repeat 0 -237px;
		height: 42px;
	}

	.wrap-mais-info {
		top: 38%;
	}
}
@media only screen and (min-width: 1023px) {
	
	.wrap-footer {
		position: absolute;		
	}

	#content {
		
	}
}