	
@media(min-width: 200px){
	.showOnlyLarge{
		display: none;
	}
	.showOnlySmall{
		display: block;
	}
	.sorteosVigentes{
		font-size: 20px;
	}
		
}
@media(min-width: 767px){
		

}
@media (min-width: 992px){
	
}	
	
@media (min-width: 1200px){
	.showOnlyLarge{
		display: block;
	}
	.sorteosVigentes{
		font-size: 50px;
	}
	.showOnlySmall{
		display: none;
	}
	
}