/* body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f4f4f4;
    color: #333;
}

header {
    background-color: #0056b3;
    color: white;
    padding: 1rem 0;
    text-align: center;
}

header nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

header nav a {
    color: white;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.5rem;
}

header nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

header nav ul li {
    margin-left: 20px;
}

header nav ul li a {
    font-size: 1rem;
    font-weight: normal;
}

main {
    max-width: 1200px;
    margin: 20px auto;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

footer {
    text-align: center;
    padding: 1rem 0;
    background-color: #0056b3;
    color: white;
    margin-top: 20px;
}

ul {
    list-style: none;
    padding: 0;
}

li {
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

li:last-child {
    border-bottom: none;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
    margin-bottom: 10px;
}


teste
body {
    font-family: "Open Sans", sans-serif;
}

.title-header {
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    color: #015a77;
}


.title-brand{
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    color: #012e4c;
}

.nav-link {
    color: #015a77;
}

.heros-section .banner-gradient{
    background-image: linear-gradient(to top, #30cfd0 0%, #330867 100%);
}

.heros-section .display-6{
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}

h2,.h5, .h4, .h3 {
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

p {
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    color: #272727;
}

.article-home a {
    text-decoration: none;
}

.article-home a:hover {
    color:#015a77;
}

.article-home .title-brand {
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-size: 1.5em;
    color:#015a77;
}

article .title-article {
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    color:#015a77;
}


 */

.title-header {
  color: #012e4c;
  font-weight: 600;
}

.title-medium {
  color: #012e4c;
  font-weight: 600;
}

.heading-content {
  color: #074f8a;
  font-weight: 600;
}

.nav-link {
    color: #1b7bb0;
}

.nav-link:hover {
    color: #074f8a;
}

.link-autor {
    color: inherit;
    /* text-decoration: none; */
}

.article-home a {
  text-decoration: none;
}

.heros-section .banner-gradient {
  background-image: linear-gradient(to top, #30cfd0 0%, #330867 100%);
}


/* Links do menu mais elegantes */
/* --- ESTILOS EXCLUSIVOS DO MENU MOBILE (Offcanvas) --- */
@media (max-width: 991.98px) {
    
    /* Estilo dos links (lista com borda) só no mobile */
    .offcanvas-body .nav-link {
        color: #333;
        font-size: 1.1rem;
        padding: 12px 0; /* Espaçamento generoso para o dedo */
        border-bottom: 1px solid #f0f0f0; /* A linha divisória */
        width: 100%; /* Garante que ocupa a largura toda */
    }

    .offcanvas-body .nav-link:hover {
        background-color: #f8f9fa;
        padding-left: 10px;
        color: #0d6efd;
    }

    /* Ajuste específico para o item da Loja no mobile */
    .offcanvas-body .nav-link.destaque-loja {
        border-bottom: none; /* Remove a borda da loja para destacar o box */
        background-color: #e8f5e9;
        margin-top: 10px;
        margin-bottom: 10px;
        border-radius: 8px;
        padding-left: 15px;
    }
    
    /* Remove margens extras dos itens de lista para alinhar tudo à esquerda */
    .navbar-nav {
        padding-left: 0;
    }
}

/* --- AJUSTES PARA DESKTOP (Para garantir que não quebrou nada) --- */
@media (min-width: 992px) {
    /* No desktop, removemos bordas e mantemos o padrão limpo */
    .navbar-nav .nav-link {
        border-bottom: none !important;
        padding: 8px 16px; /* Padding padrão horizontal */
    }
    
    /* Badge da loja no desktop precisa ser sutil */
    .nav-link.destaque-loja {
        background-color: transparent;
        padding-left: 0;
    }
}
