.elementor-2118 .elementor-element.elementor-element-90702d1{--display:flex;}.elementor-2118 .elementor-element.elementor-element-9a04b85{--display:flex;}/* Start custom CSS for container, class: .elementor-element-9a04b85 *//* ==========================================
   GAZETA REGIONAL
   PÁGINA CIDADES
   Shortcode: [gazeta_lista_cidades]
========================================== */

.gazeta-tax-page,
.gazeta-tax-page *{
    box-sizing:border-box;
    font-family:'Inter',sans-serif;
}

.gazeta-tax-page{
    width:100%;
    margin:0 auto;
}

/* GRID */

.gazeta-tax-grid{

    display:grid;

    grid-template-columns:repeat(3,minmax(0,1fr));

    gap:26px;

}

/* CARD */

.gazeta-tax-card{

    position:relative;

    overflow:hidden;

    background:#fff;

    border:1px solid #e5e7eb;

    border-radius:24px;

    transition:.25s ease;

    box-shadow:0 10px 28px rgba(15,23,42,.05);

}

.gazeta-tax-card:hover{

    transform:translateY(-5px);

    box-shadow:0 24px 55px rgba(15,23,42,.10);

}

.gazeta-tax-card::before{

    content:"";

    position:absolute;

    left:0;

    top:0;

    width:6px;

    height:100%;

    background:var(--gazeta-tax-cor,#dc2626);

}

.gazeta-tax-card-link{

    display:block;

    padding:28px;

    text-decoration:none;

}

/* BOLINHA */

.gazeta-tax-dot{

    display:inline-block;

    width:12px;

    height:12px;

    margin-bottom:18px;

    border-radius:50%;

    background:var(--gazeta-tax-cor,#dc2626);

    box-shadow:0 0 0 6px rgba(220,38,38,.12);

}

/* TÍTULO */

.gazeta-tax-card h2{

    margin:0 0 12px;

    color:#111827;

    font-size:30px;

    line-height:1;

    font-weight:900;

    letter-spacing:-.04em;

}

/* TEXTO */

.gazeta-tax-card p{

    margin:0 0 24px;

    color:#475569;

    font-size:15px;

    line-height:1.6;

    font-weight:500;

}

/* CONTADOR */

.gazeta-tax-count{

    display:flex;

    align-items:flex-end;

    gap:8px;

}

.gazeta-tax-count strong{

    color:var(--gazeta-tax-cor,#dc2626);

    font-size:34px;

    line-height:1;

    font-weight:900;

}

.gazeta-tax-count span{

    color:#64748b;

    font-size:13px;

    font-weight:700;

    margin-bottom:4px;

}

/* ÚLTIMA PUBLICAÇÃO */

.gazeta-tax-last{

    margin:0 28px 26px;

    padding-top:18px;

    border-top:1px solid #eef2f7;

}

.gazeta-tax-last small{

    display:block;

    margin-bottom:8px;

    color:#94a3b8;

    font-size:11px;

    text-transform:uppercase;

    letter-spacing:.08em;

    font-weight:900;

}

.gazeta-tax-last a{

    color:#111827;

    font-size:15px;

    font-weight:800;

    line-height:1.35;

    text-decoration:none;

}

.gazeta-tax-last a:hover{

    color:var(--gazeta-tax-cor,#dc2626);

}

/* TABLET */

@media(max-width:1024px){

.gazeta-tax-grid{

grid-template-columns:repeat(2,minmax(0,1fr));

}

}

/* MOBILE */

@media(max-width:767px){

.gazeta-tax-grid{

grid-template-columns:1fr;

gap:18px;

}

.gazeta-tax-card-link{

padding:22px;

}

.gazeta-tax-last{

margin:0 22px 22px;

}

.gazeta-tax-card h2{

font-size:26px;

}

}/* End custom CSS */