/* 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,dl,dt,dd,ol,nav ul,nav 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:baseline;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0px;padding:0px;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
/* start editing from here */
a{text-decoration:none;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
.vertical-top{	vertical-align:top;}/* vertical align top */
nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{	display: inline-block;}/* horizontal menu */
img{max-width:100%;}
/*end reset*/
/*----start-wrap----*/
.wrap{
	width:80%;
	margin:0 auto;
}
.header{
	background:url(../images/background_topo.jpg);
	padding: 1em 0 0em 0;
	border-top: 10px solid #660604;
}
.logo{
	text-align: center;
	padding: 0em 0 0.5em 0;
	margin-bottom: -40px;
}
.top-nav{
	text-align:center;
	padding: 8px;
	border:1px solid #660604;
	border-left:none;
	border-right:none;
	margin:2em 0;
	background-color: #660604;
	border-radius:30px 30px 0px 0px;
}
.top-nav ul li{
	display:inline-block;
}
.top-nav li.active> a, .top-nav li> a:hover {
	color: #660604;
	background:#fff;
    border-radius:5px;
}
.top-nav li a{
	font-size:1.400em;
	font-family: 'Archivo Narrow', sans-serif;
	padding: 10px 42px;
	text-transform:uppercase;
	display:block;
	color:#fff;
}
.image-slider{
	background: url(../images/shadow.png) 28% 100.5% no-repeat;
	padding-bottom: 1.3em;
}
/*---start-wel-mesg----*/
.wel-mesg{
	font-family: 'Archivo Narrow', sans-serif;
	text-align:center;
	background:#FFF;
	padding: 1em 0 1.8em 0;
}
.wel-mesg h2{
	font-family: 'Archivo Narrow', sans-serif;  
	font-size: 2em;
	color: #3e454d;
	padding: 0.2em 0 0.1em 0;
	text-transform: uppercase;
}
.wel-mesg p{
	font-size: 1.2em;
	color: #999;
	font-weight: normal;
}
.wel-mesg a{
	color: #FFF;
	padding: 0.8em 2em;
	background: #3E454D;
	display: inline-block;
	border-radius: 0.3em;
	font-size: 0.875em;
	text-transform: uppercase;
	margin-top: 1.5em;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.wel-mesg a:hover{
	background:#22B4B8;
}
.border{
	height: 10px;
	background: url(../images/border.gif) repeat-x;
}
.top-grid{
	width: 22%;
	float:left;
	margin-right:2.3em;
}
.top-grid-head{
	padding: 1em 0 0 0;
}
.top-grid-head h3{
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	color: #3e454d;
	padding: 0.3em 0 0.8em 0;
}
.top-grid-head h3 span{
	font-weight: 400;
	display:block;
	margin-bottom: 0.2em;
}
.top-grid-info h4{
	color:#FFF;
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 1em;
	font-weight: 700;
	text-transform:uppercase;
}
.top-grid-info p{
	color:#FFF;
	text-transform:uppercase;
	font-size:0.875em;
	font-family: 'Archivo Narrow', sans-serif;
	line-height: 1.5em;
}
.top-grid{
	text-align:center;
}
.top-grid a{
/*	background:#F4F6F5; */
	padding: 0.8em 0;
	display:block;
	color: #3e454d;
	font-size:0.875em;
	text-transform:uppercase;
	font-family: 'Archivo Narrow', sans-serif;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.top-grid a:hover{
	color:#000;
}
.top-grid-head img{
	margin-bottom: -67px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
    border: 15px solid #E8DFD5;	
}
.content-top-grids{
/*	background:url(../images/background.jpg); */
	padding: 9em 223px;
}
.top-grid-info {
	padding: 5em 0 2em 0;
}
.top-grid-info h4 {
	margin-bottom:0.5em;
}
.top-grid-info p{
	width:90%;
	margin:0 auto;
}
.last-grid{
	margin:0;
}
/*----content-banner----*/
.content-banner{
	background:#fff;
	padding: 3.5em -1px 3em 0;
}
.content-banner-info {
	width: 63%;
	float:right;
}
.content-banner-info img{
	opacity:0.7;
}
.content-banner-info h3{
	float:right;
	font-family: 'Archivo Narrow', sans-serif;
	padding: 0px 30px;
	color: #3e454d;
	padding-top: 23px;
}
.content-banner-info h3 a{
	color:#22B4B8;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}
.content-banner-info h3 a:hover{
	color: #4a4a4a;
}
.content-banner-info p{
	font-size: 1.3em;
	color: #C90000;
	line-height: 1.8em;
	font-family: "Swis721 Th BT";
}
.content-banner-info p:before{
	content: url(../images/q.png);
	padding-right:10px;
}
.content-banner-info{
	width: 58%;
	float:right;
	margin-top: 1em;
	text-align: justify;
}
.content-banner-info-banner img{
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #FFF;
	padding: 10px;
	box-shadow: 0px 0px 1px rgba(119, 119, 119, 0.56);
	margin-left:20%
}
/*-----bottom-grids----*/
.bottom-grid1 {
	width: 27%;
	float:left;
	margin-right: 3%;
}
.bottom-grids{
	font-family: 'Archivo Narrow', sans-serif;
	padding: 2em 0 3em 0;
	background: #F9FBFA;
}
.bottom-grid1 h3,.bottom-grid2 h3{
	color: #3e454d
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 24px;
	padding: 15px 0px 15px 0px;
	border-bottom: 1px solid #E9E9E9;
	margin-bottom: 13px;
	text-transform: uppercase;
}
.bottom-grid1 span,.bottom-grid2 span{
	color: #22B4B8;
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	line-height: 1.5em;
}
.bottom-grid1 p,.bottom-grid2 p{
	font-size: 0.875em;
	color: rgba(85, 85, 85, 0.53);
	line-height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	padding: 6px 0px 5px 0px;
}
.bottom-grid1 ul li a{
	color: #777;
	font-family: Arial, Helvetica, sans-serif;
	font-size:0.875em;
	line-height: 2.73em;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}
.bottom-grid1 ul li a img{
	vertical-align:middle;
}
.bottom-grid1 ul li a:hover{
	color:#22B4B8;
}
.bottom-grid-fristlink{
	background: #22B4B8;
	padding: 10px;
	color: #fff;
	font-family: 'Archivo Narrow', sans-serif;
	font-weight: bold;
	transition: all 0.3s;
}
.bottom-grid-fristlink img{
	vertical-align:middle;
}
.bottom-grid-fristlink:hover{
	color:#000;
}
.bottom-grid2 ul li{
	display: inline-block;
	width: 30%;
	padding: 1.99% 1.34%;
}
.bottom-grid2 {
	float: left;
	width: 33%;
	margin-right: 3%;
}
.bottom-mid span{
	color:#22B4B8;
}
.bottom-mid a{
	background:#22B4B8;
}
.bottom-last a{
	background:#22B4B8;
}
.bottom-last span{
	color:#22B4B8;	
}
.gallery li a img{
	display:block;
}
.button{
	color: #FFF;
	padding: 0.8em 2em;
	background: #3E454D;
	display: inline-block;
	font-size: 0.875em;
	text-transform: uppercase;
	margin-top: 1.5em;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	font-family: 'Archivo Narrow', sans-serif;
}
.button:hover{
	background: #22B4B8;
}
/*---start-footer---*/
.footer{
	background:url(../images/bg.png);
	padding:1em 0 0.6em 0;
	font-family: 'Archivo Narrow', sans-serif;
	position:relative;
}
.footer-left{
	float:left;
}
.footer-right{
	float:right;
	margin-top: 0.8em;
}
.footer-right p{
	font-size: 1em;
	color: #FFF;
	letter-spacing: 0.06em;
}
.footer-right p a{
	color:#FFF;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.footer-right p a:hover{
	color:#3E454D;
}
/*** move top **/
.scroll {
	width: 40px;
	height: 40px;
	border: none;
	display: block;
	text-indent: 100%;
	background: url(../images/top-icon.png) no-repeat right top;
	position: absolute;
	right: 14px;
	bottom: 8px;
}
.scroll:hover{
	opacity:0.8;
}
/*---start-about----*/
.top-head h3{
	font-weight: 400;
	display: block;
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 2em;
	color: #660604;
	margin: 0.5em 0;
	text-transform: uppercase;
}
.top-head ul li{
	display:inline-block;
}
.top-head ul{
	background:#f5f5f5;
	padding:10px;
}
.top-head ul li a{
	color:#777;
	font-size: 0.875em;
	font-family: 'Archivo Narrow', sans-serif;
	text-transform: uppercase;
}
.top-head ul li a span{
	color:#22B4B8
}
.about-left-info img{
	float: left;
	border: 1px solid #EEE;
	padding: 5px;
	width: 40%;
	margin: 0.8em 1em 0.1em 0;
}
.about-left-info p{
	font-size: 0.875em;
	color: rgba(85, 85, 85, 0.53);
	line-height: 1.7em;
	font-family: Arial, Helvetica, sans-serif;
	padding: 6px 0px 5px 0px;
}
.about-left-info h4{
	color: #22B4B8;
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 1.2em;
	text-transform: uppercase;
	padding:0.5em 0;
	display:block;
}
.about-left h3{
	color: #3e454d;
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 1.2em;
	text-transform: uppercase;
	padding: 0.8em 0 0 0;
	display: block;
}
.about-left{
	float:left;
	width:75%;
}
.about-right{
	width: 24%;
	float:right;
}
.about-right h3{
	color: #3e454d;
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 1.2em;
	text-transform: uppercase;
	padding: 0.8em 0 0.8em 0;
	display: block;
}
.about-right-pic{
	float:left;
	width:20%;
}
.about-right-pic span{
	background: #3e454d;
	color: #FFF;
	padding: 17px 20px 18px 26px;
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 1.2em;
	display: block;
	border-radius: 50%;
	margin-top: 0.3em;
	text-transform:uppercase;
}
.about-right-info{
	float:right;
	width: 75%;
}
.about-right-info h4{
	color: #22B4B8;
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 0.875em;
	text-transform: uppercase;
	display: block;
	line-height: 1.5em;
}
.about-right-info p{
	font-size: 0.875em;
	color: rgba(85, 85, 85, 0.53);
	line-height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	padding: 6px 0px 5px 0px;
}
/*---start-team----*/
.team {
	margin-bottom: 3em;
}
.team h2{
	font-weight: 400;
	display: block;
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 2em;
	color: #3e454d;
	margin: 0.5em 0 0.5em 0;
	text-transform: uppercase;
	border-bottom: 1px solid #eee;
	padding-bottom:0.3em;
}
.team-member{
	width: 17.5%;
	float: left;
	margin-right: 1em;
	border: 1px solid #eee;
	padding: 0.5em;
}
.team-member h3{
	color: #22B4B8;
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 0.875em;
	text-transform: uppercase;
	display: block;
	line-height: 1.5em;
	padding: 0.8em 0 0 0;
}
.team-member p{
	font-size: 0.875em;
	color: rgba(85, 85, 85, 0.53);
	line-height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	padding: 6px 0px 5px 0px;
}
/*---light-box---*/
.flipLightBox{
	color: #22B4B8;
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 0.875em;
	text-transform: uppercase;
	display: block;
	line-height: 1.5em;
}
.last{
	margin:0;
}
.sub-about-grid-social ul li{
	display:inline-block;
}
.sub-about-grid-social {
	padding: 0.5em 0;
}
.sub-about-grid-social ul li img{
	background:#fff;
	padding:15px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	border:1px solid #EEE;
}
.sub-about-grid-social ul li img:hover{
	background:#3E454D;
}
.flipLightBox img{
	width:100%;
}
/*---start-seravices----*/
.services-grid{
	width: 30%;
	float: left;
	background: #f5f5f5;
	padding: 15.7px;
	margin: 0em 1em 0em 0;
}
.services-grid h3{
	color: #22B4B8;
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 1em;
	text-transform: uppercase;
	display: block;
	line-height: 1.5em;
	padding: 0.5em 0 0 0;
}
.services-grid p{
	font-size: 0.875em;
	color: rgba(85, 85, 85, 0.53);
	line-height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	padding: 6px 0px 5px 0px;
}
.services-grid img{
	background: #FFF;
	padding: 5px;
	width: 98%;
	box-shadow: 0px 0px 26px #DFDFDF;
	-webkit-filter: grayscale(100%);
	opacity: 5;
	transition: all 300ms!important;
	-webkit-transition: all 300ms!important;
	-moz-transition: all 300ms!important;
}
.last-grid{
	margin:0em 0 1em 0;
}
.services-grids {
	margin-bottom: 4em;
}
/*---start-gallery-----*/

/*
.gallery1{
	min-height:800px;
	margin-bottom:4em;
}
*/

#info {
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;				
	background:#fcf8e3;
	border:1px solid  #fbeed5;
	width:95%;
	max-width:900px;
	margin:0 auto 40px auto;
	font-family:arial;
	font-size:12px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
}

	#info .info-wrapper {
		padding:10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;

	}
	
	#info a {
		color:#c09853;
		text-decoration:none;
	}
	
	#info p {
		margin:5px 0 0 0;
	}


.container { 
	position: relative; 
	-webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;	
  font-family: 'Archivo Narrow', sans-serif;
}
 
#filters {
	margin:1%;
	padding:0;
	list-style:none;
}

	#filters li {
		float:left;
	}
	
	#filters li span {
		display: block;
		padding: 10px 30px;
		text-decoration: none;
		color: #666;
		cursor: pointer;
		text-transform: uppercase;
	}
	
	#filters li span.active {
		background: #22B4B8;
		color:#fff;
	}
 

 

	.portifolio_fixo {
		overflow:hidden;
		position: relative !important;
	}




	.portfolio-wrapper {
		overflow:hidden;
		position: relative !important;
		background: #666;
		cursor:pointer;
	}

	.portfolio img {
		max-width:100%;
		position: relative;
/*		-webkit-filter: grayscale(100%);  Deixar preto e branco*/
		opacity: 5;
		transition: all 300ms!important;
		-webkit-transition: all 300ms!important;
		-moz-transition: all 300ms!important;
	}
	
	.portfolio .label {
		position: absolute;
		width: 100%;
		height:40px;
		bottom:-40px;
	}

		.portfolio .label-bg {
			background: #660604;
			width: 100%;
			height:100%;
			position: absolute;
			top:0;
			left:0;
		}
	
		.portfolio .label-text {
			color:#fff;
			position: relative;
			z-index:500;
			padding:10px 8px;
			text-align:center
		}
			
			.portfolio .text-category {
				display:block;
				font-size:9px;
				font-size: 12px;
				text-transform:uppercase;
			}
	
	
	.ajuste {
		width: 3%	
		
		
	}

@media only screen and (min-width: 1500px) {
#portfoliolist .portfolio {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	width:18%;
	margin:1%;
	display:none;
	float:left;
	overflow:hidden;
}

 .espaco_produtos {
	 height: 130px;
 
 }


}

/* #Tablet (Portrait) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
	.container {
	}
}


/*  #Mobile (Portrait) - Note: Design for a width of 320px */
@media only screen and (max-width: 767px) {
	.container { 
		width: 95%; 
	}
	
	#portfoliolist .portfolio {
		width:48%;
		margin:1%;
	}		

	#ads {
		display:none;
	}
.content-banner-info-banner {
    width: 21%;
    -webkit-box-shadow: 0px 43px 41px -60px #121D12;
    -moz-box-shadow: 0px 56px 36px -60px #121D12;
    padding-bottom: 0.5em;
    margin-left: 40px;

}
.content-banner-info-banner img{
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #FFF;
	padding: 10px;
	box-shadow: 0px 0px 1px rgba(119, 119, 119, 0.56);
	margin-left:0px;
}
#portfoliolist .portfolio {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	width:41%;
	margin:1%;
	display:none;
	float:left;
	overflow:hidden;
}	
	
}


/* #Mobile (Landscape) - Note: Design for a width of 480px */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	.container {
		width: 70%;
	}
	
	#ads {
		display:none;
	}
	
}

/* #Clearing */

/* Self Clearing Goodness */
.container:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }

.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }
.row:after,
.clearfix:after {
  clear: both; }
.row,
.clearfix {
  zoom: 1; }

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
/*---start-contact----*/
.contact{
	margin-bottom:4em;
}
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}
.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1;
}
.col{
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col:first-child{
	margin-left:0;
}	
.span_2_of_3 {
	width: 63.1%;
	padding:1.5%; 
}
.span_1_of_3 {
	width: 23.2%;
	padding: 0 1.5% 1.5% 0;
}
.span_2_of_3  h3,
.span_1_of_3  h3 {
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 1.5em;
	color: #3e454d
	 text-transform: uppercase;
	padding: 0.5em 0 1em 0;
	text-transform: uppercase;
}
.contact-form{
	position:relative;
	padding-bottom:30px;
}
.contact-form div{
	padding:5px 0;
}
.contact-form span{
	display:block;
	font-size: 0.875em;
	color: #3e454d
	padding-bottom:5px;
	font-family: 'Archivo Narrow', sans-serif;
}
.contact-form input[type="text"],.contact-form textarea{
		    padding:8px;
			display:block;
			width:98%;
			border: none;
			outline:none;
			color:#3e454d
			font-size:0.8125em;
			font-family:Arial, Helvetica, sans-serif;
			border: 1px solid #660604;
			-webkit-appearance:none;
}
.contact-form textarea{
		resize:none;
		height:120px;		
}
.contact-form input[type="submit"]{
	color: #FFF;
	padding: 1em 2em;
	background: #660604;
	display: inline-block;
	font-size: 0.875em;
	text-transform: uppercase;
	margin-top: 1.5em;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	font-family: 'Archivo Narrow', sans-serif;
	border:none;
	cursor:pointer;
	outline:none;
}
.contact-form input[type="submit"]:hover{
	background: #22B4B8;
}
.contact-form input[type="submit"]:active{
	background: #22B4B8;
}
.company_address{
}
.company_address p{
	font-size: 0.875em;
	color: #6a6a6a;
	line-height: 1.8em;
	font-family: Arial, Helvetica, sans-serif;
}
.company_address p span{
	text-decoration:underline;
	color:#454545;
	cursor:pointer;
}
.map{
	margin-bottom:15px;
}

/***** Media Quries *****/
@media only screen and (max-width: 1024px) {
	.wrap{
		width:95%;
	}
	
	.content-banner-info-banner img{
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #FFF;
	padding: 10px;
	box-shadow: 0px 0px 1px rgba(119, 119, 119, 0.56);
	margin-left:0px;
}
	.top-nav li a{
	font-size:28px;
	font-family: 'Archivo Narrow', sans-serif;
	padding: 10px 23px;
	text-transform:uppercase;
	display:block;
	color:#fff;
}
	.ajuste {
		width: 10%	
		
		
	}

}
/*  GO FULL WIDTH AT LESS THAN 800 PIXELS */

@media only screen and (max-width: 800px) {
	.wrap{
		width:95%;
	}
	.span_2_of_3 {
		width:94%;
		padding:3%; 
	}
	.col{ 
		margin: 1% 0 1% 0%;
	}
	.span_1_of_3 {
		width:94%;
		padding:3%; 
	}
}

/*  GO FULL WIDTH AT LESS THAN 640 PIXELS */

@media only screen and (max-width: 640px) and (min-width: 480px) {
	.wrap{
		width:95%;
	}
	.span_2_of_3 {
		width:94%;
		padding:3%; 
	}
	.col{ 
		margin: 1% 0 1% 0%;
	}
	.span_1_of_3 {
		width:94%;
		padding:3%; 
	}
   
   .contact-form input[type="text"],.contact-form textarea{
		width:97%;
	}
}
/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.wrap{
		width:95%;
	}
	.span_2_of_3 {
		width:90%;
		padding:5%; 
	}
	.col { 
		margin: 1% 0 1% 0%;
	}
	.span_1_of_3 {
		width:90%;
		padding:5%; 
	}
	.contact-form input[type="text"],.contact-form textarea{
		width:92%;
	}
}
/*----responsive-design-----*/
@media only screen and (max-width: 1440px) and (min-width: 1366px) {
	.wrap{
		width:90%;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1280px) {
	.wrap{
		width:90%;
	}
	.top-grid {
		width: 23%;
	}
	.bottom-grid2 ul li {
		width: 29%;
	}
	.sub-about-grid-social ul li img {
		padding: 13px;
	}
	.team-member {
		width: 17.2%;
	}
	.services-grid {
		width: 29.8%;
	}
}
@media only screen and (max-width: 1280px) and (min-width: 1024px) {
	.wrap{
		width:90%;
	}
	.top-grid {
		width: 22.5%;
	}
	.bottom-grid2 ul li {
		width: 29%;
	}
	.sub-about-grid-social ul li img {
		padding: 11.3px;
	}
	.team-member {
		width: 17.2%;
	}
	.services-grid {
		width: 29.6%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
	.espaco_produtos {
	 height: 130px;
 
 }
	.wrap{
		width:90%;
	}
	.top-grid {
		width: 20%;
	}
	.top-grid-head img{
		margin-bottom: -100px;
		margin-top:-5px;
	}
	.bottom-grid2 ul li {
		width: 29%;
	}
	.sub-about-grid-social ul li img {
		padding: 6px;
	}
	.team-member {
		width: 17%;
	}
	.services-grid {
		width: 28%;
	}
	.content-banner-info {
		width: 71%;
	}
	.about-right-pic span {
		padding: 8px 6px 11px 16px;
	}
	.team-member {
		margin-right: 0.5em;
	}
	.logo {
		padding: 1em 0 0.5em 0;
	}
}
@media only screen and (max-width: 768px) and (min-width: 640px) {
	.wrap{
		width:90%;
	}
	.top-grid {
		width: 46%;
		margin-bottom: 18px
	}
	.bottom-grid2 ul li {
		width: 29%;
	}
	.sub-about-grid-social ul li img {
		padding: 15px;
	}
	.team-member {
		width: 17%;
	}
	.services-grid {
		width:95%;
		float:none;
		margin-bottom:1em;
	}
	.content-banner-info {
		width:100%;
		float:left;
	}
	.content-banner-info-banner{
		display:none;
	}
	.about-right-pic span {
		padding: 8px 6px 11px 16px;
	}
	.team-member {
		margin-right: 0.5em;
		width:16%;
	}
	.logo {
		padding: 1em 0 0.5em 0;
	}
	.bottom-grid1,.bottom-grid2,.bottom-grid3{
		width:100%;
		float:none;
		margin-bottom:1em;
	}
	.about-left,.about-right{
		float:none;
		width:100%;
	}
	.about-right-pic {
		width: 7%;
	}
	.about-right-info {
		width: 91%;
	}
	.about-right-grid {
		margin-bottom: 1em;
	}
	.team-member p{
		display:none;
	}
	
}