h3.subtitle {
    margin-top: -40px;
    margin-bottom: 40px;
    color: #7e7e7e;
}

.item {
    height: 110%;
}

.owl-item {
    height: inherit;
}

.owl-stage {
    display: flex;
    flex-direction: row;
}

.item i {
    font-size: initial;
}

.item video,
.item img {
    width: 100%;
    min-height: auto;
}

.active-bk-tab {
    background-color: #E5007B !important;
    color: white !important;
}

.active-bk-content {
    background-color: #e5007b2e !important;
    color: black !important;
}

.no-active-bk-content {
    background-color: #b6e51d2b !important;
    color: black !important;
}

.no-active-bk-content label {
    color: black !important;
}

.pad-40 {
    padding: 40px;
}

.no-active-tab {
    background-color: #B6E51D !important;
    color: black !important;
}

.credit-card-icon {
    background-image: url('credit-card-solid.svg');
    width: 25px;
    height: 20px;
}

.boleto-icon {
    background-image: url('barcode-solid.svg');
    width: 25px;
    height: 20px;
}

.pix-icon {
    background-image: url('qrcode-solid.svg');
    width: 25px;
    height: 20px;
}


/* .item a {
    position: absolute;
    bottom: 0;
    right: 50%;
    transform: translateX(50%);
    min-width: fit-content;
} */

.owl-theme .owl-nav [class*='owl-']:hover,
.owl-theme .owl-nav [class*='owl-'] {
    background: transparent;
    border: none !important;
}

@media screen and (min-width: 770px) {
    .btn-styled {
        font-size: 1.1rem;
    }
}

@media screen and (max-width: 770px) {
    .mb-40 {
        margin-bottom: 30px !important;
    }
}