#bebidas h1 {
    color: #ffffff;
    position: relative;
    font-size: 160px;
    line-height: 160px;
    max-width: 435px;
    text-align: center;
    margin: 0 auto;
}

#bebidas #banner .row {
    position: relative;
    padding: 270px 0;
}

#bebidas h1 img {
    max-width: 180px;
    right: -75px;
    top: -170px;
}

#bebidas #banner .bebida01 {
    max-width: 464px;
    top: -40px;
    left: -155px;
    transition: all .5s ease-in-out;
}
#bebidas #banner .bebida02 {
    max-width: 356px;
    right: -155px;
    bottom: -40px;
    z-index: 2;
    transition: all .5s ease-in-out;
}
#bebidas #banner .bebida03 {
    max-width: 448px;
    right: 20px;
    bottom: -150px;
    z-index: 1;
    transition: all .5s ease-in-out;
}
#bebidas #produtos .row {
    padding-top: 150px;
    padding-bottom: 0;
}