/* logo*/

.logo {	
	margin:20px 0;
}

.logo img{
	max-width:800px;
	margin-top:20px; 


}

.logosp{
	display:none;
}


@media screen and (max-width:768px){

.logo{
	display:none;
}
	
.logo img{
}
	
.logosp{
	display:block;
	margin-bottom:20px;
}
	
.logosp img{
	width:100%; 
}	
}

@media screen and (max-width:480px){
	
.logosp{
	display:block;
	margin-bottom:20px;
}
	
.logosp img{
	width:100%; 
}	
}