	
@media(min-width: 200px){
	.showOnlyLarge{
		display: none;
	}
	.showOnlySmall{
		display: block;
	}
	.sorteosVigentes{
		font-size: 20px;
	}
	
	.numeroSorteo{
        font-size: 30px; color: white; font-weight: bolder;
    }
    
    .subtitulo{
        text-align:center;font-size: 20px;color: #000;
    }
    
    .hazClick{
        font-size: 25px;color: #fff;
    }
    .flecha1{
        width:25px;
    }
    
    .flecha2{
        width:25px;
    }
    
    .textowhat{
        color:white;
        font-size:23px;
    }
    .desarrolladopor{
        color:white;
        font-size:20px;
    }
    
    .misBotonesLeft{
        text-align: center !important;
    }
    
    .misBotoneRight{
        text-align: center !important;
    }


    .redesSocialesText{
        font-size: 12px !important;
    }

    .imagenSorteo{
        width: 100% !important;
        min-width: 100% !important;
        height: auto !important;
    }

    
		
}
@media(min-width: 767px){
	.redesSocialesText{
        font-size: 20px !important;
    }

}
@media (min-width: 992px){
	
}	
	
@media (min-width: 1200px){
	.showOnlyLarge{
		display: block;
	}
	.sorteosVigentes{
		font-size: 50px;
	}
	.showOnlySmall{
		display: none;
	}
	
	.numeroSorteo{
        font-size: 60px; color: white; font-weight: bolder;
    }
    
    .subtitulo{
        text-align:center;font-size: 35px;color: #000;
    }
    
    .hazClick{
        font-size: 49px;color: #fff;
    }		
    .flecha1{
        width:50px;
    }
    
    .flecha2{
        width:50px;
    }
    
    .textowhat{
        color:white;
        font-size:30px;
    }
    .desarrolladopor{
        color:white;
        font-size:20px;
    }
    
    .misBotonesLeft{
        text-align: right !important;
    }
    
    .misBotoneRight{
        text-align: left !important;
    }


     .imagenSorteo{
        width: 100% !important;
        
        height: auto !important;;
    }
	
}

