/* Aumenta a área superior como em CASES */
#blogPage .mainPadding {
    padding-top: 140px !important;
}

/* Move conteúdo para a direita exatamente como em CASES */
#blogPage .mainPadding .main {
    padding-left: 200px;
}

/* Título grande igual ao da página CASES */
#blogPage h2.main-t {
    font-size: 48px;
    line-height: 1.2;
    font-weight: 600;
    width: 100%;
    max-width: 700px;
    text-align: right;      /* igual ao "Cases" */
    margin-bottom: 120px;   /* mesmo respiro enorme */
}

/* Mantém grid idêntico ao usado nos CASES */
#blogPage .gridProjetosHome {
    grid-gap: 90px;
    padding-top: 90px;
    margin-top: 90px;
    border-top: 1px solid #000;
}

/* Cards e imagens exatamente como CASES */
#blogPage .itemProjetos div {
    overflow: hidden;
    margin-bottom: 20px;
}

#blogPage .itemProjetos div img {
    width: 750px;
    height:auto;
    transition: 0.4s;
}

#blogPage .itemProjetos:hover div img {
    transform: scale(1.1);
}

/* Título do card igual ao de CASES */
#blogPage .itemProjetos h3 {
    font-size: 40px;
    line-height: 45px;
    padding-right: 50px;
    background: url('../img/setaProdutos.svg') no-repeat right top;
    background-size: 26px 26px;
    text-transform: none;
    font-weight: normal;
}



/* ★ 1100px - tablets e laptops menores */
@media screen and (max-width: 1100px) {

    #blogPage .mainPadding .main {
        padding-left: 0;
        text-align: center !important;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    #blogPage h2.main-t {
        text-align: center;
        font-size: 36px;
        margin-bottom: 60px;
    }

    #blogPage .gridProjetosHome {
        margin-top: 40px;
        padding-top: 40px;
        grid-gap: 40px;
    }

    #blogPage .itemProjetos div img {
        width: 100%;
        max-width: 500px;
    }

    #blogPage .itemProjetos h3 {
        font-size: 25px;
        line-height: 26px;
        padding-right: 40px;
    }
}


/* ★ 750px - smartphones grandes */
@media screen and (max-width: 750px) {

    #blogPage .gridProjetosHome {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 50px;
    }

    #blogPage .itemProjetos h3 {
        text-align: center;
        padding-right: 0;
        background: none; /* remove seta */
    }
}


/* ★ 540px - smartphones pequenos */
@media screen and (max-width: 540px) {

    #blogPage h2.main-t {
        font-size: 28px;
        margin-bottom: 40px;
    }

    #blogPage .itemProjetos h3 {
        font-size: 25px;
        line-height: 30px;
    }
}

/* ============================================================
   BLOG SINGLE – DESKTOP
============================================================ */



#blogSinglePage .mainPadding {
    padding-top: 150px !important; /* evita o header sobrepor */
    padding-left: 100px;
}

#blogSinglePage h2.main-t {
    font-size: 90px;
    font-weight: 500;
    line-height: 90px;
    max-width: 100%;
    margin: 0 auto 40px auto;
    text-align: left;
}

.main-t h2{
      font-size: 90px !important;
    font-weight: 500;
    line-height: 90px;
}

#blogSinglePage .featured-img img {
    width: 100%;
    max-height: 460px;
    object-fit: cover;
    border-radius: 14px;
}

#blogSinglePage .content-box {
    max-width: 900px;
    margin: 40px auto;
    font-size: 20px;
    line-height: 1.8;
}

#blogSinglePage .content-box p {
    margin-bottom: 20px;
}

#blogSinglePage .keywords {
    margin-top: 25px;
    font-size: 16px;
    opacity: 0.8;
}











/* ============================================================
   BLOG SINGLE – TABLET (até 900px)
============================================================ */

@media screen and (max-width: 900px) {
    #blogSinglePage h2.main-t {
        font-size: 36px;
        margin-bottom: 30px;
        padding: 0 20px;
    }

    #blogSinglePage .content-box {
        font-size: 18px;
        padding: 0 20px;
    }
}


/* ============================================================
   BLOG SINGLE – MOBILE (até 600px)
============================================================ */

@media screen and (max-width: 600px) {

    #blogSinglePage .mainPadding {
        padding-top: 120px !important;
    }

    #blogSinglePage h2.main-t {
        font-size: 28px;
        margin-bottom: 25px;
        text-align: center;
        padding: 0 15px;
    }

    #blogSinglePage .featured-img img {
        max-height: 260px;
        border-radius: 10px;
    }

    #blogSinglePage .content-box {
        padding: 0 15px;
        font-size: 16px;
    }

    #blogSinglePage .keywords {
        font-size: 14px;
        text-align: center;
    }

    #blogSinglePage .back-button a {
        width: 100%;
        display: inline-block;
        text-align: center;
        padding: 12px 0;
    }
}
