/*
Theme Name: Stara - Concessionárias
Theme URI: http://www.stara.com.br/
Description: Tema desenvolvido para o site Stara - Concessionárias.
Author: upside.cc
Author URI: http://www.upside.cc/?cc=1
Version: 1.0.41
*/

@charset "utf-8";

@import url(https://fonts.googleapis.com/css?family=Lato:400,700,900,400italic,700italic,900italic);

@import url("css/bootstrap.min.css");
/*@import url("css/owl.carousel.css");*/
@import url("css/slick.min.css");
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.6.0/css/font-awesome.min.css");

html {
	font-size: 15px;
}

body {
	font-family: 'Lato', sans-serif;
	font-size: 15px;
	font-size: 1.000rem;
	font-weight: 400;
	color: #333;
	line-height: 1.5;
}

a,
a:hover,
a:focus,
a:active,
a:visited {
	color: #333;
	text-decoration: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

a:hover {
	opacity: .9;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

* {
	outline: none !important;
}

hr {
	border-top: 1px solid #ddd;
	margin-bottom: 40px;
}

.nao-encontrado {
	background: #f8f8f8;
	padding: 12px;
	color: #7f7f7f;
	text-align: center;
	border: 1px solid #e8e8e8;
	box-sizing: border-box;
	margin-bottom: 30px;
}

.container {
	position: relative;
}

select {
	background-image: url(images/seta_select.png);
	background-position: right;
	background-repeat: no-repeat;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}

#sombra {
	background: rgba(0,0,0,.9);
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 9;
	display: none;
}

.conteudo-abas {
	position: relative;
	overflow: hidden;
}

.conteudo-abas .conteudo-aba {
	width: 100%;
	height: 0px;
	visibility: hidden;
	position: absolute;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.conteudo-abas .conteudo-aba.ativo {
	width: 100%;
	height: auto;
	visibility: visible;
	position: relative;
	opacity: 1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

/* topo */

#topo {
	background: url(images/bg_topo.png) center top repeat-x;
}

#topo .container {
	height: 97px;
}

#topo .antes {
	background: #fff;
	width: 100%;
	height: 97px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: calc(100% - 15px);
}

#topo .logo {
	background: #fff;
	float: left;
	padding: 0;
	margin: 0;
}

#topo .logo a {
	display: block;
	padding: 16px 15px 16px 0;
}

#topo .logo img {
	height: 65px;
	width: auto;
}

#topo .idiomas {
	position: absolute;
	top: 8px;
	left: 185px;
}

#topo .idiomas a {
	float: left;
	margin-right: 8px;
	opacity: .5;
}

#topo .idiomas a img {
	height: 24px;
	width: auto;
	display: block;
}

#topo .idiomas a.ativo,
#topo .idiomas a:hover {
	opacity: 1;
}

#topo .concessionaria {
	position: absolute;
	right: 15px;
	bottom: 28px;
	font-size: 30px;
	font-size: 2.000rem;
	font-weight: 900;
	color: #fff;
	line-height: 1;
	text-shadow: 1px 1px 1px rgba(0,0,0,.2);
	text-transform: uppercase;
}

#menu {
	background-image: linear-gradient(to bottom, #fff, #f3f3f3);
	border-top: 1px solid #e8e8e8;
	border-bottom: 1px solid #ddd;
}

#menu > .container > ul {
	width: 100%;
	display: table;
	padding: 0;
	list-style: none;
	margin: 0;
}

#menu > .container > ul > li {
	display: table-cell;
	vertical-align: middle;
	position: relative;
	border-left: 1px solid #e8e8e8;
	border-right: 1px solid #fff;
}

#menu > .container > ul > li:first-child {
	border-left: none;
}

#menu > .container > ul > li:last-child {
	border-right: none;
}

#menu > .container > ul > li > a {
	display: block;
	padding: 20px 15px;
	font-size: 13px;
	font-size: 0.867rem;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
}

#menu > .container > ul > li:first-child > a {
	padding-left: 0;
}

#menu > .container > ul > li:last-child > a {
	padding-right: 0;
}

#menu > .container > ul > li.bt-busca > a {
	font-size: 18px;
	font-size: 1.200rem;
	font-weight: normal;
	color: #f26e20;
	cursor: pointer;
}

#menu > .container > ul > li.bt-busca > a > i {
	width: 18px;
	height: 18px;
	display: block;
}

#menu > .container > ul > li.menu-item-has-children > a:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	border-left: 3px solid transparent;
	border-right: 3px solid transparent;
	border-top: 3px solid #f26e20;
	margin-left: 6px;
}

#menu > .container > ul > li:hover > a {
	color: #005e29;
}

#menu > .container > ul > li > ul {
	background: #f8f8f8;
	width: 220px;
	padding: 0;
	list-style: none;
	margin: 0;
	position: absolute;
	box-shadow: 1px 1px 6px 0 rgba(0,0,0,.2);
	z-index: 9;
	height: 0;
	overflow: hidden;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

#menu > .container > ul > li > ul > li {
	display: block;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #e8e8e8;
}

#menu > .container > ul > li > ul > li:first-child {
	border-top: none;
}

#menu > .container > ul > li > ul > li:last-child {
	border-bottom: none;
}

#menu > .container > ul > li > ul > li > a {
	display: block;
	padding: 10px;
	font-size: 13px;
	font-size: 0.867rem;
	font-weight: 700;
	color: #005e29;
}

#menu > .container > ul > li > ul > li:hover > a {
	background: rgba(0,0,0,.025);
	color: #f26e20;
}

#menu > .container > ul > li.bt-busca > form {
	background: #f8f8f8;
	width: 220px;
	padding: 5px;
	position: absolute;
	right: -15px;
	box-shadow: 1px 1px 6px 0 rgba(0,0,0,.2);
	z-index: 9;
	height: 0;
	overflow: hidden;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

#menu > .container > ul > li.bt-busca > form.ativo {
	height: auto;
	overflow-x: inherit;
	opacity: 1;
	visibility: visible;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

#menu > .container > ul > li.bt-busca > form > #s {
	width: 100%;
	height: 40px;
	display: block;
	padding: 10px 35px 10px 10px;
	font-size: 13px;
	font-size: 0.867rem;
	font-style: italic;
	border: 1px solid #e5e5e5;
	box-sizing: border-box;
}

#menu > .container > ul > li.bt-busca > form > .bt {
	background: transparent;
	width: 24px;
	height: 24px;
	padding: 0;
	border: none;
	position: absolute;
	top: 50%;
	margin-top: -12px;
	right: 12px;
	font-size: 0;
}

#menu > .container > ul > li.bt-busca > form > .bt:before {
	content: "\f002";
	display: block;
	font-family: 'FontAwesome';
	font-size: 16px;
	color: #f26e20;
	line-height: 1;
}

#menu > .container > ul > li:hover > ul {
	height: auto;
	overflow: inherit;
	opacity: 1;
	visibility: visible;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

/* meio */

.divAbs {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.divTb {
	width: 100%;
	height: 100%;
	display: table;
}

.divTbCell {
	width: 100%;
	height: 100%;
	display: table-cell;
}

.divTbCell.middle {
	vertical-align: middle;
}

.divTbCell.bottom {
	vertical-align: bottom;
}

#slide {
	position: relative;
	border-bottom: 1px solid #ddd;
}

#slide ~ #meio.usados {
	display: none;
}

#slide .owl-prev,
#slide .owl-next {
	background: #fff;
	width: 50px;
	height: 50px;
	line-height: 52px;
	font-size: 0;
	color: #005e29;
	text-align: center;
	position: absolute;
	top: 50%;
	margin-top: -25px;
	left: 0;
	z-index: 8;
	box-shadow: 1px 1px 2px 0 rgba(0,0,0,.1);
	border-radius: 0 3px 3px 0;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

#slide .owl-next {
	left: inherit;
	right: 0;
	border-radius: 3px 0 0 3px;
}

#slide .owl-prev:before,
#slide .owl-next:before {
	content: "\f053";
	display: block;
	font-family: 'FontAwesome';
	font-size: 15px;
}

#slide .owl-next:before {
	content: "\f054";
}

#slide .owl-prev:hover,
#slide .owl-next:hover {
	background: #f26e20;
	color: #fff;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

#slide ul {
	padding: 0;
	list-style: none;
	margin: 0;
}

#slide ul li {
	background-image: url(images/bg_slide.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 500px;
	position: relative;
}

#slide ul li .container {
	height: 100%;
}

#slide ul li .infos {
	width: 50%;
	float: left;
	margin-top: 60px;
}

#slide ul li .infos .titulo {
	font-size: 42px;
	font-size: 2.800rem;
	font-weight: 700;
	line-height: 1.15;
}

#slide ul li .infos .titulo:after {
	content: "";
	background: #005e29;
	width: 80px;
	height: 5px;
	display: block;
	margin: 25px 0;
}

#slide ul li .infos p {
	font-size: 22px;
	font-size: 1.467rem;
	line-height: 1.3;
	margin-bottom: 30px;
}

#slide ul li .infos .botao {
	display: inline-block;
	vertical-align: middle;
	padding: 14px 22px;
	font-weight: 900;
	color: #005e29;
	text-transform: uppercase;
	border: 2px solid #005e29;
	border-radius: 3px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

#slide ul li .infos .botao:before {
	content: "\f178";
	display: inline-block;
	vertical-align: middle;
	font-family: 'FontAwesome';
	margin-right: 6px;
}

#slide ul li .infos .botao:hover {
	background: #005e29;
	color: #fff;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

#slide ul li .imagem {
	width: 50%;
	height: 100%;
	float: right;
	position: relative;
}

#slide ul li .imagem img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	display: block;
	margin: auto;
}

#meio {
	background: #f5f5f5;
	padding-top: 45px;
	padding-bottom: 45px;
}

.bloco-home {
	margin-bottom: 30px;
}

.noticias-slide {
	position: relative;
}

.noticias-slide ul.slick-slider {
	padding: 0;
	list-style: none;
	margin: 0;
}

.noticias-slide ul.slick-slider .slick-slide {
	background-image: linear-gradient(135deg, #f26e20, #f5965c);
	min-height: 258px;
	position: relative;
}

.noticias-slide ul.slick-slider .slick-slide a {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.noticias-slide .owl-dots,
.noticias-slide .slick-dots {
	width: 100px;
	height: 22px !important;
	text-align: center;
	position: absolute;
	left: 50%;
	margin-left: -50px;
	bottom: 12px;
	z-index: 1;
}

.noticias-slide .slick-dots li {
	display: inline-block;
	vertical-align: middle;
}

.noticias-slide .owl-dots .owl-dot,
.noticias-slide .slick-dots li button {
	background: transparent;
	width: 10px;
	height: 10px;
	display: inline-block;
	vertical-align: middle;
	padding: 0;
	font-size: 0;
	border: 2px solid #fff;
	margin: 0 3px;
	border-radius: 100%;
}

.noticias-slide .owl-dots .owl-dot:hover,
.noticias-slide .owl-dots .owl-dot.active,
.noticias-slide .slick-dots li button:hover,
.noticias-slide .slick-dots .slick-active button {
	background: #fff;
}

.noticias-slide .noticia-conteudo {
	background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,.5));
	width: 100%;
	padding: 60px 20px 40px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}

.noticias-slide .noticia-conteudo .noticia-data {
	font-size: 11px !important;
	color: #fff;
}

.noticias-slide .noticia-conteudo .noticia-titulo {
	font-size: 20px !important;
	font-weight: 700;
	color: #fff;
	line-height: 1.2;
	margin: 0 !important;
}

.noticias-home {
	background: #fff;
	border: 1px solid #e8e8e8;
}

.noticias-home .titulo-bloco,
.indicadores-home .titulo-bloco {
	padding: 12px 15px;
	font-weight: 900;
	color: #005e29;
	border-bottom: 1px solid #e8e8e8;
}

.indicadores-home .titulo-bloco {
	padding: 15px 30px;
	font-size: 18px;
	color: #333;
}

.indicadores-home .titulo-bloco span {
	float: right;
	font-size: 12px;
	color: #858585;
	margin: 5px 0 0 10px;
}

.noticias-home ul {
	padding: 0;
	list-style: none;
	margin: 0;
}

.noticias-home ul li {
	display: block;
	border-bottom: 1px solid #e8e8e8;
}

.noticias-home ul li a {
	display: block;
	padding: 15px;
	font-size: 11px;
	font-size: 0.733rem;
	font-weight: 700;
	color: #888;
}

.noticias-home ul li a strong {
	font-size: 15px;
	font-size: 1.000rem;
	color: #333;
	line-height: 1.3;
}

.noticias-home ul li a:hover {
	padding-left: 18px;
	box-shadow: inset 3px 0 0 0 #f26e20;
}

.noticias-home .more {
	display: block;
	padding: 12px 15px;
	font-size: 12px;
	font-size: 0.800rem;
	font-weight: 900;
	color: #f26e20;
	text-transform: uppercase;
}

.banners-home {
	position: relative;
}

.banners-home ul {
	padding: 0;
	list-style: none;
	margin: 0;
}

.banners-home ul li {
	position: relative;
}

.banners-home .owl-dots,
.banners-home .slick-dots {
	width: 100px;
	text-align: center;
	position: absolute;
	left: 50%;
	margin-left: -50px;
	bottom: 12px;
	z-index: 1;
}

.banners-home .slick-dots li {
	display: inline-block;
	vertical-align: middle;
}

.banners-home .owl-dots .owl-dot,
.banners-home .slick-dots li button {
	background: transparent;
	width: 10px;
	height: 10px;
	display: inline-block;
	vertical-align: middle;
	padding: 0;
	font-size: 0;
	border: 2px solid #fff;
	margin: 0 3px;
	border-radius: 100%;
}

.banners-home .owl-dots .owl-dot:hover,
.banners-home .owl-dots .owl-dot.active,
.banners-home .slick-dots li button:hover,
.banners-home .slick-dots .slick-active button {
	background: #fff;
}

.video-home {
	position: relative;
}

.video-home img {
	width: 100%;
	height: auto;
	display: block;
	z-index: 0;
}

.video-home .infos {
	background: rgba(0,0,0,.25);
	width: 100%;
	padding: 30px 25% 30px 30px;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,.2);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.video-home .infos .titulo {
	font-size: 23px;
	font-size: 1.533rem;
	font-weight: 900;
	font-style: italic;
	line-height: 1.2;
}

.video-home .infos .titulo:after {
	content: "";
	background: #f26e20;
	width: 50px;
	height: 3px;
	display: block;
	margin: 12px 0;
}

.video-home .infos p {
	font-size: 18px;
	font-size: 1.200rem;
	font-style: italic;
	line-height: 1.2;
	margin-bottom: 20px;
}

.video-home .infos .more {
	background: #f26e20;
	display: inline-block;
	vertical-align: middle;
	padding: 12px 24px;
	font-size: 13px;
	font-size: 0.867rem;
	font-weight: 900;
	text-transform: uppercase;
	border-radius: 30px;
}

.video-home .infos {
	background: rgba(0,0,0,.5);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.destaque-home {
	background: #fff;
	border: 1px solid #e8e8e8;
}

.destaque-home a {
	display: block;
	padding: 20px;
}

.destaque-home .imagem {
	float: right;
	margin-left: 10px;
}

.destaque-home .titulo {
	font-weight: 900;
	color: #005e29;
	line-height: 1;
	margin-bottom: 10px;
}

.destaque-home .titulo strong {
	font-size: 30px;
	font-size: 2.000rem;
	font-weight: 900;
	color: #333;
	text-transform: uppercase;
}

.destaque-home p {
	font-size: 14px;
	font-size: 0.933rem;
	line-height: 1.3;
	margin-bottom: 15px;
}

.destaque-home .more {
	display: inline-block;
	vertical-align: middle;
	padding: 8px 16px;
	font-size: 12px;
	font-size: 0.800rem;
	font-weight: 900;
	color: #f26e20;
	text-transform: uppercase;
	box-shadow: 1px 1px 0 0 rgba(0,0,0,.1);
	border-radius: 3px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.destaque-home:hover .more {
	background: #f26e20;
	color: #fff;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.indicadores-home {
	background: #fff;
	/*width: 100%;*/
	/*display: table;*/
	border: 1px solid #e8e8e8;
}

/* .indicadores-home .titulo,
.indicadores-home .item {
	display: table-cell;
	vertical-align: middle;
	padding: 20px 30px;
	text-align: center;
}

.indicadores-home .titulo {
	font-size: 24px;
	font-size: 1.600rem;
	color: #888;
}

.indicadores-home .titulo strong {
	font-weight: 900;
	color: #333;
	margin-right: 5px;
}

.indicadores-home .item {
	font-size: 20px;
	font-size: 1.333rem;
	border-left: 1px solid #e8e8e8;
}

.indicadores-home .item:before {
	content: "";
	width: 30px;
	height: 30px;
	display: inline-block;
	vertical-align: top;
	margin-right: 8px;
}

.indicadores-home .item.soja:before {
	background: url(images/ico_soja.png);
}

.indicadores-home .item.milho:before {
	background: url(images/ico_milho.png);
}

.indicadores-home .item.trigo:before {
	background: url(images/ico_trigo.png);
}

.indicadores-home .item strong {
	font-weight: 900;
	color: #005e29;
} */

.indicadores-home .agricolas {
	display: flex;
	padding: 30px;
	text-align: center;
	justify-content: center;
	margin: 0 -15px;
}

.indicadores-home .agricolas[data-count="4"] {
	display: grid;
	grid-gap: 30px;
	grid-template-columns: repeat(2, 1fr);
}

.indicadores-home .agricolas .col {
	flex-basis: 33.3333333%;
	max-width: 33.3333333%;
	padding: 0 15px;
}

.indicadores-home .agricolas[data-count="1"] .col {
	align-items: center;
	display: flex;
	flex-basis: 40%;
	max-width: 40%;
}

.indicadores-home .agricolas[data-count="2"] .col {
	flex-basis: 50%;
	max-width: 50%;
}

.indicadores-home .agricolas[data-count="4"] .col {
	flex-basis: 100%;
	max-width: 100%;
}

.indicadores-home .agricolas .item {
	width: 100%;
}

.indicadores-home .agricolas[data-count="1"] .col .item,
.indicadores-home .agricolas[data-count="4"] .col .item {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin: 0 -15px;
}

.indicadores-home .agricolas[data-count="1"] .col .item > *,
.indicadores-home .agricolas[data-count="4"] .col .item > * {
	flex-shrink: 0;
	margin-left: 15px;
	margin-right: 15px;
}

.indicadores-home .agricolas[data-count="1"] .col .item .infos,
.indicadores-home .agricolas[data-count="4"] .col .item .infos {
	flex-grow: 1;
}

.indicadores-home .agricolas .item .icone {
	margin: 0 0 10px;
}

.indicadores-home .agricolas .item .icone svg {
	height: 40px;
	width: auto;
	display: block;
	margin: auto;
}

.indicadores-home .agricolas .item .icone svg * {
	fill: #b2b2b2;
}

.indicadores-home .agricolas .item .titulo {
	font-size: 18px;
	color: #006c24;
}

.indicadores-home .agricolas .item .valor {
	font-size: 15px;
	font-weight: 900;
	color: #525252;
	margin: 0 0 10px;
}

.indicadores-home .agricolas .item .infos {
	font-size: 11px;
	color: #525252;
	border: 1px solid #e8e8e8;
	border-radius: 3px;
	/*overflow: hidden;*/
}

.indicadores-home .agricolas .item .infos .variacao {
	background: #f5f5f5;
	padding: 5px;
	border-bottom: 1px solid #e8e8e8;
}

.indicadores-home .agricolas .item .infos .variacao b,
.indicadores-home .agricolas .item .infos .variacao strong {
	font-weight: 900;
}

.indicadores-home .agricolas .item .infos .praca {
	padding: 5px;
}

.indicadores-home .financeiros {
	position: relative;
	padding: 30px;
	overflow: hidden;
}

.indicadores-home .financeiros .item {
	display: flex;
	align-items: flex-start;
}

.indicadores-home .financeiros .item .conversao {
	background: #f5f5f5;
	min-width: 120px;
	height: 120px;
	display: flex;
	align-self: center;
	justify-content: center;
	flex-flow: column;
	font-size: 15px;
	font-weight: 900;
	color: #006c24;
	text-align: center;
	text-transform: uppercase;
	margin: 0 30px 0 0;
	box-shadow: 3px 3px 4px 0 rgba(0,0,0,.1);
	border-radius: 100%;
}

.indicadores-home .financeiros .item .infos {
	display: flex;
	flex-wrap: wrap;
	flex-grow: 1;
}

.indicadores-home .financeiros .item .infos ul.valores,
.indicadores-home .financeiros .item .infos ul.max-min {
	flex-basis: 50%;
	max-width: 50%;
	padding: 0;
	list-style: none;
	margin: 0;
}

.indicadores-home .financeiros .item .infos ul.valores li,
.indicadores-home .financeiros .item .infos ul.max-min li {
	padding: 6px 0;
	font-size: 15px;
	color: #525252;
}

.indicadores-home .financeiros .item .infos ul.valores li b,
.indicadores-home .financeiros .item .infos ul.valores li strong,
.indicadores-home .financeiros .item .infos ul.max-min li b,
.indicadores-home .financeiros .item .infos ul.max-min li strong {
	font-weight: 900;
}

.indicadores-home .financeiros .item .infos ul.max-min li:before {
	content: '\f0d8';
	font-family: 'FontAwesome';
	color: #4dbb57;
	margin: 0 5px 0 0;
}

.indicadores-home .financeiros .item .infos ul.max-min li b,
.indicadores-home .financeiros .item .infos ul.max-min li strong {
	color: #4dbb57;
}

.indicadores-home .financeiros .item .infos ul.max-min li.min:before {
	content: '\f0d7';
	color: #ff4a4f;
}

.indicadores-home .financeiros .item .infos ul.max-min li.min b,
.indicadores-home .financeiros .item .infos ul.max-min li.min strong {
	color: #ff4a4f;
}

.indicadores-home .financeiros .item .infos hr {
	flex-basis: 100%;
	max-width: 100%;
	border: 0;
	border-bottom: 2px solid #e8e8e8;
	margin: 10px 0;
}

.indicadores-home .financeiros .item .infos ul.obs {
	width: 100%;
	padding: 0;
	list-style: none;
	column-count: 2;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	-ms-column-count: 2;
	margin: 0;
}

.indicadores-home .financeiros .item .infos ul.obs li {
	padding: 6px 0;
	font-size: 12px;
	color: #858585;
}

.indicadores-home .financeiros .item .infos ul.obs li b,
.indicadores-home .financeiros .item .infos ul.obs li strong {
	font-weight: 900;
}

.indicadores-home .financeiros .slick-dots {
	padding: 0;
	display: block;
	list-style: none;
	text-align: center;
	margin: 14px 0 0;
}

.indicadores-home .financeiros .slick-dots li {
	display: inline-block;
	vertical-align: middle;
}

.indicadores-home .financeiros .slick-dots li button {
	background: transparent;
	width: 10px;
	height: 10px;
	display: inline-block;
	vertical-align: middle;
	padding: 0;
	font-size: 0;
	border: 2px solid #f26e20;
	margin: 0 3px;
	border-radius: 100%;
}

.indicadores-home .financeiros .slick-dots li button:hover,
.indicadores-home .financeiros .slick-dots li.slick-active button {
	background: #f26e20;
}

/* internas */

#cabecalho {
	background-image: linear-gradient(to bottom, #f5f5f5, #eee);
	text-shadow: 1px 1px 1px #fff;
	border-bottom: 1px solid #ddd;
}

#cabecalho .container {
	display: table;
	padding-top: 25px;
	padding-bottom: 25px;
}

#cabecalho .titulo,
#cabecalho .breadcrumb {
	display: table-cell;
	vertical-align: middle;
}

#cabecalho .titulo {
	padding: 0;
	font-size: 30px;
	font-size: 2.000rem;
	font-weight: 900;
	text-transform: uppercase;
	line-height: 1.2;
	margin: 0;
}

#cabecalho .breadcrumb {
	background: none;
	padding: 0;
	font-size: 13px;
	font-size: 0.867rem;
	font-weight: 700;
	text-align: right;
	margin: 0;
}

#cabecalho .breadcrumb li {
	background: #f5f5f5;
	position: relative;
	padding: 15px 20px;
	color: #444;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

#cabecalho .breadcrumb li:first-child {
	border-left: 1px solid #ddd;
	border-radius: 3px 0 0 3px;
}

#cabecalho .breadcrumb li:last-child {
	border-right: 1px solid #ddd;
	border-radius: 0 3px 3px 0;
}

#cabecalho .breadcrumb li+li:before {
	content: "";
	background: url(images/sep_breadcrumb.png) center no-repeat;
	width: 12px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: -6px;
}

#cabecalho .breadcrumb li:first-child a:before {
	content: "\f015";
	display: inline-block;
	font-family: 'FontAwesome';
	font-weight: normal;
	color: #f26e20;
	margin-right: 6px;
}

.content {
	position: relative;
	text-align: justify;
	margin-bottom: 20px;
}

.content.text-center {
	text-align: center;
}

.content p,
.content ul,
.content ol,
.content blockquote {
	margin-bottom: 20px;
}

.content ul,
.content ol {
	padding: 0;
	list-style-position: inside;
	margin: 0 0 20px;
}

.content blockquote {
	padding: 0;
	font-size: 18px;
	font-size: 1.200rem;
	font-style: italic;
	color: #999;
	border-left: 0;
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
	padding: 0;
	font-size: 22px;
	font-size: 1.467rem;
	font-weight: 700;
	text-align: left;
	text-transform: uppercase;
	margin: 0;
}

.content.text-center h1,
.content.text-center h2,
.content.text-center h3,
.content.text-center h4,
.content.text-center h5,
.content.text-center h6 {
	text-align: center;
}

.content h1:after,
.content h2:after,
.content h3:after,
.content h4:after,
.content h5:after,
.content h6:after {
	content: "";
	background: #f26e20;
	width: 50px;
	height: 4px;
	display: block;
	text-align: left;
	margin: 10px 0 20px;
}

.content.text-center h1:after,
.content.text-center h2:after,
.content.text-center h3:after,
.content.text-center h4:after,
.content.text-center h5:after,
.content.text-center h6:after {
	margin: 10px auto 20px;
}

.content .alignnone,
.content .aligncenter {
	display: block;
	margin: 0 auto 25px;
}

.content .alignleft {
	float: left;
	margin: 0 25px 25px 0;
}

.content .alignright {
	float: right;
	margin: 0 0 25px 25px;
}

.content a.more {
	background: #fff;
	display: inline-block;
	vertical-align: middle;
	padding: 12px 18px;
	font-size: 13px;
	font-size: 0.867rem;
	font-weight: 900;
	color: #f26e20;
	text-transform: uppercase;
	border: 1px solid #ddd;
	border-radius: 4px;
}

.content a.more:before {
	content: "\f105";
	display: inline-block;
	font-family: 'FontAwesome';
	margin-right: 6px;
}

.content a.more:hover {
	background: #f26e20;
	border-color: #f26e20;
	color: #fff;
}

.content .contato {
	margin: 10px 0;
}

.content .contato .item {
	margin-bottom: 15px;
}

.content .contato .item:last-child {
	margin-bottom: 0;
}

.content .contato .titulo {
	font-size: 11px;
	font-size: 0.733rem;
	font-weight: 900;
	text-transform: uppercase;
	color: #333;
	margin-bottom: 3px;
}

.content .contato strong {
	color: #005e29;
}

.slide-sobre {
	position: relative;
}

.slide-sobre .owl-dots,
.slide-sobre .slick-dots {
	display: block;
	text-align: center;
	margin-top: 10px;
}

.slide-sobre .slick-dots li {
	display: inline-block;
	vertical-align: middle;
}

.slide-sobre .owl-dots .owl-dot,
.slide-sobre .slick-dots li button {
	background: transparent;
	width: 10px;
	height: 10px;
	display: inline-block;
	vertical-align: middle;
	padding: 0;
	font-size: 0;
	border: 2px solid #f26e20;
	margin: 0 3px;
	border-radius: 100%;
}

.slide-sobre .owl-dots .owl-dot:hover,
.slide-sobre .owl-dots .owl-dot.active,
.slide-sobre .slick-dots li button:hover,
.slide-sobre .slick-dots li.slick-active button {
	background: #f26e20;
}

.slide-sobre ul {
	padding: 0;
	list-style: none;
	margin: 0;
}

.slide-sobre ul li {
	position: relative;
}

.principios {
	border-top: 1px solid #ddd;
}

.principios .container {
	display: table;
}

.principios .item {
	width: 33.33%;
	display: table-cell;
	padding: 30px;
	border-right: 1px solid #ddd;
}

.principios .item.missao {
	padding-left: 0;
}

.principios .item.valores {
	padding-right: 0;
	border-right: none;
}

.principios .item .titulo {
	font-size: 17px;
	font-size: 1.133rem;
	font-weight: 700;
	text-transform: uppercase;
}

.principios .item .titulo:after {
	content: "";
	background: #f26e20;
	width: 30px;
	height: 2px;
	display: block;
	margin: 8px 0 18px;
}

.principios .item p,
.principios .item ul {
	font-size: 14px;
	font-size: 0.933rem;
}

.principios .item ul {
	padding: 0;
	list-style: none;
	margin: 0;
}

.principios .item ul li {
	width: 50%;
	float: left;
	margin-bottom: 2px;
}

.principios .item ul li:before {
	content: "\f00c";
	display: inline-block;
	font-family: 'FontAwesome';
	color: #005e29;
	margin-right: 6px;
}

.principios .item ul li:nth-child(2n):after {
	content: "";
	clear: both;
	display: block;
}

.produtos,
.stara-mania {
	position: relative;
	transition: opacity .3s;
}

.produtos:before,
.produtos:after,
.stara-mania:before,
.stara-mania:after {
	opacity: 0;
	transition: opacity .3s;
}

.noticias.loading,
.produtos.loading,
.stara-mania.loading {
	opacity: .65;
	transition: opacity .3s;
}

.noticias.loading:before,
.produtos.loading:before,
.stara-mania.loading:before {
	bottom: 0;
	content: "";
	display: block !important;
	height: 100%;
	left: 0;
	opacity: 1;
	position: absolute;
	right: 0;
	top: 0;
	transition: opacity .3s;
	width: 100%;
}

.produtos .item,
.stara-mania .item {
	background: #fff;
	text-align: center;
	border: 1px solid #ddd;
	margin-bottom: 30px;
}

.produtos .item a,
.stara-mania .item a {
	display: block;
	cursor: pointer;
}

.noticias.loading .item a,
.produtos.loading .item a,
.stara-mania.loading .item a {
	cursor: default;
	pointer-events: none;
}

.produtos .item .imagem,
.stara-mania .item .imagem {
	width: 100%;
	height: 190px;
	display: table;
	position: relative;
	padding: 15px;
}

.stara-mania .item .imagem a:after {
	content: "Ampliar imagem";
	background: #f26e20;
	position: absolute;
	top: 15px;
	left: 15px;
	padding: 3px 6px 2px;
	font-size: 8px;
	font-size: 0.533rem;
	font-weight: 900;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,.1);
	text-transform: uppercase;
	border-radius: 3px;
}

.produtos .item .imagem span,
.stara-mania .item .imagem span {
	width: 100%;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
}

.produtos .item .imagem span img,
.stara-mania .item .imagem span img {
	max-width: 100%;
	max-height: 160px;
	width: auto;
	height: auto;
	display: block;
	margin: auto;
}

.stara-mania .item .imagem .ampliar {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 1;
}

.produtos .item .titulo,
.stara-mania .item .titulo {
	position: relative;
	padding: 15px 10px 5px;
	font-size: 17px;
	font-size: 1.133rem;
	font-weight: 900;
	color: #005e29;
	border-top: 1px solid #ddd;
	margin-top: 4px;
}

.stara-mania .item .titulo {
	font-size: 14px;
	font-size: 0.933rem;
}

.produtos .item .titulo:before,
.stara-mania .item .titulo:before {
	content: "";
	background: url(images/sep_titulo_produto.png);
	width: 15px;
	height: 8px;
	position: absolute;
	top: -8px;
	left: 50%;
	margin-left: -7.5px;
}

.produtos .item .subcategoria,
.produtos .item .valor,
.stara-mania .item .valor {
	font-size: 12px;
	font-size: 0.800rem;
	font-weight: 700;
	color: #999;
	margin-bottom: 15px;
}

.produtos .item .subcategoria {
	margin-bottom: 10px;
}

.produtos .item .valor,
.stara-mania .item .valor {
	font-size: 12px;
	font-size: 0.800rem;
	font-weight: 900;
	color: #f26e20;
}

.produtos .item .valor {
	font-size: 14px;
}

.produtos .item .more,
.stara-mania .item .more {
	background: #f26e20;
	display: inline-block;
	vertical-align: middle;
	padding: 10px 18px;
	font-size: 13px;
	font-size: 0.867rem;
	font-weight: 900;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,.2);
	text-transform: uppercase;
	margin-bottom: 20px;
	box-shadow: inset 0 -2px 0 0 rgba(0,0,0,.1);
	border-radius: 3px;
}

#meio.usados {
	/*background: url(images/bg_usados.jpg) center no-repeat;*/
	background: url(images/bg_usados.png) center no-repeat;
	background-size: cover;
	height: 520px;
	position: relative;
	overflow: hidden;
}

html[lang=es] #meio.usados {
	background-image: url(images/bg_usados_es.png);
}

#meio.usados .btn-all {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

#filtro-usados {
	background: #ddd;
	padding: 20px 0;
}

#filtro-usados .row {
	margin-left: -10px;
	margin-right: -10px;
}

#filtro-usados .row .col {
	padding-left: 10px;
	padding-right: 10px;
}

#filtro-usados .titulo {
	line-height: 45px;
	font-size: 12.5px;
	font-weight: bold;
	color: #666;
	text-align: right;
	text-transform: uppercase;
}

#filtro-usados select {
	width: 100%;
	height: 45px;
	display: block;
	padding: 10px 15px;
	font-size: 14px;
	border: 1px solid #ccc;
	border-radius: 5px;
}

#filtro-usados button {
	background: #f26e20;
	width: 100%;
	line-height: 45px;
	display: block;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	border: none;
	border-radius: 5px;
}

.usados-categorias {
	width: 280px;
}

.usados-categorias .titulo {
	background: #f26e20;
	padding: 16px 20px;
	font-size: 17px;
	font-size: 1.133rem;
	font-weight: 900;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,.1);
	text-transform: uppercase;
	cursor: pointer;
}

.usados-categorias ul {
	background: #fff;
	padding: 0;
	list-style: none;
	margin: 0;
	opacity: 0;
	visibility: hidden;
	box-shadow: 1px 1px 6px 0 rgba(0,0,0,.1);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.usados-categorias ul.ativo {
	opacity: 1;
	visibility: visible;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.usados-categorias ul li {
	display: block;
	border-bottom: 1px solid #ddd;
}

.usados-categorias ul li:last-child {
	border-bottom: none;
}

.usados-categorias ul li a {
	display: block;
	padding: 10px 20px;
	font-size: 14px;
	font-size: 0.933rem;
	font-weight: 700;
}

.usados-categorias ul li:hover a {
	background: rgba(0,0,0,.05);
	color: #005e29;
}

.titulo-secao-1 {
	padding-bottom: 10px;
	font-size: 17px;
	font-size: 1.133rem;
	font-weight: 900;
	text-transform: uppercase;
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
}

.produto-foto {
	margin-bottom: 40px;
}

.produto-foto img {
	display: block;
	margin: auto;
}

.produto-galeria {
	margin-bottom: 10px;
}

.produto-galeria .titulo {
	font-weight: 700;
	margin-bottom: 10px;
}

.produto-galeria .item {
	margin-bottom: 30px;
}

.produto-galeria .item:hover img {
	opacity: .7;
}

.servicos .item {
	text-align: center;
	margin-bottom: 30px;
}

.servicos .item .icone {
	width: 110px;
	height: 110px;
	display: inline-block;
	vertical-align: middle;
	padding: 15px;
	text-align: center;
	border: 5px solid #f26e20;
	border-radius: 100%;
	overflow: hidden;
	margin-bottom: 20px;
}

.servicos .item .icone img {
	display: block;
	margin: auto;
}

.servicos .item .titulo {
	padding: 0;
	font-size: 22px;
	font-size: 1.467rem;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 10px;
}

.servicos .item p {
	margin-bottom: 0;
}

.servicos .item .contatos:before {
	content: "";
	background: #f26e20;
	width: 70px;
	height: 3px;
	display: block;
	margin: 25px auto 5px;
}

.servicos .item .contatos .contato {
	margin-top: 20px;
}

.servicos .item .contatos .contato strong {
	color: #005e29;
}

.representantes .item {
	background: #fff;
	border: 1px solid #ddd;
	margin-bottom: 30px;
}

.representantes .item tr td {
	vertical-align: middle;
	padding: 15px;
	font-size: 14px;
	font-size: 0.933rem;
	border-right: 1px solid #ddd;
}

.representantes .item tr:first-child td {
	vertical-align: top;
}

.representantes .item tr td.unidade .cidade {
	font-size: 15px;
	font-size: 1.000rem;
	font-weight: 900;
	color: #f26e20;
	text-transform: uppercase;
	margin-bottom: 12px;
}

.representantes .item tr td.unidade .endereco {
	margin-bottom: 12px;
}

.representantes .item tr td.unidade .telefone,
.representantes .item tr td.unidade .email {
	font-weight: 900;
	margin-bottom: 8px;
}

.representantes .item tr td.unidade .email {
	font-weight: normal;
	text-decoration: underline;
}

.representantes .item tr td.unidade .telefone:before,
.representantes .item tr td.unidade .email:before {
	content: "\f095";
	width: 25px;
	height: 25px;
	line-height: 21px;
	display: inline-block;
	vertical-align: middle;
	font-family: 'FontAwesome';
	font-size: 13px;
	font-weight: normal;
	color: #f26e20;
	text-align: center;
	text-decoration: none;
	border: 2px solid #ddd;
	margin-right: 6px;
	border-radius: 100%;
}

.representantes .item tr td.unidade .email:before {
	content: "\f0e0";
}

.rep-link {
	font-style: italic;
	color: #f26e20;
}

.rep-link:hover {
	color: #f26e20;
	text-decoration: underline;
}

.categoria-ano {
	background: #fff;
	display: table;
	border: 1px solid #ddd;
	margin-bottom: 30px;
}

.categoria-ano select {
	float: left;
	padding: 15px 30px 15px 15px;
	font-size: 14px;
	font-size: 0.933rem;
	color: #666;
	border: none;
	border-right: 1px solid #ddd;
}

.categoria-ano select:last-child {
	border-right: none;
}

.noticia-data {
	font-size: 11px;
	font-size: 0.733rem;
	font-weight: 700;
	color: #999;
	margin-bottom: 5px;
}

.noticia-titulo {
	font-size: 22px;
	font-size: 1.467rem;
	font-weight: 700;
	line-height: 1.3 !important;
	text-transform: none !important;
	margin-bottom: 15px !important;
}

.noticia-titulo:after {
	display: none !important;
}

.noticias {
	margin-bottom: 10px;
}

.noticias .item {
	background: #fff;
	border: 1px solid #ddd;
	margin-bottom: 30px;
}

.noticias .item .imagem {
	padding: 25px 0 56.25%;
	position: relative;
}

.noticias .item .imagem img {
	bottom: 0;
	display: block;
	height: 100%;
	left: 0;
	object-fit: cover;
	object-position: center;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

.noticias .item .infos {
	padding: 20px;
	text-align: center;
}

.noticias .item .infos .data {
	font-size: 11px;
	font-size: 0.733rem;
	font-weight: 700;
	color: #999;
	margin-bottom: 6px;
}

.noticias .item .infos .titulo {
	min-height: 60px;
	font-weight: 900;
	line-height: 1.3;
	margin-bottom: 12px;
}

.noticias .item .infos .more {
	background: #f5f5f5;
	display: inline-block;
	vertical-align: middle;
	padding: 12px 18px;
	font-size: 13px;
	font-size: 0.867rem;
	font-weight: 900;
	color: #f26e20;
	text-transform: uppercase;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.noticias .item .infos .more:before {
	content: "\f105";
	display: inline-block;
	font-family: 'FontAwesome';
	margin-right: 6px;
}

.noticias .item .infos:hover .more {
	background: #f26e20;
	border-color: #f26e20;
	color: #fff;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.noticia-compartilhe {
	background: #fff;
	display: table;
	border: 1px solid #ddd;
	margin-bottom: 20px;
}

.noticia-compartilhe .titulo,
.noticia-compartilhe a {
	float: left;
	padding: 12px;
	border-left: 1px solid #ddd;
}

.noticia-compartilhe .titulo {
	padding: 13px;
	font-size: 13px;
	font-size: 0.867rem;
	font-weight: 700;
	color: #666;
	border-left: none;
}

.noticia-compartilhe a i {
	width: 20px;
	font-size: 18px;
	font-size: 1.200rem;
	text-align: center;
}

.noticia-compartilhe a i.fa-facebook {
	color: #4867aa;
}

.noticia-compartilhe a i.fa-twitter {
	color: #5ea9dd;
}

.noticia-compartilhe a i.fa-google-plus {
	color: #d95433;
}

#lightbox-staramania {
	background: #fff;
	width: 90%;
	position: fixed;
	padding: 15px;
	top: 40px;
	left: 50%;
	margin-left: calc(-90%/2);
	box-shadow: 0 0 12px 0 rgba(0,0,0,.2);
	z-index: 99;
	border-radius: 3px;
	display: none;
}

#lightbox-staramania .topo {
	padding: 10px 15px 20px;
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
}

#lightbox-staramania .topo .bt-fechar {
	float: right;
	font-size: 24px;
	font-size: 2.000rem;
	color: #f26e20;
	line-height: 1;
	cursor: pointer;
}

#lightbox-staramania .topo strong {
	font-size: 27px;
	font-size: 1.800rem;
	font-weight: 900;
	font-style: italic;
	color: #f26e20;
	line-height: 1.3;
}

#lightbox-staramania .topo p {
	font-size: 14px;
	font-size: 0.933rem;
	color: #666;
	margin-bottom: 0;
}

#lightbox-staramania .meio {
	padding: 0 15px 10px;
}

.vfbp-form {
	margin-left: -15px;
	margin-right: -15px;
}

.vfbp-form label {
	display: block;
	font-size: 0.933rem;
	font-weight: 700;
}

.vfbp-form .vfb-required-asterisk {
	color: #333;
}

.vfbp-form .vfb-form-control,
.vfbp-form .vfb-form-control:hover,
.vfbp-form .vfb-form-control:focus {
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: inherit !important;
    box-sizing: border-box;
    display: block;
    font-size: 14px;
    font-size: 0.933rem;
    height: 50px;
    padding: 15px;
	width: 100%;
}

.vfbp-form textarea.vfb-form-control,
.vfbp-form textarea.vfb-form-control:hover,
.vfbp-form textarea.vfb-form-control:focus {
	height: inherit;
	resize: inherit !important;
}

.vfbp-form .vfb-help-block {
	display: none !important;
}

.vfbp-form .btn {
	background: #f26e20;
    border: none;
    border-radius: 3px;
    box-shadow: inset 0 -2px 0 0 rgb(0 0 0 / 10%) !important;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    font-size: 0.867rem;
    font-weight: 900;
    padding: 12px 18px;
    text-shadow: 1px 1px 1px rgb(0 0 0 / 20%);
    text-transform: uppercase;
    vertical-align: middle;
}

.vfbp-form .btn-file {
	padding: 16px 18px;
}

.vfbp-form .btn-file i {
	display: none !important;
}

.vfbp-form .btn:hover,
.vfbp-form .btn:focus {
	background: #f26e20;
}

.formulario {
	margin-bottom: 15px;
}

.formulario .item {
	position: relative;
	margin-bottom: 25px;
}

.formulario .item.botao {
	margin-bottom: 0;
}

.formulario .item label {
	display: block;
	font-size: 14px;
	font-size: 0.933rem;
	font-weight: 700;
	margin-bottom: 5px;
}

.formulario .item label.error {
	background: #cc0000;
	width: 25px;
	height: 25px;
	line-height: 25px;
	font-size: 0;
	font-weight: normal;
	text-align: center;
	position: absolute;
	top: 2px;
	right: 0;
	border-radius: 3px;
}

.formulario .item label.error:before {
	content: "\f00d";
	display: block;
	font-family: 'FontAwesome';
	font-size: 13px;
	color: #fff;
}

.formulario .item label.error:after {
	content: "";
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid #cc0000;
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -4px;
}

.formulario .item .input {
	width: 100%;
	height: 50px;
	display: block;
	padding: 15px;
	font-size: 14px;
	font-size: 0.933rem;
	border: 1px solid #ddd;
	box-sizing: border-box;
	border-radius: 4px;
}

.formulario .item .input.display {
	display: none;
}

.formulario .item textarea.input {
	height: 250px;
	overflow: auto;
	resize: none;
}

.formulario .item #observacoes.input {
	height: auto;
}

.formulario .bt {
	background: #f26e20;
	display: inline-block;
	vertical-align: middle;
	padding: 12px 18px;
	font-size: 13px;
	font-size: 0.867rem;
	font-weight: 900;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,.2);
	text-transform: uppercase;
	border: none;
	box-shadow: inset 0 -2px 0 0 rgba(0,0,0,.1);
	border-radius: 3px;
}

.formulario .bt:disabled {
	background: #999;
	color: #ddd;
}

.formulario .retorno {
	display: inline-block;
	vertical-align: middle;
	margin-left: 20px;
}

.formulario .loading {
	display: none;
	font-size: 15px;
	font-size: 1.000rem;
}

.formulario .sucesso,
.formulario .erro {
	display: none;
	font-size: 14px;
	font-size: 0.933rem;
	font-weight: 700;
	color: #009900;
}

.formulario .erro {
	color: #990000;
}

.formulario .sucesso:before,
.formulario .erro:before {
	content: "\f00c";
	width: 12px;
	display: inline-block;
	font-family: 'FontAwesome';
	font-weight: normal;
	text-align: center;
	margin-right: 8px;
}

.formulario .erro:before {
	content: "\f00d";
}

.titulo-secao-2 {
	font-size: 22px;
	font-size: 1.467rem;
	font-weight: 900;
	font-style: italic;
	color: #005e29;
	text-align: center;
	margin-bottom: 30px;
}

.abas-cidades ul {
	padding: 0;
	list-style: none;
	text-align: center;
	margin: 0 0 20px;
}

.abas-cidades ul li {
	display: inline-block;
	vertical-align: middle;
	padding: 10px 18px;
	position: relative;
	font-size: 13px;
	font-size: 0.867rem;
	font-weight: 900;
	color: #f26e20;
	text-transform: uppercase;
	border: 2px solid #f26e20;
	margin: 0 5px 10px;
	border-radius: 4px;
	cursor: pointer;
}

.abas-cidades ul li.current {
	background: #f26e20;
	color: #fff;
}

.abas-cidades ul li.current:after {
	content: "";
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #f26e20;
	position: absolute;
	bottom: -7px;
	left: 50%;
	margin-left: -5px;
}

.conteudo-cidades {
	background: #f5f5f5;
	text-align: center;
}

.conteudo-cidades .representante {
	font-size: 18px;
	font-size: 1.200rem;
	font-weight: 700;
	margin-bottom: 15px;
}

.conteudo-cidades .contatos {
	margin-bottom: 40px;
}

.conteudo-cidades .contatos .contato {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	font-size: 1.067rem;
	font-weight: 700;
	margin: 0 10px;
}

.conteudo-cidades .contatos .contato.email {
	text-decoration: underline;
}

.conteudo-cidades .contatos .contato.fone:before,
.conteudo-cidades .contatos .contato.email:before {
	content: "\f095";
	width: 25px;
	height: 25px;
	line-height: 21px;
	display: inline-block;
	vertical-align: middle;
	font-family: 'FontAwesome';
	font-size: 13px;
	font-weight: normal;
	color: #f26e20;
	text-align: center;
	text-decoration: none;
	border: 2px solid #ddd;
	margin-right: 6px;
	border-radius: 100%;
}

.conteudo-cidades .contatos .contato.email:before {
	content: "\f0e0";
}

.conteudo-cidades .mapa {
	background: #eee;
	height: 380px;
}

.resultados {
	margin-bottom: 15px;
}

.resultados .resultado {
	padding-bottom: 25px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 25px;
}

.resultados .resultado:last-child {
	border-bottom: none;
}

.resultados .resultado .titulo {
	margin-bottom: 5px;
}

.resultados .resultado .titulo span {
	background: #f26e20;
	display: inline-block;
	vertical-align: middle;
	padding: 3px 8px 2px;
	font-size: 10px;
	font-size: 0.667rem;
	font-weight: 900;
	color: #fff;
	text-transform: uppercase;
	margin-right: 6px;
	border-radius: 4px;
}

.resultados .resultado .titulo a {
	font-size: 16px;
	font-size: 1.067rem;
	font-weight: 700;
	color: #005e29;
}

.resultados .resultado p {
	font-size: 13px;
	font-size: 0.867rem;
	font-style: italic;
	color: #999;
	line-height: 1.4;
	margin-bottom: 0;
}

.pagination-wrap,
.block__pagination {
	text-align: center;
}

.block__pagination {
	width: 100%;
	float: left;
}

.pagination-wrap a,
.block__pagination a,
.pagination-wrap span,
.block__pagination span {
	display: inline-block;
	vertical-align: middle;
	padding: 6px 12px;
	font-size: 13px;
	font-size: 0.867rem;
	color: #999;
	text-transform: uppercase;
	margin: 0 2px;
	border-radius: 4px;
}

.pagination-wrap .prev,
.block__pagination .prev,
.pagination-wrap .next,
.block__pagination .next {
	font-weight: 900;
	color: #666;
}

.pagination-wrap .current,
.block__pagination .current {
	background: #f26e20;
	font-weight: 700;
	color: #fff;
	box-shadow: inset 0 -2px 0 0 rgba(0,0,0,.1);
}

/* instagram */

#sb_instagram {
	margin: 0 !important;
	padding: 0 !important;
	position: relative;
	/*margin: 0 0 30px;*/
}

#sbi_images {
	padding: 0 !important;
}

#sb_instagram .owl-prev,
#sb_instagram .owl-next {
	background: #fff;
	width: 50px;
	height: 50px;
	line-height: 52px;
	font-size: 0;
	color: #005e29;
	text-align: center;
	position: absolute;
	top: 50%;
	margin-top: -25px;
	left: 0;
	z-index: 8;
	box-shadow: 1px 1px 2px 0 rgba(0,0,0,.1);
	border-radius: 0 3px 3px 0;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

#sb_instagram .owl-next {
	left: inherit;
	right: 0;
	border-radius: 3px 0 0 3px;
}

#sb_instagram .owl-prev:before,
#sb_instagram .owl-next:before {
	content: "\f053";
	display: block;
	font-family: 'FontAwesome';
	font-size: 15px;
}

#sb_instagram .owl-next:before {
	content: "\f054";
}

#sb_instagram .owl-prev:hover,
#sb_instagram .owl-next:hover {
	background: #f26e20;
	color: #fff;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

/* rodape */

#newsletter-rodape {
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
	border-top: 1px solid #e8e8e8;
}

#newsletter-rodape .titulo,
#newsletter-rodape .input,
#newsletter-rodape .bt {
	display: inline-block;
	vertical-align: middle;
}

#newsletter-rodape .titulo {
	text-align: left;
	margin-right: 20px;
}

#newsletter-rodape .titulo span {
	font-size: 24px;
	font-size: 1.600rem;
	color: #005e29;
	line-height: 1.3;
}

#newsletter-rodape .titulo span strong {
	color: #f26e20;
}

#newsletter-rodape .titulo p {
	font-size: 13px;
	font-size: 0.867rem;
	font-weight: 700;
}

#newsletter-rodape .input {
	width: 270px;
	position: relative;
	margin: 0 10px;
}

#newsletter-rodape .input .fa {
	width: 50px;
	line-height: 50px;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	color: #999;
	text-align: center;
	border-right: 1px solid #e8e8e8;
}

#newsletter-rodape .input input {
	width: 100%;
	height: 50px;
	display: block;
	padding: 15px 15px 15px 60px;
	font-size: 14px;
	font-size: 0.933rem;
	font-style: italic;
	border: 1px solid #e8e8e8;
	border-radius: 3px;
}

#newsletter-rodape .bt {
	background: transparent;
	height: 50px;
	line-height: 50px;
	padding: 0 15px;
	font-size: 14px;
	font-size: 0.933rem;
	font-weight: 900;
	color: #f26e20;
	text-transform: uppercase;
	border: 2px solid #f26e20;
	margin-left: 10px;
	border-radius: 3px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

#newsletter-rodape .bt:hover {
	background: #f26e20;
	color: #fff;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

#logos-rodape {
	background: #f26e20;
	padding: 20px 0;
	text-align: center;
	box-shadow: inset 0 0 0 100px rgba(0,0,0,.1);
}

#logos-rodape a {
	display: inline-block;
	vertical-align: middle;
	margin: 0 35px;
}

#logos-rodape a img {
	display: block;
	transition: opacity .3s;
	-moz-transition: opacity .3s;
}

#logos-rodape a:hover img {
	opacity: .65;
	transition: opacity .3s;
	-moz-transition: opacity .3s;
}

#rodape {
	background: #f26e20;
	padding-top: 25px;
	padding-bottom: 25px;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,.2);
	margin-bottom: 8px;
}

#rodape .container {
	display: flex;
}

#rodape .unidades {
	/*float: left;*/
	flex-grow: 1;
}

#rodape .unidades.table {
	/*width: 100%;*/
	/*display: table;*/
	/*float: inherit;*/
}

#rodape .unidades.without-slide {
	display: flex;
}

#rodape .unidades .unidade {
	/*width: 260px;*/
	/*display: inline-block;*/
	/*vertical-align: top;*/
	margin-right: 10px;
}

#rodape .unidades.without-slide .unidade:first-of-type {
	flex-shrink: 0;
	width: 270px;
}

#rodape .unidades.table .unidade {
	display: table-cell;
	vertical-align: top;
	padding-right: 10px;
}

#rodape .unidades .unidade.logos {
	width: 520px;
}

#rodape .unidades .unidade .titulo {
	padding-bottom: 8px;
	font-weight: 900;
	text-transform: uppercase;
	border-bottom: 1px dotted rgba(0,0,0,.1);
	margin-bottom: 8px;
}

#rodape .unidades .unidade .titulo i {
	font-size: 16px;
	color: rgba(0,0,0,.3);
	text-shadow: none;
	margin-right: 5px;
}

#rodape .unidades .unidade p {
	font-size: 14px;
	font-size: 0.933rem;
	margin-bottom: 15px;
}

#rodape .unidades .unidade p a {
	color: #fff;
}

#rodape .unidades .unidade .more {
	background: rgba(0,0,0,.1);
	display: inline-block;
	vertical-align: middle;
	padding: 10px 16px;
	font-size: 12px;
	font-size: 0.800rem;
	font-weight: 700;
	color: #fff;
	border-top: 1px solid rgba(0,0,0,.1);
	border-bottom: 1px solid rgba(255,255,255,.2);
	border-radius: 3px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

#rodape .unidades .unidade .more:hover {
	background: rgba(0,0,0,.2);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

#rodape .unidades .unidade.logos a {
	display: inline-block;
	vertical-align: middle;
	margin: 10px 35px 0 0;
}

#rodape .unidades .unidade.logos a:last-child {
	margin-right: 0;
}

#rodape .unidades .unidade.logos a img {
	display: block;
	transition: opacity .3s;
	-moz-transition: opacity .3s;
}

#rodape .unidades .unidade.logos a:hover img {
	opacity: .65;
	transition: opacity .3s;
	-moz-transition: opacity .3s;
}

#rodape .bloco-facebook,
#rodape .bt-webmail {
	background: #fff;
	max-width: 300px;
	min-width: 300px;
	float: right;
	padding: 6px;
}

#rodape .bt-webmail {
	background: rgba(0,0,0,.1);
	padding: 0;
	clear: right;
	font-size: 0.85rem;
	font-weight: 900;
	color: #fff;
	text-transform: uppercase;
	margin-top: 12px;
	box-shadow: 0 1px 0 0 rgba(255,255,255,.1);
	border-radius: 5px;
}

#rodape .bt-webmail a {
	display: block;
	padding: 10px 0;
	color: #fff;
	text-align: center;
}

#rodape .bt-webmail a i {
	margin-right: 8px;
}

#copyright {
	background: #005e29;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 12px;
	font-size: 0.800rem;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,.2);
}

#copyright p {
	float: left;
	padding: 6px 0;
	margin-bottom: 0;
}

#copyright .powered {
	color: #fff;
	text-decoration: underline;
	margin-left: 15px;
}

#copyright .links {
	float: right;
}

#copyright .links .webmail {
	font-weight: 900;
	color: #fff;
	margin-right: 16px;
}

#copyright .links .ico {
	background: rgba(0,0,0,.1);
	width: 30px;
	height: 30px;
	line-height: 28px;
	display: inline-block;
	vertical-align: middle;
	font-size: 15px;
	font-weight: normal;
	color: #fff;
	text-align: center;
	border-top: 1px solid rgba(0,0,0,.1);
	border-bottom: 1px solid rgba(255,255,255,.2);
	margin: 0 4px;
	border-radius: 100%;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

#copyright .links .ico:hover {
	background: rgba(0,0,0,.2);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

/* media queries */

/* desktops */
@media (min-width: 992px) and (max-width: 1199px) {

	#menu > .container > ul > li > a {
		padding: 20px 10px;
	}

	/*#menu > .container > ul > li:first-child > a {
		font-size: 0;
	}

	#menu > .container > ul > li:first-child > a:before {
		content: "\f015";
		display: block;
		font-family: 'FontAwesome';
		font-size: 18px;
		font-size: 1.200rem;
		font-weight: normal;
		color: #f26e20;
	}*/

	#slide ul li {
		height: 450px;
	}

	.noticias-home ul li a strong {
		font-size: 14px;
		font-size: 0.933rem;
	}

	.destaque-home {
		text-align: center;
	}

	.destaque-home .imagem {
		width: auto;
		float: inherit;
		text-align: center;
		margin: 0 auto 15px;
	}

	.destaque-home .imagem img {
		display: block;
		margin: auto;
	}

	/* .indicadores-home .titulo strong {
		display: block;
		line-height: 1.2;
	}

	.indicadores-home .item span {
		display: block;
	} */

	#meio.usados {
		height: 420px;
	}

	#newsletter-rodape .titulo span {
		font-size: 20px;
		font-size: 1.333rem;
	}

	#newsletter-rodape .titulo p {
		font-size: 11px;
		font-size: 0.733rem;
	}

	#newsletter-rodape .input {
		width: 200px;
	}

	.principios .item ul li:before {
		display: none;
	}

	#rodape .unidades .unidade.logos {
		width: 350px;
	}

	#rodape .unidades .unidade.logos a {
		margin-right: 25px;
	}

}

/* tablets */
@media (min-width: 768px) and (max-width: 991px) {

	.container {
		width: 100%;
	}

	#menu > .container > ul > li > a {
		padding: 15px 10px;
		font-size: 12px;
		font-size: 0.750rem;
	}

	/*#menu > .container > ul > li:first-child > a {
		font-size: 0;
	}

	#menu > .container > ul > li:first-child > a:before {
		content: "\f015";
		display: block;
		font-family: 'FontAwesome';
		font-size: 18px;
		font-size: 1.200rem;
		font-weight: normal;
		color: #f26e20;
	}*/

	#slide .owl-prev,
	#slide .owl-next {
		display: none !important;
	}

	#slide ul li {
		height: auto !important;
	}

	/*#slide ul li {
		height: 320px;
	}*/

	#slide ul li .infos {
		margin-top: 30px;
		margin-bottom: 30px;
	}

	#slide ul li .infos .titulo {
		font-size: 21px;
		font-size: 1.400rem;
	}

	#slide ul li .infos .titulo:after {
		width: 60px;
		height: 2px;
		margin: 15px 0;
	}

	#slide ul li .infos p {
		font-size: 16px;
		font-size: 1.067rem;
		line-height: 1.3;
		margin-bottom: 30px;
	}

	#slide ul li .infos .botao {
		padding: 10px 18px;
		font-size: 13px;
		font-size: 0.867rem;
	}

	.destaque-home {
		text-align: center;
	}

	.destaque-home .imagem {
		width: auto;
		float: inherit;
		text-align: center;
		margin: 0 auto 15px;
	}

	.destaque-home .imagem img {
		display: block;
		margin: auto;
	}

	.noticias-slide ul.slick-slider .slick-slide {
		min-height: 240px;
	}

	.indicadores-home .agricolas {
		display: flex !important;
		flex-direction: column !important;
		margin: -15px 0 !important;
		padding: 15px !important;
	}

	.indicadores-home .agricolas .col {
		display: block !important;
		flex-basis: 100% !important;
		margin: 15px 0 !important;
		max-width: 100% !important;
		padding: 0 !important;
		width: 100% !important;
	}

	.indicadores-home .agricolas .col .item {
		display: block !important;
		margin: 0 !important;
		width: 100% !important;
	}

	/* .indicadores-home .titulo {
		width: 100%;
		display: block;
		border-bottom: 1px solid #e8e8e8;
	}

	.indicadores-home .item {
		width: 33.33%;
		display: block;
		float: left;
	}

	.indicadores-home .item.soja {
		border-left: none;
	} */

	#newsletter-rodape .titulo {
		display: block;
		text-align: center;
		margin: 0 0 15px 0;
	}

	#newsletter-rodape .input {
		width: 260px;
	}

	#newsletter-rodape .input.nome {
		margin-left: 0;
	}

	.principios .container {
		display: block;
		padding-left: 0;
		padding-right: 0;
	}

	.principios .item.missao,
	.principios .item.visao {
		width: 50%;
		display: block;
		float: left;
		padding: 30px !important;
	}

	.principios .item.visao {
		border-right: none;
	}

	.principios .item.valores {
		width: 100%;
		display: block;
		float: left;
		border-top: 1px solid #ddd;
	}

	#lightbox-staramania {
		position: absolute;
	}

	#meio.usados {
		height: 350px;
	}

	#rodape .unidades .unidade.logos {
		width: 340px;
	}

	#rodape .unidades .unidade.logos a {
		margin-right: 25px;
	}

	#rodape .unidades.table {
		display: block;
	}

	#rodape .unidades.table .unidade {
		width: 260px;
		display: inline-block;
		margin-right: 10px;
	}

}

/* celulares - paisagem */
@media (max-width: 767px) {

	#topo {
		background-color: #fff;
		background-position: bottom;
		background-size: auto 67px;
	}

	#topo .container {
		height: 127px;
	}

	#topo .antes {
		display: none;
	}

	#topo .logo {
		background: none;
		float: inherit;
		text-align: center;
	}

	#topo .logo a {
		padding: 10px 0;
	}

	#topo .logo img {
		height: 40px;
		width: auto;
		display: block;
		margin: auto;
	}

	#topo .idiomas {
		top: calc(25% - 15px);
		left: inherit;
		right: 5px;
	}

	#topo .concessionaria {
		position: inherit;
		right: inherit;
		bottom: inherit;
		display: block;
		font-size: 22px;
		font-size: 1.467rem;
		text-align: center;
		margin-top: 18px;
	}

	#menu .container {
		width: 100%;
		display: table;
	}

	#menu .bt-menu,
	#menu .busca-mobile {
		display: table-cell !important;
		vertical-align: middle;
		padding: 11px;
		text-align: center;
	}

	#menu .bt-menu {
		padding-left: 0;
		font-size: 25px;
		color: #005e29;
		line-height: 1;
		cursor: pointer;
		border-right: 1px solid #e8e8e8;
	}

	#menu .bt-menu:before {
		content: "\f0c9";
		width: 20px;
		display: block;
		font-family: 'FontAwesome';
		text-align: center;
	}

	#menu .bt-menu.fechar:before {
		content: "\f00d";
		color: #999;
	}

	#menu .busca-mobile {
		position: relative;
		padding-right: 0;
		border-left: 1px solid #fff;
	}

	#menu .busca-mobile #s {
		width: 100%;
		height: 30px;
		display: block;
		padding: 0 36px 0 10px;
		font-size: 12px;
		font-style: italic;
		border: 1px solid #ddd;
	}

	#menu .busca-mobile .bt {
		background: rgba(0,0,0,.05);
		width: 30px;
		height: 30px;
		font-size: 0;
		border: none;
		border-left: 1px solid #ddd;
		position: absolute;
		top: 50%;
		margin-top: -15px;
		right: 0;
	}

	#menu .busca-mobile .bt:before {
		content: "\f002";
		display: block;
		font-family: 'FontAwesome';
		font-size: 16px;
		color: #f26e20;
	}

	#menu > .container > ul,
	#menu > .container > ul > li {
		width: 100%;
		display: block;
	}

	#menu > .container > ul {
		background: #f26e20;
		width: auto;
		position: absolute;
		top: 50px;
		left: 10px;
		right: 10px;
		z-index: 9;
		height: 0;
		overflow: hidden;
		opacity: 0;
		visibility: hidden;
	}

	#menu > .container > ul:before {
		content: "";
		border-left: 5px solid transparent;
		border-right: 5px solid transparent;
		border-bottom: 5px solid #f26e20;
		position: absolute;
		top: -4px;
		left: 10px;
		z-index: 10;
	}

	#menu > .container > ul.ativo {
		height: auto;
		overflow: inherit;
		opacity: 1;
		visibility: visible;
	}

	#menu > .container > ul > li {
		border-left: none;
		border-right: none;
		border-top: 1px solid rgba(255,255,255,.2);
		border-bottom: 1px solid rgba(0,0,0,.1);
	}

	#menu > .container > ul > li > a {
		padding: 10px 15px !important;
		font-weight: 900;
		color: #fff;
		text-align: left;
		text-shadow: 1px 1px 1px rgba(0,0,0,.2);
	}

	#menu > .container > ul > li:hover > a {
		color: #fff;
		opacity: .8;
	}

	#menu > .container > ul > li.menu-item-has-children > a:after {
		border-top-color: #fff;
	}

	#menu > .container > ul > li > ul {
		background: rgba(0,0,0,.1);
		width: 100%;
		height: auto;
		display: block;
		position: inherit;
		opacity: 1;
		visibility: visible;
		overflow: inherit;
		box-shadow: none;
	}

	#menu > .container > ul > li > ul > li {
		border-top: 1px solid rgba(255,255,255,.2);
		border-bottom: 1px solid rgba(0,0,0,.1);
	}

	#menu > .container > ul > li > ul > li > a {
		padding-left: 25px;
		color: #fff;
	}

	#menu > .container > ul > li > ul > li:hover > a {
		color: #fff;
		opacity: .8;
	}

	#slide .owl-prev,
	#slide .owl-next {
		display: none !important;
	}

	#slide ul li {
		height: auto !important;
	}

	/*#slide ul li {
		height: 230px;
	}*/

	#slide ul li .infos,
	#slide ul li .imagem {
		width: auto;
		float: inherit;
		display: block;
	}

	#slide ul li .infos {
		margin-top: 30px;
		margin-bottom: 30px;
	}

	#slide ul li .infos .titulo {
		font-size: 18px;
		font-size: 1.200rem;
	}

	#slide ul li .infos .titulo:after {
		width: 40px;
		height: 2px;
		margin: 10px 0;
	}

	#slide ul li .infos p {
		font-size: 13px;
		font-size: 0.867rem;
		margin-bottom: 15px;
	}

	#slide ul li .infos .botao {
		padding: 10px 18px;
		font-size: 13px;
		font-size: 0.867rem;
	}

	#slide ul li .imagem {
		display: none;
	}

	.destaque-home .imagem {
		width: auto;
		float: inherit;
		text-align: center;
		margin: 0 auto 15px;
	}

	.destaque-home .imagem img {
		display: block;
		margin: auto;
	}

	/* .indicadores-home,
	.indicadores-home .titulo,
	.indicadores-home .item {
		display: block;
	}

	.indicadores-home .titulo,
	.indicadores-home .item {
		padding: 15px 20px;
	}

	.indicadores-home .titulo {
		font-size: 15px;
		font-size: 1.000rem;
	}

	.indicadores-home .titulo strong {
		display: block;
		font-size: 18px;
		font-size: 1.200rem;
		margin: 0;
	}

	.indicadores-home .item {
		font-size: 15px;
		font-size: 1.000rem;
		border-left: none;
		border-top: 1px solid #e8e8e8;
	} */

	/*.indicadores-home .titulo-bloco {
		padding: 15px;
	}

	.indicadores-home .titulo-bloco span {
		font-size: 11px;
		text-align: right;
		margin: -3px 0 0 10px;
	}

	.indicadores-home .titulo-bloco span b {
		display: block;
	}

	.indicadores-home .agricolas {
		display: block;
		padding: 0 15px;
		margin: 0;
	}

	.indicadores-home .agricolas .col {
		flex-basis: 100%;
		max-width: 100%;
		min-width: 100%;
		margin: 20px 0;
	}*/

	.indicadores-home .agricolas {
		display: flex !important;
		flex-direction: column !important;
		margin: -15px 0 !important;
		padding: 15px !important;
	}

	.indicadores-home .agricolas .col {
		display: block !important;
		flex-basis: 100% !important;
		margin: 15px 0 !important;
		max-width: 100% !important;
		padding: 0 !important;
		width: 100% !important;
	}

	.indicadores-home .agricolas .col .item {
		display: block !important;
		margin: 0 !important;
		width: 100% !important;
	}

	.indicadores-home .financeiros {
		padding: 15px;
	}

	.indicadores-home .financeiros .item {
		flex-flow: column;
		justify-content: center;
		align-self: center;
	}

	.indicadores-home .financeiros .item .conversao {
		margin: 0 auto 20px;
	}

	.indicadores-home .financeiros .item .infos {
		flex-basis: 100%;
		max-width: 100%;
		min-width: 100%;
	}

	.indicadores-home .financeiros .item .infos ul.valores li,
	.indicadores-home .financeiros .item .infos ul.max-min li {
		padding: 3px 0;
		font-size: 13px;
	}

	.indicadores-home .financeiros .item .infos ul.obs {
		column-count: 1;
		-webkit-column-count: 1;
		-moz-column-count: 1;
		-ms-column-count: 1;
	}

	.indicadores-home .financeiros .item .infos ul.obs li {
		padding: 3px 0;
		text-align: center;
	}

	#newsletter-rodape .titulo,
	#newsletter-rodape .input,
	#newsletter-rodape .bt {
		width: auto;
		display: block;
		margin: 0;
	}

	#newsletter-rodape .titulo {
		margin-bottom: 15px;
	}

	#newsletter-rodape .titulo span {
		display: block;
		font-size: 18px;
		font-size: 1.200rem;
		margin-bottom: 3px;
	}

	#newsletter-rodape .input {
		margin-bottom: 10px;
	}

	#newsletter-rodape .bt {
		width: 100%;
		text-align: center;
		margin-top: 15px;
	}

	#logos-rodape .container {
		padding: 0;
	}

	#logos-rodape a {
		margin: 0 10px;
	}

	#logos-rodape a img {
		height: 40px;
		width: auto;
	}

	#rodape .container {
		display: block;
	}

	#rodape .unidades.without-slide {
		flex-direction: column;
	}

	#rodape .unidades .unidade,
	#rodape .unidades .bloco-grupo {
		width: 100% !important;
	}

	#rodape .slick-track {
		transform: inherit !important;
		width: 100% !important;
	}

	#rodape .arrow,
	#rodape .slick-cloned {
		display: none !important;
	}

	#rodape .unidades .unidade {
		/*width: 100% !important;*/
		margin-bottom: 30px;
	}

	#rodape .unidades.table {
		display: block;
	}

	#rodape .unidades.table .unidade {
		/*width: 100% !important;*/
		display: block;
		margin-right: 0 !important;
	}

	#rodape .bloco-facebook,
	#rodape .bt-webmail {
		max-width: 100% !important;
		width: 100% !important;
	}

	#copyright {
		text-align: center;
	}

	#copyright .links {
		width: 100%;
		float: left;
		margin-top: 10px;
	}

	#cabecalho .container {
		width: 100%;
		padding-top: 25px;
		padding-bottom: 25px;
	}

	#cabecalho .titulo {
		display: block;
		font-size: 20px;
		font-size: 1.333rem;
		text-align: center;
	}

	#cabecalho .breadcrumb {
		display: none;
	}

	.content .alignleft,
	.content .alignright {
		float: inherit;
		display: block;
		margin: 0 auto 25px;
	}

	.principios .container,
	.principios .item {
		width: 100%;
		display: block;
	}

	.principios .container {
		padding-left: 0;
		padding-right: 0;
	}

	.principios .item {
		padding: 25px 15px !important;
		border-right: none;
		border-bottom: 1px solid #ddd;
	}

	.principios .item.valores {
		border-bottom: none;
	}

	.principios .item.valores ul li {
		width: 100%;
		float: inherit;
		display: block;
	}

	#meio.usados {
		background-position: calc(80%);
		height: 250px;
	}

	#filtro-usados .titulo {
		line-height: inherit;
		font-size: 14px;
		text-align: center;
	}

	.usados-categorias {
		width: 100%;
	}

	.servicos .item {
		margin-bottom: 50px;
	}

	.noticia-foto {
		margin-bottom: 20px;
	}

	.pagination-wrap a,
	.pagination-wrap span {
		display: none;
	}

	.pagination-wrap .prev,
	.pagination-wrap .next,
	.pagination-wrap .current {
		display: inline-block;
	}

	#lightbox-staramania {
		position: absolute;
	}

}

/* celulares - retrato */
@media (min-width: 480px) and (max-width: 767px) {

	#slide ul li .infos,
	#slide ul li .imagem {
		width: 50%;
		float: left;
	}

	#slide ul li .imagem {
		display: block;
	}

}