@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('../lib/bootstrap/css/bootstrap.min.css');
@import url('../lib/font-awesome/font-awesome.min.css');
@import url('../lib/ekko-lightbox/ekko-lightbox.css');
@import url('../lib/owl-carousel/owl.carousel.min.css');
@import url('../lib/owl-carousel/owl.theme.default.min.css');
@import url('../lib/whatsapp-widget/whatsapp.css');
@import url('custom.css');
@import url('color.css');

html, body{
	margin:0;
	padding:0;
	font-family: 'Poppins', serif;
	font-weight: 100;
  	font-style: normal;
	font-size:14px;
	line-height:normal;
	background: #fff;
	color:#000;
	overflow-x:hidden !important;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1320px;
    }
}

/*Backgrounds */
.background-white-img{
	background:url(../img/layout/bkg-white-img.jpg) center top no-repeat #ffffff;
	background-size:100%
}

.background-contact-img{
	background:url(../img/layout/bkg-contact-img.jpg) center top no-repeat #ffffff;
	background-size:100%;
}
@media only screen and (max-width: 600px) {
	.background-contact-img{
		background-size:cover;
	}
}

/* Headers / Backgrounds */
.no-webp .header-img-sobre{
	background:url(../img/layout/sobre/header-sobre.jpg);
}
.webp .header-img-sobre{
	background:url(../img/layout/sobre/header-sobre.webp);
}

.no-webp .header-img-solucoes{
	background:url(../img/layout/solucoes/header-solucoes.jpg);
}
.webp .header-img-solucoes{
	background:url(../img/layout/solucoes/header-solucoes.webp);
}

.no-webp .header-img-distribuidores{
	background:url(../img/layout/distribuidores/header-distribuidores.jpg);
}
.webp .header-img-distribuidores{
	background:url(../img/layout/distribuidores/header-distribuidores.webp);
}

.no-webp .header-img-lgpd{
	background:url(../img/layout/lgpd/header-lgpd.jpg);
}
.webp .header-img-lgpd{
	background:url(../img/layout/lgpd/header-lgpd.webp);
}

.no-webp .header-img-iso27001{
	background:url(../img/layout/iso27001/header-iso27001.jpg);
}
.webp .header-img-iso27001{
	background:url(../img/layout/iso27001/header-iso27001.webp);
}

.no-webp .header-img-certificacoes{
	background:url(../img/layout/certificacoes/header-certificacoes.jpg);
}
.webp .header-img-certificacoes{
	background:url(../img/layout/certificacoes/header-certificacoes.webp);
}

.no-webp .header-img-eventos{
	background:url(../img/layout/eventos/header-eventos.jpg);
}
.webp .header-img-eventos{
	background:url(../img/layout/eventos/header-eventos.webp);
}

.no-webp .header-img-vagas{
	background:url(../img/layout/vagas/header-vagas.jpg);
}
.webp .header-img-vagas{
	background:url(../img/layout/vagas/header-vagas.webp);
}

.no-webp .header-img-contato{
	background:url(../img/layout/contato/header-contato.jpg);
}
.webp .header-img-contato{
	background:url(../img/layout/contato/header-contato.webp);
}

.background-header-img{
	background-position: center top !important;
	background-repeat: no-repeat;
	background-size:100% !important;
	padding:110px 0px;
	text-align:center;
}
.background-header-img h1{
	font-size:35px;
	line-height:45px;
}
@media only screen and (max-width: 600px) {
	.background-header-img{
		background-position: center top !important;
		background-repeat: no-repeat;
		background-size:cover !important;
		padding:40px 0px;
	}
	.background-header-img h1{
		font-size:27px;
		line-height:40px;
	}
}



body.modal-open {
	position: fixed;
	width: 100%;
	overflow-y: scroll;
}

/* BARRA DE PROGRESSO */
#progress-bar {
  --scrollAmount: 0%;
  background-color: var(--green) !important;
  width: var(--scrollAmount) !important;
  height: 4px !important;
  position: fixed !important;
  top: 0 !important;
  z-index:99999999999999999999 !important
}


a,
a:link,
a:active,
a:visited{
	color:#000;
	transition:0.5s;
	text-decoration:none
}
a:hover{
	color: var(--green)	
}

/* LINKS */
.cor-links-topo-rodape a,
.cor-links-topo-rodape a:link,
.cor-links-topo-rodape a:active,
.cor-links-topo-rodape a:visited{
	color: #000;
	transition:0.5s;
}
.cor-links-topo-rodape a:hover{
	color: var(--green)
}

#menuHeader{
	z-index:999	
}
.menu-fixo{
	position: fixed;
	top: 0;
	z-index: 99;
	transition: all .5s;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.12);
}

@media only screen and (max-width: 600px) {
	.menu-fixo{
		position:inherit;
	}
}

.navbar-brand{
	padding:0px
}
.navbar{
	margin:0;
	padding:0	
}

/* Desktop */
.navbar-nav .nav-item {
	border-right: 1px solid #000;
}

/* Remove dos 2 últimos */
.navbar-nav .nav-item:nth-last-child(-n+2) {
	border-right: none;
}

/* Mobile */
@media (max-width: 991.98px) {
	.navbar-nav .nav-item {
		border-right: none;
	}
}

.navbar-nav .nav-item a {
	padding: 5px 6px;
	font-size: 14.5px;
	font-weight: 600;
	margin: 0px 6px;
	color: #000;
	transition: 0.5s;
	text-transform: uppercase; /* corrigido: 'none', 'uppercase', etc. */
}

/* No desktop, remove margin-right do último item */
@media (min-width: 768px) {
	.navbar-nav .nav-item:last-child a {
		margin-right: 0;
	}
}

@media only screen and (max-width: 600px) {
	.navbar-nav .nav-item a{
		margin: 0px;
	}
}

.navbar-nav .nav-link:hover{
	color: var(--green)
}

.dropdown-item{
    font-size: 16px;
	font-weight:600;
	line-height: 18px;
	margin:0px !important;
	padding:10px 0px;
	color:  #fff !important;
	text-transform:capitalize !important;
}
.dropdown-menu{
	top:95%;
	left:10px !important;
	width:100px
}
@media only screen and (max-width: 600px) {
	.dropdown-menu{
		width:auto
	}
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #fff !important;
	background:var(--blue) !important
}

.dropdown-item.active,.dropdown-item:active{
	color: #ffffff;
	text-decoration: none;
	background-color: var(--blue)
}

.dropdown:hover>.dropdown-menu {
  display: block;
  left: 0px;
  border: none
}
.navbar-toggler-icon{
	margin-bottom: 5px	
}
@media only screen and (max-width: 600px) {
	.navbar-collapse{
		margin-top:20px
	}	
	.nav-link {
	   padding: 5px 20px !important;
	}
	.navbar-collapse{
		margin-bottom: 10px	
	}
	.dropdown:hover>.dropdown-menu {
	  margin-left: 15px;
	  margin-right: 15px;
	}
	.navbar-nav li.nav-item:nth-child(8),
	.navbar-nav li.nav-item:nth-child(9){
		display:inline !important
	}
	.dropdown-menu{
		width:92% !important;
		left:0px !important;
	}

}

/* Botao Area do Cliente Topo */
.botao-area-cliente,
.botao-area-cliente a,
.botao-area-cliente a:link,
.botao-area-cliente a:active,
.botao-area-cliente a:visited{
	padding: 4px 20px !important;
	color: #fff !important;
	background: var(--green) !important;
	border:solid 2px var(--green) !important;
	font-size: 14px !important;
	font-weight: 600 !important;
	margin-left: 20px !important;
	border-radius: 15px !important;
	transition: 0.5s !important;
	display: block !important;
}
.botao-area-cliente:hover,
.botao-area-cliente a:hover{
	background: transparent !important;
	color: var(--green) !important;
}
@media only screen and (max-width: 600px) {
	.botao-area-cliente,
	.botao-area-cliente a,
	.botao-area-cliente a:link,
	.botao-area-cliente a:active,
	.botao-area-cliente a:visited{
		margin-left: 0px !important;
	}
}

/* Menu Social Rodape */
.menu-social-bottom{
	list-style:none;
	padding:0;
	margin:0;
	text-align:left;
}
.menu-social-bottom > li{
	display:inline-table	
}
.menu-social-bottom > li > a,
.menu-social-bottom > li > a:link,
.menu-social-bottom > li > a:active,
.menu-social-bottom > li > a:visited,
.menu-social-bottom > li > a:focus{
	display:block;
	font-size:25px;
	line-height:22px;
	border-radius:50%;
	text-align:center;
	color: var(--green) !important;
	margin:1px 3px;
	cursor:pointer;
	transition:0.5s;
	padding:0
}
.menu-social-bottom > li > a:hover{
	color: var(--blue) !important;
}
@media only screen and (max-width: 600px) {
	.menu-social-bottom{
		margin-left:auto;
		margin-right:auto;
		width:100%;
		margin-bottom:10px;
		text-align:center;
	}
	.menu-social-bottom > li{
		display:inline-table;
		margin-left:0px;
		margin-right:0px;
	}
}

/* BOTOES */
.botoes-sem-cor,
.botoes-sem-cor a,
.botoes-sem-cor a:link,
.botoes-sem-cor a:active,
.botoes-sem-cor a:visited{
	padding: 4px 25px;
	color: #fff !important;
	font-size: 16px;
	font-weight: 600;
	border-radius: 15px;
	transition: 0.5s;
	display: inline-block;
	border:solid 2px var(--green) !important;
}
.botoes-sem-cor:hover,
.botoes-sem-cor a:hover{
	background: transparent !important;
	color: var(--green) !important;
}

.botoes-sem-cor-borda,
.botoes-sem-cor-borda a,
.botoes-sem-cor-borda a:link,
.botoes-sem-cor-borda a:active,
.botoes-sem-cor-borda a:visited{
	padding: 8px 40px;
	color:#fff;
	font-size:17px;
	font-weight: 700;
	margin: 0px;
	border-radius: 8px;
	border:solid 2px;
	transition: 0.5s;
	display:block;
	text-transform:uppercase
}
.botoes-sem-cor-borda:hover,
.botoes-sem-cor-borda a:hover{
	opacity:0.5
}


/* FORMS */
.custom-label {
  font-weight: 600;
  font-size: 17px;
  color: #000;
  margin-bottom: 5px;
  display: block;
}


.form-control{
	font-family: 'Poppins', serif !important;
	padding:13px 20px;
	box-shadow: inset 0 1px 0 #f1f1f1, 0 4px 6px rgba(0, 0, 0, 0.12);
	border-radius:15px;
	background:#fff;
	font-size:17px !important;
	height:50px;
	margin-bottom:5px;
	margin-top:0px;	
	font-weight:600
}

.form-control input[type=select]{
	font-family: 'Poppins', serif !important;
	height:70px !important
}

.form-control:focus,
.form-control-busca:focus{
	background:#f9f9f9;
}
::placeholder{
  color: #666 !important;
  opacity: 1;
}

:-ms-input-placeholder{
  color: #666 !important;
}

::-ms-input-placeholder{
  color: #666 !important;
}
.has-error .checkbox, 
.has-error .checkbox-inline, 
.has-error .control-label, 
.has-error .help-block, 
.has-error .radio, 
.has-error .radio-inline, 
.has-error .checkbox label, 
.has-error .checkbox-inline label, 
.has-error .radio label, 
.has-error .radio-inline label{
    color: #be1622;
}
.help-block {
    display: block;
    margin-top: 3px;
    margin-left: 16px;
    margin-bottom: 2px;
    font-size: 13px;
    font-weight: 800;
    color: #be1622;
}



.page-item > .page-link > span > i{
	color:#555;
}
.page-item > .page-link:hover > span > i{
	color:#fff
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff !important;
    background-color: var(--green);
    border-color: var(--green);
	font-weight:800;
}
.page-link{
	background-color: transparent;
    border-color: #cacaca;
	color:var(--green) !important;
	font-weight:800;
	padding:10px 16px !important;
}
.page-link:hover {
    background-color: var(--blue);
    border-color: var(--blue);
	color:#fff !important
}


/* TIMELINE */
.year-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #666;
  font-weight: bold;
  text-decoration: none;
}

.year-item span {
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: solid 2px #ccc;
  border-radius: 50%;
  margin-bottom: 5px;
  display: inline-block;
  box-sizing: border-box;
  line-height: 0; /* impede que texto oculto afete a altura */
  overflow: hidden;
}

/* Quando estiver ativo (selecionado) */
.year-item.active span {
  border:solid 2px var(--blue);
}

.year-item:hover span {
  border: solid 2px var(--blue);
}

/* Barra de anos superior */
.timeline-years {
  position: relative;

}
.timeline-years .year-item {
  text-align: center;
  font-size:17px;
  font-family: 'Poppins', serif !important;
  color: var(--blue);
  position: relative;
  margin:2px 15px;
}
.timeline-years .year-item.active span {
  background: var(--blue);
  color: #fff;
  border-radius: 50%;
}

/* Linha vertical */
.timeline {
  position: relative;
  margin: 0 auto;
  padding: 0 0 40px;
  width: 100%;
}
.timeline::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -2px;
  width: 4px;
  height: 100%;
  background-color: var(--blue);
  z-index: 0;
}

/* Item da timeline */
.timeline-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  width: 100%;
  margin-bottom: 80px;
}

.timeline-item.left .content-box {
  order: 1;
  text-align: right;
}
.timeline-item.left .timeline-img {
  order: 2;
  margin-left: 20px;
  text-align: left;
}

.timeline-item.right .content-box {
  order: 2;
  text-align: left;
}
.timeline-item.right .timeline-img {
  order: 1;
  margin-right: 20px;
  text-align: right;
}

.timeline-item .content-box {
  width: 45%;
}
.timeline-item .timeline-img {
  width: 45%;
}

.timeline-img img {
  max-width: 350px;
  height: 275px;
  display: inline-block;
  object-fit: cover; /* mantém o corte proporcional, caso queira */
}

.timeline-item .circle-dot {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
  background-color: var(--blue);
  border-radius: 50%;
  z-index: 2;
  border: 3px solid #fff;
}
.timeline-ano-circulo {
  width: 110px;
  height: 110px;
  background: var(--blue);
  border-radius: 50%;
  font-size: 25px;
  color: #fff;
  margin-bottom:30px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

/* Alinhamento à esquerda */
.timeline-item.left .timeline-ano-circulo {
  margin-left: auto;
}

@media (max-width: 768px) {
  .timeline-img img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
}

/* Alinhamento à direita */
.timeline-item.right .timeline-ano-circulo {
  margin-right: auto;
}


.modal {
    backdrop-filter: blur(6px);
	-webkit-backdrop-filter: blur(6px);
	background-color: rgba(255, 255, 255, 0.06);	
}

#modalSolucao .modal-content,
#modalCertificacao .modal-content {
	background:var(--blue);
	color:#fff;
	border-radius:15px;
	position: relative;
}

#modalSolucao .modal-close-custom,
#modalCertificacao .modal-close-custom,
#modalDistribuidores .modal-close-custom,
#modalCurriculo .modal-close-custom{
	position: absolute;
	top: -5px;
	right: -5px;
	width: 34px;
	height: 34px;
	border: 0;
	border-radius: 50%;
	background: var(--green); /* laranja */
	color: #fff;
	font-size: 22px;
	line-height: 34px;
	font-weight: 800;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 10px 25px rgba(0,0,0,.25);
	transition: all .3s ease;
	z-index: 10;
}

#modalSolucao .modal-close-custom:hover,
#modalCertificacao .modal-close-custom:hover{
	transform: scale(1.08);
	background: #258c85;
}

#modalSolucao .modal-content h3,
#modalCertificacao .modal-content h3  {
	color:var(--green);
	font-size:35px;
	font-weight:800;
	margin-bottom:10px
}
#modalSolucao .modal-content p,
#modalCertificacao .modal-content p{
	color:#ffffff;
	font-size:17px;
	font-weight:400;
	text-align:center;
	margin-bottom:20px
}
@media (min-width: 992px){
	#modalSolucao.modal .modal-dialog{
		max-width: 1300px !important;
		width: 1300px !important;
	}
	#modalCertificacao.modal .modal-dialog{
		max-width: 1100px !important;
		width: 1100px !important;
	}
	#modalDistribuidores.modal .modal-dialog{
		max-width: 800px !important;
		width: 800px !important;
	}
	#modalCurriculo.modal .modal-dialog{
		max-width: 1000px !important;
		width: 1000px !important;
	}
}

#modalSolucao .box-green,
#modalCertificacao .box-green{
	margin-top:15px;
	background:var(--green);
	padding:25px;
	border-radius:15px;
}
#modalSolucao .box-green h3,
#modalCertificacao .box-green h3 {
	color:#ffffff;
	font-size:25px;
	font-weight:800;
	margin-bottom:10px
}
#modalSolucao .box-green p,
#modalCertificacao .box-green p{
	color:#ffffff;
	font-size:17px;
	font-weight:400;
	text-align:center;
	margin-bottom:0px
}



.box-imagem {
	position: relative;
	display: inline-block;
	border-radius: 30px;
	overflow: visible;
}

.box-imagem img {
	display: block;
	border-radius: 30px;
	width: 100%;
	height: auto;
	position: relative;
	z-index: 2;
}

/* Fundo verde decorativo */
.box-imagem::before {
	content: "";
	position: absolute;
	top: 50%;
	left: -6%;        /* controla quanto aparece na esquerda */
	transform: translateY(-50%);
	width: 112%;
	height: 60%;
	background: var(--green); /* verde da sua imagem */
	border-radius: 15px;
	z-index: 1;
}


/* HIDE LINK */
.cc-cp-foot-byline, 
.cc-cp-foot-byline a{
	color:transparent !important; cursor:default !important
}

/* TITULO */
.cookieconsent-com---palette-light .cc-nb-title{
	color: #000 !important;
	text-transform:uppercase !important;
	font-weight:700 !important;
	font-size:18px !important;
	margin-bottom:7px !important
}
.cookieconsent-com---palette-dark .cc-nb-title{
	color: #fff !important;
	text-transform:uppercase !important;
	font-weight:700 !important;
	font-size:18px !important;
	margin-bottom:7px !important
}

/* TEXTO */
.cookieconsent-com---nb .cc-nb-text {
	font-size: 15px !important;
	line-height: 18px !important
}

/* BOTAO ACEITAR */
.cookieconsent-com---palette-light .cc-nb-okagree,
.cookieconsent-com---palette-dark  .cc-nb-okagree{
	color: #fff !important;
	background-color: var(--green) !important;
}
.cookieconsent-com---palette-light .cc-nb-okagree:hover,
.cookieconsent-com---palette-dark  .cc-nb-okagree:hover{
	color: #fff !important;
	background-color: var(--green) !important;
}

.termsfeed-com---palette-light .cc-nb-okagree,
.termsfeed-com---palette-light .cc-nb-reject{
	color: #fff;
	background-color: var(--green) !important;
}

/* BOTAO RECUSAR */
.cookieconsent-com---palette-light .cc-nb-reject,
.cookieconsent-com---palette-dark  .cc-nb-reject{
	color: #999 !important;
	background-color: #444 !important;
}
.cookieconsent-com---palette-light .cc-nb-reject:hover,
.cookieconsent-com---palette-dark  .cc-nb-reject:hover{
	color: #fff !important;
	background-color: #333 !important;
}

/* BOTAO SALVAR */
.cookieconsent-com---palette-light .cc-cp-foot-save,
.cookieconsent-com---palette-dark  .cc-cp-foot-save{
	color: #fff !important;
	background-color: var(--green) !important;
}
.cookieconsent-com---palette-light .cc-cp-foot-save:hover,
.cookieconsent-com---palette-dark  .cc-cp-foot-save:hover{
	color: #fff !important;
	background-color: #333 !important;
}

.cookieconsent-com---nb-interstitial {
	right: 1.5vw !important;
	top: auto !important;
	bottom: 3vh !important;
	left: 1.5vw !important;
	max-width: 100%;
	position: fixed;
}



/* remove header/footer do ekko */
.ekko-lightbox .modal-header,
.ekko-lightbox .modal-footer{
	display: none !important;
}

/* botão laranjado tipo newsletter */
.ekko-lightbox .lb-close-orange{
	position: absolute;
	top: -5px;
	right: -5px;
	width: 34px;
	height: 34px;
	border: 0;
	border-radius: 50%;
	background: var(--green); /* laranja */
	color: #fff;
	font-size: 22px;
	line-height: 34px;
	font-weight: 800;
	cursor: pointer;
	box-shadow: 0 10px 25px rgba(0,0,0,.25);
	z-index: 10;
}

.ekko-lightbox .lb-close-orange:hover{
	filter: brightness(.95);
}

/* garante que o modal-content seja referência pro absolute */
.ekko-lightbox .modal-content{
	position: relative;
}

/* trava scroll (igual newsletter) */
html.lb-lock,
body.lb-lock{
	overflow: hidden !important;
}

.modal-open .modal {
  z-index: 9999999999;
}


.titulos-left-depoimentos{
	font-size:70px;
	line-height:80px
}
@media only screen and (max-width: 600px) {
	.titulos-left-depoimentos{
		font-size:50px;
		line-height:60px
	}
}

.titulos-left-home{
	font-size:60px;
	line-height:70px
}
@media only screen and (max-width: 600px) {
	.titulos-left-home{
		font-size:45px;
		line-height:50px;
		margin-bottom:15px
	}
}


#map{
	display: inline-block !important;   /* garante que aparece mesmo se tiver display:none antes */
	width: min(750px, 100%);
	height: auto;
	max-width: 750px;
}

/* Centraliza quando estiver em bloco (opcional) */
#map.is-centered{
	display: block !important;
	margin: 0 auto;
}

@media (max-width: 576px){
	#map{
		width: 100%;
		max-width: 100%;
	}
}

/* =========================
   SEU CSS ORIGINAL
   ========================= */

#map .state{
	cursor: pointer;
}

#map .state .shape{
	cursor: pointer;
	-width: 0;
}

#map .state .label_icon_state{
	fill: #fff;
	font-size: 11px;
	line-height: 12px;
	font-weight: normal;
}

#map .state .label_state{
	display: none;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
}

#map .state:hover .label_state,
#map .state.hover .label_state{
	display: block;
}

#map .model-green .state .shape{
	fill: var(--blue);
}

#map .model-green .state .icon_state{
	fill: color-mix(in srgb, var(--blue) 10%, black);
}

#map .model-green .state .label_icon_state{
	fill: #fff;
}

#map .model-green .state .label_state{
	fill: var(--green);
}

#map .model-green .state:hover .shape,
#map .model-green .state.hover .shape{
	fill: var(--green);
}

#map .model-green .state:hover .icon_state,
#map .model-green .state.hover .icon_state{
	fill: var(--green);
}

/* largura 1000px no desktop */
@media (min-width: 992px){
	.modal-distribuidores{
		max-width: 1000px;
	}
}