.fundo-banner .subtitle, .fundo-banner .title-bordered {
    color: var(--color-text-white);
    text-transform: uppercase;
}

#opcoes ul > li {
    display: flex;
    align-items: center;
    justify-content: start;
}

#opcoes ul > li i {
    font-size: 1.5rem;
    margin-right: 10px;
}

#duvidas .heading {
    text-align: center;
    margin: 0;
}

#duvidas .heading h1 span {
    color: var(--color-text-white);
}

#duvidas hr {
    border-top: 1px solid var(--color-text-white);
}

#qualidade .heading h1 span,
#nossa_loja .heading h1 span,
#vantagens .heading h1 span {
    text-transform: capitalize;
    color: #616161;
}

#vantagens hr {
    color: #6C6C6C;
}

.box-vantagens {
    padding: 25px;
    background-color: #f8f6f380;
    border: 1px solid var(--color-background-one);
    border-radius: 20px;
    height: 432px;
    width: 90%;
    margin: 0 auto;
}

.box-vantagens i {
    display: flex;
    justify-content: center;
    padding: 10px;
    font-size: 5rem;
    color: var(--color-text-two);
}

.box-vantagens h6 {
    color: var(--color-text-three);
    font-weight: bold;
}

.box-vantagens .malinha-img {
    width: 130px;
}

#vantagens #box-malinha {
    position: relative;
    bottom: 100px;
}

.card .btn {
    color: var(--color-text-two);
    font-weight: 500;
    white-space: normal;
    width: 100%;
    text-align: left;
    padding: 6px;
}

.card .btn:hover span {
    color: var(--color-text-one);
}

.card .btn i {
    float: right;
    color: var(--color-text-one);
    font-weight: bold;
}

.card-body {
    text-align: left;
}

.card-body .answer {
    padding: 15px;
    border-left: 2px solid var(--color-background-one);
}

.btn_resell_box {
    padding: 4px;
    border: 2px solid var(--color-background-two);
    width: 80%;
    margin: 0px auto;
}

.btn_resell_box a.btn {
    background-color: var(--color-background-two);
    color: var(--color-text-white);
    border-radius: 0;
    font-family: "Playfair Display";
    font-weight: 700;
    font-size: 1.2rem;
    padding: 10px 30px;
    width: 100%;
}

.btn_resell_box:hover {
    border: 2px solid var(--color-background-two-opacity);
}

.btn_resell_box a.btn:hover {
    background-color: var(--color-background-two-opacity);
    color: var(--color-text-white);
}

.box-qualidade {
    border-radius: 20px;
    padding: 50px;
    width: 260px;
    height: 340px;
    background-color: var(--color-background-one);
    color: var(--color-text-white);
    box-shadow: 0px 4px 4px #00000040;
}

.box-qualidade i {
    display: flex;
    justify-content: center;
    padding: 16px;
    font-size: 3rem;
    border-radius: 50%;
    background-color: var(--color-background-four);
    color: var(--color-text-black);
}

.box-qualidade p {
    font-weight: 700;
    font-size: 1.125rem;
    margin-top: 70px;
}

#qualidade .boxes > .box-qualidade:nth-child(2n) {
    background-color: var(--color-background-white);
    color: var(--color-text-three);
}

#qualidade .boxes > div:nth-child(2n) i {
    color: var(--color-text-white);
    background-color: var(--color-background-two);
}

#depoimentos .heading h1 span {
    color: #616161;
    text-transform: none;
    font-weight: 700;
}

#depoimentos .box {
    padding: 0 0 50px;
}

#qualidade {
    background-color: #F9F7F4;
}

#nossa_loja .img-nossa-loja,
#nossa_loja iframe {
    height: 450px;
    width: 100%;
}

#nossa_loja .atendimento {
    margin: 100px 0 80px 0;
}

#nossa_loja .atendimento_box {
    padding: 40px 0;
    border: 1px solid var(--color-background-two);
    border-radius: 10px;
}

#nossa_loja .atendimento_box h6 {
    color: var(--color-text-two);
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1.375rem;
}

#nossa_loja .atendimento_box .btn {
    background-color: var(--color-background-two);
    color: var(--color-text-white);
    font-weight: 700;
    width: 200px;
    margin: 0 auto;
    cursor: text;
}

#nossa_loja .atendimento_box small {
    color: var(--color-text-three);
}

#nossa_loja .waze_box span {
    color: var(--color-text-three);
    text-decoration: underline;
    margin-bottom: 10px;
}

#nossa_loja .waze_link {
    width: 150px;
}

#nossa_loja .waze_link img {
    width: 100px;
    margin-top: 10px;
}

.campo-obrigatorio {
    color: var(--color-text-red);
    margin-right: 5px;
    line-height: 30px;
    /* float: left; */
    margin-bottom: 0;
}

#campo-cidade {
    float: left;
    width: 30%;
    margin: 0 1%;
}

#campo-uf {
    float: left;
    width: 18%;
}

#campo-endereco {
    float: left;
    margin-right: 1%;
    width: 81%;
}

#campo-numero {
    float: left;
    width: 18%;
}

.titulo-cadastro h2 {
    font-size: 1.25rem !important;
    margin-top: 12px;
    margin-bottom: 6px;
    float: left;
    width: 100%;
    color: var(--cor_texto_padrao);
}

.left {
    width: 49%;
    overflow: hidden;
    margin-right: 1%;
    float: left;
}

.right {
    width: 49%;
    overflow: hidden;
    margin-left: 1%;
    float: right;
}

#mensagemAlert {
    font-size: 1.25rem;
    font-weight: bold;
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

.error input,
.error select {
    border: 1px solid var(--color-background-red) !important;
}

/*
768px
*/
@media (max-width: 48em) {
    #depoimentos .heading h1 span,
    #qualidade .heading h1 span,
    #nossa_loja .heading h1 span {
        font-size: 1.5rem;
    }

    .btn_resell_box {
        width: 100%;
        margin: 20px 0;
    }

    #vantagens .heading {
        margin-bottom: 15px;
    }

    #vantagens .heading h1 span {
        font-family: 'Calligraffitti';
        font-size: 1.5rem;
        color: var(--color-text-two);
    }

    #vantagens .box-vantagens {
        width: 100%;
        padding: 15px 25px;
        height: fit-content;
    }

    #vantagens #box-malinha {
        position: static;
    }

    #qualidade .box-qualidade {
        width: 100%;
        padding: 20px;
        height: 200px;
    }

    #qualidade .box-qualidade i {
        font-size: 2rem;
        padding: 10px;
    }

    #qualidade .box-qualidade p {
        margin-top: 40px;
        font-size: .875rem;
    }

    #qualidade .boxes .owl-carousel .owl-stage-outer .owl-item:nth-child(2n) .box-qualidade {
        background-color: var(--color-background-white);
        color: var(--color-text-three);
    }

    #qualidade .boxes .owl-carousel .owl-stage-outer .owl-item:nth-child(2n) .box-qualidade i {
        color: var(--color-text-white);
        background-color: var(--color-background-two);
    }

    #nossa_loja .atendimento {
        margin: 50px 0 50px 0;
    }

    #nossa_loja .atendimento_box {
        border: none;
        padding: 10px 0;
    }

    #nossa_loja .waze_box {
        margin-bottom: 50px;
    }
}