
/* ------------------------------------------------------------
   2. TOKENS DE DESIGN (cores, raio, fontes)
   ------------------------------------------------------------ */
:root {
  --radius: 0.625rem;

  --background: oklch(1 0 0);
  --foreground: oklch(0.18 0.03 260);

  --card: oklch(1 0 0);
  --card-foreground: oklch(0.18 0.03 260);

  --primary: oklch(0.38 0.19 262);
  --primary-foreground: oklch(0.99 0 0);
  --primary-soft: oklch(0.96 0.02 262);

  --secondary: oklch(0.97 0.01 260);
  --secondary-foreground: oklch(0.22 0.04 260);

  --muted: oklch(0.97 0.01 260);
  --muted-foreground: okl/* ============================================================
   NOVO TEMA - Brasil Construtor
   Este arquivo sobrescreve azul.css / style.css.
   Deve ser carregado DEPOIS deles no _Layout.cshtml:

   <link href="../Styles/azul.css" rel="stylesheet">
   <link href="../Styles/novo-tema.css" rel="stylesheet">
   ============================================================ */
ch(0.5 0.02 260);

  --accent: oklch(0.96 0.02 262);
  --accent-foreground: oklch(0.38 0.19 262);

  --success: oklch(0.62 0.18 150);

  --border: oklch(0.92 0.01 260);
  --input: oklch(0.92 0.01 260);
  --ring: oklch(0.38 0.19 262);

  --font-display: "Plus Jakarta Sans", ui-sans-serif, system-ui, sans-serif;
  --font-sans: "Inter", ui-sans-serif, system-ui, sans-serif;
}

/* Fallback para navegadores muito antigos sem suporte a oklch() */
@supports not (color: oklch(1 0 0)) {
  :root {
    --background: #ffffff;
    --foreground: #24242e;
    --primary: #2b3a8f;
    --primary-foreground: #ffffff;
    --secondary: #f4f5f8;
    --muted-foreground: #6b6f7d;
    --accent: #eef0fb;
    --border: #e2e4ec;
  }
}

/* ------------------------------------------------------------
   3. BASE
   ------------------------------------------------------------ */
html {
  font-family: var(--font-sans);
}

body {
  background-color: var(--background);
  color: var(--foreground);
  font-family: var(--font-sans);
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4,
.title,
.subtitulo {
  font-family: var(--font-display);
  letter-spacing: -0.02em;
  color: var(--foreground);
}

a {
  color: var(--primary);
}
a:hover,
a:focus {
  color: var(--accent-foreground);
}

/* ------------------------------------------------------------
   4. HEADER TOP (barra de login / redes sociais)
   ------------------------------------------------------------ */
.header-top {
  background-color: var(--secondary);
  border-bottom: 1px solid var(--border);
}

.header-top-dropdown .btn.dropdown-toggle {
  color: var(--foreground);
  background: transparent;
}
.header-top-dropdown .btn.dropdown-toggle:hover {
  color: var(--primary);
}

.social-links .btn.dropdown-toggle {
  color: var(--muted-foreground);
}

/* ------------------------------------------------------------
   5. HEADER PRINCIPAL / NAVBAR
   ------------------------------------------------------------ */
.header.fixed {
  background-color: var(--background);
  border-bottom: 1px solid var(--border);
}

.site-slogan {
  color: var(--muted-foreground);
  font-family: var(--font-sans);
}

.navbar-default {
  background-color: var(--background);
  border-color: var(--border);
}

.navbar-default .navbar-nav > li > a {
  color: var(--foreground);
  font-family: var(--font-sans);
  font-weight: 500;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: var(--primary);
  background-color: var(--primary-soft);
}

.dropdown-menu {
  border-color: var(--border);
  border-radius: var(--radius);
  box-shadow: 0 8px 24px oklch(0.18 0.03 260 / 0.08);
}

.dropdown-menu > li > a {
  color: var(--foreground);
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-color: var(--accent);
  color: var(--accent-foreground);
}

/* ------------------------------------------------------------
   6. BOTÕES
   ------------------------------------------------------------ */
.btn-white,
.btn-default {
  background-color: var(--primary);
  border-color: var(--primary);
  color: var(--primary-foreground);
  border-radius: var(--radius);
  transition: background-color 0.15s ease, transform 0.1s ease;
}
.btn-white:hover,
.btn-default:hover {
  background-color: var(--accent-foreground);
  border-color: var(--accent-foreground);
  color: var(--primary-foreground);
}

.btn-primary {
  background-color: var(--primary);
  border-color: var(--primary);
  color: var(--primary-foreground);
  border-radius: var(--radius);
}

/* ------------------------------------------------------------
   7. BANNER / SLIDER (textos sobre a imagem)
   ------------------------------------------------------------ */
.dark-translucent-bg {
  background-color: oklch(0.18 0.03 260 / 0.55) !important;
}

.very_large_text {
  font-family: var(--font-display);
  letter-spacing: -0.02em;
}

/* ------------------------------------------------------------
   8. GUIA DE FORNECEDORES - FILTROS (sidebar)
   ------------------------------------------------------------ */
.sidebar {
  background-color: var(--card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
}

.sidebar h2 {
  color: var(--foreground);
  font-family: var(--font-display);
}

.form-control {
  border-color: var(--input);
  border-radius: var(--radius);
  color: var(--foreground);
}
.form-control:focus {
  border-color: var(--ring);
  box-shadow: 0 0 0 3px oklch(0.38 0.19 262 / 0.15);
}

.filtro_rubro,
.filtro_subrubro {
  color: var(--foreground);
}
.filtro_rubro:hover,
.filtro_subrubro:hover {
  color: var(--primary);
}

.denominacion_filtro {
  font-weight: 500;
}

/* ------------------------------------------------------------
   9. CARDS DE FORNECEDORES (lista de resultados)
   ------------------------------------------------------------ */
.list-item.destacado {
  background-color: var(--card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  transition: box-shadow 0.15s ease, transform 0.15s ease;
}
.list-item.destacado:hover {
  box-shadow: 0 8px 24px oklch(0.18 0.03 260 / 0.10);
  transform: translateY(-2px);
}

.list-item .title {
  color: var(--foreground);
  font-family: var(--font-display);
  font-size: 1.05rem;
}

.list-item .sitio_web a,
.list-item .telefono,
.list-item p.small {
  color: var(--muted-foreground);
}

.list-item .sitio_web a:hover {
  color: var(--primary);
}

.contenedor_descripcion_proveedores {
  color: var(--muted-foreground);
}

/* ------------------------------------------------------------
   10. PAGINAÇÃO
   ------------------------------------------------------------ */
.qnp-paginator-pages li a {
  border-color: var(--border);
  border-radius: var(--radius) !important;
  color: var(--primary);
  background-color: var(--card);
}

.qnp-paginator-pages li a.active {
  background-color: var(--primary);
  border-color: var(--primary);
  color: var(--primary-foreground);
}

.qnp-paginator-pages li a:hover {
  background-color: var(--accent);
  color: var(--accent-foreground);
}

/* ------------------------------------------------------------
   11. FOOTER
   ------------------------------------------------------------ */
#footer,
.subfooter {
  background-color: var(--secondary);
  color: var(--muted-foreground);
  border-top: 1px solid var(--border);
}

.subfooter a {
  color: var(--foreground);
}
.subfooter a:hover {
  color: var(--primary);
}

.subfooter .navbar-nav > li > a {
  color: var(--muted-foreground);
}
.subfooter .navbar-nav > li > a:hover {
  color: var(--primary);
}

/* ------------------------------------------------------------
   12. UTILITÁRIOS EXTRA (equivalentes ao @utility do Tailwind)
   ------------------------------------------------------------ */
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--primary);
}

.eyebrow-dot::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 9999px;
  background: var(--primary);
  display: inline-block;
}

.minha-caixa {
    padding: 15px;
}

.imagem-arredondada {
    width: 110%; /* ou 120%, 130% */
    max-width: none;
    height: auto;
    border-radius: 20px;
}
/* Espaçamento entre seções */
.lv-section,
.lv-section-muted,
.lv-section-border {
    padding: 80px 0;
}

/* Títulos */
h1 {
    margin-bottom: 25px;
    line-height: 1.2;
}

h2 {
    margin-bottom: 18px;
    line-height: 1.3;
}

h3, h4 {
    margin-bottom: 15px;
}

/* Parágrafos */
p {
    margin-bottom: 18px;
    line-height: 1.8;
}

/* Distância entre botões */
.btn,
.btn-outline-primary {
    margin-right: 15px;
    margin-bottom: 15px;
}

/* Cards */
.lv-card-soft {
    background-color: #EEF2FF !important;
    border-radius: 20px;
    padding: 40px;
}

.lv-stat {
    display: flex;
    align-items: flex-start;
    gap: 18px;
}

.lv-stat-icon {
    width: 48px;
    height: 48px;
    background: #fff;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

    .lv-stat-icon i {
        font-size: 22px;
        color: #243C8F;
    }

.lv-stat-content h3 {
    margin: 0;
    font-size: 30px;
    font-weight: 700;
    color: #111827;
}

.lv-stat-content p {
    margin-top: 8px;
    margin-bottom: 0;
    font-size: 15px;
    line-height: 1.5;
    color: #6b7280;
}

@media (max-width:991px) {

    .lv-stat {
        margin-bottom: 35px;
    }

    .lv-card-soft {
        padding: 30px;
    }
}



/* Botões */
.hero-buttons {
    display: flex;
    align-items: center;
    gap: 3px;
    flex-wrap: nowrap;
    margin: 30px 0;
}

    .hero-buttons .btn,
    .hero-buttons .btn-outline-black {
        flex: 0 0 auto;
    }

.btn-lg {
    height: 48px;
    padding: 0 24px;
    font-size: 16px;
    border-radius: 8px;
}

.btn-outline-black {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 46px;
    padding: 0 20px;
    background: #fff;
    color: #333; /* menos preto */

    border: 1px solid #dcdcdc; /* borda mais suave */
    border-radius: 8px;
    font-size: 15px;
    font-weight: 500; /* menos grossa */

    text-decoration: none;
    white-space: nowrap;
    margin: 0;
}

    .btn-outline-black:hover {
        color: #333;
        border-color: #d0d0d0;
        background: #fafafa;
    }

    .btn-outline-black i {
        font-size: 15px;
        margin-right: 8px;
        color: #333;
    }

.eyebrow {
    font-size: 12px; /* aumente conforme desejar */
}

.lv-hero h1 {
    font-family: "Inter", sans-serif;
    font-size: 50px;
    font-weight: 700;
    line-height: 1.05;
    letter-spacing: -2px;
    color: #111827;
    margin-bottom: 24px;
}

.header-top {
    display: none;
}


/* ================= HEADER ================= */

.header {
    background: #fff;
    border-bottom: 1px solid #e2e8f0;
}

.header-container {
    max-width: 1200px;
    margin: 0 auto;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* Logo */

.logo {
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: default;
}

.logo-icon {
    width: 44px;
    height: 44px;
    background: #133A8E;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}

.logo-text {
    display: flex;
    flex-direction: column;
    line-height: 1.15;
}

.logo-title {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 18px;
    font-weight: 700; /* mais fino */
    color: #374151; /* cinza escuro em vez de preto */
}

.logo-subtitle {
    margin-top: 2px;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: .15em;
    text-transform: uppercase;
    color: #9CA3AF; /* cinza mais claro */
}
.logo {
    margin-left: -200px;
}


/* Menu */

.menu {
    display: flex;
    align-items: center;
    gap: 42px;
}

    .menu a {
        font-family: 'Inter',sans-serif;
        font-size: 16px;
        font-weight: 500;
        color: #111827;
        text-decoration: none;
        transition: .2s;
    }

        .menu a:hover {
            color: #133A8E;
        }

/* Ações */

.header-actions {
    display: flex;
    align-items: center;
    gap: 18px;
}
.btn-cotacao {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    border-radius: 8px;
    background: #133A8E;
    color: #fff;
    font-family: 'Inter',sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 1px 3px rgba(0,0,0,.12);
    transition: opacity .2s ease;
}


/* Botão */

.btn-cotacao {
    background: #133A8E;
    color: #fff !important;
    padding: 14px 24px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: .2s;
}

    .btn-cotacao:hover {
        background: #0f2f73;
        color: #fff !important;
    }
.btn-lovable {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 49px;
    padding: 14px 24px;
    background: #243C8F;
    color: #FFF;
    text-decoration: none;
    border-radius: 6px;
    font-family: 'Inter',Arial,sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .08em;
    box-shadow: 0 1px 3px rgba(0,0,0,.15);
    transition: all .25s;
}

    .btn-lovable:hover {
        color: #FFF;
        text-decoration: none;
        background: #1E3278;
    }

    .btn-lovable span {
        margin-right: 10px;
    }

    .btn-lovable svg {
        width: 16px;
        height: 16px;
        stroke: #FFF;
        stroke-width: 2;
        fill: none;
        transition: transform .25s;
    }

    .btn-lovable:hover svg {
        transform: translateX(4px);
    }
.btn-lovable {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap; /* não quebra a linha */

    padding: 14px 24px;
    height: 49px;
    background: #243C8F;
    color: #FFF;
    border-radius: 6px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    text-decoration: none;
}

    .btn-lovable span {
        white-space: nowrap;
    }
.btn-lovable {
    margin-right: 17px;
}

/* Login */

.login {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #111827;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
}

    .login:hover {
        color: #133A8E;
    }

    .login i {
        font-size: 18px;
    }

/* Responsivo  */

@media(max-width:991px) {

    .header-container {
        flex-wrap: wrap;
        height: auto;
        padding: 15px 0;
        gap: 20px;
    }

    .menu {
        width: 100%;
        justify-content: center;
        flex-wrap: wrap;
    }

    .header-actions {
        width: 100%;
        justify-content: center;
    }
}

.header {
    background: #fff;
    border-bottom: 1px solid #e5e5e5;
}

.header-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    padding: 18px 0;
}

.menu {
    display: flex;
    align-items: center;
    gap: 70px; /* Espaço entre os itens */
}

    .menu a {
        font-size: 14px; /* Diminui a fonte */
        font-weight: 500;
        color: #1e293b;
        text-decoration: none;
        transition: 0.3s;
    }

        .menu a:hover {
            color: #0b4dbb;
        }

.btn-cotacao:hover {
    color: #fff;
    text-decoration: none;
    opacity: .9;
}
/* ================= ESTATÍSTICAS ================= */

.lv-section-border {
    margin-top: 60px; /* espaço entre o Hero e esta seção */
    border-top: 1px solid #e5e7eb;
    border-bottom: 1px solid #e5e7eb;
    padding: 50px 0;
    /*background: #fff;*/
}
.lv-section-border {
    margin-top: 110px; /* aumente esse valor até sumirem */
    border-top: 1px solid #e5e7eb;
    border-bottom: 1px solid #e5e7eb;
    padding: 50px 0;
    background: #fff;
}
}

.lv-features > div {
    padding: 0 20px;
}

.lv-features h4 {
    margin: 0 0 14px;
    font-family: Inter, Arial, sans-serif;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #0f172a;
}

.lv-muted {
    margin: 0;
    font-size: 14px;
    line-height: 1.8;
    color: #6b7280;
}

@media (max-width:991px) {

    .lv-features > div {
        margin-bottom: 35px;
    }
}

/*=========================================================
    COMO FUNCIONA
=========================================================*/

#como-funciona {
    padding: 70px 0;
}

    #como-funciona .eyebrow {
        display: inline-flex;
        align-items: center;
        font-family: "JetBrains Mono",monospace;
        font-size: 12px;
        font-weight: 600;
        letter-spacing: .18em;
        text-transform: uppercase;
        color: #1D4ED8;
        margin-bottom: 18px;
    }

        #como-funciona .eyebrow:before {
            content: "";
            width: 7px;
            height: 7px;
            border-radius: 50%;
            background: #1D4ED8;
            margin-right: 10px;
        }
.lv-process-title {
    margin-top: 18px;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -1px;
    color: #111827;
    max-width: 760px;
}

    .lv-process-title span {
        color: #243C8F;
    }

.lv-process-subtitle {
    margin-top: 22px;
    max-width: 700px;
    font-family: "Inter", sans-serif;
    font-size: 18px;
    line-height: 1.8;
    color: #6B7280;
    margin-bottom: 70px;
}
    .lv-process-title span {
        color: #1D4ED8;
    }

.lv-process-subtitle {
    margin-top: 24px;
    max-width: 760px;
    font-family: "Inter",sans-serif;
    font-size: 18px;
    line-height: 1.8;
    color: #6B7280;
    margin-bottom: 70px;
}

.lv-process .col-lg-3 {
    margin-bottom: 35px;
}

.lv-step {
    position: relative;
    padding-top: 26px;
    min-height: 250px;
    border-top: 1px solid #E5E7EB;
}

    .lv-step:before {
        content: "";
        position: absolute;
        left: 0;
        top: -1px;
        width: 72px;
        height: 2px;
        background: #1D4ED8;
    }

.lv-step-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 32px;
}

.lv-step-number {
    font-family: "JetBrains Mono",monospace;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: #1D4ED8;
}

.lv-step-top i {
    font-size: 22px;
    color: #1D4ED8;
}

.lv-step h3 {
    margin: 24px 0 12px;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    color: #111827;
}

.lv-step p {
    margin: 0;
    font-family: "Inter",sans-serif;
    font-size: 15px;
    line-height: 1.8;
    color: #6B7280;
}

@media(max-width:991px) {

    .lv-process-title {
        font-size: 42px;
    }

    .lv-process-subtitle {
        font-size: 17px;
    }

    .lv-step {
        margin-bottom: 40px;
        min-height: auto;
    }
}

/*=================================================
                VANTAGENS
==================================================*/

#vantagens {
    padding-top: 30px;
    padding-bottom: 80px;
}
.lv-benefits {
    margin-top: 55px;
}

.lv-benefit-card {
    background: #fff;
    border: 1px solid #E5E7EB;
    border-radius: 16px;
    padding: 25px;
    height: 100%;
}

.lv-benefits-wrapper {
    background: #EEF4FF;
    border-radius: 22px;
    padding: 45px;
}

    .lv-benefit-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 10px 25px rgba(15,23,42,.06);
    }

.lv-benefit-icon {
    width: 46px;
    height: 46px;
    margin-bottom: 22px;
    border-radius: 10px;
    background: #EEF4FF;
    color: #243C8F;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .lv-benefit-icon i {
        font-size: 20px;
        line-height: 46px;
    }

.lv-benefit-card h3 {
    font-family: "Plus Jakarta Sans",sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 15px;
}

.lv-benefit-card p {
    font-size: 15px;
    line-height: 1.8;
    color: #6B7280;
    margin: 0;
}

@media(max-width:991px) {

    .lv-benefit-card {
        margin-bottom: 25px;
    }
}

/* ---------- Nav ativo (acompanha a página atual, não é sempre o primeiro item) ---------- */
.menu a.active {
    color: #133A8E;
    font-weight: 700;
}

/* ---------- Header azul (páginas de formulário, ex.: Registro) ---------- */
.header--blue {
    background: #133A8E;
    border-bottom-color: #133A8E;
}
.header--blue .logo-title,
.header--blue .logo-subtitle {
    color: #fff;
}
.header--blue .menu a {
    color: rgba(255, 255, 255, 0.85);
}
.header--blue .menu a:hover,
.header--blue .menu a.active {
    color: #fff;
}
.header--blue .login {
    color: #fff;
}
.header--blue .login:hover {
    color: #cfe0ff;
}
.header--blue .btn-cotacao {
    background: #fff;
    color: #133A8E !important;
}
.header--blue .btn-cotacao:hover {
    background: #eef2fb;
    color: #133A8E !important;
}