/* ============================================
    @Tess Infinity - 2025
    Responsável pelo layout e responsividade
   ============================================ */

@charset "UTF-8";

@font-face {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 300;
    src: local(""), url(/resources/view/assets/fonts/open-sans-v34-vietnamese_latin_greek_cyrillic-300.cd0dba06.woff2) format("woff2"), url(/resources/view/assets/fonts/open-sans-v34-vietnamese_latin_greek_cyrillic-300.07e71905.woff) format("woff")
}

@font-face {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 400;
    src: local(""), url(/resources/view/assets/fonts/open-sans-v34-vietnamese_latin_greek_cyrillic-regular.ba7d95c4.woff2) format("woff2"), url(/resources/view/assets/fonts/open-sans-v34-vietnamese_latin_greek_cyrillic-regular.cb2542fc.woff) format("woff")
}

@font-face {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 600;
    src: local(""), url(/resources/view/assets/fonts/open-sans-v34-vietnamese_latin_greek_cyrillic-600.435ca8f4.woff2) format("woff2"), url(/resources/view/assets/fonts/open-sans-v34-vietnamese_latin_greek_cyrillic-600.2e341a4b.woff) format("woff")
}


@font-face {
    font-family: Open Sans;
    font-style: italic;
    font-weight: 300;
    src: local(""), url(/resources/view/assets/fonts/open-sans-v34-vietnamese_latin_greek_cyrillic-300italic.20eb4e47.woff2) format("woff2"), url(/resources/view/assets/fonts/open-sans-v34-vietnamese_latin_greek_cyrillic-300italic.74c697ea.woff) format("woff")
}

@font-face {
    font-family: Open Sans;
    font-style: italic;
    font-weight: 400;
    src: local(""),
        url(/resources/view/assets/fonts/OpenSans-Italic.348e1ee9.woff2) format("woff2"),
        url(/resources/view/assets/fonts/OpenSans-Italic.874dcb95.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: PP Telegraf;
    font-style: normal;
    font-weight: 500;
    src: local("PP Telegraf Medium"), local("PPTelegraf-Medium"), url(/resources/view/assets/fonts/PPTelegraf-Medium.6fbda07b.woff2) format("woff2"), url(/resources/view/assets/fonts/PPTelegraf-Medium.e25050f2.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: PP Telegraf;
    font-style: normal;
    font-weight: 300;
    src: local("PP Telegraf Light"), local("PPTelegraf-Light"), url(/resources/view/assets/fonts/PPTelegraf-Light.2ee75fba.woff2) format("woff2"), url(/resources/view/assets/fonts/PPTelegraf-Light.92dfec82.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: PP Telegraf;
    font-style: normal;
    font-weight: 400;
    src: local("PP Telegraf Regular"), local("PPTelegraf-Regular"), url(/resources/view/assets/fonts/PPTelegraf-Regular.0715cbb4.woff2) format("woff2"), url(/resources/view/assets/fonts/PPTelegraf-Regular.85917870.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: PP Telegraf;
    font-style: normal;
    font-weight: 600;
    src: local("PP Telegraf Semibold"), local("PPTelegraf-Semibold"), url(/resources/view/assets/fonts/PPTelegraf-Semibold.c89ff984.woff2) format("woff2"), url(/resources/view/assets/fonts/PPTelegraf-Semibold.04464d7c.woff) format("woff")
}

@font-face {
    font-family: SectionSign;
    src: local(""), url(/resources/view/assets/fonts/open-sans-v34-vietnamese_latin_greek_cyrillic-regular.ba7d95c4.woff2) format("woff2"), url(/resources/view/assets/fonts/open-sans-v34-vietnamese_latin_greek_cyrillic-regular.cb2542fc.woff) format("woff");
    unicode-range: u+00a7
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    font-family: SectionSign, PP Telegraf, sans-serif;
}


:root {
    --black: #000;
    --black-2: #0000004d;
    --white: #fff;
    --primary-color: #1f2c3c;
    --secondary-color: #2f445b;
    --text-color: #333;
    --background-color: #f4f4f4;
    --gray: #b0b0b0;
    --gray-2: #ffffff33;
    --overlay: rgba(31, 44, 60, 0.7);
    --dourado: #cfae8c;
    --dourado-2: #9c8267;
    --green: #43c553;
    --red: #ff0000;
    --off-white-card: #FAF9F6;
}

body {
    font-family: 'Open Sans', sans-serif;
    min-height: 100vh;
}


.hero {
    background-color: var(--primary-color);
    position: relative;
    height: 90vh;
    overflow: hidden;
}

.hero-pages {
    background-color: var(--primary-color);
    position: relative;
    height: auto;
    overflow: hidden;
}

.menu {
    z-index: 1100;
    width: 100%;
    max-width: 75%;
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
}

.logo img {
    position: relative;
    max-width: 350px;
    height: auto;
    z-index: 2;
}

.menu-bar {
    display: flex;
    align-items: center;
    background-color: var(--gray-2);
    backdrop-filter: blur(10px);
    border-radius: 2em;
    list-style: none;
    gap: 0.5rem;
}

.menu-bar:hover {
    background: transparent;
}

.menu-bar li {
    position: relative;
}

.menu-bar a {
    display: inline-block;
    padding: 0.75rem 1rem;
    border-radius: 2em;
    font-family: 'PP Telegraf', sans-serif;
    font-size: 1.125rem;
    font-weight: 400;
    color: var(--white);
    transition: background-color 0.2s ease;
}

.menu-bar a:hover {
    background-color: var(--gray-2);
}


.icon-button {
    position: fixed;
    top: 1rem;
    right: 1rem;
    background: none;
    border: none;
    font-size: 2rem;
    color: var(--white);
    cursor: pointer;
    z-index: 1100;
    display: none;
}

.mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: var(--primary-color);
    transform: translateY(-100%);
    transition: transform 0.3s ease;
    padding: 4rem 1.5rem 2rem 1.5rem;
    z-index: 1000;
}

.mobile-menu.active {
    transform: translateY(0);
}

.mobile-menu ul {
    list-style: none;
}

.mobile-menu li {
    text-align: left;
    margin: 1rem 0;
}

.mobile-menu a {
    color: var(--white);
    font-size: 1.25rem;
    font-weight: 400;
    display: block;
    width: 100%;
}

.mobile-menu a:hover {
    opacity: 0.7;
}

.icon-button .close-menu {
    display: none;
}


.title-Hero span,
.pages {
    font-size: 70px;
    line-height: 1;
}

.stage-home .pages {
    text-align: center;
}


@media (max-width: 1024px) {

    .stage-home .pages {
        font-size: 36px !important;
    }

    .menu-bar {
        display: none;
    }

    .icon-button {
        display: block;
    }

    .logo img {
        max-width: 250px;
    }

    .menu {
        max-width: 100% !important;
    }

    .title-Hero span {
        font-size: 45px;
        line-height: 1;
    }

}


/* Estilo geral da seção */
.stage-home {
    position: relative;
    width: 100%;
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 5rem 2rem 5rem 2rem;
}



.stage-home .container-xl {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1200px;
}

/* Fundo vídeo */
.stage-home .stage__background {
    position: absolute;
    top: 0%;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    opacity: 0.8;
}


.stage-home h1 span {
    display: block;
    margin-top: 10%;
}


.stage-home .sub {
    line-height: 1.6;
    justify-content: center;
    font-size: 1rem;
    padding-left: 1rem;
    text-align: center;
}

/* Texto à direita */

.stage-home .mb-0 {
    max-width: 600px;
    line-height: 1.6;
    font-size: 23px;
    margin-top: 25px;
    border-left: 1px solid var(--gray-2);
    padding-left: 1rem;
}

/* Layout responsivo */
@media (max-width: 1024px) {

        .stage-home .mb-0 {
        border-left: none;
        padding-left: 0;
        font-size: 1rem;
        border-top: 1px solid var(--gray-2);
        padding-top: 1rem;
    }

    .stage-home {
        padding: 2rem !important;
        margin-top: 10%;
    }
}


.hero-video {
    position: absolute;
    top: -600px;
    left: 0;
    width: 100%;
    object-fit: cover;
    z-index: 0.5;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--overlay);
    z-index: 0;
}

.hero-content {
    position: relative;
    z-index: 2;
    color: var(--white);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    height: 100%;
    padding: 2rem;
}

.hero-content h1 {
    font-size: 4rem;
    line-height: 1.2;
}

.hero-content h1 span {
    display: block;
}

.hero-content p {
    max-width: 400px;
    margin-top: 1rem;
    line-height: 1.6;
    font-size: 1rem;
    border-left: 1px solid var(--gray);
    padding-left: 1rem;
}



section {
    padding: 7rem 5rem;
}

/* Responsivo */
@media (max-width: 1024px) {


    section {
        padding: 0;
    }

    .hero-content p {
        border-left: none;
        border-top: 1px solid var(--gray);
        padding-left: 0;
        padding-top: 1rem;
    }

    .sub-title {
        font-size: 55px;
        color: var(--black);
        font-family: SectionSign, PP Telegraf, sans-serif;
        font-weight: 500;
        line-height: 1.16;
        margin: .75em 0 !important;
    }


    .hero-video {
        position: absolute;
        top: 0;
        left: 0;
        width: 300%;
        height: 100%;
        align-items: flex-end !important;
        object-fit: cover;
        z-index: 0.5;
    }
}

.container,
.container-xl {
    margin-left: auto;
    margin-right: auto;
    padding-left: calc(0*.5);
    padding-right: calc(0*.5);
    width: 100%
}


.content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
}

.sub-title {
    font-size: 55px;
    color: var(--black);
    font-family: SectionSign, PP Telegraf, sans-serif;
    font-weight: 500;
    line-height: 1.16;
    margin-bottom: .75em;
    margin-top: 0;

}


.insights {
    width: 80%;
    max-width: 1200px;
}


.btn-primary {
    color: var(--secondary-color);
    font-family: SectionSign, PP Telegraf, sans-serif;
    font-size: 16px;
    font-weight: 600;
    padding: 14px 16px;
    border: 1px solid transparent;
    background-color: transparent;
    border-radius: 25em;
}



.btn-primary:hover {
    padding: 14px 16px;
    font-weight: 600;
    border: 1px solid var(--secondary-color);
    background-color: transparent;
    border-radius: 25em;
}



.btn-secundary {
    color: var(--white);
    font-family: SectionSign, PP Telegraf, sans-serif;
    font-size: 16px;
    font-weight: 600;
    padding: 14px 16px;
    border: 1px solid var(--white);
    background-color: transparent;
    border-radius: 25em;
}


.footer {
    background-color: var(--primary-color);
    color: var(--white);
    font-family: 'Arial', sans-serif;
    padding: 40px 20px 20px;
}

.footer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px;
    max-width: 75%;
    margin: 0 auto;
}

.footer-col {
    flex: 1 1 220px;
    min-width: 200px;
}

.footer-logo {
    width: 140px;
    margin-bottom: 15px;
}

.footer-col h4 {
    font-size: 16px;
    margin-bottom: 10px;
    color: var(--white);
}

.footer-col ul {
    list-style: none;
    padding: 0;
}

.footer-col ul li {
    margin-bottom: 8px;
}

.footer-col ul li a {
    color: var(--white);
    font-size: 14px;
    font-family: SectionSign, PP Telegraf, sans-serif;
    font-weight: 500;
}

.footer-col p {
    font-size: 14px;
    line-height: 1.6;
    font-family: SectionSign, PP Telegraf, sans-serif;
    font-weight: 500;
}

.footer-bottom {
    width: 90%;
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
    font-size: 13px;
    color: var(--white);
    border-top: 1px solid var(--white);
    margin: 20px auto;
}



/* Container principal */
.insights-grid {
    max-width: 1200px;
    margin: 0 auto;
}

/* Título e botão */
.insights-grid .content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

/* Grade tipo Masonry */
.grid-cards {
    column-count: 3;
    column-gap: 20px;
}

.card {
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
    break-inside: avoid;
}

.card img {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 10px;
    height: auto;
}

.card h3 {
    font-size: 16px;
    margin-top: 10px;
    line-height: 1.4;
    color: var(--primary-color) !important;
}

.card small {
    font-size: 12px;
    color: var(--gray);
    display: block;
    margin-bottom: 5px;
}

.tag {
    color: var(--dourado);
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 5px;
}

/* Responsivo */
@media (max-width: 992px) {
    .grid-cards {
        column-count: 2;
    }
}

@media (max-width: 600px) {
    .grid-cards {
        margin: auto;
        column-count: 1;
        max-width: 90%;
    }

    .insights-grid .content {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        padding: 0 20px 0 20px;
    }
    
    .hero {
        background-color: var(--primary-color);
        position: relative;
        height: 85vh;
        overflow: hidden;
    }
    
    .scroll-indicator {
        position: absolute;
        bottom: 0;
        left: 50%;
        top: 83vh !important;
        transform: translateX(-50%);
        z-index: 1;
    }
    
}



.whatsapp-float {
    position: fixed;
    width: 65px;
    height: 65px;
    bottom: 20px;
    right: 20px;
    z-index: 100
}

.whatsapp-float img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: var(--green);
    padding: 15px;
    box-shadow: 0 2px 10px var(--black-2);
    transition: transform .3s
}

.whatsapp-float img:hover {
    transform: scale(1.1)
}

.scroll-indicator {
    position: absolute;
    bottom: 0;
    left: 50%;
    top: 88vh;
    transform: translateX(-50%);
    z-index: 1
}

.scroll-indicator span {
    display: block;
    width: 15px;
    height: 25px;
    border: 2px solid var(--gray);
    border-radius: 25px;
    position: relative
}

.scroll-indicator span::before {
    content: '';
    position: absolute;
    top: 5px;
    left: 50%;
    width: 3px;
    height: 3px;
    background-color: var(--gray);
    border-radius: 100%;
    transform: translateX(-50%);
    animation: scroll 1.5s infinite
}

.calombo-bottom {
    position: relative;
    margin-top: -31px;
    z-index: 1;
    overflow: hidden
}

.calombo-bottom svg {
    display: block;
    width: 100%
}

@keyframes scroll {
    0% {
        opacity: 1;
        top: 5px
    }

    50% {
        opacity: .5;
        top: 10px
    }

    100% {
        opacity: 0;
        top: 15px
    }
}


.fothead img {
    width: 200px;
    margin-bottom: 20px
}

.right .autor-dev {
    justify-content: center;
    display: flex;
    align-items: center
}

.autor-dev p a {
    margin-right: 10px
}

.autor-dev img {
    width: 75px
}

.p-autor a {
    font-size: 17px !important;
    color: var(--white);
    margin: 0
}

@media (max-width:1024px) {
    .right .autor-dev {
        flex-direction: column;
        text-align: center
    }

    .autor-dev p a {
        margin-right: 0
    }

    .autor-dev img {
        width: 75px
    }

    .footer-container {
        max-width: 100% !important;
    }

    .footer-bottom {
        width: 100%;
        gap: 10px;
        display: grid;
    }

}



.blog-section {
    width: 70%;
    margin: auto;
    justify-content: center;
}


.card-grid {
    display: grid;
    margin: 10px auto;
    width: 100%;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 30px;
}

.card-row {
    display: flex;
    gap: 15px;
    align-items: flex-start;
}

.card-row img {
    width: 200px;
    height: 200px;
    border-radius: 12px;
    object-fit: cover;
}

.card-content {
    flex: 1;
}

.card-content .tag {
    color: var(--dourado);
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
}

.card-content small {
    font-size: 12px;
    color: var(--gray);
    display: block;
    margin-bottom: 5px;
}

.card-content h3 {
    font-size: 16px;
    margin: 5px 0;
    line-height: 1.4;
}

.read-time {
    font-size: 12px;
    color: var(--secondary-color);
}



.pagination {
    width: 90%;
    max-width: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    font-family: sans-serif;
    margin: 20px auto 20px;
}

.pagination a {
    text-decoration: none;
    color: var(--text-color);
    font-size: 16px;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    border-radius: 50%;
    transition: background 0.3s, color 0.3s;
}

.pagination a:hover {
    background: var(--dourado);
    color: var(--white);
}

.pagination .active {
    background: var(--dourado);
    color: var(--white);
    font-weight: bold;
}

.pagination .arrow {
    color: var(--dourado);
    font-weight: bold;
}

@media (max-width: 600px) {
    .card-row {
        flex-direction: column;
        align-items: center;
        gap: unset; 
        text-align: center;
    }

    .card-row img {
        width: 100%;
        height: auto;
    }

    .card-content {
        padding-top: 0px;
    }

    .card-grid {
        grid-template-columns: 1fr;
    }

    .content-section {
        max-width: 90%;
        margin: 60px auto;
        padding: 0 20px;

    }

    /* Texto descritivo */
    .text-block p {
        justify-content: center;
        width: 100% !important;
        font-size: 16px;
        line-height: 1.6;
        margin: 20px auto 20px;
        color: var(--text-color);
    }

    .text-block blockquote {
        width: 100% !important;
        font-style: italic;
        font-size: 15px;
        margin: 20px auto;
        padding-left: 15px;
        border-left: 3px solid var(--dourado);
        color: var(--black);
    }



    .image-container {
        border-radius: 7em;
        margin: 20px auto 20px;
        justify-content: center;
        display: flex;
    }


    .image-container img {
        width: 300px !important;
        height: 300px !important;
        border-radius: 12px;
        object-fit: cover;
    }



    .blog-section {
        width: 90%;
    }

    .blog-section .search-header .sub-title {
        margin-left: 20px !important;
    }
    
    #areas-title{
        margin-left: unset !important;
        font-size: 47px !important;
    }

}


@media (min-width: 700px) {
    
    #blog-title{
        margin-left: unset !important;
    }
    
}

@media (max-width: 1022px) {
    
    #blog-title{
        margin-left: 30px !important;
    }
    
}




.content-section {
    max-width: 100%;
    margin: 60px auto;
    padding: 0 20px;
}




/* Texto descritivo */
.text-block p,
h2 {
    justify-content: center;
    width: 60%;
    font-size: 16px;
    line-height: 1.6;
    margin: 20px auto 20px;
    color: var(--text-color);
}

.text-block blockquote {
    width: 60% !important;
    font-style: italic !important;
    font-size: 15px !important;
    margin: 20px auto !important;
    padding-left: 15px !important;
    border-left: 3px solid var(--dourado);
    color: var(--black);
}

.text-block blockquote strong {
    font-style: normal;
    display: block;
    margin-bottom: 5px;
}

/* Linha divisória */
.divider {
    margin: 60px auto;
    width: 90%;
    border-top: 1px solid var(--gray);
    position: relative;
    padding-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.more-insights {
    color: var(--dourado);
    font-weight: bold;
    font-size: 14px;
}

.tag-label {
    border: 1px solid var(--gray);
    font-size: 11px;
    padding: 6px 10px;
    text-transform: uppercase;
    border-radius: 20px;
    color: var(--text-color);
}


.image-container {
    border-radius: 7em;
    margin: 20px auto 20px;
    justify-content: center;
    display: flex;
}


.image-container img {
    width: 400px;
    height: 400px;
    border-radius: 12px;
    object-fit: cover;
}



.share-btn {
    margin-left: 85%;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background-color: var(--dourado);
    color: var(--white);
    padding: 10px 16px;
    font-size: 14px;
    font-weight: bold;
    border-radius: 25px;
    text-decoration: none;
    transition: background 0.3s ease;
    position: relative;
    overflow: visible;
}

.share-btn::after {
    content: "Copiado!";
    position: absolute;
    top: 47px;
    left: 50%;
    transform: translateX(-50%);
    background: #28a745;
    color: #fff;
    padding: 6px 12px;
    font-size: 14px;
    border-radius: 6px;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    z-index: 100;
}

.share-btn::before {
    content: "";
    position: absolute;
    top: 35px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 6px;
    border-style: solid;
    border-color: transparent transparent #28a745 transparent;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 99;
}

.share-btn.copied::after,
.share-btn.copied::before {
    opacity: 1;
}

@media (max-width: 600px) {
    .share-btn {
        margin: auto;
    }
}



.contact-form-section {
    padding: 60px 20px;
    background: var(--white);
    font-family: sans-serif;
}

.contact-columns {
    display: flex;
    gap: 40px;
    max-width: 1100px;
    margin: 0 auto;
    flex-wrap: wrap;
}

.contact-info {
    flex: 1;
    min-width: 280px;
}

.contact-info h2 {
    font-size: 28px;
    margin-bottom: 20px;
    color: var(--black);
}

.contact-info p {
    font-size: 16px;
    color: var(--black);
    margin-bottom: 12px;
    line-height: 1.5;
}

.contact-form-container {
    flex: 1;
    min-width: 280px;
}

form .form-group {
    margin-bottom: 20px;
}

form label {
    font-weight: bold;
    display: block;
    margin-bottom: 6px;
    color: var(--black);
}

form label span {
    color: var(--red);
}

form input,
form textarea {
    width: 100%;
    padding: 12px 15px;
    border-radius: 25px;
    border: 1px solid var(--gray);
    font-size: 15px;
    outline: none;
}

form textarea {
    border-radius: 20px;
    resize: vertical;
    height: 150px;
}

.privacy-text {
    font-size: 14px;
    color: var(--black);
    margin: 25px 0;
}

.privacy-text a {
    color: var(--black);
    font-weight: bold;
    text-decoration: underline;
}

.submit-btn {
    background-color: var(--dourado);
    color: var(--white);
    border: none;
    padding: 12px 30px;
    font-size: 15px;
    font-weight: bold;
    border-radius: 30px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.submit-btn:hover {
    background-color: var(--gray);
}

/* Responsivo */
@media (max-width: 1024px) {
    .contact-columns {
        flex-direction: column;
    }

    .contact-info,
    .contact-form-container {
        width: 100%;
    }
}



/* Seção de especialistas */




.experts-section {
    max-width: 60%;
    margin: 60px auto;
    padding: 0 20px;
    font-family: sans-serif;
}

.experts-section h3 {
    font-size: 16px;
    margin-bottom: 20px;
    color: var(--text-color);
}

.expert-card {
    background: var(--background-color);
    border-radius: 15px;
    padding: 20px;
    margin-bottom: 20px;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    position: relative;
}

.expert-card.highlighted {
    background: var(--off-white-card);
}

.expert-card img {
    width: 100px;
    height: 100px;
    margin: auto;
    justify-content: center;
    border-radius: 7px;
    object-fit: cover;
}

.expert-info {
    flex: 1;
}

.expert-info .role {
    color: var(--secondary-color);
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
}

.expert-info h4 {
    font-size: 18px;
    margin: 4px 0;
}

.expert-info p {
    font-size: 13px;
    color: var(--text-color);
    margin: 4px 0 10px;
}

.tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.tags span {
    background: var(--white);
    border: 1px solid var(--secondary-color);
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 12px;
    color: var(--text-color);
}


.tags .cargo {
    background: var(--dourado) !important;
    border: 1px solid var(--dourado) !important;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 12px;
    color: var(--white) !important;
}

.tagsDetalhes .cargo {
    background: var(--dourado) !important;
    border: 1px solid var(--dourado) !important;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 12px;
    color: var(--white) !important;
}


.tagsDetalhes {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}


.tagsDetalhes span {
    background: #ffffff00;
    border: 1px solid #ffffff;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 12px;
    color: #efefef;
}


.contact-btn {
    background-color: var(--dourado);
    color: var(--white);
    text-decoration: none;
    padding: 8px 16px;
    border-radius: 20px;
    font-weight: bold;
    font-size: 13px;
    align-self: center;
    white-space: nowrap;
}


.contact-btn:hover {
    background-color: var(--gray);
}


@media (max-width: 1024px) {
    .experts-section {
        max-width: 90%;
        padding: 0 10px;
    }

    .expert-card {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .expert-card img {
        width: 140px;
        height: auto;
        border-radius: 12px;
    }

    .expert-info {
        margin-top: 10px;
    }

    .tags {
        justify-content: center;
    }

    .tagsDetalhes {
        justify-content: start;
    }

    .contact-btn {
        margin-top: 15px;
        align-self: center;
    }
}




/*detalhes advogados*/

.hero-contact {
    display: flex !important;
    align-items: center !important;
    gap: 40px !important;
    justify-content: center !important;
    margin: 10px 10px 10px 10px !important;
    padding: 40px 0;
}

.hero-left .profile-photo {
    width: 405px;
    border-radius: 8px;
}

.hero-right {
    max-width: 600px;
}

.adv {
    justify-content: center !important;
}

.position {
    color: var(--dourado);
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
}

.name {
    font-size: 36px;
    margin: 10px 0;
}

.location {
    color: var(--gray);
    font-size: 16px;
    margin-bottom: 20px;
}

.contact-buttons {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
}

.contact-btn {
    padding: 10px 20px;
    background-color: var(--dourado);
    color: var(--white);
    border: none;
    cursor: pointer;
    font-weight: bold;
}

.save {
    background-color: var(--green) !important;
}


.save:hover {
    background-color: var(--gray) !important;
}

.contact-info-adv p {

    margin: 4px 10px;
    font-size: 16px;
}

.contact-info-adv p:hover {
    text-decoration: underline;
    text-decoration-color: var(--dourado) !important;
    cursor: pointer;
}

.hidden {
    display: none;
}

.contact-info-adv {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease;
}

.contact-info-adv.active {
    max-height: 200px;
    /* Ajuste se necessário */
}



/* descrição adv */

.lawyer-description {
    padding: 0 20px 60px;
    background-color: var(--white);
    font-family: Arial, sans-serif;
}

.description-wrapper {
    max-width: 900px;
    margin: 60px auto 0 auto;
}

.bio-text p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.6;
    color: var(--black);
}


@media (max-width: 1024px) {
    .hero-left .profile-photo {
        margin-top: -10px;
        width: 300px;
        max-width: 300px;
        border-radius: 8px;
    }
}



/* areas de atuação */

.areas {
    align-items: center;
}

.areas img {
    width: 100px;
    height: 100px;
}


.blog-home {
    padding-top: 0 !important;
}


.home-blog-a {
    text-decoration: none;
    color: var(--primary-color);
}


.home-areas-a {
    text-decoration: none;
    color: var(--primary-color) !important;
}

.alert .contact__msg {
    margin-bottom: 20px;
    padding: 20px;
}


.alert-success {
    margin-bottom: 20px;
    padding: 20px;
    border: solid 1px var(--green);
    color: var(--green);
}

.alert-danger {
    margin-bottom: 20px;
    padding: 20px;
    border: solid 1px var(--red);
    color: var(--red);
}


.text-block-pv h1 {
    width: 60%;
    justify-content: center;
    margin: 20px auto 20px;
}

.text-block-pv p {
    justify-content: center;
    width: 60%;
    font-size: 16px;
    line-height: 1.6;
    margin: 20px auto 20px;
    color: var(--text-color);
}

.text-block-pv ul,
ol {
    width: 60%;
    font-style: italic;
    font-size: 15px;
    margin: 20px auto;
    padding-left: 50px;
    border-left: 3px solid var(--dourado);
    color: var(--black);
}



.text-block ul,
ol strong {
    font-style: normal;
    display: block;
    margin-bottom: 5px;
}


@media (max-width: 1024px) {

    .text-block-pv h1 {
        width: 90%;
    }

    .text-block-pv p {
        width: 90%;
    }

    .text-block-pv ul,
    ol {
        width: 90%;
    }

}

.redes {
    display: inline-block;
    color: var(--white);
    font-size: 20px;
    border: 1px solid var(--white);
    border-radius: 50%;
    padding: 8px;
    width: 40px;
    height: 40px;
}


/*videos*/


.content-section-video {
    padding: 60px 20px;
    background-color: var(--background-color);
    display: flex;
    justify-content: center;
}

.video-wrapper {
    position: relative;
    width: 100%;
    max-width: 960px;
    aspect-ratio: 16 / 9;
    background: var(--black);
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 20px var(--black-2);
    cursor: pointer;
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    z-index: 1;
}

.video-overlay {
    opacity: 1;
    transition: opacity 0.5s ease;
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: var(--dourado);
    border-radius: 50%;
    padding: 24px;
    color: var(--white);
    font-size: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease;
}

.video-overlay:hover {
    background-color: var(--dourado-2);
}


.video-overlay.hidden {
    opacity: 0;
    pointer-events: none;
}