/* =====================
   RESET
===================== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html, body {
    max-width: 100%;
    overflow-x: hidden;
}
/* =====================
   BODY
===================== */
body {
    font-family: 'Myriad Pro', 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
    background: rgb(247, 247, 247);
    color: #333;
}
/* =====================
   CONTAINER
===================== */
.container {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 32px;
}

/* =====================
   HEADER
===================== */
.header {
    width: 100%;
    background: #ffffff;
    border-bottom: 1px solid #eaeaea;
}

.header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 90px;
}

/* LOGO */
.logo img {
    width: 170px;
}

/* =====================
   MENU + CTA
===================== */
.right-area {
    display: flex;
    align-items: center;
    gap: 32px;
}

.nav {
    display: flex;
    gap: 30px;
}

.nav a {
    text-decoration: none;
    color: #3a4a5e;
    font-size: 18px;
    font-weight: 500;
}

/* BOTÃO CTA */
.btn-demo {
    background: rgb(251, 139, 36);
    color: #000;
    padding: 12px 40px;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
    transition: all 0.2s ease;
}

.btn-demo:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.3);
}

/* =====================
   HERO / BANNER
===================== */
.hero-banner {
    width: 100%;
    padding: 80px 0;
    position: relative;
    background: rgb(116, 48, 136);
    overflow: hidden;
}

/* PNG DECORATIVO */
.hero-banner::after {
    content: "";
    position: absolute;

    /* DIREITA / ABAIXO DA IMAGEM */
    right: 179px;
    top: -40px;

    width: 826px;
    height: 750px;

    background-size: contain;

    opacity: 0.85;
    pointer-events: none;
}

/* CONTEÚDO */
.hero-content {
    position: relative;
    z-index: 2;

    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 60px;
}

/* TEXTO */
.hero-text {
    max-width: 581px;
    color: #ffffff;
}

.hero-text h1 {
    font-size: 80px;
    line-height: 1.05;
    font-weight: 700;
    margin-bottom: 24px;
}

.hero-text p {
    font-size: 26.6667px;
    line-height: 1.4;
    margin-bottom: 32px;
    color: rgba(255, 255, 255, 0.95);
	
}
.hero-text img{
	max-width:50px
}	
/* BOTÃO HERO */
.hero-btn {
    display: inline-block;
    background: #f6f6f6;
    color: #000;
    padding: 12px 60px;
    border-radius: 12px;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s ease;
}

.hero-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}
/* IMAGEM PRINCIPAL */
.hero-image img {
	padding:15px 0px;
    max-width: 600px;
    width: 100%;
    height: auto;
    position: relative;
    z-index: 2;
}
/* =====================
   MOBILE
===================== */
@media (max-width: 768px) {

    .header-content {
        flex-direction: column;
        height: auto;
        padding: 16px 0;
        gap: 16px;
    }

    .right-area {
        flex-direction: column;
        gap: 16px;
    }

    .hero-banner {
        padding: 60px 0;
    }

    /* PNG MAIS DISCRETO NO MOBILE */
    .hero-banner::after {
        right: -140px;
        bottom: -300px;
        width: 520px;
        height: 380px;
        opacity: 0.4;
        top:300px;
    }

    .hero-content {
        flex-direction: column;
        text-align: center;
        gap: 40px;
    }

    .hero-text {
        max-width: 100%;
    }

    .hero-text h1 {
        font-size: 42px;
    }

    .hero-text p {
        font-size: 18px;
    }
}

/* =====================
   SEÇÃO SOBRE O SGF
===================== */
.sgf-section {
    width: 100%;
    padding: 50px 0 60px;

    /* DEGRADÊ NAS LATERAIS */
    background: linear-gradient(
        90deg,
        #decfe3 0%,
        #ffffff 50%,
        #decfe3 100%
    );
}

/* CONTEÚDO */
.sgf-content {
    display: flex;
    align-items: center;
    gap: 80px;
}

/* IMAGEM */
.sgf-image img {
    max-width: 520px;
    width: 100%;
    height: auto;
}

/* TEXTO */
.sgf-text {
    max-width: 560px;
}

.sgf-text h2 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 24px;
    color: #763089;
}

.sgf-text p {
    font-size: 17px;
    line-height: 1.6;
    margin-bottom: 28px;
    color: #3a4a5e;
	font-weight: 500;
}
.sgf-text p.smmall{
    font-weight: 400;
}
/* LISTA */
.sgf-list {
    list-style: none;
    margin-bottom: 50px;
    font-weight: 400;
}

.sgf-list li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 14px;
    font-size: 16px;
    color: #3a4a5e;
	font-weight: 400;
}

/* CHECK ROXO */
.sgf-list li::before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 0;
    color: #763089;
    font-weight: 100;
}

/* TEXTO CENTRAL ABAIXO */
.sgf-footer-text {
     width: 100%;
opacity: 0.2;
    display: flex;
    justify-content: center;
    align-items: center;

    font-size: clamp(50px, 3vw, 14px);
    font-weight: 800;
    letter-spacing: 6px;

    text-align: center;
    text-transform: lowercase;

    color: transparent;
    -webkit-text-stroke: 2px #763089;
    text-stroke: 2px #763089;

    border-radius: 32px;

    padding:0;

    box-sizing: border-box;
        margin-top: 0px;
}
/* =====================
   MOBILE
===================== */
@media (max-width: 768px) {

    .sgf-section {
        padding: 70px 0 50px;

        /* DEGRADÊ VERTICAL NO MOBILE */
        background: linear-gradient(
            180deg,
            #763089 0%,
            #ffffff 30%,
            #ffffff 70%,
            #763089 100%
        );
    }

    .sgf-content {
        flex-direction: column;
        text-align: center;
        gap: 40px;
    }

    .sgf-text {
        max-width: 100%;
    }

    .sgf-text h2 {
        font-size: 32px;
    }

    .sgf-list li {
        padding-left: 0;
    }

    .sgf-list li::before {
        position: relative;
        margin-right: 8px;
    }

    .sgf-footer-text {
        font-size: 22px;
        margin-top: 40px;
    }
}



/* =====================
   FUNCIONALIDADES
===================== */
.features-section {
    width: 100%;
    padding: 60px 0;
    background: url("../img/17.png") center center no-repeat;
    background-size: cover;
}

/* TÍTULO */
.features-title {
    text-align: center;
    color: #ffffff;
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 50px;
}

/* =====================
   BOTÕES (TABS)
===================== */
.features-tabs {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 60px;
}

/* BOTÃO PADRÃO (NÃO ATIVO) */
.feature-btn {
    display: flex;
    align-items: center;
    gap: 12px;

    padding: 10px 35px;
    border-radius: 40px;

    background: rgba(255, 255, 255, 0.12);
    border: 2px solid rgba(255, 255, 255, 0.30);

    color: rgba(255, 255, 255, 0.40);
    font-size: 15px;
    font-weight: 600;

    cursor: pointer;
    backdrop-filter: blur(2px);

    transition:
        background 0.35s ease,
        color 0.35s ease,
        box-shadow 0.35s ease,
        transform 0.25s ease;
}

/* ÍCONE */
.feature-btn img {
    width: 20px;
    height: auto;
    opacity: 0.85;
    transition: opacity 0.3s ease, filter 0.3s ease;
}

/* HOVER (NÃO ATIVO) */
.feature-btn:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-1px);
}

/* =====================
   BOTÃO ATIVO
===================== */
.feature-btn.active {
    color: #ffffff;
    border-color: #ffffff;

    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}

/* ÍCONE ATIVO */
.feature-btn.active img {
    opacity: 1;
    transition: opacity 0.3s ease, filter 0.3s ease;
}

/* =====================
   CONTEÚDO
===================== */
.features-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 80px;
}

/* IMAGEM */
.features-image img {
    max-width: 600px;
    width: 100%;
    height: auto;
}

/* TEXTO */
.features-text {
    max-width: 594px;
    color: #ffffff;
}

.features-text h3 {
    font-size: 36px;
    margin-bottom: 20px;
}

.features-text p {
    font-size: 20px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.95);
}

/* =====================
   MOBILE
===================== */
@media (max-width: 768px) {

    .features-content {
        flex-direction: column;
        text-align: center;
        gap: 40px;
    }

    .features-title {
        font-size: 32px;
    }

    .features-text h3 {
        font-size: 28px;
    }

    .feature-btn {
        padding: 12px 20px;
        font-size: 14px;
    }
}
/* =====================
   BENEFÍCIOS EXCLUSIVOS
===================== */
.benefits-section {
    width: 100%;
    padding: 80px 0;
    background: linear-gradient(
        180deg,
        #e7d8ea 0%,
        #f6eef8 40%,
        #e7d8ea 100%
    );
}

/* TÍTULO */
.benefits-title {
    text-align: center;
    font-size: 48px;
    font-weight: bold;
    color: #763089;
    margin-bottom: 10px;
}
.benefits-title span{
    text-align: center;
    font-size: 48px;
    font-weight: bold;
    color: #ff8c24;
    margin-bottom: 10px;
}

.benefits-subtitle {
    text-align: center;
    font-size: 22px;
    color: #3a4a5e;
    margin-bottom: 30px;
    font-weight:100;
}

/* WRAPPER */
.benefits-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* SETAS */
.benefits-arrow {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: none;

    background: rgba(255, 255, 255, 0.6);
    color: #763089;
    font-size: 26px;
    font-weight: bold;

    cursor: pointer;
    transition: all 0.25s ease;
}

.benefits-arrow:hover {
    background: #ffffff;
    transform: scale(1.05);
}

.benefits-arrow.left {
    margin-right: 30px;
}

.benefits-arrow.right {
    margin-left: 30px;
}

/* CARDS */
.benefits-cards {
    display: flex;
    gap: 28px;
}

/* CARD */
.benefit-card {
    min-width: 300px;
    min-height: 300px;

    background: #ff8c24;
    border-radius: 16px;
    padding: 32px;

    color: #ffffff;

    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
        display: flex;
    flex-direction: column;
    justify-content: center;
}
.benefit-card.two{
    background: #fff;
    color: #ff8c24;
    border:1px #ff8c24;
	
}
/* TÍTULO DO CARD */
.benefit-card h3 {
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 20px;
}

/* TEXTO DO CARD */
.benefit-card p {
    font-size: 15px;
    line-height: 1.6;
}

/* =====================
   MOBILE
===================== */
@media (max-width: 768px) {

    .benefits-section {
        padding: 80px 0;
    }

    .benefits-title {
        font-size: 36px;
    }

    .benefits-subtitle {
        font-size: 18px;
        margin-bottom: 40px;
    }

    .benefits-wrapper {
        flex-direction: column;
    }

    .benefits-arrow {
        display: none;
    }

    .benefits-cards {
        overflow-x: auto;
        padding-bottom: 20px;
    }

    .benefit-card {
        min-width: 280px;
    }
}

.beneficios-title {
    width: 100%;
opacity: 0.2;
    display: flex;
    justify-content: center;
    align-items: center;

    font-size: clamp(75px, 16vw, 230px);
    font-weight: 800;
    letter-spacing: 6px;

    text-align: center;
    text-transform: lowercase;

    color: transparent;
    -webkit-text-stroke: 2px #763089;
    text-stroke: 2px #763089;

    border-radius: 32px;

    padding:0;

    box-sizing: border-box;
        margin-top: -90px;
}
/* =====================
   BLOG / ARTIGOS
===================== */
.blog-section {
    padding: 30px 0;
    background: radial-gradient(
        circle at top,
        #7a3a8f 0%,
        #4b1f5e 60%,
        #2d0f3a 100%
    );
	background: url("../img/18.webp");
}

/* TÍTULOS */
.blog-title {
    text-align: center;
    font-size: 46px;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 10px;
}

.blog-subtitle {
    text-align: center;
    font-size: 20px;
    color: rgba(255,255,255,0.9);
    margin-bottom: 70px;
}

/* GRID */
.blog-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

/* CARD */
.blog-card {
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 18px 40px rgba(0,0,0,0.35);
    transition: transform 0.25s ease;
}

.blog-card:hover {
    transform: translateY(-6px);
}

/* IMAGEM */
.blog-card img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

/* CONTEÚDO */
.blog-content {
    padding: 24px;
}

.blog-date {
    font-size: 13px;
    color: #999;
    display: block;
    margin-bottom: 10px;
}

.blog-content h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #222;
}

.blog-content p {
    font-size: 15px;
    line-height: 1.5;
    color: #555;
    margin-bottom: 16px;
}

.blog-content a {
    font-size: 14px;
    font-weight: 600;
    color: rgb(255, 140, 36);
    text-decoration: none;
}

/* CTA */
.blog-cta {
    display: flex;
    justify-content: center;
    margin-top: 60px;
}

.blog-btn {
    background: #ff8c24;
    color: #000;
    padding: 16px 61px;
    border-radius: 14px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 10px 30px rgba(0,0,0,0.4);
    transition: all 0.25s ease;
}

.blog-btn:hover {
    transform: translateY(-2px);
}

/* =====================
   MOBILE
===================== */
@media (max-width: 1024px) {
    .blog-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .blog-grid {
        grid-template-columns: 1fr;
    }

    .blog-title {
        font-size: 34px;
    }

    .blog-subtitle {
        font-size: 18px;
    }
}
/* =====================
   DEMONSTRAÇÃO
===================== */
.demo-section {
    position: relative;
    padding: 120px 0;
    background: url("../img/fundoform.webp") center center no-repeat;
    background-size: cover;
}

/* OVERLAY */
.demo-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        rgba(255,255,255,0.95) 0%,
        rgba(255,255,255,0.85) 40%,
        rgba(255,255,255,0.2) 70%,
        rgba(0,0,0,0.1) 100%
    );
}

/* CONTEÚDO */
.demo-content {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
}

/* CARD */
.demo-card {
    width: 100%;
    max-width: 620px;
    background: #ffffff;
    border-radius: 16px;
    padding: 42px;
    box-shadow: 0 30px 60px rgba(0,0,0,0.25);
}

/* TÍTULO */
.demo-card h2 {
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 16px;
    color: #222;
}

.demo-card h2 span {
    color: #763089;
}

/* TEXTO */
.demo-card p {
    font-size: 16px;
    line-height: 1.5;
    color: #666;
    margin-bottom: 30px;
}

/* FORM */
.demo-form {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.form-row {
    display: flex;
    gap: 16px;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 6px;
    width: 100%;
}

.form-group label {
    font-size: 13px;
    color: #555;
}

.form-group input {
    height: 44px;
    border-radius: 8px;
    border: 1px solid #ddd;
    padding: 0 14px;
    font-size: 14px;
}

/* BOTÃO */
.demo-btn {
    margin-top: 12px;
    height: 50px;
    border-radius: 10px;
    border: none;
    background: #763089;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.25s ease;
}

.demo-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 26px rgba(155,91,181,0.5);
}

/* =====================
   MOBILE
===================== */
@media (max-width: 768px) {

    .demo-section {
        padding: 80px 0;
    }

    .demo-overlay {
        background: rgba(255,255,255,0.95);
    }

    .demo-content {
        justify-content: center;
    }

    .demo-card {
        padding: 32px;
    }

    .demo-card h2 {
        font-size: 28px;
    }

    .form-row {
        flex-direction: column;
    }
}
/* =====================
   MINI FOOTER
===================== */
.mini-footer {
    width: 100%;
    background: #000;
    padding: 14px 0;
}

.mini-footer-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* LINKS */
.mini-footer-links {
    display: flex;
    gap: 24px;
}

.mini-footer-links a {
    font-size: 13px;
    color: #ffffff;
    text-decoration: none;
    opacity: 0.9;
}

.mini-footer-links a:hover {
    text-decoration: underline;
}

/* TEXTO DIREITA */
.mini-footer-copy {
    font-size: 13px;
    color: #ffffff;
    opacity: 0.8;
}

/* MOBILE */
@media (max-width: 768px) {
    .mini-footer-content {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }
}
.mini-footer {
    padding: 10px 0;
}

.arrow-circle {
    width: 56px;
    height: 56px;
    background: #f3c79a;
    border-radius: 50%;
    position: relative;
}

.arrow-circle::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;

    width: 14px;
    height: 14px;

    border-left: 3px solid #fff;
    border-top: 3px solid #fff;

    transform: translate(-40%, -50%) rotate(-45deg);
}

.arrow-btn {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #f3c79a;
    border: none;
    padding: 0;
    cursor: pointer;

    display: flex;
    align-items: center;
    justify-content: center;
	padding: 9px;
	margin:0px 10px;
}

/* SETA SÓLIDA */
.arrow-btn::before {
    content: "";
    width: 40px;
    height: 35px;
    background: #ffffff;

    clip-path: polygon(
        0 50%,
        55% 0,
        55% 30%,
        100% 30%,
        100% 70%,
        55% 70%,
        55% 100%
    );
}
.benefits-cards {
    display: flex;
    gap: 28px;
    overflow-x: hidden;
    scroll-behavior: smooth;
	padding:0px 50px 70px 50px
	
	
	
	
}
.arrow-right::before {
    transform: rotate(180deg);
}



/* PAGINAÇÃO BLOG */
.pagination-blog {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 60px;
}

.pagination-blog button {
    background: #ff8c24;
    border: none;
    padding: 12px 30px;
    border-radius: 10px;
    font-weight: 600;
    cursor: pointer;
}

.pagination-blog button:disabled {
    opacity: 0.4;
    cursor: not-allowed;
}

.pagination-blog span {
    color: #fff;
    font-weight: 600;
}
/* PAGINAÇÃO MODERNA */
.pagination-blog {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    margin-top: 60px;
}

/* BOTÕES */
.pagination-blog button {
    background: #6a1b9a;
    color: #fff;
    border: none;
    padding: 12px 28px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.25s ease;
    box-shadow: 0 6px 16px rgba(106, 27, 154, 0.25);
}

.pagination-blog button:hover:not(:disabled) {
    transform: translateY(-2px);
    box-shadow: 0 10px 22px rgba(106, 27, 154, 0.35);
}

.pagination-blog button:disabled {
    background: #ddd;
    color: #999;
    box-shadow: none;
    cursor: not-allowed;
}

/* TEXTO CENTRAL */
.pagination-blog span {
    background: #f1f1f5;
    color: #333;
    padding: 10px 22px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
}

/* EFEITO NOS CARDS */
.blog-card {
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.blog-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(0,0,0,0.12);
}


.artigos .blog-section, .blogs .blog-section  {
    background: #f8f9fc;
    padding: 80px 0;
}

.blogs .hero-text{
    max-width:100%;
}

.blog-article {
    max-width: 900px;
}

.article-image {
    width: 100%;
    border-radius: 12px;
    margin: 0px 0;
}

.article-content {
    font-size: 17px;
    line-height: 1.8;
    color: #333;
}

.article-content p {
    margin-bottom: 22px;
}


@media (max-width: 768px) {
    .benefits-cards{
        width:100%;
        padding: 0px 20px;
        padding-bottom: 70px;
    }
    .arrow-btn.arrow-left{
        left: 0px;
        position:absolute; 
        bottom:0px;
    
    }
    .arrow-btn.arrow-right{
        right: 0px;
        position:absolute;   
        bottom:0px; 
    
    }
    .beneficios-title{
       margin-top: 13px;
       font-size: clamp(59px, 10vw, 183px);
    font-weight: 800;
    letter-spacing: 2px;
    
    }
    .hero-banner{
        padding: 30px 0;
    }
    .hero-text p {
    margin-bottom: 15px;
    }
    
    .hero-btn{
            padding: 12px 59px;
    }
    
    .sgf-section{
                background: linear-gradient(180deg, #763089 0%, #ffffff 30%, #ffffff 70%, #ffffff 100%);
    }
}

.blog-layout {
    display: grid;
    grid-template-columns: 3fr 1fr;
    gap: 40px;
}

.blog-sidebar {
    border-left: 1px solid #eee;
    padding-left: 25px;
}

.blog-sidebar h3 {
    font-size: 18px;
    margin-bottom: 15px;
}

.related-articles {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.related-article {
    text-decoration: none;
    color: inherit;
    display: block;
}

.related-article img {
    width: 100%;
    border-radius: 6px;
    margin-bottom: 6px;
}

.related-article h4 {
    font-size: 14px;
    line-height: 1.3;
}

ul{ padding-left:50px }



.footer {
    position: relative;
    background: #763089;
    color: #fff;
        padding: 20px;
}

.footer-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
}

.footer-content {
    position: relative;
    display: grid;
    grid-template-columns: 2fr 1fr 1.5fr;
    gap: 50px;
    padding: 80px 0 40px;
}

.footer-col h4 {
    margin-bottom: 15px;
    font-size: 18px;
}

.footer-brand p {
    margin:0px 0px 40px 0;
    font-size: 14px;
    line-height: 1.6;
    opacity: 0.9;
}

.footer-logo {
    max-width: 180px;
}

.footer-col ul {
    list-style: none;
    padding: 0;
}

.footer-col ul li {
    margin-bottom: 10px;
    font-size: 14px;
}

.footer-col ul li a {
    color: #fff;
    text-decoration: none;
    opacity: 0.85;
}

.footer-col ul li a:hover {
    opacity: 1;
}

.footer-contact li {
    line-height: 1.5;
}

.footer-social {
    display: flex;
    gap: 10px;
}

.footer-social a {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}

.footer-bottom {
    position: relative;
    border-top: 1px solid rgba(255,255,255,0.2);
    text-align: center;
    padding: 15px 0;
    font-size: 13px;
    opacity: 0.85;
}

@media (max-width: 900px) {
    .footer-content {
        grid-template-columns: 1fr;
        gap: 30px;
    }
}
.benefit-card img{
    text-align:center;
    margin-bottom:15px;
    
}
.benefit-card img{margin-bottom:15px;}
.sgf-text p.marginminus{ margin-bottom:15px;}
.um{display: flex; 
    align-items: center;
    justify-content: center;
}
.dois{display: flex; 
    align-items: center;
    justify-content: center;
    
}
.tres{
    
}
.bogtest{ display:flex;justify-content: space-between;}
.breadcumb{margin-bottom:20px;}
.breadcumb a{color:#fff; text-decoration:none;}
.breadcumb span.selecte{ color:rgb(255, 140, 36);}


.menu-toggle {
  display: none;
}
@media (max-width: 768px) {
  .menu-toggle {
    display: block;
    font-size: 28px;
    background: none;
    border: none;
    cursor: pointer;
    margin-left: auto;
  }

  .nav {
    position: absolute;
    top: 70px;
    right: 0;
    width: 100%;
    background: #fff;
    flex-direction: column;
    gap: 0;
    display: none;
    box-shadow: 0 10px 20px rgba(0,0,0,.1);
  }

  .nav a {
    padding: 15px;
    border-bottom: 1px solid #eee;
  }

  .nav.active {
    display: flex;
  }

}

.header {
  position: relative;
  z-index: 1000;
}

@media (max-width: 768px) {
  .menu-toggle {
    display: block;
    font-size: 28px;
    background: none;
    border: none;
    cursor: pointer;
    margin-left: auto;
  }

  .nav {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;

    display: none;        /* 🔴 ESCONDIDO por padrão */
    flex-direction: column;

    box-shadow: 0 10px 20px rgba(0,0,0,.12);
  }

  .nav a {
    padding: 16px;
    border-bottom: 1px solid #eee;
  }

  .nav.active {
    display: flex;        /* 🟢 SÓ aparece quando clica */
  }

 
}
@media (max-width: 768px) {
  .benefits-cards {
    overflow-x: auto;      /* ✅ permite arrastar */
    -webkit-overflow-scrolling: touch;
    padding: 0 16px 70px;  /* ✅ padding menor */
  }
}

  .mob{
      display:none;
  }
  .nmob{
      display:inline;
  }

@media (max-width: 768px) {
  .benefit-card {
            min-width: 85vw;
        flex-shrink: 1;
  }
  .mob{
      display:inline;
  }
  .nmob{
      display:none;
  }
  .blog-layout{
   display:flex;   
           flex-direction: column;
  }
  .blog-sidebar{
   padding-left:0px;   
           border-top: 1px solid #eee;
        padding-left: 0px;
        padding-top: 30px;
        border-left:0px;
   
  }
      .hero-text h1 {
        font-size: 26px;
    }
    .article-content h1{font-size:27px; }
    .logo{    margin-top: 20px;}
}

.container {
    padding: 0 32px;
}

@media (max-width: 768px) {
  .benefits-section .container {
    padding: 0;
  }
  
      .right-area {
        flex-direction: row-reverse; 
        gap: 40px; 
        margin-bottom: 20px;
      }
      .hero-banner h1{
      
          
      font-size: 50px;
      }
  ul {
     padding-left: 0px; 
}
.hero-content{

gap:0px    

}
.hero-image img {
    padding: 0px 0px;
}
}