 .videoapresentacao iframe {
	  height: 170px !important;
 }
 
 .videoapresentacao .setaseguir {
	    text-align: center;
 	width: 100%;
 	font-size: 12px; 
 	font-weight: bold;
 	    padding: 10px; 
 }
 
 .voltar.step {
	    width: 99% !important;
    color: #bbbbbb;
    background-color: #fff;
    font-size: 16px;
    text-align: center;
    padding: 1px;
    cursor: pointer;
    margin-bottom: 10px; 
 	border: solid 1px #bbbbbb;
 }
 
 .avancar.step { 
	width: 99% !important;
    color: #fff;
        background-color: #d7d7d7;
    font-size: 20px;
    text-align: center;
    padding: 3px; 
    margin-bottom: 10px;
    cursor: auto;
 }
 

 .ativobtn {
	width: 99% !important;
    color: #fff;
    background-color: #b81f22 !important;
    font-size: 20px;
    text-align: center;
    padding: 3px;
    cursor: pointer;
    margin-bottom: 10px;
 } 
 
 .step select, .step input {
	    margin-bottom: 8px !important;
 }
 
 .marcaobrigatorio { 
	    border: solid 2px red !important; 
 	border-color: red !important;
 }