section#como-comprar h1 p{
    background: url("../images/svg/comoComprar-ico.svg") 10px 50% no-repeat;
}

section#como-comprar .step{
    float:left;
    width:100%;
    height:auto;
    padding:20px;
    background-image:url(../images/svg/comoComprarStep-bg.svg);
    background-repeat:no-repeat;
    background-size:150%;
    background-position: 0% 50%;
}

section#como-comprar .step:nth-child(even){
    background-position: 100% 50%;
}

.step.first{
    background-color:#2D90CC;
}

.step.second{
    background-color:#2ecc71;
}

.step.third{
    background-color:#f39c12;
}

.step.fourth{
    background-color:#e74c3c;
}

.step .step-menu{
    position:absolute;
    width:auto;
    margin:0;
}

.step .step-menu .step-menu-btn{
    float:left;
    padding:10px;
    font-size: 0.8em;
    color:white;
    border:1px solid white;
    margin:0 4px 0 0;
    cursor: pointer;
    background-color:transparent;
}

.step .step-menu .step-menu-btn:hover{
    color:white;
    background-color:rgba(255, 255, 255, 0.2);
}

.step .step-menu .step-menu-btn.active{
    color:#888;
    background-color:white;
}

.step p{
    float:left;
    width:50%;
    font-size:1.2em;
    margin:60px 0 0 0;
    text-align: justify;
    color:white;
    padding:20px 0;
    border-top:1px solid white;
}

.step p span{
    font-weight:bold;
}

.step img{
    float:right;
    width:35%;
    box-shadow:0px 4px 8px rgba(0, 0, 0, 0.2);
}

