.circle,
.highlight,
.nav-link.active {
    font-weight: 700
}

.social-icons img,
.toggle-label .ball {
    height: 24px;
    width: 24px
}

.card:hover,
.estilo-exclusivo article:hover,
article:hover {
    transform: translateY(-5px)
}

.btn-leia-mais,
.copyright,
.cta-container,
.estilo-exclusivo .main-container .banner p,
.estilo-exclusivo .relacionados h3,
.estilo-exclusivo article .cta,
.h2-categoria,
.midle,
.navbar-nav .nav-item,
.titulo-artigo {
    text-align: center
}

.navbar-toggler {
    border: none;
    background: 0 0;
    outline: 0
}

.card img,
article img {
    border-radius: 10px;
    width: 100%
}

.navbar-toggler-icon {
    background-image: url("../icon/icon-menu.png");
    background-size: cover;
    width: 30px;
    height: 30px
}

@media (min-width:992px) {
    .navbar-toggler {
        display: none
    }
}

.top-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    background-color: #007bff;
    color: #fff;
    font-size: 14px
}

.circle,
.contact {
    align-items: center;
    display: flex
}

.social-icons {
    display: flex;
    gap: 10px
}

.navbar-nav .nav-link {
    padding: 10px;
    font-size: 16px
}

@media (max-width:991px) {
    .navbar-collapse {
        text-align: center
    }
}

.navbar {
    background-color: #00213b !important;
    padding: 10px 0
}

.navbar .nav-link {
    color: #fff !important;
    font-weight: 700;
    position: relative;
    text-decoration: none;
    transition: color .3s ease-in-out
}

.navbar .nav-link:hover {
    color: #f2a900 !important
}

.navbar-brand img,
.navbar-brand .custom-logo,
.custom-logo {
    max-height: 45px !important;
    width: auto !important;
    height: auto !important;
    display: block;
    object-fit: contain;
}

.navbar-nav {
    margin: 0 auto;
    display: flex;
    justify-content: center
}

.navbar-nav .nav-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 100%;
    height: 2px;
    background-color: #f2a900;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform .3s ease-in-out
}

.navbar-nav .nav-link:hover::after {
    transform: scaleX(1);
    transform-origin: left
}

.nav-link.active {
    color: #fbc16a !important;
    cursor: default;
    text-decoration: underline
}

.carousel-inner img {
    height: 400px;
    object-fit: unset
}

.midle {
    font-family: Arial, sans-serif;
    padding: 50px
}

.circle {
    width: 50px;
    height: 50px;
    background-color: #fbc16a;
    color: #fff;
    font-size: 24px;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto -25px
}

.categoria-section {
    margin: 60px 0;
    padding: 0 20px
}

.btn-leia-mais,
.btn-ver-mais {
    transition: .3s;
    margin: 20px auto 0;
    text-decoration: none;
    font-weight: 700
}

.categoria-financas {
    border-color: #2ecc71;
    display: flex;
    align-items: center;
    gap: 10px
}

.card,
.card-body {
    flex-direction: column
}

.btn-ver-mais {
    display: block;
    width: fit-content;
    padding: 10px 25px;
    background-color: #2ecc71;
    color: #fff;
    border-radius: 20px
}

.btn-ver-mais:hover {
    background-color: #27ae60
}

.article-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px
}

.card {
    box-shadow: 0 4px 8px rgba(0, 0, 0, .1);
    display: flex;
    justify-content: space-between;
    height: 100%
}

.card-body {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.card img {
    height: auto
}

article h3 {
    margin: 10px 0;
    font-size: 18px
}

article p {
    color: #555
}

.article-description {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 8em
}

.card-link {
    text-decoration: none;
    color: inherit;
    display: block
}

.card-link:hover .btn-leia-mais {
    text-decoration: none
}

.card-body {
    display: flex;
    justify-content: space-between;
    flex-grow: 1
}

.card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    max-width: 100%;
    border: 1px solid #ccc;
    padding: 20px;
    border-radius: 10px;
    transition: .3s;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .1)
}

.card:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, .2)
}

.spacer {
    flex-grow: 1
}

.btn-leia-mais {
    align-self: flex-start;
    background-color: #0c2336;
    border: none;
    padding: 10px 25px;
    border-radius: 20px;
    color: #fff;
    cursor: pointer;
    display: inline-block
}

.btn-leia-mais:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, .2);
    background-color: #fdbb45
}

.btn-leia-mais:disabled {
    background-color: #d6d6d6;
    color: #a1a1a1;
    border-color: #d6d6d6;
    cursor: not-allowed;
    opacity: .7
}

article {
    transition: transform .3s, box-shadow .3s
}

article:hover {
    box-shadow: 0 6px 15px rgba(0, 0, 0, .15)
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #181a27;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999
}

.preloader-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.preloader-logo {
    display: block;
    margin: 0 auto 24px;
    max-width: 140px;
    height: auto
}

.loader {
    border: 8px solid #23263a;
    border-top: 8px solid #4f9cff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 1s linear infinite;
    margin: 0 auto
}

@keyframes spin {
    to {
        transform: rotate(360deg)
    }
}

.footer {
    background-color: #0c2336 !important;
    padding: 40px 0
}

.footer-logo,
.footer-logo img {
    width: 120px
}

.social-icons a {
    color: #fdbb45;
    font-size: 22px;
    margin: 0 10px;
    text-decoration: none
}

.menu-list a {
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 5px 0
}

.menu-list a:hover {
    color: #fdbb45
}

.contact-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px
}

.contact-info p {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0
}

.contact-info i {
    color: #fdbb45;
    margin-right: 10px
}

.btn-loja {
    background-color: #fdbb45;
    border: none;
    padding: 10px 20px;
    font-weight: 700;
    border-radius: 5px;
    color: #0c2336;
    display: inline-flex;
    align-items: center;
    text-decoration: none
}

.btn-loja i {
    margin-right: 8px
}

.copyright {
    padding-top: 20px;
    font-size: 14px;
    color: #ccc
}

.disclaimer {
    font-size: 12px;
    color: #ccc;
    max-width: 800px;
    margin: 0 auto
}

form {
    max-width: 600px;
    margin: 0 auto
}

form .btn-primary {
    background-color: #007bff;
    border-color: #007bff
}

.estilo-exclusivo article,
.toggle-label .ball {
    background-color: #fff;
    transition: transform .3s
}

form .btn-primary:hover {
    background-color: #0056b3;
    border-color: #004085
}

.form-contato {
    background-color: #f0f0f0;
    border: 1px solid #f8f9fa;
    padding: 20px;
    border-radius: 10px
}

.toggle-container {
    position: relative;
    z-index: 1051
}

.toggle-label {
    background-color: #f1f1f1;
    border-radius: 50px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 30px;
    width: 60px;
    padding: 5px;
    position: relative;
    transition: background-color .3s
}

.icon {
    font-size: 14px;
    z-index: 1
}

.sun {
    color: #f39c12;
    margin-left: 8px
}

.moon {
    color: #2c3e50;
    margin-right: 8px
}

.toggle-label .ball {
    border-radius: 50%;
    position: absolute;
    top: 3px;
    left: 3px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2)
}

#toggle-dark-desktop:checked+.toggle-label .ball,
#toggle-dark:checked+.toggle-label .ball {
    transform: translateX(30px)
}

#toggle-dark,
#toggle-dark-desktop {
    display: none !important
}

.mobile-buttons-container {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    gap: 15px;
    z-index: 1050
}

.navbar-toggler,
.toggle-container.mobile-center {
    position: relative;
    margin: 0
}

.navbar-toggler {
    padding: .25rem .5rem
}

@media (max-width:991.98px) {

    .navbar,
    .navbar .container,
    .navbar-collapse,
    .navbar-nav,
    .navbar-nav .nav-item,
    .navbar-nav .nav-link {
        background-color: #0c2336 !important;
        color: #fff !important
    }

    .navbar {
        min-height: 60px;
        top: 0;
        z-index: 1030
    }

    .navbar-collapse {
        border-bottom: 2px solid #0c2336
    }

    .navbar-toggler {
        background: 0 0 !important;
        border: none !important
    }

    .navbar,
    .navbar-collapse {
        position: fixed;
        left: 0;
        right: 0
    }

    .navbar-collapse {
        top: 60px;
        background-color: #0c2336;
        z-index: 1020;
        padding: 15px;
        box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
        max-height: calc(100vh - 60px);
        overflow-y: auto
    }

    body {
        padding-top: 60px !important
    }

    .container,
    .container-fluid {
        padding-left: 5px;
        padding-right: 0
    }
}

.navbar-spacer {
    display: block;
    width: 100%;
    background-color: transparent;
    margin: 0;
    padding: 0;
    height: 75px; /* Altura necessária para empurrar o conteúdo abaixo do menu no desktop */
}

@media (max-width: 991.98px) {
    .navbar-spacer {
        height: 60px; /* Altura no mobile */
    }
}

.cta-container,
.relacionados-container {
    margin-top: 50px
}

body {
    padding-top: 40px !important
}

.estilo-exclusivo {
    font-family: 'Segoe UI', sans-serif;
    background-color: #f7fafa;
    color: #333;
    overflow-x: hidden
}

.estilo-exclusivo article .container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 30px 40px
}

.estilo-exclusivo .main-container h1 {
    font-size: 2.5rem;
    color: #00213b;
    margin-bottom: 20px;
    text-align: center
}

.estilo-exclusivo article .container p {
    font-size: 1.1rem;
    margin-bottom: 20px;
    color: #444;
    line-height: 1.7
}

.estilo-exclusivo article .cta {
    margin-top: 30px
}

.estilo-exclusivo .btn {
    background-color: #00213b;
    color: #fff;
    padding: 15px 30px;
    font-size: 1.1rem;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none;
    transition: background-color .3s
}

.estilo-exclusivo .btn:hover {
    background-color: #007c89
}

.estilo-exclusivo .cta-box {
    background-color: #efde9a;
    padding: 1rem;
    border-left: 5px solid #eeaf0e;
    margin: 2rem 0;
    border-radius: .5rem
}

.titulo-artigo {
    font-weight: 700;
    margin-bottom: 10px
}

.estilo-exclusivo .main-container .relacionados {
    max-width: 1100px;
    margin: 0 auto
}

.estilo-exclusivo .relacionados h3 {
    font-size: 2rem;
    margin-bottom: 30px;
    color: #00213b
}