
@import url('https://fonts.googleapis.com/css?family=Barlow:300,700&display=swap');


/*----- INICIO BASE -----*/

body {
	background-color:rgb(255,255,255) !important;
    font-family: "Libre Franklin", sans-serif;
  	font-optical-sizing: auto;
  	font-style: normal;
	overflow-x:hidden;
	font-size:15px;
	line-height:18px;
	color:rgb(50,50,50);
	height: 100%;
}


:root {
  /* --- Header Publico Theme (Clean Style) --- */

  /* Top Bar (Barra de acessibilidade/topo) */
  --h-bg-topbar: rgb(26, 26, 26); /* Preto suave */
  --h-text-topbar: #ffffff;

 /* Brand Area (Área do Logo) */
  --h-bg-brand: #ffffff;
  
 /* Navbar (Menu Principal) */
  --h-bg-menu: #ffffff;
  --h-bg-menu-hover: #eeeeee44;
  --h-text-menu: #333333;
  --h-text-menu-hover: #333333;

  /* Acentos e Interação */
  --h-accent: rgb(53, 151, 62); /* Azul Principal (Hover, Detalhes) */
  --h-accent-hover: rgb(38, 107, 45); /* Azul mais escuro para interações */
  --h-border-color: #e0e0e0; /* Bordas sutis */
  --dynamic-accent: var(--color-primary);

  --color-primary: rgb(53, 151, 62); /* Cor principal (botões, destaques) */
  --color-secondary: rgb(165, 200, 75); /* Cor secundária */
  --color-text-main: #212529; /* Texto padrão */
  --color-text-light: #f8f9fa; /* Texto sobre fundo escuro */
  --color-bg-light: #f8f9fa; /* Fundos claros */

  /* Background */
  --bg-primary: rgba(244, 246, 248);
  --bg-secondary: #eef1f5;

  /* ----Footer---- */
  --bg-footer: rgb(53, 151, 62);
  --bg-dark: #1e2022;
  --bg-darker: #151719;
  --bg-light: #f8fafc;
  --accent-color: rgb(165, 200, 75);
  --text-light: #b0b0b0;
  --text-white: #ffffff;
  --text-dark: #1e2022;
}

body *::-webkit-scrollbar-track { background: rgba(0,0,0,0.03); border-radius: 6px; }
body *::-webkit-scrollbar { width: 8px; background: rgba(0,0,0,0.03); height: 8px; margin: 5px; border-radius: 6px; }
body *::-webkit-scrollbar-thumb { background: rgba(0,0,0,0.05); border-radius: 6px; }
body *::-webkit-scrollbar-thumb:hover { background: rgb(0,65,50)}

a:hover {
	text-decoration: none !important;
	color: rgb(0,65,50) !important;
}

a{
	color: rgb(0, 147, 53);
}

.associado {
	color:rgb(255,255,255);
	background-color:rgb(120,200,0);
	text-transform: uppercase;
	font-size:13px;
	font-weight:700;
	height:38px;
	line-height:32px;
	padding:3px 20px;
	border-radius:6px;
	display:inline-block;
	transition: all .5s ease;
}

.associado:hover {
	background-color: rgb(0,140,50);
	padding:3px 30px;
	color:rgb(255,255,255);
	text-decoration: none;
}

.logo img {
	margin: 15px 0px;
    width: 200px;
}

.bg-menu {
	background-color: rgb(237,237,237);
}

.menu {
	list-style:none;
	text-align: center;
	padding:0;
	margin:-5px 0 0 0;
	height:90px;
	border-bottom:4px solid rgb(58, 162, 67);
}

.menu li {
	display: inline;
	padding:0;
	margin:0;
}

.menu li a {
	color:rgb(50,50,50);
	font-weight:600;
	line-height:90px;
	padding:10px 40px;
	border-radius:6px;
	transition: all .3s ease-in;
}

.menu li a:hover {
	background-color: rgb(255,255,255);
}


/* ----- MENU ----- */

.dynamika-menu-ul-forest {
	list-style: none;
	text-align: center;
	padding: 0;
	margin: -5px 0 0 0;
	height: 90px;
}

.dynamika-menu-nav-forest ul {
	list-style: none;
	text-align: center;
	padding: 0;
}

.dynamika-menu-li-root {
	margin: 0px 2px;
	z-index: 1 !important;
	max-width: 100%;
	justify-content: center !important;
	position: relative;
	display:flex !important;
	text-align: center !important;
}

.dynamika-menu-a-root , .dynamika-menu-a-root:hover {
	align-items: center !important;
	color: rgb(50, 50, 50);
	font-weight: 600;
	border-radius: 6px;
	line-height: 65px;
	text-align: center !important;
	transition: all .3s ease-in;
	height:45px;
	line-height: 45px;
	font-size: 14px;
}

.dynamika-menu-a-root {
  background: linear-gradient(135deg, rgb(53, 151, 62) 0%, rgb(65, 180, 75) 100%);
  color: #ffffff !important;
  font-size: 12px !important; 
  font-weight: 700 !important;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  height: 48px !important; 
  line-height: 48px !important; 
  padding: 0 20px !important; 
  border-radius: 6px;
  display: inline-block;
  border: 1px solid transparent !important;
  border-top: 1px solid rgba(255, 255, 255, 0.2) !important;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  box-sizing: border-box !important;
  transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease; 
  box-shadow: 0 3px 10px rgba(53, 151, 62, 0.2);
}

.dynamika-menu-a-root:hover,
.dynamika-menu-li-root:hover .dynamika-menu-a-root {
  font-size: 12px !important;
  font-weight: 700 !important;
  transform: translateY(-1px);
  background: linear-gradient(135deg, rgb(60, 165, 70) 0%, rgb(75, 195, 85) 100%);
  box-shadow: 0 5px 15px rgba(53, 151, 62, 0.3);
  border: 1px solid transparent !important;
  border-top: 1px solid rgba(255, 255, 255, 0.3) !important;
  color: white !important;
}

.dynamika-menu-a-root::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.15), transparent);
  transition: 0.5s;
}

.dynamika-menu-a-root:hover::after,
.dynamika-menu-li-root:hover .dynamika-menu-a-root::after {
  left: 100%;
}

.dynamika-menu-li-root:hover {
  background-color: transparent !important;
}

.dynamika-menu-span-items p {
  color: var(--h-text-menu) !important;
  padding: 10px !important;
}

.dynamika-menu-responsivo-wrapper li>a:after {
  color: var(--h-text-topbar) !important;
}

.dynamika-menu-responsivo-wrapper li.dl-back:after {
  color: var(--h-text-topbar) !important;
}

.section-menu {
  background-color: var(--h-bg-menu);
  position: relative;
}


.dynamika-menu-span-items {
	opacity: 0;
	transform: translateY(-5px);
	transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
	display: flex; 
	flex-direction: column;
	position: absolute; 
	top: 80px !important;
	left: 0;
	width: 230px;
	border-radius: 10px 10px 10px 10px;
    background: linear-gradient(135deg, rgb(56, 151, 65) 0%, rgb(60, 155, 68) 100%);
    color: white !important;
	z-index: 99 !important;
	pointer-events: none;
}

.dynamika-menu-li-root:hover .dynamika-menu-span-items {
	opacity: 1;
	background-color: var(--h-bg-menu);
	transform: translateY(0);
	pointer-events: auto;
}

.dynamika-menu-li-link {
	position: relative;
}

.dynamika-menu-span-sub {
	width:100%;
	display:flex;
	flex-direction: column;
	position: relative;
}

.dynamika-menu-span-sub h3 {
	position: relative;
	display: block;
	text-align: left !important;
	text-decoration: none !important;
  	color: white !important;
	font-size: 13px;
	padding: 18px;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 0px !important;
}

.dynamika-menu-span-sub a + ul {
	display:none;
}

.dynamika-menu-span-sub:hover a + ul  {
	display:block;
	position: absolute;
	top: 0;
	left: 230px;
	border-radius: 10px 10px 10px 10px;
    background: linear-gradient(135deg, rgb(56, 151, 65) 0%, rgb(60, 155, 68) 100%);
	width:230px;
}

.dynamika-menu-li-link {
	list-style: none;
	margin-left: 0px;
	padding: 2px;
}

.dynamika-menu-li-link:after, .dynamika-menu-span-sub h3::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 1px;
	background-color: rgb(56, 159, 65);
	transition: width 0.3s ease;
	z-index: 1;
}

.dynamika-menu-a-link:hover, .dynamika-menu-span-sub h3:hover{
	text-decoration: none !important;
	color: white !important
}

.dynamika-menu-a-link {
	display: block;
	text-align: left !important;
	text-decoration: none !important;
	font-size: 13px;
	padding: 15px;
	color: white !important;
	text-transform: uppercase;
	font-weight: bold;
}

.dynamika-menu-li-link {
    z-index: 999999 !important;
    position: relative;
}

.dynamika-menu-li-link ul {
    position: absolute;
    left: 100%;
    top: 0;
    display: none; 
}

.dynamika-menu-li-link:hover > ul {
    display: block;
}

li.dynamika-menu-li-root:last-child ul {
    /* Reseta a posição padrão da direita */
    left: auto !important;
    
    /* Alinha a borda direita do neto com a borda esquerda do filho */
    right: 100% !important; 
    
    /* Cria o espaço de 1px entre eles */
    margin-right: 1px !important; 
}

li.dynamika-menu-li-root ul {
    /* Reseta a posição padrão da direita */
    right: auto !important;
    
    /* Alinha a borda direita do neto com a borda esquerda do filho */
    left: 100% !important; 
    
    /* Cria o espaço de 1px entre eles */
    margin-left: 1px !important; 
}



li.dynamika-menu-li-root:last-child .dynamika-menu-span-items {
    right: auto !important;
    left: 0 !important;
}

#busca {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  float: right;
  height: 55px;
}

#busca form {
  position: relative;
  width: 75%;
  max-width: 500px;
}

#busca input {
  width: 100%;
  height: 32px;
  border-radius: 25px;
  padding: 0 45px 0 18px;
  font-size: 13px;
  font-style: italic;
  outline: none;
  transition: all 0.3s ease;
}

#busca input:focus {
  border-color: var(--h-accent);
  box-shadow: 0 0 5px var(--h-accent);
}

#busca input:focus {
  border-color: var(--h-accent);
  box-shadow: 0 0 5px var(--h-accent);
}

#busca .btn-busca {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  height: 34px;
  width: 34px;
  border: none;
  border-radius: 50%;
  border-color: rgb(255, 255, 255, 0) !important;
  background-color: rgb(255, 255, 255, 0) !important;
  color: rgb(0, 0, 0, .5) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 0.1s ease;
}

#busca .btn-busca:hover {
  background-color: rgb(255, 255, 255);
  color: var(--h-accent-hover) !important;
}

#busca .btn-busca svg {
  height: 16px;
  width: 16px;
}

.dynamika-menu-a-link:hover {
  color: var(--h-text-menu);
}

.acessibilidade a {
  text-decoration: none;
  color: var(--h-text-topbar);
  margin: -2px 2px 0 0;
  transition: all .3s ease;
}

.acessibilidade a:hover {
  margin: -2px 2px 0 0;
  color: var(--h-text-topbar);
}

.acessibilidade a i {
  font-size: 11px;
  padding: 6px 8px;
  border-radius: 20px;
  transition: all .1s ease;
}

.acessibilidade a:hover i {
  color: var(--h-text-topbar);
}

.usuario-icone {
  z-index: 99 !important;
  font-size: 12px;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  color: var(--h-text-topbar);
  height: 28px;
  width: 120px;
  line-height: 28px;
  border-radius: 30px;
  margin: 10px 0;
  text-align: center;
}

.usuario-icone a {
  color: var(--h-text-topbar) !important;
}

.usuario-icone svg {
  color: var(--h-text-topbar);
  margin-right: 5px;
}

.img-logo a {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: start;
  color: var(--h-text-menu);
  padding: 8px;
}

.dynamika-menu-a-root::after {
  content: '';
  position: absolute;
  width: 30%;
  height: 3px;
  bottom: 5px;
  left: 50%;
  background-color: var(--h-accent, #6fb98f);
  border-radius: 2px;
  transform: translateX(-50%) scaleX(0); 
  transform-origin: center;
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.social-midia {
	margin-top:40px;
	width:50px;
	padding:10px 15px;
	border:1px solid rgb(210,210,210);
	border-radius:6px;
}

/* Container Principal */
.modern-footer {
	border-top: 5px solid !important;
	border-image: linear-gradient(90deg, var(--color-primary), var(--color-secondary)) 1 !important;    border-image-slice: 1 !important;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;    background-color: var(--bg-light);
    color: var(--text-light);
    padding-top: 60px;
    font-size: 0.95rem;
    line-height: 1.6;
	box-shadow: inset 0 10px 15px -10px rgba(61, 149, 81, 0.1);
}

.footer-brand {
    display: block;
    margin-bottom: 20px;
}
.footer-brand img {
    max-width: 300px;
    height: auto;
    opacity: 0.9;
    transition: opacity 0.3s;
}
.footer-brand:hover .footer-logo-img {
    opacity: 1;
}

.footer-text {
    margin-bottom: 30px;
}
.footer-text p {
    margin-bottom: 10px;
}
.footer-text strong {
    color: var(--text-dark);
}
.footer-text a {
  color: var(--text-dark);
}

.footer-sitemap-section {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid rgba(255,255,255,0.1); 
}


.footer-bottom {
	background-color: #121A14 !important;
    padding: 20px 0;
    margin-top: 50px;
    font-size: 0.85rem;
    border-top: 1px solid rgba(255,255,255,0.05);
}

.footer-copy {
    color: #777;
    margin: 0;
}

.footer-link {
    color: var(--text-light);
    text-decoration: none;
    transition: color 0.2s;
}
.footer-link:hover {
    color: var(--accent-color);
}
.modern-footer {
	background-color: #f4f7f4;
    color: #475569;
}

.footer-main-row {
    display: flex;
    align-items: center;
    margin-bottom: 3rem;
}

.footer-text {
    color: #64748b;
    font-size: 0.875rem;
    line-height: 1.6;
    padding: 0 1.5rem;
}

.footer-maps-wrapper {
    width: 100%;
    height: 200px;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #e2e8f0;
    background: #eee;
}

.footer-maps-wrapper iframe {
    width: 100% !important;
    height: 100% !important;
    border: 0;
}

.footer-social-section {
    padding-top: 2rem;
    border-top: 1px solid #e2e8f0;
    text-align: center;
}

.footer-social-section h5 {
    color: #1e293b;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.75rem;
    letter-spacing: 2px;
    margin-bottom: 1.25rem;
}

.footer-bottom {
    background-color: #f1f5f9;
    padding: 20px 0;
    border-top: 1px solid #e2e8f0;
    margin-top: 3rem;
}

.footer-copy {
    color: #94a3b8;
    font-size: 0.85rem;
    margin-bottom: 0;
}

.social-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    background-color: var(--color-primary);
    border-radius: 50%;
    transition: all 0.3s ease;
    border: 1px solid transparent;
	margin: 0px 4px;
}

.social-btn img {
	width: 20px !important;
	height: 20px !important;
	filter: invert(100);
}

.social-btn:hover {
    background-color: var(--accent-color);
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(111, 185, 143, 0.3);
}

.banner img {
	width:100%;
	height:450px;
	overflow: hidden;
	object-fit: cover;
	object-position: center;
}

.bannerContainer .tns-item img {
    border-radius: 0px !important;
    margin-bottom: 0px !important;
}

.titulo {
    font-size: 18px;
    line-height: 18px;
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    padding: 0 0 10px 0;
    margin-bottom: 20px;
    border-bottom: 1px solid rgb(215, 215, 215);
    color: rgb(165, 200, 0);
}

.titulo-interno .row{
    padding:0;
	border-radius: 12px;
    margin:20px 0 30px 0;
    border-bottom:1px solid rgb(230,230,230);
	background-color: rgb(237,237,237);
}
  
.titulo-interno h2 {
    font-size:16px;
    line-height:50px;
    margin:0 0 0 15px;
    border-bottom:2px solid rgb(240,125,0);
    font-weight:bold;
    color:rgb(50,50,50);
    padding:10px 70px 5px 15px;
}

 /* ----- TITULO INTERNO & BREADCRUMB BENTO ----- */

.titulo-interno-bento {
    border-bottom: 1px solid #f1f5f9;
    margin-bottom: 30px;
}

.titulo-interno-bento h2 {
    font-size: 1.75rem;
    font-weight: 900;
    color: #0f172a;
}

.breadcrumb-bento {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center;
    overflow: hidden;
    list-style: none;
    margin: 0;
    padding: 0;
}

.breadcrumb-bento li {
    font-family: "Roboto Flex", sans-serif;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #94a3b8;
    display: block; 
    max-width: 200px;
    white-space: nowrap;
    overflow: hidden; 
    text-overflow: ellipsis;
}

.breadcrumb-bento li a {
    display: inline;
    color: inherit;
    text-decoration: none;
}

.breadcrumb-bento li + li::before {
    content: "\f054";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    padding: 0 10px;
    color: #cbd5e1;
    display: inline-block;
}


.breadcrumb-bento li a:hover {
    color: var(--color-primary);
    background: rgba(var(--color-primary-rgb), 0.05);
}

.breadcrumb-bento li.active {
    color: var(--color-primary) !important;
    font-weight: 900;
}

@media (max-width: 768px) {
    .titulo-interno-bento h2 {
        font-size: 1.4rem;
    }
}

.noticia-capa a {
	color:rgb(100,100,100);
}

.noticia-capa a:hover {
	color:rgb(0,0,0);
}

.noticia-capa a h2 {
	font-size:20px;
	line-height:28px;
	font-weight:700;
	color:rgb(0,0,0);
	transition: all .5s ease;
}

.noticia-capa a:hover h2 {
	color:rgb(0,0,0);
}

.noticia-capa img {
	height:220px;
	width:100%;
	border-radius:12px;
	overflow: hidden;
	margin-top:10px;
	object-fit: cover;
    object-position: center;
}

.evento-capa {
	display:flex;
	align-items: center;
}

.evento-capa img {
	border-top:1px solid rgb(215,215,215);
	border-left:1px solid rgb(215,215,215);
	border-right:2px solid rgb(190,190,190);
	border-bottom:2px solid rgb(170,170,170);
	border-radius:12px;
	width:350px;
	margin-right:25px;
}

.evento-capa h3 {
	font-size:22px;
	line-height:26px;
	font-weight:700;
}

.evento-capa h3 small {
	display:block;
	margin-top:8px;
}

.evento-capa a{
	color: rgb(0, 0, 0);
}

.btn-inscricao {
	color:rgb(0,0,0);
	border:3px solid rgb(58, 162, 67);
	text-transform: uppercase;
	font-size:13px;
	font-weight:700;
	line-height:32px;
	border-radius:8px;
	padding:13px 25px 8px 25px;
	display:inline-block;
	white-space: nowrap;
	margin-left:40px;
	transition: all .5s ease;
	text-align: center;
	transition: all .3s ease;
}

.btn-inscricao span {
	display:block;
	color:rgb(0,0,0);
	font-size:20px;
	line-height:20px;
	margin-bottom:2px;
}

.btn-inscricao:hover {
	color:rgb(255,255,255);
	background-color: rgb(58, 162, 67);
}

.btn-inscricao:hover span {
	color:rgb(255,255,255);
}

.btn-todos {
    --btn-accent: var(--color-primary);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    color: #666;
    border: 1px solid #e0e0e0;
    border-radius: 50px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 11px !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 10px 35px;
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    text-decoration: none !important;
    outline: none;
}

.btn-todos:hover {
    color: var(--btn-accent);
    border-color: var(--btn-accent);
    letter-spacing: 2px;
    background-color: color-mix(in srgb, var(--btn-accent), transparent 97%);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px color-mix(in srgb, var(--btn-accent), transparent 92%);
}

.legislacao-capa {
	width:100%;
	display:block;
	border-bottom:1px solid rgb(225,225,225);
	margin:0 0 20px 0;
}

.legislacao-capa a {
	color:rgb(0,0,0);
}

.legislacao-capa a:hover {
	color:rgb(125,125,125);
}

.legislacao-capa span {
	color:rgb(58, 162, 67);
	font-size:40px;
	position: absolute;
}

.legislacao-capa p {
	margin-left:50px;
}

.galeria-capa {
	position: relative;
	width:100%;
	height:365px;
	display:block;
	overflow: hidden;
	border-radius:20px;
}

.galeria-capa , .galeria-capa:hover {
	color:rgb(255,255,255);
}

.galeria-capa img {
	width:100%;
	height:365px;
	object-fit: cover;
	object-position: center;
}

.galeria-capa h3 {
	position: absolute;
	bottom:-10px;
	left:0;
	right:0;
	background-color: rgba(0,0,0,.8);
	text-align: center;
	padding:20px 20px 25px 20px;
	font-size:22px;
	line-height:28px;
	transition: all .3s ease;
}

.galeria-capa:hover h3 {
	background-color: rgba(0,0,0,1);
	padding:35px 20px 40px 20px;
}

/*----- SCROLL PARA O TOPO -----*/

.scrollTop {
    position: fixed !important;
    right: 10px;
    bottom: 50px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: rgb(165, 200, 75);
    border: none;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 0px 4px rgba(150, 182, 68, 0.11);
    cursor: pointer;
    transition-duration: 0.3s;
    overflow: hidden;
    position: relative;
	z-index: 2;
}
  
.svgIcon {
    width: 12px;
    transition-duration: 0.3s;
}
  
.svgIcon path {
    fill: white;
}
  
.scrollTop:hover {
    width: 65px;
    border-radius: 50px;
    transition-duration: 0.3s;
    background-color: rgb(148, 180, 68);
    align-items: center;
}
  
.scrollTop:hover .svgIcon {
    transition-duration: 0.3s;
    transform: translateY(-200%);
}
  
.scrollTop::before {
    position: absolute;
    bottom: -20px;
    content: "Topo";
    color: white;
    font-size: 0px;
}
  
.scrollTop:hover::before {
    font-size: 13px;
    opacity: 1;
    bottom: unset;
    transition-duration: 0.3s;
}


/*----- GALERIA DE FOTOS PADRÃO ----- */

.tns-outer {
	position: relative;
	overflow: hidden;
	border:0px solid rgb(255,255,255);
}
  
.tns-controls {
	position: absolute;
	left:12px;
	top:0;
	z-index: 99 !important;
}
  
.tns-controls button {
	background-color: #FFF;
	text-transform: uppercase;
	font-weight:bold;
	font-size:10px !important;
	border:1px solid rgb(220,220,220) !important;
	border-radius:3px !important;
	padding:4px 15px;
	height:100%;
	margin: 1px;
}
  
.tns-controls button:hover {
	background-color:rgb(220,220,220) !important;
}
  
.tns-nav {
	position: absolute;
	right:25px;
	top:15px;
	z-index: 98 !important;
}
  
.tns-nav button {
	height:2px !important;
	padding:3px 10px !important;
	border-radius: 20px !important;
	margin: 1px;
	border: 0;
	background-color: rgb(200,200,200) !important;
}
  
.tns-nav button.tns-nav-active {
	background-color: #333 !important;
	color: #fff;
}

.tns-carousel {
	margin-top:0;
}
  
.tns-item {
	position: relative;
	padding:0 !important;
	height:100% !important;
}
  
.tns-item span {
    width: 100%;
    display: block;
    text-align: center;
    margin-top: 10px;
}
  
.tns-item img {
	border-radius:16px;
	overflow: hidden;
	border:0;
	width:100%;
}

.midias-sociais{
	text-align: center;
}

.associe-img{
	display: flex;
	justify-content: center;
	align-items: flex-end;
}

.btn-voltar {
	border:1px solid rgb(230,230,230);
	padding:8px 16px;
	line-height:18px;
	height:34px;
	color:rgb(0, 147, 53);
}


.anexo-card {
	background: white;
	border-radius: 8px;
	padding: 20px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
	transition: all 0.3s ease;
	height: 100%;
	border-left: 4px solid rgb(0, 147, 53);
}

.anexo-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.12);
}

.doc-icon {
	font-size: 2.0rem;
	color: rgb(0, 147, 53);
	margin-bottom: 15px;
}

.doc-title {
	color: #212529;
	margin-bottom: 5px;
	font-size: 1.1rem;
}

.doc-meta {
	color: #6c757d;
	font-size: 0.85rem;
	margin-bottom: 10px;
}

.me-1{
	margin-right: 3px;
}

.doc-actions .btn {
	padding: 5px 10px;
	font-size: 0.8rem;
}

.doc-actions a:hover{
	color: #FFF !important;
}


.filtros {
    border: 1px solid rgb(210,210,210);
    border-radius: 6px;
    overflow: hidden;
}

.filtros h6 {
    font-size: 14px;
    line-height: 14px;
	text-transform: uppercase;
    padding: 15px 20px 15px 25px;
    margin: 0;
    border-bottom: 1px solid rgb(210,210,210);
    position: relative;
}

.filtros h6 span {
    position: absolute;
    top: 18px;
    left: 10px;
    height: 8px;
    width: 8px;
    border-radius: 10px;
    background-color:rgb(58, 162, 67);
}

.box-filtros {
	padding:25px;
	background-color: rgb(237,237,237);
}

.btn-primary {
	background-color:rgb(58, 162, 67) !important;
	border-color:rgb(58, 162, 67) !important;
	color: rgb(255,255,255) !important;
}

.btn-primary:hover {
	background-color:rgb(44, 124, 51) !important;
	border-color:rgb(44, 124, 51) !important;
}

.nopadding {
    padding: 0 !important;
}

/* ----- BOX LISTAGEM PADRÃO ----- */

.box-lista {
	border-radius:12px;
	position:relative;
	margin:0 0 35px 0 !important;
	overflow: hidden;
	border:1px solid rgb(225,225,225);
}
  
.box-lista .imagem-lista {
	width:100%;
	height:220px;
	overflow:hidden;
}
  
.box-lista img {
	width:100%;
	height:220px;
	object-fit: cover;
	object-position: center;
}
  
.box-lista .texto {
	padding:30px 30px 20px 20px;
	color:#000;
}
  
.box-lista hr {
	padding:0 !important;
	margin:15px 0 !important;
}
  
.box-lista h4 {
	font-size:1.3em;
	text-transform: uppercase;
	margin:0 35px 10px 0;
	font-family:'Montserrat',sans-serif;
}
  
.box-lista small {
	font-size:1em;
	line-height:1.2em;
	padding:0;
	margin:0;
	display:block;
}
  
.tarja {
	position: absolute;
	bottom:0;
	right:15px;
	padding:0;
	font-size:.7em;
	font-weight:bold;
	text-align:right;
	display:inline-block;
	height:10px;
	text-transform: uppercase;
	border-bottom:4px solid rgb(59, 166, 68);
	transition:all .5s ease;
}

.tarja {
	position: absolute;
	bottom:0;
	right:15px;
	left:15px;
	padding:0;
	font-size:.7em;
	font-weight:bold;
	text-align:right;
	display:block;
	height:28px;
	text-transform: uppercase;
	border-bottom:3px solid rgb(0, 147, 53);
  }
  
.box-lista:hover .tarja {
	border-bottom:4px solid rgb(58, 162, 67);
	right:100%;
}
  
.box-lista p {
	max-height:60px;
	margin-top:10px;
	overflow: hidden;
	text-overflow:ellipsis;
}

#box-lista-noticia{
	height: 450px;
	overflow-y: auto;
}
  
#box-lista-noticia .texto{
   padding: 20px 20px 20px 20px;
}
  
#box-lista-noticia h5{
	margin: 0px 0px 10px 0px;
}


.impresso .imagem-lista {
	height: 300px;
}

.impresso .imagem-lista img{
	height: 300px;
}

.impresso .texto{
	padding: 20px;
}

.impresso h4{
  margin: 0 0px 10px 0;
  font-size: 1rem !important;
  text-transform: capitalize !important;
}


/* --- MODAL AVISO ----- */
  
.modal-header {
	position:relative;
	background-color: rgb(59, 166, 68);
	color:rgb(255,255,255) !important;
}
  
.modal-header button {
	position: relative;
	right:0;
	top:0;
	border:0 !important;
}
  
.modal-title {
	margin-top:0;
	width:100%;
	text-align: center;
}
  
.modal-body {
	display: flex;
	flex-direction: column;
}

#form-agendamento .close{
	display: none;
}

.titulo-lateral {
	margin-left:0;
	margin-right:15px;
	padding:10px 0;
	font-size:14px;
	text-transform: uppercase;
	font-weight:900;
	position: relative;
}

.titulo-lateral p {
	padding:0;
	margin:0 0 0 30px;
}

.titulo-lateral a, .titulo-lateral a:hover {
	color: #000000;
	text-decoration: none;
}

.titulo-lateral span:nth-of-type(1) {
	position: absolute;
	top:5px;
	left:15px;
	width:20px;
	color:rgb(58, 162, 67);
}

.titulo-lateral span:nth-of-type(2) {
	position: absolute;
	top:-2px;
	left:15px;
	width:165px;
	height:1px;
	background-color:rgb(58, 162, 67);
}

.mais-lidas {
	position: relative;
	display:block;
	height:105px;
	border-bottom:1px dashed rgb(180,180,180);
}

.mais-lidas span {
	position: absolute;
	top:20px;
	left:0;
	background-color:rgb(150, 190, 210);
	color:rgb(255,255,255);
	font-size:18px;
	line-height:18px;
	font-weight:900;
	padding:10px 13px;
	border-radius:20px;
}

.mais-lidas a {
	position: absolute;
	left:55px;
	top:15px;
	color:rgb(50,50,50);
	font-weight:normal;
	padding-bottom:15px;
}

#mais-lidas {
	margin-top: 10px;
}

#mais-lidas img {
	width:100%;
	height:180px;
	overflow: hidden;
	object-fit: cover;
	object-position: center;
	border-radius:6px;
}

#mais-lidas a {
	margin-top: 5px;
	font-size:16px;
	font-weight:bold;
	color: rgb(50,50,50);
}

#mais-lidas a:hover{
	color: #006699;
}

.rounded12 {
    border-radius: 12px;
}

.padding20 {
    padding: 20px;
}

.nomargin {
    margin: 0 !important;
}

/* -------- LICITAÇÃO  ---------- */

#tabelas > div > div {
	padding:15px !important;
}

#tabelas span {
	font-weight:600;
}

#tabelas .btn-status {
	display:inline-block;
	padding:8px 15px;
	border-radius:4px;
	font-size:14px;
	line-height:14px;
	color:rgb(255,555,255);
	font-weight:normal;
}

.corAB, .corEM, .corAT {background-color: rgb(55,140,42); color:rgb(255,255,255); padding:5px; display:block; text-align: center; border-radius:20px}
.corSU, .corCO {background-color:rgb(20,120,240); color:rgb(255,255,255); padding:5px; display:block; text-align: center; border-radius:20px}
.corFI, .corCA, .corCA {background-color:rgb(190,20,10); color:rgb(255,255,255); padding:5px; display:block; text-align: center; border-radius:20px}
.corDE, .corRE {background-color:rgb(230,140,0); color:rgb(255,255,255); padding:5px; display:block; text-align: center; border-radius:20px}


/* -------- ANEXO  ---------- */
.btn-anexos {
	padding:15px;
	line-height:16px;
	font-size:12px;
	text-transform: uppercase;
	display:block;
	border-bottom:1px dashed rgb(210,210,210);
	color:rgb(50,50,50);
}

.btn-anexos i {
	font-size:10px;
	color:rgb(58, 162, 67);
}

.box-anexos{
	border: 2px solid rgb(58, 162, 67);
	border-radius: 4px;
}

.box-anexos .titulo-lateral{
    margin-left: 15px !important;
    margin-right: 15px !important;
    background-color: rgb(58, 162, 67);
}

.box-anexos .titulo-lateral span:nth-of-type(2){
	display: none;
}

.box-anexos .titulo-lateral, .box-anexos .titulo-lateral span:nth-of-type(1){
	color: #FFF;
}



/* ----- ICONES COMPARTILHAMENTO ----- */
  
.icone {
	display: inline-block;
  	width: 30px;
  	height: 30px;
  	padding:7px 4px;
	color: #FFF;
	font-size: 13px;
	line-height:13px;
	text-align: center;
  	margin-top:10px;
  	margin-bottom:10px;
  	border-radius:4px;
  	transition: all .3s ease;
}

.icone:hover {
  	color:rgb(120,120,120);
  	background-color:rgb(230,230,230);
}

.icone-print {
	color: #000;
  	border:1px solid rgb(210,210,210)
}

.icone-twitter {
	background-color: #000000;
}

.icone-whatsapp {
	background-color: #55B863;
}

.icone-facebook {
	background-color: #366EA7;
}

.icone-linkedin {
	background-color: #326BA4;
}

#imprimir .material-icons {
    padding: 8px;
    color: rgb(50, 50, 50) !important;
}


.box-ensino {
    flex-basis: 260px;
    flex-grow: 1;
    max-width: 100%;
    border-radius:8px;
    margin:5px;
}

.box-ensino img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    object-position: left;
    border-radius: 5px;
	margin-bottom: 10px;
}

.box-ensino p {
    margin-bottom: 5px;
	color: rgb(50,50,50);
}

.indisponivel , .empty {
	font-size:20px;
	text-align: center;
	display:block;
	padding:40px;
	width:100%;
}

.nav-tabs .nav-link{
	color: rgb(0, 147, 53);
}


.box-evento-texto {
	padding:20px;
	overflow-y: auto;
	height:300px;
}

.box-evento-texto h5 {
	font-size:16px !important;
}

.box-evento-certificado {
	border-left:1px solid rgb(210,210,210);
	border-top:1px solid rgb(210,210,210);
	border-right:1px solid rgb(215,215,215);
	border-bottom:1px solid rgb(200,200,200);
	border-radius:8px;
	display:flex;
	flex-direction: column;
	height:220px;
	margin-bottom:30px;
	overflow: hidden;
}

.box-evento-certificado-texto {
	padding:20px;
	overflow-y: auto;
	height:300px;
}

.box-evento-certificado-texto h5 {
	font-size:16px !important;
}

.padding10B {
	padding-bottom:10px;
}

/* -------- SOLICITAÇÃO  ---------- */
.rounded-maior {
	border-radius:12px;
	overflow: hidden;
}

.padding30 {
	padding:30px 25px;
}

#resposta-solicitacao div {
	border-radius:10px;
	padding:20px 30px !important;
	background-color: rgb(5,80,130);
	color:rgb(255, 255, 255);
	font-weight:900;
}

#resposta-solicitacao div p {
	margin:0;
	padding:0;
}

.mapa-site {
	list-style: none;
}
  
.mapa-site li {
	padding:3px 0;
}
  
.mapa-site > li {
	padding-top:20px;
}
  
.mapa-site > li > a {
	font-weight: 900;
	font-size:1.2em;
}

.dynamika-menu-responsivo-wrapper {
    right: 0px !important;
    top: 10px !important;
}

.dynamika-menu-responsivo-wrapper button {
    background-color: rgb(58, 162, 67) !important;
}

.dynamika-menu-responsivo-wrapper button:hover{
    background-color: rgb(58, 162, 67) !important;
}

.dynamika-menu-responsivo-wrapper ul {
  background-color: var(--h-bg-topbar) !important;
  border-radius: 6px !important;
}

.titulo-membro {
	position: relative;
	background-color:rgba(0,65,125,.07);
	border-radius:6px;
	padding:12px 20px;
	width:100%;
	margin-bottom:15px;
	font-weight:900;
}

.titulo-membro span {
	position: absolute;
	top:0px;
	left:15px;
	width:50px;
	height:3px;
	background-color: rgb(175,145,65);
}


/* ----- RESPONSÁVEL ----- */

.box-responsavel {
	border:1px solid rgb(220,220,220);
	border-radius:8px;
	overflow: hidden;
	position: relative;
	background-color: rgb(255,255,255);
	margin-bottom:30px;
}
	
.box-responsavel img {
	object-fit: cover;
	object-position: top;
	width:100%;
	height:315px;
}

.box-responsavel h6 {
	font-size:15px;
	line-height:16px;
	text-transform: uppercase;
	padding:0px 0 5px 0;
	margin:0;
}
  
.box-responsavel span {
	display:block;
	padding:15px;
	height:100px;
	overflow-y: auto;
	font-size:14px;
	line-height:18px;
}
  
.box-responsavel .container {
	border-radius:0 0 6px 6px;
}

.sidebar {
	width: 100%;
	background-color: #ffffff;
	padding: 20px;
	border: 1px solid rgb(210,210,210);
	border-radius: 6px;
	margin-bottom: 20px;
}
.sidebar h5 {
	margin-bottom: 20px;
	font-weight: bold;
}
.btn-custom {
	width: 100%;
	margin-bottom: 10px;
}
.content {
	margin-left: 250px;
	padding: 20px;
}

.secao-capa .titulo {
    position: relative;
    padding-left: 15px;
    margin-bottom: 25px;
}

.secao-capa .titulo h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 850;
    font-size: 1.6rem;
    color: #0b2218;
    text-transform: uppercase;
    letter-spacing: -1px;
    line-height: 1;
	margin: 0px !important;
}

.secao-capa .titulo .square {
    position: absolute;
    left: 0;
    top: 2px;
    bottom: 2px;
    width: 4px;
    background: var(--color-primary);
    border-radius: 4px;
    display: block;
}

.secao-capa .titulo h2::after {
    content: '.';
    color: var(--color-primary);
}

#institucional{
	background-color: rgb(248, 249, 250);
}

/* Barra Acessibilidade */

.barra-superior {
  background: linear-gradient(135deg, rgb(53, 151, 62) 0%, rgb(65, 180, 75) 100%);  height: 45px;
  display: flex;
  align-items: center;
}

.barra-superior-container {
  justify-content: space-between;
}

.acessibilidade {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  z-index: 10;
}

.acessibilidade a {
  text-decoration: none;
  color: var(--h-text-topbar);
  margin: -2px 2px 0 0;
  transition: all .3s ease;
}

.acessibilidade a:hover {
  margin: -2px 2px 0 0;
  color: var(--h-text-topbar);
}

.acessibilidade a i {
  font-size: 11px;
  padding: 6px 8px;
  border-radius: 20px;
  transition: all .1s ease;
}

.acessibilidade a:hover i {
  color: var(--h-text-topbar);
}

 .header-galeria-eco {
    text-align: center;
    margin-bottom: 20px;
}

 .sub-eco {
    display: block;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 11px;
    color: #4a7c35; 
    font-weight: 600;
}
.titulo-eco {
    font-weight: 700;
    font-size: 22px;
    color: #2c3e50;
    margin-top: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    width: 100%;
}
.bannerContainer.has-pro-faixa {
    position: relative;
    overflow: hidden;
}

.frase-de-apoio-faixa {
    position: absolute;
    bottom: 0; 
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5); 
    padding: 27px 0;
    z-index: 10;
}

.frase-de-apoio-faixa p {
    color: #ffffff;
    text-align: center;
    margin: 0;
    font-size: 17px; 
    font-weight: 500; 
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3); 
    padding-left: 15px;
    padding-right: 15px;
}

@media (max-width: 767px) {
    .frase-de-apoio-faixa {
        padding: 10px 0;
    }
    .frase-de-apoio-faixa p {
        font-size: 14px;
        line-height: 1.4;
    }
}

.summary{
	margin: 12px 0px !important;
}

@media print {
    .pge-actions-row {
        display: none !important;
    }

    .dont-print,
    .no-print,
    .d-print-none,
    .noprint,
	.dontPrint {
        display: none !important;
    }
    
    .pge-view-header {
        border-bottom: none !important;
        padding: 0 !important;
    }
}

/* VIEW EVENTOS */
/* Wrapper Principal */
.event-card-wrapper {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 5px 25px rgba(0,0,0,0.05);
    overflow: hidden;
}

/* Cabeçalho do Evento Refatorado */
.event-header {
    padding: 30px 40px;
    background: #fff;
    border-bottom: 1px solid #f0f0f0;
}

/* Linha Superior: Título + Botões */
.header-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 15px;
}

.event-title {
    font-family: 'Segoe UI', sans-serif;
    font-size: 2rem;
    font-weight: 800;
    color: var(--color-primary);
    line-height: 1.2;
    margin: 0;
}

.commission-tags-area {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
}

.commission-badge {
    display: inline-flex;
    align-items: center;
    padding: 6px 14px;
    background-color: color-mix(in srgb, var(--color-secondary), white 90%);
    color: var(--color-secondary);
    font-size: 0.85rem;
    font-weight: 700;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.2s ease;
    border: 1px solid color-mix(in srgb, var(--color-secondary), white 70%);
}

.commission-badge:hover {
    background-color: var(--color-secondary);
    color: #fff;
    transform: translateY(-2px);
    text-decoration: none;
}

/* Abas (Pílulas) */
.event-nav-tabs {
    display: flex;
    justify-content: center;
    background-color: #f8f9fa;
    padding: 15px;
    border-bottom: 1px solid #eee;
}

.nav-pills-custom .nav-link {
    color: #666;
    background: #fff;
    font-weight: 700;
    padding: 10px 25px;
    border-radius: 50px;
    border: 1px solid #e0e0e0;
    margin: 0 5px; /* Espaço lateral entre abas */
    transition: all 0.3s ease;
    text-transform: uppercase;
    font-size: 0.85rem;
}

.nav-pills-custom .nav-link:hover {
    color: var(--color-primary);
    border-color: var(--color-primary);
    transform: translateY(-2px);
}

.nav-pills-custom .nav-link.active {
    background-color: var(--color-primary) !important;
    color: #fff;
    border-color: var(--color-primary);
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}

/* Conteúdo */
.event-tab-content {
    padding: 40px;
    min-height: 300px;
    font-size: 1.05rem;
    line-height: 1.7;
    color: #333;
}
/* FIM VIEW EVENTOS */

/* INDEX EVENTOS */
/* Cards da Barra Lateral (Sidebar) */
.sidebar-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.04);
    padding: 25px;
    margin-bottom: 30px;
    border: 1px solid #eef0f2;
}

.sidebar-title {
    color: var(--color-primary);
    font-size: 1.15rem;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 20px;
    border-bottom: 2px solid color-mix(in srgb, var(--color-primary), white 85%);
    padding-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 10px;
}

/* Customização de Inputs e Botões */
.sidebar-card .form-control, 
.sidebar-card .select2-selection {
    border-radius: 8px;
    border: 1px solid #ddd;
    padding: 10px 15px;
    height: auto;
    box-shadow: none;
}

.sidebar-card .select2-container .select2-selection--single {
    height: 45px;
    display: flex;
    align-items: center;
}

.sidebar-card .select2-container--krajee-bs4 .select2-selection--single .select2-selection__arrow {
    height: 43px;
}

.select2-selection__rendered {
  width: 95%;
}

.select2-container--krajee-bs4 .select2-selection--single .select2-selection__clear {
  line-height: 1.5rem;
}

.btn-sidebar-primary {
    background-color: var(--color-primary);
    color: #fff;
    border: none;
    border-radius: 8px !important;
    padding: 10px 10px !important;
    font-weight: 700;
    height: auto !important;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
}

.btn-sidebar-primary:hover {
    background-color: var(--color-primary);
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.btn-sidebar-outline {
    background-color: transparent;
    color: var(--color-primary);
    border: 1px solid var(--color-primary);
    border-radius: 8px;
    padding: 10px 10px;
    font-weight: 700;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
}

.btn-sidebar-outline:hover {
    background-color: var(--color-primary);
    color: #fff;
}

/* Área de Botões (Lado a Lado) */
.sidebar-actions {
    display: flex;
    gap: 10px;
    margin-top: 15px;
}

/* Paginação do ListView */
.list-view-pagination .pagination {
    justify-content: center;
    margin-top: 20px;
}
/* FIM INDEX EVENTOS */

.faq-bento-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 30px;
    border: 1px solid #f1f5f9;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.02), 0 2px 4px -1px rgba(0, 0, 0, 0.01);
    margin-bottom: 30px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.faq-bento-card:hover {
    transform: translateY(-5px);
    border-color: var(--color-primary);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.05);
}

.faq-header-bento {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}

.faq-badge-bento {
    font-size: 0.7rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 6px 14px;
    background: #f8fafc;
    color: #64748b;
    border-radius: 8px;
    border: 1px solid #f1f5f9;
}

.faq-category-link {
    text-decoration: none !important;
    color: #0f172a !important;
    font-size: 1.4rem;
    font-weight: 900;
    letter-spacing: -0.02em;
    transition: all 0.3s ease;
}

.faq-bento-card:hover .faq-category-link {
    color: var(--color-primary) !important;
}

.faq-bento-card .accordion .card {
    border: none !important;
    background: #f8fafc;
    border-radius: 12px !important;
    margin-bottom: 12px;
    transition: background 0.3s ease;
}

.faq-bento-card .accordion .card:hover {
    background: #f1f5f9;
}

.faq-bento-card .accordion .card-header {
    background: transparent !important;
    border: none !important;
    padding: 5px 10px !important;
}

.faq-bento-card .accordion .btn-link {
    width: 100%;
    text-align: left;
    color: #334155 !important;
    font-weight: 700;
    font-size: 1rem;
    text-decoration: none !important;
    padding: 15px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: none !important;
}

.faq-bento-card .accordion .btn-link::after {
    content: "\f067";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 0.8rem;
    color: #94a3b8;
    background: #ffffff;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.faq-bento-card .accordion .btn-link:not(.collapsed)::after {
    content: "\f068";
    transform: rotate(180deg);
    background: var(--color-primary);
    color: #ffffff;
}

.faq-bento-card .accordion .card-body {
    font-size: 0.95rem;
    color: #475569;
    line-height: 1.7;
    padding: 0 20px 20px 20px;
    background: transparent;
}

.bento-sidebar {
    background: #ffffff;
    border: 1px solid #eef2f6;
    border-radius: 20px;
    padding: 32px;
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.04), 0 8px 10px -6px rgba(0, 0, 0, 0.04);
    top: 30px;
}

.bento-sidebar-header {
    margin-bottom: 24px;
}

.bento-tag {
    display: inline-block;
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: var(--color-primary);
    background: rgba(var(--color-primary-rgb), 0.08);
    padding: 4px 12px;
    border-radius: 100px;
    margin-bottom: 12px;
}

.bento-sidebar-title {
    font-size: 1.35rem;
    font-weight: 800;
    color: #1a202c;
    line-height: 1.2;
    margin-bottom: 12px;
}

.bento-sidebar-desc {
    font-size: 0.875rem;
    color: #718096;
    line-height: 1.6;
    margin-bottom: 28px;
}

.bento-input-group {
    margin-bottom: 16px;
}

.bento-input {
    width: 100%;
    height: 54px !important;
    background: #f7fafc !important;
    border: 2px solid #f7fafc !important;
    border-radius: 12px !important;
    padding: 0 20px !important;
    font-size: 0.95rem !important;
    font-weight: 600 !important;
    color: #2d3748 !important;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.bento-input:focus {
    background: #ffffff !important;
    border-color: var(--color-primary) !important;
    box-shadow: 0 0 0 4px rgba(var(--color-primary-rgb), 0.1) !important;
    outline: none !important;
}

.btn-bento-primary {
    width: 100%;
    height: 54px;
    background: var(--color-primary);
    color: #ffffff !important;
    border: none;
    border-radius: 12px;
    font-size: 0.85rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.btn-bento-primary:hover {
    filter: brightness(1.05);
    transform: translateY(-2px);
    box-shadow: 0 10px 20px -10px rgba(var(--color-primary-rgb), 0.5);
}

.btn-bento-primary:active {
    transform: translateY(0);
}

.bento-footer {
    margin-top: 24px;
    padding-top: 20px;
    border-top: 1px solid #edf2f7;
    text-align: center;
}

.bento-footer span {
    font-size: 0.75rem;
    color: #a0aec0;
    font-weight: 500;
}
.responsive-calendar {
    background: #ffffff;
    padding: 15px;
    border-radius: 12px;
    user-select: none;
}

.responsive-calendar .controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.responsive-calendar .controls .mes-calendar {
    font-size: 1.1rem;
    font-weight: 800;
    color: #1e293b;
    margin: 0;
    text-transform: capitalize;
}

.responsive-calendar .controls a {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px; height: 32px;
    border-radius: 8px;
    background: #f1f5f9;
    color: #475569;
    transition: all 0.2s;
}

.responsive-calendar .controls a:hover {
    background: #e2e8f0;
}

.responsive-calendar .day-headers {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
}

.responsive-calendar .day.header {
    text-align: center;
    font-size: 10px;
    font-weight: 800;
    color: #94a3b8;
    padding: 10px 0;
}

.responsive-calendar .days {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 1px; 
    background: #edf2f7; 
    border: 1px solid #edf2f7;
    border-radius: 10px;
    overflow: hidden;
}

.responsive-calendar .day {
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    position: relative;
    transition: background 0.2s;
}

.responsive-calendar .day:not(.not-current):hover {
    background: #f8fafc !important;
}

.responsive-calendar .day a {
    text-decoration: none;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.responsive-calendar .day.work a {
    color: #334155 !important;
    font-weight: 700;
}

.responsive-calendar .day.no-work {
    background: #fcfcfc;
}

.responsive-calendar .day.no-work a {
    color: #cbd5e1 !important;
    opacity: 0.6;
    cursor: default;
}

.responsive-calendar .day.today a {
    color: var(--color-primary) !important;
    font-weight: 800;
}

.responsive-calendar .day.not-current { visibility: hidden; }

.bento-view-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 32px;
    border: 1px solid #edf2f7;
    box-shadow: 0 4px 6px -1px rgba(0,0,0,0.02);
    margin-bottom: 24px;
}

.bento-header-title {
    font-size: 2rem;
    font-weight: 850;
    color: #0f172a;
    letter-spacing: -0.03em;
    margin-bottom: 24px;
    line-height: 1.1;
}

.bento-grid-info {
    display: flex;
    gap: 16px;
    margin-bottom: 24px;
}

.bento-info-item {
    flex: 1;
    background: #f8fafc;
    padding: 20px;
    border-radius: 16px;
    border: 1px solid #f1f5f9;
}

.bento-info-label {
    display: block;
    font-size: 0.7rem;
    font-weight: 800;
    text-transform: uppercase;
    color: #94a3b8;
    margin-bottom: 6px;
    letter-spacing: 0.05em;
}

.bento-info-value {
    font-size: 1.1rem;
    font-weight: 700;
    color: #334155;
}

.bento-description {
    font-size: 1rem;
    color: #64748b;
    line-height: 1.7;
    background: #ffffff;
    padding: 20px;
    border: 1px solid #f1f5f9;
    border-radius: 16px;
    margin-bottom: 24px;
}

.bento-legend-box {
    display: flex;
    gap: 24px;
    justify-content: center;
    padding: 14px;
    background: #f8fafc;
    border-radius: 12px;
    border: 1px solid #f1f5f9;
}

.legend-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.8rem;
    font-weight: 700;
    color: #475569;
}

.legend-dot { width: 12px; height: 12px; border-radius: 4px; }
.dot-off { background: #cbd5e1; }

@media (max-width: 768px) {
    .bento-grid-info { flex-direction: column; }
}

.sidebar-title-indicator {
    width: 4px; 
    height: 18px; 
    border-radius: 4px; 
    margin-right: 12px;
    background-color: var(--color-primary);
}

.sidebar-title-text {
    margin: 0;
    font-weight: 700;
    letter-spacing: -0.01em;
    color: #2d3748;
}

.input-cpf-custom {
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    padding: 14px;
    font-weight: 600;
    transition: border-color 0.2s ease;
}

.input-cpf-custom:focus {
    background-color: var(--color-primary);
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.1);
}

.btn-consulta-agenda {
    border-radius: 12px;
    padding: 12px;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 0.75rem;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
}

.btn-consulta-agenda:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
}


.pagination {
  margin-top: 40px;
}

.pagination li {
  text-align: center;
  padding: 1px;
  margin: 2px;
  border: 1px solid #ffffff;
  border-radius: 4px;
  height: 32px;
}

.pagination li a {
  padding: 5px 15px;
  line-height: 30px;
  border-radius: 4px;
  margin: 0;
  transition: all .2s ease;
  color: var(--color-primary);
  font-family: 'Roboto', sans-serif;
}

.pagination li.active > a {
  background: var(--color-primary) !important;
  border-color: var(--color-primary) !important;
  color: #fff !important;
}

.pagination > li.prev > a,
.pagination > li.prev > span,
.pagination > li.next > a,
.pagination > li.next > span {
  font-weight: 600;
  padding: 0px 14px;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2;
}

.pagination > li > a,
.pagination > li > span {
  display: flex;
  align-items: center;
  justify-content: center;
  border: none !important;
}

.galeria-container{
    margin-top: 8px !important;
}

.barra-superior-container #busca{
    margin: 0px !important;
    height: 100% !important;
}

.maps-construtores iframe{
    width: 100% !important;
    border-radius: 10px !important;
}

.social-wrapper{
    display: flex;
    justify-content: start;
    align-items: center;
}
.social-btn{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(64, 177, 74);
}

.profile-main-image-wrapper {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.image-bento-box {
    width: 300px;
    height: 300px;
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid #eef2f6;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    background: #fff;
}

.image-bento-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.image-caption {
    font-size: 0.85rem;
    color: #94a3b8;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 5px;
    margin-left: 5px;
}

@media (max-width: 576px) {
    .image-bento-box {
        width: 100%;
        height: auto;
        aspect-ratio: 1 / 1;
    }
}

.swiper{
    z-index: 0 !important;
}

.acesso-portal-wrapper {
    margin-top: 30px;
}

.btn-clean-portal {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    padding: 12px 24px;
    background-color: #f8fafc;
    color: var(--color-primary);
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.3px;
    text-decoration: none !important;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-clean-portal i {
    font-size: 0.8rem;
    transition: transform 0.2s ease;
}

.btn-clean-portal:hover {
    background-color: var(--color-primary);
    color: #ffffff !important;
    border-color: var(--color-primary);
    transform: translateY(-2px);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.05);
}

.btn-clean-portal:hover i {
    transform: translateX(4px);
}

@media (max-width: 576px) {
    .btn-clean-portal {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }
}

.footer-links-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 15px;
}

.footer-link {
    font-size: 0.8rem;
    font-weight: 500;
    color: #64748b !important;
    text-decoration: none !important;
    transition: color 0.2s ease;
}

.footer-link:hover {
    color: var(--color-primary) !important;
}

.footer-divider {
    width: 4px;
    height: 4px;
    background-color: #cbd5e1;
    border-radius: 50%; 
}

.footer-copy {
    font-size: 0.75rem;
    color: #94a3b8;
    margin-top: 10px;
}

@media (max-width: 576px) {
    .footer-links-nav {
        flex-direction: column;
        gap: 8px;
    }
    .footer-divider {
        display: none;
    }
}

.section-conheca-mata {
    background-color: rgb(248, 249, 250) !important;
    min-height: 550px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.badge-verde {
    background-color: #eefdf3;
    color: #166534;
    padding: 6px 14px;
    border-radius: 30px;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    margin-bottom: 15px;
}

.titulo-secao {
    font-size: 2.5rem;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.1;
    margin-bottom: 20px;
}

.descricao-secao {
    font-size: 1.1rem;
    color: #64748b;
    line-height: 1.6;
    margin-bottom: 30px;
    max-width: 90%;
}

.btn-contrate-condutor {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background-color: #16a34a;
    color: #ffffff !important;
    padding: 16px 32px;
    border-radius: 14px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.9rem;
    text-decoration: none !important;
    transition: all 0.3s ease;
    box-shadow: 0 10px 20px rgba(22, 163, 74, 0.2);
}

.btn-contrate-condutor:hover {
    background-color: #15803d;
    transform: translateY(-3px);
    box-shadow: 0 15px 30px rgba(22, 163, 74, 0.3);
}

.galeria-mata-wrapper {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}

.info-galeria-sobreposta {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 40px 30px 30px;
    background: linear-gradient(transparent, rgba(0,0,0,0.8));
    color: #fff;
}

.sub-eco {
    font-size: 0.7rem;
    text-transform: uppercase;
    opacity: 0.8;
    letter-spacing: 1px;
}

.titulo-eco-compacto {
    font-size: 1.25rem;
    font-weight: 700;
    margin: 5px 0 10px;
}

.link-galeria {
    color: #4ade80 !important;
    font-size: 0.85rem;
    font-weight: 600;
    text-decoration: none;
}

.link-galeria:hover {
    text-decoration: underline;
}

@media (max-width: 991px) {
    .titulo-secao { font-size: 2rem; }
    .section-conheca-mata { padding: 50px 0; }
}

.container-form-login {
  background: #F8F9FD;
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(244, 247, 251) 100%);
  border-radius: 40px;
  padding: 35px 35px;
  border: 5px solid rgb(255, 255, 255);
  box-shadow: rgba(133, 189, 215, 0.8784313725) 0px 30px 30px -20px;
  margin: 20px;
}

.heading {
  text-align: center;
  font-weight: 900;
  font-size: 30px;
  color: var(--color-primary);
}

#login-form {
  margin-top: 20px;
}

#login-form .input {
  width: 100%;
  background: white;
  border: none;
  padding: 15px 20px;
  border-radius: 20px;
  margin-top: 15px;
  box-shadow: #cff0ff 0px 10px 10px -5px;
  border-inline: 2px solid transparent;
}

#login-form .input::-moz-placeholder {
  color: rgb(141, 141, 141);
}

#login-form .input::placeholder {
  color: rgb(141, 141, 141);
}

#login-form .input:focus {
  outline: none;
  border-inline: 2px solid var(--color-primary);
}

#login-form .forgot-password {
  display: block;
  margin-top: 10px;
  margin-left: 10px;
}

#login-form .forgot-password a {
  font-size: 11px;
  color: var(--color-primary);
  text-decoration: none;
}

#login-form .login-button {
  display: block;
  width: 100%;
  font-weight: bold;
  background: linear-gradient(45deg, var(--color-primary) 0%, var(--color-primary) 100%);
  color: white;
  padding-block: 15px;
  margin: 20px auto;
  border-radius: 20px;
  box-shadow: rgba(133, 189, 215, 0.8784313725) 0px 20px 10px -15px;
  border: none;
  transition: all 0.2s ease-in-out;
}

#login-form .login-button:hover {
  transform: scale(1.03);
  box-shadow: rgba(133, 189, 215, 0.8784313725) 0px 23px 10px -20px;
}

#login-form .login-button:active {
  transform: scale(0.95);
  box-shadow: rgba(133, 189, 215, 0.8784313725) 0px 15px 10px -10px;
}


.box-servidor {
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  background: #fff;
  padding: 25px;
  height: 100%;
}
.box-servidor:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}
.box-servidor-icon {
  font-size: 2.5rem;
  margin-bottom: 15px;
  color: var(--color-primary);
}
.box-servidor-title {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 20px;
  color: #333;
}

.row.g-4 { 
    display: flex; 
    flex-wrap: wrap;
    align-items: flex-start !important; 
}

@media (max-width: 991px) {
    .col-ce1-8 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        margin-bottom: 20px;
    }
    
    .doc-item-row span {
        font-size: 0.85rem;
    }
}

.ano-group { margin-top: 10px; text-align: left; }
.ano-header {
    background: #f8f9fa;
    padding: 12px 15px;
    border-radius: 8px;
    cursor: pointer;
    margin-bottom: 5px;
    display: flex;
    justify-content: space-between;
    font-weight: bold;
    border: 1px solid #eee;
    -webkit-tap-highlight-color: transparent;
}
.ano-content { padding: 5px 0 15px 0; }
.doc-item-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 15px;
    border-bottom: 1px solid #f1f1f1;
}
.doc-item-row:hover { background: #fafafa; }
.btn-baixar { 
    color: #337ab7; 
    font-size: 1.3rem; 
    padding: 5px 10px;
}
.btn-baixar:hover { color: #23527c; }

@media (max-width: 576px) {
    .text-right {
        text-align: left !important;
        margin-top: 10px;
    }
}