/* white you custom css code here. only css code will work */

:root {
    --roxo: #789BCF;
    --azul: #72C7D7;
    --branco: #FFFEFF;
    --preto: #1A1A1A;
    --texto-secundario: #DDDDDD;
    --borda: 40px;

    --paragraph-color: var(--texto-secundario) !important;
    --lawyer-color: var(--azul) !important;
}

/* geral */

body {
    background-color: var(--preto);
    color: var(--texto-secundario);
}

   .lang-select {
  position: fixed;
  right: 0;
  display: flex;
  bottom: 0;
  z-index:99999;
}

.lang-item img {
  padding: 5px;
  width: 45px;
  height:35px;
  background-color: var(--roxo) !important;
  object-fit:cover;
}

.lang-select img.active {
  background-color: var(--azul) !important;
}


.borda-padrao {
    border-radius: var(--borda);
}

.circle {
    background-image: url(../../../assets/uploads/media-uploader/circle1750342424.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: auto;
    aspect-ratio: 1/1;
    position: absolute;
    z-index: 0;
}

.main-banner .circle.circle1 {
    width: 1500px;
    left: -50%;
    bottom: 10%;
}

.single-brand {
    min-height: 90px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.single-brand img {
    filter: saturate(0);
    max-height: 70px;
    object-fit: contain;
    opacity: 0.4;
    transition: all 0.5s;
}

.single-brand img:hover {
    filter: saturate(1);
    opacity: 1;
}





.main-banner .circle.circle2 {
    width: 1500px;
    right: -50%;
    top: 20%;
}

.texto-degrade {
    color: #789BCF;
    color: transparent;
    background: linear-gradient(to right, #789BCF, #72C7D7);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

h2.titulo {
    font-size: 3em;
    color: var(--branco);
}

.botao a,
.btn-wrapper a {
    padding: 12px 40px;
    border-radius: 50px;
    background: linear-gradient(to right, #4a5f7f, #4a808b);
    color: #FFF;
    font-weight: bold;
    display: inline-block;
    text-align: center;
    transition: all 0.5s;
    border: 1px solid transparent;
    line-height: normal !important;
}

.botao a:hover,
.btn-wrapper .boxed-btn.reverse-color:hover,
.btn-wrapper a:hover {
    background: linear-gradient(to right, #4a5f7f23, #4a808b1b) !important;
    border: 1px solid var(--roxo) !important;
}

.bg-claro {
    background-color: #101010;
}

/* navbar */

@media (width > 992px) {
    .navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav {
        text-align: right !important;
        width: max-content;
    }

    .navbar-area.nav-style-01 .nav-container .navbar-collapse {
        justify-content: end;
    }

    .navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li {
        line-height: 80px !important;
    }
}

.navbar-nav {
    background-color: #4e4e4e34;
    border-radius: 50px;
    padding: 0 30px;
    backdrop-filter: blur(10px);
}

.logo-wrapper img {
    max-height: 80px;
}

.header-style-01.navbar-variant-01 .navbar-area.nav-style-01:not(.nav-fixed) {
    margin-top: 30px;
}

/* banner */

.main-banner,
.metodologia-page {
    background-image: url(../../../assets/uploads/media-uploader/grid1750342423.svg);
    background-size: bottom;
    background-position: center;
    background-repeat: repeat-y;
    position: relative;
}

.main-banner::before,
.metodologia-page::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #1a1a1ad9 0%, #1A1A1A 50%, #1a1a1aab 100%)
}

.main-banner h1 {
    color: #789BCF;
    color: transparent;
    background: linear-gradient(to right, #789BCF, #72C7D7);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;

    line-height: 1.35em;
    margin-top: 20px;
    font-size: 6.3em;

}

.main-banner .banner-sub {
    color: var(--branco);
    font-size: 1.4em;
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: bold;
}

.main-banner .banner-sub:before {
    content: '';
    display: block;
    width: 45px;
    height: 5px;
    border-radius: 20px;
    background-color: var(--azul);
}

.main-banner p {
    color: var(--texto-secundario);
    font-weight: 300;
    font-size: 20px;
}

.banner-inside {
    position: relative;
    z-index: 1;
}

.main-banner .portrait {
    position: relative;
    margin-bottom: -30px;
}

.main-banner .portrait::before {
    content: '';
    width: 400px;
    aspect-ratio: 1/1;
    height: auto;
    background-color: var(--roxo);
    border-radius: 50%;
    display: block;
    position: absolute;
    bottom: 0;
    right: -50px;
    z-index: -1;
}

.quote-item i {
    font-size: 35px;
    color: #789BCF;

    background: linear-gradient(to right, #789BCF, #72C7D7);
    -webkit-background-clip: text;
    background-clip: text;
    line-height: 1.35em;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.kws-side {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
}

.kws-side .kw-item {
    padding: 5px 20px;
    border-radius: 50px;
    background-color: var(--preto);
    border: 1px solid var(--roxo);
    color: var(--roxo);
    display: flex;
    align-items: center;
    line-height: auto;
}

/* carrossel */

.brand-logo-carousel-area-wrapper {
    position: relative;
    z-index: 1;
}

.header-style-01.navbar-variant-01 .navbar-area.nav-style-01.nav-fixed {
    background-color: transparent !important;
}

.brand-logo-carousel-area-wrapper {
    background: linear-gradient(to right, #364760 10%, var(--preto) 50%, #364760 90%);
}

.single-brand img {
    filter: brightness(2);
}

/* about section*/

.about-float-itens {
    position: absolute;
    bottom: 5%;
    left: 30%;
}

.about-section .img-side {
    position: relative;
}

.about-section .img-side img {
    aspect-ratio: 4/5;
    object-fit: cover;
}

.float-about-widget {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 25px;
    background-color: #101010b3;
    max-width: 450px;
    backdrop-filter: blur(7px);
    width: max-content;
    border-radius: 20px;
}

.float-about-widget .desc {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.float-about-widget .desc .widget-title {
    font-weight: bold;
    color: var(--branco);
}

.float-about-widget .icon {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 40px;
}

.float-about-widget.claro {
    background: linear-gradient(to right, #4a808bb3, #4a5f7fbb);
    margin-top: 40px;
    transform: translateX(70px);
    backdrop-filter: blur(7px);
}

.about-section .text-side ul {
    list-style: square;
}

.about-section .text-side ul li::marker {
    color: var(--azul) !important;
}

/* seção de metodologia */

.metodologia-item {
    display: flex;
    gap: 40px;
    position: relative;
}

.metodologia-item:before {
    content: '';
    position: absolute;
    left: 0;
    top: 25%;
    width: 110%;
    height: 4px;
    border-radius: 50px;
    background: linear-gradient(to right, #789BCF, #72C7D7);
    z-index: -1;
}

@media (width > 992px) {
    .metodologia-item {
        padding-right: 40px;
    }
}


.metodologia-item img {
    border-radius: 20px;
    aspect-ratio: 4/6;
    object-fit: cover;
    max-width: 250px;
}

.metodologia-item .number {
    font-size: 4em;
    font-weight: lighter;
}

.metodologia-item h3 {
    color: var(--branco);
    margin-top: 60px;
    font-weight: 500;
}

.carrossel-metodologia .slick-list {
    overflow: visible !important;
}

/* cta section */

.cta-title {
    font-weight: 300;
    font-size: 2.3em;
    color: var(--branco);
}

.cta-bullets hr {
    border-top: 1px solid rgb(226 226 226 / 20%);
}

.cta-number {
    font-size: 4em;
}

.cta-number+p {
    font-size: 22px;
    font-weight: bold;
    color: var(--branco);
}

.cta-itens-inner {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.cta-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1;
    min-width: 0;
}

.cta-inner {
    padding: 50px 30px;
}

.cta-inner:nth-child(1) {
    background: linear-gradient(to right, #4a5f7f, #4a808b);
    border-radius: 30px 0 0 30px;
}

.cta-inner:nth-child(2) {
    background-color: #1A1A1A;
}

.cta-inner:nth-child(3) {
    background-color: #181818;
    border-radius: 0 30px 30px 0;
}


@media (width > 992px) {
    .cta-inner:nth-child(3) {
        border-radius: 0 30px 30px 0;
    }

    .cta-inner:nth-child(1) {
        border-radius: 30px 0 0 30px;
    }
}

/* servicos */

.servico-item {
    display: flex;
    padding: 60px 40px;
    background: #101010;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 30px;
    border-radius: 30px;
}

@media (width > 992px) {
    .servico-item {
        min-height: 380px;
    }
}

.servico-item .icon {
    font-size: 3em;
    color: #789BCF;
    color: transparent;
    background: linear-gradient(to right, #789BCF, #72C7D7);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.servico-item h3 {
    color: #FFF;
    font-weight: bold;
    margin-top: 20px;
    line-height: normal;
}



/* blog */

.single-portfolio-blog-grid.lawyer-home img,
.blog-classic-item-01 img,
.blog-details-item .thumb img {
    border-radius: 30px;
    width: 100%;
}

.single-portfolio-blog-grid.lawyer-home .thumb .time-wrap {
    background-color: var(--roxo);
}

.single-portfolio-blog-grid.lawyer-home .content .title {
    color: var(--branco) !important;
    transition: color 0.5s;
}

.single-portfolio-blog-grid.lawyer-home .content .title:hover {
    color: var(--roxo) !important;
}

.single-portfolio-blog-grid.lawyer-home .content p {
    display: none !important;
}

/* footer */

.footer-top .row {
    justify-content: center;
    gap: 40px;
}

.about_us_widget img {
    max-width: 250px;
}

.navbar-area.nav-fixed {
    top: 20px !important;
}

/* sobre */

.experience-author.padding-bottom-100 img {
    aspect-ratio: 4 / 6;
    max-width: 500px;
    object-fit: cover;
    border-radius: 30px;
}

.experience-content-03 .icon-area p {
    color: #FFF;
}

/* faq */

.accordion-wrapper .card .card-header a {
    background-color: #181818;
    color: #FFF !important;
}

.accordion-wrapper .card .card-body {
    padding: 20px 40px;
    background-color: #101010;
}

.navbar-nav li a:hover {
    color: var(--azul) !important;
}

.blog-classic-item-01 .content .title {
    font-size: 22px !important;
    color: #FFF !important;
}

.pagination-wrapper ul li.page-item.active span,
.pagination-wrapper ul li a:hover {
    background-color: var(--roxo);
    border-color: var(--roxo);
}

.single-blog-grid-02 .thumb img {
    width: 100%;
    border-radius: 20px;
}

.single-blog-grid-02 .title,
.related-post-area .title {
    color: #FFF;
}

.custom-form-builder-wrapper .section-title {
    display: none !important;
}

.custom-form-builder-wrapper label {
    color: #FFF !important;
}

.custom-form-builder-wrapper input,
.custom-form-builder-wrapper textarea {
    background-color: var(--preto);
    border: 1px solid #171717;
    border-radius: 50px;
}

.custom-form-builder-wrapper input::placeholder,
.custom-form-builder-wrapper textarea::placeholder {
    color: transparent !important;
}

.metodologia-page h1 {
    color: #FFF !important;
    font-size: 3em;
}

@media (width < 1200px) {
    .float-about-widget {
        display: none;
    }


}

.logo img {
    background-color: #4e4e4e34;
    border-radius: 50px;
    padding: 0 30px;
    backdrop-filter: blur(10px);
}

.content-area h1, .content-area h2, .content-area h3, .content-area h4 {
    color: #FFF;
    margin-top: 30px;
}

.blog-details-item blockquote:not([class]) p {
    color: #FFF;
    font-weight: bold;
}

.blog-details-item blockquote:not([class]):after {
    display: none;
}
@media (width < 992px) {
    .main-banner h1 {
        font-size: 4.5em !important;
    }

    .col-lg-4:has(.kws-side) {
        display: none !important;
    }

    .portrait {
        padding-top: 20px;
    }

    .about-section .img-side {
        margin-bottom: 40px;
    }

    .cta-itens-inner, .cta-itens-inner {
        flex-direction: column !important;
    }
    

    .cta-inner:nth-child(1) {
        border-radius: 30px 30px 0 0;
    }

    .cta-inner:nth-child(3) {
        border-radius: 0 0 30px 30px;
    }

    h2.titulo {
        font-size: 2.6em;
        text-align: center;
    }
    
}

.navbar-toggler, .navbar-area .navbar-collapse {
    background-color: unset !important;
}