/*DONDE COMPRAR*/
.buy-stores {
    margin: auto;
    height: 100%;
    padding: 15px 10px;
}

@media all and (max-width: 576px) {
    .buy-stores {
        padding: 2px 1px;
    }
}

.buy-stores div:last-child {
    border-bottom: 0px solid #444;
}

.buy-stores .shop-box {
    height: 100px;
    border-bottom: 1px solid #444;
}

.buy-stores .shop-item {
    height: inherit;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.buy-stores .buy-btn {
    text-decoration: none;
    padding: 0.5rem 1em;
    font-size: 18px;
    color: #fff;
    background-color: #4c8c2b;
    border-radius: 5px;
}

.shop-box {
    height: 100px;
    border-bottom: 1px solid #444;
}

.shop-item {
    height: inherit;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.shop-item img {
    width: 90px;
}

.shop-box:nth-child(2) img {
    width: 150px;
}

.shop-box:nth-child(3) img {
    width: 80px;
    margin-left: 5px;
}

.buy-btn {
    text-decoration: none;
    padding: 0.5rem 1em;
    font-size: 18px;
    color: #fff;
    background-color: #4c8c2b;
    border-radius: 5px;
}