@import url(http://fonts.googleapis.com/css?family=Oxygen);

/* 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,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,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%;
	vertical-align: baseline;
	color: #333;
	font-weight: normal;
	font-family: inherit;
}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:inside;margin:0;padding:0;}
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 lefft */
.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 */
.underline{	padding-bottom:5px;	border-bottom: 1px solid #eee; margin:0 0 20px 0;}/* Add 5px bottom padding and a underline */
img{/*max-width:100%;*/}
/*end reset*/

p+p{
	margin-bottom:20px
}

.rsocial{
	float:right; 
	width:90px; 
	margin-top:-43px
}
.rsocial img:hover{
	opacity:0.8
}
body {
	font-family: 'Oxygen', sans-serif;
	font-size: 100%;
	background:#FFF/*#FBFBFB*/
}
.wrap{
	margin:0 auto;
	width:84%;
}
.wrapper{
/*	padding: 3%;*/

}
h2.style{
	font-family: 'Oxygen', sans-serif;
	font-size: 1.8em;
	color: #333;
}
.para {
	font-size: 0.8125em;
	line-height: 1.8em;
	color: #707070;
}

.call_top{
	position:absolute; 
	top:3%; 
	right:8%; 
	color:#333;  
	font-family: 'Oxygen', sans-serif;
	font-size:20px;
	margin-top:-10px;
	text-align:right
	}

/*start header menu */
.header_menu{
}

.menu-fixo {
	position: fixed;
	top: 0;
	left:0;
	width:100%;
	min-height:50px;
	z-index: 99;
	background:#FFF;
	box-shadow:0 0 3px #999;
}
.menu-fixo-logo {
	float: left;
	width:160px;
	height:30px;
	margin: 10px;
	/*background-image:url("../images/logo-scroll.png");*/
	background-size:auto 100%;
	background-repeat: no-repeat;
	z-index:9999999
}

#cssmenu{float:right}
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {	
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu ul ul{
  z-index:999;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
  /*font-family: Montserrat, sans-serif;
  background: #333333;*/
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu > ul > li > a {
  padding: 17px;
  font-size: 16px;
  letter-spacing: 1px;
  text-decoration: none;
  color: #000;
  /*font-weight: 700;*/
  /*text-transform: uppercase;*/
}
#cssmenu > ul > li:hover > a {
  color: #000;
}
#cssmenu > ul > li.has-sub > a {
  /*padding-right: 30px;*/
}
#cssmenu > ul > li.has-sub > a:after {
  position: absolute;
  top: 22px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  /*background: #dddddd;*/
  content: '';
}
#cssmenu > ul > li.has-sub > a:before {
  position: absolute;
  top: 19px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  /*background: #dddddd;*/
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu > ul > li.has-sub:hover > a:before {
  top: 23px;
  height: 0;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu ul ul li {
  height: 0;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu li:hover > ul {
  left: auto;
}
#cssmenu.align-right li:hover > ul {
  left: auto;
  right: 0;
}
#cssmenu li:hover > ul > li {
  height: 35px;
}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#cssmenu ul ul li a {
  border-bottom: 1px solid rgba(150, 150, 150, 0.15);
  padding: 11px 15px;
  width: 200px;
  font-size: 14px;
  text-decoration: none;
  color: #000;
  font-weight: 400;
  background: #FFF;
  border-left: 3px solid #EE3D8A;
  border-top:1px solid #EEE
}
#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last-item > a {
  border-bottom: 0;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color: #000;
}
#cssmenu ul ul li.has-sub > a:after {
  position: absolute;
  top: 16px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  /*background: #dddddd;*/
  content: '';
}
#cssmenu.align-right ul ul li.has-sub > a:after {
  right: auto;
  left: 11px;
}
#cssmenu ul ul li.has-sub > a:before {
  position: absolute;
  top: 13px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  /*background: #dddddd;*/
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu.align-right ul ul li.has-sub > a:before {
  right: auto;
  left: 14px;
}
#cssmenu ul ul > li.has-sub:hover > a:before {
  top: 17px;
  height: 0;
}

/*.cssmenu {
	text-align:center;
}
.cssmenu ul li {
  display:inline-block;
  position: relative;
  width: auto;
  border-right:1px solid #DDD !important;
  margin-right: -4px;
  
}
.nobackcolor a:hover{
	background: none !important;
}
.cssmenu ul li.active a{
	color: #FFF;
	background: #000000

}
.cssmenu ul li.inative a{
	color: #333;
	background: #FFF;
}
.cssmenu ul li.inative a:hover{
	color: #FFF;
	background: #000000

}
.cssmenu ul li:nth-child(5){
	border-right:none;
}
.cssmenu ul li span img {
	vertical-align: middle;
}
.cssmenu ul li a {
	display: block;
	font-family: 'Oxygen', sans-serif;
	font-size: 1.1em;
	color: #333;
	padding: 8px 18px;
	-webkit-transition: color .15s;
	-moz-transition: color .15s;
	-o-transition: color .15s;
	transition: color .15s;
}
.cssmenu ul li a:hover {
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	color: #FFF;
	background: #000000

}
.cssmenu li ul {
	position:absolute; 
	top:35px; 
	left:0px;
	display:none;
	z-index:999999999;
}
.cssmenu li:hover ul, .cssmenu li.over ul{
	display:block;
}
.cssmenu li ul li{
	display:block;
	width:190px;
	background:#FFF;
	position:relative;
	border-bottom:1px solid #EEE;
	border-left:3px solid #000000;
	border-right:none;
	text-align:left;
}
*/
/*SUBMENU NIVEL 2*/
/*
.cssmenu ul li ul li ul li{
    display:none;
}
.cssmenu ul li ul li ul{
    top:0; 
	left:100%; 
}
.cssmenu ul li ul li:hover ul li{
    display:block; 
}
.cssmenu ul li ul li ul li:hover{
    display:block; 
}
.submenu{
	padding:10px !important; 
	font-size:14px !important;
}
*/
.main_top:before{
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border: 30px solid #666;
	border-bottom: 0 solid rgba(0, 0, 0, 0)!important;
	border-right: 30px solid rgba(0, 0, 0, 0)!important;
	border-left: 30px solid rgba(0, 0, 0, 0)!important;
	left: 48%;
	top: 10px;
}


/*start main*/
.main{
	/*background:url(../images/bg2.jpg);*/
	background:#FFF/*#FBFBFB*/
}
.logo{
	float:left; 
	width:100%; 
	margin-top:15px; 
	margin-bottom:-40px
}
.logo img{
	width:auto; 
	height:100px; 
}
.logo h1 a{
	font-size: 10em;
	color: #ffffff;
	font-family: 'Six Caps', sans-serif;
	text-shadow: 0 1px 0 rgb(14, 14, 14);	
}
/*start slider*/
.slider{
	/*margin-top: 1%;
	padding: 1%;*/
	background-color: #F0F0F0;
}
/*start content*/
.text_left{text-align:left !important}
.text_right{text-align:right !important}
.grids_of_3{
	display: block;
}
.grid_1_of_3{
	float:left;
	width: 29.3333%;
	padding: 1%;
	margin:1% 0 1% 3%;
	position: relative;
}
.grid_1_of_3:first-child { 
	margin-left: 0; 
} 
.images_1_of_3 {
	width: 29.3333%;
	padding: 1%;
	height: 308px;
}
.images_1_of_3  img {
	/*max-width:100%;*/
	width:100%;
	display:block;
}
.images_1_of_3  h3{
	font-size: 1.5em;
	color: #707070;
	margin: 0.5em 0;
}
.images_1_of_3  p  {
	font-size:0.8125em;
	line-height: 1.8em; 	
	color: #707070;
}
.images_1_of_3 .button{
	display: block;
	margin-top: 12%;
}
.images_1_of_3 .button a{
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 12px 24px;
	text-transform: uppercase;
	letter-spacing: 0px;
	font-size: 0.8125em;
	color: #ffffff;
	line-height: 1.8em;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	background-color: #333333;
}
.images_1_of_3 .button a:hover{
	text-decoration: none;
	background-color: #666;
	color:#333;
}
/*start bottom content*/

/*  GRID OF TWO   ============================================================================= */
.cols_of_2{
	padding-bottom: 4%;
}
.col_1_of_2{
	display: block;
	float:left;
	margin-left: 3%;
}
.col_1_of_2:first-child { margin-left: 0; }
.span_1_of_2 {
	width: 64.666666%;
}
.span_1_of_2  h3{
	font-family: 'Artifika', serif;
	font-size: 1.8em;
	color: #333;
	margin: 0.3em 0;
}
.span_1_of_2 span{
	font-size: 0.8725em;
	line-height: 1.8em;
	color: #9BB4AE;
	text-transform:uppercase;
}
.span_1_of_2  p  {
	font-size: 0.8125em;
	line-height: 1.8em;
	color: #6F8B80;
}
.span_1_of_2 p.top{
	margin-top: 3%;
}

.col_footer p{
	margin:10px 0;
}

/*  ============================================================================= */

/*  GRID OF THREE   ============================================================================= */
.cols_of_3{
	padding-bottom: 4%;
}
.col_1_of_3{
	display: block;
	float:left;
	margin-left: 3%;
}
.col_1_of_3:first-child { margin-left: 0; }
.span_1_of_3 {
	width: 31.333333%;
}
.span_1_of_3  h3{
	font-family: 'Artifika', serif;
	font-size: 1.8em;
	color: #333;
	margin: 0.3em 0;
}
.span_1_of_3 span{
	font-size: 0.8725em;
	line-height: 1.8em;
	color: #9BB4AE;
	text-transform:uppercase;
}
.span_1_of_3  p  {
	font-size: 0.8125em;
	line-height: 1.8em;
	color: #6F8B80;
}
.span_1_of_3 p.top{
	margin-top: 3%;
}
.text_s {
	margin-top: 8%;
}
.text_s1{
	margin-top: 3%;
}
.text_nav{
	margin-top: 3%;
}
.text_nav ul li:before{
	vertical-align: middle;
	content: url('../images/marker.png');
	display: inline-block;
	margin: 1px 8px 0 0;
}
.text_nav ul li a{
	font-size: 0.8725em;
	line-height: 2.8em;
	color: #6F8B80;
	text-transform: capitalize;
}
.text_nav ul li a:hover{
	color: #9BB4AE;
}
.text_img{
	float: left;
	width: 30.33333%;
	margin: 2% 3% 0 0;
}
.text_para{
	float: right;
	width: 62.33333%;
}
.text_img img{
	padding: 10px;
	background: #ffffff;
}
.text_img img:hover{
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	background: #9BB4AE;
}
/* start read_more*/
.read_more {
	display: inline-block;
	margin-top: 2em;
}
.btn{
	background: #FCFCFC;
	padding: 12px 24px;
	text-transform: uppercase;
	letter-spacing: 0px;
	font-size: 0.8125em;
	color: #6F8B80;
	line-height: 1.8em;
}
.btn:hover{
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	background:#6F8B80;
	color: #ffffff;
}
.btn1{
	background:#777;
	padding: 12px 24px;
	text-transform: uppercase;
	letter-spacing: 0px;
	font-size: 0.8125em;
	color: #ffffff;
	line-height: 1.8em;
}
.btn1:hover{
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	background: #444;
	color: #ffffff;
}
/*start footer*/
.footer_fixed{
	position:fixed; 
	left:0; 
	bottom:0; 
	width:100%
}
.footer_bg{
	background: #FBFBFB;
}
.main_top1{
	position: relative;
}
.main_top1:before{
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border: 30px solid #C4DCA8;
	border-top: 0px solid rgba(0, 0, 0, 0)!important;
	border-right: 30px solid rgba(0, 0, 0, 0)!important;
	border-left: 30px solid rgba(0, 0, 0, 0)!important;
	left: 48%;
	top: -30px;
}
.footer{
	width:100%;
	text-align: center;
	font-size:14px;
	margin:0 auto
}
.f_nav{
	float: left;
	padding-top: 3px;
}
.f_nav li{
	display: inline-flex;
}
.f_nav li:before{
	vertical-align: middle;
	content: url('../images/mail.png');
	margin: 1px 8px 0 0;
}
.f_nav li a{
	padding: 4px;
	font-size: 1.5em;
	color: #FFFFFF;
	display: block;
}
.f_nav li a:hover{
	color:#333;
	-webkit-transition: 0.9s;
	-moz-transition: 0.9s;
	-o-transition: 0.9s;
	transition: 0.9s;
}
.f_call{
	float: right;
}
.f_call h3:before{
	display: inline-block;
	vertical-align: middle;
	content: url('../images/call.png');
	margin: 8px 8px 0 0;
}
.f_call h3 {
	font-size: 1.5em;
	color: #FFFFFF;
	text-transform: uppercase;
}
.footer h2 a{
	font-family: 'Six Caps', sans-serif;
	font-size: 10em;
	color:#333;
	letter-spacing: -0px;
	text-transform: uppercase;
	text-shadow: 0 1px 0 #363636;
}
.footer h2 a:hover{
	color: #282E2C;
	-webkit-transition: 0.9s;
	-moz-transition: 0.9s;
	-o-transition: 0.9s;
	transition: 0.9s;
}
.copy{
	margin-top: 2%;
}
.copy p{
	line-height: 1.8em;
	color: #FFFFFF;
	font-size: 0.8125em;
	text-transform: uppercase;
}
.copy p a{
	color:#333;
}
.copy p a:hover{
	color: #707070;
	-webkit-transition: 0.9s;
	-moz-transition: 0.9s;
	-o-transition: 0.9s;
	transition: 0.9s;
}
.copy_footer{
	float: left !important
}
.dev_footer{
	float: right !important
}
/* start about */
.main1 {
	background:#FFF/*#FBFBFB*/;
	padding: 2% 10px;
}
.main1 ul li{
	list-style:inside !important
}
.about{
	margin-top: 2%;
}
.cont-grid {
	float: left;
	width: 61.33%;
	margin-left: 2.33%;
}
.cont-grid span{
	font-size: 1.5em;
	color: #333333;
	text-transform: capitalize;
}
.abt-para p{
	margin-top: 2%;
}
.cont-grid-img{
	width: 36.33%;
	float:left;
}
.about-p{
	margin-top:20px;
}
/* start service*/
.ser-main{
	float: left;
}
.ser-grid{
	float:right;
}
.ser-grid-list:nth-last-child(2){
	margin-right: 0;
}
.ser-grid-list{
	float: left;
	width: 21.33333%;
	margin-right: 4%;
}
.ser-grid-list h5{
	font-size: 1.5em;
	color: #6F8B80;
	text-transform: capitalize;
}
.ser-grid-list img{
	margin-top:15px;
}
.ser-grid-list p{
	margin: 8% 0 0;
}
.ser-para {
	margin: 2% 0;
}
/* start products */
.image.group{
	margin-top: 3%;
}
.grid {
	display: block;
	float:left;
	margin-left: 3%;
}
.grid:first-child { margin-left: 0; }

.images_3_of_1 {
	width:30.33333%;
}
.span_2_of_3{
	padding:0;
	width: 66.33333%;
}
.grid_1_of_2{
	float:left;
	padding:0;
	width: 48%;
	height:auto;
	margin-right:4%;
	margin-bottom:40px
}
.grid_1_of_2 h2{
	font-weight:bold !important;
	padding:15px 0;
	color:#06C
}
.images_3_of_1  img {
	max-width:100%;
	display:block;
}
.span_2_of_3  p  {
	padding:0.3em 0;
}
/*start Contact*/
.col{
	display: block;
}
.contact_info{
	float: left;
	width: 60.33333%;
}
.company_address {
	float: right;
	margin-left: 4%;
	width: 35.3333%;
	color:#666
}
.col.span_1_of_2 h2{
	margin-bottom: 4%;
}
.contact-form{
	position:relative;
	margin-top: 2% !important;
}
.contact-form .padding{
	padding-right: 10px
}
/*.contact-form div{
	padding:5px 0;
}*/
.contact-form h4{
	margin-top: 15px;
	color: #555;
	font-weight: bold
}
.contact-form label{
	float: left;
	color: #555
}
.contact-form span{
	color:#777777;
	display:block;
	/*font-size: 0.8725em;*/
	padding-bottom:5px;
}
.company_address p{
	padding:2px 0;
	color: #707070;
	font-size: 0.8725em;
	line-height: 1.8em;
}
.company_address p span{
	color:#333;
	cursor:pointer;
}
.company_address p span:hover{
	color: #707070;
	-webkit-transition:0.5s;
	-moz-transition:0.5s;
	-o-transition:0.5s;
	transition:0.5s;
}
.map{
	margin: 2% 0;
}
.contact-form input[type="text"],.contact-form textarea{
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size: 16px !important;
	color: #555;
	padding: 8px 4px;
	display: block;
	width: 100%;
	background: #FFFFFF;
	border: 2px solid #E0E0E0;
	outline: none;
	-webkit-appearance: none;	
}
.contact-form textarea{
	resize:none;
	height:90px;		
}
.contact-form input[type="text"]:focus,.contact-form textarea:focus{
	-webkit-transition: 0.9s;
	-o-transition: 0.9s;
	-moz-transition: 0.9s;
	transition: 0.9s;
	border: 2px solid rgba(33, 33, 33, 0.5);
	box-shadow: 0px 1px 4px #C2C2C2;
	-webkit-box-shadow: 0px 1px 4px #C2C2C2;
	-moz-box-shadow:0px 1px 2px #B2A4D3;
	-o-box-shadow:0px 1px 4px #C2C2C2;
}
.contact-form input[type="submit"]{
	cursor: pointer;
	padding: 12px 24px;
	text-transform: uppercase;
	font-size: 0.8125em;
	color: #ffffff;
	line-height: 1.8em;
	letter-spacing: 1px;
	outline: none;
	border: none;
	-webkit-appearance: none;
	background-color: #666;
}
.contact-form input[type="submit"]:hover{
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	background: #333;
	color: #FFF;
}
/*start details */
.det_pic{
	margin:2% 0;
}
/*start 404*/
.page{
	padding:10% 0;
	text-align:center;
}
.page h3{
	font-size: 12em;
	color: #333;
}
.rodape{
	width:50%;	
}
.marca{
	color:#eee;	
}
.marca:hover{
	color:#FFF;
	text-decoration:underline	
}
.title1{
	font-size:1.1em !important;
}
/*.border_title{
	clear: both;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #00649E;
}*/
.tit{
	border-bottom: 2px dashed #eee;
}
.box_center{
	width:60%;
	margin:0 auto;
	font-size:12px;
	color:#333;
	text-align:justify;
}
.box_livros_left{
	width: 48%;
	float:left;
	font-size:12px;
	color:#666;
	text-align:justify;
	margin-right:2%;
	margin-bottom:40px;
}
.box_livros_right{
	width: 48%;
	float:right;
	font-size:12px;
	color:#666;
	text-align:justify;
	margin-bottom:40px;
}
.box_livros_left img, .box_livros_right img, .box_center img{
	float:left;
	margin-right:12px
}
.box_livros_left a, .box_livros_right a, .box_center a{
	font-size:16px;
	color:#333;
	line-height:30px
}
.box_livros_left a:hover, .box_livros_right a:hover, .box_center a:hover{
	font-size:16px;
	color:#666
}
.box_fotos{
	float:left;
	width:auto;
	height:141px;
	background:#EEE;
	padding:10px;
	margin-right:20px;
	margin-bottom:20px
	}
.link_ a{
	color:#333
}
.link_ a:hover{
	color:#666
}
.facebook{
	background:url(../images/facebook.png);
	width:40px;
	height:40px;
	float:right;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	float:right;
	margin-left:30px;
	margin-top:-5px
}
.facebook:hover{
	background:url(../images/facebook_hover.png)	
}
.last{margin-right:0 !important}

/*PERSONALIZADOS*/

.ic_face{
	background-image:url(../images/facebook.png);
	width:14px;
	height:14px;
	float:left;
	margin-right:10px;
	margin-top:3px
	}
.ic_insta{
	background-image:url(../images/instagram.png);
	width:14px;
	height:14px;
	float:left;
	margin-right:10px;
	margin-top:3px
	}
.ic_twit{
	background-image:url(../images/twitter.png);
	width:14px;
	height:14px;
	float:left;
	margin-right:10px;
	margin-top:3px
	}		

.clear_box{
	box-shadow:none;
	/*padding:0;
	width:31.3333%;*/
	margin-top:0;
	background:#FBFBFB;
	}

.divisor{
	margin-bottom:30px;
	border-bottom:1px solid #EEE
	}		

.link{
	color:#333;
	}

.link:hover{
	color:#000;
	}	

.conteiner_cestas{
	width:100%;
	/*min-width:800px;*/
	padding:30px 0;
	}

.box_cestas{
	float: left;
	width: 23%;
	height: auto;
	margin: 1%;
	padding-bottom:10px;
	background: #EEE;
	/*border-radius: 5px;*/
	}
.hover-shadow:hover{
	box-shadow: 0 0 10px #999;
	/*border-radius: 5px;*/
	}
.box_cestas h3{
	text-align:center;
	color:#444;
	}				

.box_cestas img{
	width:90%;
	padding:5%
	}

.menu_footer a{
	font-size: 12px;
	float: left;
	padding: 0 15px;
	border-right: 1px solid #555;
	color: #ccc;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	}
.menu_footer a:hover{
	color:#999;
	}
.sub_footer{
	padding:0 8%; 
	background:#000;
	height:40px;
	font-family: Arial;
	line-height:40px; 
	font-size:12px;
	color:#333 !important
	}

.col_3{
	float:left;
	width:15%;
	margin-right:2%	
	}
.col_3 img{
	width:100%
	}

/*GRIDS PERSONAIS*/
.grid_100 img, .grid_75 img, .grid_60 img, .grid_50 img, .grid_40 img, .grid_33 img, .grid_25 img, .grid_20 img{
	width:100% 
}
.grid_100, .grid_75, .grid_60, .grid_50, .grid_40, .grid_33, .grid_25, .grid_20{
	float:left;
	font-family: Arial, Geneva,Helvetica, sans-serif;
	font-size:14px !important;
	font-weight:bold !important;
	color: #5B005B;
	padding: 8px .5%;
	margin-top:20px;
	background: #FFFFFF;
	/*box-shadow: 0 0 1px #555;*/
	text-align:center;
	border:none; 
	outline: none;
	}
.grid_100{
	width:99%
	}
.grid_75{
	width:73.5%;
	}
.grid_60{
	width:58.5%;
	}		
.grid_50{
	width:48.5%
	}
.grid_40{
	width:38.5%
	}	
.grid_33{
	width:32%
	}
.grid_25{
	width:24%
	}
.grid_20{
	width:19%
}							
.space_grid{
	margin-right:1%
	}
.img_page{
	float:left; 
	width:30%; 
	margin-right:4%
}
.text-lft{
	text-align:left !important
}
.text_page{
	float:left; 
	width:66%; 
	color:#333; 
	overflow-x: auto
}	
.text_page li{
	line-height:25px;
}
.ligar_whats{
	display: none
}
.ligar{
	position: fixed;
	left: 0;
	bottom: 0;
	width: 50%;
	line-height: 40px;
	text-align: center;
	background: #FF7E00;
}
.whats{
	position: fixed;
	right: 0;
	bottom: 0;
	width: 50%;
	line-height: 40px;
	text-align: center;
	background: #2EC15F;
}
.ligar a, .whats a{
	color: #FFF;
	display: block;
}
/***** Media Quries *****/
@media only screen and (max-width: 1280px) {
	.wrap{
		width:95%;
	}
	.call_top{
	right:4%	
	}	
	.menu-fixo{
		width: 100% !important
	}
}
@media only screen and (max-width: 1024px) {
	.wrap{
		width: 95%;
	}
	.images_1_of_3 h3 {
		font-size: 2em;
	}
	.span_1_of_3 h3 {
		font-size: 2em;
	}
	.text_img img {
		padding: 5px;
	}
	#cssmenu > ul > li a{
		font-size:12px;
		padding:10px;
	}
	#cssmenu li ul {
		top:32px; 
	}	
	.logo{
		margin-bottom:0	
	}
	.rsocial{
		margin-top:-32px
	}
	.rsocial img{
		width:28px !important;
		height:28px !important;
		
	}
	.grid_100, .grid_75, .grid_60, .grid_50, .grid_40, .grid_33, .grid_25, .grid_20{
		font-size:12px !important
	}
}
@media only screen and (max-width: 800px) {
	.menu-fixo-logo{
		display: none
	}
	.footer_fixed{
		position:relative;	
	}
	.wrap{
		width:95%;
	}
	.images_1_of_3 {
		width: 94.333333%;
	}
	.span_1_of_3 {
		width: 99.333333%;
	}
	.col_1_of_3 {
		margin-left: 0%;
	}
	.text_left{text-align:center; margin-top:6% !important}
	.text_right{text-align:center; margin-bottom:6% !important}
	.grid_1_of_3 {
		width:100%;
		margin: 3% 0 3% 0%;
	}
	.text_s {
		margin-top: 0%;
	}
	.text_img {
		float: left;
		width: 16.33333%;
		margin: 1% 3% 0 0;
	}
	.text_para {
		width: 80.33333%;
	}
	.call_top{
	font-size:18px	
	}
	#cssmenu > ul > li a{
		padding:8px 10px;
		font-size:14px;
	}
	#cssmenu li ul {
		top:35px;
	}
	.box_cestas{
		width:46%;
		margin:2%;
	}
	.sub_footer{
		font-size:12px;
	}
	.grid_100, .grid_75, .grid_60, .grid_50, .grid_40, .grid_33, .grid_25, .grid_20{
		width:48.5%;
		font-size:18px
	}
	.rsocial{
		position:relative;
		margin: -40px 50px 0;
		z-index:9999999
	}
	.logo img{
		margin-bottom:0
	}
}
@media only screen and (max-width: 640px){
	.grid_1_of_2{
		width:100%;
		margin-right:0
	}
	.wrap{
		width:95%;
	}
	.cont-grid-img {
		width: 100%;
	}
	.cont-grid {
		width: 100%;
		margin-left: 0%;
	}
	.ser-grid-list {
		width: 44.33333%;
		margin-bottom: 4%;
	}
	#cssmenu > ul > li {
		width: auto;
		margin-right: 0px;
		margin-left: 0px;
	}
	#cssmenu > ul > li a{
		font-size:0.8975em;
		padding:8px 10px;
		/*font-family: 'Artifika', serif;*/
	}
	#cssmenu li ul {
		top:30px;
	}
	.rodape p{
		font-size:14px;
		
	}
	.call_top{
		position:relative;
		width:100%;
		margin-bottom:30px;
		text-align:center !important
	}
	.logo{
		margin-top:10px !important
	}
	.logo img{
		width:90%;
		height:auto;
		margin: 10px 5% !important
	}
	.menu_footer{
		text-align:center;
		margin:0 auto
	}
	.menu_footer a{
		font-size:12px;
		padding:0 10px
	}
	.sub_footer{
		font-size:10px;
		height:80px;
		margin-bottom: 40px
	}
	.space_grid{
	margin-right:none;	
	}
	.img_page{
		width:100%;
		margin:20px 0;
	}
	.img_page img{
		border:none !important
	}
	.text_page{ 
		width:100%; 
	}
	.copy_footer, .dev_footer{
		width: 100%;
		text-align: center
	}	
	.ligar_whats{
		display: block !important
	}
	.ligar{
		position: fixed;
		left: 0;
		bottom: 0;
		width: 50%;
		line-height: 40px;
		text-align: center;
		background: #FF7E00;
	}
	.whats{
		position: fixed;
		right: 0;
		bottom: 0;
		width: 50%;
		line-height: 40px;
		text-align: center;
		background: #2EC15F;
	}
	.ligar a, .whats a{
		color: #FFF;
		display: block;
	}
}
@media only screen and (max-width: 480px) {
	
	.rsocial{
		position:absolute;
		top:46px;
		right:10px	 
	  }
	
	.grid_1_of_2 img{
		width:100%	
	}
	.wrap{
		width:95%;
	}
	.company_address {
		float: none;
		margin-left: 0;
		width: 99.3333%;
	}
	.contact_info {
		float: none;
		width: 100%;
	}
	.contact-form input[type="text"], .contact-form textarea {
		width: 94%;
	}
	.logo h1 a {
		font-size: 8em;
	}
	.footer h2 a {
		font-size: 6em;
	}
	.call_top{
	font-size:14px;
	position:relative;	
	}
	#cssmenu > ul > li a{
		font-size:0.8725em;
		/*font-family: 'Artifika', serif;*/
		padding:8px 8px;
		text-transform: capitalize;
	}
	
	.box_cestas{
		width:100%;
	}
	.menu_footer a{
		font-size:9px;
		padding:0 5px
	}
	.grid_100, .grid_75, .grid_60, .grid_50, .grid_40, .grid_33, .grid_25, .grid_20{
		width:99%;	
	}
	.border_title{font-size: 22px}
}
@media only screen and (max-width: 320px) {
	.wrap{
		width:95%;
	}
	#cssmenu {
		text-align:left;
		padding: 0 10px;
	}
	.footer {
		width:100%;
		margin: 0;
		text-align: left;
		padding: 0% 0;
	}
	.logo h1 a {
		font-size: 6em;
	}
	.footer h2 a {
		font-size: 4em;
	}
}

@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  .bg-footer{
	background: #FFF; 
	height: 50px		
  }	
  #cssmenu {
    width: 100%;
	/*background:#F3D605;*/
  }
  #cssmenu ul {
    width: 100%;
    display: none;
  }
  #cssmenu.align-center > ul {
    text-align: left;
  }
  #cssmenu ul li {
    width: 100%;
    border-top: 1px solid rgba(120, 120, 120, 0.2);
  }
  #cssmenu ul ul li,
  #cssmenu li:hover > ul > li {
    height: auto;
  }
  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
    border-bottom: 0;
  }
  #cssmenu > ul > li {
    float: none;
  }
  #cssmenu ul ul{
	top:0;
  }
  #cssmenu ul ul li a {
    padding-left: 25px;
  }
  #cssmenu ul ul ul li a {
    padding-left: 35px;
  }
  #cssmenu ul ul li a {
    color: #333;
    background: #EEE;
  }
  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li.active > a {
    color: #ffffff;
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul,
  #cssmenu.align-right ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left;
  }
  #cssmenu > ul > li.has-sub > a:after,
  #cssmenu > ul > li.has-sub > a:before,
  #cssmenu ul ul > li.has-sub > a:after,
  #cssmenu ul ul > li.has-sub > a:before {
    display: none;
  }
  #cssmenu #menu-button {
    display: block;
    padding: 17px;
    color: #333;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
  }
  #cssmenu #menu-button:after {
    position: absolute;
    top: 23px;
    right: 17px;
    display: block;
    height: 5px;
    width: 30px;
    border-top: 4px solid #333;
    border-bottom: 4px solid #333;
    content: '';
  }
  #cssmenu #menu-button:before {
    position: absolute;
    top: 14px;
    right: 17px;
    display: block;
    height: 4px;
    width: 30px;
    background: #333;
    content: '';
  }
  #cssmenu #menu-button.menu-opened:after {
    top: 21px;
    border: 0 !important;
    width: 20px;
    height: 4px;
    background: #333;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #cssmenu #menu-button.menu-opened:before {
    top: 21px;
    background: #333;
    width: 20px;
    height: 4px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #cssmenu .submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.2);
    height: 30px;
    width: 46px;
    cursor: pointer;
  }
  #cssmenu .submenu-button.submenu-opened {
    background: #DDD;
  }
  #cssmenu ul ul .submenu-button {
    height: 34px;
    width: 34px;
  }
  #cssmenu .submenu-button:after {
    position: absolute;
    top: 15px;
    right: 20px;
    width: 8px;
    height: 2px;
    display: block;
    background: #333;
    content: '';
  }
  #cssmenu ul ul .submenu-button:after {
    top: 15px;
    right: 13px;
  }
  #cssmenu .submenu-button.submenu-opened:after {
    background: #ffffff;
  }
  #cssmenu .submenu-button:before {
    position: absolute;
    top: 11.9px;
    right: 22.5px;
    display: block;
    width: 2px;
    height: 8px;
    background: #333;
    content: '';
  }
  #cssmenu ul ul .submenu-button:before {
    top: 12px;
    right: 16px;
  }
  #cssmenu .submenu-button.submenu-opened:before {
    display: none;
  }
}
