.footer {
    display: flex;
    flex-flow: row wrap;
    padding: 30px 30px 20px 30px;
    color: #5200FF;
    border-top: 1px solid #e5e5e5;
}

.footer>* {
    flex: 1 100%;
}

.footer__addr {
    margin-right: 1.25em;
    margin-bottom: 2em;
}

.footer__logo {
    font-weight: bold;
    font-size: 1.5rem;
}

.footer__addr h2 {
    margin-top: 1.3em;
    font-size: 15px;
    font-weight: 400;
}

.nav__title {
    font-weight: 400;
    font-size: 15px;
}

.footer address {
    font-style: normal;
    color: #999;
}

.footer__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 36px;
    max-width: max-content;
    background-color: rgb(33, 33, 33, 0.07);
    border-radius: 100px;
    color: #2f2f2f;
    line-height: 0;
    margin: 0.6em 0;
    font-size: 1rem;
    padding: 0 1.3em;
}

.footer ul {
    list-style: none;
    padding-left: 0;
}

.footer li {
    line-height: 2em;
}

.footer a {
    text-decoration: none;
}

.footer__nav {
    display: flex;
    flex-flow: row wrap;
}

.footer__nav>* {
    flex: 1 50%;
    margin-right: 1.25em;
}

.nav__ul a {
    color: #a0a0a0;
}

.nav__ul a:hover {
    color: #5200FF;
}

.nav__ul--extra {
    column-count: 2;
    column-gap: 1.25em;
}

.legal {
    display: flex;
    flex-wrap: wrap;
    color: #999;
}

.legal__links {
    display: flex;
    align-items: center;
}

.heart {
    font-weight: bold;
    color: #5200FF;
}

@media screen and (min-width: 24.375em) {
    .legal .legal__links {
        margin-left: auto;
    }
}

@media screen and (min-width: 40.375em) {
    .footer__nav>* {
        flex: 1;
    }
    .nav__item--extra {
        flex-grow: 2;
    }
    .footer__addr {
        flex: 1 0px;
    }
    .footer__nav {
        flex: 2 0px;
    }
}

.botaodecomprar2 {
    text-align: center;
    border: none;
    cursor: pointer;
    border-radius: 15px;
    color: #fff;
    font-size: 21px;
    width: 201px;
    padding: 12px 20px;
    font-weight: 600;
    height: 49px;
    background-color: #5200ff;
}

.botaodecomprar2:hover {
    cursor: pointer;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.content1 {
    text-align: center;
}

.content1 p {
    color: #8e849f;
    font-size: 26px;
    margin-bottom: 20px;
    font-weight: 600;
    line-height: 30px;
}

.content1 h1 {
    color: #241d31;
    font-size: 36px;
    margin-bottom: -24px;
    font-weight: bold;
    line-height: 44px;
}

.botaocollapse {
    color: #241d31 !important;
}

.botaocollapse:not(.collapsed) {
    color: #fff !important;
}

.textocollapse {
    color: #8e849f !important;
}

.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #5200ff !important;
}

.borderdocollapse {
    border-radius: 15px !important;
}

.accordion-button:not(.collapsed)::after {
    filter: invert(1)
}

.accordion-button:not(.collapsed) {
    background-color: #5200FF !important;
}

.accordion {
    --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem #5200ff1c;
}

body::-webkit-scrollbar-thumb {
    background-color: #5200ff;
    border-radius: 20px;
    border: 3px solid #f5f6fa;
}

body::-webkit-scrollbar {
    width: 12px;
    /* width of the entire scrollbar */
}

body::-webkit-scrollbar-track {
    background: #f5f6fa;
}