    /* =================================
   CONTAINER PADRÃO
================================= */

    header .container,
    section .container,
    footer .container,
    .home_banner_outer .container {
        max-width: 1444px;
        width: 95%;
        margin: auto;
        padding-left: 15px;
        padding-right: 15px;
    }

    /* =================================
   NÃO QUEBRAR BOOTSTRAP
================================= */

    .row {
        margin-left: -15px;
        margin-right: -15px;
    }

    /* =================================
   ELEMENTOS PADRÃO
================================= */

    .all_boxes,
    .categories-box,
    .choose-box {
        width: 100%;
    }

    /* =================================
   CARDS VISUAL
================================= */

    .choose-box,
    .categories-box {
        padding: 25px;
        border-radius: 12px;
        background: #fff;
        transition: 0.3s;
    }

    .choose-box:hover,
    .categories-box:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    }

    /* =================================
   BANNER
================================= */

    .banner2-con .col-xl-6:last-child,
    .banner2-con .col-lg-6:last-child {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .banner_wrapper {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    /* =================================
   CARTEIRINHA
================================= */

    #box-carteirinha-angra {
        width: 100%;
        padding: 100px 0;
    }

    #box-carteirinha-angra .container {
        max-width: 1400px;
        width: 95%;
        margin: auto;
    }

    #box-carteirinha-angra .about_content,
    #box-carteirinha-angra .carteirinha-img-box {
        padding: 0;
        margin: 0;
    }

    @media (max-width: 768px) {
        #box-carteirinha-angra .carteirinha-img-box {
            margin-top: 30px;
        }
    }

    /* =================================
   MOBILE CTA
================================= */

    .mobile-cta {
        margin-left: auto;
        display: flex;
        align-items: center;
    }

    .mobile-cta .log_in {
        display: inline-block;
        padding: 16px;
        margin-right: 10px;
        line-height: 16px;
        font-weight: 700;
        text-align: center;
        border-radius: 35px;
        position: relative;
        display: inline-block;
        color: var(--e-global-color-black);
        font-family: "Archivo", serif;
        transition: all 0.8s ease-in-out;
    }

    /* só aparece no mobile */
    @media (min-width: 992px) {
        .mobile-cta {
            display: none;
        }
    }

    @media (max-width: 768px) {
        .mobile-cta .log_in {
            padding: 11px 11px;
            font-size: 10px;
            line-height: 9px;
            border-radius: 20px;
            margin-right: 0px;
        }
    }

    /* =================================
   BLOG BANNER
================================= */

    .blog-title {
        max-width: 750px;
        margin: 0 auto 40px auto;
    }

    .blog-title h2 {
        font-size: 40px;
    }

    .blog-banner {
        padding: 170px 0 90px;
        text-align: center;
        background-image: url('../img/fundo_sdt.png');
        background-size: cover;
        position: relative;
    }

    .blog-banner::before {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(270deg,
                var(--e-global-color-soft-blue),
                var(--e-global-color-accent));
        opacity: 0.1;
    }

    .blog-section {
        padding: 60px 0 100px;
        background: #f9fafb;
    }

    /* =================================
   BLOG CARD
================================= */

    .blog-card {
        width: 100%;
        background: #fff;
        border-radius: 16px;
        overflow: hidden;
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
        transition: 0.3s;
    }

    .blog-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 18px 35px rgba(0, 0, 0, 0.12);
    }

    .blog-content {
        padding: 24px;
    }

    .blog-date {
        font-size: 13px;
        color: #6c757d;
        margin-bottom: 10px;
    }

    /* =================================
   BOTÃO
================================= */

    .blog-btn .primary_btn {
        font-size: 16px;
        line-height: 16px;
        font-weight: 700;
        text-align: center;
        border-radius: 35px;
        position: relative;
        display: inline-block;
        color: var(--e-global-color-black);
        background: var(--e-global-color-accent);
        font-family: "Archivo", serif;
        transition: all 0.8s ease-in-out;
        padding: 14px;
    }

    /* =================================
   🔥 DETALHE DO BLOG
================================= */

    .singleblog-section .row {
        display: flex;
        flex-wrap: wrap;
    }

    .singleblog-section .col-lg-4 {
        margin-top: 30px;
    }

    @media (min-width: 992px) {
        .singleblog-section .col-lg-4 {
            margin-top: 0;
        }
    }

    .singleblog-section .blog-card {
        padding: 30px;
    }

    /* IMAGEM PRINCIPAL */
    .singleblog-section .blog-card img {
        width: 100%;
        max-height: 420px;
        object-fit: cover;
        border-radius: 16px;
    }

    /* TEXTO */
    .singleblog-section p {
        font-size: 17px;
        line-height: 1.9;
        color: #151313;
    }

    /* TÍTULO */
    .singleblog-section h1 {
        font-size: 32px;
        margin-bottom: 20px;
    }

    /* =================================
   🔥 SIDEBAR
================================= */

    /* SOBRE */
    .sidebar-img {
        width: 100%;
        height: 160px;
        object-fit: cover;
        border-radius: 16px 16px 0 0;
    }

    /* POST ITEM */
    .sidebar-post {
        display: flex;
        gap: 12px;
        padding: 15px 20px;
        border-top: 1px solid #eee;
        text-decoration: none;
        color: #000;
        transition: 0.3s;
        align-items: center;
    }

    .sidebar-post:hover {
        background: #f8f9fa;
    }

    /* CONTAINER DA IMAGEM */
    .sidebar-thumb {
        width: 80px;
        height: 65px;
        min-width: 80px;
        max-width: 80px;
        overflow: hidden;
        border-radius: 8px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    /* IMAGEM */
    .sidebar-thumb img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    /* TEXTO */
    .sidebar-post-content {
        flex: 1;
        display: flex;
        flex-direction: column;
    }

    .sidebar-post-content strong {
        font-size: 14px;
        line-height: 1.3;
    }

    .sidebar-post-content small {
        font-size: 12px;
        color: #6c757d;
    }

    /* =================================
   🔥 IMAGEM DENTRO DO TEXTO (POST)
================================= */

    .singleblog-section .blog-card img {
        width: 100%;
        height: auto;
        /* 🔥 mantém proporção */
        object-fit: contain;
        /* 🔥 não corta */
        border-radius: 16px;
        background: #f8f9fa;
        /* fundo leve */
        padding: 10px;
        /* espaço pra não grudar */
    }

    /* ===============================
   🔥 CONTAINER DA IMAGEM (POST)
================================= */

    .post-image-box {
        width: 100%;
        aspect-ratio: 16 / 9;
        /* 🔥 isso aqui é ouro */
        overflow: hidden;
        border-radius: 16px;
    }

    .post-image-box img {
        width: 100%;
        height: 100%;
        object-fit: cover !important;
        /* 🔥 resolve na hora */
    }

    /* ===============================
   🔥 BANNER DETALHE (NOVO)
================================= */

    .blog-banner-detail {
        padding: 50px 0 50px;
        /* 🔥 menor */
    }

    /* CONTEÚDO */
    .blog-banner-content {
        max-width: 700px;
        margin: auto;
    }

    /* BREADCRUMB */
    .blog-breadcrumb {
        font-size: 13px;
        margin-bottom: 15px;
        color: #d2d2d2;
    }

    .blog-breadcrumb a {
        color: #d2d2d2;
        text-decoration: none;
    }

    .blog-breadcrumb span {
        margin: 0 8px;
    }

    /* TÍTULO */
    .blog-banner-detail h1 {
        font-size: 34px;
        font-weight: 700;
        margin-bottom: 15px;
        line-height: 1.3;
    }

    /* META */
    .blog-meta {
        display: flex;
        justify-content: center;
        gap: 20px;
        font-size: 14px;
        color: #d2d2d2;
    }

    .blog-meta i {
        margin-right: 5px;
    }

    /* RESPONSIVO */
    @media (max-width: 768px) {
        .blog-banner-detail h1 {
            font-size: 26px;
        }

        .blog-banner-detail {
            padding: 45px 0 40px;
        }
    }
