/* HEADER */
.header {
	display: block;
	width: 100%;
	margin: 0;
	background: #ffffff;
	overflow: visible;
	z-index: 500;
}

.header .wrapper {
	margin: 0 auto 20px auto;
	padding: 5px 0 20px 0;
	border-bottom: 9px solid #f7aa04;
}

.header .logo {
	display: block;
	float: left;
	margin: 10px 0 0 0;
}

.header .logo img {
	display: block;
}

.header .wrapper > .boxCertificacoes {
	float: right;
}


/* HEADER - FLOATER */
.header.floater {
	position: fixed;
	top: 0;
	left: 0;
	transition: left 200ms ease-out;
	box-shadow: 1px 2px 5px rgba(0,0,0,0.3);
}

.header.floater .logo {
	width: 180px;
}

.header.floater .boxCertificacoes img {
	max-height: 50px;
  max-width: 84px;
}




/* HEADER MENU */
.iconResponsiveMenu {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	display: none;
	padding: 23px;
	text-decoration: none;
	font-size: 0;
	line-height: 0;
	background: url(../img/icons/icon-responsive-menu.svg) no-repeat center;
	background-size: 100% auto;
}

.boxMainMenu {
	float: right;
	display: block;
	width: calc(100% - 350px);
	box-sizing: border-box;
	margin: 21px 0 0 0;
	padding: 0;
	overflow: visible;
}

.boxMainMenu > ul {
	display: block;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 0;
	font-size: 0;
	line-height: 0;
	text-align: right;
}

.boxMainMenu > ul > li {
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

.boxMainMenu > ul > li > a {
	position: relative;
	display: block;
	box-sizing: border-box;
	margin: 0;
	padding: 0 24px;
	color: #b80b11;
	font-weight: 600;
	font-size: 1.1rem;
	line-height: 1em;
	text-decoration: none;
	text-transform: uppercase;
	border-right: 2px solid #b80b11;
}

.boxMainMenu > ul > li:last-of-type > a {
	border-right: none;
}

.boxMainMenu > ul > li:hover > a, .boxMainMenu > ul > li.selected > a {
	color: #f3ac00;
}


/* HEADER MENU - FLOATER */
.header.floater .boxMainMenu {
	position: absolute;
	right: 0;
	margin: 0;
	bottom: 16px;
	width: auto;
}

.header.floater .boxMainMenu ul li a {

}




/* HEADER MAIN BANNER */
.boxMainBanner {
	position: relative;
	display: block;
	margin: 0 auto;
	height: 285px;
	background: #cecece;
	overflow: hidden;
}

.boxMainBanner ul {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
}

.boxMainBanner ul li {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	z-index: 200;
}

.boxMainBanner ul li a {
	display: block;
	outline: none;
}




/* BOX CERTIFICAÇÕES */
.boxCertificacoes.qualidade {
	width: calc(100vw - 30px);
}

.boxCertificacoes a {
	text-decoration: none;
}

.boxCertificacoes img {
	margin: 0 3px;
	vertical-align: middle;
}

.boxCertificacoes.qualidade img {
	margin: 0 7px;
}




/* CONTENT */
.wrapper {
	display: block;
	margin: 0 auto;
	padding: 0;
	max-width: 1280px;
	overflow: visible;
}

.content {
	padding: 50px 30px 70px 30px;
}




/* BOX PRODUTOS */
.menuProdutosCategorias ul {
	margin: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
}

.menuProdutosCategorias ul li {
	display: inline-block;
	width: calc(20% - 20px);
	height: 108px;
	margin: 0 15px 15px 0;
	font-size: 1rem;
	line-height: 1.4em;
	text-align: center;
	text-transform: uppercase;
	vertical-align: top;
}

.menuProdutosCategorias ul li a {
	display: block;
	width: 100%;
	height: 100%;
	font-weight: 500;
	color: #bd0a10;
	background: #f6a901;
	text-decoration: none;
	transition: color 50ms ease-out, background 150ms ease-out;
}

.menuProdutosCategorias ul li:hover a, .menuProdutosCategorias ul li.selected a {
	background: #bd0a10;
	color: #ffffff;
}

.menuProdutosCategorias ul li a span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

.boxProdutos {
	min-height: 650px;
}

.boxProdutos .mainImage a, .boxProdutos .mainImage a img {
	display: block;
}

.iconResponsiveMenuProdutos {
	display: none;
	width: 190px;
	margin: 0 0 20px 0;
	padding: 10px 0 10px 45px;
	font-size: 1.1rem;
	font-weight: 500;
	line-height: 1em;
	text-align: right;
	text-decoration: none;
	text-transform: uppercase;
	color: #ffffff;
	background: url(../img/icons/icon-menu-produtos.svg) no-repeat left center #bd0a10;
	background-size: auto 100%;
	border: 8px solid #bd0a10;
	z-index: 400;
}

.infoProduto {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	padding: 40px;
	background: #bd0a10;
}

.infoProduto h1 {
	margin: 0 0 30px 0;
	font-size: 2.3rem;
	line-height: 1.3em;
	text-transform: uppercase;
	color: #ffffff;
}

.infoProduto p {
	font-size: 1.2rem;
	font-weight: 100;
	line-height: 1.8em;
	color: #ffffff;
}





/* FOOTER */
.footer {
	display: block;
	margin: 20px 0 0 0;
	padding: 25px;
	background: #f6a901;
	text-align: center;
}

.footer p {
	margin: 0;
	color: #ffffff;
	font-size: 1.1rem;
	line-height: 1.4em;
}






/* ########## */
/* RESPONSIVE */
/* ########## */


/* 1440px */
@media screen and (max-width: 1440px) {

}


/* 1377px */
@media screen and (max-width: 1377px) {

}


/* 1280px */
@media screen and (max-width: 1280px) {
	/* HEADER */
	.header .wrapper {
		padding: 5px 10px 20px 10px;
	}


	/* MAIN MENU */
	.boxMainMenu > ul > li > a {
		padding: 0 20px;
		font-size: 1rem;
		line-height: 1em;
	}




  /* MAIN BANNER */
	.boxMainBanner {
		height: 21.6vw;
	}




  /* CONTENT */
	.wrapper {
		padding: 0 15px;
	}




  /* BOX PRODUTOS */
	.menuProdutosCategorias ul li {
		width: calc(20% - 1.55vw);
		margin: 0 1.55vw 15px 0;
	}
}


/* 1170px */
@media screen and (max-width: 1170px) {
	/* HEADER */
	.header .logo {
		max-width: 260px;
	}


	/* HEADER - FLOATER */
  .header.floater .boxCertificacoes img {
	  max-height: 50px;
    max-width: 75px;
  }


	/* BOX CERTIFICAÇÕES */
	.boxCertificacoes img {
    max-height: 56px;
    max-width: 94px;
	}


  /* BOX MAIN MENU */
	.boxMainMenu {
		width: calc(100% - 280px);
    margin: 30px 0 0 0;
	}




  /* BOX PRODUTOS */
	.menuProdutosCategorias ul li {
		width: calc(25% - 1.55vw);
		margin: 0 1.55vw 15px 0;
	}
}



/* 1024px */
@media screen and (max-width: 1024px) {
	/* MAIN MENU */
	.boxMainMenu > ul > li > a {
		padding: 0 16px;
		font-size: 0.9rem;
		line-height: 1em;
	}



	/* HEADER - FLOATER */
	.header.floater .boxCertificacoes img {
		max-height: 45px;
	}
}


/* 960px */
@media screen and (max-width: 960px) {
	/* HEADER - FLOATER */
	body.opened .header {
		left: 350px;
	}

	.header.floater > .wrapper {
		height: 80px;
		padding: 10px;
	}

	.header.floater .logo {
    position: absolute;
    left: 50%;
    top: 50%;
		width: 150px;
		margin: 0;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
	}

	.header.floater .wrapper > .boxCertificacoes {
		position: absolute;
		left: -345px;
	}

  .iconResponsiveMenu {
		display: block;
	}

  .header.floater .boxMainMenu {
	  position: fixed;
	  top: 71px;
	  bottom: auto;
	  left: -350px;
	  right: auto;
	  width: 350px;
	  height: 100vh;
	  background: #b80b11;
	  overflow: hidden;
	  transition: left 200ms ease;
  }

  .header.floater .boxMainMenu .boxShadow {
		position: absolute;
		top: 0;
		bottom: 0;
		right: -10px;
		width: 10px;
		box-shadow: -3px 0 10px rgba(0,0,0,0.3);
  }

  .header.floater .boxMainMenu.opened {
	  left: 0;
  }

  .header.floater .boxMainMenu > ul > li {
	  display: block;
	  text-align: center;
	  background: #f3ac00;
  }

  .header.floater .boxMainMenu > ul > li.selected {
	  background: #b80b11;
  }

  .header.floater .boxMainMenu > ul > li > a {
	  padding: 20px 10px;
	  border-right: none;
	  border-bottom: 1px solid #ffffff;
  }

  .header.floater .boxMainMenu > ul > li:hover > a {
	  color: #b80b11;
  }




  /* MAIN BANNER */
	.boxMainBanner {
    transform: translateX(-15px);
    -webkit-transform: translateX(-15px);
    width: calc(100% + 30px);
		height: 22.3vw;
	}




  /* CONTENT */
	body > .wrapper {
		left: 0;
		transition: left 200ms ease-out;
	}

	body.opened > .wrapper {
		left: 350px;
	}




  /* BOX PRODUTOS */
	.boxProdutos {
		padding: 20px 0 0 0;
	}

	.menuProdutosCategorias ul li {
		width: calc(33.3333% - 1.55vw);
		margin: 0 1.55vw 15px 0;
	}

	.infoProduto {
		top: 20px;
	}

	.infoProduto h1 {
		margin: 0 0 10px 0;
		font-size: 2rem;
		line-height: 1.3em;
	}

  .infoProduto p {
	  font-size: 1rem;
	  line-height: 1.8em;
  }




  /* FOOTER */
	body .footer {
		left: 0;
		transition: left 200ms ease-out;
	}

	body.opened .footer {
		left: 350px;
	}
}


/* 768px */
@media screen and (max-width: 768px) {
  /* BOX PRODUTOS */
	.boxProdutos {
		min-height: auto;
	}

	.boxProdutos .colLeft.col50,
	.boxProdutos .colRight.col50 {
		float: none;
		width: 100%;
	}

	.iconResponsiveMenuProdutos {
		display: inline-block;
	}

	.menuProdutosCategorias {
		position: absolute;
		top: 60px;
		left: -15px;
		width: 100vw;
		padding: 5px 0;
		background: #ffffff;
		opacity: 0;

	}

	.menuProdutosCategorias.opened {
		opacity: 1;
		z-index: 300;
	}

	.menuProdutosCategorias ul {
		display: flex;
		flex-flow: row wrap;
	}

  .menuProdutosCategorias ul li {
	  width: 25%;
	  margin: 0;
	  border: 5px solid #ffffff;
  }

	.boxProdutos .mainImage {
		background: #c6b064;
	}

	.boxProdutos .mainImage a img {
		margin: 0 auto;
	}

	.infoProduto {
		position: relative;
		top: auto;
		bottom: auto;
		right: auto;
	}
}


/* 640px */
@media screen and (max-width: 640px) {
	/* HEADER - FLOATER */


	.header.floater .wrapper > .boxCertificacoes img {

	}

	.header.floater .boxMainMenu {

	}




  /* CONTENT */
	body.opened > .wrapper {

	}

	.content {
		padding: 30px 0 20px 0;
	}




  /* BOX CERTIFICAÇÕES */
	.boxCertificacoes.qualidade {
		text-align: center;
	}

  .boxCertificacoes.qualidade img {
	  margin: 0 12px 20px 12px;
  }
}


/* 480px */
@media screen and (max-width: 480px) {
	/* HEADER - FLOATER */
	body.opened .header {
		left: 270px;
	}

	.header.floater .wrapper {
		padding: 5px 10px;
		height: 70px;
		margin: 0 auto 10px auto;
	}

	.header.floater .logo {
		width: 120px;
	}

	.header.floater .wrapper > .boxCertificacoes {
		top: 17px;
		left: -265px;
	}

	.header.floater .wrapper > .boxCertificacoes img {
		max-width: 60px;
		max-height: 36px;
		margin: 0 1px;
	}

  .header.floater .boxMainMenu {
		width: 270px;
  }




  /* HEADER MENU */
	.iconResponsiveMenu {
		padding: 16px;
	}




  /* CONTENT */
	body.opened > .wrapper {
    left: 270px;
	}




  /* BOX PRODUTOS */
	.iconResponsiveMenuProdutos {
		display: block;
		width: 100%;
	}

  .menuProdutosCategorias ul li {
	  width: 33.3333%;
  }

	.infoProduto {
		min-height: auto;
		padding: 20px;
	}

  .infoProduto h1 {
	  font-size: 1.7rem;
    line-height: 1.3em;
  }

  .infoProduto p {
    font-size: 0.9rem;
    line-height: 1.8em;
  }




  /* FOOTER */
	body.opened .footer {
		left: 270px;
	}

	.footer {
		padding: 25px 0;
	}

  .footer p {
	  font-size: 0.9rem;
    line-height: 1.4em;
  }

  .footer .boxSocialMedia {
	  text-align: center;
  }

  .footer .boxSocialMedia ul {
	  padding: 0;
  }
}


/* 375px */
@media screen and (max-width: 375px) {
  /* BOX PRODUTOS */
  .menuProdutosCategorias ul li {
	  width: 50%;
  }
}


/* 320px */
@media screen and (max-width: 320px) {

}