
.btn-container .btn-primary {
    background-color: #eeb572;
    border-color: #eeb572;
    border-radius: 50px;
    color: black;
    padding: 10px 25px;
    font-weight: 600;
}

.btn-container .btn-primary:hover {
    background-color: #eeb572cc;
    border-color: #eeb572;
    color: black;
}

.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
    background-color: #eeb572cc;
    border-color: #eeb572;
    color: black;
}

.ohnohoney{
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    z-index: -1;
}

dl, ol, ul {
    margin: 0;
    padding: 0;
}

/*
BANNER
*/
#banner {
    position: relative;
}

#banner .border {
    background-color: #eeb572;
    height: 10px;
}

#banner .icon-arrow {
    position: absolute;
    bottom: -35px;
    left: 50%;
}

#banner .btn-container {
    position: absolute;
    top: 10%;
    right: 7%;
}

#banner .btn-container .btn-primary {
    background-color: #4dc36e;
    border-color: #4dc36e;
    color: white;
    padding: 10px 25px;
    font-weight: 600;
}

#banner .btn-container .btn-primary:hover {
    background-color: #4dc36ecc;
}

/*
SOBRE NÓS
*/

#sobre-nos {
    padding: 10rem 0;
}

#sobre-nos li {
    background-color: #202020;
    color: white;
    padding: 10px;
    margin-bottom: 2rem;
    border-radius: 50px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
}

#sobre-nos .container-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}

#sobre-nos .list-container {
    margin-bottom: 10rem;
}

#sobre-nos .container-logo img {
    height: 100px;
}

#sobre-nos .container-image {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}

#sobre-nos h2 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 24px;
}

#sobre-nos p {
    font-size: 18px;
    font-weight: 600;
}

#sobre-nos .container-description {

}

/*
CRESCER
*/

#crescer {
    background-color: #202020;
    color: white;
    text-align: center;
}

#crescer .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    gap: 1.5rem;
}

#crescer h2 {
    font-size: 20px;
    width: 100%;
    text-transform: uppercase;
}

#crescer p {
    font-size: 18px;
    width: 100%;
}

#crescer img {
    width: 50px;
}

/*
VANTAGENS
*/

#vantagens {
    padding: 6rem 0;
}

#vantagens .heading {
    margin-bottom: 5rem;
}

#vantagens .container {
    border: 2px solid #eeb572;
    border-radius: 20px;
}

#vantagens .item {
    text-align: start;
    padding: 50px;
}

#vantagens .item-middle {
    background-color: #f7f7f7;
}

#vantagens .btn-container {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    margin-top: 3rem;
}

#vantagens .btn-container .btn-primary {
    background-color: #4dc36e;
    color: white;
    border-color: #4dc36e;
}

#vantagens .btn-container .btn-primary:hover {
    background-color: #4dc36ecc;
}

#vantagens .btn-container .btn-primary:active {
    background-color: #4dc36ecc;
    color: white;
}


/*
PERGUNTAS FREQUENTES
*/

#duvidas {
    background-color: #f7f7f7;
}

#duvidas h2 {
    color: #000000;
}

.card {
    border-radius: 50px;
    border: none;
    background-color: white;
    text-align: left;
}

.card:has(.collapse.show) {
    border-radius: 50px 50px 10px 10px;
}

.card .card-header {
    border-radius: 50px !important;
}

.card .btn {
    color: black;
    text-decoration: none;
    text-shadow: none;
    text-align: left;
    white-space: normal;
    width: 100%;
    padding: 6px;
}

.card .btn:hover {
    color: black;
}

.card .btn i {
    float: right;
}

.card-header:first-child {
    border-radius: 0;
    background-color: white;
}

/*
DEPOIMENTOS
*/

#testimonial {
    padding: 10rem 0;
    position: relative;
}

#testimonial .testimonial-box {
    background-color: #fbfbfb;
    border: 1px solid #e49a50;
    border-radius: 10px;
    padding: 25px 30px;
    min-height: 180px;
    display: flex;
    align-items: center;
}

#testimonial .testimonial-box img {
    object-fit: cover;
    width: 80px;
    height: 80px;
}

#testimonial .testimonial-box i {
    font-size: 1.2rem;
}

#testimonial .testimonial-box .item-info {
    display: flex;
    gap: 15px;
}

#testimonial .testimonial-box .item-info h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0;
    color: #000;
    width: 100%;
}

#testimonial .testimonial-box .item-info .stars {
    color: #f79f04;
    font-size: 18px;
    width: 100%;
}

#testimonial .testimonial-box .item-info p {
    font-size: 18px;
    color: #000;
    font-weight: 500;
    width: 100%;
    font-style: italic;
}

#testimonial .owl-prev,
#testimonial .owl-next {
    font-size: 35px;
    position: absolute;
    top: 29%;
}

#testimonial .owl-prev {
    left: -60px;
}

#testimonial .owl-next {
    right: -60px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
    color: #eeb572;
}


/*
SEJA REVENDEDORA
*/

#seja-revendedora {
    position: relative;
}

#seja-revendedora .heading {
    margin-bottom: 3rem;
    display: flex;
}

#seja-revendedora h2 {
    text-align: start;
}

#seja-revendedora .border {
    position: absolute;
    height: 5px;
    width: 58%;
    top: 1%;
    right: 0;
    background: #202020;
    margin-top: 15px;
    background: linear-gradient(90deg,rgba(32, 32, 32, 1) 0%, rgba(238, 181, 114, 1) 100%);
}

#seja-revendedora .container-icon {
    display: flex;
    justify-content: end;
    margin-bottom: 10px;
}

#seja-revendedora .logo-icon {
    width: 170px;
    height: 170px;
}

#seja-revendedora .title-mobile {
    display: none;
}


/*
FOOTER
*/

.footer_info {
    background-color: #202020;
    color: white;
    float: left;
    width: 100%;
}

.footer_info i {
    margin-right: 10px;
}

.footer_info a {
    display: block;
    color: white;
    text-decoration: none;
    width: 100%;
}

.footer_info a:hover {
    color: white;
}

.footer_info h3 {
    font-size: 1.3rem;
    margin: 10px 0;
}

.footer_info p {
    color: white;
    font-size: .9rem;
}

.copyright {
    background-color: var(--color-background-two);
    color: white;
    width: 100%;
}

.mobile-catalogo {
    display: none;
}

@media (max-width: 1200px) {
    #seja-revendedora .border {
        width: 45%;
    }
}

@media (max-width: 768px) {
    #sobre-nos {
        padding: 5rem 2px;
    }

    #sobre-nos .container-logo {
        margin-bottom: 2rem;
    }

    #sobre-nos .list-container {
        margin-bottom: 3rem;
    }

    #sobre-nos .container-image img {
        width: 80%;
    }

    #sobre-nos .container-image {
        margin-bottom: 3rem;
    }

    dl, ol, ul {
        margin: 0;
        padding: 0;
    }

    #crescer,
    #duvidas,
    #vantagens {
        position: relative;
    }

    #crescer .btn-container,
    #duvidas .btn-container,
    #vantagens .btn-container {
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
    }

    #crescer .container {
        padding-bottom: 3rem;
    }

    #crescer p br {
        display: none;
    }

    #crescer p {
        text-align: start;
    }

    #crescer .btn-container .btn-primary,
    #duvidas .btn-container .btn-primary,
    #vantagens .btn-container .btn-primary {
        width: 100%;
        border-radius: 0;
        color: white;
    }

    #vantagens .item {
        padding: 0;
    }

    #vantagens .item .item {
        padding: 50px;
    }

    #vantagens .container {
        border: none;
        border-radius: 0;
    }

    #vantagens .owl-prev,
    #vantagens .owl-next {
        font-size: 35px;
    }

    #seja-revendedora .container-icon,
    #seja-revendedora .border {
        display: none;
    }

    .mobile-catalogo {
        display: block;
        position: fixed;
        transform: rotate(-90deg);
        z-index: 9999;
        top: 150px;
        right: -70px;
        background-color: #4dc36e;
        border-color: #4dc36e;
        color: white;
        border-radius: 20px 20px 0 0;
        padding: 20px 20px;
    }

    .mobile-catalogo a {
        color: white;
        text-transform: uppercase;
        font-weight: 700;
    }

    #banner .btn-container {
        display: none;
    }

    #testimonial .title {
        text-transform: uppercase;
        font-weight: 600;
        margin-bottom: 2.5rem;
    }

    #testimonial .testimonial-box {
        margin-bottom: 2rem;
    }
}

@media (max-width: 600px) {
    #banner .icon-arrow {
        left: 43%;
    }

    #testimonial {
        padding: 3rem 0;
    }

    #testimonial .testimonial-box .item-info {
        flex-wrap: wrap;
        justify-content: center;
    }

    #testimonial .testimonial-box .item-info > div {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    #testimonial .testimonial-box .item-info > div h4,
    #testimonial .testimonial-box .item-info > div p {
        width: 100%;
    }

    #seja-revendedora .title {
        text-align: center;
        width: 100%;
        font-size: 25px;
    }

    #seja-revendedora .title span:first-child {
        text-transform: uppercase;
        font-weight: 600;
        font-size: 30px;
    }

    #seja-revendedora .title-mobile {
        display: block;
    }

    #seja-revendedora .title-desktop {
        display: block;
    }
}