html{
	max-width:100%;
	overflow-x:hidden;
}
html, body{
	position:relative;
	background:#ffffff;
	max-width:100%;
	overflow-x:hidden;
}


h1,h2,h3,h4,h5,h6,p,button,label,li,input,textarea,select,small{
	font-family:Montserrat, Poppins, Lato, Helvetica;
}
a{
	color:inherit;
	text-decoration:inherit;
	font-family: inherit;
}
a button{
	cursor:pointer;
}
strong{
	font-weight:bold;
}
.owl-carousel img{
	width:auto !important;
	height:auto !important;
}
::-webkit-selection{
	color:#ffffff;
	background:#333333;
}
::selection{
	color:#ffffff;
	background:#333333;
}

.page{
	position:relative;
	width:1200px;
	margin-left:50%;
	left:-600px;
	max-width:100%;
	overflow:hidden !important;
}
@media screen and (max-width:1200px){
	.page{
		margin-left:0;
		left:0;
		width:100%;
		max-width:100%;
		overflow:hidden;
	}
}
.half{
	width:50%;
}
@media screen and (max-width:800px){
	.half{
		width:100%;
	}
}

.owl-dots .owl-dot span{
	margin:2px !important;
	width:20px !important;
	height:8px !important;
}
.owl-dots .owl-dot span:hover{
	background:#999999 !important;
}
.owl-dots .owl-dot.active span{
	background:#C11C37 !important;
}

.header1{
	position:relative;
	max-width:100%;
}
.header1::before{
	position:absolute;
	left:0px;
	font-family:Montserrat, Poppins, Lato;
	font-size:120px;
	color:#F0F0F0;
	content:attr(data-shadow-text);
	width:100%;
	z-index:0;
	font-weight:900;
	font-style:italic;
}
.header1 *{
	position:relative;
	z-index:4;
}
.header1 h3{
	font-weight:normal;
	font-size:26px;
	line-height:140%;
	color:#C11C37;
	margin-left:10px;
}
.header1 h1{
	font-weight:900;
	font-style:italic;
	font-size:50px;
	line-height:140%;
	color:#3A3538;
	text-transform:uppercase;
	margin-top:-10px;
}
.header1 h3 b{
	font-weight:900;
	color:#FFC500;
}
.header1 button{
	position:relative;
	min-width:34px;
	height:50px;
	border-radius:25px;
	border:1px solid #333333;
	color:#333333;
	background:transparent;
	text-align:center;
	margin:3px;
	outline:none;
	cursor:pointer;
	padding:0 15px;
}
.header1-white h3 b{
	color:#ffffff;
}
.header1-white button{
	border:0;
	background:#ffffff;
}
.header1 .arrows button{
	width:40px;
	height:40px;
	padding:0;
	color:#ffffff;
	background:#3A3538;
}
@media screen and (max-width:800px){
	.header1 h3{
		font-size:18px;
	}
	.header1 h1{
		font-size:35px;
	}
	.header1 button span{
		display:none;
	}
}


@keyframes smallFadeInUp{
	from {
		transform: translate3d(0, 20px, 0);
		visibility: visible;
		opacity: 0;
	}
	to {
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
}


.button1{
	position:relative;
	background:#DDDDDD;
	border:0;
	font-weight:bold;
	color:#222222;
	padding:15px;
	min-height:50px;
	outline-color:#333333;
	outline:none;
	border-radius:25px;
}
.button1[data-icon]{
	padding-right:70px;
}
.button1[data-icon]::before{
	position:absolute;
	background:#C11C37;
	content: attr(data-icon);
	top:0;
	left:auto;
	right:0;
	width:50px;
	height:100%;
	font-family:"Font Awesome 5 Pro", "FontAwesome", FontAwesome;
	line-height:50px;
	text-align:center;
	transition:all 100ms linear;
	-webkit-transition:all 100ms linear;
	-moz-transition:all 100ms linear;
	-ms-transition:all 100ms linear;
	-o-transition:all 100ms linear;
	border-radius:25px;
	color:#ffffff;
}
.button1:hover::before{
	width:55px;
}






header{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	z-index:101;
	height:80px;
	background:#ffffff;
	z-index:9999;
}
header .page{
	min-height:80px;
}
header .logo{
	padding:0 20px;
}
header.fixed{
	background:#ffffff;
	box-shadow:0 0px 10px rgba(0,0,0,0.2);
}
header .social li{
	padding:10px;
	font-size:13px;
	font-weight:normal;
	min-width:34px;
	text-align:center;
	height:34px;
	border-radius:50%;
	color:#ffffff;
}
header .social .rounded li{
	border-radius:17px;
	margin-left:3px;
	
}
@media screen and (max-width:900px){
	header .social{
		display:none;
	}
}
@media screen and (max-width:600px){
	header .social{
		display:none;
	}
}


header menu li{
	position:relative;
	font-size:16px;
	color:#000000;
	font-weight:700;
	padding:10px 2px;
	margin:0 10px;
	text-transform:capitalize !important;
}
header menu li::after{
	position:absolute;
	top:105%;
	opacity:0;
	left:5%;
	width:90%;
	height:1px;
	background:#eeeeee;
	content:'';
	transition:all 100ms ease-in-out;
	-webkit-transition:all 100ms ease-in-out;
	-moz-transition:all 100ms ease-in-out;
	-ms-transition:all 100ms ease-in-out;
	-o-transition:all 100ms ease-in-out;
}
header menu li.active::after, header menu li:hover::after{
	top:100%;
	opacity:1;
}
header menu li i{
	opacity:0.6;
	margin-right:7px;
}
.header-space{
	height:80px;
}
header .page{
	overflow:visible !important;
}
header menu ul .submenu{
	position:absolute;
	top:40px;
	background:#ffffff;
	
	width:300px;
	margin-left:50%;
	left:-150px;
	height:auto;
	transform:translateY(10px);
	opacity:0;
	max-height:0;
	overflow:hidden;
	border-radius:5px;
	
	transition:all 250ms ease-in-out !important;
	-webkit-transition:all 250ms ease-in-out;
	-moz-transition:all 250ms ease-in-out;
	-ms-transition:all 250ms ease-in-out;
	-o-transition:all 250ms ease-in-out;
	box-shadow:0 0 6px rgba(0,0,0,0.2);
	
	z-index:9999999;
}
header menu li:hover .submenu{
	max-height:100vh;
	opacity:1;
	transform:translateY(0);
}
header menu ul .submenu ul{
	position:relative;
	width:100%;
	display:table-row;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
   	flex-direction: row;
   	-webkit-flex-wrap: wrap;
   	flex-wrap: wrap;
   	-webkit-flex-flow: row wrap;
   	flex-flow: row wrap;
   -webkit-align-items: center;
   	align-items: center;
   	-webkit-justify-content: space-around;
   	justify-content: space-around;
}
header menu .submenu ul a{
	line-height:50px;
}
header menu .submenu li{
	color:#0F0F0F;
	height:auto;
	padding:0;
	min-height:50px;
	line-height:50px;
	text-align:center;
	width:auto; 
	border-bottom:1px solid #eeeeee;
}
header menu ul .submenu a::last-child li{
	border-radius:0;
}
header menu .submenu li:hover{
	font-weight:bold;
	opacity:0.7;
}


.page-header{
	position:relative;
	height:160px;
	background-color:#eeeeee;
	background-image:url('../imagens/page-header-bg.jpg');
	background-position:center center;
	background-size:cover;
}
.page-header::after{
	position:absolute;
	top:100%;
	top:calc(100% - 20px);
	left:-5%;
	width:110%;
	content:"";
	background:#ffffff;
	height:80px;
	transform: rotate(1deg);
	z-index:10;
}
@media screen and (max-width:700px){
	.page-header::after{
		transform: rotate(2deg);
		top:calc(100% - 30px);
	}
}



.header2{
	position:relative;
	text-align:center;
	z-index:10;
	padding:40px 0;
}
.header2::before{
	position:absolute;
	top:50%;
	margin-top:-90px;
	left:-1000px;
	margin-left:50%;
	font-family:Montserrat, Poppins, Lato;
	font-size:120px;
	color:#F0F0F0;
	content:attr(data-shadow-text);
	width:2000px;
	font-weight:900;
	font-style:italic;
	z-index:0;
	white-space:nowrap;
	text-align:center;
}
.header2 h1{
	position:relative;
	font-weight:900;
	font-size:45px;
	color:#393438;
	font-style:italic;
	z-index:4;
	text-shadow: 4px 0 0 #fff, -4px 0 0 #fff, 0 4px 0 #fff, 0 -4px 0 #fff, 2px 2px #fff, -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff;
}
.header2 hr{
	position:absolute;
	width:120px;
	height:1px;
	background:#C2223D;
	border:0;
	margin-left:50%;
	left:-60px;
	padding:0;
}
.header2 ul{
	position:relative;
	z-index:5;
	padding:10px 2px;
}
.header2 ul li{
	font-size:12px;
	font-weight:normal;
}
.header2 ul a li::after{
	content:"\f054";
	font-family:"Font Awesome 5 Pro", "FontAwesome", FontAwesome;
	font-weight:bold;
	margin:0 6px;
	opacity:0.6;
}

#notfound h3{
	font-size:30px;
}




.paginacao{
	width:100%;
	text-align:left;
}
.paginacao li{
	border:1px solid #fcfcfc;
	min-width:40px;
	height:40px;
	line-height:40px;
	display:inline-block;
	text-align:center;
	border-radius:1px;
	color:#C11C37;
	font-family:Poppins, Lato;
	font-weight:bold;
	font-size:18px;
}
.paginacao li:hover, .paginacao li.selected{
	background:#C11C37;
	color:#ffffff;
	border:0;
}



.probox{
	position:relative;
	width:290px;
	-webkit-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.3);
	border-radius:4px;
	margin:15px;
	margin-top:0;
	transition:transform 300ms ease-in-out;
	transition-delay;300ms;
	padding-bottom:40px;
}
.probox:hover{
	transform:translateY(-5px);
}
.probox figure{
	position:relative;
	width:100%;
	height:216px;
	background:#fefefe;
	border-radius:4px;
	border-bottom-left-radius:0;
	border-bottom-right-radius:0;
	background-size:cover;
	background-position:center;
}
.probox figure.unveil-loading::after{
	position:absolute;
	content:'';
	top:25%;
	left:25%;
	width:50%;
	height:50%;
	background-image:url('https://cdn.shopify.com/s/files/1/0305/5465/t/4/assets/loading.gif?8878585074648755481');
	background-position:center;
	background-size:contain;
	background-repeat:no-repeat;
	opacity:0.6;
}
.probox .fabricante-logo{
	position:absolute;
	top:190px;
	min-width:60px;
	height:35px;
	left:20px;
	border-radius:2px;
	overflow:hidden;
	background:#ffffff;
}
.probox .fabricante-logo img{
	max-width:95%;
	max-height:95%;
}
.probox .desc{
	padding:15px 10px;
}
.probox h6{
	color:#C11C37;
	font-size:15px;
	font-weight:500;
	padding:3px 0;
}
.probox .price{
	color:#444444;
	font-size:16px;
}
.probox .list{
	margin:6px 0;
}
.probox .list div{
	font-size:13px;
	margin-right:5px;
}
.probox .list div:last-child{
	margin-right:0px;
}
.probox p{
	margin-top:5px;
	font-size:14px;
	font-weight:300;
	line-height:140%;
}
.probox button{
	position:absolute;
	top:auto;
	bottom:0;
	left:0;
	width:100%;
	background:#EEEEEE;
	color:#333333;
	font-size:12px;
	border:0;
	font-weight:bold;
	padding:15px;
	outline:none;
	cursor:pointer;
}


.notbox{
	position:relative;
	width:100%;
	margin:0px 10px;
	width:calc(100% - 20px);
}
.notbox figure{
	position:relative;
	width:100%;
	height:210px;
	background-position:center center;
	background-size:cover;
	background-color:#eeeeee;
}
.probox figure.unveil-loading::after{
	position:absolute;
	content:'';
	top:25%;
	left:25%;
	width:50%;
	height:50%;
	background-image:url('https://cdn.shopify.com/s/files/1/0305/5465/t/4/assets/loading.gif');
	background-position:center;
	background-size:contain;
	background-repeat:no-repeat;
	opacity:0.6;
	z-index:5;
}
.notbox figure figure{
	width:50px;
	height:50px;
	background:#C11C37;
	color:#ffffff;
	text-align:center;
	font-size:16px;
	line-height:40px;
	border-right:10px solid #ffffff;
	border-bottom:10px solid #ffffff;
}
.notbox figcaption{
	margin-top:20px;
}
.notbox .date{
	min-width:60px;
	margin-right:20px;
	text-align:center;
}
.notbox .date h1{
	font-family:Montserrat, WorkSans, Poppins, Lato;
	font-size:24px;
	font-weight:500;
	color:#555555;
}
.notbox .date hr{
	border:0;
	height:1px;
	background:#C11C37;
}
.notbox h3{
	color:#C11C37;
	font-size:14px;
	font-weight:normal;
	text-align:left;
	line-height:140%;
}
.notbox p{
	color:#333333;
	font-size:13px;
	font-weight:300;
	text-align:left;
	line-height:160%;
}
@media screen and (max-width:400px){
	.notbox figure{
		height:160px;
	}
}



.binfo .info{
	position:relative;
	z-index:3;
	text-align:center;
}
.binfo img{
	vertical-align:middle;
	max-width:70%;
	z-index:3;
}
.binfo-whiteshadow{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:2;
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0.7) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0.7) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0.7) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
}
.binfo .info{
	margin:30px 0;
}



#supfooter{
	position:relative;
	overflow:hidden;
	background:url('../imagens/footer-supheader-bg.jpg') center center no-repeat;
	background-size:cover;
	padding:20px 0;
}
#supfooter *{
	position:relative;
	z-index:4;
}
#supfooter::after{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	content:"";
	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 16%, rgba(255,255,255,0.7) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(16%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,0.7)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 16%, rgba(255,255,255,0.7) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 16%, rgba(255,255,255,0.7) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 16%, rgba(255,255,255,0.7) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 16%, rgba(255,255,255,0.7) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
}
#supfooter h3{
	font-weight:600;
	font-size:25px;
	color:#C11C37;
	line-height:130%;
}
#supfooter h3 small{
	font-size:20px;
}
#supfooter h3 b{
	font-weight:900;
	color:#FFC500;
}
#supfooter p{
	font-size:12px;
	color:#333333;
	line-height:140%;
}
#supfooter button{
	margin-right:10px;
	margin-bottom:10px;
	height:40px;
	border-radius:20px;
	border:0;
	padding:5px 15px;
	font-weight:600;
	font-size:12px;
	letter-spacing:1px;
	background:#ffffff;
	outline:none;
}
#supfooter button i{
	margin-right:5px;
}
#supfooter .info{
	text-align:left;
}
#supfooter .depoimentos figure{
	position:relative;
	width:50px;
	height:50px;
	border-radius:50%;
	border:0;
	background-color:#ffffff;
	background-position:center center;
	background-size:cover;
}
#supfooter .depoimentos h4{
	font-size:18px;
	font-weight:600;
	color:#C11C37;
}
#supfooter .depoimentos p{
	max-width:450px;
	color:#333333;
	font-size:13px;
	font-weight:normal;
}
@media screen and (max-width:800px){
	#supfooter .info{
		text-align:center;
	}
	#supfooter .buttons{
		justify-content: center;
	}
}


footer{
	position:relative;
	background:#DDDDDD;
	padding:20px 0;
}
footer .social li{
	position:relative;
	width:34px;
	height:34px;
	color:#333333;
	font-size:17px;
	background:#ffffff;
	border-radius:50%;
	text-align:center;
	line-height:34px;
	margin:3px;
}
footer .social li:hover{
	background:#FFC500;
	color:#ffffff;
}


footer{
	position:relative;
	background-color:#666666;
	background-image:url('../imagens/footer-bg.jpg');
	background-position:center center;
	background-size:cover;
}
footer .page{
	min-height:210px;
}
footer .social{
	text-align:left;
}
footer .social li{
	width:40px;
	height:40px;
	color:#ffffff;
	text-align:center;
	line-height:40px;
	display:inline-block;
	background:rgba(255,255,255,0.1);
	font-size:18px;
}
footer .social li:hover{
	background:#ffffff;
	color:#C11C37;
}
footer .links{
	list-style-type:disc;
	list-style-type:disc;
	font-size:12px;
	color:#ffffff;
}
footer .links li{
	margin:10px 0;
}
footer .links li:hover{
	text-decoration:underline;
}
footer .rb p{
	font-size:10px;
	color:#ffffff;
	color:rgba(255,255,255,0.7);
}
footer .item1{
	width:240px;
	color:#ffffff;
}
footer .item1 figure{
	min-width:50px;
	height:100%;
	color:#ffffff;
	font-size:16px;
}
footer .item1 h6{
	font-size:18px;
	padding:3px 0;
}
footer .item1 p{
	font-size:12px;
	padding:3px 0;
	line-height:140%;
}
#subfooter p{
	font-family:Montserrat, Poppins, Lato;
	font-size:6px;
	letter-spacing:1px;
	line-height:120%;
	font-weight:normal;
	color:#555555;
	letter-spacing:1px;
}
@media screen and (max-width:500px){
	footer .social{
		text-align:center;
	}
	footer .flex-align-left{
		webkit-justify-content: center;
    	justify-content: center;
	}
}

