﻿/***** BEGIN 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, font, 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, 
div {
	border: 0; margin: 0; padding: 0;	
}

ol, ul {list-style: none;}

::-moz-selection {
    background: #ccc;
    color: #000;
    text-shadow: none;
}

::selection {
    background: #ccc;
    color: #000;
    text-shadow: none;
}

a:link, a:visited, a:active{text-decoration:none; color:#000;}
a:hover {text-decoration:none;color:#3d3d3d }

/***** END RESET *****/

body { 
	font-family: 'Roboto', sans-serif;
	font-size:23px;
	overflow-x: hidden;
	line-height: 1.6;
	 -webkit-text-size-adjust: none;
}

.left  {float:left;}
.right {float:right;}
.clear  {clear:both;}
.center{text-align:center!important}

.wrap {
	width:100%;
	max-width:1020px; 
	margin:0 auto;
}
.wrap2{
	width:100%;
	margin:3em auto;
	max-width:810px;	
}

.form p {
	font-size:16px;
	line-height:30px;
	text-align:left;
	color:#343434;
	font-weight:900
}

p {
	font-size:17px;
	line-height:1.6;
	text-align:justify;
	color:#343434;
}
ul {
	font-size:17px;
	line-height:1.6;
	text-align:justify;
	color:#343434;
}

h1 {
	color:#343434;
		font-size:38px;
	font-weight:900;
	text-transform:uppercase;
	text-align:center;
		margin:1em auto 0 auto;

}
	h1 a:link,h1  a:visited, h1 a:active{text-decoration:none; color:#fff}
	h1 a:hover {text-decoration:none;color:#3d3d3d }
	

h2 {
	margin:1em auto 0 auto;
	color:#343434;
	font-size:38px;
	font-weight:900;
	text-transform:uppercase;
	text-align:center;
}
	h2 a:link,h2  a:visited, h2 a:active{text-decoration:none; color:#000;}
	h2 a:hover {text-decoration:none;color:#3d3d3d }
	
h3 {
	text-align:center;
	font-size:34px;
	color:#ffc325;
	margin:0 auto .5em auto;
	font-family: 'Oswald', sans-serif;
}

h4 {
	font-size:23px;
	color:#000;
	font-weight:900;
	text-align:left;
	margin:0 auto .5em auto;
}

h5 {
	text-align:left;
	font-size:17px;
	color:#666;
	margin:0 0 0.6em 0;
}
.smallheader {
	text-align:left;
	font-size:17px;
	color:#666;
	margin:0 0 0.6em 0;
}
h6, h6 a {
	color:#fff!important;
	font-size:20px;
    }
    h6 a:hover {text-decoration:none;color:#3d3d3d!important }

    .vermelho{color: #D80003!important}
.center{text-align: center;}
.left{text-align: left;}
/******HEADER******/
.headertext {
	margin:1em auto 0 auto;
	color:#343434;
	font-size:26px;
	width: 100%;
	font-weight:900;
	text-transform:uppercase;
}

.paratext {
	font-size:17px;
	line-height:1.6;
	text-align:justify;
	color:#343434;
}
header {
	width:100%;
	margin:0 auto;
	background:#000;
	padding:1em;
	display: flex;
	justify-content: flex-end;
	box-sizing: border-box;
	align-items: center;
}

#logo{
	display:inline-block;
	width:100%;
}

header .button {display:none!important;}
#logo img{
	display:inline-block;
	vertical-align:middle;
}
.middlelogo{padding:0 4%}
.mainlogo{max-width:400px; width:100%; text-align: center; margin: auto;}

.headerphone {
	display:inline-block;
	 width: 32%;
	padding:2% 0;
}

#head3{display:inline-block; width: 60%; text-align: center}
#headsidert{display:inline-block; width: 30%; text-align: right;}
#headsidert h6{ display: inline-block}
#headsidert a:hover{ color: #ffc325!important; transition: all 300ms ease;}
#headsidelf{display:inline-block; width: 30%; text-align: left;}
.black{color: #000!important;}
/******CONTENT******/

.three_fourths {
	width:60%;
	padding:3% 4%;
	float:left;
}

.one_fourth {
	width:26%;
	float:left;
	padding:3% 3% 4% 3%;
}

.one_third{
	width:40%;
	float:left;
	padding:2em 0 2em 10%;
	line-height:33px;
	text-align:left;
}
.two_third{
	width:50%;
	float:left;
	padding:2em 0;
}

.service-pg-img {display:flex; gap:14px; width:100%; max-width:100%; }
.service-img-1 {width:75%;}
.service-img-1 img {width:100%; }
.service-img-2 {width:34%;}
.service-img-2 img {width:100%; }


.half {
	width:50%;
	float:left;
	padding:2em 0;
}

.full {
	width:92%;
	padding:2em 4%;
	float:left;
}

.whole {
	width:92%;
	padding:1em 4%;
}

.metade{
	width:50%;
	float:left;
}
.last{padding: 0!important}

.centerimg {text-align:center;}
.lefttext {text-align:left;}
.center{text-align:center; padding-bottom:20px;}

.thomas{text-align: center}
/******* CONTACT PAGE ******/

.google-maps {
    position: relative;
    padding-bottom:100%;
    overflow: hidden;
    width: 100%;
}

.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	pointer-events: none;
}


/******* BUTTON ******/

.showmobilebutton{
	display:none; 
	width:96%; 
	text-align:center; 
	margin:0 auto 1em auto;
	background:#ffc325; 
	padding:10px 0 ;
	border:8px solid #fff; 
	box-shadow: 0 0 5px #c7c7c7; 
	transition:background-color 300ms ease, background-color 300ms ease, all 300ms ease;
	font-size:18px;
	text-transform:uppercase;
	font-weight:bold;
	}
	
	.showmobilebutton:hover{ border:8px solid #ffc325; }

.buttonpdf{
	background:#ffc325; 
	padding:8px; 
	border:8px solid #fff; 
	box-shadow: 0 0 10px #c7c7c7; 
	transition:background-color 300ms ease, background-color 300ms ease, all 300ms ease;
	color:#fff;
	font-size:15px;
	line-height: 22px;
	font-weight:bold;
	display:block;
	}
	.buttonpdf:hover{ border:8px solid #ffc325; }

.botaozao{
	background:#ffc325; 
	padding:26px 0; 
	border:8px solid #fff; 
	box-shadow: 0 0 10px #c7c7c7; 
	transition:background-color 300ms ease, background-color 300ms ease, all 300ms ease;
	color:#fff;
	font-size:30px;
	display:block;
    width: 100%;
    float: right;
    text-transform: uppercase;
    font-weight: 900
	}
	.botaozao:hover{ border:8px solid #ffc325; }

/******* SCROLLING INV ******/

.scrolling-wrap{width: 100%;height: 90px;overflow: hidden; padding: 1em 0;}
.scrolling{width: 100%; height: 92px;} 



/******* SCREENER PAGE ******/

#shaker{text-align:center; padding:0 0 1em 0}
	#shaker img{width:100%; max-width:253px;}


/******* FORM PAGE ******/

.form {
	margin: 0 auto;
	text-align:left;
	}

form.myform {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0;
	padding: 0;
	}
.myform {font-size: 16px;}
.myform label{
	padding:.5em 0;
	display:inline-block;
	width: 100%;
	margin:0;
	color: #231F20;
	line-height: 2;
	position: relative;
	font-size:19px;
	}

.myform input{
	padding:.5em;
	width:100%;
    -moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	border:1px solid #ddd;
	color: #999;
	box-sizing: border-box;
	}
	.myform input:focus {
	background:#fff;
	color:#000;
	outline: none;
	border: 1px #bbb solid;
	-webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow:    0px 1px 3px 0px rgba(0, 0, 0, 0.15);
	box-shadow:         0px 1px 3px 0px rgba(0, 0, 0, 0.15);
	}

.myform textarea{
	padding:.5em;
	width:100%;
	height: 111px;
    -moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	border:1px solid #ddd;
	font-family: Arial, sans-serif;
	color: #999;
	}
	.myform textarea:focus {
		background:#fff;
		color:#000;
		outline: none;
		border: 1px #bbb solid;
		-webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
		-moz-box-shadow:    0px 1px 3px 0px rgba(0, 0, 0, 0.15);
		box-shadow:         0px 1px 3px 0px rgba(0, 0, 0, 0.15);
		}

.myform input[type="checkbox"]{
	width:auto;
	box-shadow:none;
	margin:1em auto 0 auto;
}

.myform input[type="radio"]{
    padding: 0;
    border: 0;
    margin: 0 5px 0 0;
    width: 35px;
    height: 15px;
    display: inline-block;
 }


.myform select{
	padding:.5em;
    -moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	border:1px solid #ddd;
	margin-bottom:10px;
	width: 100%;
	
}

.myform h3, .myform h4, .myform h5 {width: 100%; margin: 1em 0;}


label.required:before {
	content: "*";
	position: absolute;
	top: 6px;
	left: -10px;
	color: #E40307;
	}



input.btn {
	background:#ffc325;
	text-align:center;
	border: none;
	color:#000;
	padding:12px 0;
	display:block;
	width:257px;
	margin:5px auto;
	cursor: pointer;
	}
	
input.btn:hover {
	background:#000;
	color:#fff;	
	}



.captcha-container {
	width: 100%;
	padding: 0; 
	margin:0 auto; 
	text-align:center;
	position: relative;
	}
	
.CaptchaPanel {
	width: 250px!important;
	margin:0 auto 10px auto!important;
	padding:0!important;
	}
	
.CaptchaImagePanel, 
.CaptchaMessagePanel, 
.CaptchaAnswerPanel, 
.CaptchaWhatsThisPanel {
	margin:0px 0px 0px !important; 
	font-size:13px;
	color: #000;
	text-align: center !important;
	}
	
.CaptchaWhatsThisPanel {
	line-height: 3;
	}
	
img#CaptchaImage {
	width:85% !important;
	}
	
#CaptchaAnswer {
	width:220px;
	}
	
.form-btns {
	position: relative;
	border:none;
	margin:0 auto;
	text-align:center;
	max-width:260px;
	}


/******  INVENTORY CATEGORIES ******/

.categories {
	z-index:100;
	position:relative;
	width:100%;
	margin:0 auto 2em auto;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.categories.sub-level {
	position:relative;
	background: #f5f5f5;
	padding:0px 0 5px 0;
}

.categories.sub-level .icon{
	float:left;
	width:170px;
	position:relative;
	margin:20px 8.3% 20px 8.3%;
}

.categories.sub-level .two-icons{
	margin:20px 15% 20px 15% !important;
}

h5.alt-title {
	background:#EFEFEF;
	padding:15px 0 15px 15px;
}

.icon {
	width:calc(25% - 1em);
	margin:.45em;
	position:relative;
	box-sizing: border-box;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#4c4c4c+0,595959+12,666666+22,474747+36,2c2c2c+47,000000+61,111111+69,2b2b2b+79,1c1c1c+91,131313+100 */
background: #4c4c4c; /* Old browsers */
background: -moz-linear-gradient(top, #4c4c4c 0%, #595959 12%, #666666 22%, #474747 36%, #2c2c2c 47%, #000000 61%, #111111 69%, #2b2b2b 79%, #1c1c1c 91%, #131313 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #4c4c4c 0%,#595959 12%,#666666 22%,#474747 36%,#2c2c2c 47%,#000000 61%,#111111 69%,#2b2b2b 79%,#1c1c1c 91%,#131313 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #4c4c4c 0%,#595959 12%,#666666 22%,#474747 36%,#2c2c2c 47%,#000000 61%,#111111 69%,#2b2b2b 79%,#1c1c1c 91%,#131313 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313',GradientType=0 ); /* IE6-9 */
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	border-radius: 14px;
	border:1px solid #ffc325;
}

.icon a{
	text-decoration:none !important;
	-webkit-transition:.1s ease-in;  
	-moz-transition:.1s ease-in;  
	-o-transition:.1s ease-in;  
	transition:.1s ease-in;
	display: inline-flex;
	height: 100%;
	width: 100%;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.icon a:hover p{
	text-decoration:none !important;
	-webkit-transition:.1s ease-in;  
	-moz-transition:.1s ease-in;  
	-o-transition:.1s ease-in;  
	transition:.1s ease-in;
	color:#fff!important;
	opacity: 100;
	filter: alpha(opacity=100); /* For IE8 and earlier */
}
	
.icon a:hover{
	opacity: 0.3;
    filter: alpha(opacity=30); /* For IE8 and earlier */
}

.icon a:active{
	opacity: 0.3;
    filter: alpha(opacity=30); /* For IE8 and earlier */
}

.icon p{
	color:#ffc325!important;
	font-size:16px;
	font-weight:900;
	z-index:5000;
	position:relative;
	text-align:center;
	line-height: 1.4;
	width:100%;
	margin:10px auto;
	text-transform:uppercase;
	font-family: 'Oswald', sans-serif;
}

.noimgtext{font-size:26px!important;}
.noimgtext_threeline{font-size:26px!important;}

.icon img {
	width:100%;
	z-index:4000;
	position:relative;
}


/******FOOTER******/

footer {
	padding:1em 0;
	background:#000;
}

a.footerlink:link, a.footerlink:visited, a.footerlink:active{
	text-decoration:underline;  font-size:13px; color:#aaa;}
a.footerlink:hover {text-decoration:none;  font-size:13px; color:#aaa;}
.footertext{font-size:13px; color:#aaa;}
.smallfootertext{font-size:10px; color:#aaa;}
.divfooter {
	width:100%;
	max-width:470px; 
	text-align:center; 
	margin:0 auto;
}

.social-media a {font-size:21px; color:#ffc325;}


/******RESPONSIVE******/

.mobileshow{display:none}

@media screen and (max-width: 1200px) {
	.icon {width:calc(33.33% - 1em);}
	
	header h1 {font-size: 26px;}
}

@media screen and (max-width: 1025px) {
    
    #head3{display:block; width: 100%;; text-align: center}
    #headsidert{display:block; width: 100%;; text-align: center; margin: 0 auto}
    #headsidelf{display:block; width:100%; text-align: center; }
    .hide{display:none!important}
    
    h1, h2, h3 {font-size:26px;}
	p{font-size:18px; text-align:center;}
	.whole h1 {text-align: center;}
    .mobileshow{display: block; text-align: center; margin:0 auto;}
}

@media screen and (max-width: 1010px) {
	#hide{display:none!important}
	.headerphone {
		width:100%;
		float:none;
		margin:0 auto;
		text-align:center;
	}
	
	#logo {
		width:100%;
		float:none;
		margin:0 auto;
		text-align:center;
	}
    .myform label { padding: 2%;width: 96%;}
    .metade{width: 100%; float: none;}
    .form {width: 90%;}

}

@media screen and (max-width: 989px){
	.categories {
		width:100%;
		margin:0 auto;
	}
}

@media screen and (max-width: 905px){
	.showmobilebutton{display:block}
	
	.one_third{padding:2em 5%}
    .botaozao{width:94%; float: none; margin: 0 auto 1em auto}

}

@media screen and (max-width: 872px){
.service-pg-img {display:flex; flex-direction: column; width:100%; align-items:center!important;}
}

@media screen and (max-width: 787px) {
	header {flex-wrap: wrap;}
	h1, h2, h3 {font-size:26px;}
	h4{font-size:24px;}
	p{font-size:18px; text-align:center;}
	.one_third p{text-align:left;}
	
	
	.half {
		width:100%;
		margin-right:0;
	}
	.form p{font-size:18px;}
	.myform label{font-size:17px;}
	
}

@media screen and (max-width: 660px){
.service-pg-img {display:flex; flex-direction: column; width:100%; align-items:center!important;}

}

@media screen and (max-width: 589px) {
	h1, h2, h3 {font-size:26px;}
	h4{font-size:20px; text-align:center;}
	p{font-size:18px; text-align:center;}
	.botaozao{width:94%; float: none; margin: 0 auto 3em auto}
	.one_third{
		width:100%;
		float:none;
		padding:0 0 2em 0;
		line-height:33px;
	}
	.two_third{
		width:100%;
		float:none;
		padding:1em 0;
	}
	.google-maps {
		padding-bottom:90%;
	}
	.wrap2{ padding:1em 0; width:90%; margin:0 auto;}
	.one_third p{text-align:center; line-height:23px;}
	.mobilecontainer{padding:1em 0}
	
	.icon img {display:none;}
	.icon a {padding: .5em; box-sizing: border-box;}
	.icon p { 
		background:#000;
		margin: 0 0 0 0;
		position:relative;
		-webkit-border-radius: 14px;
		-moz-border-radius: 14px;
		border-radius: 14px;
	}	
	.icon {width:calc(49% - 1em); border:2px #ffc325 solid;}
	.noimgtext{font-size:16px!important; vertical-align:middle}
	.noimgtext_threeline{font-size:16px!important; vertical-align:middle}
}

@media screen and (max-width: 390px) {
	h1, h2, h3{font-size:24px;}
	h4{font-size:18px;text-align:center}
	p{font-size:16px; text-align:center;}
	.google-maps {
		padding-bottom:140%;
		margin-bottom:1em;
	}
	.wrap2{ padding:1em 0; width:90%; margin:0 auto;}
	.one_third p{text-align:center; line-height:23px;}
	
	.icon {float:none !important; margin:10px auto 20px auto;  width:250px;}
}