.btn_wsp{
    text-align: center;
    border-radius:50px;
    transition: all 300ms ease;
}

.titulo_presupuesto{
    text-align: center;
}

hr{
    height: 0.5px;
    width: 100%;
    background-color: #a5a5a5;  
}
.btn_wsp img {
    width:107px;
    height:140px;
    transition: .2s ease-in-out 0s;  
}
.btn_wsp img:hover{
    cursor: pointer;
    transform: scale(1.2);        
}