* {
	outline: none;
	font-family: 'Roboto-Regular', 'Helvetica Neue', 'Segoe UI', Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 21px;
  	color: #666;
	background-color: #FFF;
    font-synthesis: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	-moz-font-feature-settings: 'liga', 'kern';
}

img {
  border: 0;
}

h1, .h1 {
	font-family: 'Roboto-Bold';
	color: #b5040b;
	font-size: 28px;
	font-weight: 400;
	line-height: 36px;
}
h2, .h2 {
	font-family: 'Roboto-Regular';
	color: #333;
	font-size: 24px;
	font-weight: 400;
	line-height: 28px;
}

h3, .h3 {
	font-family: 'Roboto-Bold';
	color: #333;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
}

h4, .h4 {
	font-family: 'Roboto-Regular';
	color: #f41d25;
	font-size: 18px;
	font-weight: normal;
	line-height: 24px;
}

h5, .h5 {
	font-family: 'Roboto-Bold';
	color: #333;
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
}


p, a, label, li, td {
	font-family: 'Roboto-Regular';
	color: #333;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
}

a {
	transition: all 0.2s;
	-webkit-appearance: none !important;
	text-decoration: underline;
}

a:hover {
	color: #f41d25;
}

small, .small {
	font-size: 12px;
	color: #666;
	font-weight: 400;
	line-height: 15px;
}

section.section{
	width: 100%;
	padding-bottom: 30px;
	min-height: 400px;
}

@media screen and (max-width: 768px){section.section{min-height: auto;}}

.wrapper-content {
	padding-top: 50px;
	padding-bottom: 90px;
}

select:focus::-ms-value {
	background: transparent;
}

textarea {
  height: auto;
  resize: none;
}
/*BOTÃO PRIMÁRIO*/
.hiddenstyles {background: none !important;padding: 0 !important;
	}
.hiddenstyles::after {background: none !important;}

input[type=submit],
button,
.btn,
.submit {
	-webkit-appearance: button;
	box-sizing: border-box;
	transition: all 0.2s;
	cursor: pointer;
	background-color: #f41d25;
	border:0;
	border-radius: 8px 0 0 8px;
	color: #FFF;
	font-size: 12px;
	font-weight: 700;
	line-height: 100%;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	padding: 12px 25px;
	display: inline-block;
	position: relative;
	letter-spacing: 0.5px;
}

.submit {-webkit-appearance: initial !important;}

input[type=submit]::after,
button::after,
.btn::after,
.submit::after {
	content: '';
	transition: all 0.2s;
	border-radius: 0 8px 8px 0;
	margin-left: 1px;
	width: 13px;
	height: 13px;
	background: #f41d25 url(../sysimages/arrow_right.png) no-repeat;
	background-size: 13px auto;
	background-position: center;
	display: inline-block;
	position: absolute;
	top: 0;
	right: -34px;
	padding: 11px 10px 12px 10px;
}


input[type=submit]:hover,
button:hover,
.btn:hover,
.submit:hover,
input[type=submit]:hover::after,
button:hover::after,
.btn:hover::after,
.submit:hover::after {
	background-color: #b5040b;
	color: #FFF;
}

/*BOTÃO CART*/
.btn.btnCart {padding: 14px 50px;font-size: 14px;line-height: 20px;}

.btn.btnCart::after {
	padding: 16px 17px;
	right: -51px;
	width: 16px;
	height: 16px;
	background-size: 16px auto;
}

@media screen and (max-width: 1321px){
		.btn.btnCart {padding: 12px 25px;font-size: 12px;line-height: 100%;}
		.btn.btnCart::after {padding: 11px 10px 9px 10px;right: -37px;}
	}

/*--------------------*/

/*BOTÃO SECUNDÁRIO*/

.btn.sec {
	background: #FFF;
	border:2px solid #f41d25;
	color: #f41d25;
	border-radius: 8px;
}

.btn.sec:hover {
	background: #b5040b;
	color: #FFF;
}

.btn.sec::after {
	display: none;
}
/*-----------------------*/

/*BOTÃO SECUNDÁRIO - 2*/

.btn.sec2 {
	background: none;
	border:2px solid #FFF;
	color: #FFF;
	border-radius: 8px;
}

.btn.sec2:hover {
	border-color: #FFF;
	background: #FFF;
	color: #333;
}

.btn.sec2::after {
	display: none;
}

/*-----------------------*/

/*Estilos Gerais*/
#panel{position: relative;background: #FFF;}
#panel::before{content: '';visibility: hidden;opacity: 0;position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: rgba(0,0,0,0.5);z-index: 100;}
#panel.overlay::before{visibility: visible;opacity: 1;}
.title {text-align: center;margin-bottom: 20px;}
.title .title_shadow {font-size: 25px;line-height: 90%;color: #333;font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;}
.title h1.h2 {font-size: 18px;line-height: 24px;text-transform: uppercase;font-family: "Roboto-Bold";}
.title.white h1.h2 {color: #FFF;}
.title.white span {color: #FFF;}

.title_page {border-bottom: 2px solid #f41d25;}
.title_page h1 {padding-bottom: 5px;}
.title_page.mini {border-bottom: 1px solid #f41d25;}
.title_page.mini h2.h4 {padding-bottom: 8px;}


@media screen and (max-width: 768px){
	.title {margin-bottom: 15px;}
	.title_page {text-align: center;border-bottom: 1px solid #f41d25;}
	.title_page h1 {font-size: 20px;line-height: 120%;}
	#panel {-webkit-box-shadow: 0 0 5px 0 rgb(102,102,102);-moz-box-shadow: 0 0 5px 0 rgb(102,102,102);box-shadow: 0 0 5px 0 rgb(102,102,102);}
}
/*-----------------------*/

form label {
	display: block;
}


form label input,
form label textarea,
form label select {
	background-color: transparent;
	border: 1px solid #999;
	width: 100%;
	color: #555;
	box-sizing: border-box;
	border-radius: 8px;
}

form select {
	padding: 8px 12px;
}

form .w100	{
	width: 100%;
}

form .w100 .w50 {
	float: left;
	width: 48.2%;
}

form .w100 .w50:first-child {
	margin-right: 3.5%;
}

form label.w30 {
	float: left;
	width: 30%;
	margin-left: 5%;
}

form label.w30:first-child {
	margin-left: 0%;
	margin-top: 20px;
}

form .bt {
	margin-top: 10px;
}

form .bt p.campos {
	padding-top: 14px;
	float: left;
}

form .bt input {
	float: right;
	min-width: 135px;
}

blockquote {
  margin: 0 14px !important;
}

.clear {
	clear:both; 
	*line-height: 1px; 
	padding: 0; 
}

.clearfix:before, 
.clearfix:after { 
	content:""; 
	display:block;
}

.clearfix:after { 
	clear:both; 
}

.clearfix {
	zoom:1;
  display: block;
} 

.relative {
	position: relative;
	z-index: 0;
}

.left {
  float: left;
}

.right {
  float: right;
}

._content {
	min-width: 980px;
	margin: 0 auto;
	position: relative;
}

#main {
	padding-top: 115px;
}

.center_content {
	max-width: 1250px;
	margin: 0 auto;
	position: relative;
	z-index: 0;
}

.paddingCenterContent {
	padding: 33px 65px 50px 65px;
}

@media screen and (max-width: 1320px){
	.center_content {max-width: 975px;}
}

@media screen and (max-width: 768px){
	#main {padding-top: 41px;}
	._content {min-width: 0;}
}

/*TABLE*/

.table {display: table;margin: 0 auto;width: 100%;height: 100%;}
.table .table_cell {display: table-cell;vertical-align: middle;}

/*---------*/

/*SABER MAIS*/
a.more {display: inline-block;color: #fff;text-decoration: none;font-weight: 700;text-transform: capitalize;}
a.more::after {content: ''; margin-left: 5px;width: 10px;height: 10px;background: url(../sysimages/arrows.png) right bottom/20px auto no-repeat; display: inline-block;}
a.more.dark {color: #333;}
a.more.dark::after {background: url(../sysimages/arrows.png) right top/20px auto no-repeat;}

/*INPUT ERRORS*/


.inputError{padding:0px;position:relative;}
.inputError.displayError {display: block;}

.inputError > span,
.inputError > label > span{	display: block;	padding-bottom: 4px;font-size: 11px;color: #666;}

.inputError.displayError input:not([type='submit']), .inputError.displayError select, .inputError.displayError textarea{background: #FFE0D9 !important;border: 1px solid #EB5D4E !important;}
.inputError.displayError > span, .inputError.displayError > label > span{color: #EB5D4E;}

.form-message .success{text-align: left;display: none;padding: 12px 15px 12px 42px;color: #428244;background: url(../sysimages/check.png) no-repeat 11px 11px #DFF0D8;background-size: 20px;line-height: 18px;margin-bottom: 16px;}
.form-message .error,
.form-message .error1,
.form-message .error2,
.form-message .error3,
.form-message .error4 {display: none; text-align: left;padding: 12px 15px 12px 42px;color: #E84B3C;background: url(../sysimages/error.png) no-repeat 11px 11px #FFE0D9;background-size: 20px;line-height: 18px;margin-bottom: 16px;}

/*------------*/

/*SOCIALS NETWORKS*/

.socials a {display: inline-block;width: 38px;height: 38px;background: url(../sysimages/socials.png) no-repeat;background-size: 380px auto;line-height: 0;}
.socials a:not(:last-child) {margin-right: 8px;}

.socials a.facebook {background-position: left top;}
.socials a.vimeo {background-position: -38px top;}
.socials a.pinterest {background-position: -76px top;}
.socials a.youtube {background-position: -114px top;}
.socials a.googleplus {background-position: -152px top;}
.socials a.linkedin {background-position: -190px top;}
.socials a.twitter {background-position: -228px top;}
.socials a.tumblr {background-position: -266px top;}
.socials a.instagram {background-position: -304px top;}
.socials a.email {background-position: right top;}

.socials a.facebook:hover {background-position: left bottom;}
.socials a.vimeo:hover {background-position: -38px bottom;}
.socials a.pinterest:hover {background-position: -76px bottom;}
.socials a.youtube:hover {background-position: -114px bottom;}
.socials a.googleplus:hover {background-position: -152px bottom;}
.socials a.linkedin:hover {background-position: -190px bottom;}
.socials a.twitter:hover {background-position: -228px bottom;}
.socials a.tumblr:hover {background-position: -266px bottom;}
.socials a.instagram:hover {background-position: -304px bottom;}
.socials a.email:hover {background-position: right bottom;}


/*MINI*/
.socials.mini a {width: 25px;height: 25px;background-size: 250px auto;}
.socials.mini a:not(:last-child) {margin-right: 5px;}

.socials.mini a.facebook {background-position: left top;}
.socials.mini a.vimeo {background-position: -25px top;}
.socials.mini a.pinterest {background-position: -50px top;}
.socials.mini a.youtube {background-position: -75px top;}
.socials.mini a.googleplus {background-position: -100px top;}
.socials.mini a.linkedin {background-position: -125px top;}
.socials.mini a.twitter {background-position: -150px top;}
.socials.mini a.tumblr {background-position: -175px top;}
.socials.mini a.instagram {background-position: -200px top;}
.socials.mini a.email {background-position: right top;}

.socials.mini a.facebook:hover {background-position: left bottom;}
.socials.mini a.vimeo:hover {background-position: -25px bottom;}
.socials.mini a.pinterest:hover {background-position: -50px bottom;}
.socials.mini a.youtube:hover {background-position: -75px bottom;}
.socials.mini a.googleplus:hover {background-position: -100px bottom;}
.socials.mini a.linkedin:hover {background-position: -125px bottom;}
.socials.mini a.twitter:hover {background-position: -150px bottom;}
.socials.mini a.tumblr:hover {background-position: -175px bottom;}
.socials.mini a.instagram:hover {background-position: -200px bottom;}
.socials.mini a.email:hover {background-position: right bottom;}
/*----------------*/

/*MEDIUM*/
	.socials.medium a {width: 32px;height: 32px;background-size: 320px auto;}
	.socials.medium a:not(:last-child) {margin-right: 2px;}

	.socials.medium a.facebook {background-position: left top;}
	.socials.medium a.vimeo {background-position: -32px top;}
	.socials.medium a.pinterest {background-position: -64px top;}
	.socials.medium a.youtube {background-position: -96px top;}
	.socials.medium a.googleplus {background-position: -128px top;}
	.socials.medium a.linkedin {background-position: -160px top;}
	.socials.medium a.twitter {background-position: -192px top;}
	.socials.medium a.tumblr {background-position: -224px top;}
	.socials.medium a.instagram {background-position: -256px top;}
	.socials.medium a.email {background-position: right top;}

	.socials.medium a.facebook:hover {background-position: left bottom;}
	.socials.medium a.vimeo:hover {background-position: -32px bottom;}
	.socials.medium a.pinterest:hover {background-position: -64px bottom;}
	.socials.medium a.youtube:hover {background-position: -96px bottom;}
	.socials.medium a.googleplus:hover {background-position: -128px bottom;}
	.socials.medium a.linkedin:hover {background-position: -160px bottom;}
	.socials.medium a.twitter:hover {background-position: -192px bottom;}
	.socials.medium a.tumblr:hover {background-position: -224px bottom;}
	.socials.medium a.instagram:hover {background-position: -256px bottom;}
	.socials.medium a.email:hover {background-position: right bottom;}
/*----------------*/
/*DOWNLOADS*/

.downloads {display: inline-block;}
.downloads a {position: relative;padding-left: 30px;padding-top: 15px;display: block;}
.downloads a::after {content: ''; background: url(../sysimages/downloads.png) no-repeat;width: 22px;height: 22px;background-size: 66px auto;position: absolute;left: 0;bottom: 0;transition: 0s;}

.downloads a.zip::after {background-position: right top;}
.downloads a.pdf::after {background-position: -22px top;}
.downloads a.img::after {background-position: left top;}

.downloads a.zip:hover::after {background-position: right bottom;}
.downloads a.pdf:hover::after {background-position: -22px bottom;}
.downloads a.img:hover::after {background-position: left bottom;}
/*--------------*/


.isiOS #header ul.language-drop {width: 44px;}


#aboutUs .wrapper-content .choose-wrapper ul li a {text-decoration: none;color: #999;}
#aboutUs .wrapper-content .choose-wrapper ul li.sel a{color: #333;font-weight: 700;}
#aboutUs .wrapper-content .choose-wrapper ul li a:hover{color: #333;}


footer .list.contacts, footer .list.contacts div, footer .list.contacts p, footer .list.contacts li, footer .list.contacts li a, #footer .footer-menu ul.col li a {color: #555;font-size: 12px;}

