.elementor-kit-6{--e-global-color-primary:#10118D;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */<!DOCTYPE html>
<html lang="pt-br">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Fluxo Agência - Transformamos Seguidores em Clientes</title>
    <style>
        body {
            font-family: Arial, sans-serif;
            margin: 0;
            padding: 0;
            background-color: #f5f5f5;
        }
        header {
            background-color: #002244;
            color: white;
            padding: 20px;
            text-align: center;
        }
        .hero {
            text-align: center;
            padding: 50px 20px;
            background: linear-gradient(to right, #002244, #0055AA);
            color: white;
        }
        .hero h1 {
            font-size: 2.5em;
        }
        .cta-button {
            background-color: #ffcc00;
            padding: 15px 30px;
            color: #002244;
            font-size: 1.2em;
            border: none;
            cursor: pointer;
            margin-top: 20px;
            text-decoration: none;
        }
        .services {
            text-align: center;
            padding: 40px 20px;
            background-color: white;
        }
        .service-item {
            margin: 20px;
            display: inline-block;
            width: 200px;
        }
        .cta-footer {
            text-align: center;
            padding: 30px;
            background-color: #002244;
            color: white;
        }
    </style>
</head>
<body>
    <header>
        <h2>Fluxo Agência</h2>
    </header>
    <section class="hero">
        <h1>Transformamos Seguidores em Clientes</h1>
        <p>Gestão de Redes | Tráfego Pago | Sites que Vendem</p>
        <a href="#contato" class="cta-button">Comece Agora</a>
    </section>
    <section class="services">
        <h2>Nossos Serviços</h2>
        <div class="service-item">📱 Social Mídia</div>
        <div class="service-item">🚀 Tráfego Pago</div>
        <div class="service-item">💻 Criação de Sites</div>
        <div class="service-item">🎓 Cursos</div>
    </section>
    <section class="cta-footer">
        <h2>Pronto para transformar seu digital?</h2>
        <a href="#contato" class="cta-button">Fale com a gente</a>
    </section>
</body>
</html>/* End custom CSS */