/* ============================================
   SEMENTES & SEMENTES - DESIGN MODERNO 2025
   Cores: #1FA759 | #BCD24D | #FFFFFF
   ============================================ */

@import url('https://fonts.googleapis.com/css2?family=Syne:wght@400;500;600;700;800&family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;1,9..40,400&display=swap');

/* ---- RESET & BASE ---- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --green: #1FA759;
  --green-dark: #178a48;
  --green-light: #e8f7ef;
  --lime: #BCD24D;
  --lime-dark: #a0b83e;
  --white: #ffffff;
  --gray-50: #f9fafb;
  --gray-100: #f3f4f6;
  --gray-200: #e5e7eb;
  --gray-300: #FFF;
  --gray-500: #6b7280;
  --gray-700: #374151;
  --gray-900: #111827;
  --shadow-sm: 0 1px 3px rgba(0,0,0,.06), 0 1px 2px rgba(0,0,0,.04);
  --shadow: 0 4px 16px rgba(0,0,0,.08);
  --shadow-lg: 0 12px 40px rgba(0,0,0,.12);
  --radius: 12px;
  --radius-sm: 8px;
  --radius-lg: 20px;
  --transition: .25s cubic-bezier(.4,0,.2,1);
}

html { scroll-behavior: smooth; }
body {
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 15px;
  line-height: 1.65;
  color: var(--gray-700);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
}
a { text-decoration: none; color: inherit; transition: color var(--transition); }
img { max-width: 100%; height: auto; display: block; }
ul { list-style: none; margin-bottom: 0;  padding: 0;}
h1,h2,h3,h4,h5,h6 {
  text-transform: uppercase;
  letter-spacing: 4px;
  color: var(--gray-900);
  line-height: 1.2;
}
.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }

/* ============================================ HEADER ============================================ */
.site-header { position: sticky; top: 0; z-index: 1000; background: var(--white); box-shadow: var(--shadow); }

.header-top { background: var(--green); padding: 6px 0; }
.header-top .container { display: flex; align-items: center; justify-content: space-between; }
.header-top .menu-lg { display: flex; align-items: center; gap: 14px; }
.header-top .menu-lg li a { color: rgba(255,255,255,.85); font-size: 13px; transition: color var(--transition); }
.header-top .menu-lg li a:hover { color: var(--lime); }
.header-top .cliente li { color: rgba(255,255,255,.9); font-size: 13px; font-weight: 500; }

.cabecalho { padding: 14px 0; border-bottom: 1px solid var(--gray-100); }
.header_bk { display: flex; align-items: center; gap: 20px; }
.header-info-left-wrap { display: flex; align-items: center; }
.site-logo img { height: 52px; width: auto; }
.row { display: flex; flex-wrap: wrap; margin: 0 -12px; }
.row > [class*="col-"] { padding: 0 12px; }
.col-xl-4 { flex: 0 0 33.333%; max-width: 33.333%; }
.col-xl-8 { flex: 0 0 66.666%; max-width: 66.666%; }
.col-xl-6, .col-lg-6 { flex: 0 0 50%; max-width: 50%; }
.col-xl-12, .col-lg-12 { flex: 0 0 100%; max-width: 100%; }
.col-lg-4 { flex: 0 0 33.333%; max-width: 33.333%; }
.col-lg-8 { flex: 0 0 66.666%; max-width: 66.666%; }
.col-xl-4.col-lg-6 { flex: 0 0 33.333%; max-width: 33.333%; }
.justify-content-center { justify-content: center; }
.align-items-center { align-items: center; }
.align-items-lg-center { align-items: center; }
.align-items-start { align-items: flex-start; }
.text-center { text-align: center; }
.text-end { text-align: right; }
.text-white { color: var(--white) !important; }
.d-flex { display: flex; }
.d-none { display: none; }

.busca { position: relative; display: flex; align-items: center; flex: 1; }
.busca input {
  width: 100%;
  padding: 10px 44px 10px 16px;
  border: 1.5px solid var(--gray-200);
  border-radius: 50px;
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  background: var(--gray-50);
  outline: none;
  transition: border-color var(--transition), box-shadow var(--transition);
}
.busca input:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(31,167,89,.12); background: var(--white); }
.busca button {
  position: absolute; right: 6px;
  background: var(--green); color: var(--white);
  border: none; width: 32px; height: 32px;
  border-radius: 50%; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  font-size: 13px; transition: background var(--transition);
}
.busca button:hover { background: var(--green-dark); }
.busca-r { display: none; }

.suges {
  position: absolute; top: calc(100% + 6px); left: 0; right: 0;
  background: var(--white); border-radius: var(--radius);
  box-shadow: var(--shadow-lg); z-index: 200; overflow: hidden;
}
.suges a { display: block; padding: 10px 16px; font-size: 14px; color: var(--gray-700); border-bottom: 1px solid var(--gray-100); transition: background var(--transition); }
.suges a:hover { background: var(--green-light); color: var(--green); }

.color { background: var(--green); padding: 0; }
.alinharm { display: flex; align-items: center; justify-content: center; gap: 20px; }
#mobile-menu .menu-lg { display: flex; align-items: center; gap: 2px; margin-bottom: 0; }
#mobile-menu .menu-lg li a.border1 {
  display: block; padding: 14px 4px; color: rgba(255,255,255,.9);
  background:linear-gradient(135deg, #1fa75975 0%, #08300026 100%);
  font-size: 13.5px; font-weight: 500; letter-spacing: .01em;
  white-space: nowrap; border-radius: var(--radius-sm); text-align: center; 
  transition: background var(--transition), color var(--transition); position: relative;
}
#mobile-menu .menu-lg li a.border1:hover,
#mobile-menu .menu-lg li a.border1.active { background: rgba(255,255,255,.15); color: var(--lime); }

.sub-menu {
  display: none; position: absolute; top: 100%; left: 0;
  background: var(--white); border-radius: var(--radius);
  box-shadow: var(--shadow-lg); min-width: 200px; padding: 8px 0;
  z-index: 300; border-top: 3px solid var(--green);
}
#mobile-menu .menu-lg li { position: relative; width:11%; }

#mobile-menu .menu-lg li ul li { position: relative; width:100%; }
#mobile-menu .menu-lg li:hover .sub-menu { display: block; }
.sub-menu li a { display: block; padding: 10px 20px; font-size: 14px; color: var(--gray-700); transition: background var(--transition), color var(--transition); }
.sub-menu li a:hover { background: var(--green-light); color: var(--green); }

.mobile-menu { display: none; cursor: pointer; padding: 8px; border-radius: var(--radius-sm); transition: background var(--transition); }
.mobile-menu:hover { background: var(--gray-100); }
.mobile-menu span { display: block; width: 22px; height: 2px; background: var(--gray-700); margin: 5px 0; border-radius: 2px; }

/* ============================================ HERO SLIDER ============================================ */
.slideshow-container { position: relative; overflow: hidden; height: 520px; background: var(--gray-900); }
.mySlides { display: none; position: relative; height: 520px; background-size: cover !important; background-position: center !important; background-repeat: no-repeat !important; }
.mySlides::before { content: ''; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(0,0,0,.6) 0%, rgba(0,0,0,.2) 100%); }
.single-slide-content {
  position: relative; z-index: 2; height: 100%;
  display: flex; flex-direction: column; justify-content: center;
  padding: 60px 24px; max-width: 1180px; margin: 0 auto;
}
.single-slide-content img { width: 200px; margin-bottom: 20px; filter: drop-shadow(0 2px 8px rgba(0,0,0,.4)); }
.slide-title {  font-size: clamp(24px, 4vw, 24px); font-weight: 800; color: var(--white); line-height: 1.15; margin-bottom: 12px; }
.bgs { background: transparent; padding: 0; }
.slide-text p { font-size: 16px; color: rgba(255,255,255,.88); max-width: 500px; line-height: 1.6; }
.slide-btns { margin-top: 28px; }
.site-btn.boxed {
  display: inline-block; padding: 13px 32px;
  background: var(--lime); color: var(--gray-900);
   font-weight: 700; font-size: 14px;
  border-radius: 50px; letter-spacing: .02em;
  transition: background var(--transition), transform var(--transition), box-shadow var(--transition);
  box-shadow: 0 4px 16px rgba(188,210,77,.4);
}
.site-btn.boxed:hover { background: var(--lime-dark); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(188,210,77,.5); }
.prev, .next {
  position: absolute; top: 50%; transform: translateY(-50%); z-index: 10;
  background: rgba(255,255,255,.15); backdrop-filter: blur(8px);
  color: var(--white); border: 1.5px solid rgba(255,255,255,.3);
  width: 44px; height: 44px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 18px; cursor: pointer; transition: background var(--transition); text-decoration: none;
}
.prev { left: 20px; }
.next { right: 70px; }
.prev:hover, .next:hover { background: rgba(255,255,255,.3); color: var(--white); }
.slider-dots { position: absolute; bottom: 20px; left: 50%; transform: translateX(-50%); display: flex; gap: 8px; z-index: 10; }
.dot { width: 8px; height: 8px; border-radius: 50%; background: rgba(255,255,255,.4); cursor: pointer; transition: background var(--transition), width var(--transition); }
.dot.active, .dot:hover { background: var(--lime); width: 24px; border-radius: 4px; }
.miniaturas { position: absolute; right: 0; top: 0; bottom: 0; width: 60px; z-index: 10; background: rgba(0,0,0,.4); backdrop-filter: blur(6px); transition: width .3s; overflow: hidden; }
.miniaturas.hidden { width: 0; }
.bgImg { cursor: pointer; padding: 4px; transition: opacity var(--transition); }
.bgImg:hover { opacity: .8; }
.bgImg img { width: 100%; border-radius: 4px; }
.bgImg div { display: none; }
#toggleMiniaturas { position: absolute; top: 50%; left: -16px; transform: translateY(-50%); width: 16px; height: 40px; background: var(--green); border: none; color: var(--white); cursor: pointer; border-radius: 4px 0 0 4px; font-size: 10px; display: flex; align-items: center; justify-content: center; }

/* ============================================ SECTION HEADINGS ============================================ */
.section-heading { text-align: center; }
.discount-title {  font-size: clamp(22px, 3vw, 24px); font-weight: 800; color: var(--gray-900); margin-bottom: 16px; position: relative; display: inline-block; }
.discount-title::after { content: ''; display: block; width: 48px; height: 4px; background: linear-gradient(90deg, var(--green), var(--lime)); border-radius: 2px; margin: 10px auto 0; }
.infoCat { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; margin-top: 16px; }
.infoCat li a { display: inline-block; padding: 5px 16px; background: var(--gray-100); border-radius: 50px; font-size: 12.5px; font-weight: 500; color: var(--gray-700); transition: background var(--transition), color var(--transition); border: 1.5px solid var(--gray-200); }
.infoCat li a:hover { background: var(--green); color: var(--white); border-color: var(--green); }

/* ============================================ NOTICIAS ============================================ */
.project-area { padding: 64px 0; }
.noticias { border-radius: var(--radius-lg); overflow: hidden; position: relative; background-size: cover !important; background-position: center !important; background-repeat: no-repeat !important; transition: transform var(--transition), box-shadow var(--transition); }
.noticias:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.notPrincipal { height: 380px; margin-bottom: 20px; }
.noticiasSecundarias { height: 120px; margin-bottom: 12px; }
.noticiasBase { height: 200px; }
.noticias::before { content: ''; position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,.75) 0%, rgba(0,0,0,.1) 60%, transparent 100%); z-index: 1; }
.noticias .text-l { position: absolute; inset: 0; z-index: 2; display: flex; align-items: flex-end; padding: 20px; color: var(--white); gap: 10px;}
.noticias .text-l div { width: 100%; }
.noticias p { display: inline-block; background: var(--green); color: var(--white); font-size: 11px; font-weight: 600; padding: 3px 10px; border-radius: 10px; text-transform: uppercase; letter-spacing: .05em; margin-bottom: 6px; }
.noticias span { display: block; font-size: 12px; color: rgba(255,255,255,.75); margin-bottom: 6px; }
.noticias .project-title {  font-size: 15px !important; font-weight: 700; color: var(--white); line-height: 1.3; margin: 0 !important; background: none; display: block; padding: 0; border-radius: 0; text-transform: none; letter-spacing: normal; }

/* ============================================ SEMENTES CARDS ============================================ */
.blog-area { padding: 60px 0; background: var(--gray-50); }
.singel-project-item { margin-bottom: 32px; }
.shadow-sm { background: var(--white); border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow); transition: transform var(--transition), box-shadow var(--transition); }
.shadow-sm:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.project-thumb { overflow: hidden; height: 220px; }
.project-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.shadow-sm:hover .project-thumb img { transform: scale(1.06); }
.pad { padding: 16px 20px 20px; }
.but { display: inline-flex; align-items: center; gap: 8px; padding: 10px 22px; background: var(--green); color: var(--white);  font-size: 13px; font-weight: 600; border-radius: 50px; transition: background var(--transition), transform var(--transition); }
.but:hover { background: var(--green-dark); transform: translateY(-1px); color: var(--white); }
.but i { font-size: 11px; }
#btnPort { display: inline-block; padding: 12px 32px; background: transparent; color: var(--green);  font-size: 14px; font-weight: 700; border: 2px solid var(--green); border-radius: 50px; transition: background var(--transition), color var(--transition); cursor: pointer; }
#btnPort:hover { background: var(--green); color: var(--white); }
.h5 { font-size: 16px; font-weight: 700; color: var(--gray-900); padding: 4px 16px 0; }

/* ============================================ PRODUTORES / GRAFICO ============================================ */
.bg { background: linear-gradient(135deg, var(--green) 0%, var(--green-dark) 100%); padding: 60px 0; position: relative; overflow: hidden; }
.bg::before { content: ''; position: absolute; top: -60px; right: -60px; width: 300px; height: 300px; background: rgba(188,210,77,.15); border-radius: 50%; }
.flexGrafico { display: flex; align-items: flex-end; gap: 6px; height: 200px; padding: 0 8px; overflow-x: auto; scrollbar-width: thin; scrollbar-color: rgba(255,255,255,.3) transparent; }
.grafico { flex: 0 0 auto; display: flex; flex-direction: column; align-items: center; min-width: 38px; }
.graficoTopo { font-size: 9px; color: rgba(255,255,255,.8); margin-bottom: 4px; white-space: nowrap; }
.graficoBase { width: 32px; background: linear-gradient(to top, var(--lime), rgba(188,210,77,.6)); border-radius: 4px 4px 0 0; display: flex; align-items: flex-end; justify-content: center; padding-bottom: 4px; font-size: 8.5px; color: var(--gray-900); font-weight: 700; min-height: 20px; cursor: pointer; transition: opacity var(--transition); }
.graficoBase:hover { opacity: .8; }
.mapaRegiao { display: flex; justify-content: center; align-items: center; }
.mapaRegiao svg { width: 100%; max-width: 360px; height: auto; filter: drop-shadow(0 4px 12px rgba(0,0,0,.2)); }
.mapaRegiao path, .mapaRegiao polygon, .mapaRegiao rect { fill: rgba(255,255,255,.2); stroke: rgba(255,255,255,.5); stroke-width: .5; transition: fill var(--transition); cursor: pointer; }
.mapaRegiao path:hover, .mapaRegiao polygon:hover { fill: var(--lime); }
.destaque { fill: var(--lime) !important; }

/* ============================================ ARMAZENADORES ============================================ */
.empresas { display: flex; align-items: center; gap: 16px; padding: 16px 20px; background: var(--white); border-radius: var(--radius); box-shadow: var(--shadow-sm); border: 1.5px solid var(--gray-100); transition: box-shadow var(--transition), border-color var(--transition), transform var(--transition); margin-bottom: 16px; }
.empresas:hover { box-shadow: var(--shadow); border-color: var(--green); transform: translateY(-2px); }
.empresas img { width: 56px; height: 56px; object-fit: contain; border-radius: var(--radius-sm); flex-shrink: 0; border: 1px solid var(--gray-100); }
.empresas .text-end { flex: 1; text-align: right; }
.empresas .text-end p { font-size: 13px; color: var(--gray-700); margin-bottom: 3px; line-height: 1.4; }
.empresas .email-text { color: var(--gray-500); font-size: 12px; }
.empresas .project-title {  font-size: 14px; font-weight: 700; color: var(--gray-900); margin: 0; display: block; background: none; padding: 0; border-radius: 0; text-transform: none; }
.empresas .fa-location-dot { color: var(--green); font-size: 11px; }

/* ============================================ BREADCRUMB ============================================ */
.breadcrumb-area { background: linear-gradient(135deg, var(--green) 0%, #0d6e35 100%); padding: 56px 0 44px; position: relative; overflow: hidden; }
.breadcrumb-area::before { content: ''; position: absolute; inset: 0; background: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M0 40L40 0H20L0 20M40 40V20L20 40'/%3E%3C/g%3E%3C/svg%3E"); }
.breadcrumb-text { position: relative; z-index: 1; }
.breadcrumb-title {  font-size: clamp(24px, 3vw, 24px); font-weight: 800; color: var(--white); margin-bottom: 8px; }
.breadcrumb-text p { color: rgba(255,255,255,.8); font-size: 15px; }

/* ============================================ FORMS ============================================ */
.cta-form { max-width: 700px; margin: 0 auto; }
.form-group { position: relative; margin-bottom: 16px; }
.form-group label { position: absolute; left: 14px; top: 50%; transform: translateY(-50%); color: var(--gray-500); font-size: 14px; z-index: 1; pointer-events: none; }
.form-control { width: 100%; padding: 12px 16px 12px 40px; border: 1.5px solid var(--gray-200); border-radius: var(--radius-sm); font-family: 'DM Sans', sans-serif; font-size: 14px; color: var(--gray-900); background: var(--gray-50); outline: none; transition: border-color var(--transition), box-shadow var(--transition); }
.form-control:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(31,167,89,.1); background: var(--white); }
textarea.form-control { padding-left: 16px; min-height: 120px; resize: vertical; }
.site-btn, .btn-submit { display: inline-block; padding: 13px 32px; background: var(--green); color: var(--white);  font-weight: 700; font-size: 14px; border: none; border-radius: 50px; cursor: pointer; transition: background var(--transition), transform var(--transition); letter-spacing: .02em; }
.site-btn:hover, .btn-submit:hover { background: var(--green-dark); transform: translateY(-2px); color: var(--white); }
input[type="submit"], button[type="submit"] { display: inline-block; padding: 5px 5px; background: var(--green); color: var(--white);  font-weight: 700; font-size: 14px; border: none; border-radius: 50px; cursor: pointer; transition: background var(--transition); }
input[type="submit"]:hover, button[type="submit"]:hover { background: var(--green-dark); }

/* ============================================ PAGINATION ============================================ */
.pagination-area-area, .pagination-area-area { display: flex; gap: 6px; justify-content: center; flex-wrap: wrap; padding: 32px 0 8px; margin: 15px 0 !important;}
.pagination-area a, .pagination-area span, .paginacao a, .paginacao span { display: inline-flex; align-items: center; justify-content: center; width: 38px; height: 38px; border-radius: var(--radius-sm); font-size: 14px; font-weight: 600; background: var(--gray-100); color: var(--gray-700); border: 1.5px solid var(--gray-200); transition: background var(--transition), color var(--transition), border-color var(--transition); }
.pagination-area a:hover, .paginacao a:hover { background: var(--green-light); color: var(--green); border-color: var(--green); }
.pagination-area .active, .paginacao .active, .pagination-area .current, .paginacao .current { background: var(--green); color: var(--white); border-color: var(--green); }

/* ============================================ POST ============================================ */
.post-content { max-width: 780px; margin: 0 auto; line-height: 1.8; }
.post-content img { border-radius: var(--radius); margin: 24px 0; }
.post-content h1, .post-content h2, .post-content h3 { margin: 32px 0 12px; color: var(--gray-900); }
.post-content p { margin-bottom: 16px; color: var(--gray-700); }

/* ============================================ FOOTER ============================================ */
.site-footer { background: linear-gradient(135deg, #1fa759 0%, #083000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ color: var(--gray-300);}
.footer-widget .title {  font-size: 16px; font-weight: 700; color: var(--white); margin-bottom: 20px; padding-bottom: 12px; border-bottom: 2px solid var(--green); display: inline-block; }
.footer-widget ul li { margin-bottom: 10px; }
.footer-widget ul li a { color: #FFF; font-size: 14px; transition: color var(--transition), padding-left var(--transition); display: flex; align-items: center; gap: 8px; }
.footer-widget ul li a:hover { color: var(--lime); padding-left: 4px; }
.footer-widget ul li a i { color: var(--green); font-size: 11px; }
.footer-contact-info p { font-size: 13px; margin-bottom: 10px; line-height: 1.6; color: var(--gray-300); }
.copyright { border-top: 1px solid rgba(255,255,255,.08); font-size: 13px; color: #FFF; }
.copyright a { color: var(--gray-500); }
.copyright a:hover { color: var(--lime); }
.copyright img { display: inline; vertical-align: middle; }

/* ============================================ UTILITIES ============================================ */
.pt-50, .pt-60 { padding-top: 60px; }
.pb-40, .pb-60 { padding-bottom: 48px; }
.mt-10 { margin-top: 10px; }
.mt-20 { margin-top: 20px; }
.mt-30 { margin-top: 30px; }
.mt-50 { margin-top: 50px; }
.mb-20 { margin-bottom: 20px; }
.mb-60 { margin-bottom: 40px; }
.mb-3 { margin-bottom: 12px; }
.mt-none-10 { margin-top: 0; }
.contact-area, .login-area { padding: 60px 0; }
.z1 { position: relative; z-index: 1; }
.if { padding: 0 16px; }

#LoginForm { max-width: 440px; margin: 0 auto; background: var(--white); border-radius: var(--radius-lg); padding: 40px; box-shadow: var(--shadow-lg); border: 1.5px solid var(--gray-100); }
#LoginForm .form-label { font-size: 13px; font-weight: 600; color: var(--gray-700); margin-bottom: 6px; display: block; }
#LoginForm .form-control { padding-left: 12px; }
#alertaLogin { margin-bottom: 12px; }
.alert { padding: 12px 16px; border-radius: var(--radius-sm); font-size: 14px; margin-bottom: 16px; }
.alert-success { background: var(--green-light); color: var(--green); border: 1px solid var(--green); }
.alert-danger { background: #fef2f2; color: #dc2626; border: 1px solid #fca5a5; }

.tradingview-widget-container { border-radius: var(--radius); overflow: hidden; }
.section-heading.mb-20 { margin-bottom: 20px; }
.section-heading.mb-60 { margin-bottom: 40px; }
.offcanvas-overly { display: none; }

/* Scroll up */
#scroll-top { position: fixed; bottom: 100px; right: 30px; width: 44px; height: 44px; background: var(--green); color: var(--white); border-radius: 50%; display: none; align-items: center; justify-content: center; font-size: 16px; cursor: pointer; box-shadow: var(--shadow); transition: background var(--transition), transform var(--transition); z-index: 900; }
#scroll-top:hover { background: var(--green-dark); transform: translateY(-3px); }
#scroll-top.show { display: flex; }

/* ============================================ RESPONSIVE ============================================ */
@media (max-width: 1199px) {
  .col-xl-4 { flex: 0 0 33.333%; max-width: 33.333%; }
  .col-xl-8 { flex: 0 0 66.666%; max-width: 66.666%; }
  .col-xl-4.col-lg-6 { flex: 0 0 33.333%; max-width: 33.333%; }
}

@media (max-width: 991px) {
  .slideshow-container, .mySlides { height: 420px; }
  .single-slide-content { max-width: 100%; }
  .col-lg-6 { flex: 0 0 50%; max-width: 50%; }
  .col-lg-4 { flex: 0 0 33.333%; max-width: 33.333%; }
  .col-lg-8 { flex: 0 0 66.666%; max-width: 66.666%; }
  .col-xl-4.col-lg-6 { flex: 0 0 50%; max-width: 50%; }
  .d-xl-block { display: none !important; }
  .d-lg-block { display: block; }
}

@media (max-width: 768px) {
    #mobile-menu .menu-lg li {
        width: 100%;
    }
    .busca {
        display: none;
    }
    .empresa-title {
        font-size: 16px !important;    }
    .site-footer {
        padding-top: 50px;
    }
  .header-top { display: none; }
  .cabecalho { padding: 12px 0; }
  .header_bk { flex-wrap: wrap; gap: 12px; }
  .site-logo img { height: 44px; }
  .alinharm { flex-direction: column; align-items: stretch; gap: 0; }
  .busca-r { display: block; padding: 10px 0; border-top: 1px solid rgba(255,255,255,.15); }
  .busca-r .busca input { background: rgba(255,255,255,.15); color: var(--white); border-color: rgba(255,255,255,.3); }
  .busca-r .busca input::placeholder { color: rgba(255,255,255,.6); }
  .busca-r .busca button { background: rgba(255,255,255,.2); }
  .col-xl-8.col-lg-8 { display: none !important; }
  .mobile-menu { display: block; margin-left: auto; }
  #mobile-menu { display: none; position: absolute; top: 100%; left: 0; right: 0; background: var(--white); box-shadow: var(--shadow-lg); z-index: 500; padding: 0px 0; }
  #mobile-menu.open { display: block; }
  #mobile-menu .menu-lg { flex-direction: column; gap: 0; margin-bottom: 0;}
  #mobile-menu .menu-lg li a.border1 { color: var(--gray-700); padding: 12px 24px; border-radius: 0; text-align: center;}
  #mobile-menu .menu-lg li a.border1:hover { background: var(--green-light); color: var(--green);  }
  .sub-menu { position: static; box-shadow: none; border-radius: 0; border-top: none; }
  .color { position: relative; }
  .slideshow-container, .mySlides { height: 300px; }
  .slide-title { font-size: 22px; }
  .notPrincipal { height: 260px; }
  .noticiasSecundarias { height: 110px; }
  .flexGrafico { height: 140px; }
  .empresas {  align-items: flex-start; }
  .empresas .text-end { text-align: left; }
  #LoginForm { padding: 28px 20px; }
  .prev { left: 10px; }
  .next { right: 50px; }
  .col-lg-6 { flex: 0 0 100%; max-width: 100%; }
  .col-lg-4 { flex: 0 0 100%; max-width: 100%; }
  .col-lg-8 { flex: 0 0 100%; max-width: 100%; }
  .col-xl-4.col-lg-6 { flex: 0 0 100%; max-width: 100%; }
}

@media (max-width: 480px) {
  .container { padding: 0 16px; }
  .discount-title { font-size: 24px; }
  .slideshow-container, .mySlides { height: 460px; }
  .single-slide-content { padding: 40px 16px; }
  .col-xl-6, .col-xl-4 { flex: 0 0 100%; max-width: 100%; }
}

/* Inside dark bg section */
.bg .discount-title { color: var(--white); }
.bg .discount-title::after { background: linear-gradient(90deg, var(--lime), rgba(255,255,255,.5)); }
.bg .infoCat li a { background: rgba(255,255,255,.15); color: rgba(255,255,255,.9); border-color: rgba(255,255,255,.2); }
.bg .infoCat li a:hover { background: var(--lime); color: var(--gray-900); border-color: var(--lime); }

/* Fix font-size overrides from old CSS */
.noticias h2.project-title { font-size: 15px !important; }
.singel-project-item h2.h5 { padding: 8px 16px 4px; }

/* Armazenadores link wrapper */
.text-l {  }

/* Fix bootstrap overrides */
.row.justify-content-center { justify-content: center; }

/* ============================================ SIDEBAR WIDGETS ============================================ */
.widget {
  background: var(--white);
  border-radius: var(--radius);
  padding: 20px;
  box-shadow: var(--shadow-sm);
  border: 1.5px solid var(--gray-100);
  margin-bottom: 24px;
}
.widget-title {
  
  font-size: 15px;
  font-weight: 700;
  color: var(--gray-900);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 12px;
  border-bottom: 2px solid var(--green);
  margin-bottom: 12px;
}
.widget-title::after {
  content: '\f078';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  font-size: 11px;
  color: var(--green);
  transition: transform var(--transition);
}
.widget-title.open::after { transform: rotate(180deg); }

.widget-title-box { margin-bottom: 0; }

.cat { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
.cat.open { max-height: 1000px; }
.cat li { padding: 0; }
.cat li a {
  display: block;
  padding: 8px 12px;
  font-size: 13.5px;
  color: var(--gray-700);
  border-radius: var(--radius-sm);
  transition: background var(--transition), color var(--transition), padding-left var(--transition);
}
.cat li a:hover { background: var(--green-light); color: var(--green); padding-left: 16px; }

/* Map inside sidebar */
.mapaInterno svg { width: 100%; height: auto; border-radius: var(--radius); }
.mapaInterno { margin-bottom: 24px; background: var(--gray-50); border-radius: var(--radius); padding: 16px; border: 1.5px solid var(--gray-100); }

/* Accordion content */
.accordion-content { max-height: 0; overflow: hidden; transition: max-height .3s ease; }

/* ============================================ PRODUTOR / ARMAZENADOR SINGLE ============================================ */
.single-empresa {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 32px;
  box-shadow: var(--shadow);
  border: 1.5px solid var(--gray-100);
  margin-bottom: 24px;
}
.single-empresa img.logo-empresa {
  width: 100px; height: 100px;
  object-fit: contain;
  border-radius: var(--radius);
  border: 1.5px solid var(--gray-100);
  padding: 8px;
  background: var(--gray-50);
}
.empresa-title {
  
  font-size: 24px;
  font-weight: 800;
  color: var(--gray-900);
  margin-bottom: 8px;
}
.empresa-info-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid var(--gray-100);
  font-size: 14px;
  color: var(--gray-700);
}
.empresa-info-item:last-child { border-bottom: none; }
.empresa-info-item i { color: var(--green); width: 16px; margin-top: 2px; }

/* ============================================ SEARCH RESULTS ============================================ */
.search-result-item {
  padding: 16px 20px;
  border-bottom: 1px solid var(--gray-100);
  transition: background var(--transition);
}
.search-result-item:hover { background: var(--gray-50); }
.search-result-item h3 {
  font-size: 16px;
  font-weight: 700;
  color: var(--green);
  margin-bottom: 4px;
}
.search-result-item p { font-size: 13px; color: var(--gray-500); }

/* ============================================ 404 ============================================ */
.error-page {
  text-align: center;
  padding: 100px 24px;
}
.error-page .error-code {
  
  font-size: 120px;
  font-weight: 800;
  background: linear-gradient(135deg, var(--green), var(--lime));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1;
  margin-bottom: 16px;
}
.error-page h2 { font-size: 28px; margin-bottom: 12px; }
.error-page p { color: var(--gray-500); margin-bottom: 28px; }

/* ============================================ MISC ============================================ */
.bg_img { background-size: cover; background-position: center; }

/* Override Bootstrap form classes for our design */
.form-label { font-size: 13px; font-weight: 600; color: var(--gray-700); margin-bottom: 6px; display: block; }
.mb-3 { margin-bottom: 12px; }
.form-check { display: flex; align-items: center; gap: 8px; margin-bottom: 8px; }
.form-check-input { width: 16px; height: 16px; accent-color: var(--green); }
.form-check-label { font-size: 14px; color: var(--gray-700); }

/* d-flex justify-content-between */
.justify-content-between { justify-content: space-between; }

/* Sementes/Armazenadores inline filter bar */
.filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-bottom: 28px;
  padding: 16px 20px;
  background: var(--gray-50);
  border-radius: var(--radius);
  border: 1.5px solid var(--gray-100);
}
.filter-bar select {
  padding: 8px 14px;
  border: 1.5px solid var(--gray-200);
  border-radius: var(--radius-sm);
  font-family: 'DM Sans', sans-serif;
  font-size: 13px;
  color: var(--gray-700);
  background: var(--white);
  outline: none;
  transition: border-color var(--transition);
  cursor: pointer;
}
.filter-bar select:focus { border-color: var(--green); }

/* infoCat.Interno */
.infoCat.Interno { justify-content: flex-start; }

/* pt-2 */
.pt-2 { padding-top: 8px; }

/* ============================================ DADOS LIST (legacy fallback) ============================================ */
ul.dados { list-style: none; padding: 0; margin: 0 0 24px; background: var(--white); border-radius: var(--radius); border: 1.5px solid var(--gray-100); overflow: hidden; box-shadow: var(--shadow-sm); }
ul.dados li { padding: 12px 20px; border-bottom: 1px solid var(--gray-100); font-size: 14px; color: var(--gray-700); }
ul.dados li:last-child { border-bottom: none; }
ul.dados li strong { color: var(--gray-900); font-weight: 600; }

/* ============================================ OBRA / PAGE ============================================ */
.obra-content, #product_description_short {
  line-height: 1.8;
  color: var(--gray-700);
  font-size: 15px;
}
.obra-content h1, .obra-content h2, .obra-content h3,
#product_description_short h1, #product_description_short h2, #product_description_short h3 {
  
  color: var(--gray-900);
  margin: 24px 0 10px;
}
.obra-content img, #product_description_short img {
  border-radius: var(--radius);
  margin: 16px 0;
  max-width: 100%;
}
.obra-content ul, .obra-content ol,
#product_description_short ul, #product_description_short ol {
  padding-left: 20px;
  margin-bottom: 16px;
}

/* ============================================ COTACAO PAGE ============================================ */
.cotacao-widget { border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow); margin-bottom: 32px; }

/* ============================================ BUSCA PAGE ============================================ */
.busca-resultados { margin-top: 24px; }
.busca-item {
  display: flex;
  gap: 16px;
  padding: 20px;
  background: var(--white);
  border-radius: var(--radius);
  border: 1.5px solid var(--gray-100);
  margin-bottom: 12px;
  transition: box-shadow var(--transition), border-color var(--transition);
  box-shadow: var(--shadow-sm);
}
.busca-item:hover { box-shadow: var(--shadow); border-color: var(--green); }
.busca-item img { width: 80px; height: 64px; object-fit: cover; border-radius: var(--radius-sm); flex-shrink: 0; }
.busca-item .info h3 { font-size: 16px; font-weight: 700; color: var(--gray-900); margin-bottom: 4px; }
.busca-item .info p { font-size: 13px; color: var(--gray-500); }
.busca-item .info a { color: var(--green); font-size: 12px; font-weight: 600; }

/* ============================================ CADASTRO / RECUPERAR ============================================ */
.auth-card {
  max-width: 500px;
  margin: 0 auto;
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 40px;
  box-shadow: var(--shadow-lg);
  border: 1.5px solid var(--gray-100);
}
.auth-card .form-control { padding-left: 12px; }

/* ============================================ COTACAO CHART ============================================ */
.section-heading h2 {  }
.mt-50.section-heading { margin-top: 32px;  font-size: 20px; font-weight: 700; color: var(--gray-900); margin-bottom: 16px; }

/* ============================================ GENERAL PAGE LAYOUT ============================================ */
.armazenagem-area { padding: 60px 0; }
.mb-30 { margin-bottom: 24px; }
.mb-35 { margin-bottom: 24px; }
.mb-40 { margin-bottom: 32px; }

/* Post meta */
.post-meta { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 16px; }
.post-meta span { font-size: 13px; color: var(--gray-500); }
.post-meta span a { color: var(--gray-500); }
.post-meta span i { color: var(--green); margin-right: 4px; }

/* ============================================ CLIMATE PAGE ============================================ */
.image-slide { display: none; width: 100%; border-radius: var(--radius); }
.image-slide.active { display: block; }
.caption { font-size: 12px; color: var(--gray-500); text-align: center; margin-top: 8px; }

/* ============================================ TABLE ============================================ */
.table-modern { width: 100%; border-collapse: collapse; border-radius: var(--radius); overflow: hidden; }
.table-modern th { background: var(--green); color: var(--white); padding: 12px 16px;  font-size: 13px; font-weight: 600; text-align: left; }
.table-modern td { padding: 10px 16px; border-bottom: 1px solid var(--gray-100); font-size: 14px; color: var(--gray-700); }
.table-modern tr:last-child td { border-bottom: none; }
.table-modern tr:hover td { background: var(--gray-50); }

/* ============================================ TAG CLOUD ============================================ */
.tag-badge, .tag a, .tag-cloud-link {
  display: inline-block;
  padding: 5px 14px;
  background: var(--gray-100);
  color: var(--gray-700);
  border-radius: 50px;
  font-size: 12.5px;
  font-weight: 500;
  border: 1.5px solid var(--gray-200);
  transition: background var(--transition), color var(--transition), border-color var(--transition);
  margin: 3px;
}
.tag-badge:hover, .tag a:hover, .tag-cloud-link:hover {
  background: var(--green);
  color: var(--white);
  border-color: var(--green);
}

/* ============================================ GALLERY ============================================ */
.gallery-item:hover img { transform: scale(1.04); }
.gallery-item img { transition: transform .4s ease; }
.releted-post { margin-top: 16px; }

/* ============================================ SIDEBAR WRAP ============================================ */
.sidebar-wrap { padding-left: 8px; }

/* ============================================ EQUIPAMENTOS ============================================ */
.equip-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow);
  border: 1.5px solid var(--gray-100);
  transition: transform var(--transition), box-shadow var(--transition);
  margin-bottom: 28px;
}
.equip-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); }
.equip-card img { width: 100%; height: 200px; object-fit: cover; }
.equip-card .body { padding: 16px 20px 20px; }
.equip-card h3 { font-size: 16px; font-weight: 700; color: var(--gray-900); margin-bottom: 8px; }

/* ============================================ MARCAS ============================================ */
.marca-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  background: var(--white);
  border-radius: var(--radius);
  border: 1.5px solid var(--gray-100);
  transition: box-shadow var(--transition), border-color var(--transition);
  margin-bottom: 16px;
}
.marca-item:hover { box-shadow: var(--shadow); border-color: var(--green); }
.marca-item img { max-height: 60px; width: auto; filter: grayscale(40%); transition: filter var(--transition); }
.marca-item:hover img { filter: grayscale(0); }

/* ============================================ NEWSLETTER ============================================ */
.newsletter-wrap {
  background: linear-gradient(135deg, var(--green) 0%, var(--green-dark) 100%);
  border-radius: var(--radius-lg);
  padding: 40px;
  text-align: center;
  margin: 40px 0;
}
.newsletter-wrap h3 {  font-size: 22px; font-weight: 800; color: var(--white); margin-bottom: 8px; }
.newsletter-wrap p { color: rgba(255,255,255,.85); margin-bottom: 20px; }
.newsletter-form { display: flex; gap: 8px; max-width: 480px; margin: 0 auto; }
.newsletter-form input { flex: 1; padding: 12px 16px; border: none; border-radius: 50px; font-family: 'DM Sans', sans-serif; font-size: 14px; outline: none; }
.newsletter-form button { padding: 12px 24px; background: var(--lime); color: var(--gray-900); border: none; border-radius: 50px; font-weight: 700;  cursor: pointer; transition: background var(--transition); white-space: nowrap; }
.newsletter-form button:hover { background: var(--lime-dark); }

/* ============================================ INFO PERFIL ============================================ */
.perfil-card { background: var(--white); border-radius: var(--radius-lg); padding: 32px; box-shadow: var(--shadow); border: 1.5px solid var(--gray-100); }
.perfil-card h3 {  font-size: 18px; font-weight: 700; margin-bottom: 20px; padding-bottom: 12px; border-bottom: 2px solid var(--green); display: inline-block; }

/* ============================================ RESPONSIVE FINAL ============================================ */
@media (max-width: 768px) {
  .sidebar-wrap { padding-left: 0; margin-top: 32px; }
  .newsletter-form { flex-direction: column; }
  .dashboard-content { padding: 20px 16px; }
  .single-empresa { padding: 20px; }
  .auth-card, #LoginForm { margin: 0 16px; }
}

.linhatopo {
    width: 100%;
}


.estado.destaque path {
    fill: #319f26 !important;
    transition: all 0.5s;
}

.estado.destaque path:hover {
    fill: #c5da57 !important;
    transition: all 0.5s;
}
