.page-categoria .bloco {
    margin: 20px 0;
}

.page-categoria .titulo-secao {
    text-align: center;
    color: #d72626;
    font-size: 34px;
    font-weight: 800;
    text-transform: uppercase;
    margin: 24px 0 18px;
}

.page-categoria .grid {
    display: flex;
    flex-wrap: wrap;
    gap: 0 !important;
}

.page-categoria .col-33 {
    width: 33.3333%;
    padding-left: 12px;
    padding-right: 12px;
    box-sizing: border-box;
}

.page-categoria .img-full {
    width: 100%;
    display: block;
}

.page-categoria .projeto-post {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0,0,0,0.10);
    background: #fff;
}

.page-categoria .projeto-post img {
    width: 100%;
    height: 560px;
    object-fit: cover;
    display: block;
}

.page-categoria .hero-esg-link {
    position: relative;
    display: block;
    text-decoration: none;
    color: inherit;
}

.page-categoria .projeto-overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 22px 20px 20px;
    background: linear-gradient(to top, rgba(0,0,0,0.82) 0%, rgba(0,0,0,0.45) 45%, rgba(0,0,0,0.00) 100%);
}

.page-categoria .projeto-overlay .tag {
    display: inline-block;
    background: #ec3237;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 999px;
    padding: 7px 12px;
    margin-bottom: 12px;
}

.page-categoria .projeto-overlay h4 {
    color: #fff;
    font-size: 28px;
    line-height: 1.15;
    font-weight: 800;
    margin: 0;
    text-shadow: 0 2px 8px rgba(0,0,0,0.30);
}

.page-categoria .box-arredondado {
    background: #efefef;
    border-radius: 28px;
    padding: 28px;
    display: flex;
}

.page-categoria .trabalhe-info-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 28px;
    width: 100%;
}

.page-categoria .trabalhe-info-esq {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    width: 100%;
}
@media screen and (max-width: 990px) {
    .page-categoria .trabalhe-info-esq {
        flex-flow: row wrap;
    }
}
.page-categoria .trabalhe-info-dir {
    width: calc(60% - 28px);
}

.page-categoria .trabalhe-titulo-vagas {
    color: #ec3237;
    font-size: 56px;
    line-height: 1;
    font-weight: 900;
    text-transform: uppercase;
    margin: 0 0 24px;
}

.page-categoria .trabalhe-btn {
    display: inline-block;
    width: 100%;
    max-width: 500px;
    background: #ff1f26;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-size: 28px;
    font-weight: 800;
    line-height: 1.15;
    border-radius: 28px;
    padding: 28px 22px;
    transition: all 0.2s ease;
}

.page-categoria .trabalhe-btn:hover {
    background: #e1171d;
    color: #fff;
    text-decoration: none;
}

.page-categoria .trabalhe-lista {
    background: #fff;
    border-radius: 24px;
    padding: 34px 34px 28px;
    min-height: 220px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.08);
}

.page-categoria .trabalhe-lista ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.page-categoria .trabalhe-lista li {
    font-size: 28px;
    line-height: 1.25;
    font-weight: 800;
    color: #222;
    margin-bottom: 6px;
}

.page-categoria .trabalhe-lista li:last-child {
    margin-bottom: 0;
}

@media (max-width: 1199px) {
    .page-categoria .projeto-post img {
        height: 500px;
    }

    .page-categoria .projeto-overlay h4 {
        font-size: 24px;
    }

    .page-categoria .trabalhe-titulo-vagas {
        font-size: 46px;
    }

    .page-categoria .trabalhe-btn {
        font-size: 24px;
    }

    .page-categoria .trabalhe-lista li {
        font-size: 24px;
    }
}

@media (max-width: 991px) {
    .page-categoria .col-33 {
        width: 50%;
    }

    .page-categoria .col-33:nth-child(3) {
        width: 100%;
        margin-top: 24px;
    }

    .page-categoria .trabalhe-info-esq,
    .page-categoria .trabalhe-info-dir {
        width: 100%;
    }

    .page-categoria .trabalhe-info-dir {
        margin-top: 0;
    }
}

@media (max-width: 767px) {
    .page-categoria .titulo-secao {
        font-size: 28px;
    }

    .page-categoria .col-33 {
        width: 100%;
    }

    .page-categoria .col-33:nth-child(3) {
        margin-top: 0;
    }

    .page-categoria .projeto-post {
        margin-bottom: 24px;
    }

    .page-categoria .projeto-post img {
        height: auto;
        min-height: 420px;
    }

    .page-categoria .projeto-overlay h4 {
        font-size: 22px;
    }

    .page-categoria .box-arredondado {
        padding: 20px;
    }

    .page-categoria .trabalhe-titulo-vagas {
        font-size: 34px;
        margin-bottom: 18px;
    }

    .page-categoria .trabalhe-btn {
        font-size: 20px;
        padding: 22px 18px;
        border-radius: 22px;
    }

    .page-categoria .trabalhe-lista {
        padding: 22px;
        border-radius: 18px;
    }

    .page-categoria .trabalhe-lista li {
        font-size: 21px;
    }
}