/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
/************************************/
/* RESET */
/************************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: top;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

* {
  margin: 0;
  padding: 0;
	box-sizing: border-box;
}

img {
  width: 100%;
}

:focus {
	outline: none;
}

.clearFix {
	clear: both;
}

/************************************/
/* END RESET */
/************************************/

/* FONTS NÃO GOGGLE */
/* @font-face {
	font-family: 'myFont';
	src: url('myfont-webfont.eot?#iefix') format('embedded-opentype'),
	     url('myfont-webfont.ttf')  format('truetype');
} */

:root {
	--baseTextColor: #333;
	--baseLinkColor: #18487c;

	/* forms */
	--formMinHeight: 40px;
	--formBackgroundColor: #fff;
	--formBorder: 1px solid #ccc;
	--formCheckedColor: #18487c;
	--formDropDownOptionHoverBackgroundColor: #18487c;
	--formDropDownOptionHoverTextColor: #fff;

	font-family: 'Barlow', sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: var(--baseTextColor);
	background: #fff;
  -webkit-font-smoothing: antialiased;
}

.nothingYouCouldDo {
	font-family: 'Nothing You Could Do', cursive;
}

section {
	width: 100%;
	padding: 6vh 0;
	position: relative;
}

.wrap {
  max-width: 1600px;
  position: relative;
  margin: auto;
	padding: 0 4vw;
}

#printTitle {
	display: none;
	color: #000;
	text-align: center;
	width: 100%;
}

#footerPrint, #footerPrint_2 {
	display: none;
	text-align: center;
	line-height: 15px;
	font-size: 10px !important;
}


.size80 { font-size: 80px; }
.size56 { font-size: 56px; }
.size36 { font-size: 36px; }
.size24 { font-size: 24px; }
.size18 { font-size: 18px; }

@media (max-width:1200px) {

	.size80 { font-size: 70px; }
	.size56 { font-size: 48px; }
	.size36 { font-size: 30px; }
	.size24 { font-size: 22px; }
	.size18 { font-size: 18px; }

}

@media (max-width:767px) {

	.size80 { font-size: 60px; }
	.size56 { font-size: 36px; }
	.size36 { font-size: 24px; }
	.size24 { font-size: 20px; }
	.size18 { font-size: 17px; }

}

@media print {

	#header {
		background-color: #FFF !important;
		box-shadow: none !important;
	}

	#header .topHeaderDiv {
		display: none !important;
	}

	#header .mainLinksUl {
		display: none !important;
	}

	#header .logo {
		max-width: 80px !important;
		width: 80px !important;
	}

	#favoritos .centerImg {

	}

	#favoritos .favoritosNavUl {
		display: none !important;
	}

	#printTitle {
		display: block !important;
	}

	#pageTitle {
		background-color: #FFF !important;
	}

	#pageTitle > .wrap > ul {
		display: none !important;
	}

	.aside {
		display: none !important;
	}

	#footer {
		background-color: #FFF !important;
		padding: 0 !important;
	}

	#footer .newsletter {
		display: none !important;
	}

	#footer .slickMarcasDiv {
		display: none !important;
	}

	#footer .footerNav {
		display: none !important;
	}

	#footer .socialGrey {
		display: none !important;
	}

	#favoritos .icon-close {
		display: none !important;
	}

	#favoritos .centerImg {
		min-height: 1px !important;
		min-width: 1px !important;
		width: 50px !important;
		height: 50px !important;
	}

	#footer .rotaDiv {
		padding: 0 !important;
	}

	#footer .litigio {
		display: none !important;
	}

	#footerPrint {
		display: block !important;
		padding-bottom: 10px !important;
		border-bottom: 1px solid #CCC !important;
		max-width: 800px !important;
		width: 100% !important;
		margin: 0 auto 10px !important;
		text-align: center !important;
	}

	#footerPrint_2 {
		display: block !important;
		max-width: 800px !important;
		width: 100% !important;
		margin: 0 auto 10px !important;
		text-align: center !important;
	}

	.disclaimer {
		font-size: 10px !important;
		padding: 0 !important;
		line-height: 20px !important;
	}

	#footer .icon-kriacao {
		display: none !important;
	}

}

a {
  color: var(--baseLinkColor);
	text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/************************************/
/* GRAPHIC ELEMENTS */
/************************************/

#preloader {
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	left: 50%;
	top: 50vh;
	position: fixed;
	display: none;
	padding: 20px;
	background-color: rgba(255,255,255,.8);
	border-radius: 50%;
	width: 150px;
}

/* CALL TO ACTION */

.cta {
	background: linear-gradient(to bottom, #18487c 50%, #ec5033 50%);
	background-size: 100% 200%;
	color: #fff;
	display: inline-block;
	padding: 10px 20px;
	border-radius: 3px;
	cursor: pointer;
	text-transform: uppercase;
	text-decoration: none;
	-webkit-transition: all .3s ease;
	transition: all .2s ease-out;
	border: 1px solid #18487c;
}

.ctaRed {
	background: linear-gradient(to bottom, #e72500 50%, #ec5033 50%);
	background-size: 100% 200%;
	border: 1px solid #e72500;
}

.ctaWhite {
	background: linear-gradient(to bottom, #fff 50%, #ec5033 50%);
	background-size: 100% 200%;
	border: 1px solid #ccc;
	color: #18487c;
}

.cta:hover {
	background-position: center bottom;
	border: 1px solid #e72500;
	text-decoration: none;
}

.ctaWhite:hover {
	background-position: center bottom;
	color: #fff;
}

/* TRANSITION STYLE */

.transition {
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

/* FORMS */

/* input */

.formStyle .fsInput {
	background: var(--formBackgroundColor);
	border: var(--formBorder);
	color: var(--baseTextColor);
	padding: 10px;
	width: 100%;
	margin-bottom: 10px;
	min-height: var(--formMinHeight);
	font-size: 15px;
}

/* dropdown */

.center {
	text-align: center;
}

.formStyle .fsDropDown {
	position: relative;
	width: 100%;
	margin-bottom: 10px;
	min-height: var(--formMinHeight);
	cursor: pointer;
}

.formStyle .fsDropDown::after {
	color: var(--baseTextColor);
	content: '\e813';
  font-family: 'icomoon';
  speak: none;
	position: absolute;
	top: 50%;
	right: 10px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.formStyle .fsDropHover::after {
	transform: rotate(180deg);
	top: calc(50% - 8px);
}

.formStyle .fsDropDown li {
	position: relative;
}

.formStyle .fsDropDown .fsSelected {
	background: var(--formBackgroundColor);
	color: var(--baseTextColor);
	border: var(--formBorder);
	width: 100%;
	display: block;
	padding: 10px 30px 10px 10px;
	text-align: left;
}

.formStyle .fsDropDown .fsOptions {
	background: var(--formBackgroundColor);
	position: absolute;
	box-shadow: 0 0 2px rgba(0,0,0,.2);
	min-width: 100%;
	display: none;
	z-index: 1;
	white-space: nowrap;
}

.formStyle .fsDropDown .fsOptions > li {
	border-bottom: var(--formBorder);
	position: relative;
	padding: 10px;
	text-align: left;
	cursor: pointer;
}

.formStyle .fsDropDown .fsOptions > li:hover {
	color: var(--formDropDownOptionHoverTextColor);
	background: var(--formDropDownOptionHoverBackgroundColor);
}

/* checkbox */

.formStyle .fsCheckbox {
	background: var(--formBackgroundColor);
	border: var(--formBorder);
	width: 30px;
	height: 30px;
	padding: 8px;
	margin: 5px 0 15px 0;
	display: inline-block;
	cursor: pointer;
	position: relative;
	vertical-align: middle;
}

.formStyle .fsCheckbox.fsChecked {
	background: #f1f1f1;
}

.formStyle .fsCheckbox.fsChecked::after {
	background: var(--formCheckedColor);
	content: "";
	width: 12px;
	height: 12px;
	border-radius: 1px;
	display: block;
}

/* radiobutton */

.formStyle .fsRadio {
	background: var(--formBackgroundColor);
	border: var(--formBorder);
	width: 30px;
	height: 30px;
	padding: 8px;
	margin: 5px 0 15px 0;
	display: inline-block;
	cursor: pointer;
	position: relative;
	border-radius: 50%;
	vertical-align: middle;
}

.formStyle .fsRadio.fsChecked {
	background: #f1f1f1;
}

.formStyle .fsRadio.fsChecked::after {
	background: var(--formCheckedColor);
	content: "";
	width: 12px;
	height: 12px;
	border-radius: 50%;
	display: block;
}

/* input file */
.formStyle .fsFile {
	position: relative;
	margin-bottom: 10px;
}

.formStyle .fsFile input[type="file"]{
	display: none;
}

.formStyle .fsFile .fsFileLabel{
  cursor: pointer;
	display: inline-block;
}

.formStyle .fsFile .fsFileText{
  display: inline-block;
	padding: 5px;
}

/* text area (fsInput class) */
.formStyle textarea {
	font-family: 'Barlow', sans-serif;
}

/* button */
.formStyle button {
	font-family: 'Barlow', sans-serif;
	font-size: 15px;
}

/* form error */

.formStyle .fsError {
	border: 1px solid #ff0000;
	box-shadow: 0 0 2px #ff0000;
}

/* double column <ul> */
.formStyle .col2 > li {
	width: 50%;
	display: inline-block;
	padding: 0 5px 0 0;
}

.formStyle .col2 > li:last-child {
	padding: 0 0 0 5px;
}

/* triple column <ul> 30-20-50 */
.formStyle .col3 > li {
	width: 20%;
	display: inline-block;
	padding: 0 5px;
}

.formStyle .col3 > li:first-child {
	width: 30%;
	padding: 0 5px 0 0;
}

.formStyle .col3 > li:last-child {
	width: 50%;
	padding: 0 0 0 5px;
}

/* inputSubmit */
.formStyle .inputSubmit {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 1px;
	border: none;
	padding: 10px;
	font-size: 18px;
	cursor: pointer;
	background: #fff;
}

.formStyle .inputSubmit:hover {
	background: #ccc;
}

.formStyle .formDisclaimerDiv {
  padding: 10px 0;
  border-top: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
	margin: 0 0 10px 0;
}

.formStyle .formDisclaimerUl {
  padding: 0 0 5px 0;
}

.formStyle .formDisclaimerLi {
  width: 40px;
  vertical-align: top;
  display: inline-block;
}

.formStyle .formDisclaimerLi:last-child {
  width: calc(100% - 40px);
}

/* END FORMS */

/* CENTER IMAGES */

figure.centerImg {
	width: 8vw;
	height: 6vw;
	overflow: hidden;
	position: relative;
	display: inline-block;
}

figure.centerImg img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.siteTitle {
	padding: 20px 0;
	text-align: center;
}

.siteTitle:first-of-type {
	padding: 0 0 20px 0;
}

/* END CENTER IMAGES */

/* PRODUTO */

.produtoLink {
	display: block;
	position: relative;
	cursor: pointer;
}

.produtoLink:hover {
	text-decoration: none;
}

.produtoLink .produtoImg {
	width: 100%;
	height: 10.5vw;
	max-height: 175px;
	box-shadow: 0 0 3px rgba(0,0,0,.3);
}

.produtoLink .produtoImg:hover > img {
	filter: brightness(110%);
}

.produtoLink .produtoInfo {
	position: relative;
	width: 100%;
	padding: 10px;
}

.produtoLink .cta {
	position: absolute;
	top: -30px;
	padding: 10px;
	left: 50%;
	transform: translateX(-50%);
}

.produtoLink .produtoNome {
	color: #fff;
	text-align: center;
}

@media (max-width: 1400px) {
	.produtoLink .produtoImg {
		height: 12.5vw;
		max-height: 175px;
	}
}

@media (max-width: 1000px) {
	.produtoLink .produtoImg {
		height: 21vw;
		max-height: initial;
	}
}

@media (max-width: 767px) {
	.produtoLink .produtoImg {
		height: 64vw;
	}
}

/* END PRODUTO */

/************************************/
/* END GRAPHIC ELEMENTS */
/************************************/

/************************************/
/* HEADER */
/************************************/

#header {
	padding: 10px 0;
	background: #f2f2f2;
	width: 100%;
	box-shadow: 0 2px 5px rgba(0,0,0,.2);
	z-index: 20;
}

#header .topHeaderDiv {
	position: relative;
	z-index: 35;
}

#header .topHeaderUl {
	position: absolute;
	right: 0;
	font-size: 13px;
}

#header .topHeaderLi {
	display: inline-block;
	padding: 0 1px;
	vertical-align: middle;
}

#header .topHeaderLi:last-child {
	padding: 0 0 0 1px;
}

#header .pad {
	padding: 10px;
}

#header.mobile .topHeaderUl {
	position: relative;
	right: auto;
	text-align: center;
}

#header .search {
	padding: 10px;
}

#header .icon-search {
	font-size: 16px;
}

#header .mainLinksNav {
	position: relative;
	z-index: 30;
}

#header .logo {
	width: 20vw;
	max-width: 140px;
	margin: auto;
	display: block;
	position: relative;
	z-index: 1000;
}

#header.mobile .mainLinksNav {
	margin: 5px 0 0 0;
}

#header.mobile .logo {
	margin: 0;
}

#header .mainLinksUl {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	width: 100%;
	z-index: 999;
}

#header .mainLinksLi {
	display: inline-block;
	padding: 0 5px;
}

#header .mainLinksLi:nth-child(3) {
	padding: 0 100px 0 5px;
}

#header .mainLinksLi:nth-child(4) {
	padding: 0 5px 0 100px;
}

#header.mobile .mainLinksUl {
	top: calc(50% + 25px);
	transform: translateY(0);
	background: #f7f7f7;
	box-shadow: 0 0 3px rgba(0,0,0,.3);
	display: none;
	max-height: 80vh;
	overflow: scroll;
}

#header.mobile .mainLinksUl::-webkit-scrollbar {
	display: none;
}

#header.mobile .mainLinksLi {
	padding: 0;
	display: block;
	border-bottom: 1px solid #e2e2e2;
}

#header.mobile .mainLinksLi:nth-child(3) {
	padding: 0;
}

#header.mobile .mainLinksLi:nth-child(4) {
	padding: 0;
}

#header .burger {
	display: none;
	width: 40px;
	height: 40px;
	background: var(--baseLinkColor);
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	padding: 4px 0;
	border-radius: 3px;
	cursor: pointer;
}

#header .burger:hover {
	background: #ec5133;
}

#header .burger li {
	width: 26px;
	height: 1px;
	margin: 7px auto;
	background: #fff;
	position: relative;
	display: block;
}

#header.mobile .burger {
	display: inline-block;
}

#header .burger.mobile li:first-child, #header .burger.mobile li:last-child {
	opacity: 0;
}

#header .mainLink {
	min-width: 100px;
	padding: 10px 0;
	text-align: center;
	display: block;
	text-transform: uppercase;
	cursor: pointer;
}

#header .mainLink:hover {
	text-decoration: none;
	box-shadow: 0 0 3px rgba(0,0,0,.3);
	background: rgba(255,255,255,.5);
}

#header .mainLink.hover {
	box-shadow: 0 0 3px rgba(0,0,0,.3);
	background: rgba(255,255,255,.5);
}

#header .subLinksUl {
	position: absolute;
	left: 0;
	top: 100px;
	width: 100%;
	background: #fff;
	box-shadow: 0 0 2px rgba(0,0,0,.2);
	padding: 20px;
	display: none;
}

#header.mobile .subLinksUl {
	position: relative;
	top: auto;
	box-shadow: none;
	padding: 10px;
	background: #fff;
}

#header .subLinksLi {
	display: inline-block;
	vertical-align: bottom;
}

#header.mobile .subLinksLi {
	width: 100%;
}

#header .subLink .icon {
	color: var(--baseLinkColor);
	font-size: 50px;
	width: 100%;
	text-align: center;
}

#header.mobile .subLink .icon {
	font-size: 18px;
	width: auto;
	display: inline-block;
}

#header .subLink {
	text-transform: uppercase;
	padding: 10px 20px;
	display: block;
}

#header.mobile .subLink {
	padding: 10px 0;
}

#header .subLink:hover {
	text-decoration: none;
	box-shadow: 0 0 3px rgba(0,0,0,.3);
}

#header .searchDiv {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	background: rgba(0,0,0,.8);
	z-index: 40;
	display: none;
}

#header .searchDiv .formStyle {
	position: relative;
	width: 70%;
	max-width: 720px;
	margin: auto;
	top: 40%;
}

#header .searchDiv .fsInput {
	margin: 0;
}

#header .searchDiv .icon-close {
	color: #fff;
	font-size: 20px;
	position: absolute;
	left: 100%;
	top: 0;
	padding: 10px;
	cursor: pointer;
	background: rgba(255,255,255,.2);
}

#header .searchDiv .icon-close:hover {
	color: #fff;
	background: #e72500;
}

/************************************/
/* END HEADER */
/************************************/

/************************************/
/* FOOTER */
/************************************/

#footer {
	background: #f2f2f2;
	padding: 0 0 60px 0;
}

#footer .newsletter {
	text-align: center;
	padding: 3vh 4vw;
	text-transform: uppercase;
}

#footer .newsletterTxt {
	display: inline-block;
	vertical-align: middle;
	padding: 3px 10px;
}

#footer .newsletter .formStyle {
	width: 100%;
	max-width: 350px;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	padding: 3px 0;
}

#footer .newsletter .fsInput {
	margin: 0;
	padding: 10px 40px 10px 10px;
}

#footer .rotaDiv {
	text-align: center;
	background: #fff;
	padding: 3vh 0 0 0;
}

#footer .rotaDiv > * {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	padding: 10px 0;
}

#footer .rotaImg {
	width: 8vw;
	max-width: 50px;
	margin: 0 0 0 10px;
}

#footer .slickMarcasDiv {
	background: #fff;
}

#footer .slickMarcas {
	margin: auto;
	padding: 10px 0;
	max-width: 800px;
	border-top: 3px solid #999;
}

#footer .slickMarcas .slide {
	vertical-align: top;
	padding: 10px;
}

#footer .footerMarcasLink {
	text-align: center;
	color: #999;
}

#footer .footerNav {
	max-width: 100%;
	text-align: center;
	background: var(--baseLinkColor);
}

#footer .footerLink {
	padding: 20px 10px;
	display: inline-block;
	color: #fff;
	text-transform: uppercase;
}

#footer .socialGrey {
	background: #e5e5e5;
	width: 100%;
}

#footer .socialFooterLi {
	display: inline-block;
	width: 50%;
	vertical-align: bottom;
	padding: 20px 0;
}

#footer .socialFooterLi:last-child {
	text-align: right;
}

#footer .socialLink {
	padding: 10px;
	font-size: 18px;
	margin: 0 2px;
}

#footer .socialTxt {
	padding: 0 0 10px 0;
}

#footer .disclaimer {
	padding: 20px 0;
	text-align: center;
}

#footer .litigio {
	text-align: center;
	font-size: 12px;
}

#footer .icon-kriacao {
	display: block;
	font-size: 10px;
	width: 100px;
	padding: 10px;
	margin: auto;
	color: #999;
	text-align: center;
}

#footer .icon-kriacao:hover {
	text-decoration: none;
}

@media (max-width: 767px) {
	#footer .socialFooterLi {
		width: 100%;
		text-align: center;
		padding: 20px 0 0 0;
	}

	#footer .socialFooterLi:last-child {
		text-align: center;
		padding: 10px 0 20px 0;
	}
}

/************************************/
/* END FOOTER */
/************************************/

/************************************/
/* ASIDE */
/************************************/

.aside {
	position: fixed;
	z-index: 20;
	left: calc(100% - 40px);
	top: 50%;
	transform: translateY(-50%);
}

.aside .asideLi {
	position: relative;
	margin: 0 0 1px 0;
	display: block;
}

.aside .cta {
	padding: 10px 30px 10px 40px;
	position: relative;
	display: inline-block;
	white-space: nowrap;
	/* box-shadow: 0 0 3px rgba(0,0,0,.3); */
}

.aside .icon {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 10px;
	font-size: 16px;
	color: #fff;
}

@media (max-width: 767px){
	.aside {
		left: initial;
		top: initial;
		bottom: 0;
		transform: translateY(0);
		width: 100%;
		padding: 5px 4vw;
		background: var(--baseLinkColor);
	}

	.aside .asideLi {
		position: relative;
		margin: 0;
		display: inline-block;
		width: 33.33%;
	}

	.aside .cta {
		padding: 20px 0 0 0;
		display: block;
		white-space: normal;
		box-shadow: none;
		text-align: center;
	}

	.aside .icon {
		top: 5px;
		transform: translateY(0);
		left: 50%;
		transform: translateX(-50%);
	}
}

/************************************/
/* END ASIDE */
/************************************/
