/************************************************************************************
SPRITES
*************************************************************************************/
#sprite-esq{
	bottom: 5%;
	left: 0;
	position: fixed;
	width: 70px;
	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: 70px;
	height: auto;
	margin: 0px;
	padding: 5px;
	z-index: 10000;
	/*border-bottom: .5px solid rgba(118,118,118,0.1);*/
}

.sprite-slice{
	width: auto;
	height: auto;
	padding: 1px;
	margin: 5px;
	text-align: left;
	float: left;
	
	background: rgba(0,0,0,0.5);
	
	/*rounded corner*/
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	
	box-shadow: 0px 0px 8px rgba(0,0,0,0.6);
	
	/* flexbox */
	display: flex;
	flex-wrap: wrap; /*nowrap*/
	flex-direction: row;	
	justify-content: /*flex-start center space-between space-around*/ center;
}

.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-family: "Nunito Sans", sans-serif;
	font-size: 1.4em;
	font-weight: 300;
	margin: 2px 2px;
	padding: 5px 5px;
	display: block;
	text-decoration: none;
	/* transition */
	-webkit-transition: width .7s;
	-moz-transition: width .7s;
	transition: width .7s;
	overflow:hidden;

	background: transparent;
	
	/*rounded corner*/
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}

.sprite-menu a:hover{
	color: #FFF;
	background: rgba(148,148,148,0.5);
}

.color-whats{
	color: #FFF;
	background: #14ba67;
}

.color-whats:hover{
	/*color*/
	color: #FFF;
	/*background*/
	background-color: #119f58;
}

.color-fone{
	color: #FFF;
	background: transparent;
}

/***********************strike****************/

.strike{
	width: 350px;
	height: auto;
	margin: 5px auto;
	padding: 0 0 10px 0;
	float: right;
	overflow: hidden;
}

a.strike{
	width: auto;
	cursor: pointer;
	color: #FFF;
	margin: 0px 2px;
	padding: 13px 15px; 
	font-family: "Nunito Sans", sans-serif;
	font-size: .8rem;
	font-weight: 400;
    text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	float: right;
	
	/*background*/
	background: #83C34C;
	
	/* rounded corner */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

a.strike:hover{
	/*color*/
	color:#FFF;
	
	/*background*/
	background: #91ca62;	
	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{
	display: flex;
	align-items: center;
	justify-content: space-around;
	width: auto;
	cursor: pointer;
	color: #242427;
	margin: 25px 2px 10px 2px;
	padding: 0 0 0 20px; 
	font-family: "Nunito Sans", sans-serif;
	font-size: .8rem;
	font-weight: 500;
    text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	float: right;
	
	/*background*/
	background: #FFF;
	
	/* rounded corner */
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}

a.strike-2:hover{
	/*color*/
	color:#FFF;
	
	/*background*/
	background: #11A1C6;	
	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: 13px 12px; 
	font-family: "Saira", sans-serif;
	font-size: .8rem;
	font-weight: 400;
    text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	float: right;
	
	/*background*/
	background: #11A1C6;
	
	/* rounded corner */
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius:  50px;
}

/************************************************************************************
MAIN NAVIGATION 980px
*************************************************************************************/

@media all and (max-width: 980px) {


}/***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) {

}

/************************************************************************************
MAIN NAVIGATION 480px
*************************************************************************************/

@media all and (max-width: 380px) {

}


