.metis.tparrows{
    display: none;
}

/*Logo*/
.main-header .header-lower .logo {
    padding: 20px 0 10px;
}
.main-header .header-lower .logo img{
    max-width: 80%;
}

@media (min-width: 847px) and (max-width: 1023px){
    .main-header .header-lower .logo img {
        max-width: 60%;
    }

}

/*@media (min-width: 768px) and (max-width: 846px){
}*/

@media (max-width: 767px){
    .main-header .header-lower .logo img{
        max-width: 70%;
    }
}

@media only screen and (max-width: 767px) {
    .navbar-dark .navbar-toggler {
        position: relative;
        z-index: 999;
    }
}


.main-header.fixed-header .header-lower .logo {
    padding: 0px 0;
}

/*Header*/
.main-header .header-lower .main-box {
    background-color: rgba(237, 237, 237, 0.99);
}

.main-menu .navigation > li > a{
    color: #353535;
}
.main-menu .navigation > li:before {
    color: #353535;
}

.main-slider .tp-dottedoverlay {
    background: rgba(69, 67, 66, 0.6);
}

/*Produtos*/
.process-section .title-box:before {
    background-color: rgba(237, 237, 237, 0.2);
}

.process-block .icon-box .icon{
    color: #765430 !important;
}

.gallery-full-width {
    padding: 0px 0px 60px;
}

.gallery-full-width .btn-box {
    margin-top: 40px;
}

/*Seja um revendedor*/
.services-section-two .upper-box .text-column {
    margin-top: 30px;
}
.services-section-two .upper-box h2 {
    font-size: 38px;
}

.service-block-two .inner-box {
    padding: 30px 40px;
    min-height: 330px;
    border: 1px solid #765430;

}

.services-section-two .btn-box .text {
    font-weight: 800;
}
.services-section-two .upper-box h2{
    color: #765430;
}
.services-section-two .btn-box .text{
    color: #765430;
}
.btn-style-one:hover{
    background: #765430;
}
.btn-style-one{
    color:#765430;
    border: 2px solid #765430;
}


/*Última seção*/
.services-section .image-column, .services-section .blocks-column{
    background-color: #DBCDC2;
}
.services-section{
    background-color: #DBCDC2;
}
.services-section .blocks-column .inner-column{
    border-radius: 35px;
    background-color: #ffffff;
    min-height: 450px;
}

#venha-ser .sec-title h2{
    color: #765430;
}

#venha-ser .sec-title .text{
    color: white;
    font-weight: 800;
    font-size: 20px;
}

#venha-ser .service-block h3{
    margin-bottom: 0;
}

#venha-ser .service-block{
    margin-bottom: 25px;
}

/*Sessão de Contato*/
.fun-fact-section:before{
    background: white;
}
.fun-fact-section .title-column h3{
    color: #2c2c2c;
}
.fun-fact-section .title-column .text{
    color: #6B6B6B;
}
.fun-fact-section{
    padding: 55px 0px 25px;
}


#contato .btn-contact {
    display: inline-block;
    padding: 12px 54px;
    font-family: "Rubik", sans-serif;;
    background-color: #191919;
    color: #ffffff;
    text-transform: uppercase;
    border-radius: 5px;
    text-decoration: none;
    transition: 0.3s ease-in-out;
}

#contato .btn-contact:hover {
    background-color: #333333;
}

#contato .button-column {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

@media (max-width: 991px) {
    #contato .button-column {
        justify-content: center;
        margin-top: 15px;
    }
}


/*Footer*/

.creditos{
    text-decoration: underline;
    color: #FB4803;
}

/*======== Página de Contato ========*/

.page-title:before{
    background-color: rgba(69, 67, 66, 0.6);
}

.contact-form-section {
    padding-bottom: 40px !important;
}

/*Sessão abaixo do forms*/
.feature-block h3 {
    color: #25262c;
}

.form-down-section{
    font-size: 30px !important;
}

.feature-block .inner-box::before {
    background-color: #ffffff !important;
}
.feature-block h3 a {
    color: #25262c;
}

.feature-block .icon {
    color: #25262c;
}

.feature-block .inner-box {
    min-height: 270px;
    padding: 60px 15px 75px;
}
.who-we-are {
    position: relative;
    background-color: #F6F8F8;
    padding: 80px 0 40px;
}
.feature-block .inner-box::before {
    background-color: rgb(255, 255, 255) !important;
}

#who-we-are .btn-style-one {
    color: #25262c;
    border-color: #25262c;
    border-width: 2px;
    border-style: solid;
    border-image: initial;
}
#who-we-are .btn-style-one:hover{
    background: #25262c;
    color: #ffffff;
}




/* planos */
.crescimento{
    padding: 50px 0 !important;
}

.plano-crescimento {
    padding-bottom: 30px;
    text-align: center;
    background-color: #f5f5f5;
}
.plans {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    justify-content: center;
}
.plan {
    background: white;
    padding: 30px;
    text-align: center;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}
.plan:hover {
    transform: scale(1.05);
}
.plan h3 {
    text-transform: uppercase;
    font-family: Rubik, sans-serif;
    font-weight: bold;
    margin-bottom: 15px;
}
.valor {
    font-size: 18px;
    font-weight: bold;
    color: #333;
}
.comissao {
    font-size: 32px;
    font-weight: bold;
    margin: 10px 0;
}
.plan ul {
    list-style: none;
    padding: 0;
}
.plan ul li {
    font-size: 14px;
    margin-bottom: 8px;
    text-align: left;
    display: flex;
}


.bronze {
    border-top: 5px solid #b08d57;
}
.bronze .comissao {
    color: #b08d57;
}
.prata {
    border-top: 5px solid #c0c0c0;
}
.prata .comissao {
    color: #c0c0c0;
}
.ouro {
    border-top: 5px solid #e4af02;
}
.ouro .comissao {
    color: #e4af02;
}
.diamante {
    border-top: 5px solid #087397;
}
.diamante .comissao {
    color: #087397;
}

.descricao {
    max-width: 70%;
    margin: 0 auto 20px auto;
    font-size: 16px;
    color: #666;
    line-height: 1.6;
}
@media (max-width: 1024px) {
    .descricao {
        max-width: 80% !important;
    }
}



#plano .sec-title h2{
    font-size: 30px;
    color: #765430;
}

#plano strong{
    font-weight: 600;
    color: #5f5f5f;
}
.destaque{
    font-weight: 800;
    color: #765430;
    font-size: 20px;
}
.plans .bronze h3{
    color: #b08d57;
}
.plans .prata h3{
    color: #c0c0c0;
}
.plans .ouro h3{
    color: #e4af02;
}
.plans .diamante h3{
    color: #087397;
}

/*Checks*/
.fa-check {
    margin-right: 5px;
}

.bronze-check { color: #b08d57; }
.prata-check { color: #c0c0c0; }
.ouro-check { color: #e4af02; }
.diamante-check { color: #087397; }