@import url('https://fonts.googleapis.com/css2?family=Kameron:wght@400..700&display=swap');

h1, h2, h3, h4, h5, h6, a{
  font-family: "Kameron", serif;
}

/*header-logo*/
.header-main .logo {
    max-height: 80px;
}

ul.nav-links.nav.navbar-nav {
    font-size: 18px;
}

.bg-white .header-main {
    height: 100px;
}
/*<#####>*/

/*slide*/
.homepage-02 .page-banner {
    height: calc(100vh - 250px);
}

.homepage-02 .page-banner:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(45deg, #000000d4, #000000ed);
    opacity: 1;
}

.homepage-02 .page-banner:after {
    position: absolute;
    content: "";
    top: -50px;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(/arquivos/mk-img.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
    width: 90%;
    height: 640px;
    filter: drop-shadow(-14px 0px 10px #000);
    opacity: .9;
    z-index: 1;
}

.bg-slide {
    position: relative;
}

.bg-slide:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(
0deg, black -10%, transparent 40%);
    z-index: 2;
}

.homepage-02 .content-wrapper .title {
    position: relative;
    z-index: 2;
    font-size: 5em;
    line-height: 1;
}

.slide-campo-texto {
    position: relative;
    z-index: 2;
}

.slide-campo-botao {
    position: relative;
    z-index: 2;
}

.bg-slide:after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: radial-gradient(farthest-corner at 25% 25%, transparent calc(100% - 3px), #00000000 calc(100% - 3px) 100%, transparent), radial-gradient(farthest-corner at 100% 0%, #161616, transparent);
}

span.text-destaque-slide {
    color: #ebd18c;
}

.slide-campo-botao {
    line-height: unset;
    padding: 13px 80px;
    min-width: unset;
    max-width: unset;
    height: auto;
    border-radius: 8px;
    font-size: 20px;
    font-weight: 500;
    background: #ebd18c;
    color: #000;
}

.button:hover {
    background-color: #9f824f;
    color: #fff !important;
}
/*<########>*/

/*sec-empresa*/
.text-light {
    font-size: 18px;
    color: #ffffff !important;
}

section.who-alt.who-alt-banner {
    background-color: #fff;
}

.who-alt .who-content:before {
    width: unset;
    background-color: unset;
}

#page_a_empresa .about-img img {
    height: auto;
}

#page_a_empresa .our-text p {
    color: #333;
}
/*<#########>*/

/*sec-html-01*/
.icon-vantagens img {
    width: 70px;
}

.tilte-vantagens .row {
    display: flex;
    align-items: center;
}

#section-html-modulo_1 {
    background: #000;
}

#section-html-modulo_1 .sec-html-content {
    border: 2px solid #1a1a1a;
    padding: 40px;
    border-radius: 40px;
    background: #131313;
}

.titulo h1 {
    color: #fff;
    margin: 0;
}

span.destaque-titulo {
    color: #ebd18c;
}

.desc-titulo p {
    color: #ffff;
    font-size: 17px;
}

.card-vantagens {
    background: linear-gradient(180deg, #2b2b2b 0%, #181818);
    padding: 40px;
    margin-bottom: 30px;
    margin-top: 60px;
    border-radius: 15px;
    height: 380px;
    position: relative;
    z-index: 1;
}

.title-vantagens {
    position: relative;
}

.title-vantagens:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0px;
    right: 60px;
    width: 3px;
    background: #ebd17c;
    height: 83px;
    margin: auto;
}

.icon-vantagens img {
    position: absolute;
    left: 0;
    right: 0;
    top: -40px;
    margin: auto;
    padding: 10px;
    border-radius: 10px;
    background: #3333332b;
    filter: invert(1);
    transition: .6s ease-in-out;
}

.tiltle-card h3 {
    color: #fff;
    margin-top: 5px;
}

.desc-card p {
    color: #fff;
    font-size: 15px;
}

.card-vantagens:after {
    position: absolute;
    content: "";
    top: -4px;
    bottom: 0;
    left: -3px;
    right: 0;
    background: linear-gradient(180deg, #755a37a6, transparent 100%);
    z-index: -1;
    width: 339px;
    border-radius: 20px;
    height: 380px;
    transition: .6s ease-in-out;
    opacity: 0;
}

.card-vantagens:hover:after {
    opacity: 1;
}

.card-vantagens:hover .icon-vantagens img {
    background: #2e64a7ad;
}
/*<######>*/

/*sec-servicos*/
#section-servicos p.text {
    display: none;
}

#section-servicos .finance-item {
    border: 2px solid #272727;
    height: 530px;
    margin-bottom: 40px;
    padding: 10px;
    background: #131313;
    border-radius: 18px;
}

#section-servicos .finance-item .title {
    color: #ebd18c;
    font-size: 18px;
}

#section-servicos .finance-item img {
    border-radius: 10px;
}

#section-servicos .wp-img:before {
    background: linear-gradient(0deg, black, transparent);
    border-radius: 10px;
}

.introducao a {
    position: relative;
    border: 1px solid;
    padding: 10px;
    top: 16px;
    color: #fff !important;
    border-radius: 7px;
    font-size: 15px;
}

.finance-item .more:hover {
    text-decoration: none;
}

a.title:hover {
    color: #fff !important;
}

#section-servicos {
    background: #000;
}

a.btn-mais.appear-animation {
    border-color: #ebd18c;
    color: #ebd18c;
    padding: 10px 45px;
    border-radius: 10px;
}
/*<#######>*/

/*sec-empresa*/
#section-empresa {
    position: relative;
    background: url(/arquivos/bg-empresa_1.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#section-empresa:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, #000000f7, #000000a1);
}

#page_home .about-img img {
    position: absolute;
    width: 30%;
    height: auto;
    left: 10%;
    top: 180px;
}

#page_home .about-img {
    position: relative;
}

#section-empresa .title-wrapper {
    margin-bottom: 10px;
}

.text-light a {
    margin-top: 30px;
    background: #ebd18c;
    padding: 13px 45px;
    color: #000;
    font-weight: 600;
}

.text-light a:hover {
    background: #9f824f;
}
/*<#######>*/

/*sec-html-02*/
#section-html-modulo_2 {
    background: #101010;
}

.img-advogado img {
    width: 60%;
    margin: auto;
    display: flex;
}

.apresentacao-advogado {
    border-top: 1px solid;
    border-right: 1px solid;
    border-bottom: 1px solid;
    height: 100%;
    padding: 20px;
}

#section-html-modulo_2 .col-md-6 {
    padding: 0;
}

.texto-advogado p {
    font-size: 16px;
    color: #fff;
}

.divisao {
    background: linear-gradient(45deg, #ebd18c, transparent);
    height: 3px;
    margin-bottom: 20px;
    width: 50%;
}

#section-html-modulo_2 .title-wrapper {
    display: flex;
    text-align: center;
    justify-content: center;
    margin-bottom: 20px;
}

.subtitulo-advogado {
    text-align: center;
    margin-bottom: 5em;
}

.subtitulo-advogado p {
    color: #fff;
    font-size: 20px;
}

span.destaque-texto {
    color: #ebd18c;
}
/*<########>*/

/*sec-depoimentos*/
.testimonial .content {
    background-color: #202124;
    border-radius: 20px;
}

#section-depoimentos h2 {
    color: #333 !important;
}

blockquote.quote p {
    color: #fff;
    font-style: normal;
    font-size: 18px;
}

.main-testimonial .w3-icon {
    color: #fff;
}

.testimonial .name {
    color: #fff;
}

img.testimonial-man {
    border-radius: 20px;
}
/*<#######>*/

/*sec-contato*/
.newsletter .banner-middle:before {
    background-color: #202124;
}

.bg-form-contact:before {
    background: rgb(0 0 0 / 75%);
    opacity: 1;
}
/*<#####>*/

/*sec-cta*/
.destaque-cta h1 {
    font-size: 3.5em;
    font-weight: 700;
}

.destaque-cta h1 {
    font-size: 3.5em;
    font-weight: 700;
}

.desc-cta p {
    font-size: 20px;
}

.btn-cta a {
    font-size: 18px;
}

#section-html-modulo_3 {
    position: relative;
    background: url(/arquivos/bg-cta.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#section-html-modulo_3:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, #101010, #00000047);
}

.btn-cta a {
    border-radius: 10px;
    background: #02b307;
    color: #fff;
    padding: 12px;
    transition: .3s ease-in-out;
}

.btn-cta {
    margin-top: 30px;
}

.btn-cta a:hover {
    background: #0efd14;
    color: #fff !important;
}
/*<######>*/

/*footer*/
.footer-main:before {
    opacity: 1;
}
/*<#######>*/

/*capa*/
section.page-banner.page-blog {
    background-attachment: unset;
}
/*<####>*/

/*page-servico*/
p.timeline-text {
    color: #555555;
}

.description p {
    color: #333;
}

.description ul {
    color: #333;
}

#page-wrapper .title-widget {
    color: #333 !important;
}

.post-info a {
    color: #333 !important;
}
/*<######>*/

.captcha {
    color: #000;
}

input.captcha_result {
    color: #333;
}

@media screen and (max-width: 380px) {
    .homepage-01 .content-wrapper .button, .homepage-02 .content-wrapper .button, .homepage-03 .content-wrapper .button {
        width: 100%;
        top: 26%;
    }
}

@media screen and (max-width: 480px) {
    .homepage-01 .content-wrapper .text, .homepage-02 .content-wrapper .text, .homepage-03 .content-wrapper .text {
        top: 92px;
    }
}

@media screen and (max-width:720px){
  .homepage-02 .content-wrapper .title {
    top: 100px;
    font-size: 3em;
}

.homepage-02 .page-banner:after {
    top: -90px;
}

.card-vantagens {
    height: 100%;
}

.img-advogado img {
    width: 100%;
    margin-bottom: 50px;
}

.header-main .logo {
    max-height: 55px;
}
}

@media screen and (max-width:968px){
  .slide-campo-botao {
    top: 17%;
}

.title-vantagens:before {
    display: none;
}

.card-vantagens:after {
    top: -4px;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
}