.hub-estado .hub-identidade{
    margin:10px auto 26px;
    text-align:center;
}

.hub-estado .hub-faixa{
    display:block;
    width:100%;
    box-sizing:border-box;
    padding:18px 16px;
    background:#6c0d00;
    color:#fff;
    font-size:clamp(24px,3vw,34px);
    font-weight:700;
    line-height:1.1;
    text-align:center;
}

.hub-estado .hub-identidade h1{
    margin:10px 0 0;
    font-size:clamp(18px,2vw,24px);
    line-height:1.2;
    font-weight:700;
    text-align:center;
}

.hub-estado .hub-identidade::after{
    content:"";
    display:block;
    width:100%;
    border-top:1px solid var(--borda);
    margin-top:14px;
}

.hub-estado .supermanchete h2{
    margin:0;
    font-size:clamp(34px,5vw,58px);
    line-height:1.02;
    letter-spacing:-.025em;
}

.hub-estado .supermanchete h2 a{
    color:inherit;
    text-decoration:none;
}

@media(max-width:760px){
    .hub-estado .hub-identidade{
        margin-top:8px;
        margin-bottom:20px;
    }

    .hub-estado .hub-faixa{
        padding:14px 12px;
        font-size:24px;
    }

    .hub-estado .hub-identidade h1{
        margin-top:9px;
        font-size:18px;
    }

    .hub-estado .hub-identidade::after{
        margin-top:11px;
    }

    .hub-estado .supermanchete h2{
        font-size:34px;
    }
}

/* MODELO 04 - alinhamento mobile */
@media(max-width:760px){
  .hub-estado .modelo-04 .card > a{
    column-gap:12px !important;
    row-gap:4px !important;
  }

  .hub-estado .modelo-04 .card .foto{
    grid-column:1 !important;
    grid-row:1 / span 2 !important;
    align-self:center !important;
  }

  .hub-estado .modelo-04 .card h3{
    grid-column:2 !important;
    grid-row:1 !important;
    align-self:end !important;
  }

  .hub-estado .modelo-04 .card .estado{
    grid-column:2 !important;
    grid-row:2 !important;
    align-self:start !important;
  }
}

/* MODELO 04 - espaçamento mobile */
@media(max-width:760px){
  .hub-estado .modelo-04 .card{
    padding:12px 0 !important;
    margin:0 !important;
    border-bottom:1px solid var(--borda) !important;
  }

  .hub-estado .modelo-04 .card:last-child{
    border-bottom:0 !important;
  }
}
