/* Css App */

/* Fonts */
@font-face {
   font-family: Montserrat;
   src: url(../fonts/montserrat/Montserrat-UltraLight.woff);
   font-weight: 100;
}
@font-face {
   font-family: Montserrat;
   src: url(../fonts/montserrat/Montserrat-Light.woff);
   font-weight: 200;
}
@font-face {
   font-family: Montserrat;
   src: url(../fonts/montserrat/Montserrat-Regular.woff);
   font-weight: normal;
}
@font-face {
   font-family: Montserrat;
   src: url(../fonts/montserrat/Montserrat-Bold.woff);
   font-weight: bold;
}
@font-face {
   font-family: Montserrat;
   src: url(../fonts/montserrat/Montserrat-ExtraBold.woff);
   font-weight: 900;
}
@font-face {
   font-family: Nunito;
   src: url(../fonts/nunito/Nunito-Light.woff);
   font-weight: 100;
}
@font-face {
   font-family: Nunito;
   src: url(../fonts/nunito/Nunito-Regular.woff);
   font-weight: normal;
}
@font-face {
   font-family: Nunito;
   src: url(../fonts/nunito/Nunito-Bold.woff);
   font-weight: bold;
}


/* Top */
.bg-menu-bar-02 .logo img {
	width: 120%;
	height: auto;
	margin-bottom: 15px;
	margin-top: 10px;
}
.fixed {
	position: fixed;
	top: -50px;
	z-index: 10000;
	-webkit-box-shadow: 1px 8px 11px 0px rgba(50, 50, 50, 0.10);
	-moz-box-shadow:    1px 8px 11px 0px rgba(50, 50, 50, 0.10);
	box-shadow:         1px 8px 11px 0px rgba(50, 50, 50, 0.10);
}
.fixed .bg-menu-bar-02 .logo img {

	width: 85%;
	height: auto;
}
.fixed .bg-menu-bar-02 .menu a{
	margin-top: -16px;
}
header {
	width: 100%;
	padding: 0px;
	margin: 0px;
}
header .toggle {
  display: none;
  text-align: center;
  width: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 20000;
  padding: 0px; 
  margin: 0px;
  margin-top: 120px;
}
header .toggle label {
  cursor: pointer;
  float: right;
  margin: 0px;
  margin-right: 28px;
  margin-top: -110px;
  width: 25px;
  text-align: center;
  padding: 0px;
  padding-right: 10px;
  opacity: 1;
  transition: opacity 0.3s linear;
}
header .toggle label:hover {
	opacity: 0.5;
	transition: opacity 0.3s linear;
}
header .toggle label img {
	width: 32px;
	height: auto;
}
header .toggle #menu-toggle {
  display: none;
}
header .toggle #menu {
  display: none;
  margin: 0px;
  margin-top: -85px;
  padding: 0px;
  padding-top: 36px; 
  background-color: #FFF;
}
header .toggle #menu li {
  float: none;
  padding: 0px;
  margin: 0px;
  border-bottom: 0px; 
}
header .toggle #menu li a {
  display: block;
  padding: 10px;
  font-size: 14px;
  text-decoration: none; 
  text-transform: uppercase;
  color: #044823;
  font-family: Montserrat;
  font-weight: normal;
}
header .toggle #menu li a:hover {
  color: #e5521f;
}
header .toggle #menu-toggle:checked + #menu {
  display: block; 
}
header .top-container {
	width: 100%;
	padding: 0px;
	margin: 0px;
}
header .top-container .bg-menu-bar-01 {
	width: 100%;
	padding: 0px;
	padding-top: 8px;
	padding-bottom: 8px;
	margin: 0px;
	background-color: #F2EDE7;
}
header .top-container .bg-menu-bar-01 .idiomas a {
	display: inline-block;
	margin-right: 5px;
	opacity: 1;
	transition: opacity 0.3s linear;
}
header .top-container .bg-menu-bar-01 .idiomas a:hover {
	opacity: 0.3;
	transition: opacity 0.3s linear;
}
header .top-container .bg-menu-bar-01 .telefone {
	text-align: right;
	font-size: 14px;
	font-family: Montserrat;
	font-weight: 200;
}
header .top-container .bg-menu-bar-01 .redes {
	text-align: right;
}
header .top-container .bg-menu-bar-01 .redes a {
	display: inline-block;
	margin-right: 5px;
	opacity: 1;
	transition: opacity 0.3s linear;
}
header .top-container .bg-menu-bar-01 .redes a:hover {
	opacity: 0.3;
	transition: opacity 0.3s linear;
}
header .top-container .bg-menu-bar-02 {
	width: 100%;
	padding: 0px;
	margin: 0px;
	background-color: #FFFFFF;
}
header .top-container .bg-menu-bar-02 .menu {
	text-align: right;
	margin-top: 25px;
}
header .top-container .bg-menu-bar-02 .menu a {
	display: inline-block;
	padding-top: 35px;
	margin-left: 18px;
	font-size: 14px;
	font-family: Montserrat;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: none;
	color: #044823;
}
header .top-container .bg-menu-bar-02 .menu a:hover {
	color: #e5521f;
	background-image: url('../img/icon-menu-active.png');
	background-repeat: no-repeat;
	background-position: center;
}
header .top-container .bg-menu-bar-02 .menu a.active {
	color: #e5521f;
	background-image: url('../img/icon-menu-active.png');
	background-repeat: no-repeat;
	background-position: center;
}


/* Banners */
#banner-slider {
	margin: 0px;
	margin-top: 10px;
	padding: 0px;
	width: 100%;
}
#banner-slider img {
	padding: 0px;
	margin: 0px;
}


/* Inicial */
.inicial {
	width: 100%;
	padding: 0px;
	margin: 0px;
}
.inicial .conteudo {
	margin-top: 72px;
}
.inicial .invert .col-md-6{
	float: right;
}
.inicial h3 {
	margin-top: 108px;
	text-transform: uppercase;
	color: #59200c;
	font-family: Montserrat;
	font-weight: bold;
	font-size: 24px;
}
.inicial .line {
	border: 2px solid #D44200;
	width: 60px;
}
.inicial .texto {
	font-family: Nunito;
	font-weight: 100;
	font-size: 16px;
	color: #333333;
	margin-top: 18px;
	line-height: 32px;
}
.inicial .texto a {
	display: inline-block;
	margin-top: 36px;
	border: 1px solid #e5521f;
	border-radius: 3px;
	text-transform: uppercase;
	text-decoration: none;
	font-family: Montserrat;
	font-weight: 200;
	font-size: 10px;
	color: #333333;
	padding: 8px;
	line-height: 10px;

}
.inicial .texto a:hover {
	background-color: #e5521f;
	color: #fff;
}
.inicial .bg-inicial-01 {
	background-color: #F1EFE4;
	margin-top: 72px;
}


/* Empresa */
.empresa {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.empresa h2 {
	padding: 0px;
	margin: 0px;
	margin-top: 72px;
	text-transform: uppercase;
	text-align: center;
	color: #59200c;
	font-family: Montserrat;
	font-weight: bold;
	font-size: 24px;
}
.empresa h3 {
	padding: 0px;
	margin: 0px;
	font-family: Nunito;
	font-weight: normal;
	font-size: 14px;
	color: #333333;
	text-align: center;
	line-height: 32px;
}
.empresa .line {
	text-align: center;
}
.empresa .conteudo {
	margin-top: 54px;
}
.empresa .conteudo .texto {
	font-family: Nunito;
	font-weight: 100;
	font-size: 16px;
	color: #333333;
	line-height: 32px;
}
.empresa .conteudo img {
	width: 100%;
	height: auto;
}
.empresa .empresa-bg-01 {
	background-color: #F1EFE4;
	margin-top: 108px;
}
.empresa .empresa-bg-01 .texto {
	text-align: center;
}
.empresa .empresa-bg-01 .topicos {
	margin-top: 72px;
	padding-bottom: 72px;
}
.empresa .empresa-bg-01 .topicos .icon{
	text-align: center;
}
.empresa .empresa-bg-01 .topicos h4 {
	padding: 0px;
	margin: 0px;
	margin-top: 36px;
	margin-bottom: 18px;
	text-transform: uppercase;
	text-align: center;
	color: #59200c;
	font-family: Montserrat;
	font-weight: bold;
	font-size: 24px;
}
.empresa .empresa-bg-01 .topicos .texto {
	text-align: left;
	line-height: 22px;
	font-family: Nunito;
	font-weight: 100;
	font-size: 16px;
	color: #333333;
	line-height: 32px;
}
.empresa .galeria {
	margin-bottom: 54px;
}
.empresa .galeria .imagens{
	margin-top: 54px;
}
.empresa .galeria .imagens .imagem {
	margin-bottom: 24px;
}
.empresa .galeria .imagens .imagem a .imagem-hover {
	position: absolute;
	display: none;
}
.empresa .galeria .imagens .imagem a:hover .imagem-hover {
		position: absolute;
		display: block;
}
.empresa .galeria .imagens .imagem img {
	width: 100%;
	height: auto;
	padding: 0px;
	margin: 0px;
}
.empresa .galeria .imagens .imagem {
	margin: 12px;
	padding: 0px;
}

/* Rastreabilidade */

.rastreabilidade {
	width: 100%;
	padding: 0px;
}
.rastreabilidade h2 {
	padding: 0px;
	margin: 0px;
	margin-top: 72px;
	text-transform: uppercase;
	text-align: center;
	color: #59200c;
	font-family: Montserrat;
	font-weight: bold;
	font-size: 24px;
}
.rastreabilidade h3 {
	padding: 0px;
	margin: 0px;
	margin-bottom: 54px;
	font-family: Nunito;
	font-weight: normal;
	font-size: 14px;
	color: #333333;
	text-align: center;
	line-height: 32px;
}
.rastreabilidade .line {
	text-align: center;
}
.rastreabilidade .conteudo .texto {
	font-family: Nunito;
	font-weight: 100;
	font-size: 16px;
	color: #333333;
	line-height: 32px;
}
.rastreabilidade .conteudo .texto img {
	width: 100%;
	height: auto;
}
.rastreabilidade .bg-rastreabilidade-01 {
	margin-top: 72px;
	width: 100%;
	background-color: #F1EFE4;
}
.rastreabilidade .bg-rastreabilidade-02 {
	margin-top: 72px;
	padding-top: 54px;
	padding-bottom: 54px;
	width: 100%;
	background-image: url('../img/bg-rastreabilidade.jpg');
}
.rastreabilidade .certificados {
	text-align: center;
}
.rastreabilidade .galeria {
	margin-bottom: 72px;
}
.rastreabilidade .galeria img {
	width: 100%;
	height: auto;
	padding: 0px;
	margin: 0px;
}
.rastreabilidade .galeria .imagem {
	margin: 12px;
	padding: 0px;
}


/* Serviços */

.servicos {
	width: 100%;
	padding: 0px;
}
.servicos h2 {
	padding: 0px;
	margin: 0px;
	margin-top: 72px;
	text-transform: uppercase;
	text-align: center;
	color: #59200c;
	font-family: Montserrat;
	font-weight: bold;
	font-size: 24px;
}
.servicos h3 {
	padding: 0px;
	margin: 0px;
	margin-bottom: 54px;
	font-family: Nunito;
	font-weight: normal;
	font-size: 14px;
	color: #333333;
	text-align: center;
	line-height: 32px;
}
.servicos .line {
	text-align: center;
}
.servicos .texto {
	font-family: Nunito;
	font-weight: 100;
	font-size: 16px;
	color: #333333;
	line-height: 32px;
}
.servicos .texto img {
	width: 100%;
	height: auto;
}
.servicos .bloco2 {
	margin-bottom: 72px;
}

/* Localizacao */

.localizacao {
	width: 100%;
	padding: 0px;
}
.localizacao h2 {
	padding: 0px;
	margin: 0px;
	margin-top: 72px;
	text-transform: uppercase;
	text-align: center;
	color: #59200c;
	font-family: Montserrat;
	font-weight: bold;
	font-size: 24px;
}
.localizacao h3 {
	padding: 0px;
	margin: 0px;
	margin-bottom: 54px;
	font-family: Nunito;
	font-weight: normal;
	font-size: 14px;
	color: #333333;
	text-align: center;
}
.localizacao .line {
	text-align: center;
}
.localizacao .texto {
	font-family: Nunito;
	font-weight: 100;
	font-size: 16px;
	color: #333333;
	line-height: 32px;
}
.localizacao .texto img {
	width: 100%;
	height: auto;
}
.localizacao .bloco2 {

	margin-bottom: 72px;
}
.localizacao .mapa-overlay {
	position: relative;
	width: 100%;
	height: 54px;
	background-color: #fff;
	z-index: 8000;
	margin-top: 0px;
}
.localizacao .mapa-overlay .selo {
	background-color: #E74800;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font-family: Montserrat;
	font-weight: bold;
	font-size: 18px;
	padding: 8px;
	border-radius: 5px;
	position: absolute;
	width: 500px;
	left: 50%;
	margin-left: -250px;
	margin-top: 72px;

}
.localizacao .mapa-overlay .selo span {
	font-size: 14px;
	text-transform: inherit;
}
.localizacao .mapa {
	width: 100%;
	padding: 0px;
	margin-top: -46px;
	margin-bottom: 54px;
	z-index: 7000;
}
.localizacao .mapa  .google-maps {
    position: relative;
    padding-bottom: 35%; /* This is the aspect ratio height: 0; */
    overflow: hidden;
    z-index: 7000;
}
.localizacao .mapa .google-maps iframe {
	pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    border: 0px;
   z-index: 7000;
}

/* Contato */

.contato {
	width: 100%;
	padding: 0px;
}
.contato h2 {
	padding: 0px;
	margin: 0px;
	margin-top: 72px;
	text-transform: uppercase;
	text-align: center;
	color: #59200c;
	font-family: Montserrat;
	font-weight: bold;
	font-size: 24px;
}
.contato h3 {
	padding: 0px;
	margin: 0px;
	margin-bottom: 54px;
	font-family: Nunito;
	font-weight: normal;
	font-size: 14px;
	color: #333333;
	text-align: center;
}
.contato h4 {
	font-family: Montserrat;
	font-weight: bold;
	font-size: 18px;
	color: #59200c;
}
.contato .line {
	text-align: center;
}
.contato .bg-contato {
	width: 100%;
	margin: 0px;
	margin-top: 72px;
	padding: 0px;
	padding-bottom: 72px;
	background-color: #F1EFE4;
}
.contato label {
	font-family: Montserrat;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	color: #59200c;
}
.contato input {
	font-family: Nunito;
	font-weight: 100;
	font-size: 14px;
	color: #333;
}
.contato textarea {
	font-family: Nunito;
	font-weight: 100;
	font-size: 14px;
	color: #333;
}
.contato .btn-contato {
	text-align: center;
	margin-top: 36px;
}
.contato button {
	background-color: #e5521f;
	border: 1px solid #e5521f;
	border-radius: 0px;
	color: #fff;
	font-family: Montserrat;
	font-weight: bold;
	font-size: 24px;
	text-transform: uppercase;
	padding: 10px;
	padding-left: 30px;
	padding-right: 30px;
}
.contato button:hover {
	background-color: #fff;
	color: #e5521f;
	border: 1px solid #e5521f;
}
.contato .endereco1 {
	text-align: right;
}
.contato .endereco1 h4 {
	text-transform: uppercase;
}
.contato .endereco2 h4 {
	text-transform: uppercase;
}
.contato .texto {
	font-family: Nunito;
	font-weight: 100;
	font-size: 16px;
	color: #333333;
	line-height: 32px;
}
.contato .mapa {
	margin-bottom: 36px;
}
.contato .mapa iframe {
	width: 100%;
	height: 360px;
}
.contato .contato-mobile {
	display: none;
}

/* Footer */
footer {
	width: 100%;
	padding: 0px;
	margin: 0px;
}
footer .bg-footer-01 {
	width: 100%;
	margin: 0px;
	padding: 0px;
	padding-top: 54px;
	padding-bottom: 54px;
	background-color: #054924;
	color: #FFFFFF;
}
footer .bg-footer-01 .logo {
	margin-top: 18px;
}
footer .bg-footer-01 .logo img{
	width: 100%;
	height: auto;
	filter: brightness(0) invert(1);
}
footer .bg-footer-01 .endereco {
	font-family: Nunito;
	font-size: 14px;
	font-weight: 100;
	line-height: 21px;
}
footer .bg-footer-01 .endereco strong {
	font-family: Montserrat;
	font-weight: bold;
	text-transform: uppercase;
}
footer .bg-footer-01 .endereco p.redes {
	margin-top: 36px;
}
footer .bg-footer-01 .endereco p.redes a {
	display: inline-block;
	margin-right: 5px;
	opacity: 1;
	transition: opacity 0.3s linear;
}
footer .bg-footer-01 .endereco p.redes a:hover {
	opacity: 0.3;
	transition: opacity 0.3s linear;
}
footer .bg-footer-01 .certificacao {
	margin-top: 18px;
	text-align: right;
}
footer .bg-footer-01 .certificacao img {
	margin-left: 24px;
}
footer .bg-footer-02 {
	width: 100%;
	margin: 0px;
	padding: 0px;
	padding-top: 18px;
	padding-bottom: 18px;
	background-color: #042E16;
	color: #FFFFFF;
}
footer .bg-footer-02 .copyright {
	font-family: Nunito;
	font-size: 14px;
	font-weight: 100;
	line-height: 21px;
}
footer .bg-footer-02 .brand {
	text-align: right;
}
footer .bg-footer-02 .brand a {
	opacity: 1;
	transition: opacity 0.3s linear;
}
footer .bg-footer-02 .brand a:hover {
	opacity: 0.3;
	transition: opacity 0.3s linear;
}

/* Large devices Desktops  */
@media (max-width: 1080px) {

	header .top-container .bg-menu-bar-02 .logo img {
		width: 90%;
		height: auto;
	}
	header .top-container .bg-menu-bar-02 .menu {
		padding: 0px;
	}
	header .top-container .bg-menu-bar-02 .menu a {
		margin-left: 15px;
	}

	.inicial img {
		width: 100%;
		height: auto;
	}
}

@media (max-width: 1014px) {

	.bg-menu-bar-02 .logo img {
		width: 50% !important;
		height: auto;
	}
	
	.fixed {
		top: -40px;
	}
	.fixed .bg-menu-bar-02 .logo img {
		margin-top: 10px;
	}
	header .toggle-fixed #menu {
	  	margin-top: -50px;
	  	padding-top: 18px; 
	}
	header .toggle {
	  	display: inherit;
	}
	header .top-container .bg-menu-bar-01 {
		background-color: #fff;
	}
	header .top-container .bg-menu-bar-01 .telefone {
		display: none;
	}
	header .top-container .bg-menu-bar-01 .redes {
		display: none;
	}
	header .top-container .bg-menu-bar-02 .logo {
		text-align: center;
		margin-bottom: 18px;
		margin-top: -18px;
	}
	header .top-container .bg-menu-bar-02 .menu {
		display: none;
	}


	.inicial img {
		width: 100%;
		height: auto;
	}
	.inicial h3 {
		margin-top: 18px;
	}
	.inicial .texto {
		margin-bottom: 18px;
	}
	.inicial .conteudo {
		margin-top: 36px;
	}
	.inicial .invert .col-md-6 {
		float: inherit;
	}
	.inicial .bg-inicial-01 {
		margin-top: 18px;
	}

	.empresa h2 {
		margin-top: 36px;
	}
	.empresa .conteudo {
		margin-top: 18px;
	}
	.empresa .conteudo .texto {
		margin-top: 18px;
	}
	.empresa .empresa-bg-01 {
		margin-top: 36px;
	}
	.empresa .empresa-bg-01 .topicos {
		padding-bottom: 18px;
	}
	.empresa .empresa-bg-01 .topicos .topico {
		margin-bottom: 36px;
	}
	.empresa .empresa-bg-01 .topicos .topico .texto {
		text-align: center;
	}


	.rastreabilidade h2 {
		margin-top: 36px;
	}
	.rastreabilidade h3 {
		margin-bottom: 36px;
	}
	.rastreabilidade .certificados .texto {
		margin-bottom: 36px;
	}
	.rastreabilidade .certificados img{
	}
	.rastreabilidade .galeria {
		margin-bottom: 72px;
	}
	.rastreabilidade .bg-rastreabilidade-01 {
		margin-top: 36px;
	}
	.rastreabilidade .bg-rastreabilidade-02 {
		margin-top: 36px;
	}


	.servicos h2 {
		margin-top: 36px;
	}
	.servicos h3 {
		margin-bottom: 36px;
	}
	.servicos .bloco2 {
		margin-bottom: 54px;
	}


	.localizacao h2 {
		padding: 0px;
		margin: 0px;
		margin-top: 36px;
		text-transform: uppercase;
		text-align: center;
		color: #59200c;
		font-family: Montserrat;
		font-weight: bold;
		font-size: 24px;
	}
	.localizacao h3 {
		padding: 0px;
		margin: 0px;
		margin-bottom: 36px;
		font-family: Nunito;
		font-weight: normal;
		font-size: 14px;
		color: #333333;
		text-align: center;
	}
	.localizacao .bloco2 {

		margin-bottom: 54px;
	}
	.localizacao .mapa-overlay .selo {

		font-size: 18px;
		width: 500px;
		margin-top: 72px;
		left: 50%;
		margin-left: -250px;

	}
	.localizacao .mapa {
		margin-top: -46px;
		margin-bottom: 36px;
	}
	.localizacao .mapa  .google-maps {
	    position: relative;
	    padding-bottom: 55%; /* This is the aspect ratio height: 0; */
	    overflow: hidden;
	}
	

	.contato h2 {
		margin-top:  36px;
	}
	.contato h3 {
		margin-bottom: 36px;
	}
	.contato .contato-full {
		display: none;
	}
	.contato .contato-mobile {
		display: block;
	}
	.contato .endereco1 {
		text-align: center;
		margin-bottom: 36px;
	}
	.contato .endereco2 {
		text-align: center;
		margin-bottom: 36px;
	}
	.contato .bg-contato {
		margin-top: 36px;
		padding-bottom: 36px;
	}


	footer .bg-footer-01 {
		padding-top: 18px;
		text-align: center;
	}
	footer .bg-footer-01 .logo{
		margin-bottom: 36px;
	}
	footer .bg-footer-01 .logo img{
		width: 50%;
		height: auto;
		filter: brightness(0) invert(1);
	}
	footer .bg-footer-01 .certificacao {
		text-align: center;
		margin-top: 36px;
	}
	footer .bg-footer-01 .certificacao img {
		margin: 12px;
		margin-top: 0px;
		margin-bottom: 0px;
	}
	footer .bg-footer-02 {
		text-align: center;
	}
	footer .bg-footer-02 .brand {
		text-align: center;
		margin-top: 18px;
		margin-bottom: 18px;
	}

}
/* Medium devices  */
@media (max-width: 500px) {

	.localizacao .mapa-overlay .selo {

		font-size: 18px;
		width: 400px;
		margin-top: 72px;
		left: 50%;
		margin-left: -200px;

	}
}


/* Extra small devices   */
@media (max-width: 480px) {

	.rastreabilidade .certificados img{
		width: 100%;
		height: auto;
	}

	.localizacao .mapa  .google-maps {
	    padding-bottom: 95%; /* This is the aspect ratio height: 0; */

	}

	.localizacao .mapa-overlay .selo {

			font-size: 18px;
			width: 300px;
			margin-top: 72px;
			left: 50%;
			margin-left: -150px;

	}
}

.container-produtos {
	padding: 18px;
	height: 580px;
	background-color: #f2eee6;
	text-align: center;
	margin-bottom: 28px;
	color: #59210e;
	font-family: Nunito;
	font-size: 14px;
	font-weight: 100;
}

.conteudo-produto {
	margin-bottom: 108px;
}

.produto-margin {
	margin-left: 157px;
}
.conteudo-produto h3 {
	margin-top: 18px;
	margin-bottom: 18px;
	color: #004615;
	font-family: Nunito;
	font-size: 18px;
	font-weight: 800;
}
.conteudo-produto h3 .bean-icon {
	display: inline-block;
	width: 32px !important;
	height: auto;
}

@media (max-width: 600px) {
	.container-produtos img {
		width: 267px !important;
		height: auto;
	}

	.produto-margin {
		margin-left: 0px;
	}
}