@media (min-width: 320px) and (max-width: 1024px) {
	
	.esconde_mob{
		
		display: none!important;
	}
	
	
	.mob{
    width: 100%;
    min-width: 100%;
    box-sizing: border-box;
    clear: both;
    padding: 5px !important;
    max-width: 100%;
	margin:0 !important;
    margin-top: 15px !important;
    margin-bottom: 0px !important;
    padding-bottom: 0 !important;
		    text-align: center;
		
		
	}
	
	
	body {
	background-image: url(/webinar/imagens/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 1024px 100%;
}

input[type=button] {
   -webkit-appearance: none;
   -moz-appearance:    none;
   appearance:         none;
}
	
	
	
}

@media (max-width: 767px){
	
input{
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}


input[type="radio"] {
    -webkit-appearance: radio !important;
    -moz-appearance: radio !important;
    appearance: radio !important;
}
	
	}