#condiciones{
    background-color: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 0;
}
.content{
	max-width: 1002px;
}
.comoparticipar .pasos .paso-1,
.comoparticipar .pasos .paso-2,
.comoparticipar .pasos .paso-3{
	padding-top: 120px;	
	background-repeat: no-repeat;
}
.comoparticipar .pasos .paso-1{
	background-position: 40% top;
	background-image: url("../images/static/gasoil.png");
}
.comoparticipar .pasos .paso-2{
	background-position: 40% top;
	background-image: url("../images/static/card.png");
}
.comoparticipar .pasos .paso-3{
	background-position: center top;
	background-image: url("../images/static/present.png");
}
.comoparticipar .section-3 .present-img{
	background-image: url("../images/static/present-motor.png");	
	background-repeat: no-repeat;
}
@media handheld, screen and (max-width: 720px) {
	.comoparticipar .pasos .paso-1,
	.comoparticipar .pasos .paso-2,
	.comoparticipar .pasos .paso-3{
		display: inline-block !important;
		width: 100%;
		margin-bottom: 25px;
		background-position: center top;
	}
	.comoparticipar .section-3 .present-img,
	.comoparticipar .section-3 .text-explain-present{
		display: inline-block !important;
		width: 100% !important;
		min-height: 223px;
		margin-bottom: 25px;
	}
}