.content-section{
    display: flex;
    align-items: center;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
}
.content-section .inner-content{
    flex: 1;
}

.btn-bonifique-primary{
    border-radius: 36px;
    font-weight: bold;
    background: #FF00DD;
    color: #fff;
    padding: 8px 30px;
}
.btn-bonifique-primary:hover,
.btn-bonifique-primary:active{
    color: #fff;
}

.btn-bonifique-secondary{
    border-radius: 36px;
    font-weight: bold;
    background: transparent;
    color: #fff;
    padding: 8px 30px;
    border-color: #fff;
}
.btn-bonifique-secondary:hover,
.btn-bonifique-secondary:active{
    color: #fff;
}

.btn-bonifique-tertiary{
    border-radius: 36px;
    font-weight: bold;
    background: #86E800;
    color: #000;
    padding: 8px 30px;
    border-color: #000;
}
.btn-bonifique-tertiary:hover,
.btn-bonifique-tertiary:active{
    color: #000;
}

/*--------------------------------------*/

#o-clube{
    min-height: 250px;
    background: #653585 url('../img/site/start-section.png') no-repeat top left;
    background-size: 100%;
    margin-top: 54px;
}
#o-clube .inner-content{
    text-align: center;
    color: #fff;
    padding: 20px;
}
#o-clube .inner-content h1{
    font-weight: bold;
    font-size: 35px;
    color: #DFDFDF;
}
#o-clube .inner-content h1 span{
    color: #86E800;
}
#o-clube .inner-content p{
    font-size: 15px;
    color: #DFDFDF;
}
#o-clube .inner-content p span{
    color: #86E800;
}
@media screen and (min-width: 993px) {
    #o-clube{
        background-position: center center;
    }
}
@media screen and (max-width: 440px) {
    #o-clube .btn-bonifique-primary{
        margin-bottom: 10px;
    }
}

/*--------------------------------------*/

#anuncios-marketplace{
    background: #3D0066;
    padding: 20px;
    justify-content: center;
}
#anuncios-marketplace .inner-content{
    min-height: 500px;
}
#anuncios-marketplace .inner-content h2{
    font-weight: bold;
    font-size: 35px;
    color: #DFDFDF;
    text-align: center;
    margin-bottom: 30px;
}
#anuncios-marketplace .inner-content h2 span{
    color: #86E800;
}
#anuncios-marketplace .inner-content .offer-item a,
#anuncios-marketplace .inner-content .offer-item .offer-description .offer-reward{
    color: #fff;
}

/*--------------------------------------*/

#como-funciona{
    background: #653585 url('../img/site/how-to-section.png') no-repeat top left;
    background-size: auto 100%;
    padding: 20px 30px;
    text-align: center;
    justify-content: center;
}
#como-funciona .inner-content{
    max-width: 500px;
}
#como-funciona .inner-content h2{
    font-weight: bold;
    font-size: 35px;
    color: #DFDFDF;
    text-align: center;
}
#como-funciona .inner-content h2 span{
    color: #86E800;
}
#como-funciona .inner-content .how-to-list{
    
}
#como-funciona .inner-content .how-to-list .how-to-item{
    border: 3px solid #fff;
    border-radius: 20px;
    position: relative;
    padding: 15px;
}
#como-funciona .inner-content .how-to-list .how-to-item .media-indicator{
    position: absolute;
    top: -17px;
    left: -21px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #3D0066;
    font-weight: bold;
    background: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 25px;
}
#como-funciona .inner-content .how-to-list .how-to-item .media-icon{
    margin-right: 5px;
}
#como-funciona .inner-content .how-to-list .how-to-item .media-icon i{
    color: #86E800;
    font-size: 75px;
}
#como-funciona .inner-content .how-to-list .how-to-item .media-body{
    color: #fff;
    font-size: 17px;
    text-align: left;
}
#como-funciona .inner-content .how-to-list .how-to-item .media-body p{
    margin: 0px;
}

@media screen and (min-width: 993px) {
    #como-funciona{
        background-size: 100%;
    }
}

/*--------------------------------------*/

#seja-parceiro{
    background: #3D0066;
    padding: 20px;
}
#seja-parceiro .inner-content h2{
    font-weight: bold;
    font-size: 35px;
    color: #DFDFDF;
    text-align: center;
}
#seja-parceiro .inner-content h2 span{
    color: #86E800;
}
#seja-parceiro .depoiments-list{
    width: calc(100vw - 40px);
}
#seja-parceiro .depoiments-list .depoiments-item{
    position: relative;
    margin: 56px 40px 10px 40px;
}
#seja-parceiro .depoiments-list .depoiments-item::before{
    content: "";
    background: #86E800;
    width: 100px;
    height: 40px;
    border-radius: 30px;
    position: absolute;
    left: -10px;
    top: -10px;
    z-index: 4;
}
#seja-parceiro .depoiments-list .depoiments-item .media img{
    width: 50px;
    height: 50px;
    margin-right: 8px;
}
#seja-parceiro .depoiments-list .depoiments-item .depoiments-item-content{
    background: #fff;
    position: relative;
    z-index: 5;
    padding: 20px 50px 20px 20px;
    border-bottom-left-radius: 30px;
}
#seja-parceiro .depoiments-list .depoiments-item .depoiments-item-logo{
    background: #fff;
    position: absolute;
    z-index: 6;
    top: -47px;
    right: -14px;
    width: 85px;
    height: 85px;
    border-radius: 50%;
    box-shadow: 0px 3px 6px #00000029;
    overflow: hidden;
}
#seja-parceiro .btn-contact{
    max-width: 300px;
    margin: 0 auto;
}
@media screen and (min-width: 450px) {
    #seja-parceiro .depoiments-list .depoiments-item{
        margin: 56px 20px 10px 20px;
    }
}

/*--------------------------------------*/

#main-menu{
    background: #3d0066;
}
#main-menu .navbar-brand{
    max-width: 160px;
    padding-top: 0px;
    padding-bottom: 0px;
}
#main-menu .collapse{
    margin-left: -15px;
    margin-right: -15px;
    background: #fff;
    padding-left: 15px;
    padding-right: 15px;
    position: fixed;
    top: 60px;
    right: -400px;
    width: 300px;
    transition: right 0.35s ease;
    display: block!important;
    height: calc(100% - 60px);
}
#main-menu .collapse.show{
    right: 15px;
}
#main-menu .dropdown-toggle span{
    color: #fff;
}
#main-menu .dropdown-toggle img{
    height: 30px;
}
#main-menu .dropdown-toggle::after{
    content: "";
    border-top-color: #fff;
}

/*--------------------------------------*/

#bottom-menu{
    position: fixed;
    width: 100%;
    left: 0px;
    bottom: 0px;
    background: #f2f2f2;
    z-index: 15;
}
#bottom-menu .row{
    height: 70px;
}
#bottom-menu .col-4{
    padding-top: 10px;
}
#bottom-menu p{
    margin: 0px;
}
#bottom-menu .active{
    background: #3d0066;
}
#bottom-menu .active a{
    color: #fff;
}
#bottom-menu .badge{
    position: absolute;
    top: -10px;
    right: 10%;
}
#bottom-menu .badge .material-icons{
    font-size: 12px;
}

/*--------------------------------------*/

#not-found .row{
    height: 80vh;
}

/*--------------------------------------*/

#login-main{
    
}

.login-body{
    background-color: #3D0066;
}
.login-body .row .info-container{
    align-self: end;
}
.login-body .row .form-container{
    align-self: center;
}
.login-body p{
    font-size: 15px;
    color: #878787;
}
.login-body label {
    display: block;
    font-size: 15px;
    color: #878787;
    font-weight: 500;
}
.login-body .form-control {
    height: 64px;
    border-radius: 24px;
    display: block;
    border: solid 1px #707070;
    padding: 0 0 0 24px;
}
.login-body .btn-bonifique{
    border-radius: 24px;
    font-size: 18px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 34px;
}
.login-body .logo-wrapper{
    text-align: center;
    padding-top: 20px;
}
.login-body .logo-wrapper img {
    max-width: 90%;
    width: 330px;
}
.login-body .box-login {
    border-radius: 18px;
    background-color: white;
    padding: 20px 40px 20px 40px;
    width: 100%;
}

#recoverPassword-main .row,
#login-main .row,
#login-password .row{
   min-height: 100vh;
}

@media screen and (max-width: 375px) and (max-height: 667px) {
    #recoverPassword-main .row,
    #login-main .row,
    #login-password .row{
        height: auto;
    }
}

@media screen and (max-width: 992px) {
    .login-body .row{
        align-items: end;
        align-content: end;
    }
    .login-body .form-container{
        padding: 0px;
    }
    .login-body .box-login{
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }
    .login-body .logo-wrapper img{
        max-width: 100%;
    }
}

/*@media screen and (min-width: 380px) and (max-width: 468px){
    #login-main .row{
        height: 100vh;
    }
}*/

/*--------------------------------------*/

#login-code .row{
    height: auto!important;
}

/*--------------------------------------*/

@media screen and (width: 768px){
    #register-main .row{
        height: 100vh;
    }
}

@media screen and (max-width: 390px){
    #register-main .row{
        height: auto!important;
    }
}

/*--------------------------------------*/

#home-main{
    
}
#home-main .section-title a{
    font-size: 15px;
}

/*-----------------------------------*/

#wizard-main .wizard {
    display: flex;
    min-height: 400px;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
#wizard-main .wizard-steps {
    width: fit-content;
    margin: 0 auto;
    position: relative;
    width: 300px;
    max-width: 100%;
    display: flex;
    justify-content: space-between;
}
#wizard-main .wizard-steps li {
    background-color: #DFDFDF;
    z-index: 30;
    width: 50px;
    height: 50px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    color: #3d0066;
    border-radius: 50%;
    transition: all 0.1s ease-in-out;
}
#wizard-main .wizard-steps li.current {
    background-color: #3d0066;
    color: #fff !important;
}
#wizard-main .wizard-steps:after {
    z-index: 10;
    content: "";
    width: 100%;
    height: 4px;
    display: block;
    position: absolute;
    top: calc(50% - 2px);
    left: 0;
    background-color: #DFDFDF;
}
#wizard-main .btn-segment {
    background-color: transparent;
    border: solid 2px #3D0066;
}
#wizard-main .btn-segment.active {
    background-color: #3d0066;
    color: #fff;
}
#wizard-main .link {
    font-size: 15px;
    margin-top: 6px;
    color: #1592E6 !important;
    text-decoration: underline;
    display: block;
}
#wizard-main label {
    display: block;
    font-size: 15px;
    color: #878787;
    font-weight: 500;
}
#wizard-main .form-control {
    height: 64px;
    border-radius: 24px;
    display: block;
    border: solid 1px #707070;
    padding: 0 0 0 24px;
}

/*-----------------------------------*/

#explore-main{
    position: relative;
    padding-top: 10px;
}
#explore-main .search{
    padding-top: 0px;
}
#explore-main .search .btn-filters{
    position: relative;
}
#explore-main .search .btn-filters .badge{
    position: absolute;
    top: -5px;
    right: -5px;
    visibility: hidden;
}
#explore-main .search .btn-filters.show-badge .badge{
    visibility: visible;
}
#explore-main .result-container{
    margin-top: 20px;
}
#explore-main .first-filters{
    
}
#explore-main .first-filters .btn-image{
    width: 100%;
    height: 70px;
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 40%;
    text-align: left;
    color: #fff;
    background-color: #E38A29;
}
#explore-main .first-filters .btn-image span{
    
}
#explore-main .first-filters .row .col-6:nth-child(3n + 1) .btn-image{
    background-color: #8A2518;
}

.explore-item{
    margin-bottom: 30px;
}
.explore-item .establishment-details{
    margin-bottom: 10px;
}
.explore-item .establishment-details .establishment-logo img{
    width: 50px;
    height: 50px;
    object-fit: cover;
}
.explore-item .establishment-details .media-body{
}
.explore-item .establishment-details .media-body h2{
    margin-bottom: 0px;
    font-size: 17px;
    font-weight: bold;
}
.explore-item .establishment-details .media-body p{
    margin-bottom: 0px;
    font-size: 15px;
}

/*-----------------------------------*/

#company-profile{
    
}
#company-profile .logo{
    width: 100px;
    height: 100px;
    object-fit: cover;
}

/*-----------------------------------*/

#reward-details{
    padding-bottom: 100px;
}

#home-pending{
    padding-bottom: 90px;
}

/*-----------------------------------*/

#home-pending .pagination,    
#home-finished .pagination,    
#home-closed .pagination{
    justify-content: center;
}

.reward-row{
    margin-bottom: 30px;
}
.reward-row .media-image{
    width: 250px;
}
@media screen and (max-width: 450px) {
    .reward-row .media-image{
        width: 120px;
    }
}


/**************/

#marketplace-main{
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}
#marketplace-main .filters{
    text-align: center;
}
#marketplace-main .filters .col-6:first-child{
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    border-left: 1px solid #CCC;
}
#marketplace-main .filters .col-6:last-child{
    border: 1px solid #CCC;
}
#marketplace-main .filters .col-6 .btn:focus{
    box-shadow: none;
}
#marketplace-main .filters .col-6{
    
} 
#marketplace-main .filters-applieds{
    display: flex;
    overflow: auto;
} 
#marketplace-main .filters-applieds .filter-applied-item{
    margin-right: 10px;
}
#marketplace-main .filters-applieds .filter-applied-item span{
    display: inline-block;
    padding: 0px 10px;
}
#marketplace-main .filters-applieds .filter-applied-item .btn{
    color: #fff;
}
#marketplace-main .offer-list{
    
} 

.offer-item{
    
} 
.offer-item .offer-image{
    width: 128px;
    margin-right: 10px;
} 
.offer-item .offer-description{
    
} 
.offer-item .offer-description .seller{
    
}
.offer-item .offer-description .seller .seller-image img{
    width: 32px;
    height: 32px;
    object-fit: cover;
}
.offer-item .offer-description .offer-title{
    font-weight: bold;
    margin-bottom: 0px;
} 
.offer-item .offer-description .offer-resume p{
    margin: 0px;
} 
.offer-item .offer-description .offer-price{
    
}
.offer-item .offer-description .offer-price .last-price,
.offer-item .offer-description .offer-price .price{
    margin-bottom: 0px;
}
.offer-item .offer-description .offer-reward{
    color: #3D0066;
}
.offer-item .offer-description .offer-reward .offer-reward-highlight{
    background: #1A9151;
    color: #fff;
    display: inline-block;
    padding: 2px 7px 1px 7px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

/**************/

#marketplace-details{
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 140px;
}
#marketplace-details .offer-image{

} 
#marketplace-details .offer-title{
    font-weight: bold;
    margin: 0px;
} 
#marketplace-details .offer-resume{
    margin: 7px 0px;
} 
#marketplace-details .offer-price{
    
}
#marketplace-details .offer-price .last-price,
#marketplace-details .offer-price .price{
    margin-bottom: 0px;
}
#marketplace-details .offer-reward{
    color: #3D0066;
}
#marketplace-details .offer-reward .offer-reward-highlight{
    background: #1A9151;
    color: #fff;
    display: inline-block;
    padding: 2px 7px 1px 7px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
#marketplace-details .offer-description{
    overflow: auto;
}

.offer-buy{
    position: fixed;
    left: 0px;
    bottom: 70px;
    width: 100%;
    background: #fff;
    padding: 18px 15px;

    -webkit-box-shadow: 0px 8px 15px 0px rgba(0,0,0,0.85);
    -moz-box-shadow: 0px 8px 15px 0px rgba(0,0,0,0.85);
    box-shadow: 0px 8px 15px 0px rgba(0,0,0,0.85);
}
.offer-buy input[name=quantity]{
    text-align: center;
}

/**************/

#checkout-main{
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 140px;
}

.payment-methods .nav-item{
    width: 50%;
}
.payment-methods .nav-item p{
    margin: 0;
}
.payment-methods .nav-item .nav-link{
    position: relative;
}
.payment-methods .nav-item .nav-link .badge{
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -25%;
}
.payment-methods .pix-info{
    border: 1px solid #D4D4D4;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 10px;
}
.payment-methods .pix-info .material-icons{
    color: #1A9151;
}

/**************/

#checkout-payment{

}
#checkout-payment .timelapse{
    font-size: 30px;
}
