/* -----------------------------------------------------------
   ESTILOS PERSONALIZADOS - INSERIDOS RECENTEMENTE
   (News / Custom Sideral CSS)
----------------------------------------------------------- */

/* --- GRID DE CLIENTES (clientes.html) --- */
.client-logo-grid {
    row-gap: 20px;
}
.skiptranslate{display: none !important;}
body{top:0 !important}
.VIpgJd-ZVi9od-aZ2wEe-OiiCO-ti6hGc{display: none !important}

.client-logo-box {
  
    border-radius: 8px; 
    padding: 25px 20px; 
    height: 110px; 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    transition: 0.3s; 
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.client-logo-box img {
    max-height: 85px; 
    max-width: 170px; 
    object-fit: contain; 
    filter: grayscale(70%); 
    opacity: 0.85; 
    transition: 0.3s;
}

.client-logo-box:hover { 
    box-shadow: 0 8px 25px rgba(30,121,187,0.15) !important; 
    transform: translateY(-3px); 
}

.client-logo-box:hover img { 
    filter: grayscale(0%) !important; 
    opacity: 1 !important; 
}


/* --- CARROSSEL DE PARCERIAS (empresa.html) --- */
.sponsors-carousel-wrap { 
    position: relative; 
    padding-bottom: 40px; 
}

.sponsors-carousel-wrap .image-box {
    padding: 20px;
    background: #fff;
    border-radius: 6px;
    margin: 0 10px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.sponsors-carousel-wrap .image-box img {
    max-height: 85px;
    max-width: 170px;
    object-fit: contain;
    filter: grayscale(80%);
    opacity: 0.8;
    transition: 0.3s;
}

/* Efeito ao passar o mouse na logo do carrossel */
.sponsors-carousel-wrap .image-box:hover img { 
    filter: grayscale(0%) !important; 
    opacity: 1 !important; 
}

/* Navegação por Dots (Owl Carousel) */
.sponsors-carousel .owl-dots { 
    display: flex; 
    justify-content: center; 
    gap: 8px; 
    position: absolute; 
    bottom: 0; 
    left: 0; 
    right: 0; 
}

.sponsors-carousel .owl-dots .owl-dot { 
    width: 12px; 
    height: 12px; 
    border-radius: 50%; 
    background: #ccc !important; 
    padding: 0; 
    margin: 0; 
    border: none; 
    outline: none; 
    transition: all 0.3s ease; 
}

.sponsors-carousel .owl-dots .owl-dot.active { 
    background: #1E79BB !important; 
    transform: scale(1.3); 
}

/* Ocultar Setas Nativas (Prev/Next) */
.sponsors-carousel .owl-nav { 
    display: none !important; 
}

.box_quem{padding-top:90px}

/* --- CERTIFICAÇÕES CSS --- */
.certifications-section { padding: 80px 0; background: #f8f9fa; }
.sec-title-blue { color: #1E79BB; font-weight: 700; letter-spacing: 2px; }
.sec-heading-dark { font-size: 36px; color: #222; font-weight: 800; margin-bottom: 25px; }
.text-lead-gray { font-size: 18px; color: #666; line-height: 1.8; margin-bottom: 20px; }
.text-body-gray { font-size: 16px; color: #777; line-height: 1.7; margin-bottom: 30px; }
.cert-list { margin-bottom: 0; }
.cert-list-item { margin-bottom: 15px; position: relative; padding-left: 30px; }
.cert-list-item:last-child { margin-bottom: 0; }
.cert-list-icon { position: absolute; left: 0; top: 2px; color: #1E79BB; font-size: 18px; }
.cert-box { background: #fff; border-radius: 12px; padding: 15px; box-shadow: 0 10px 30px rgba(0,0,0,0.08); transition: transform 0.3s ease; }
.cert-link-wrapper { display: block; overflow: hidden; border-radius: 8px; position: relative; border: 1px solid #1e79bb20; }
.cert-link-wrapper img { width: 100%; height: auto; display: block; transition: transform 0.4s ease; }
.cert-overlay { position: absolute; inset: 0; background: rgba(30,121,187,0.7); display: flex; align-items: center; justify-content: center; opacity: 0; transition: 0.3s; }
.cert-overlay i { color: #fff; font-size: 30px; }
.cert-title { margin-top: 15px; font-weight: 700; color: #222; font-size: 16px; }
.cert-subtitle { color: #888; font-size: 13px; margin: 0; text-transform: uppercase; }

/* --- HISTÓRICO CSS --- */
.history-intro-section { background: #1E79BB; padding: 50px 0; }
.history-intro-subtitle { color: rgba(255,255,255,0.6); font-weight: 700; letter-spacing: 3px; font-size: 13px; text-transform: uppercase; margin-bottom: 10px; }
.history-intro-title { color: #fff; font-size: 36px; font-weight: 800; margin-bottom: 10px; }
.history-intro-desc { color: rgba(255,255,255,0.75); font-size: 17px; margin: 0; }
.history-stats-wrap { display: inline-flex; gap: 30px; flex-wrap: wrap; justify-content: center; }
.history-stat-box { text-align: center; }
.history-stat-num { font-size: 48px; font-weight: 900; color: #fff; line-height: 1; }
.history-stat-label { font-size: 14px; color: rgba(255,255,255,0.7); text-transform: uppercase; letter-spacing: 1px; }
.history-stat-divider { width: 1px; background: rgba(255,255,255,0.25); }

/* ===== Histórico — Timeline em losangos (zigue-zague) ===== */
.htl-section { padding: 100px 0; background: #f6f8fb; }
.htl { position: relative; max-width: 940px; margin: 0 auto; }

/* Spine vertical (só aparece no mobile) */
.htl::before { content: ''; display: none; position: absolute; top: 20px; bottom: 20px; left: 36px; width: 2px; background: #dbe6f1; }

.htl-row {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 200px 1fr;
    align-items: center;
    height: 170px; /* altura fixa = losango, para o encadeamento não depender do texto */
    margin-top: -86px; /* passo de 84px: entrelaçados como na referência, com folga entre os textos */
}
.htl-row:first-child { margin-top: 0; }

/* Losango (quadrado rotacionado via ::before; o ano fica na horizontal) */
.htl-diamond {
    grid-column: 2;
    grid-row: 1; /* evita que o auto-placement jogue o losango para uma 2ª linha do grid */
    justify-self: center;
    position: relative;
    width: 170px;
    height: 170px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    transition: transform .45s cubic-bezier(.2,.7,.3,1);
    will-change: transform;
}
.htl-diamond::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 70.7%;
    height: 70.7%;
    background: #1E79BB;
    border-radius: 8px;
    transform: translate(-50%, -50%) rotate(45deg);
    box-shadow: 0 14px 30px rgba(13,42,74,.18);
    z-index: 0;
    transition: box-shadow .45s ease;
}
.htl-year {
    position: relative;
    z-index: 1;
    color: #fff;
    font-weight: 800;
    font-size: 42px;
    line-height: 1;
    letter-spacing: .5px;
}

/* Zigue-zague: losango + texto no mesmo lado, alternando e colado */
.htl-row.is-left  .htl-diamond { transform: translateX(-39px); }
.htl-row.is-right .htl-diamond { transform: translateX(39px); }
.htl-text { grid-row: 1; max-width: 380px; }
.htl-row.is-left  .htl-text { grid-column: 1; text-align: right; padding-right: 56px; margin-left: auto; }
.htl-row.is-right .htl-text { grid-column: 3; text-align: left;  padding-left: 56px; margin-right: auto; }

.htl-row.is-left:hover  .htl-diamond { transform: translateX(-39px) scale(1.06); }
.htl-row.is-right:hover .htl-diamond { transform: translateX(39px) scale(1.06); }

/* Losango anterior fica por cima do seguinte, como na referência */
.htl-row:nth-of-type(1)  { z-index: 12; }
.htl-row:nth-of-type(2)  { z-index: 11; }
.htl-row:nth-of-type(3)  { z-index: 10; }
.htl-row:nth-of-type(4)  { z-index: 9; }
.htl-row:nth-of-type(5)  { z-index: 8; }
.htl-row:nth-of-type(6)  { z-index: 7; }
.htl-row:nth-of-type(7)  { z-index: 6; }
.htl-row:nth-of-type(8)  { z-index: 5; }
.htl-row:nth-of-type(9)  { z-index: 4; }
.htl-row:nth-of-type(10) { z-index: 3; }
.htl-row:nth-of-type(11) { z-index: 2; }
.htl-row:nth-of-type(12) { z-index: 1; }
.htl-row:hover .htl-diamond::before { box-shadow: 0 20px 42px rgba(13,42,74,.28); }

.htl-title { font-size: 16px; font-weight: 800; color: #0d2a4a; margin: 0 0 6px; line-height: 1.35; }
.htl-desc { font-size: 14px; line-height: 1.65; color: #5a6b7b; margin: 0; }

/* Gradiente de azuis (cicla a cada 6 marcos) */
.htl-row:nth-of-type(6n+1) .htl-diamond::before { background: #0d2a4a; }
.htl-row:nth-of-type(6n+2) .htl-diamond::before { background: #14487f; }
.htl-row:nth-of-type(6n+3) .htl-diamond::before { background: #1E79BB; }
.htl-row:nth-of-type(6n+4) .htl-diamond::before { background: #3f8fca; }
.htl-row:nth-of-type(6n+5) .htl-diamond::before { background: #6fb0dd; }
.htl-row:nth-of-type(6n+6) .htl-diamond::before { background: #9cc7e8; }
.htl-row.is-featured .htl-diamond::before { background: #0d2a4a; }

/* Abaixo de 992px o zigue-zague não tem espaço para os textos: vira lista vertical */
@media (max-width: 991px) {
    .htl { max-width: 480px; }
    .htl::before { display: block; }
    .htl-row { grid-template-columns: 74px 1fr; align-items: start; column-gap: 28px; height: auto; margin-top: 44px; }
    .htl-row:first-child { margin-top: 0; }
    .htl-diamond,
    .htl-row.is-left .htl-diamond,
    .htl-row.is-right .htl-diamond { grid-column: 1; width: 74px; height: 74px; transform: none; margin-top: 0; align-self: start; }
    .htl-row.is-left:hover .htl-diamond,
    .htl-row.is-right:hover .htl-diamond { transform: scale(1.06); }
    .htl-year { font-size: 17px; }
    .htl-row.is-left .htl-text,
    .htl-row.is-right .htl-text { grid-column: 2; text-align: left; padding: 0; margin: 0; max-width: none; }
}

/* --- EMPRESA CSS (about) --- */
.about-section { padding: 100px 0; }
.about-text-lead { font-size: 18px; line-height: 1.6; color: #333; margin-bottom: 20px; font-weight: 600; }
.about-text-body { color: #666; font-size: 16px; line-height: 1.8; }
.about-image-primary { border-radius: 10px; overflow: hidden; box-shadow: 0 15px 40px rgba(0,0,0,0.15); }
.about-image-primary img { width: 100%; display: block; }
.about-image-secondary { position: absolute; bottom: -40px; left: -40px; border: 10px solid #fff; border-radius: 10px; box-shadow: 0 15px 40px rgba(0,0,0,0.1); width: 250px; }
.about-year-box { position: absolute; top: 40px; right: -30px; background: #1E79BB; color: #fff; padding: 30px; border-radius: 5px; text-align: center; box-shadow: 0 10px 30px rgba(242,101,34,0.4); }
.about-year-num { font-size: 40px; font-weight: 800; margin: 0; line-height: 1; }
.about-year-label { font-size: 14px; font-weight: 600; text-transform: uppercase; letter-spacing: 1px; color:#fff; }

.fun-fact-section { padding: 60px 0; background-color: #f8f9fa; }
.fact-icon { font-size: 45px; color: #1E79BB; margin-bottom: 15px; }
.fact-count { font-size: 36px; font-weight: 800; color: #222; }
.fact-title { font-size: 16px; color: #666; margin-top: 10px; }

.gallery-section { padding: 80px 0; background: #fff; }
.gallery-item { overflow: hidden; border-radius: 8px; box-shadow: 0 4px 15px rgba(0,0,0,0.1); }
.gallery-item img { width: 100%; height: 240px; object-fit: cover; transition: transform 0.4s; display: block; }
.gallery-section a:hover .gallery-item img { transform: scale(1.05); }

.sponsors-section { padding: 60px 0; background: #f8f9fa; }

/* --- CATALOG SIDEBAR --- */
.catalog-sidebar-widget { background: #fff; border: 1px solid #f0f2f5; border-radius: 12px; padding: 25px 20px; box-shadow: 0 4px 20px rgba(0,0,0,0.04); margin-bottom: 40px;}
.catalog-widget-title { font-size: 20px; font-weight: 800; color: #222; margin-bottom: 25px; position: relative; padding-bottom: 12px; display: flex; align-items: center; }
.catalog-widget-title i { color: #1E79BB; margin-right: 10px; font-size: 18px; }
.catalog-widget-title::after { content: ''; position: absolute; left: 0; bottom: 0; width: 40px; height: 3px; background: #1E79BB; border-radius: 2px; }

.catalog-cat-list { margin: 0; padding: 0; list-style: none; }
.catalog-cat-item { margin-bottom: 5px; border-bottom: 1px solid #f9f9f9; }
.catalog-cat-item:last-child { border-bottom: none; margin-bottom: 0; }

.catalog-cat-link { display: flex; align-items: center; justify-content: space-between; padding: 12px 10px; color: #444; font-weight: 600; font-size: 15px; transition: all 0.3s ease; text-decoration: none !important; border-radius: 6px; cursor: pointer; border: none; background: transparent; width: 100%; text-align: left; }
.catalog-cat-link:hover, .catalog-cat-link.active, .catalog-cat-link[aria-expanded="true"] { color: #1E79BB; background: rgba(30,121,187,0.05); }

.catalog-cat-link .cat-name-wrap { display: flex; align-items: center; flex: 1;padding:0 10px 0 0 }
.catalog-cat-link i.fa-angle-right { color: #1E79BB; font-size: 14px; width: 22px; transition: 0.3s; }
.catalog-cat-link:hover i.fa-angle-right, .catalog-cat-link.active i.fa-angle-right, .catalog-cat-link[aria-expanded="true"] i.fa-angle-right { margin-left: 5px; width: 17px; }

.catalog-cat-link .toggle-icon { font-size: 12px; color: #999; transition: transform 0.4s ease-in-out, color 0.4s ease-in-out; margin-left: 25px; transform-origin: center; display: inline-block; text-align: center; }
.catalog-cat-link[aria-expanded="true"] .toggle-icon { transform: rotate(180deg); color: #1E79BB; }

.catalog-subcat-list { padding: 10px 0 15px 32px; margin: 0; list-style: none; }
.catalog-subcat-list li { margin-bottom: 8px; }
.catalog-subcat-list li:last-child { margin-bottom: 0; }
.catalog-subcat-link { color: #777; font-size: 14px; text-decoration: none !important; transition: 0.3s; position: relative; padding-left: 15px; display: block; line-height: 1.4;}
.catalog-subcat-link::before { content: ''; position: absolute; left: 0; top: 8px; width: 6px; height: 6px; border-radius: 50%; background: #ddd; transition: 0.3s; }
.catalog-subcat-link:hover, .catalog-subcat-link.active { color: #1E79BB; }
.catalog-subcat-link:hover::before, .catalog-subcat-link.active::before { background: #1E79BB; }


/* --- NOTÍCIAS / BLOG CSS --- */
.news-page-container { padding: 100px 0; }

.news-widget-wrapper { background: #fdfdfd; padding: 30px; border: 1px solid #eee; border-radius: 8px; }

.news-card { margin-bottom: 40px; background: #fff; border-radius: 8px; }
.news-card .image { position: relative; }
.news-card .image img { width: 100%; display: block; }
.news-card-content { padding: 30px; }
.news-meta { color: #888; font-size: 14px; margin-bottom: 15px; }
.news-title { font-size: 24px; font-weight: 700; margin-bottom: 15px; }
.news-title a { color: #222; text-decoration: none; transition: 0.3s; }
.news-title a:hover { color: #1E79BB; }
.news-desc { color: #666; line-height: 1.8; margin-bottom: 25px; }
.news-btn { padding: 10px 25px; border-radius: 4px; }

.news-pagination { list-style: none; padding: 0; text-align: center; margin-top: 50px; }
.news-pagination li { display: inline-block; margin: 0 5px; }
.news-pagination li a { display: block; width: 45px; height: 45px; line-height: 45px; background: #f5f5f5; color: #333; font-weight: 700; border-radius: 3px; transition: 0.3s; text-decoration: none; }
.news-pagination li a.active, .news-pagination li a:hover { background: #1E79BB; color: #fff; }

.news-search-box { position: relative; margin-bottom: 40px;}
.news-search-box input { width: 100%; padding: 15px 50px 15px 20px; border: 1px solid #ddd; border-radius: 5px; font-size: 14px; }
.news-search-box button { position: absolute; right: 0; top: 0; width: 50px; height: 100%; border: none; background: #1E79BB; color: #fff; border-radius: 0 5px 5px 0; cursor: pointer; transition: 0.3s;}
.news-search-box button:hover { background: #0d4a73; }

.news-sidebar-title { font-size: 20px; font-weight: 700; position: relative; padding-bottom: 10px; margin-bottom: 25px; }
.news-sidebar-title::after { content: ''; position: absolute; left: 0; bottom: 0; width: 40px; height: 3px; background: #1E79BB; border-radius: 2px; }

.news-cat-list { list-style: none; padding: 0; margin: 0; }
.news-cat-item { margin-bottom: 12px; }
.news-cat-item:last-child { margin-bottom: 0; }
.news-cat-link { color: #666; font-size: 15px; display: flex; justify-content: space-between; align-items: baseline; gap: 12px; border-bottom: 1px dashed #ddd; padding-bottom: 12px; transition: 0.3s; text-decoration: none !important;}
.news-cat-link.active { color: #1E79BB; font-weight: 600; }
.news-cat-link:hover { color: #1E79BB; }
.news-cat-name { flex: 1 1 auto; min-width: 0; }
.news-cat-link span.count { flex-shrink: 0; color: #999;position:absolute;right:0 }

.news-tag-wrap { display: flex; flex-wrap: wrap; }
.news-tag { display: inline-block; font-size: 13px; color: #666; background: #f5f5f5; padding: 6px 15px; margin: 0 5px 10px 0; border-radius: 3px; transition: 0.3s; text-decoration: none !important;}
.news-tag:hover { background: #1E79BB; color: #fff; }



/* --- SERVIÇOS CSS --- */
.servicos-page-section { padding: 100px 0; }
.servicos-card { background: #fff; overflow: hidden; height: 100%; transition: 0.3s; }
.servicos-card:hover { box-shadow: 0 10px 30px rgba(0,0,0,0.08) !important; transform: translateY(-5px); }
.servicos-img-top { width: 100%; height: 250px; object-fit: cover; }
.servicos-card-body { padding: 30px; }
.servicos-title { font-size: 22px; font-weight: 700; margin-bottom: 15px; }
.servicos-title a { color: #222; text-decoration: none; transition: 0.3s; }
.servicos-title a:hover { color: #1E79BB; }
.servicos-desc { color: #666; margin-bottom: 25px; line-height: 1.7; }
.servicos-link { color: #1E79BB; font-weight: 700; text-decoration: none; }

/* Servicos Detalhes - Sidebar */
.servicos-sidebar-widget { margin-bottom: 40px; background: #fdfdfd; padding: 30px; border: 1px solid #eee; border-radius: 8px; }
.servicos-cat-list { list-style: none; padding: 0; margin: 0; }
.servicos-cat-item { margin-bottom: 10px; }
.servicos-cat-link { background: #f5f5f5; color: #333; display: block; padding: 12px 20px; font-weight: 600; border-radius: 4px; transition: 0.3s; text-decoration: none; }
.servicos-cat-link:hover { background: #eee; color: #222; }
.servicos-cat-link.active { background: #1E79BB; color: #fff; font-weight: 700; }
.servicos-sidebar-title { font-size: 20px; font-weight: 700; position: relative; padding-bottom: 10px;}
.servicos-sidebar-title::after { content: ''; position: absolute; left: 0; bottom: 0; width: 40px; height: 3px; background: #1E79BB; border-radius: 2px; }

.servicos-brochure-btn { display: flex; align-items: center; background: #f5f5f5; padding: 15px 20px; border-radius: 4px; color: #333; font-weight: 600; margin-bottom: 10px; transition: 0.3s; border: 1px solid #eee; text-decoration: none; }
.servicos-brochure-btn:hover { background: #1E79BB; color: #fff; border-color: #1E79BB; }
.servicos-brochure-btn i { color: #1E79BB; font-size: 20px; margin-right: 15px; transition: 0.3s; }
.servicos-brochure-btn:hover i { color: #fff; }

.servicos-cta-widget { background-size: cover; background-position: center; padding: 40px 30px; text-align: center; border-radius: 8px; position: relative; overflow: hidden; margin-bottom: 40px; }
.servicos-cta-overlay { position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(34, 34, 34, 0.85); z-index: 0; }
.servicos-cta-content { position: relative; z-index: 1; }
.servicos-cta-icon { color: #1E79BB; font-size: 50px; margin-bottom: 20px; }
.servicos-cta-title { color: #fff; font-size: 22px; font-weight: 700; margin-bottom: 15px; }
.servicos-cta-text { color: rgba(255,255,255,0.8); margin-bottom: 25px; }
.servicos-cta-btn { background: #1E79BB; padding: 12px 25px; color: #fff !important; font-weight: 700; text-transform: uppercase; border-radius: 4px; display: inline-block; text-decoration: none; transition: 0.3s;}
.servicos-cta-btn:hover { background: #fff; color: #1E79BB !important; }

/* Servicos Detalhes - Main Content */
.servicos-detail-box { background: #fff; padding: 40px; margin-bottom: 40px; }
.servicos-detail-img { border-radius: 4px; overflow: hidden; width: 100%; }
.servicos-detail-subtitle { color: #1E79BB; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; }
.servicos-detail-title { font-size: 36px; font-weight: 800; color: #222; margin-top: 5px; margin-bottom: 25px; }
.servicos-detail-lead { font-size: 18px; font-weight: 600; color: #444; line-height: 1.6; border-left: 4px solid #1E79BB; padding-left: 20px; margin-bottom: 25px; }
.servicos-detail-text { color: #666; line-height: 1.8; margin-bottom: 30px;}
.servicos-feature-list { padding: 0; margin-bottom: 30px; }
.servicos-feature-item { margin-bottom: 15px; position: relative; padding-left: 30px; font-size: 15px; line-height: 1.6; color: #444; }
.servicos-feature-icon { position: absolute; left: 0; top: 2px; color: #1E79BB; font-size: 18px; }



/* --- MISSION & VISION SECTION --- */
.mvv-section { padding: 80px 0; background: #fdfdfd; }
.mvv-block { margin-bottom: 30px; position: relative;}
.mvv-inner { background: #fff; padding: 40px 30px; border-radius: 8px; box-shadow: 0 5px 20px rgba(0,0,0,0.05); border: 1px solid #f0f0f0; transition: all 0.4s ease; height: 100%; position: relative; z-index: 1;}

.mvv-inner::before { content: ''; position: absolute; left: 0; bottom: 0; width: 100%; height: 0; background: #1E79BB; border-radius: 8px; transition: all 0.4s ease; z-index: -1; }
.mvv-inner:hover::before { height: 100%; }

.mvv-icon { width: 80px; height: 80px; line-height: 80px; text-align: center; font-size: 35px; color: #1E79BB; background: rgba(30,121,187,0.1); border-radius: 50%; margin: 0 auto 25px; transition: all 0.4s ease; display:block; margin-inline:auto; }
.mvv-inner:hover .mvv-icon { background: #fff; color: #1E79BB; transform: translateY(-3px); }

.mvv-title { font-size: 24px; font-weight: 800; color: #222; margin-bottom: 15px; transition: all 0.3s ease; text-align: center; }
.mvv-inner:hover .mvv-title { color: #fff; }

.mvv-text { color: #666; font-size: 15px; line-height: 1.8; transition: all 0.3s ease; text-align: center;}
.mvv-inner:hover .mvv-text { color: rgba(255,255,255,0.9); }

.mvv-list { list-style: none; padding: 0; margin: 0; text-align: left; margin-top: 15px;}
.mvv-list li { margin-bottom: 8px; position: relative; padding-left: 20px; transition: all 0.3s ease; color: #666; font-size: 14px;}
.mvv-inner:hover .mvv-list li { color: rgba(255,255,255,0.9); }
.mvv-list li i { position: absolute; left: 0; top: 4px; color: #1E79BB; font-size: 12px; transition: all 0.3s ease;}
.mvv-inner:hover .mvv-list li i { color: #fff; }

/* --- CARROSSEL DE CLIENTES NAV --- */
.sponsors-carousel-wrap .owl-nav { display: flex !important; justify-content: center; gap: 15px; margin-top: 30px;}
.sponsors-carousel-wrap .owl-nav .owl-prev,
.sponsors-carousel-wrap .owl-nav .owl-next { width: 45px; height: 45px; background: rgba(30,121,187,0.1) !important; color: #1E79BB !important; border-radius: 50%; display: flex; align-items: center; justify-content: center; transition: all 0.3s ease; font-size: 18px !important; border:none; outline:none; }
.sponsors-carousel-wrap .owl-nav .owl-prev:hover,
.sponsors-carousel-wrap .owl-nav .owl-next:hover { background: #1E79BB !important; color: #fff !important; transform: translateY(-3px); box-shadow: 0 5px 15px rgba(30,121,187,0.3); }

/* Hide dots since we use nav now */
.sponsors-carousel-wrap .owl-dots { display: none !important; }



/* =========================================================
   RESPONSIVE DESIGN (TABLETS & MOBILE)
   ========================================================= */

@media (max-width: 991px) {
    /* Global Adjustments */
    .sec-title-blue .text-lead-gray, .about-text-lead { font-size: 18px !important; }
    .sec-heading-dark { font-size: 32px !important; }
    
    /* Layout */
    .certifications-section, .about-section, .history-intro-section, .htl-section, .servicos-page-section, .news-page-container, .mvv-section { padding: 60px 0 !important; }

    /* MVV */
    .mvv-inner { padding: 30px 20px !important; }
    .mvv-title { font-size: 20px !important; }
}

@media (max-width: 767px) {
    /* Global Typography */
    .sec-heading-dark { font-size: 28px !important; line-height: 1.3 !important; }
    .sec-title-blue .text-lead-gray, .about-text-lead { font-size: 16px !important; line-height: 1.5 !important; }
    p, .text-body-gray, .about-text-body, .htl-desc, .news-desc, .mvv-text, .servicos-detail-text { font-size: 14px !important; line-height: 1.6 !important; }
    
    /* Padding & Spacing */
    .certifications-section, .about-section, .history-intro-section, .htl-section, .servicos-page-section, .news-page-container, .mvv-section, .dashboard-section { padding: 40px 0 !important; }
    
    /* Certificacoes */
    .cert-box { padding: 25px 20px !important; margin-bottom: 20px; }
    
    /* Empresa / About */
    .about-image-primary, .about-image-secondary { margin-bottom: 20px; }
    .fun-fact-section .fact-count { font-size: 36px !important; }
    .history-stat-box { padding: 15px 10px !important; }
    .history-stat-num { font-size: 28px !important; }
    
    /* Serviços */
    .servicos-detail-title { font-size: 26px !important; }
    .servicos-cta-widget, .servicos-detail-box { padding: 30px 20px !important; }
    .servicos-feature-list { padding-left: 0; }
    
    /* Catalogo Sidebar (already responsive, but tweak fonts if needed) */
    .catalog-sidebar-widget { padding: 20px 15px !important; }
    .catalog-widget-title { font-size: 18px !important; }
    
    /* Blog */
    .news-card-content { padding: 20px !important; }
    .news-title { font-size: 20px !important; }
    
    /* Area Restrita */
    .dashboard-section .document-card { padding: 20px !important; }
}


/* ═══════════════════════════════════════════════════
   POLÍTICA DE QUALIDADE
═══════════════════════════════════════════════════ */
.qualidade-section { padding: 100px 0; background-color: #fdfdfd; }
.qualidade-subtitle { color: #1E79BB; font-weight: 700; letter-spacing: 2px; }
.qualidade-title { font-size: 36px; color: #222; font-weight: 800; }
.qualidade-blockquote { font-size: 24px; color: #0056b3; margin-bottom: 30px; font-weight: 600; font-style: italic; background: #fff; border-left: 5px solid #1E79BB; padding: 30px; border-radius: 5px; }
.qualidade-body { font-size: 16px; color: #666; line-height: 1.8; }
.qualidade-feature-box { background:#fff; padding: 40px 30px; border-radius: 8px; transition: all 0.3s ease; }
.qualidade-feature-box:hover { transform: translateY(-10px); box-shadow: 0 15px 35px rgba(0,0,0,0.1) !important; }
.qualidade-icon-box { width: 80px; height: 80px; line-height: 80px; border-radius: 50%; margin: 0 auto 20px; font-size: 40px; display: flex; align-items: center; justify-content: center; }
.qualidade-icon-box.blue { background: rgba(30,121,187,0.1); color: #1E79BB; }
.qualidade-icon-box.navy { background: rgba(0,86,179,0.1); color: #0056b3; }
.qualidade-icon-box.green { background: rgba(40,167,69,0.1); color: #28a745; }
.qualidade-feature-title { font-weight: 700; color: #222; margin-bottom: 15px; }
.qualidade-feature-text { color: #666; font-size: 15px; margin: 0; line-height: 1.6; }
.qualidade-card-primary { border-bottom: 3px solid #1E79BB !important; }
.qualidade-card-navy { border-bottom: 3px solid #0056b3 !important; }
.qualidade-card-green { border-bottom: 3px solid #28a745 !important; }

/* ═══════════════════════════════════════════════════
   CLIENTES PAGE
═══════════════════════════════════════════════════ */
.clientes-section { padding: 80px 0; background: #fff; }
.clientes-subtitle { color: #1E79BB; font-weight: 700; letter-spacing: 2px; }

/* ═══════════════════════════════════════════════════
   CONTATO FORM
═══════════════════════════════════════════════════ */
.contact-page-section { padding: 100px 0; }
.contact-info-item { margin-bottom: 25px; }
.contact-info-icon { color:#fff; font-size:20px; float:left; margin-right:15px; margin-top:5px; }
.contact-social-links { list-style: none; padding: 0; display: flex; gap: 10px; }
.contact-social-link { display:inline-block; width:40px; height:40px; line-height:40px; text-align:center; background:#f5f5f5; border-radius:50%; color:#222; transition:0.3s; }
.contact-social-link:hover { background: #1E79BB; color: #fff; }
.contact-form-subtitle { color: #1E79BB; font-weight: 700; letter-spacing: 2px; }
.contact-form-box { background: #fdfdfd; padding: 40px; border-radius: 8px; border: 1px solid #eee; box-shadow: 0 10px 30px rgba(0,0,0,0.03); }
.contact-form-input { border-radius: 4px !important; padding: 15px !important; border: 1px solid #ddd !important; font-size: 14px !important; background: #fff !important; }
.contact-lgpd-check { font-size: 13px; }
.contact-submit-btn { padding: 15px !important; font-size: 16px !important; font-weight: 700 !important; border-radius: 4px !important; }

/* ═══════════════════════════════════════════════════
   NOTICIA DETALHE (BLOG)
═══════════════════════════════════════════════════ */
.blog-detail-sidebar { background: #fdfdfd; padding: 30px; border: 1px solid #eee; border-radius: 8px; }
.blog-detail-meta { color: #888; font-size: 14px; margin-bottom: 15px; }
.blog-detail-title { font-size: 32px; font-weight: 800; color: #222; margin-bottom: 20px; }
.blog-detail-text { color: #666; line-height: 1.8; font-size: 16px; }
.blog-detail-h3 { font-size: 24px; font-weight: 700; color: #222; margin: 40px 0 20px; }
.blog-detail-blockquote { background: #f9f9f9; border-left: 5px solid #1E79BB; font-size: 20px; font-style: italic; color: #0056b3; line-height: 1.6; }
.blog-detail-quote-icon { position: absolute; left: 0; top: 0; font-size: 40px; z-index: 0; }
.blog-detail-quote-text { z-index: 1; padding-left: 50px; }
.blog-post-share { border-top: 1px solid #eee; }
.blog-social-link { color:#222; transition: 0.3s; }
.blog-social-link:hover { color: #1E79BB !important; }
.blog-sidebar-title { font-size: 20px; font-weight: 700; position: relative; padding-bottom: 10px; margin-bottom: 25px; }
.blog-sidebar-title::after { content: ''; position: absolute; left: 0; bottom: 0; width: 40px; height: 3px; background: #1E79BB; }
.blog-cat-link { color: #666; font-size: 15px; display: flex; justify-content: space-between; align-items: baseline; gap: 12px; border-bottom: 1px dashed #ddd; padding-bottom: 12px; transition: 0.3s; margin-bottom: 12px; }
.blog-cat-link:hover, .blog-cat-link.active { color: #1E79BB; }
.blog-cat-name { flex: 1 1 auto; min-width: 0; }
.blog-cat-count { flex-shrink: 0; color: #999;right:0;position:absolute; }
.blog-recent-thumb { width: 80px; height: 80px; flex-shrink: 0; border-radius: 4px; overflow: hidden; }
.blog-recent-thumb img { width: 100%; height: 100%; object-fit: cover; }
.blog-recent-title { color: #222; font-weight: 700; font-size: 15px; line-height: 1.4; display: block; margin-bottom: 5px; transition: 0.3s; }
.blog-recent-title:hover { color: #1E79BB; }
.blog-recent-date { font-size: 13px; }
.blog-tag-link { display: inline-block; font-size: 13px; color: #666; background: #f5f5f5; padding: 6px 15px; margin: 0 5px 10px 0; border-radius: 3px; transition: 0.3s; }
.blog-tag-link:hover { background: #1E79BB !important; color: #fff !important; }
.blog-search-wrap { margin-bottom: 40px; }
.blog-search-input { width: 100%; padding: 15px 50px 15px 20px !important; border: 1px solid #ddd !important; border-radius: 5px !important; font-size: 14px !important; }
.blog-search-btn { position: absolute; right: 0; top: 0; width: 50px; height: 100%; border: none; background: #1E79BB; color: #fff; border-radius: 0 5px 5px 0; }
.blog-sidebar-section { margin-bottom: 40px; }

/* ═══════════════════════════════════════════════════
   HISTORICO CTA
═══════════════════════════════════════════════════ */
.historico-cta-section { background: #0d4a73; padding: 70px 0; }
.historico-cta-title { color: #fff; font-size: 30px; font-weight: 700; margin-bottom: 15px; }
.historico-cta-text { color: rgba(255,255,255,0.75); font-size: 18px; margin-bottom: 35px; }

/* ═══════════════════════════════════════════════════
   TIMELINE TITLE
═══════════════════════════════════════════════════ */
.timeline-title { font-size: 20px; font-weight: 700; color: #222; margin-bottom: 15px; }


/* Trabalhe Conosco extra */
.contact-curriculo-label { font-size: 13px; font-weight: 600; color: #444; margin-bottom: 8px; display: block; }

/* ═══════════════════════════════════════════════════
   GALERIA DE SERVIÇOS
═══════════════════════════════════════════════════ */
.servico-gallery { border-top: 1px solid #eee; padding-top: 40px; }
.servico-gallery-item { border-radius: 8px; overflow: hidden; box-shadow: 0 4px 15px rgba(0,0,0,0.08); position: relative; }
.servico-gallery-item::after { content: '\f002'; font-family: 'Font Awesome 5 Free'; font-weight: 900; position: absolute; inset: 0; background: rgba(30,121,187,0.7); color: #fff; font-size: 28px; display: flex; align-items: center; justify-content: center; opacity: 0; transition: opacity 0.3s ease; pointer-events: none; }
.servico-gallery-item:hover::after { opacity: 1; }
.servico-gallery-img { width: 100%; height: 100px; object-fit: cover; display: block; transition: transform 0.4s ease; }
.servico-gallery-item:hover .servico-gallery-img { transform: scale(1.05); }

/* ═══════════════════════════════════════════════════
   PRODUTO DETALHES (SUBSTITUINDO INLINE CSS)
═══════════════════════════════════════════════════ */
.shop-single-section { padding: 80px 0; }

.product-main-image {
    background: #fff;
    border: 1px solid #eaeaea;
    box-shadow: 0 5px 25px rgba(0,0,0,0.04);
    border-radius: 10px;
    width: 100%;
    aspect-ratio: 1 / 1;
    cursor: zoom-in;
    position: relative;
    overflow: hidden;
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.product-main-image img { max-width: 85%; max-height: 85%; width: auto; height: auto; object-fit: contain; }

.product-thumb-item {
    width: 80px; 
    height: 80px; 
    border-radius: 6px; 
    margin:0 7px 7px 7px;
    overflow: hidden; 
    border: 2px solid #e9ecef; 
    cursor: pointer; 
    transition: all 0.3s;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-thumb-item.active { border-color: #1E79BB; }

.product-thumb-item img {
    max-width: 85%;
    max-height: 85%;
    width: auto;
    height: auto;
    object-fit: contain;
}

.product-header .badge-novo { background: #28a745; color: #fff; font-size: 12px; padding: 5px 12px; border-radius: 3px; font-weight: 700; letter-spacing: 1px; }
.product-header .badge-destaque { background: #1E79BB; color: #fff; font-size: 12px; padding: 5px 12px; border-radius: 3px; font-weight: 700; letter-spacing: 1px; }
.product-header h2 { font-size: 30px; color: #222; font-weight: 800; margin: 10px 0 5px; line-height: 1.3; }

.product-category { font-size: 14px; color: #888; }
.product-category a { color: #1E79BB; font-weight: 600; }
.product-category .sep { color: #666; margin: 0 5px; }

hr.product-sep { border-color: #eee; }

.product-description { color: #555; font-size: 15px; line-height: 1.8; }

.product-actions { gap: 12px; }
.product-actions .btn-pdf { background: #1E79BB; color: #fff; padding: 12px 22px; border-radius: 5px; font-weight: 700; font-size: 14px; transition: all 0.3s; }
.product-actions .btn-whats {max-width: 370px;width: 100%; background: #28a745; color: #fff; padding: 12px 22px; border-radius: 5px; font-weight: 700; font-size: 14px; transition: all 0.3s; }
.product-actions .btn-data { background: #343a40; color: #fff; padding: 12px 22px; border-radius: 5px; font-weight: 700; font-size: 14px; transition: all 0.3s; }
.product-actions .btn:hover { opacity: 0.9; transform: translateY(-2px); box-shadow: 0 5px 15px rgba(0,0,0,0.2); color:#fff;}

.product-meta { border-top: 1px solid #eee; margin-top: 1.5rem; padding-top: 1rem; }
.product-meta ul { list-style: none; padding: 0; margin: 0; font-size: 14px; color: #666; line-height: 2.2; }
.product-meta ul strong { color: #333; min-width: 140px; display: inline-block; }
.product-meta ul .sku-val { color: #1E79BB; font-weight: 600; }

.prod-tabs .nav-tabs { border-bottom: 2px solid #ddd; border-top: 0; background: transparent; }
.tab-btns .tab-btn { font-size: 16px; cursor: pointer; padding: 1rem; font-weight: bold; color: #333; }
.tab-btns .tab-btn:hover { color: #1E79BB !important; }
.tab-btns .active-btn { color: #1E79BB; border-bottom: 3px solid #1E79BB; }
.tabs-content-box { background: #fff; min-height: 200px; color: #555; line-height: 1.8; padding: 1.5rem; border: 1px solid #dee2e6; border-top: 0; margin-bottom: 3rem; box-shadow: 0 .125rem .25rem rgba(0,0,0,.075); }

/* Estilização elegante do NAV do Carrossel de Produto */
.product-main-image .owl-nav { position: static; margin-top: 0 !important; }
.product-main-image .owl-prev, .product-main-image .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 45px;
    height: 45px;
    background-color: rgba(255, 255, 255, 0.8) !important;
    color: #555 !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-size: 20px !important;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease !important;
    margin: 0 !important;
    padding: 0 !important;
}
.product-main-image:hover .owl-prev, .product-main-image:hover .owl-next {
    opacity: 1;
    visibility: visible;
}
.product-main-image .owl-prev:hover, .product-main-image .owl-next:hover {
    background-color: #1E79BB !important;
    color: #fff !important;
    box-shadow: 0 4px 15px rgba(30,121,187,0.3);
}
.product-main-image .owl-prev { left: 15px; }
.product-main-image .owl-next { right: 15px; }

/* Responsividade Produto Detalhes */
@media (max-width: 768px) {
    .shop-single-section { padding: 40px 0; }
    .product-main-image { min-height: 280px; }
    .product-main-image img { max-height: 300px; }
    
    /* Setas sempre visíveis e menores no mobile */
    .product-main-image .owl-prev, .product-main-image .owl-next {
        opacity: 1;
        visibility: visible;
        width: 35px;
        height: 35px;
        font-size: 16px !important;
        left: 5px; background-color: rgba(255,255,255,0.95) !important;
    }
    .product-main-image .owl-next { right: 5px; left: auto; }

    .product-header h2 { font-size: 24px; }
    .product-actions { flex-direction: column; width: 100%; }
    .product-actions .btn { width: 100%;text-align: center; }
}

/* ═══════════════════════════════════════════════════
   CATÁLOGO LISTAGEM (SUBSTITUINDO INLINE CSS)
═══════════════════════════════════════════════════ */
.shop-page-section { padding: 80px 0; }

.catalog-search-widget {
    border: 2px solid #0056b3; 
    border-radius: 8px; 
    padding: 25px; 
    margin-bottom: 40px; 
    background: #fdfdfd; 
    position: relative; 
    overflow: hidden;
}
.catalog-search-accent {
    position: absolute; 
    top: 0; 
    right: 0; 
    width: 60px; 
    height: 60px; 
    background: rgba(0, 86, 179, 0.05); 
    border-bottom-left-radius: 100%;
}
.catalog-search-title {
    color: #002d5c; 
    font-weight: 700; 
    margin-bottom: 20px; 
    font-size: 18px;
}
.catalog-search-icon {
    color: #0056b3; 
    margin-right: 8px;
}
.catalog-search-subtitle {
    font-size: 12px; 
    color: #666; 
    margin-bottom: 20px;
}
.catalog-search-group {
    position: relative;
}
.catalog-search-input {
    width: 100%; 
    border: 1px solid #ddd; 
    padding: 12px 45px 12px 15px; 
    border-radius: 4px; 
    font-size: 14px; 
    background: #fff;
}
.catalog-search-btn {
    position: absolute; 
    right: 10px; 
    top: 10px; 
    background: none; 
    border: none; 
    color: #0056b3; 
    font-size: 18px; 
    cursor: pointer;
}
.catalog-search-select {
    width: 100%; 
    border: 1px solid #ddd; 
    padding: 12px 40px 12px 15px; 
    border-radius: 4px; 
    font-size: 14px; 
    color: #555;
    appearance: none;
    -webkit-appearance: none;
    background: #fff url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 140 140'%3E%3Cpath fill='%23666' d='M30 50 L70 90 L110 50 Z'/%3E%3C/svg%3E") no-repeat right 15px center;
    background-size: 12px;
}
.catalog-search-submit {
    padding: 10px;
}

.catalog-topbar-select {
    width: auto; 
    min-width: 250px; /* Increased from 230 to prevent text cutoff */
    padding: 10px 45px 10px 15px !important;
    border-radius: 4px;
    line-height: 17px;
    border: 1px solid #ddd;
    color: #555;
    appearance: none;
    -webkit-appearance: none;
    background: #fff url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 140 140'%3E%3Cpath fill='%23666' d='M30 50 L70 90 L110 50 Z'/%3E%3C/svg%3E") no-repeat right 15px center !important;
    background-size: 12px !important;
}

/* Sidebar Off-canvas on Mobile */
@media (max-width: 991px) {
    #catalogSidebar {
        position: fixed;
        top: 0;
        left: -320px;
        width: 320px;
        max-width: 100%;
        height: 100vh;
        background: #fff;
        z-index: 99999;
        overflow-y: auto;
        padding: 40px 20px;
        box-shadow: 5px 0 25px rgba(0,0,0,0.1);
        transition: left 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    }
    #catalogSidebar.show-mobile-sidebar {
        left: 0;
    }
    .sidebar-close-btn {
        position: absolute;
        top: 15px;
        right: 15px;
        font-size: 16px;
        cursor: pointer;
        color: #333;
        z-index: 10;
        font-weight: bold;
    }
    .catalog-mobile-filter-btn {
        background: #fdfdfd;
        color: #1E79BB;
        border: 2px solid #1E79BB;
        border-radius: 8px;
        padding: 12px 15px;
        font-size: 16px;
        font-weight: 700;
        transition: all 0.3s ease;
    }
    .catalog-mobile-filter-btn:hover {
        background: #1E79BB;
        color: #fff;
    }
}


.product-block .image-box .image {
    background-color: #fff !important;
    aspect-ratio: 1 / 1 !important;
    width: 100%;
    overflow: hidden;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}
.product-block .image-box .image a {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100%;
    height: 100%;
}
.catalog-product-img {
    max-width: 85% !important;
    max-height: 85% !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain !important;
    display: block !important;
    margin: 0 auto !important;
}

.catalog-empty-icon {
    font-size: 40px; 
    color: #ccc;
}
.catalog-hover-shadow { box-shadow: 0 4px 6px rgba(0,0,0,0.05); }

/* --- BREADCRUMB CSS OVERRIDE --- */
.page-banner .bread-crumb,
.page-banner .bread-crumb li,
.page-banner .bread-crumb li a {
    color: #fff !important;
}

/* --- FIX DE SOMBRA CORTADA EM CARROSSEIS --- */
.owl-carousel .owl-stage-outer {
    padding: 20px 10px !important;
    margin: -20px -10px !important;
}

/* ============================================================
   PADRONIZAÇÃO DO EDITOR DE TEXTO (RichTextUploadingField) 
   ============================================================ */
.html-text { word-break: break-word; font-family: inherit; font-size: 16px; line-height: 26px; color: #555; }
.html-text::after { content: " "; display: table; clear: both; }
.html-text .wrapper { padding: 0 10px; }
.html-text h1, .html-text h2, .html-text h3, .html-text h4, .html-text h5 { margin-bottom: 25px; letter-spacing: -.60px; color: #1E79BB; font-weight: 700; margin: 25px 0; }
.html-text h1 { font-size: 36px; line-height: 44px; color: #1E79BB; }
.html-text h2 { font-size: 28px; line-height: 36px; color: #1E79BB; }
.html-text h3 { font-size: 24px; line-height: 32px; }
.html-text h4 { font-size: 20px; line-height: 28px; }
.html-text p { margin-bottom: 15px; font-size: 16px; line-height: 1.8; color: #666; }
.html-text p:last-child { margin: 0; }
.html-text a { transition: all 0.1s ease-out; color: #1E79BB; font-weight: 600; text-decoration: none; }
.html-text a:hover { color: #0d4a73; text-decoration: underline; }
.html-text img { max-width: 100%; height: auto !important; border-radius: 4px; margin-bottom: 15px; }
.html-text iframe { max-width: 100%; margin-bottom: 15px; }

.html-text table {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
    border: 1px solid #ddd;
    border-collapse: collapse;
    background: #fff;
}

.html-text table tbody tr:nth-child(even) {
    background-color: #f6f6f6;
}

.html-text table td,
.html-text table th {
    vertical-align: top;
    padding: 12px 15px;
    border: 1px solid #ddd;
}

.html-text table th {
    background-color: #1E79BB;
    color: #fff;
    font-weight: 600;
}

@media (max-width: 768px) {
    .html-text table {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        white-space: nowrap;
        margin-bottom: 20px;
    }

    .html-text table td,
    .html-text table th {
        padding: 10px 12px;
        font-size: 13px;
    }
}

.html-text ul, .html-text ol { padding-left: 25px; margin-bottom: 20px; }
.html-text ul li, .html-text ol li { list-style-type: square; font-size: 16px; line-height: 1.8; margin-bottom: 10px; color: #666; }





/* --- NOVO MENU LATERAL (OFF-CANVAS) MODERNO --- */
.mobile-nav-overlay,
.mobile-nav-sidebar {
    display: none !important;
}

@media (max-width: 991px) {
    .mobile-nav-overlay,
    .mobile-nav-sidebar {
        display: block !important;
    }
    /* Esconde o menu Bootstrap padrão e o header-top */
    .main-header .header-top, 
    .navbar-collapse.collapse { 
        display: none !important; 
    }

    /* Película (Overlay) */
    .mobile-nav-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.6);
        backdrop-filter: blur(3px);
        z-index: 9999;
        opacity: 0;
        visibility: hidden;
        transition: all 0.4s ease;
    }

    body.mobile-nav-open .mobile-nav-overlay {
        opacity: 1;
        visibility: visible;
    }

    /* Sidebar Sidebar */
    .mobile-nav-sidebar {
        position: fixed;
        top: 0;
        left: -300px;
        width: 300px;
        height: 100%;
        background: #fff;
        z-index: 10000;
        transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
        box-shadow: 10px 0 30px rgba(0,0,0,0.1);
        padding: 30px 20px;
        overflow-y: auto;
    }

    body.mobile-nav-open .mobile-nav-sidebar {
        left: 0;
    }

    .mobile-nav-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 30px;
        border-bottom: 1px solid #eee;
        padding-bottom: 20px;
    }

    .mobile-nav-close {
        font-size: 24px;
        color: #333;
        cursor: pointer;
    }

    .mobile-nav-sidebar .navigation {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .mobile-nav-sidebar .navigation li {
        margin-bottom: 5px;
        border-bottom: 1px solid #f9f9f9;
    }

    .mobile-nav-sidebar .navigation li a {
        display: block;
        padding: 12px 10px;
        font-size: 16px;
        font-weight: 600;
        color: #222;
        transition: all 0.3s;
    }

    .mobile-nav-sidebar .navigation li a:hover {
        color: #1E79BB;
        padding-left: 15px;
    }

    .mobile-nav-sidebar .navigation li.dropdown > a::after {
        content: '\f107';
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        float: right;
    }

    .mobile-nav-sidebar .dropdown ul {
        display: none;
        padding-left: 15px;
        background: #fdfdfd;
        list-style: none;
    }

    .mobile-nav-sidebar .dropdown.active ul {
        display: block;
    }

    .mobile-nav-sidebar .dropdown ul li a {
        font-size: 14px;
        font-weight: 400;
        color: #666;
    }

    .mobile-header-info {
        margin-top: 30px;
        padding-top: 25px;
        border-top: 1px dashed #ddd;
    }
}

/* Garante que o botão de toggle apareça no mobile */
.navbar-toggler.mobile-nav-toggler {
    display: none;
}

@media (max-width: 991px) {
    /* Ajuste para o header mobile ficar em uma linha se possível */
    .main-header .header-upper .logo-outer {
        text-align: left !important;
        padding: 10px 0 !important;
        width: auto !important;
        float: left !important;
    }
    .main-header .header-upper .nav-outer {
        width: auto !important;
        float: right !important;
        margin-top: 5px !important;
    }

    .navbar-header {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        padding-right: 0;
        width: auto;
    }
    .navbar-toggler.mobile-nav-toggler {
        display: block !important;
        background: transparent !important;
        color: #1E79BB !important;
        padding: 5px 10px !important;
        border: none !important;
        box-shadow: none !important;
        font-size: 32px !important; /* Um pouco maior e mais sutil */
        outline: none !important;
        margin-top: 8px;
    }
    /* Removendo possíveis sombras de foco do Bootstrap */
    .navbar-toggler:focus { box-shadow: none !important; outline: none !important; }
}

/* --- BANNER INICIAL 100VH NO MOBILE --- */
@media (max-width: 767px) {
    .main-slider-owl,
    .main-slider-owl .hero-video-background,
    .main-slider-owl .hero-slide,
    .main-slider-owl .hero-content {
        height: 100vh !important;
        min-height: 100vh !important;
    }
   
    .navbar-toggler.mobile-nav-toggler {
        display: block !important;
        background: transparent !important;
        color: #1E79BB !important;
        padding: 5px 10px !important;
        border: none !important;
        box-shadow: none !important;
        font-size: 30px !important; /* Um pouco maior e mais sutil */
        outline: none !important;
        margin-top: -18px;
    }
    .main-slider-owl .hero-content {
        padding: 40px 20px !important;
        justify-content: center !important;
        margin-top: 0 !important;
        text-align: center;
        display: flex !important;
        flex-direction: column !important;
    }

    .box_banner {
        border-left: none !important;
        padding: 0 !important;
        margin: 0 auto !important;
        width: 100%;
        max-width: 320px;
    }
    .box_banner::before, .box_banner::after { display: none !important; }

    .main-slider-owl h2 {
        font-size: 28px !important;
        line-height: 1.1 !important;
        margin-bottom: 15px !important;
        font-weight: 800 !important;
    }
    .main-slider-owl .text {
        font-size: 16px !important;
        line-height: 1.4 !important;
        margin-bottom: 25px !important;
        font-weight: 500 !important;
        color: rgba(255,255,255,0.9) !important;
    }
    
    .main-slider-owl .link-box {
        position: relative !important;
        bottom: auto !important;
        left: auto !important;
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: wrap !important;
        justify-content: center !important;
        align-items: center !important;
        gap: 15px !important;
    }
    
    .main-slider-owl .icons-box {
        margin: 0 !important;
        display: flex !important;
        justify-content: center !important;
        gap: 15px !important;
    }
    .main-slider-owl .icons-box .icon {
        font-size: 36px !important;
        margin: 0 !important;
        opacity: 0.8;
    }
    
    .bt_banner {
        margin-bottom: 10px !important;
        width: 100%;
        max-width: 200px;
    }

    /* Carrossel de Produtos - Navegação abaixo */
    .products-carousel .owl-nav {
        position: relative !important;
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        margin-top: 30px !important;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        bottom: auto !important;
        gap: 20px !important;
    }
    .products-carousel .owl-nav button {
        position: relative !important;
        left: auto !important;
        right: auto !important;
        top: auto !important;
        margin: 0 !important;
        width: 45px !important;
        height: 45px !important;
        background: #fff !important;
        border: 1px solid #ddd !important;
        border-radius: 50% !important;
        color: #1E79BB !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        box-shadow: 0 4px 10px rgba(0,0,0,0.05) !important;
    }
    .products-carousel .owl-nav button span {
        font-size: 20px !important;
        line-height: normal !important;
    }
}

/* --- FOOTER NEWS WIDGET REFINEMENT --- */
.news-widget-block .image img {
    width: 70px !important;
    height: 70px !important;
    object-fit: cover !important;
    border-radius: 4px;
    display: block;
}
.news-widget-block .widget-inner {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}
.news-widget-block .image {
    flex-shrink: 0;
}
.news-widget-block h3 {
    margin-bottom: 5px !important;
    font-size: 15px !important;
    line-height: 1.4 !important;
}
.news-widget-block .post-date {
    font-size: 13px;
    color: #999;
}

/* ═══════════════════════════════════════════════════
   SUBCATEGORY / CATEGORY CARDS (NOVO FLUXO)
═══════════════════════════════════════════════════ */
.subcat-card {
    display: flex;
    flex-direction: column;
    text-decoration: none !important;
    color: inherit;
    height: 100%;
    width: 100%;
}

.subcat-card-inner {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 100%;
    border: 1px solid #f0f2f5;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.subcat-card:hover .subcat-card-inner {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.12);
    border-color: #1E79BB;
}

.subcat-card-image {
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    padding: 20px;
}

.subcat-card-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.5s ease;
}

.subcat-card:hover .subcat-card-image img {
    transform: scale(1.08);
}

.subcat-card-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #e8f0fe 0%, #f5f7fa 100%);
}

.subcat-card-placeholder i {
    font-size: 60px;
    color: #1E79BB;
    opacity: 0.3;
}

.subcat-card-content {
    padding: 25px 25px 30px;
    position: relative;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.subcat-card-content h3 {
    font-size: 18px;
    font-weight: 700;
    color: #222;
    margin-bottom: 8px;
    line-height: 1.3;
    transition: color 0.3s;
}

.subcat-card:hover .subcat-card-content h3 {
    color: #1E79BB;
}

.subcat-card-content p {
    font-size: 14px;
    color: #888;
    line-height: 1.5;
    margin-bottom: 0;
}

.subcat-card-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: auto !important;
    padding-top: 20px;
}

.subcat-card-count {
    font-size: 12px;
    font-weight: 700;
    color: #1E79BB;
    background: rgba(30,121,187,0.08);
    padding: 5px 12px;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: inline-block;
}

.subcat-card-arrow {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.subcat-card-arrow i {
    font-size: 14px;
    color: #999;
    transition: all 0.3s ease;
}

.subcat-card:hover .subcat-card-arrow {
    background: #1E79BB;
}

.subcat-card:hover .subcat-card-arrow i {
    color: #fff;
    transform: translateX(2px);
}

/* Força os itens do Carousel a terem alturas iguais */
.owl-carousel .owl-stage {
    display: flex;
    align-items: stretch;
}

.owl-carousel .owl-item {
    display: flex;
    align-items: stretch;
    float: none !important;
}

.owl-carousel .item {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

/* Categoria Header */
.categoria-header {
    background: #f8f9fa;
    padding: 25px 30px;
    border-radius: 8px;
    border-left: 4px solid #1E79BB;
}

.categoria-header-title {
    font-size: 32px;
    font-weight: 800;
    color: #1E79BB;
    margin-bottom: 15px;
    letter-spacing: -0.5px;
}

@media (max-width: 767px) {
    .categoria-header {
        padding: 20px;
    }
    .categoria-header-title {
        font-size: 20px;
        margin-bottom: 10px;
        letter-spacing: 0;
    }
}

.categoria-header p {
    margin: 0;
    font-size: 15px;
    line-height: 1.7;
}

/* Responsividade dos Cards */
@media (max-width: 767px) {
    .subcat-card-content { padding: 15px 20px 20px; }
    .subcat-card-content h3 { font-size: 16px; }
    .subcat-card-arrow { display: none; }
    .hero-owl .owl-item{justify-content: center !important;}
}

/* =========================================================
   Histórico sem banner de topo: o .main-header é absoluto e
   sobrepõe a 1ª seção — compensa com padding-top na faixa azul.
   (Precisa ficar após as media queries de padding acima.)
   ========================================================= */
.history-intro-section { padding-top: 200px !important; } /* 150px de header + 50px de respiro */

@media (max-width: 991px) {
    .history-intro-section { padding-top: 160px !important; } /* header-top some: só a barra do logo */
}

@media (max-width: 767px) {
    .history-intro-section { padding-top: 140px !important; }
}

/* =========================================================
   Política de Privacidade (LGPD)
   ========================================================= */
.policy-section { padding: 80px 0; background: #fff; }
.policy-section .contentPolicy { max-width: 900px; margin: 0 auto; }
.contentPolicy__titulo {
    font-size: 22px;
    font-weight: 800;
    color: #0d2a4a;
    margin: 40px 0 16px;
    padding-bottom: 10px;
    border-bottom: 2px solid #1E79BB;
    display: inline-block;
    width: 100%;
}
.contentPolicy .html-text > h2:first-child,
.contentPolicy .html-text > .contentPolicy__titulo:first-child { margin-top: 0; }
.contentPolicy__texto p { font-size: 15px; line-height: 1.8; color: #5a6b7b; margin: 0 0 14px; }
.contentPolicy__texto strong { color: #0d2a4a; }
.contentPolicy__texto a { color: #1E79BB; }

@media (max-width: 767px) {
    .policy-section { padding: 40px 0; }
    .contentPolicy__titulo { font-size: 18px; margin-top: 28px; }
    .contentPolicy__texto p { font-size: 14px; }
}

/* =========================================================
   Catálogo: card com download do catálogo do setor (PDF)
   ========================================================= */
.subcat-card-link {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    text-decoration: none !important;
    color: inherit;
}
.catalog-pdf-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 0 20px 20px;
    padding: 12px 18px;
    border-radius: 8px;
    background: #1E79BB;
    color: #fff !important;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none !important;
    transition: background .3s ease;
}
.catalog-pdf-btn:hover { background: #0d2a4a; }
.catalog-pdf-btn i { font-size: 15px; }
.catalog-pdf-btn--inline { display: inline-flex; margin: 0; padding: 13px 26px; }

/* Rótulo acima das redes sociais (Trabalhe Conosco / Contato) */
.contact-social-title {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .5px;
    text-transform: uppercase;
    color: rgba(255,255,255,.85);
    margin-bottom: 12px;
}

/* Cards do catálogo: área da imagem sempre em proporção A4 (210 × 297),
   com ou sem PDF anexado, para o grid não mudar de altura. */
.subcat-card--catalogo .subcat-card-image {
    aspect-ratio: 210 / 297;
    padding: 0;
}

/* =========================================================
   Banner interno no desktop: proporção fixa da caixa, para o
   enquadramento da imagem não mudar com zoom ou largura.
   (Altura passa a acompanhar a largura; mobile fica como está.)
   ========================================================= */
@media (min-width: 1200px) {
    .page-banner.style-two {
        aspect-ratio: 1600 / 411;
        padding: 152px 0 0;   /* reserva a altura do cabecalho, que e absoluto */
        display: flex;
        align-items: center;  /* centraliza no espaco visivel abaixo do cabecalho */
    }
    .page-banner.style-two > .auto-container {
        width: 100%;
    }
}
