/************************************************************************************
SPRITES
*************************************************************************************/
#sprite-esq{
	bottom: 5%;
	left: 0;
	position: fixed;
	width: 60px;
	height: auto;
	margin: 0px;
	padding: 5px;
	z-index: 10000;
	/*border-bottom: .5px solid rgba(118,118,118,0.1);*/
}

#sprite-dir{
	bottom: 5%;
	right: 6px;
	position: fixed;
	width: 45px;
	height: auto;
	margin: 0px;
	padding: 5px;
	z-index: 10000;
	/*border-bottom: .5px solid rgba(118,118,118,0.1);*/
}

#sprite-container{
	width: 100%;
	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;
	text-align: left;
	float: left;
	background: rgba(255,204,0,0.85);
	
	/*rounded corner*/
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	
	box-shadow: 0px 0px 8px rgba(0,0,0,0.2);
}
.sprite-slice-right{
	width: auto;
	height: auto;
	padding: 1px;
	margin: 5px;
	text-align: right;
	float: right;
	
	background: rgba(255,204,0,0.85);
	
	/*rounded corner*/
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	
	box-shadow: 0px 0px 8px rgba(0,0,0,0.2);
}

.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: #000;
	font-size: .9rem;
	font-weight:400;
	margin: 3px 3px;
	padding: 25px 5px;
	display: block;
	text-decoration: none;
	/* transition */
	-webkit-transition: width .7s;
	-moz-transition: width .7s;
	transition: width .7s;
	overflow:hidden;

	background: rgba(255,204,0,0.85);
	
	/*rounded corner*/
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
}

.sprite-menu a:hover{
	color: #FC0;
	background: #000;
}

/**************************************************************/

.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: #000;
	font-size: .9rem;
	font-weight:400;
	margin: 3px 3px;
	padding: 25px  5px;
	display: block;
	text-decoration: none;
	/* transition */
	-webkit-transition: width .7s;
	-moz-transition: width .7s;
	transition: width .7s;
	overflow:hidden;
	
	/*rounded corner*/
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
}

.sprite-menu-2 a:hover{
	color: #FC0;
	background: #000;
}

.color-whats{
	color: #FFF;
	background: #14ba67;
}

.color-whats:hover{
	/*color*/
	color: #FFF;
	/*background*/
	background-color: #119f58;
}

.color-fone{
	color: #FFF;
	background: transparent;
}

/***********************strike-bar************/

.sprite-bar{
	width: 100%;
	height: 30px;
	margin: 0 auto 15px auto;
	padding: 3px 0;
	background: #fc0;
}

.sprite-bar-colum ul{
	margin: 0 0 0 0;
	padding:  0 0 0 0;
}

.sprite-bar-colum li{
	margin: 0px auto;
	padding: 0;
	display: block;
}

.sprite-bar-colum a{
	color: #D0CCB0;
	font-size: .9rem;
	font-weight:400;
	margin: 3px 3px;
	padding: 5px 5px;
	display: block;
	text-decoration: none;
	/* transition */
	-webkit-transition: width .7s;
	-moz-transition: width .7s;
	transition: width .7s;
	overflow:hidden;

	background: rgba(28,42,42,0.5);
	
	/*rounded corner*/
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
}

.sprite-menu a:hover{
	color: #FC0;
	background: #000;
}

/***********************strike****************/

a.strike{		
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: /*flex-start center space-between space-around*/space-around;
	
	width: auto;
	height: auto;
	cursor: pointer;
	color: #000;
	margin: 10px 0px;
	padding: 5px 5px 5px 15px; 
	font-family: "Google Sans Flex", sans-serif;
	font-size: 1rem;
	font-weight: 400;
    text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	float: left;
	
	/*background*/
	background: rgba(255,204,0,0.85);
	
	/* rounded corner */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	/*box-shadow: 2px 3px 3px rgba(0,0,0,0.5);*/
}

a.strike:hover{
	/*color*/
	color:#FC0;
	
	/*background*/
	background: #000;	
	text-decoration: none;
	
	/*transition*/
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
		
	/*shadom*/
	/*box-shadow: 0px 0px 10px rgba(148,148,148,0.2);*/
}

/*************************************/

a.strike-2{
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: /*flex-start center space-between space-around*/space-around;
	
	width: auto;
	height: auto;
	cursor: pointer;
	color: #000;
	margin: 10px 0px;
	padding: 5px 5px 5px 15px; 
	font-family: "Google Sans Flex", sans-serif;
	font-size: 1rem;
	font-weight: 400;
    text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	float: right;
	
	/*background*/
	background: rgba(208,208,208,0.55);
	
	/* rounded corner */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

a.strike-2:hover{
	/*color*/
	color:#000;
	
	/*background*/
	background: rgba(255,204,0,0.85);	
	text-decoration: none;
	
	/*transition*/
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
		
	/*shadom*/
	/*box-shadow: 0px 0px 20px rgba(148,148,148,0.2);*/
}

.strike-icon{
	width: auto;
	cursor: pointer;
	color: #FC0;
	margin: 0 0 0 30px;
	padding: 11px 5px; 
	font-family: "Google Sans Flex", sans-serif;
	font-size: 1rem;
	font-weight: 400;
    text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	float: right;
	
	/*background*/
	background: #000;
	
	/* rounded corner */
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius:  4px;
}

a.link{
	cursor: pointer;
	color: #FFF;
	width: 100%;
    display: block;
	margin: 20px auto 1px auto;
	padding: 18px 0px;
	font-family: "Google Sans Flex", sans-serif;	
	font-size: 1rem;
	font-weight: 400;
    text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	
	/*background*/
	background: #000;
	
	/* rounded corner */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

a.link:hover{
	/*color*/
	color:#000;
	
	/*background*/
	background: rgba(255,204,0,0.85);	
	text-decoration: none;
	
	/*transition*/
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
		
	/*shadom*/
	/*box-shadow: 0px 0px 20px rgba(148,148,148,0.2);*/
}

/************************************************************************************
MAIN NAVIGATION 980px
*************************************************************************************/

@media all and (max-width: 980px) {


}/***FIM 980px***/

/************************************************************************************
MAIN NAVIGATION 810px
*************************************************************************************/

@media all and (max-width: 810px) {
	
/*************************************/

#sprite-esq{
	bottom: 5%;
	left: 0;
	position: fixed;
	width: 60px;
	height: auto;
	margin: 0px;
	padding: 5px;
	z-index: 10000;
	/*border-bottom: .5px solid rgba(118,118,118,0.1);*/
}

#sprite-dir{
	bottom: 5%;
	right: 0px;
	position: fixed;
	width: 50px;
	height: auto;
	margin: 0px;
	padding: 2px;
	z-index: 10000;
	/*border-bottom: .5px solid rgba(118,118,118,0.1);*/
}
		
}/***FIM 810px***/

/************************************************************************************
MAIN NAVIGATION 768px
*************************************************************************************/

@media all and (max-width: 768px) {
	
	a.strike-2{
		display: flex;
		align-items: center;
		width: auto;
		cursor: pointer;
		color: #272727;
		margin: 10px 2px 10px 2px;
		padding: 0 0 0 20px; 
		font-size: .8rem;
		font-weight: 400;
		text-decoration: none;
		text-align: center;
		text-transform: capitalize;
		float: right;
		
		/*background*/
		background: #FFF;
		
		/* rounded corner */
		-webkit-border-radius: 25px;
		-moz-border-radius: 25px;
		border-radius: 25px;
	}

	a.strike-2:hover{
		/*color*/
		color:#FFF;
		
		/*background*/
		background: #1C2A2A;	
		text-decoration: none;
		
		/*transition*/
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		-ms-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
			
		/*shadom*/
		box-shadow: 0px 0px 20px rgba(148,148,148,0.2);
	}
		
	.strike-icon{
		width: auto;
		cursor: pointer;
		color: #FFF;
		margin: 0 0 0 20px;
		padding: 9px 10px; 
		font-size: .75rem;
		font-weight: 400;
		text-decoration: none;
		text-align: center;
		text-transform: uppercase;
		float: right;
		
		/*background*/
		background: #1C2A2A;
		
		/* rounded corner */
		-webkit-border-radius: 25px;
		-moz-border-radius: 25px;
		border-radius:  25px;
	}
	
}/***FIM 768px***/

/************************************************************************************
MAIN NAVIGATION 680px
*************************************************************************************/

@media all and (max-width: 680px) {
	
	#sprite-esq{
		display: none;
	}

	#sprite-dir{
		display: none;
	}
	
}/***FIM 680px***/

/************************************************************************************
MAIN NAVIGATION 510px
*************************************************************************************/

@media all and (max-width: 510px) {

}

/************************************************************************************
MAIN NAVIGATION 480px
*************************************************************************************/

@media all and (max-width: 480px) {

}

/************************************************************************************
MAIN NAVIGATION 480px
*************************************************************************************/

@media all and (max-width: 380px) {

}


