.inicioBebidas {
    padding-top: 79px;
}

.tltItemBebida {
    color: rgb(32 219 0);
    padding-bottom: 1rem;
    font-size: 51px;
    font-weight: 700;
}

.tltItemBebidalimoncello {
    color: rgb(246 242 7);
    padding-bottom: 1rem;
    font-size: 51px;
    font-weight: 700;
}

.tltItemBebidaenergyblast {
    color: rgb(140 0 149);
    padding-bottom: 1rem;
    font-size: 51px;
    font-weight: 700;
}

.tltItemBebidaPinaColada {
    color: rgb(245 231 0);
    padding-bottom: 1rem;
    font-size: 51px;
    font-weight: 700;
}

.tltItemBebidaMojito {
    color: rgb(0 188 129);
    padding-bottom: 1rem;
    font-size: 51px;
    font-weight: 700;
}

.padt {
    padding-top: 1rem;
}

.wD {
    width: 99%;
}

.bntBuy {
    width: 505px;
    height: 60px;
    border: solid 2px black;
    font-weight: 500;
}

.imgCont {
    height: 40px;
}

.wdCont {
    width: 92px;
    font-size: 12px;
    font-weight: 700;
    padding-top: 1rem;
}

.bordCont {
    border-right: solid 1px black;
    padding-right: 2rem;
}

.bntBuy:hover {
    background-color: black;
    color: white;
    transition: all 0.9s;
}

.iconeBebidaB {
    color: #000000;
    font-size: 31px;
    padding-bottom: 5px;
}








@media (max-width: 992px) {
    .bntBuy {
        width: 350px;
        height: 47px;
    }

    .wD {
        width: 96%;
    }

    .tltItemBebida {
        color: rgb(32 219 0);
        font-size: 47px;
        text-align: center;
        font-weight: 700;
    }

}