:root{--primary:#08a045;--secondary:#101828;--accent:#f04e23;--light:#f5f7fb}.top-strip{background:var(--secondary);color:#fff;font-size:13px}.site-logo{max-height:92px;object-fit:contain}.social a{width:34px;height:34px;border-radius:50%;display:inline-grid;place-items:center;background:#f0f2f5;color:var(--secondary);text-decoration:none}.main-menu{border-top:1px solid #eee;border-bottom:1px solid #eee;background:#fff}.main-menu a{font-weight:700;text-transform:uppercase;font-size:14px;color:#333;text-decoration:none;padding:16px 12px;display:inline-block}.main-menu a:hover{color:var(--primary)}.container-wide{max-width:1320px}.ad{background:#f1f1f1;border:1px dashed #ccc;border-radius:8px;overflow:hidden;text-align:center}.ad img{width:100%;height:auto;display:block}.hero-card,.news-card{position:relative;overflow:hidden;border-radius:10px;background:#000;color:#fff}.hero-card img{width:100%;height:430px;object-fit:cover;opacity:.78}.hero-card .info,.news-card .info{position:absolute;left:0;right:0;bottom:0;padding:24px;background:linear-gradient(transparent,rgba(0,0,0,.88))}.badge-cat{background:var(--primary);color:#fff;border-radius:3px;padding:5px 9px;font-size:12px;font-weight:800;text-transform:uppercase}.side-card{display:grid;grid-template-columns:125px 1fr;gap:12px;border-bottom:1px solid #eee;padding:12px 0}.side-card img{width:125px;height:82px;object-fit:cover;border-radius:8px}.section-title{font-weight:900;border-bottom:3px solid #222;padding-bottom:10px;margin:35px 0 18px;display:flex;align-items:center;gap:10px}.section-title span{display:inline-block;width:14px;height:14px;border-radius:50%;background:var(--primary)}.category-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:18px}.feature img{width:100%;height:255px;object-fit:cover;border-radius:10px}.mini-list{display:grid;grid-template-columns:1fr 1fr;gap:15px}.mini-list img{width:100%;height:115px;object-fit:cover;border-radius:8px}.video-zone{background:#111827;color:#fff;padding:38px 0;margin-top:35px}.video-card img{height:155px;object-fit:cover;width:100%;border-radius:10px}.newsletter{background:linear-gradient(90deg,var(--primary),#00bd74);color:#fff;border-radius:16px;padding:24px}.footer{background:#0b1220;color:#cdd5e1;padding:38px 0;margin-top:35px}.footer a{color:#cdd5e1;text-decoration:none}.colunista img{width:70px;height:70px;border-radius:50%;object-fit:cover}.gallery-img{height:190px;object-fit:cover;border-radius:10px;width:100%}.article-cover{width:100%;max-height:520px;object-fit:cover;border-radius:14px}.article-body{font-size:1.13rem;line-height:1.85}.btn-primary{background:var(--primary);border-color:var(--primary)}@media(max-width:992px){.hero-card img{height:310px}.category-grid{grid-template-columns:1fr}.main-menu{overflow:auto;white-space:nowrap}.mini-list{grid-template-columns:1fr 1fr}}@media(max-width:576px){.mini-list{grid-template-columns:1fr}.side-card{grid-template-columns:95px 1fr}.side-card img{width:95px;height:70px}.hero-card img{height:260px}.site-logo{max-height:70px}}
.hero-slider .carousel-control-prev,.hero-slider .carousel-control-next{width:9%}.hero-slider .carousel-indicators{margin-bottom:10px}.hero-slider .carousel-indicators button{width:10px;height:10px;border-radius:50%}.article-gallery img{height:145px;object-fit:cover}.ratio iframe{border:0;border-radius:12px}

/* Ajustes visuais solicitados */
.hero-slider,.hero-slider .carousel-inner,.hero-slider .carousel-item,.hero-card{height:430px}
.hero-card{display:block}
.hero-card img{height:430px}
.latest-box{height:430px;overflow:hidden;display:flex;flex-direction:column}
.latest-title{margin-bottom:8px}.latest-box .side-card{flex:1;align-items:center}.latest-box .side-card:last-child{border-bottom:0}
.feature h3,.feature p,.mini-list h6,.side-card h6{transition:opacity .2s}.feature:hover h3,.feature:hover p,.mini-list a:hover h6,.side-card:hover h6{opacity:.75}
@media(max-width:992px){.hero-slider,.hero-slider .carousel-inner,.hero-slider .carousel-item,.hero-card,.hero-card img,.latest-box{height:auto}.hero-card img{height:310px}.latest-box{overflow:visible}}
@media(max-width:576px){.hero-card img{height:260px}}

.latest-box-no-title{padding-top:12px!important;padding-bottom:12px!important}.latest-box-no-title .side-card:first-child{padding-top:0}.latest-box-no-title .side-card{min-height:0}


/* Últimas notícias alinhado ao slide principal */
.latest-box-no-title{
    height:430px !important;
    max-height:430px !important;
    overflow:hidden !important;
    display:flex !important;
    flex-direction:column !important;
    justify-content:space-between !important;
    padding:14px 16px !important;
}
.latest-box-no-title .side-card{
    flex:0 0 calc(25% - 8px) !important;
    min-height:0 !important;
    height:calc(25% - 8px) !important;
    display:grid !important;
    grid-template-columns:112px 1fr !important;
    align-items:center !important;
    gap:12px !important;
    padding:8px 0 !important;
    overflow:hidden !important;
}
.latest-box-no-title .side-card img{
    width:112px !important;
    height:74px !important;
    object-fit:cover !important;
    border-radius:8px !important;
}
.latest-box-no-title .side-card h6{
    font-size:15px !important;
    line-height:1.12 !important;
    margin-bottom:0 !important;
    display:-webkit-box !important;
    -webkit-line-clamp:3 !important;
    -webkit-box-orient:vertical !important;
    overflow:hidden !important;
}
.latest-box-no-title .badge-cat{
    font-size:11px !important;
    padding:4px 8px !important;
}
@media(max-width:992px){
    .latest-box-no-title{height:auto !important;max-height:none !important;overflow:visible !important}
    .latest-box-no-title .side-card{height:auto !important;grid-template-columns:105px 1fr !important}
    .latest-box-no-title .side-card img{width:105px !important;height:72px !important}
}
