.elementor-4528 .elementor-element.elementor-element-735aaf91{width:var( --container-widget-width, 100.701% );max-width:100.701%;--container-widget-width:100.701%;--container-widget-flex-grow:0;}/* Start custom CSS for html, class: .elementor-element-735aaf91 */body {
            font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
            background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
            color: #333;
            line-height: 1.6;
        }

        .one-pager-container {
            background: #ffffff;
            border-radius: 20px;
            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
            margin: 40px auto;
            max-width: 1200px;
            overflow: hidden;
            position: relative;
        }

        .one-pager-header {
            background: linear-gradient(135deg, #021B79 0%, #0575E6 100%);
            color: white;
            padding: 60px 40px;
            text-align: center;
            position: relative;
            overflow: hidden;
        }

        .one-pager-header::before {
            content: "";
            position: absolute;
            top: 0; left: 0; right: 0; bottom: 0;
            background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="dots" width="20" height="20" patternUnits="userSpaceOnUse"><circle cx="10" cy="10" r="1" fill="rgba(255,255,255,0.1)"/></pattern></defs><rect width="100" height="100" fill="url(%23dots)"/></svg>');
        }

        .one-pager-title {
            font-size: 3.5rem;
            font-weight: 800;
            margin-bottom: 20px;
            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
            line-height: 1.2;
        }

        .one-pager-subtitle {
            font-size: 1.5rem;
            font-weight: 300;
            opacity: 0.95;
            margin-bottom: 0;
            max-width: 800px;
            margin: auto;
        }

        .accent-text {
            background: linear-gradient(45deg, #ffd700, #ffed4e);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            font-weight: 900;
        }

        .content-section {
            padding: 50px 40px;
        }

        .section-block {
            background: #ffffff;
            border-radius: 20px;
            padding: 40px;
            margin-bottom: 30px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
            border: 1px solid #e9ecef;
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
        }

        .section-block::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 6px;
            height: 100%;
        }

        .problem-block::before { background: linear-gradient(135deg, #dc3545 0%, #e74c3c 100%); }
        .solution-block::before { background: linear-gradient(135deg, #28a745 0%, #2ecc71 100%); }
        .process-block::before { background: linear-gradient(135deg, #007bff 0%, #3498db 100%); }
        .data-block::before { background: linear-gradient(135deg, #6f42c1 0%, #8a2be2 100%); }

        .section-icon {
            width: 80px; height: 80px;
            border-radius: 50%;
            display: flex;
            align-items: center; justify-content: center;
            font-size: 2.5rem;
            margin-bottom: 25px;
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
        }

        .problem-icon { background: linear-gradient(135deg, #dc3545 0%, #e74c3c 100%); color: white; }
        .solution-icon { background: linear-gradient(135deg, #28a745 0%, #2ecc71 100%); color: white; }
        .process-icon { background: linear-gradient(135deg, #007bff 0%, #3498db 100%); color: white; }
        .data-icon { background: linear-gradient(135deg, #6f42c1 0%, #8a2be2 100%); color: white; }

        .section-title {
            font-size: 2rem;
            font-weight: 700;
            margin-bottom: 20px;
            color: #2c3e50;
        }

        .section-description {
            font-size: 1.1rem;
            color: #6c757d;
            line-height: 1.6;
            margin-bottom: 0;
        }
        
        .pillar-card {
            border-top: 4px solid #0575E6;
            padding: 2rem;
            border-radius: 1rem;
            box-shadow: 0 10px 30px rgba(0,0,0,0.07);
            transition: all 0.3s ease;
        }
        .pillar-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 40px rgba(0,0,0,0.12);
        }
        .pillar-icon { font-size: 4rem; margin-bottom: 1rem; color: #0575E6; }
        .pillar-title { font-size: 1.5rem; font-weight: 700; color: #2c3e50; }

        .steps-container {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 30px;
            margin-top: 40px;
        }

        .step-card {
            background: #ffffff;
            border-radius: 20px;
            padding: 40px 30px;
            text-align: center;
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
            border: 2px solid #e9ecef;
            transition: all 0.3s ease;
        }

        .step-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
            border-color: #007bff;
        }
        
        .step-number {
            width: 60px; height: 60px;
            border-radius: 50%;
            background: linear-gradient(135deg, #021B79 0%, #0575E6 100%);
            color: white;
            display: flex; align-items: center; justify-content: center;
            font-size: 1.8rem; font-weight: 800;
            margin: 0 auto 25px;
            box-shadow: 0 8px 25px rgba(30, 60, 114, 0.3);
        }

        .step-title {
            font-size: 1.4rem; font-weight: 700;
            color: #2c3e50; margin-bottom: 15px;
        }

        .step-description {
            font-size: 1rem; color: #6c757d;
        }

        .chart-container {
            position: relative;
            width: 100%;
            max-width: 500px;
            margin: auto;
            height: 400px;
        }

        .cta-section {
            background: linear-gradient(135deg, #021B79 0%, #0575E6 100%);
            color: white;
            padding: 60px 40px;
            text-align: center;
        }
        .cta-title { font-size: 2.5rem; font-weight: 800; margin-bottom: 25px; }
        .cta-button {
            background: linear-gradient(135deg, #ffc107 0%, #f39c12 100%);
            color: #2c3e50; border: none;
            padding: 20px 50px; font-size: 1.3rem; font-weight: 700;
            border-radius: 50px; box-shadow: 0 10px 30px rgba(255, 193, 7, 0.4);
            transition: all 0.3s ease; text-transform: uppercase;
        }
        .cta-button:hover {
            transform: translateY(-3px);
            box-shadow: 0 15px 40px rgba(255, 193, 7, 0.6);
        }
        
        .footer-custom {
            background-color: #021B79; color: #fff;
        }
        .footer-link {
            color: #fff; text-decoration: none;
        }
        .footer-link:hover { text-decoration: underline; color: #d1e0ff; }

        @media (max-width: 768px) {
            .one-pager-title { font-size: 2.5rem; }
            .one-pager-subtitle { font-size: 1.2rem; }
            .content-section { padding: 30px 20px; }
            .steps-container { grid-template-columns: 1fr; }
        }
        
        
        /* ========================================= */
/* ESTILOS DO BLOCO DE COMPARTILHAMENTO E EMBED */
/* ========================================= */
.share-embed-block {
    background-color: #f8f9fa; /* Um cinza bem claro para diferenciar */
    border-radius: 20px;
    padding: 2.5rem;
    margin-top: 3rem;
    border: 1px solid #e9ecef;
}

.share-embed-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1e3c72;
    margin-bottom: 0.5rem;
}

.share-embed-subtitle {
    font-size: 1rem;
    color: #6c757d;
    margin-bottom: 1.5rem;
}

.share-buttons-group {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
}

.share-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.6rem 1.2rem;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
    color: #fff;
    transition: transform 0.2s ease, opacity 0.2s ease;
    border: none;
}

.share-btn:hover {
    transform: translateY(-3px);
    opacity: 0.9;
}

.share-btn.linkedin { background-color: #0077b5; }
.share-btn.whatsapp { background-color: #25d366; }
.share-btn.twitter  { background-color: #14171A; }
.share-btn.email    { background-color: #7f8c8d; }

.embed-tools-group textarea {
    width: 100%;
    min-height: 100px;
    font-family: 'Courier New', Courier, monospace;
    font-size: 0.85rem;
    padding: 0.8rem;
    border-radius: 8px;
    border: 1px solid #ced4da;
    background-color: #e9ecef;
    resize: none;
    margin-bottom: 1rem;
}

.embed-tools-group .copy-embed-btn {
    background-color: #1e3c72;
    color: #fff;
    font-weight: 600;
    font-size: 0.9rem;
    border: none;
    padding: 0.7rem 1.5rem;
    border-radius: 50px;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.embed-tools-group .copy-embed-btn:hover {
    background-color: #2a5298;
}

/* Responsividade */
@media (min-width: 992px) {
    .border-end-lg {
        border-right: 1px solid #dee2e6 !important;
        padding-right: 2.5rem;
    }
    .col-lg-6:not(.border-end-lg) {
        padding-left: 2.5rem;
    }
}

/* =================================================== */
/* ESTILOS DO INFOGRÁFICO GOVERNANÇA E GESTÃO DE TI    */
/* =================================================== */

/* Header com gradiente IT GOV */
.one-pager-header.itgov {
    background: linear-gradient(10deg, #0f2027 0%, #203a43 60%, #2c5364 100%);
}
.accent-text.itgov {
    background: linear-gradient(45deg, #1488cc, #2b32b2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 900;
}

/* Cards de Dados */
.data-card.itgov {
    border-top-color: #1488cc;
}
.data-card-icon.budget { background-color: #e8f4f8; }
.data-card-icon.index-g { background-color: #e8f4f8; }
.data-card-icon.users { background-color: #e8f4f8; }

/* CTA da Ferramenta de Benchmarking */
.tool-cta-block {
    background: #ffffff;
    border-radius: 15px;
    padding: 2rem 2.5rem;
    margin: -1.5rem 0 3rem 0;
    position: relative;
    z-index: 2;
    box-shadow: 0 15px 40px rgba(0,0,0,0.1);
    border: 1px solid #e9ecef;
}
.tool-cta-block h3 {
    font-weight: 700;
    color: #1e3c72;
    font-size: 1.6rem;
}
.tool-cta-block p {
    color: #6c757d;
    margin-bottom: 0;
}
.tool-cta-block .cta-button {
    background: #1e3c72;
    color: #fff;
    font-weight: 700;
    padding: 0.8rem 1.8rem;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap; /* Mantém em uma linha em telas maiores */
    max-width: 100%; /* Garante que não ultrapasse o container */
}

/* Adiciona responsividade para telas menores que 768px */
@media (max-width: 767px) {
    .tool-cta-block {
        text-align: center; /* Centraliza o bloco todo no mobile */
    }
    .tool-cta-block .cta-button {
        white-space: normal; /* Permite que o texto quebre a linha no mobile */
        padding: 0.8rem 1rem; /* Reduz um pouco o padding lateral */
    }
}
.tool-cta-block .cta-button:hover {
    background: #2c5364;
    transform: translateY(-3px);
}

/* Bloco de Transformação */
.transformation-block {
    margin: 3rem 0;
}
.transformation-card {
    padding: 2rem;
    border-radius: 15px;
    height: 100%;
}
.transformation-card h4 {
    font-weight: 700;
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
}
.transformation-card ul {
    list-style: none;
    padding-left: 0;
}
.transformation-card ul li {
    display: flex; /* Cria o alinhamento entre ícone e texto */
    align-items: flex-start; /* Alinha no topo, caso o texto quebre a linha */
    text-align: left; /* Garante alinhamento do texto */
}
.transformation-card ul li i {
    margin-right: 0.75rem; /* Espaço entre o ícone e o texto */
    margin-top: 0.15em; /* Ajuste fino para o alinhamento vertical */
    font-size: 1.1rem; /* Tamanho do ícone */
}
.transformation-card.reactive i {
    color: #c62828; /* Cor do ícone de 'X' */
}

.transformation-card.strategic i {
    color: #2e7d32; /* Cor do ícone de 'check' */
}
.transformation-card ul li::before {
    position: absolute;
    left: 0;
    /* --- Correção no nome da fonte --- */
    font-family: 'bootstrap-icons'; /* Nome correto, em minúsculas */
    font-weight: bold;
}
/* Estilos Específicos */
.transformation-card.reactive {
    background-color: #fff5f5;
    border: 2px dashed #e57373;
}
.transformation-card.reactive h4 { color: #c62828; }


.transformation-card.strategic {
    background-color: #e8f5e9;
    border: 2px solid #66bb6a;
}
.transformation-card.strategic h4 { color: #2e7d32; }


/* Bloco de Insight do Especialista */
.expert-insight-block {
    background-color: #f8f9fa;
    border-left: 5px solid #1488cc;
    padding: 2.5rem;
    border-radius: 15px;
    margin: 3rem 0;
}
.expert-insight-block blockquote {
    font-size: 1.2rem;
    font-style: italic;
    color: #343a40;
    margin: 0;
}
.expert-insight-block cite {
    display: block;
    margin-top: 1rem;
    font-style: normal;
    font-weight: bold;
    color: #1e3c72;
}
.expert-insight-block cite a {
    color: inherit;
    text-decoration: none;
}

/* Pilares e Passos */
.pillar-card { border-top-color: #2b32b2; }
.pillar-icon { color: #2b32b2; }
.step-number { background: linear-gradient(135deg, #1488cc 0%, #2b32b2 100%); }

/* CTA e Footer com cores IT GOV */
.cta-section.itgov {
     background: linear-gradient(135deg, #0f2027 0%, #203a43 50%, #2c5364 100%);
}
.footer-custom.itgov {
    background-color: #0f2027;
}/* End custom CSS */