.elementor-kit-25{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-937cdce:#000000;--e-global-color-68a8531:#FFFFFF;--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-25 button,.elementor-kit-25 input[type="button"],.elementor-kit-25 input[type="submit"],.elementor-kit-25 .elementor-button{background-color:var( --e-global-color-937cdce );color:var( --e-global-color-68a8531 );border-style:none;}.elementor-kit-25 button:hover,.elementor-kit-25 button:focus,.elementor-kit-25 input[type="button"]:hover,.elementor-kit-25 input[type="button"]:focus,.elementor-kit-25 input[type="submit"]:hover,.elementor-kit-25 input[type="submit"]:focus,.elementor-kit-25 .elementor-button:hover,.elementor-kit-25 .elementor-button:focus{background-color:var( --e-global-color-secondary );}.elementor-kit-25 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{padding-inline-end:0px;padding-inline-start:0px;}@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 *//* Busca no topo */
#busca input {
    height: 50px;
}
#busca button {
    height: 55px;    
}

/* Hero Grid - Shortcode [hero_grid_noticias] */
.hero-grid-container {
    display: grid;
    grid-template-columns: 1.4fr 1fr; /* Esquerda maior que direita */
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.hero-coluna {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.hero-coluna-esquerda {
    height: 100%;
}

.hero-coluna-esquerda .hero-card {
    max-height: 450px;
}

.hero-card {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    background: #000;
}

.hero-link {
    display: block;
    text-decoration: none;
    color: #fff;
    height: 100%;
}

.hero-imagem-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

.hero-imagem-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.7) 100%);
    transition: background 0.3s ease;
}

.hero-card:hover .hero-overlay {
    background: linear-gradient(to bottom, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.8) 100%);
}

.hero-conteudo {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 25px;
    z-index: 2;
}

.hero-categoria {
    display: inline-block;
    background: #e74c3c;
    color: #fff;
    padding: 4px 12px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
}

.hero-titulo {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
    margin: 0 0 10px 0;
    color: #fff;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.hero-card-grande .hero-titulo {
    font-size: 32px;
}

.hero-meta {
    font-size: 13px;
    color: rgba(255,255,255,0.8);
    display: flex;
    align-items: center;
    gap: 8px;
}

.hero-separador {
    opacity: 0.6;
}

/* Alturas específicas */
.hero-card-grande {
    min-height: 450px;
    height: 100%;
}

.hero-card-pequena {
    height: 210px;
}

/* Responsivo */
@media (max-width: 900px) {
    .hero-grid-container {
        grid-template-columns: 1fr;
    }
    
    .hero-card-grande {
        min-height: 350px;
        height: 350px;
    }
    
    .hero-card-pequena {
        height: 200px;
    }
    
    .hero-coluna-direita {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 600px) {
    .hero-coluna-direita {
        grid-template-columns: 1fr;
    }
    
    .hero-titulo {
        font-size: 20px;
    }
    
    .hero-card-grande .hero-titulo {
        font-size: 24px;
    }
}

/* Grid de Notícias - Shortcode [ultimas_noticias_mundo] */
.grid-noticias {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    max-width: 800px;
    margin: 0 auto;
}

.card-noticia {
    background: #fff;
    overflow: hidden;
    transition: transform 0.3s ease;
}

.card-noticia:hover {
    transform: translateY(-4px);
}

.card-noticia a {
    text-decoration: none;
    color: inherit;
    display: block;
}
.card-conteudo h3 {
    font-size: 1.65rem;
    margin-bottom: 7px;
}

.card-conteudo .card-data {
    color: #7e7e7e;
    font-size: 0.8rem;
}

.card-imagem {
    width: 100%;
    height: 150px;
    overflow: hidden;
}

.card-imagem img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Lista de Notícias Mais Lidas - Shortcode [noticias_mais_lidas] */
.lista-mais-lidas {
    max-width: 600px;
    margin: 0 auto;
}

.item-mais-lida {
    border-bottom: 1px solid #eaeaea;
    padding: 20px 0;
}

.item-mais-lida:first-child {
    padding-top: 0;
}

.item-mais-lida:last-child {
    border-bottom: none;
}

.item-link {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    text-decoration: none;
    color: inherit;
    transition: opacity 0.3s ease;
}

.item-link:hover {
    opacity: 0.8;
}

.item-link:hover .item-titulo {
    color: #333;
}

.item-imagem {
    flex-shrink: 0;
    width: 100px;
    height: 92px;
    border-radius: 6px;
    overflow: hidden;
}

.item-imagem img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.item-conteudo {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.item-meta {
    font-size: 13px;
    color: #999;
    margin-bottom: 6px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.item-separador {
    margin: 0 6px;
    color: #ccc;
}

.item-categoria {
    color: #666;
}

.item-titulo {
    font-weight: 700;
    line-height: 1.3;
    color: #222;
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    transition: color 0.3s ease;
}

/* Responsivo */
@media (max-width: 480px) {
    .item-titulo {
        font-size: 16px;
    }
    
    .item-imagem {
        width: 80px;
        height: 74px;
    }
}

/* Lista de Categorias - Shortcode [lista_categorias] */
.lista-categorias {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.item-categoria {
    border-bottom: 1px solid #e0e0e0;
    padding: 12px 0;
}

.item-categoria:last-child {
    border-bottom: none;
}

.link-categoria {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    color: #666;
    font-size: 15px;
    transition: color 0.2s ease;
}

.link-categoria:hover {
    color: #333;
}

.link-categoria:hover .nome-categoria {
    color: #000;
}

.nome-categoria {
    color: #666;
    font-weight: 400;
}

.contagem-categoria {
    color: #666;
    font-weight: 400;
    margin-left: 10px;
}

/* Perfil do Usuário - Shortcode [perfil_usuario] */
.perfil-usuario {
    text-align: center;
    max-width: 300px;
    margin: 0 auto;
    padding: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.perfil-imagem-wrapper {
    width: 224px;
    height: 216px;
    margin: 0 auto 20px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
}

.perfil-imagem {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.perfil-nome {
    font-size: 28px;
    font-weight: 400;
    color: #222;
    margin: 0 0 15px 0;
    line-height: 1.2;
}

.perfil-bio {
    font-size: 15px;
    line-height: 1.6;
    color: #666;
    margin: 0;
}/* End custom CSS */