/************************************************************************************
SPRITES
*************************************************************************************/
#sprite-esq{
	top: 10%;
	left: 0;
	position: fixed;
	width: 100px;
	height: auto;
	margin: 0px;
	padding: 5px;
	z-index: 10000;
	/*border-bottom: .5px solid rgba(118,118,118,0.1);*/
}

#sprite-dir{
	top: 10%;
	right: -15px;
	position: fixed;
	width: 60px;
	height: auto;
	margin: 0px;
	padding: 5px;
	z-index: 10000;
	/*border-bottom: .5px solid rgba(118,118,118,0.1);*/
}

#sprite-container{
	width: 95%;
	height: auto;
	margin: 0 auto;
	padding: 3px 0;
	overflow: hidden;
	
	display: flex;
	flex-wrap: wrap; /*nowrap*/
	flex-direction: row;	
	justify-content: /*flex-start center space-between space-around*/ space-between;
}

.sprite-slice-left{
	width: auto;
	height: auto;
	padding: 1px 0;
	margin: 5px 0;
	text-align: left;
	float: left;
}
.sprite-slice-right{
	width: auto;
	height: auto;
	padding: 1px;
	margin: 5px 0;
	text-align: right;
	float: right;
}

.sprite-menu ul{
	width: 100%;
	margin: 0 0 0 0;
	padding:  0 0 0 0;
}

.sprite-menu li{
	margin: 0px auto;
	padding: 0;
	display: block;
}

.sprite-menu a{
	color: #FFF;
	font-size: 1.1rem;
	font-weight:400;
	margin: 3px 1px;
	padding: 5px 5px;
	display: block;
	text-decoration: none;
	/* transition */
	-webkit-transition: width .7s;
	-moz-transition: width .7s;
	transition: width .7s;
	overflow:hidden;

	background: #39B926;
		
	/*rounded corner*/
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.sprite-menu a:hover{
	color: #FFF;
	background: #39B926;
}

/**************************************************************/

.sprite-menu-2 ul{
	width: 100%;
	margin: 0 0 0 0;
	padding:  0 0 0 0;
}

.sprite-menu-2 li{
	margin: 0px auto;
	padding: 0;
	display: block;
}

.sprite-menu-2 a{
	color: #FFF;
	font-size: 1.1rem;
	font-weight:400;
	margin: 3px 1px;
	padding: 5px 5px;
	display: block;
	text-decoration: none;	
	/* transition */
	-webkit-transition: width .7s;
	-moz-transition: width .7s;
	transition: width .7s;
	overflow:hidden;
	
	background: #39B926;
	
	/*rounded corner*/
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.sprite-menu-2 a:hover{
	color: #FFF;
}

.color-whats{
	color: #FFF;
	background: #14ba67;
}

.color-whats:hover{
	/*color*/
	color: #FFF;
	/*background*/
	background-color: #119f58;
}

.color-fone{
	color: #FFF;
	background: transparent;
}

.sprite-menu a:hover{
	color: #FFF;
	background: #39B926;
}

/************************************************************************************
MAIN NAVIGATION 980px
*************************************************************************************/

@media all and (max-width: 980px) {

	#sprite-esq{
		top: 0%;
		left: 0;
		position: fixed;
		width: 100px;
		height: auto;
		margin: 0px;
		padding: 5px;
		z-index: 10000;
		/*border-bottom: .5px solid rgba(118,118,118,0.1);*/
	}

	#sprite-dir{
		top: 0%;
		right: -15px;
		position: fixed;
		width: 60px;
		height: auto;
		margin: 0px;
		padding: 5px;
		z-index: 10000;
		/*border-bottom: .5px solid rgba(118,118,118,0.1);*/
	}

	#sprite-container{
		width: 95%;
		height: auto;
		margin: 0 auto;
		padding: 3px 0;
		overflow: hidden;
		
		display: flex;
		flex-wrap: wrap; /*nowrap*/
		flex-direction: row;	
		justify-content: /*flex-start center space-between space-around*/ space-between;
	}

}/***FIM 980px***/

/************************************************************************************
MAIN NAVIGATION 810px
*************************************************************************************/

@media all and (max-width: 810px) {
	
	
}/***FIM 810px***/

/************************************************************************************
MAIN NAVIGATION 768px
*************************************************************************************/

@media all and (max-width: 768px) {

	
}/***FIM 768px***/


/************************************************************************************
MAIN NAVIGATION 680px
*************************************************************************************/

@media all and (max-width: 680px) {

	
}/***FIM 680px***/

/************************************************************************************
MAIN NAVIGATION 510px
*************************************************************************************/

@media all and (max-width: 510px) {


}

/************************************************************************************
MAIN NAVIGATION 480px
*************************************************************************************/

@media all and (max-width: 480px) {

	#sprite-esq{
		top: 70%;
		left: 0;
		position: fixed;
		width: 100px;
		height: auto;
		margin: 0px;
		padding: 5px;
		z-index: 10000;
		/*border-bottom: .5px solid rgba(118,118,118,0.1);*/
	}

	#sprite-dir{
		top: 70%;
		right: -20px;
		position: fixed;
		width: 60px;
		height: auto;
		margin: 0px;
		padding: 5px;
		z-index: 10000;
		/*border-bottom: .5px solid rgba(118,118,118,0.1);*/
	}

	#sprite-container{
		width: 95%;
		height: auto;
		margin: 0 auto;
		padding: 0 0;
		overflow: hidden;
		
		display: flex;
		flex-wrap: wrap; /*nowrap*/
		flex-direction: row;	
		justify-content: /*flex-start center space-between space-around*/ space-between;
	}	
}

/************************************************************************************
MAIN NAVIGATION 480px
*************************************************************************************/

@media all and (max-width: 380px) {

	#sprite-esq{
		top: 10%;
		left: 0;
		position: fixed;
		width: 100px;
		height: auto;
		margin: 0px;
		padding: 5px;
		z-index: 10000;
		/*border-bottom: .5px solid rgba(118,118,118,0.1);*/
	}

	#sprite-dir{
		top: 10%;
		right: -25px;
		position: fixed;
		width: 60px;
		height: auto;
		margin: 0px;
		padding: 5px;
		z-index: 10000;
		/*border-bottom: .5px solid rgba(118,118,118,0.1);*/
	}

	#sprite-container{
		width: 95%;
		height: auto;
		margin: 0 auto;
		padding: 0 0;
		overflow: hidden;
		
		display: flex;
		flex-wrap: wrap; /*nowrap*/
		flex-direction: row;	
		justify-content: /*flex-start center space-between space-around*/ space-between;
	}
}


