/* Mais Editados */
/* ----------------------------------------- */
/* ----------------------------------------- Mais Editados */
/* Functions */
/* ----------------------------------------- */
/* ----------------------------------------- Functions */
body {
	position: relative;
}

*, *:after, *:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6, a, ul, ul li, input, textarea, span, p {
	font-family: 'Lato', sans-serif;
	margin: 0;
	color: #174e79;
}

a, img, input {
	-webkit-transition: all 150ms ease-in-out;
	-o-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
	text-decoration: none !important;
}

.acf-map {
	height: 400px;
}

.select-box {
	background-color: white;
	margin: 0 !important;
	margin-bottom: 1em !important;
	position: relative;
	border: 1px solid rgba(64, 64, 65, 0.2);
	z-index: 2;
	width: 100%;
}

.select-box select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: relative;
	z-index: 2;
	width: 100%;
	background: transparent;
	display: inline-block;
	padding: 9px;
	border: 0;
	-webkit-box-sizing: border-box;
	/* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;
	/* Firefox, other Gecko */
	box-sizing: border-box;
	/* Safari 3-4, iOS 1-3.2, Android 1.6- */
	-webkit-border-radius: 0px;
	/* Firefox 1-3.6 */
	-moz-border-radius: 0px;
	/* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
	border-radius: 0px;
	text-transform: uppercase;
	color: #404041;
	font-weight: 600;
	font-size: 14px;
	padding-right: 30px;
}

.select-box select:focus {
	outline: 0;
}

.select-box::after {
	content: "\f13a";
	font-family: FontAwesome;
	position: absolute;
	right: 8px;
	top: 50%;
	color: #404041;
	z-index: 1;
	font-size: 22px;
	line-height: 10%;
}

.hentry {
	/* == WordPress WYSIWYG Editor Styles == */
	
}

.hentry .entry-content img {
	margin: 0 0 1.5em 0;
}

.hentry .alignleft, .hentry img.alignleft {
	margin-right: 1.5em;
	display: inline;
	float: left;
}

.hentry .alignright, .hentry img.alignright {
	margin-left: 1.5em;
	display: inline;
	float: right;
}

.hentry .aligncenter, .hentry img.aligncenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
}

.hentry .alignnone, .hentry img.alignnone {
	/* not sure about this one */
	
}

.hentry .wp-caption {
	margin-bottom: 1.5em;
	text-align: center;
	padding-top: 5px;
}

.hentry .wp-caption img {
	border: 0 none;
	padding: 0;
	margin: 0;
}

.hentry .wp-caption p.wp-caption-text {
	line-height: 1.5;
	font-size: 10px;
	margin: 0;
}

.hentry .wp-smiley {
	margin: 0 !important;
	max-height: 1em;
}

.hentry blockquote.left {
	margin-right: 20px;
	text-align: right;
	margin-left: 0;
	width: 33%;
	float: left;
}

.hentry blockquote.right {
	margin-left: 20px;
	text-align: left;
	margin-right: 0;
	width: 33%;
	float: right;
}
/* elementos */
/* ----------------------------------------- */
h1.title {
	text-transform: uppercase;
}

.clear {
	display: block;
	height: 30px;
	clear: both;
}

.formulario {
	display: table;
	width: 100%;
	margin: 30px 0;
}

.formulario input, .formulario textarea {
	width: 100%;
	border: 1px solid #7c7c7c;
	padding: 0 15px;
	margin-bottom: 15px;
	border-top-right-radius: 7px;
	border-top-left-radius: 7px;
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
}

.formulario input::-moz-placeholder, .formulario textarea::-moz-placeholder
	{
	color: #7c7c7c;
	opacity: 1;
}

.formulario input:-ms-input-placeholder, .formulario textarea:-ms-input-placeholder
	{
	color: #7c7c7c;
}

.formulario input::-webkit-input-placeholder, .formulario textarea::-webkit-input-placeholder
	{
	color: #7c7c7c;
}

.formulario input {
	height: 45px;
	padding: 0 15px;
}

.formulario input[type=submit] {
	background: white;
	font-family: 'Lato', sans-serif, FontAwesome;
	font-size: 18px;
	color: #7c7c7c;
	-webkit-font-smoothing: antialiased;
}

.formulario input[type=submit]:hover {
	background: #7c7c7c;
	color: white;
}

.formulario textarea {
	padding: 15px;
}

/* ------------------------------------------------ */
.form-home {
	display: table;
	width: 100%;
	margin: 5px 0 10px 0;
}

.form-home input, .form-home textarea {
	width: 100%;
	border: 1px solid #7c7c7c;
	padding: 0;
	margin-bottom: 5px;
	border-radius: 4px;
	font-size: 12px;
}

.form-home input::-moz-placeholder, .form-home textarea::-moz-placeholder
	{
	color: #7c7c7c;
	opacity: 1;
}

.form-home input:-ms-input-placeholder, .form-home textarea:-ms-input-placeholder
	{
	color: #7c7c7c;
}

.form-home input::-webkit-input-placeholder, .form-home textarea::-webkit-input-placeholder
	{
	color: #7c7c7c;
}

.form-home input {
	height: 30px;
	padding: 0 4px;
}

.form-home input[type=submit] {
	background: white;
	font-family: 'Lato', sans-serif, FontAwesome;
	font-size: 14px;
	color: #7c7c7c;
	-webkit-font-smoothing: antialiased;
}

.form-home input[type=submit]:hover {
	background: #7c7c7c;
	color: white;
}

.form-home textarea {
	padding: 0 4px;
	height: 100px !important;
}

.form-home form .btn_enviar_contato {
	border-radius: 4px;
	font-size: 14px;
	height: 35px
}

.form-home #contato, .form-home #contato_form {
	padding: 5px 0;
}
/* ----------------------------------------- elementos */
/* header */
/* ----------------------------------------- */
header#header {
	display: block;
	min-height: 130px;
	background: url(../images/bg-menu-top.png),
		url(../images/bg-menu-bottom.jpg), url(../images/bg-menu.jpg);
	background-position: center top, center bottom, center top;
	background-repeat: no-repeat;
}

header#header a#logo {
	display: block;
	margin-top: 40px;
}

header#header a#logo:hover {
	opacity: .8;
}

header#header ul.box-login {
	margin-top: 10px;
	padding: 0;
	float: right;
	display: inline-block;
	width: 100%;
	list-style: none;
}

header#header ul.box-login li {
	display: inline-block;
	width: 33%;
	margin: 0 0 0 10px;
}

header#header ul.box-login li input, #btn_entrar, .btn_entrar {
	width: 100%;
	height: 25px;
	font-size: 12px;
	padding: 0 0;
	font-weight: 300;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

header#header ul.box-login li input::-moz-placeholder {
	color: #7c7c7c;
	opacity: 1;
}

header#header ul.box-login li input:-ms-input-placeholder {
	color: #7c7c7c;
}

header#header ul.box-login li input::-webkit-input-placeholder {
	color: #7c7c7c;
}

header#header ul.box-login li input[type=text], header#header ul.box-login li input[type=password]
	{
	border: 1px solid #dddddd;
	background: white;
	color: #404041;
}

header#header ul.box-login li input[type=submit], #btn_entrar,
	.btn_entrar {
	border: 1px solid white;
	background: #c9671c;
	color: white;
	text-transform: uppercase;
}

#btn_entrar span, .btn_entrar span {
	color: white;
	text-transform: uppercase;
	padding: 0;
}

header#header ul.box-login li input[type=submit]:hover, #btn_entrar:hover,
	.btn_entrar:hover {
	background: #404041;
}

header#header ul.box-login li a {
	font-size: 12px;
	font-style: italic;
	color: white;
	font-weight: 300;
	height: 35px;
}

header#header ul.box-login li a:hover {
	color: #c9671c;
}

header#header ul.box-login li:last-child {
	width: 20%;
	float: right;
}

header#header nav#menu-principal {
	background: transparent;
	border: 0;
	margin: 20px 0 0 0;
}

header#header nav#menu-principal .navbar-collapse {
	padding-right: 0;
}

header#header nav#menu-principal .navbar-collapse ul {
	float: right;
}

header#header nav#menu-principal .navbar-collapse ul li {
	padding: 10px 10px;
}

header#header nav#menu-principal .navbar-collapse ul li a {
	font-size: 14px;
	text-transform: uppercase;
	color: #404041;
	border-bottom: 2px solid transparent;
	padding: 0 0 2px;
}

header#header nav#menu-principal .navbar-collapse ul li a:hover {
	border-bottom: 2px solid #c9671c;
}

header#header nav#menu-principal .navbar-collapse ul li.active a {
	border-bottom: 2px solid #c9671c;
	background: transparent;
}

header#header nav#menu-principal .navbar-collapse ul li:last-child {
	padding-right: 0;
}

header#header nav#menu-principal .navbar-collapse ul li .dropdown-menu {
	top: 75%;
	background: #c9671c;
}

header#header nav#menu-principal .navbar-collapse ul li .dropdown-menu li
	{
	padding: 5px;
}

header#header nav#menu-principal .navbar-collapse ul li .dropdown-menu li a
	{
	border-bottom: 2px solid white;
	color: white;
	padding: 0px 5px;
}

header#header nav#menu-principal .navbar-collapse ul li .dropdown-menu li a:hover
	{
	background: #a94b09;
}

header#header nav#menu-principal .navbar-collapse ul li .dropdown-menu li:last-child
	{
	font-size: 12px;
}
/* ----------------------------------------- header */
/* intro */
/* ----------------------------------------- */
#intro {
	display: block;
	overflow: hidden;
	position: relative;
	margin-bottom: 5px;
}

@media only screen and (max-width: 768px) {
	#intro {
		overflow: visible;
	}
}

#intro img.acesse {
	margin-top: 200px;
}

#intro .slider-home {
	margin-bottom: 0 !important;
}

#intro .slider-home .slick-dots {
	bottom: 20px;
}

#intro .slider-home .slick-dots li button:before {
	font-size: 20px;
	color: transparent;
	border: 1px solid white;
	border-top-right-radius: 50%;
	border-top-left-radius: 50%;
	border-bottom-right-radius: 50%;
	border-bottom-left-radius: 50%;
}

#intro .slider-home .slick-dots li.slick-active button:before {
	font-size: 20px;
	color: white;
	background: white;
}

#intro .box-splash {
	position: absolute;
	left: 18%;
	bottom: -15px;
	display: table;
	width: 175px;
	height: 125px;
	background: #00a027;
	border: 10px solid white;
	-webkit-box-shadow: inset 0px 0px 70px 0px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: inset 0px 0px 70px 0px rgba(0, 0, 0, 0.6);
	box-shadow: inset 0px 0px 70px 0px rgba(0, 0, 0, 0.6);
	text-align: center;
	padding: 20px 0 0;
	border-top-right-radius: 15px;
	border-top-left-radius: 15px;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
}

#intro .box-promo {
	position: absolute;
	right: 18%;
	bottom: -15px;
	display: table;
	width: 175px;
	height: 125px;
	background: #346a9a;
	border: 10px solid white;
	-webkit-box-shadow: inset 0px 0px 70px 0px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: inset 0px 0px 70px 0px rgba(0, 0, 0, 0.6);
	box-shadow: inset 0px 0px 70px 0px rgba(0, 0, 0, 0.6);
	text-align: center;
	padding: 30px 0 0;
	border-top-right-radius: 15px;
	border-top-left-radius: 15px;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
}

@media only screen and (max-width: 768px) {
	#intro .box-splash, #intro .box-promo {
		width: 100%;
		position: relative;
		left: 0;
		border: 0;
		bottom: 0;
		border-top-right-radius: 0;
		border-top-left-radius: 0;
		border-bottom-right-radius: 0;
		border-bottom-left-radius: 0;
		float: left;
	}
	#intro .box-promo h1:first-child {
		margin-top: 15px;
	}
}

#intro .box-splash h1, #intro .box-splash h2, #intro .box-promo h1,
	#intro .box-promo h2 {
	color: white;
	text-transform: uppercase;
}

#intro .box-splash h1, #intro .box-promo h1 {
	font-size: 26px;
	font-weight: 700;
}

#intro .box-splash h2, #intro .box-promo h2 {
	font-size: 14px;
}
/* ----------------------------------------- intro */
/* content */
/* ----------------------------------------- */
#content {
	background: url(../images/bg-content.jpg) repeat-y center top;
	display: block;
	padding: 30px 0;
}

#content h1, #content h2, #content h3, #content h4, #content h5 {
	margin-bottom: 10px;
}

#content h1, #content h3, #content h4, #content h5 {
	font-weight: 700;
}

#content h2 {
	color: #c9671c;
}

#content h3 {
	font-weight: 400;
}

#content h4 {
	font-size: 20px;
	line-height: 35px;
}

#content h4 i {
	font-size: 24px;
	display: table;
	float: left;
	width: 35px;
	height: 35px;
	background: #c9671c;
	color: white;
	text-align: center;
	line-height: 35px;
	margin-right: 5px;
	border-top-right-radius: 50%;
	border-top-left-radius: 50%;
	border-bottom-right-radius: 50%;
	border-bottom-left-radius: 50%;
}

#content p {
	text-align: justify;
	margin-bottom: 10px;
}

#content p i {
	color: #c9671c;
}

#content ul {
	padding: 0;
	list-style: none;
	display: block;
}

#content ul li {
	font-size: 14px;
	color: #7c7c7c;
}
/* ----------------------------------------- content */
/* o sistema */
/* ----------------------------------------- */
.sistema h1, .sistema h2, .sistema h3, .sistema h4, .sistema h5,
	.sistema p {
	color: #404041;
}

.sistema h1.title {
	color: #c9671c;
	text-transform: none;
}

.sistema p {
	color: #7c7c7c;
}

.sistema p.min-90 {
	min-height: 90px;
}

.sistema p.min-120 {
	min-height: 120px;
}

.sistema .box-full {
	background: rgba(223, 224, 225, 0.6);
	padding: 20px 0;
	display: block;
}

.sistema .box-full .box-ct {
	display: table;
	width: 100%;
	height: 160px;
	margin-bottom: 30px;
	border-bottom: 1px solid #b4b6b8;
}

.sistema .box-full blockquote {
	font-size: 14px;
	border: 0;
	margin: 0;
	position: relative;
}

.sistema .box-full blockquote:before, .sistema .box-full blockquote:after
	{
	content: '';
	width: 120px;
	height: 45px;
	position: absolute;
	display: table;
}

.sistema .box-full blockquote:before {
	top: 0;
	left: 0;
	border-top: 2px solid #174e79;
	border-left: 2px solid #174e79;
}

.sistema .box-full blockquote:after {
	bottom: 0;
	right: 0;
	border-bottom: 2px solid #174e79;
	border-right: 2px solid #174e79;
}

.sistema .box-fidelize {
	background: white;
	padding: 25px 20px;
	min-height: 550px;
	position: relative;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

.sistema .box-fidelize h5 {
	font-size: 14px;
	color: #404041;
	font-weight: 700;
}

.sistema .box-fidelize img {
	position: absolute;
	bottom: 5%;
	left: 50%;
	-webkit-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
}

.sistema .op-sis img {
	margin-bottom: 30px;
}

.sistema div.title-image {
	position: relative;
}

.sistema div.title-image img {
	position: absolute;
}

.sistema div.title-image h3 {
	margin-left: 55px;
	padding: 10px 0;
	font-size: 20px;
	color: #c9671c;
}
/* ----------------------------------------- o sistema */
/* planos e preços */
/* ----------------------------------------- */
.planos-precos h1, .planos-precos h2, .planos-precos h3, .planos-precos h4,
	.planos-precos h5 {
	color: #fff;
}

.planos-precos h3 {
	font-weight: 400;
}

.planos-precos .box-planos {
	display: table;
	padding: 15px 20px;
	border: 2px solid #c9671c;
	background: #fff;
	float: left;
	width: 100%;
	text-align: center;
	border-radius: 10px;
}

.planos-precos .box-vantagens h3 {
	color: #c9671c;
}

.planos-precos .box-vantagens p {
	color: #7c7c7c;
}

.planos-precos .box-planos p {
	text-align: center !important;
}

.planos-precos .box-planos span.price {
	display: table;
	width: 265px;
	height: 80px;
	margin: 10px auto;
	background: #4b6b98;
	background: -moz-linear-gradient(left, #4b6b98 0%, #2a476c 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, #4b6b98),
		color-stop(100%, #2a476c));
	background: -webkit-linear-gradient(left, #4b6b98 0%, #2a476c 100%);
	background: -o-linear-gradient(left, #4b6b98 0%, #2a476c 100%);
	background: -ms-linear-gradient(left, #4b6b98 0%, #2a476c 100%);
	background: linear-gradient(to right, #4b6b98 0%, #2a476c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4b6b98',
		endColorstr='#2a476c', GradientType=1);
	font-size: 50px;
	color: white;
	font-weight: 900;
}

.planos-precos .box-planos span.price small {
	font-size: 35px;
}

.planos-precos .box-planos span.price small.moeda {
	font-weight: 400;
}

.planos-precos .box-planos ul {
	padding: 0;
	list-style: none;
	display: table;
	margin: 0 auto;
	width: 90%;
}

.planos-precos .box-planos ul {
	display: table;
	text-align: center;
	width: 100%;
}

.planos-precos .box-planos ul li {
	width: 33.33%;
	display: table-cell;
	vertical-align: middle;
	border-right: 1px solid #1b75b4;
	border-left: 1px solid #1b75b4;
	padding: 10px 20px;
}

.planos-precos .box-planos ul li p {
	font-size: 16px;
	color: black;
}

.planos-precos .box-planos ul li p strong {
	color: #1b75b4;
	font-size: 22px;
	clear: both;
	display: block;
	font-weight: 700;
}

.planos-precos .box-planos ul li:nth-child(1), .planos-precos .box-planos ul li:nth-child(3)
	{
	
}

.planos-precos .box-planos ul li:nth-child(2) {
	background: #f0f0f0;
}

.planos-precos .box-planos table {
	margin: 30px 0;
	width: 100%;
	float: left;
}

.planos-precos .box-planos table thead tr {
	background: #80bdbd;
}

.planos-precos .box-planos table thead tr:first-child {
	background: #efca84;
	background: -moz-linear-gradient(top, #efca84 0%, #f7991d 68%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #efca84),
		color-stop(68%, #f7991d));
	background: -webkit-linear-gradient(top, #efca84 0%, #f7991d 68%);
	background: -o-linear-gradient(top, #efca84 0%, #f7991d 68%);
	background: -ms-linear-gradient(top, #efca84 0%, #f7991d 68%);
	background: linear-gradient(to bottom, #efca84 0%, #f7991d 68%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efca84',
		endColorstr='#f7991d', GradientType=0);
}

.planos-precos .box-planos table thead tr:first-child td {
	color: #5a381c;
	padding: 5px 10px;
}

.planos-precos .box-planos table thead tr:first-child td:first-child {
	border-top-left-radius: 15px;
}

.planos-precos .box-planos table thead tr:first-child td:last-child {
	border-top-right-radius: 15px;
}

.planos-precos .box-planos table thead tr td {
	padding: 15px 0;
	border: 2px solid white;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	font-size: 11px;
	font-weight: 700;
}

.planos-precos .box-planos table thead tr td:first-child {
	font-size: 14px;
}

.planos-precos .box-planos table tbody tr {
	background: #e4e4e4;
}

.planos-precos .box-planos table tbody tr:nth-child(even) {
	background: #f1f3f4;
}

.planos-precos .box-planos table tbody tr td {
	line-height: 65px;
	font-size: 14px;
	text-align: center;
	color: #404041;
	text-transform: uppercase;
	border: 2px solid white;
}

.planos-precos .box-planos table tbody tr td:first-child {
	font-size: 14px;
}

.planos-precos .box-planos table tfoot tr:first-child {
	background: #efca84;
	background: -moz-linear-gradient(top, #efca84 0%, #f7991d 68%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #efca84),
		color-stop(68%, #f7991d));
	background: -webkit-linear-gradient(top, #efca84 0%, #f7991d 68%);
	background: -o-linear-gradient(top, #efca84 0%, #f7991d 68%);
	background: -ms-linear-gradient(top, #efca84 0%, #f7991d 68%);
	background: linear-gradient(to bottom, #efca84 0%, #f7991d 68%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efca84',
		endColorstr='#f7991d', GradientType=0);
}

.planos-precos .box-planos table tfoot tr:first-child td {
	background: transparent;
	color: #5a381c;
	text-transform: uppercase;
	font-size: 14px;
	padding: 5px 10px;
	font-weight: 700;
}

.planos-precos .box-planos table tfoot tr:first-child td:first-child {
	border-bottom-left-radius: 15px;
}

.planos-precos .box-planos table tfoot tr:last-child td:last-child {
	border-bottom-right-radius: 15px;
}

.planos-precos .box-planos table tfoot tr:last-child td:nth-child(2) {
	border-bottom-left-radius: 15px;
}

.planos-precos .box-planos table tfoot tr td {
	border: 2px solid white;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	font-size: 10px;
	overflow: hidden;
	height: 60px;
	background: #33a258;
	background: -moz-linear-gradient(top, #33a258 0%, #1e6a39 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #33a258),
		color-stop(100%, #1e6a39));
	background: -webkit-linear-gradient(top, #33a258 0%, #1e6a39 100%);
	background: -o-linear-gradient(top, #33a258 0%, #1e6a39 100%);
	background: -ms-linear-gradient(top, #33a258 0%, #1e6a39 100%);
	background: linear-gradient(to bottom, #33a258 0%, #1e6a39 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33a258',
		endColorstr='#1e6a39', GradientType=0);
}

.planos-precos .box-planos table tfoot tr td span {
	-moz-transform: rotate(-35deg);
	-webkit-transform: rotate(-35deg);
	-o-transform: rotate(-35deg);
	-ms-transform: rotate(-35deg);
	transform: rotate(-35deg);
	display: table;
	color: white;
	font-weight: 700;
}

.planos-precos .box-planos table tfoot tr td:first-child {
	background: transparent;
}

.planos-precos .formulario input {
	width: 100%;
	border: 1px solid #7c7c7c;
	font-size: 15px;
	background: white;
	height: 45px;
	padding: 0 15px;
	margin-bottom: 15px;
	border-top-right-radius: 7px;
	border-top-left-radius: 7px;
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
}

.planos-precos .formulario input::-moz-placeholder {
	color: #7c7c7c;
	opacity: 1;
}

.planos-precos .formulario input:-ms-input-placeholder {
	color: #7c7c7c;
}

.planos-precos .formulario input::-webkit-input-placeholder {
	color: #7c7c7c;
}

.planos-precos .formulario input[type=submit] {
	background: #c9671c;
	border: 0;
	color: white;
	text-transform: uppercase;
	display: table;
	width: 165px;
	margin: 0 auto;
	padding: 0;
}

.planos-precos .formulario input[type=submit]:hover {
	background: #7c7c7c;
}

.planos-detalhes {
	border-top: 1px solid #ccc;
	margin: 20px 0;
}
/* ----------------------------------------- planos e preços */
/* representante */
/* ----------------------------------------- */
.representante {
	display: block;
	margin: 30px 0;
}

.representante h1 {
	margin: 0 0 15px;
}

.representante h1.title {
	text-transform: uppercase;
}

.representante h2, .representante h3, .representante h4, .representante h5
	{
	margin: 15px 0;
	color: #404041;
}

.representante p {
	color: #7c7c7c;
	margin-bottom: 10px;
}

.representante img {
	margin-right: 30px;
}

.representante .title span {
	background: #1b75b4;
	border-radius: 25px;
	color: #fff;
	padding: 2px 10px;
	margin-right: 5px;
}

/* ----------------------------------------- representante */
/* notícias */
/* ----------------------------------------- */
#noticias .box-noticia {
	margin: 30px 0 50px;
	display: block;
	clear: both;
}

#noticias .box-noticia header {
	display: table;
	width: 100%;
	min-height: 330px;
	position: relative;
}

@media only screen and (max-width: 1024px) {
	#noticias .box-noticia header {
		min-height: 270px;
	}
}

#noticias .box-noticia header h1.title {
	color: #c9671c;
	font-size: 30px;
	text-transform: none;
	margin: 0 0 10px;
}

#noticias .box-noticia header .box-titulo {
	padding: 8% 50px 0;
	float: left;
	width: 30%;
	background: #c9671c;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	border-right: 2px solid white;
	-webkit-transition: all 150ms ease-in-out;
	-o-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
}

@media only screen and (max-width: 1024px) {
	#noticias .box-noticia header .box-titulo {
		padding: 6% 20px 0;
	}
}

@media only screen and (max-width: 768px) {
	#noticias .box-noticia header .box-titulo {
		width: 100%;
	}
}

#noticias .box-noticia header .box-titulo h1 {
	color: white;
	text-align: center;
	font-weight: 700;
}

#noticias .box-noticia header .box-titulo:hover {
	background: #404041;
}

#noticias .box-noticia header .box-thumb {
	position: absolute;
	top: 0;
	right: 0;
	width: 70%;
	height: 100%;
	overflow: hidden;
}

#noticias .box-noticia header .box-thumb img:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

@media only screen and (max-width: 768px) {
	#noticias .box-noticia header .box-thumb {
		width: 100%;
		top: inherit;
		bottom: 0;
		height: inherit;
	}
}

#noticias .box-noticia section span.infos {
	color: #7c7c7c;
	font-size: 18px;
	margin: 15px 0;
	display: block;
	font-weight: 300;
}

#noticias .box-noticia section p {
	font-size: 18px;
	color: #7c7c7c;
	margin-bottom: 15px;
}

#noticias .box-noticia footer a.mais {
	background: #c9671c;
	color: white;
	font-size: 24px;
	padding: 10px 50px;
}

#noticias .box-noticia footer a.mais:hover {
	background: #404041;
}

#noticias .box-noticia footer .compartilhar {
	float: left;
	display: table;
	list-style: none;
	padding: 0 0 25px;
	margin-top: 35px;
	width: 100%;
}

#noticias .box-noticia footer .compartilhar p {
	font-size: 14px;
	color: #404041;
	font-weight: 700;
}

#noticias .box-noticia footer .compartilhar li {
	display: inline-block;
	margin-left: 3px;
}

#noticias .box-noticia footer .compartilhar li a {
	display: table;
	width: 35px;
	height: 35px;
	background: #c9671c;
	color: white;
	font-size: 14px;
	text-align: center;
	line-height: 35px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

#noticias .box-noticia footer .compartilhar li a:hover {
	background: #404041;
}

#noticias .box-noticia footer .compartilhar li:first-child {
	margin-left: 0;
}

#noticias .pagination {
	float: right;
	display: table;
	margin: 30px auto;
}

@media only screen and (max-width: 768px) {
	#noticias .pagination {
		float: none;
	}
}

#noticias .pagination>.active a {
	background: #c9671c;
	border: 1px solid #ddd;
	color: white;
}

#noticias .pagination li a {
	color: #c9671c;
}

#noticias .pagination li:first-child a span, #noticias .pagination li:last-child a span
	{
	color: #c9671c;
}

#noticias #comentarios {
	margin: 20px 0 50px;
	clear: both;
	display: table;
	width: 100%;
}

#noticias #comentarios h3 {
	font-weight: 700;
	color: #474747;
	font-size: 20px;
}

#noticias #comentarios ol {
	padding: 0;
	list-style: none;
}

#noticias #comentarios ol li {
	display: block;
}

#noticias #comentarios ol li .comment-author {
	float: left;
	width: 15%;
}

#noticias #comentarios ol li .comment-author span.says {
	display: none;
}

#noticias #comentarios ol li .comment-meta, #noticias #comentarios ol li p,
	#noticias #comentarios ol li .reply {
	float: right;
	width: 85%;
}

#noticias #comentarios ol li p {
	font-size: 12px;
	color: #404041;
}

#noticias #comentarios ol li a {
	color: #c9671c;
}

#noticias #comentarios ol li a:hover {
	color: #404041;
}

#noticias #comentarios ol li a.dia, #noticias #comentarios ol li a.comment-edit-link
	{
	color: #d2d2d2;
	font-size: 12px;
}

#noticias #comentarios ol li a.dia:hover, #noticias #comentarios ol li a.comment-edit-link:hover
	{
	color: #404041;
}

#noticias #comentarios ol li cite {
	font-family: 'Lato', sans-serif;
	font-style: normal;
	font-size: 14px;
	margin-right: 10px;
	text-transform: capitalize;
	font-weight: 700;
}

#noticias #comentarios .comment-respond {
	clear: both;
	margin-top: 30px;
	float: left;
	width: 100%;
}

#noticias #comentarios .comment-respond h3 {
	font-weight: 700;
	color: #474747;
	font-size: 20px;
}

#noticias #comentarios .comment-respond a {
	color: #404041;
}

#noticias #comentarios .comment-respond a:hover {
	color: #c9671c;
}

#noticias #comentarios .comment-respond input, #noticias #comentarios .comment-respond textarea
	{
	width: 100%;
	border: 1px solid #7c7c7c;
	margin: 5px 0;
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
}

#noticias #comentarios .comment-respond input::-moz-placeholder,
	#noticias #comentarios .comment-respond textarea::-moz-placeholder {
	color: #c9671c;
	opacity: 1;
}

#noticias #comentarios .comment-respond input:-ms-input-placeholder,
	#noticias #comentarios .comment-respond textarea:-ms-input-placeholder
	{
	color: #c9671c;
}

#noticias #comentarios .comment-respond input::-webkit-input-placeholder,
	#noticias #comentarios .comment-respond textarea::-webkit-input-placeholder
	{
	color: #c9671c;
}

#noticias #comentarios .comment-respond textarea {
	padding: 15px;
}

#noticias #comentarios .comment-respond input {
	height: 50px;
	padding: 0 15px;
}

#noticias #comentarios .comment-respond input[type=submit] {
	width: inherit;
	padding: 0 20px;
	background: #404041;
	color: white;
	font-size: 14px;
	border: 0;
	float: right;
	font-weight: 300;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

#noticias #comentarios .comment-respond input[type=submit]:hover {
	background: #c9671c;
}
/* ----------------------------------------- notícias */
/* sidebar */
/* ----------------------------------------- */
#sidebar {
	margin: 70px 0 0;
	display: block;
}

#sidebar .box-splash {
	display: table;
	width: 100%;
	height: 265px;
	background: #00a027;
	-webkit-box-shadow: inset 0px 0px 70px 0px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: inset 0px 0px 70px 0px rgba(0, 0, 0, 0.6);
	box-shadow: inset 0px 0px 70px 0px rgba(0, 0, 0, 0.6);
	text-align: center;
	padding: 40px 0 0;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}

#sidebar .box-splash h1, #sidebar .box-splash h2 {
	color: white;
	text-transform: uppercase;
}

#sidebar .box-splash h1 {
	font-size: 55px;
	font-weight: 700;
}

#sidebar .box-splash h1 small {
	font-size: 45px;
}

#sidebar .box-splash h2 {
	font-size: 30px;
}

#sidebar a.testar {
	display: table;
	width: 100%;
	background: #c9671c;
	color: white;
	font-size: 24px;
	text-align: center;
	padding: 15px;
	border-top: 1px solid white;
	margin-bottom: 30px;
	font-weight: 300;
}

#sidebar a.testar:hover {
	background: #404041;
}

#sidebar h3 {
	color: #c9671c;
	border-bottom: 1px solid #474747;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

#sidebar ul.categorias {
	padding: 0;
	list-style: none;
	margin-bottom: 30px;
}

#sidebar ul.categorias li {
	display: block;
	padding: 5px 5px 5px 15px;
	border-bottom: 1px solid #e2e2e2;
}

#sidebar ul.categorias li a {
	font-size: 18px;
	color: #454545;
}

#sidebar ul.categorias li a:hover {
	color: #c9671c;
}

#sidebar ul.noticias {
	padding: 0;
	list-style: none;
	margin-bottom: 30px;
}

#sidebar ul.noticias li {
	border: 0;
	margin-bottom: 20px;
}

#sidebar ul.noticias li img {
	margin-right: 10px;
}

#sidebar ul.noticias li p {
	font-size: 9px !important;
	color: black !important;
}

#sidebar ul.noticias li a {
	display: table;
	font-size: 10px;
	margin: 2px 0;
	color: #7c7c7c;
}
/* ----------------------------------------- sidebar */
/* clientes */
/* ----------------------------------------- */
#clientes {
	display: block;
	background: url(../images/bg-clientes.png) no-repeat center top;
	min-height: 576px;
	padding: 115px 0 0;
}

@media only screen and (max-width: 768px) {
	#clientes {
		padding: 50px 0 0;
	}
}

#clientes .slider-clientes {
	margin-top: 60px;
}

#clientes .slider-clientes .slick-prev, #clientes .slider-clientes .slick-next
	{
	width: 25px;
	height: 115px;
	top: 0;
}

#clientes .slider-clientes .slick-prev:before, #clientes .slider-clientes .slick-next:before
	{
	color: transparent;
	width: 25px;
	height: 115px;
	display: table;
}

#clientes .slider-clientes .slick-prev {
	left: -40px;
}

#clientes .slider-clientes .slick-prev:before {
	background: url(../images/arrow-left.png) no-repeat center center;
}

#clientes .slider-clientes .slick-next {
	right: -40px;
}

#clientes .slider-clientes .slick-next:before {
	background: url(../images/arrow-right.png) no-repeat center center;
}

#clientes h1 {
	font-weight: 700;
}

#clientes h1, #clientes p {
	color: white;
}
/* ----------------------------------------- clientes */
/* faq */
/* ----------------------------------------- */
#faq h1, #faq h2, #faq h3, #faq h4, #faq h5 {
	font-weight: 700;
}

#faq p {
	color: #174e79;
}

#faq h2.title {
	display: table;
	width: 100%;
	line-height: 55px;
	color: white;
	padding: 0 15px;
	background: #4b6b98;
	background: -moz-linear-gradient(left, #4b6b98 0%, #2a476c 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, #4b6b98),
		color-stop(100%, #2a476c));
	background: -webkit-linear-gradient(left, #4b6b98 0%, #2a476c 100%);
	background: -o-linear-gradient(left, #4b6b98 0%, #2a476c 100%);
	background: -ms-linear-gradient(left, #4b6b98 0%, #2a476c 100%);
	background: linear-gradient(to right, #4b6b98 0%, #2a476c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4b6b98',
		endColorstr='#2a476c', GradientType=1);
	margin-bottom: 30px;
}

#faq h3 {
	color: #404041;
	font-size: 20px;
	margin-bottom: 10px;
}

#faq hr {
	border-top: 1px solid #c9671c;
}

#faq ul.atendimentos {
	padding: 0;
	list-style: none;
}

#faq ul.atendimentos h3, #faq ul.atendimentos h4, #faq ul.atendimentos p
	{
	color: #7c7c7c;
}

#faq ul.atendimentos h4 {
	font-size: 20px;
	font-weight: 400;
}

#faq ul.atendimentos li {
	margin-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #7c7c7c;
}

#faq .active {
	display: inherit;
}

#faq ul#map {
	display: block;
	margin: 0;
	padding: 0;
	width: 570px;
	height: 585px;
	background-image: url('../images/mapa/map.gif');
}

#faq ul#map li {
	display: block;
	padding: 0;
	position: absolute;
	transition: none;
}

#faq ul#map li a {
	transition: none;
	display: block;
	text-decoration: none;
	position: absolute;
}

#faq ul#map li a img {
	border: 0;
	width: inherit;
	height: inherit;
}

#faq ul#map li a#rs {
	width: 116px;
	height: 101px;
}

#faq ul#map li a#sc {
	width: 81px;
	height: 53px;
}

#faq ul#map li a#pr {
	width: 97px;
	height: 64px;
}

#faq ul#map li a#sp {
	width: 131px;
	height: 84px;
}

#faq ul#map li a#ms {
	width: 106px;
	height: 104px;
}

#faq ul#map li a#rj {
	width: 58px;
	height: 40px;
}

#faq ul#map li a#es {
	width: 33px;
	height: 51px;
}

#faq ul#map li a#mg {
	width: 163px;
	height: 131px;
}

#faq ul#map li a#go {
	width: 108px;
	height: 108px;
}

#faq ul#map li a#df {
	width: 16px;
	height: 9px;
}

#faq ul#map li a#ba {
	width: 136px;
	height: 148px;
}

#faq ul#map li a#mt {
	width: 166px;
	height: 161px;
}

#faq ul#map li a#ro {
	width: 104px;
	height: 87px;
}

#faq ul#map li a#ac {
	width: 108px;
	height: 62px;
}

#faq ul#map li a#am {
	width: 258px;
	height: 181px;
}

#faq ul#map li a#rr {
	width: 87px;
	height: 103px;
}

#faq ul#map li a#pa {
	width: 188px;
	height: 187px;
}

#faq ul#map li a#ap {
	width: 73px;
	height: 85px;
}

#faq ul#map li a#ma {
	width: 102px;
	height: 139px;
}

#faq ul#map li a#to {
	width: 74px;
	height: 125px;
}

#faq ul#map li a#se {
	width: 28px;
	height: 32px;
}

#faq ul#map li a#al {
	width: 46px;
	height: 27px;
}

#faq ul#map li a#pe {
	width: 97px;
	height: 34px;
}

#faq ul#map li a#pb {
	width: 59px;
	height: 35px;
}

#faq ul#map li a#rn {
	width: 53px;
	height: 33px;
}

#faq ul#map li a#ce {
	width: 61px;
	height: 76px;
}

#faq ul#map li a#pi {
	width: 83px;
	height: 124px;
}

#faq ul#map li a#pa:hover, #faq ul#map li a#pa:active, #faq ul#map li a#am:hover,
	#faq ul#map li a#am:active, #faq ul#map li a#mt:hover, #faq ul#map li a#mt:active,
	#faq ul#map li a#ba:hover, #faq ul#map li a#ba:active, #faq ul#map li a#ma:hover,
	#faq ul#map li a#ma:active, #faq ul#map li a#mg:hover, #faq ul#map li a#mg:active,
	#faq ul#map li a#to:hover, #faq ul#map li a#to:active, #faq ul#map li a#pi:hover,
	#faq ul#map li a#pi:active, #faq ul#map li a#go:hover, #faq ul#map li a#go:active,
	#faq ul#map li a#ms:hover, #faq ul#map li a#ms:active, #faq ul#map li a#rr:hover,
	#faq ul#map li a#rr:active, #faq ul#map li a#rs:hover, #faq ul#map li a#rs:active,
	#faq ul#map li a#ro:hover, #faq ul#map li a#ro:active, #faq ul#map li a#ap:hover,
	#faq ul#map li a#ap:active, #faq ul#map li a#sp:hover, #faq ul#map li a#sp:active,
	#faq ul#map li a#ce:hover, #faq ul#map li a#ce:active, #faq ul#map li a#pr:hover,
	#faq ul#map li a#pr:active, #faq ul#map li a#ac:hover, #faq ul#map li a#ac:active,
	#faq ul#map li a#sc:hover, #faq ul#map li a#sc:active, #faq ul#map li a#es:hover,
	#faq ul#map li a#es:active, #faq ul#map li a#rj:hover, #faq ul#map li a#rj:active,
	#faq ul#map li a#pb:hover, #faq ul#map li a#pb:active, #faq ul#map li a#pe:hover,
	#faq ul#map li a#pe:active, #faq ul#map li a#rn:hover, #faq ul#map li a#rn:active,
	#faq ul#map li a#se:hover, #faq ul#map li a#se:active, #faq ul#map li a#al:hover,
	#faq ul#map li a#al:active, #faq ul#map li a#df:hover, #faq ul#map li a#df:active
	{
	display: block;
	background: url('../images/mapa/sprite.gif') no-repeat;
}

#faq ul#map li a#pa:hover, #faq ul#map li a#pa:active {
	background-position: -10px 0px;
	width: 188px;
	height: 187px;
}

#faq ul#map li a#am:hover, #faq ul#map li a#am:active {
	background-position: -10px -197px;
	width: 258px;
	height: 181px;
}

#faq ul#map li a#mt:hover, #faq ul#map li a#mt:active {
	background-position: -10px -388px;
	width: 166px;
	height: 161px;
}

#faq ul#map li a#ba:hover, #faq ul#map li a#ba:active {
	background-position: -10px -559px;
	width: 136px;
	height: 148px;
}

#faq ul#map li a#ma:hover, #faq ul#map li a#ma:active {
	background-position: -156px -559px;
	width: 102px;
	height: 139px;
}

#faq ul#map li a#mg:hover, #faq ul#map li a#mg:active {
	background-position: -10px -717px;
	width: 163px;
	height: 131px;
}

#faq ul#map li a#to:hover, #faq ul#map li a#to:active {
	background-position: -183px -717px;
	width: 74px;
	height: 125px;
}

#faq ul#map li a#pi:hover, #faq ul#map li a#pi:active {
	background-position: -10px -858px;
	width: 83px;
	height: 124px;
}

#faq ul#map li a#go:hover, #faq ul#map li a#go:active {
	background-position: -103px -858px;
	width: 108px;
	height: 108px;
}

#faq ul#map li a#ms:hover, #faq ul#map li a#ms:active {
	background-position: -103px -976px;
	width: 106px;
	height: 104px;
}

#faq ul#map li a#rr:hover, #faq ul#map li a#rr:active {
	background-position: -10px -992px;
	width: 87px;
	height: 103px;
}

#faq ul#map li a#rs:hover, #faq ul#map li a#rs:active {
	background-position: -107px -1090px;
	width: 116px;
	height: 101px;
}

#faq ul#map li a#ro:hover, #faq ul#map li a#ro:active {
	background-position: -10px -1201px;
	width: 104px;
	height: 87px;
}

#faq ul#map li a#ap:hover, #faq ul#map li a#ap:active {
	background-position: -10px -1105px;
	width: 73px;
	height: 85px;
}

#faq ul#map li a#sp:hover, #faq ul#map li a#sp:active {
	background-position: -124px -1201px;
	width: 131px;
	height: 84px;
}

#faq ul#map li a#ce:hover, #faq ul#map li a#ce:active {
	background-position: -186px -388px;
	width: 61px;
	height: 76px;
}

#faq ul#map li a#pr:hover, #faq ul#map li a#pr:active {
	background-position: -124px -1295px;
	width: 97px;
	height: 64px;
}

#faq ul#map li a#ac:hover, #faq ul#map li a#ac:active {
	background-position: -10px -1298px;
	width: 108px;
	height: 62px;
}

#faq ul#map li a#sc:hover, #faq ul#map li a#sc:active {
	background-position: -128px -1369px;
	width: 81px;
	height: 53px;
}

#faq ul#map li a#es:hover, #faq ul#map li a#es:active {
	background-position: -208px 0px;
	width: 33px;
	height: 51px;
}

#faq ul#map li a#rj:hover, #faq ul#map li a#rj:active {
	background-position: -186px -474px;
	width: 58px;
	height: 40px;
}

#faq ul#map li a#pb:hover, #faq ul#map li a#pb:active {
	background-position: -10px -1370px;
	width: 59px;
	height: 35px;
}

#faq ul#map li a#pe:hover, #faq ul#map li a#pe:active {
	background-position: -10px -1415px;
	width: 97px;
	height: 34px;
}

#faq ul#map li a#rn:hover, #faq ul#map li a#rn:active {
	background-position: -186px -524px;
	width: 53px;
	height: 33px;
}

#faq ul#map li a#se:hover, #faq ul#map li a#se:active {
	background-position: -208px -61px;
	width: 28px;
	height: 32px;
}

#faq ul#map li a#al:hover, #faq ul#map li a#al:active {
	background-position: -208px -103px;
	width: 46px;
	height: 27px;
}

#faq ul#map li a#df:hover, #faq ul#map li a#df:active {
	background-position: -208px -140px;
	width: 16px;
	height: 9px;
}

#faq ul#map li#crs {
	margin-top: 485px;
	margin-left: 237px;
}

#faq ul#map li#csc {
	margin-top: 467px;
	margin-left: 292px;
}

#faq ul#map li#cpr {
	margin-top: 416px;
	margin-left: 281px;
}

#faq ul#map li#csp {
	margin-top: 375px;
	margin-left: 303px;
	z-index: 9999;
}

#faq ul#map li#cms {
	margin-top: 336px;
	margin-left: 229px;
}

#faq ul#map li#crj {
	margin-top: 390px;
	margin-left: 422px;
	z-index: 9999;
}

#faq ul#map li#ces {
	margin-top: 347px;
	margin-left: 467px;
	z-index: 9999;
}

#faq ul#map li#cmg {
	margin-top: 292px;
	margin-left: 333px;
	z-index: 9998;
}

#faq ul#map li#cgo {
	margin-top: 264px;
	margin-left: 301px;
	z-index: 9999;
}

#faq ul#map li#cdf {
	margin-top: 311px;
	margin-left: 373px;
	z-index: 9999;
}

#faq ul#map li#cba {
	margin-top: 207px;
	margin-left: 397px;
}

#faq ul#map li#cmt {
	margin-top: 189px;
	margin-left: 180px;
}

#faq ul#map li#cro {
	margin-top: 199px;
	margin-left: 104px;
	z-index: 9998;
}

#faq ul#map li#cac {
	margin-top: 185px;
	margin-left: 0px;
}

#faq ul#map li#cam {
	margin-top: 46px;
	margin-left: 3px;
}

#faq ul#map li#crr {
	margin-top: 0;
	margin-left: 133px;
}

#faq ul#map li#cpa {
	margin-top: 40px;
	margin-left: 219px;
}

#faq ul#map li#cap {
	margin-top: 13px;
	margin-left: 278px;
}

#faq ul#map li#cma {
	margin-top: 94px;
	margin-left: 366px;
	z-index: 9999;
}

#faq ul#map li#cto {
	margin-top: 156px;
	margin-left: 338px;
}

#faq ul#map li#cse {
	margin-top: 221px;
	margin-left: 519px;
	z-index: 9998;
}

#faq ul#map li#cal {
	margin-top: 211px;
	margin-left: 518px;
	z-index: 9999;
}

#faq ul#map li#cpe {
	margin-top: 188px;
	margin-left: 473px;
}

#faq ul#map li#cpb {
	margin-top: 169px;
	margin-left: 511px;
	z-index: 9999;
}

#faq ul#map li#crn {
	margin-top: 151px;
	margin-left: 514px;
}

#faq ul#map li#cce {
	margin-top: 121px;
	margin-left: 473px;
}

#faq ul#map li#cpi {
	margin-top: 120px;
	margin-left: 406px;
	z-index: 9997;
}

#faq .atendimento {
	margin-bottom: 30px;
}

#faq .atendimento h3, #faq .atendimento h4 {
	text-align: center;
}

#faq .atendimento h3 {
	margin-top: 50px;
	font-size: 26px;
}

#faq .atendimento h4 {
	color: #7c7c7c;
	font-size: 20px;
	font-weight: 400;
}

#faq #contato {
	padding: 0;
}
/* ----------------------------------------- */
/* banner */
/* ----------------------------------------- */
.box-1, .box-2, .box-3, .box-4, .box-5, .box-6 {
	z-index: 999;
	position: absolute;
	margin: 0 auto;
	width: 100%;
}

.slick-active img {
	z-index: 1;
}

.box-1 {
	background: rgba(255, 255, 255, 0.8);
	border-radius: 10px;
	top: 40%;
	padding: 20px;
	width: auto;
}

.box-1 h1 {
	font-size: 2.5em;
	font-weight: bold;
	color: #aa0f03;
}

.box-2 {
	top: 20%;
	width: auto;
	max-width: 600px;
}

.box-2 h1:nth-child(1) {
	font-size: 3em;
	font-weight: normal;
	color: #000;
}

.box-2 h1:nth-child(2) {
	font-size: 4em;
	font-weight: bold;
	color: #4877b2;
}

.box-2 h1:nth-child(3) {
	font-size: 2.85em;
	font-weight: bold;
	color: #e46707;
}

.box-3 {
	top: 28%;
	width: auto;
	max-width: 600px;
}

.box-3 h1 {
	font-size: 2.5em;
	font-weight: bold;
	color: #aa0f03;
}

.box-4 {
	top: 42%;
	width: auto;
	max-width: 600px;
}

.box-4 h3 {
	font-size: 2em;
	color: #fff;
}

.box-4 a {
	font-size: 2.5em;
	font-weight: bold;
	color: #fff;
}

.box-5 {
	top: 20%;
	width: auto;
	max-width: 600px;
}

.box-5 h1:nth-child(1) {
	font-size: 5em;
	font-weight: bold;
	color: #fff;
}

.box-5 h1:nth-child(2) {
	font-size: 3.2em;
	font-weight: normal;
	color: #fff;
}

.box-5 h1:nth-child(3) {
	font-size: 6.2em;
	font-weight: bold;
	color: #fff;
}

.box-6 {
	top: 20%;
	width: auto;
	max-width: 600px;
}

/* ----------------------------------------- faq */
/* contato */
/* ----------------------------------------- */
#contato {
	display: block;
	padding: 50px 0;
}

#contato h1, #contato h2, #contato h3, #contato h4, #contato h5,
	#contato p {
	color: #7c7c7c;
	-webkit-font-smoothing: antialiased;
}

#contato h1 {
	font-size: 25px;
	line-height: 30px;
}

#contato h1 i {
	font-size: 30px;
	margin-right: 5px;
}

#contato h1.title {
	color: #404041;
	text-transform: uppercase;
}
/* ----------------------------------------- contato */
/* footer */
/* ----------------------------------------- */
footer#footer-intro {
	display: block;
	min-height: 110px;
	background: url(../images/bg-footer.jpg) no-repeat center top;
	padding: 10px 0 0;
	margin-bottom: 0;
	position: relative;
}

footer#footer-intro h4 {
	line-height: 40px;
	font-weight: 700;
}

footer#footer-intro h4 i {
	font-size: 22px;
}

footer#footer ul.redes-sociais li {
	display: inline-block;
	margin-left: 10px;
}

footer#footer ul.redes-sociais li a {
	font-size: 23px;
	color: #174e79;
}

footer#footer ul.redes-sociais li a:hover {
	color: #c9671c;
}

footer#footer-intro ul.redes-sociais, footer#footer ul.redes-sociais {
	width: 100%;
	text-align: right;
	padding: 0;
	display: table;
	float: right;
	list-style: none;
}

footer#footer-intro ul.redes-sociais li, footer#footer ul.redes-sociais li
	{
	float: none;
	margin: 0 auto;
	display: inline-block;
	margin-left: 10px;
}

footer#footer-intro ul.redes-sociais li a {
	font-size: 23px;
	color: #174e79;
}

footer#footer-intro ul.redes-sociais li a:hover {
	color: #c9671c;
}

footer#footer-intro ul.redes-sociais i {
	margin-left: 8px;
	vertical-align: middle;
}

.whatsapp-number {
	font-size: 16px;
	font-weight: bold;
	background: url(../images/icon_whatsapp.jpg) no-repeat left;
	background-size: 35px;
	padding: 5px 0 5px 40px;
	margin-right: 5px;
	text-align: left;
}

.phone-contact a {
	margin-left: 10px;
}

.phone-number {
	font-size: 16px;
	font-weight: normal;
	margin: 0 0 0 5px;
	text-align: left;
}

footer#footer {
	display: block;
	min-height: 110px;
	background: url(../images/bg-footer.jpg) no-repeat center top;
	padding: 20px 0 0;
}

footer#footer h4 {
	line-height: 40px;
	font-weight: 700;
}

footer#footer h4 i {
	font-size: 22px;
}

footer#footer a#interset {
	display: table;
	float: right;
	margin-top: 8px;
}

footer#footer a#interset:hover {
	opacity: .8;
}

footer#footer p, footer#footer-intro p {
	font-size: 12px;
	margin-top: 15px;
	padding-bottom: 15px;
	color: #9fa1a4;
}

/* ----------------------------------------- footer */
form .btn_enviar_contato {
	height: 45px;
	width: 100%;
	background: #c9671c;
	border: none;
	border-radius: 10px;
}

form .btn_enviar_contato:hover {
	background: #404041;
}

form .btn_enviar_contato span {
	color: white;
}

/* ----------------------------------------- footer Form */
.login-form {
	height: auto;
	width: 220px;
	z-index: 999;
	position: fixed;
	bottom: 0;
	right: 0;
	overflow: hidden;
}

.content {
	width: 100%;
	height: auto;
	background: #fff;
	padding: 4px 2px 2px 2px;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

#minimizeWindow {
	display: block;
	margin-bottom: 0;
	height: 185px;
	background: url(../images/ladfood_mascote.png) no-repeat right top;
	text-align: center;
	cursor: pointer;
	-moz-box-shadow: inset 0 -15px 10px -15px #000000;
	-webkit-box-shadow: inset 0 -15px 10px -15px #000000;
	box-shadow: inset 0 -15px 10px -15px #000000;
}

#minimizeWindow h2 {
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	padding-top: 155px;
}

#minimizeWindow:hover h2 {
	color: #000;
}

/* ----------------------------------------- Responsivo */
@media only screen and (max-width: 1024px) {
	.box-1 h1 {
		font-size: 2em;
	}
	.box-3 h1 {
		font-size: 2.2em;
	}
	.box-5 h1:nth-child(1) {
		font-size: 4.5em;
	}
	.box-5 h1:nth-child(2) {
		font-size: 2.8em;
	}
	.box-5 h1:nth-child(3) {
		font-size: 5.7em;
	}
}

@media only screen and (max-width: 970px) {
	header#header nav#menu-principal .navbar-collapse ul li {
		padding: 6px;
	}
	header#header ul.box-login li a {
		color: #ffffff !important;
	}
	.box-2 h1:nth-child(1) {
		font-size: 2.8em;
	}
	.box-2 h1:nth-child(2) {
		font-size: 3.8em;
	}
	.box-2 h1:nth-child(3) {
		font-size: 2.65em;
	}
	.box-3 h1 {
		font-size: 2em;
	}
	.box-4 h3 {
		font-size: 1.7em;
	}
	.box-4 a {
		font-size: 2em;
	}
	.box-5 h1:nth-child(1) {
		font-size: 4em;
	}
	.box-5 h1:nth-child(2) {
		font-size: 2.6em;
	}
	.box-5 h1:nth-child(3) {
		font-size: 5.2em;
	}
}

@media only screen and (max-width:768px) {
	header#header nav#menu-principal .navbar-collapse {
		padding: 0;
	}
	header#header nav#menu-principal .navbar-collapse ul {
		width: 100%;
		margin: 0;
	}
	header#header ul.box-login li a {
		color: #285F8C !important;
	}
	header#header nav#menu-principal {
		margin: 20px 0;
	}
	footer#footer {
		padding-bottom: 40px;
	}
	footer#footer h4, footer#footer-intro h4 {
		text-align: center;
	}
	footer#footer img {
		margin: 0 auto;
		display: block;
	}
	footer#footer ul.redes-sociais, footer#footer-intro ul.redes-sociais {
		float: none;
		margin: 0 auto;
		text-align: center;
	}
	.phone-number {
		margin: 0;
		padding: 0;
		text-align: center;
		display: block;
	}
	.phone-contact span {
		line-height: 18px;
		padding: 0 0 10px;
	}
	footer#footer a#interset {
		margin: 10px auto;
		float: none;
	}
	.login-form {
		height: auto;
		width: 100%;
		position: absolute;
		bottom: 0;
	}
	#minimizeWindow {
		display: block;
		margin-bottom: 0;
		height: 45px;
		background: #c9671c;
		text-align: center;
		cursor: pointer;
	}
	#minimizeWindow h2 {
		font-size: 14px;
		color: #fff;
		font-weight: bold;
		padding-top: 15px;
	}
	.box-1 h1 {
		font-size: 1.4em;
	}
	.box-2 h1:nth-child(1) {
		font-size: 2.2em;
	}
	.box-2 h1:nth-child(2) {
		font-size: 3em;
	}
	.box-2 h1:nth-child(3) {
		font-size: 2.1em;
	}
	.box-3 h1 {
		font-size: 1.5em;
	}
	.box-4 h3 {
		font-size: 1.5em;
	}
	.box-4 a {
		font-size: 1.7em;
	}
	.box-5 h1:nth-child(1) {
		font-size: 3em;
	}
	.box-5 h1:nth-child(2) {
		font-size: 2em;
	}
	.box-5 h1:nth-child(3) {
		font-size: 4em;
	}
}

@media only screen and (max-width: 576px) {
	.box-1 h1 {
		font-size: 1em;
	}
	.box-2 h1:nth-child(1) {
		font-size: 1.4em;
	}
	.box-2 h1:nth-child(2) {
		font-size: 1.9em;
	}
	.box-2 h1:nth-child(3) {
		font-size: 1.35em;
	}
	.box-3 h1 {
		font-size: 1.2em;
	}
	.box-4 h3 {
		font-size: 1.2em;
	}
	.box-4 a {
		font-size: 1.4em;
	}
	.box-5 h1:nth-child(1) {
		font-size: 2em;
	}
	.box-5 h1:nth-child(2) {
		font-size: 1.5em;
	}
	.box-5 h1:nth-child(3) {
		font-size: 2em;
	}
}

@media only screen and (max-width: 480px) {
	header#header {
		display: block;
		min-height: 130px;
		background: url(../images/bg-menu-top.png);
		background-position: left top;
		background-repeat: no-repeat;
	}
	.box-1 h1 {
		font-size: 0.9em;
	}
	.box-3 h1 {
		font-size: 0.9em;
	}
	.box-4 h3 {
		font-size: 1em;
	}
	.box-4 a {
		font-size: 1em;
	}
}

@media only screen and (max-width: 375px) {
	.box-1 {
		width: 200px;
		padding: 10px;
	}
	.box-1 h1 {
		font-size: 1em;
		text-align: center;
	}
	.box-2 h1:nth-child(1) {
		font-size: 1em;
	}
	.box-2 h1:nth-child(2) {
		font-size: 1.35em;
	}
	.box-2 h1:nth-child(3) {
		font-size: 0.9em;
	}
	.box-3 h1 {
		font-size: 0.7em;
	}
}