
/* -------------------------------------------------------------------
 * SERVIÇOS
 * -----------------------------------------------------------------*/
#servicos h2 { font-weight: bold; font-size: 2.1rem; }
#servicos h3 { font-weight: bold; font-size: 1.4rem; margin-bottom: 2rem; }


#servicos p.info { margin-top: 1rem; font-size: .8rem; color: var(--dark); min-height: 110px; }
#servicos { margin-bottom: 3rem; margin-top: -5rem; }

#servicos > .container { position: relative; }
#servicos > .container > .row { padding:3rem 0; }

#servicos h4 {
    font-weight: 700;
    font-size: 1.1rem;
    margin: 1rem 0 .3rem 1px;
}

#servicos span {
    border-bottom: 5px solid #c9a445;
    display: block;
    width: 30%;
    margin-bottom: 8px;
    border-radius: 20px;
}


#servicos img { border-bottom-right-radius: 3rem; }
#servicos .img-mask {
    background: #000;
    width: 100%;
    height: 100%;
    opacity: 0.2;
    position: absolute;
    z-index: 99;
}
#servicos .button-gold:hover { color: #FFF !important; background-color: var(--dark) !important; }

@media (max-width: 860px) {
    #servicos { margin-top: -2rem; }
}

@media (max-width: 767px) {
    #servicos { margin-top: -2rem; }
}

/* -------------------------------------------------------------------
 * VANTAGENS
 * -----------------------------------------------------------------*/
#vantagens  {
    font-weight: 400;
    min-height: 500px;
    background: url(../img/bg-section.png);
    background-color: #464646;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
    margin: 3rem 0;
    padding-top: 8rem;
    padding-bottom: 8rem;
    clip-path: polygon(0 10%, 100% 0%, 100% 90%, 0% 100%);
    color: #FFF;
}

#vantagens h2 { font-weight: bold; font-size: 2.1rem; }
#vantagens h3 { font-weight: bold; font-size: 1.4rem; margin-bottom: 2rem; color: var(--gold); }

#vantagens article { 
    color: var(--dark);     
    background-color: #FFF;
    padding: 15px 20px; 
    border-radius: 15px;
    min-height: 270px;
}
#vantagens article h4 { 
    font-size: 1.3rem;
    font-weight: bold;
    margin-bottom: 15px; 
}
#vantagens article p { font-size: .9rem; }
#vantagens article .ch-hover-hidden { display: inline-block; }
#vantagens article .ch-hover-show { display: none; }

#vantagens article:hover {
    transition: .5s;
    background-color: #e1b74e !important;
    transform: scale(1.1);
}
#vantagens article:hover .ch-hover-hidden { display: none; }
#vantagens article:hover .ch-hover-show { display: inline-block; }


@media (max-width: 768px) {
    #vantagens { clip-path:none; padding-top: 4rem; padding-bottom: 4rem; }
}


/* -------------------------------------------------------------------
 * SEJA NOSSO CLIENTE
 * -----------------------------------------------------------------*/
#nossocliente { margin-bottom: 3rem; }
#nossocliente h2 { font-weight: bold; font-size: 2.1rem; }
#nossocliente h3 { font-weight: bold; font-size: 1.4rem; margin-bottom: 2rem; }

#nossocliente .mt-lg-2 { margin-top: 25px !important; }
#nossocliente .mt-lg-4 { margin-top: 50px !important; }

#nossocliente article {
    color: #c9a445;
    background-color: #323232;
    border: 3px solid #c9a445;
    padding: 40px 30px;
    border-radius: 15px;
    min-height: 270px;
}
#nossocliente article h4 {
    font-size: 1.4rem;
    font-weight: bold;
    border-bottom: 2px solid #c9a445;
    padding-bottom: 10px;
}
#nossocliente article ul { list-style: none; padding-left: 2px; }
#nossocliente article ul li { position: relative; margin: 10px 0px; font-size: 1.1rem; }
#nossocliente article ul li::before{
    content: '';
    position: relative;
    left: 0;
    top: 0;
    padding: 0px 11px;
    background-image: url('../img/check-list-gold.png');
    background-repeat: no-repeat;
    background-size: cover;
    margin-right: 10px;
}

#nossocliente .button-gold { border-radius: 60px !important; padding: 6px 45px !important; }


#nossocliente article:hover,
#nossocliente .container-plano article:hover{
    color: #323232;
    background-color: #e1b74e;
    transition: .5s;
    margin-top: 10px;
}
#nossocliente article:hover h4 { border-color: #323232; }
#nossocliente article:hover ul li::before { background-image: url('../img/check-list-black.png'); }
#nossocliente article:hover .button-gold { background-color: #323232 !important; color: #e1b74e !important; }

#nossocliente .container-plano article {
    background-color: #FFF;
    color: #323232;
}
#nossocliente .container-plano .bg-calc {
    background-image: url("../img/calc-gold.png");
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    padding: 25px;
    margin-bottom: 10px;
}
#nossocliente .container-plano article:hover .bg-calc {
    background-image: url("../img/calc-black.png");
}

@media (max-width: 767px) {
    #nossocliente .mt-lg-2 { margin-top: 0 !important; }
    #nossocliente .mt-lg-4 { margin-top: 0 !important; }
}


/* -------------------------------------------------------------------
 * PERGUNTAS FREQUENTES
 * -----------------------------------------------------------------*/
#perguntas { margin-bottom: 3rem; }
#perguntas h2 { font-weight: bold; font-size: 2.1rem; }


#perguntas .accordion i { margin-right: 10px; color: #e1b74e; }
#perguntas .accordion {
    font-weight: 600;
    font-size: 1.1rem;
    background-color: #FFF ;
    border: 0 !important;
    padding: 8px 2px;
    text-align: left;
}
#perguntas .panel p { margin-bottom: 0 !important; }
#perguntas button:focus { outline: 0px !important; }

#perguntas .panel {
    background-color: #e1b74e;
    color: #323232;
    padding: 16px 15px;
    font-size: 1rem;
    display: none;
}



/* -------------------------------------------------------------------
 * DEPOIMENTOS E PARCEIROS
 * -----------------------------------------------------------------*/
#depoimentos {
    font-weight: 400;
    min-height: 500px;
    background: url(../img/bg-section.png);
    background-color: #464646;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
    margin: 3rem 0;
    padding-top: 8rem;
    padding-bottom: 8rem;
    clip-path: polygon(0 10%, 100% 0%, 100% 90%, 0% 100%);
    color: #FFF;
}

#depoimentos h2 { font-weight: bold; font-size: 2.1rem; }
#depoimentos h3 { font-weight: bold; font-size: 1.4rem; margin-bottom: 2rem; color: var(--gold); }

#depoimentos .button-gold { min-width: 180px !important; }

#depoimento-container .owl-carousel .item {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    max-width: calc(100% - 2.75rem);
    margin: 0 auto;
    background-color: #FFF;
    color: var(--dark);
    padding: 20px 25px;
    border-radius: 1rem;
    min-height: 295px;
}

#depoimento-container .owl-carousel i.fa-quote-left { color: var(--gold); font-size: 1.7rem; }
#depoimento-container .owl-carousel small { color: #323232; font-weight: 600; }
#depoimento-container .owl-theme .owl-nav {
    position: absolute;
    margin: 0;
    left: -1.2rem;
    right: -1.2rem;
    top: calc(60% - 3.5rem);
    display: flex;
    justify-content: space-between;
    font-size: 3rem;
    color: #FFF;
    z-index: 1;
}

#depoimentos #owl-parceiros { width: 80%; margin: 0 10%; }
#depoimentos #owl-parceiros .item img {
    width: unset;
    max-width: 140px;
    max-height: 160px;
    margin: 0 auto;
    margin-bottom: 1rem;
}

@media (max-width: 768px) {
    #depoimentos { clip-path:none; padding-top: 4rem; padding-bottom: 4rem; }
}


/* -------------------------------------------------------------------
 * NOTICIAS
 * -----------------------------------------------------------------*/
#noticias { margin-bottom: 3rem; }
#noticias h2 { display: block; font-weight: bold; font-size: 2.1rem; }
#noticias h3 { display: block; font-weight: bold; font-size: 1.4rem; margin-bottom: 2rem; }

#noticias .legend { font-size: .7rem; font-weight: 700; }
#noticias .legend-gold {
    display: inline-block; width: 12px; height: 12px; background-color: var(--gold); border-radius: 2px; margin-right: 5px;
}
#noticias .legend-black {
    display: inline-block; width: 12px; height: 12px; background-color: var(--dark); border-radius: 2px; margin-right: 5px;
}

#noticias .owl-carousel .item {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    align-items: center;
    text-align: left;
    max-width: calc(100% - 2.75rem);
    min-height: 130px;
    margin: 10px auto;
    background-color: #FFF;
    color: var(--dark);
    padding: 20px 25px;
    border-radius: .7rem;
    box-shadow: -3px 3px 10px rgb(50 50 50 / 70%);
}
#noticias .owl-carousel .item h4 { font-size: 1rem; font-weight: 700; }




#noticias-container .owl-carousel .item .legend-gold {
    width: 18px;
    height: 18px;
    min-width: 18px;
    margin-right: 12px;
    margin-top: 5px;
}
#noticias-container .owl-theme .owl-nav {
    position: absolute;
    margin: 0;
    left: -1.1rem;
    right: -1.1rem;
    top: calc(35% - 1rem);
    display: flex;
    justify-content: space-between;
    font-size: 2.5rem;
    color: var(--secondary);
    z-index: 1;
}


#artigos-container .line-gold {
    border-top: 5px solid var(--gold);
}

#artigos-container .owl-carousel .item .legend-black {
    width: 18px;
    height: 18px;
    min-width: 18px;
    margin-right: 12px;
    margin-top: 5px;
}
#artigos-container .owl-theme .owl-nav {
    position: absolute;
    margin: 0;
    left: -1.1rem;
    right: -1.1rem;
    top: calc(40% - 1rem);
    display: flex;
    justify-content: space-between;
    font-size: 2.5rem;
    color: var(--secondary);
}


#noticias .button-dark {
    border-radius: 70px;
    color: var(--dark);
    border: 1px solid var(--dark);
    background-color: #FFF;
    padding: 6px 22px;
    min-width: 180px !important;
}
#noticias .button-dark:hover { transition: .8s; background-color: var(--dark); color: #FFF; }





/* -------------------------------------------------------------------
 * CAROUSEL PLUGIN OWL - DEPOIMENTO - PARCEIRO - NOTICIA - ARTIGO
 * -----------------------------------------------------------------*/


#depoimento-container .owl-carousel .item .text-box
#noticias .owl-carousel .item .text-box {
    font-weight: 700;
    border-left: 15px solid var(--danger);
    padding-left: 1rem;
}

#depoimento-container .owl-carousel,
#noticias .owl-carousel,
#depoimento-container .owl-stage-outer,
#noticias .owl-stage-outer {position: relative; z-index: 2; }

#depoimento-container, #noticias {position: relative;}

#depoimento-container .owl-theme .owl-nav [class*=owl-]:hover,
#noticias .owl-theme .owl-nav [class*=owl-]:hover {
    background-color: unset!important;
    color: var(--gold)!important;
}

#depoimento-container .owl-theme .owl-nav [class*=owl-]:focus,
#depoimento-container .owl-theme .owl-nav [class*=owl-]:active,
#noticias .owl-theme .owl-nav [class*=owl-]:focus,
#noticias .owl-theme .owl-nav [class*=owl-]:active  { outline: none; }



/* -------------------------------------------------------------------
 * FERRAMENTAS PRATICAS
 * -----------------------------------------------------------------*/

#ferramentas { margin-bottom: 3rem; }
#ferramentas h2 { font-weight: bold; font-size: 2.1rem; }
#ferramentas h3 { font-weight: bold; font-size: 1.4rem; margin-bottom: 2rem; }

#ferramentas article {
    background-color: #323232;
    color: #FFF;
    border: 3px solid #c9a445;
    padding: 40px 30px;
    border-radius: 12px;
}
#ferramentas article i { color: var(--gold); font-size: 2.3rem; }
#ferramentas article h4 { font-size: 1.4rem; font-weight: bold; }

#ferramentas article:hover {
    transition: .5s;
    transform: scale(1.1);
}




/* -------------------------------------------------------------------
 * FOOTER
 * -----------------------------------------------------------------*/
footer {
    background-image: url('../img/bg-footer.png');
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding-top: 40px;
}

footer h2 { color: var(--dark); font-weight: bold; font-size: 2rem; }
footer h3 { color: var(--dark); font-weight: bold; font-size: 1.3rem; }

footer .logo-footer img { max-height: 220px; }

footer .box-white-contact {
    color: var(--dark);
    background-color: #FFF;
    padding: 10px 20px;
    border-radius: 10px;
    font-weight: bold;
    align-items: center;
}
footer .box-white-contact i { font-size: 1.4em; }

footer .social ul li { padding-right: 8px; }
footer .social i { color: var(--dark); }


footer .box-white-form {
    color: var(--dark);
    text-transform: uppercase;
    background-color: #FFF;
    padding: 20px 45px 20px 45px;
    border-radius: 10px;
}
footer label { font-size: 0.8rem; font-weight: bold; margin-bottom: .1rem; }
footer .form-control { border: 0; border-radius: 0; border-bottom: 1px solid #000; }

#copyright { padding: .9rem 0; }

#copyright p {
    font-size: .8rem;
    color: var(--dark);
}

#copyright img {
    max-height: 60px;
}