.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS */.cidade-jaguariuna .elementor-button{
    background:#2148B8!important;
    color:#fff!important;
    border-radius:40px!important;
    border:none!important;
}

.cidade-cajamar .elementor-button{
    background:#6A1B9A!important;
    color:#fff!important;
    border-radius:40px!important;
    border:none!important;
}

.cidade-piracicaba .elementor-button{
    background:#D62828!important;
    color:#fff!important;
    border-radius:40px!important;
    border:none!important;
}

.cidade-jaguariuna .elementor-button:hover,
.cidade-cajamar .elementor-button:hover,
.cidade-piracicaba .elementor-button:hover{
    transform:translateY(-2px);
}


/* ===============================
   GAZETA REGIONAL - HOME EDITORIAL
   =============================== */

body {
    background: #ffffff;
}

/* Títulos principais das seções */
.elementor-widget-heading h1,
.elementor-widget-heading h2 {
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 700;
    color: #101010;
    line-height: 1.1;
}

/* Título "Últimas Notícias" */
.titulo-editorial h2,
.titulo-editorial .elementor-heading-title {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 42px;
    font-weight: 700;
    color: #111;
    position: relative;
    padding-bottom: 18px;
    margin-bottom: 28px;
    border-bottom: 1px solid #e5e5e5;
}

.titulo-editorial .elementor-heading-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 80px;
    height: 3px;
    background: #f15a24;
}

/* Container geral dos cards */
.loop-noticias .elementor-loop-container,
.loop-noticias .e-loop {
    gap: 32px;
}

/* Card da notícia */
.loop-noticias .e-loop-item {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    overflow: hidden;
    transition: all .3s ease;
}

.loop-noticias .e-loop-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 35px rgba(0,0,0,.08);
}

/* Imagem do card */
.loop-noticias img {
    width: 100%;
    height: 290px;
    object-fit: cover;
    display: block;
}

/* Termos / cidade / categoria */
.loop-noticias .elementor-post-info,
.loop-noticias .elementor-widget-post-info,
.loop-noticias .elementor-widget-post-terms {
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

/* Título da notícia */
.loop-noticias .elementor-widget-theme-post-title .elementor-heading-title,
.loop-noticias .elementor-widget-post-title .elementor-heading-title {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 25px;
    line-height: 1.18;
    font-weight: 700;
    color: #161616;
    margin: 0;
}

.loop-noticias .elementor-widget-theme-post-title a,
.loop-noticias .elementor-widget-post-title a {
    color: inherit;
    text-decoration: none;
}

/* Resumo */
.loop-noticias .elementor-widget-theme-post-excerpt,
.loop-noticias .elementor-widget-post-excerpt {
    font-family: Arial, sans-serif;
    font-size: 16px;
    line-height: 1.55;
    color: #6f7480;
}

/* Botão */
.loop-noticias .elementor-button {
    background: #f15a24 !important;
    color: #fff !important;
    border-radius: 4px !important;
    padding: 10px 18px !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    text-transform: uppercase;
}

/* Botão ver todos */
.ver-todos a {
    font-family: Arial, sans-serif;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    color: #5d6470;
    text-decoration: none;
}

/* Mobile */
@media (max-width: 767px) {
    .titulo-editorial .elementor-heading-title {
        font-size: 32px;
    }

    .loop-noticias img {
        height: 220px;
    }

    .loop-noticias .elementor-widget-theme-post-title .elementor-heading-title,
    .loop-noticias .elementor-widget-post-title .elementor-heading-title {
        font-size: 22px;
    }
}/* End custom CSS */