
.icons-moto {
    width: 252px;
}
.icons-carro {
    width: 308px;
}
.btn-pedido {
    display: block;
    position: relative;
}
.btn-content-pedido {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-title-pedido {
    font-size: 1.5rem;
    font-weight: bold;
    color: #fff;
}

.btn-bg-pedido {
    width: 100%;
}

.content-iconos-envio {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.content-iconos-envio-title {
    font-weight: bold;
    font-size: 1.2rem;
    margin-top: 10px;
}
.icon-reloj-circle {
    background: #055B31;
    margin: 0;
    padding: 0;
    width: 160px;
    height: 160px;
    border-radius: 80px;
    display: flex;
    padding-left: 10px;
    align-items: center;
}
.icon-reloj {
    margin: 0;
    padding: 0;
    width: 124px;
}
.icon-verificado-circle {
    background: #055B31;
    margin: 0;
    padding: 0;
    width: 160px;
    height: 160px;
    border-radius: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.icon-verificado {
    margin: 0;
    padding: 0;
    width: 115px;
}
.icon-servicio-circle {
    background: #055B31;
    margin: 0;
    padding: 0;
    width: 160px;
    height: 160px;
    border-radius: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.icon-servicio {
    margin: 0;
    padding: 0;
    width: 100px;
}