.nav-tabs.active {
    background-color: black !important;
    color: white !important;
    border-radius: 0px;
    height: 75px;
    font-size: 25px;
    font-weight: 600;
}

.nav-tabs .nav-link {
    font-size: 24px;
    color: black;
    min-width: 323px;
    height: 75px;
    font-weight: 600;
}


.imgheader {
    position: relative;
    background-image: url(../assets/images/home/site.webp);
    background-position: top;
    background-size: cover;
    height: 49vw;
    margin-bottom: -2px;
    z-index: 0;
    top: 78px;
    margin-bottom: 5rem;
}

.fontG {
    font-weight: bold;
    color: white !important;
    text-transform: uppercase;
    font-size: 4.5rem;
    /* background: linear-gradient(90.42deg, #66387f 10.09%, #0A368F 120.48%); */
    /* -webkit-background-clip: text; */
    /* -webkit-text-fill-color: transparent; */
    background-clip: text;
    text-fill-color: transparent;
    line-height: 95px;
    margin-top: 2.5rem !important;
    text-shadow: 0px 4px 4px rgb(53 49 49 / 25%);
}

.bntHeader {
    color: white !important;
    padding: 13px 95px;
    border: 2px solid white;
    background: transparent;
    font-size: 22px;
    font-weight: 600;
    transition: all 0.9s;
}

.bntHeader:hover {
    background-color: #000;
    color: white;
    /* transition: all 0.9s; */
}

.tltBebidas {
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-size: 24px;
    background: #66387f;
    padding: 20px 46px;
    color: white;
    margin-top: 2rem;
}

.origiBebidas {
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    background: #66387f;
    color: white;
    padding: 11px;
    margin-top: -10px;
}

.txtBebida {
    border-right: 2px solid #d4d4d4;
    padding: 10px 40px;
    border-left: 2px solid #d4d4d4;
}



.imgDesBebidas {
    height: 40px;
}

.imgDeslog {
    height: 50px;
}

.florAmer {
    padding-right: 40px;
}

.florAmer2 {
    padding-left: 40px;
}

.font55 {
    font-size: 55px;
}

/* Carrousel */
.bebidaItem {
    display: flex;
    height: 375px;
    align-items: center;
    justify-content: center;
}

.bebidaItem:hover {
    transition: all 0.5s;
    transform: scale(1.1);
}

.aqu:hover {
    background: rgba(0, 0, 0, 0.142);
    transition: all 0.5s;
    text-decoration: underline;
}

.imgBebidaCarrousel {
    width: 140px !important;
    padding: 5px;
}

.mtNegativoBebidas {
    margin-top: -252px;
}

.tNomeBebida {
    font-weight: 600;
}

.bgBlack {
    background-color: #66387f !important;
}



.bordimgLocal {
    margin-bottom: 1rem;
    padding-bottom: 20px;
    border-bottom: solid 2px;
}

/* Carrousel */


.videoSFD {
    height: 500px;
    width: 100%;
}


.imgHInsta {
    height: 230px;
    padding: 20px;
}

.fBold {
    font-weight: bold;
}

.mapAjust {
    width: 80%;
    height: 340px;
}

.boxtlt {
    padding: 15px;
    background-color: #00000040;
}

.modal-header {
    border-bottom: none;
}

.txtMaior {
    padding: 40px;
    background-color: black;
    color: white;
    margin: 0px;
}

.bntModalYesorNo {
    border: 1px solid #d4d4d4;
    padding: 40px;
    font-weight: bolder;
    font-size: 20px;
    background-color: #fff;
    transition: all 0.5s;
}

.bntModalYesorNo:hover {
    background-color: black;
    color: white;
    transition: all 0.5s;
    border-color: #000;
    box-shadow: 0 0.2rem 0.4rem 0.1rem rgba(0, 0, 0, .2);
}

.modal-footer {
    border-top: none;
}


@media (max-width: 992px) {
    .backForm {
        background-color: #691876;
        padding: 2rem;
        width: 100%;
    }

    .fontG {
        font-weight: bold;
        color: white !important;
        font-size: 23px !important;
        /* background: linear-gradient(90.42deg, #031E56 10.09%, #0A368F 120.48%); */
        -webkit-background-clip: text;
        background-clip: text;
        text-fill-color: transparent;
        line-height: 31px;
        margin-top: 19px !important;
        text-transform: uppercase;
        text-shadow: 0px 4px 4px rgb(53 49 49 / 25%);
    }


    .wrapRevers {
        flex-wrap: wrap-reverse;
    }

    .bntHeader {
        padding: 8px;
        border: 2px solid white;
        font-size: 22px;
        font-weight: 600;
        margin-top: 0rem !important;
    }

    .fWrap {
        flex-wrap: wrap;
    }

    .txtBebida {
        border-right: 0px solid #d4d4d4;
        padding: 10px 0px;
        border-left: 0px solid #d4d4d4;
    }

    .florAmer2 {
        padding-left: 0px;
    }

    .mtNegativoBebidas {
        margin-top: -355px;
    }

    .mapAjust {
        width: 300px;
        height: 300px;
    }

    .boxtlt {
        padding: 6px;
        background-color: #00000040;
    }
}