.shadow__btn {
    padding: 10px 20px;
    border: none;
    font-size: 17px;
    color: #fff;
    border-radius: 7px;
    font-weight: 700;
    text-transform: uppercase;
    transition: 0.5s;
    transition-property: box-shadow;
    margin-bottom: 15px;
}

.shadow__btn {
    background: rgb(64 20 47);
    box-shadow: 0 0 25px rgb(64 20 47);
}

.shadow__btn a {
    color: #fff;
}

.shadow__btn:hover {
    box-shadow: 0 0 5px rgb(64 20 47),
        0 0 25px rgb(64 20 47),
        0 0 50px rgb(64 20 47),
        0 0 100px rgb(64 20 47);
}

.text h2 {
    font-size: 2.4em;
    color: #C59E67;
    line-height: 100%;
}

.observation h6 {
    font-family: "DM Sans", sans-serif;
    font-size: .6em;
    color: #fff;
}

.mentor img {
    width: auto;
    height: 100%;
}

.logo img {
    width: auto;
    height: 30px;
    margin-bottom: 10px;
}

.general-padding {
    padding: 80px 0;
}

#section_one {
    padding-top: 0;
}

#section_two {
    background-image: url(/images/bg-section_two.jpg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 0;
}

#section_three .observation h6 {
    text-align: center;
}

#section_four .observation h6 {
    text-align: center;
}

.number h6 {
    font-size: 2em;
    color: #7B265B;
    line-height: 100%;
    margin: 0 5px;
}

.content-steps p {
    margin: 0;
}

.phases {
    min-width: 30px;
    height: 30px;
    background-color: #40142f;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 1em;
}

.phases:before {
    content: "";
    position: absolute;
    border: 1px solid #7B265B;
    min-width: 40px;
    height: 40px;
    border-radius: 50%;
}

.list-of-steps p.title {
    margin: 0;
}

.list-of-steps .d-flex {
    margin-bottom: 1.25em;
}

.logo-box img {
    width: auto;
    height: 30px;
}

#section_five .box {
    text-align: center;
    display: flex;
    justify-content: center;
}

#section_five .text {
    text-align: center;
}

strong.highlight-box {
    color: #C59E67;
}

hr.box-line {
    margin: .6em auto;
    border-color: #eee;
}

.value-box h2 {
    font-size: 2.6em;
    color: #A34A78;
    line-height: 100%;
    margin: 0;
}

.value-box span.small-view {
    font-size: 0.6em;
    color: #fff;
    line-height: 100%;
}

.box-text h4 {
    line-height: 100%;
    color: #fff;
    margin: 0;
    font-family: "DM Sans", sans-serif;
    font-size: 1em;
}

.box h6 {
    margin: 0;
}

#section_five .text h2 {
    color: #fff;
}

.box span.author {
    font-family: "DM Sans", sans-serif;
}

span.cash-price {
    color: #fff;
    font-family: "DM Sans", sans-serif;
    font-size: 0.8em;
}

span.installment-price {
    color: #fff;
    font-size: .6em !important;
}

.box-content {
    border: 1px solid #7B265B;
    border-radius: 16px;
    padding: 20px 60px;
    width: 430px;
}

#section_six .mentor img {
    filter: brightness(0.5);
}

@media screen and (max-width: 992px) {
    .text h2 {
        font-size: 2em;
    }
    
    .logo img {
        height: 25px;
    }
    
    #section_one {
        padding-top: 20px;
    }
    
    .mentor img {
        width: 100%;
        height: auto;
    }

    #section_one .content {
        text-align: center;
    }
    
    .general-padding {
        padding: 40px 0;
    }
    
    #section_two .content {
        text-align: center;
    }
    
    #section_three .content {
        text-align: center;
    }
    
    #section_four .content .text {
        text-align: center;
    }
    
    .phases:before {
        min-width: 30px;
        height: 30px;
    }
    
    .phases {
        min-width: 20px;
        height: 20px;
        margin-top: 10px;
    }
    
    #section_six .content {
        text-align: center;
    }

    #section_four .mentor img {
    width: 100%;
    margin-bottom: 20px;
    }

    #section_two .order-one {
        order: 1;
    }
    
    #section_two .order-two {
        order: 2;
    }

    #section_two {
        background-size: inherit;
    }

    .shadow__btn {
        font-size: 14px;
    }

    #section_three  .testim-inner {
        height: 120px;
        margin: 20px 0;
    }
    
    #section_three .testim-inner h6 {
        font-size: 1em;
        line-height: 100%;
    }

    #section_three .text {
        margin-bottom: 40px;
    }

    #section_four p.description {
        font-weight: 200;
        font-size: 1em;
    }
    
    #section_four p.title {
        line-height: 100%;
        font-size: 1.1em;
    }

    .box-content {
        width: 100%;
        padding: 20px 20px;
    }
}

/* atualização-essencia */

#section_seven .class-title-essencia {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#section_seven .box-essencia {
    text-align: center;
    margin: 20px;
    border: 1px solid;
    padding: 20px;
    border-radius: 60px;
    transition: all 1s;
}

#section_seven .class-title-essencia h3 {
    margin: -10px;
    font-size: 40px;
    color: white;
}

#section_seven .class-title-essencia h2 {
    font-size: 50px;
    color: #7B265B;
}


#section_seven .box-essencia h2 {
    color: #C59E67;
    font-size: 40px;
}

#section_seven .img-essencia-logo img {
    width: 200px;
}

#section_seven .img-essencia-logo {
    text-align: center;
    padding-top: 25px;
}

#section_seven .class-title-essencia-pilares h3 {
    font-size: 25px;
    color: white;
    margin: -1px;
    /* opacity: 0; */
}

#section_seven .class-title-essencia-pilares h2 {
    font-size: 39px;
    color: #e065b1;
}

#section_seven .class-title-essencia-pilares {
    text-align: center;
}

#section_seven .col-md-6 {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#section_seven .class-title-essencia-pilares::before {
    content: " ";
    background-color: #7B265B;
    height: 50px;
    width: 560px;
    position: absolute;
    right: 0px;
    border-radius: 60px 0px 0px 60px;
    margin-top: 32px;
    transition: all 3s;
    display: flex;
    align-items: center;
    justify-content: center;
}

#section_seven .class-title-essencia-pilares:hover::before {
    width: 12px;
    text-align: center;
}

#section_seven .box-essencia:hover {
    transform: scale(1.1);
}

@keyframes animation-hover-img {
    from {transform: translateX(101%);}
    to{transform: translateX(0%);}
}

#section_seven:hover .animation-hover-img {
    animation: animation-hover-img 7s forwards;
    animation-iteration-count: 1;
}

#section_seven .animation-hover-img {
    transform: translateX(101%);
}

/* ---------------------- */