@font-face {
	font-family: '2ton';
	src: url('fonts/2TOON_2.eot');
	src: local('☺'), url('fonts/2TOON_2.woff') format('woff'), url('fonts/2TOON_2.ttf') format('truetype'), url('fonts/2TOON_2.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}


/******************************FONT*********************************/

body{
	font-family: 'Arial' ;
}
.font{
	font-family: '2ton' !important ;
}


/******************************TAMANHO DE FONTES********************************/
.size-9{
	font-size: 11px;
}
.size-10{
	font-size: 11px;
}
.size-11{
	font-size: 11px;
}
.size-12{
	font-size: 12px;
}
.size-13{
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
}
.size-14{
	font-size: 14px;
}
.size-15{
	font-size: 15px;
}
.size-16{
	font-size: 16px;
}
.size-17{
	font-size: 17px;
}
.size-18{
	font-size: 18px;
}
.size-19{
	font-size: 19px;
}
.size-20{
	font-size: 20px;
}
.size-21{
	font-size: 21px;
}
.size-22{
	font-size: 22px;
}



/******************************CORES*********************************/

.cinza{
	color: #939597;
}
.branco{
	color: #fff;
}
.verde{
	color: #009344;
}
.fundo-cinza{
	background: #e7e7e8;
}
.fundo-fox{
	background: #009344;
}
.fundo-footer{
	background: #f3f3f4;
}




/******************************MARGEM*********************************/

/*Margem-topo*/

.margem-cima{
	margin-top: 10px;
}
.margem-cima-2{
	margin-top: 5px;
}
.margem-top{
	margin-top: 20px;
}
.margem-top-2{
	margin-top: 40px;
}
.no-margem-top{
	margin-top: 0px !important;
}
.margem-cima-neg{
	margin-top: -10px;
}

/*Margem-baixo*/

.margem-baixo{
	margin-bottom: 10px;
}
.margem-baixo-2{
	margin-bottom: 5px;
}
.margem-bot{
	margin-bottom: 20px;
}
.margem-bot-2{
	margin-bottom: 40px;
}
.no-margem-bot{
	margin-bottom: 0px !important;
}

/*Margem-direita*/

.margem-direita{
	margin-right: 10px;
}
.margem-direita-2{
	margin-right: 5px;
}
.margem-right{
	margin-right: 20px;
}
.margem-right-2{
	margin-right: 40px;
}
.no-margem-right{
	margin-right: 0px !important;
}

/*Margem-esquerda*/

.margem-esquerda{
	margin-left: 10px;
}
.margem-esquerda-2{
	margin-left: 5px;
}
.margem-left{
	margin-left: 20px;
}
.margem-left-2{
	margin-left: 40px;
}
.no-margem-left{
	margin-left: 0px !important;
}



/**********************************HOVER*********************************/







/**********************************PADDING*********************************/








/**********************************PROPRIEDADES*********************************/

.inline{
	display: inline-block;
}
.block{
	display: block;
}
.alinha-centro{
	text-align: center;
}
.alinha-direita{
	text-align: right;
}
.alinha-esquerda{
	text-align: left;
}
.negrito{
	font-weight: bold;	
}
.link{
	text-decoration: none;
}
.link:hover{
	text-decoration: none;
}
.linha-destaque{
	border-top: 1px solid #ccc;
	margin-top: -17px;
	width: 210px;
	margin-left: 0px;
}
.text-home-destaque{
	height: 80px;
	overflow: hidden;
}

/*.modal{
	width:200px;
}
.modal.fade.in{
	top: 20%;
	left: 60%;
}
.modal.fade.out{
	top: 20%;
	left: 60%;
}*/
/****************************PROPRIEDADES-IMAGENS*********************************/
#categoria-1{
	color: #939597;
	background: url('../img/cat/img1.png') no-repeat 50px 0px;
}
#categoria-1:hover{
	color: #009344;	
	background: url('../img/cat/img1_h.png') no-repeat 50px 0px !important;
}
#categoria-2{
	color: #939597;
	background: url('../img/cat/img2.png') no-repeat 50px 0px;
}
#categoria-2:hover{
	color: #009344;	
	background: url('../img/cat/img2_h.png') no-repeat 50px 0px !important;
}
#categoria-3{
	color: #939597;
	background: url('../img/cat/img3.png') no-repeat 50px 0px;
}
#categoria-3:hover{
	color: #009344;	
	background: url('../img/cat/img3_h.png') no-repeat 50px 0px !important;
}
#categoria-4{
	color: #939597;
	background: url('../img/cat/img4.png') no-repeat 50px 0px;
}
#categoria-4:hover{
	color: #009344;	
	background: url('../img/cat/img4_h.png') no-repeat 50px 0px !important;
}
.categoria-home .size-12{
	color: #939597;
}
.categoria-home .categoria{
	width:90px;
	height:80px;
}

.img-home-slider {
width: 260px;
height: 160px;
overflow: hidden;
}
#myCarousel img{
	height: 250px;
	width: 100%;
}
/****************************PROPRIEDADES-HEADER*********************************/

#telefones-header{
	position: absolute;
	top: 35px;
	margin-left: 20px;
	font-weight: bold;
}
#face-header{
	background: url('../img/face.png') no-repeat 0px 0px;
	width: 30px;
	height: 30px;
	display: inline-block;
	float: right;
	margin-top: -55px;
	margin-right: -420px;
}
#face-header:hover{
	background: url('../img/face_h.png') no-repeat 0px 0px;
	width: 30px;
	height: 30px;
	display: inline-block;
	float: right;
	margin-top: -55px;
	margin-right: -420px;
}

#linkedin-header{
	background: url('../img/linkedin.png') no-repeat 0px 0px;
	width: 30px;
	height: 30px;
	display: inline-block;
	float: right;
	margin-top: -55px;
	margin-right: -195px;

}
#linkedin-header:hover{
	background: url('../img/linkedin_h.png') no-repeat 0px 0px;
	width: 30px;
	height: 30px;
	display: inline-block;
	float: right;
	margin-top: -55px;
	margin-right: -195px;
}
.menu-fundo{
	background: url('../img/menu.png') repeat-x;
	height: 61px;
}
.menu{
	padding: 20px 14.5px;
}
.menu-fundo .active{
	background: #005B27;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	opacity: 0.7;
}
.menu-fundo a:hover{
	background: #1ca155;
	color: #58595b;
}
#logo{
	background: url('../img/logo-header.png') no-repeat 0px 0px;
	display: inline-block;
	position: absolute;
	width: 200px;
	height: 200px;
	display: inline-block;
	top: 10px;
	left: 50%;
	margin-left: -130px;
}



