@charset "utf-8";
@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('../lib/font-avenirLtd/font-avenirLtd.css');
@import url('color.css');
@import url('custom.css');

html, body{
	margin:0;
	padding:0;
	font-size:14px;
	line-height:normal;
	color:#666;
	overflow-x:hidden !important;
}

body{
	background: #fff;
}

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

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

/* 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
}

.box-sustentabilidade{
	margin-left:-50px
}
.line-sustentabilidade{
	width:150px; 
	height:7px; 
	background:var(--blue);
}
@media only screen and (max-width: 600px) {
	.box-sustentabilidade{
		margin-left:0px
	}
	.line-sustentabilidade{
		margin:auto;
	}
}

.background-blue-green{
	background:url(../img/background/background-blue-green.jpg) center bottom no-repeat #142852;
}

.background-headers {
  position: relative;
  padding: 450px 0px 50px 0px;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

@media only screen and (max-width: 600px) {
	.background-headers {
	  padding: 100px 0px;
	  background-attachment: scroll;
	}
}

.background-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.75) 100%);
  z-index: 1;
}

.background-headers .container {
  position: relative;
  z-index: 2; /* fica acima do overlay */
}


.textos-medium{
	font-family: 'Avenir-Medium' !important;
}
.textos-bold{
	font-family: 'Avenir-Black' !important;
}


.zoom-container {
  position: relative;
  overflow: hidden;
  width: 100%; /* ou defina uma largura fixa, ex: 300px */
  height: auto; /* defina uma altura desejada */
}

.zoom-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.zoom-container:hover img {
  transform: scale(1.15);
}


/* VIDEO HOME */
#hero .banner-video-overlay{
	position: absolute;
	z-index: 10;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
	width: 100%;
	height: 100%;
}
#hero .botao-expandir {
	position: absolute;
	bottom: 50px;
	right: auto;
	left:auto;
	z-index: 10;
	color: #fff;
	border: solid 2px #fff;
	background:transparent;
	text-transform:uppercase;
	padding: 10px 25px;
	cursor: pointer;
	font-size: 15px;
	border-radius: 4px;
	transition:0.5s
}
#hero .botao-expandir:hover{
	opacity:0.4
}
#hero .video-wrapper {
    position: relative;
	display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    max-height: 680px;
}

@media only screen and (max-width: 1480px) {
	/* APLICA até 1360px */
	#hero .video-wrapper {
		max-height: 570px;
	}
}

@media only screen and (max-width: 600px) {
	/* APLICA até 600px */
	#hero .video-wrapper {
		max-height: 300px;
	}
}

#hero .video-wrapper video {
    width: 100%
}
#hero .video-wrapper:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.0);
    z-index: 1
}
#hero .container {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 2
}
#hero .container .row {
    height: 100%
}


.opacity-04{
	opacity:0.4	
}

/* LINKS */
.cor-links-rodape a,
.cor-links-rodape a:link,
.cor-links-rodape a:active,
.cor-links-rodape a:visited{
	font-family: 'Avenir-Light';
	color:#fff;
	font-size:16px;
	text-decoration:none;
	transition:0.5s;
}
.cor-links-rodape a:hover{
	opacity:0.4;
}

.cor-links-noticias a,
.cor-links-noticias a:link,
.cor-links-noticias a:active,
.cor-links-noticias a:visited{
	color:var(--blue);
	transition:0.5s;
	text-decoration:none
}
.cor-links-noticias a:hover{
	opacity:0.4
}


/* MENU */
.menu-fixo{
	position: fixed;
	top: 0;
	z-index: 99;
	transition: all .5s;
}

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

.dropdown-toggle::after {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600; /* necessário para ícones 'solid' */
    border: 0;
    margin-left: .4em;
    vertical-align: .1em;
	position: relative;
    top: 1px; /* faz o ícone descer */
}

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

.navbar-nav .nav-item a{
	font-family: 'Avenir-Medium';
	padding: 15px 13px;
	font-size:14px;
	margin: 12px 9px;
	color: #fff;
	transition: 0.5s;
}

.dropdown-menu .dropdown-item{
	font-family: 'Avenir-Light';
	padding: 5px 20px !important;
	font-size:14px;
	margin: 0px !important;
	color: #fff;
	transition: 0.5s;
	text-transform:capitalize !important;
}

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

.navbar-nav .nav-link:hover{
	opacity:0.4
}

.dropdown-item{
    font-size: 13px;
	line-height: 15px;
	text-transform: uppercase;
	color: #fff !important;
	padding:0 !important;
}

.dropdown-menu{
	top:75%
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #ffffff !important;
	background: var(--green);
	opacity:1 !important
}

.dropdown-item.active,.dropdown-item:active{
	color: #ffffff !important;
	text-decoration: none;
	background: var(--green) !important;
	opacity:1 !important
}

.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
	}

}

.produto-lista-margin-selo{
	margin-bottom:70px;
}
.produto-lista-margin-nome{

}
@media only screen and (max-width: 600px) {
	.produto-lista-margin-selo{
		margin:auto;
		margin-bottom:20px;
	}
	.produto-lista-margin-nome{
		margin-top:20px
	}
}


/* MENU SOCIAL TOP */
.menu-social-top{
	list-style:none;
	padding:0;
	margin:0;
	text-align:right;
	margin-left:15px;
	margin-right:15px;
}
.menu-social-top > li{
	display:inline-table	
}
.menu-social-top > li > a,
.menu-social-top > li > a:link,
.menu-social-top > li > a:active,
.menu-social-top > li > a:visited,
.menu-social-top > li > a:focus{
	display:block;
	font-size:14px;
	line-height:18px;
	color:var(--blue);
	background:#fff;
	padding:4px;
	border-radius:50%;
	height:23px;
	width:23px;
	text-align:center;
	margin:17px 1px 0px 0px;
	cursor:pointer;
	transition:0.5s
}
.menu-social-top > li > a:hover{
	background:var(--green);
	color:#fff;
	opacity: 1
}
@media only screen and (max-width: 600px) {
	.menu-social-top{
		margin-left:auto;
		margin-right:auto;
		width:100%;
		margin-bottom:10px;
		text-align:center;
	}
	.menu-social-top > li{
		display:inline-table;
		margin-left:0px;
		margin-right:0px;
	}
}


/* MENU SOCIAL PRODUTO */
.menu-social-produto{
	list-style:none;
	padding:0;
	margin:0;
	text-align:right;
}
.menu-social-produto > li{
	display:inline-table	
}
.menu-social-produto > li > a,
.menu-social-produto > li > a:link,
.menu-social-produto > li > a:active,
.menu-social-produto > li > a:visited,
.menu-social-produto > li > a:focus{
	display:block;
	font-size:18px;
	line-height:22px;
	color:#fff;
	background:var(--green);
	padding:4px;
	border-radius:50%;
	height:30px;
	width:30px;
	text-align:center;
	margin:0px 1px 0px 0px;
	cursor:pointer;
	transition:0.5s
}
.menu-social-produto > li > a:hover{
	background:var(--blue);
	color:#fff;
	opacity: 1
}
@media only screen and (max-width: 600px) {
	.menu-social-produto{
		margin-left:auto;
		margin-right:auto;
		width:100%;
		margin-bottom:10px;
		text-align:center;
	}
	.menu-social-produto > li{
		display:inline-table;
		margin-left:0px;
		margin-right:0px;
	}
}

#menuHeader{
	z-index:999	
}


/* BOTOES */
.botoes-sem-cor,
.botoes-sem-cor a,
.botoes-sem-cor a:link,
.botoes-sem-cor a:active,
.botoes-sem-cor a:visited{
	padding: 8px 25px;
	color:#fff;
	font-size:15px;
	font-weight: 700;
	margin: 5px;
	border-radius: 5px;
	transition: 0.5s;
	display:inline-block
}
.botoes-sem-cor:hover,
.botoes-sem-cor a:hover{
	opacity:0.5
}

/* FORMS */
.form-control input[type=select]{
	height:70px !important
}

.form-control-busca{
	padding:4px 12px;
	border-radius:10px;
	border:solid 1px #cacaca !important;
	width:97%;
	font-weight:500 !important;
	font-size:14px
}

.form-control{
	padding:10px 25px;
	border: 1px solid #cacaca;
	font-size:16px !important;
	height:48px;
	margin-bottom:11px;
	border-radius:5px;
	margin-top:3px;	
	font-weight:600
}
.form-control:focus,
.form-control-busca:focus{
	background:#f9f9f9;
}
::placeholder{
  color: #999 !important;
  opacity: 1;
}

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

::-ms-input-placeholder{
  color: #999 !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: 5px;
    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:#555 !important;
	font-weight:800
}
.page-link:hover {
    background-color: var(--blue);
    border-color: var(--blue);
	color:#fff !important
}

@media (min-width: 576px){
	.modal-dialog {
		max-width: 500px;
	}
}
.modal-content {
	border:none !important	
}

.ekko-lightbox .modal-footer {
    text-align:center !important;
}

.modal-open {
    overflow: hidden !important;
}

.textos_proposito{
	font-size: 30px !important
}
@media only screen and (max-width: 600px) {
	.textos_proposito{
		font-size: 20px !important
	}
}




.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(--green);
}

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

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

}
.timeline-years .year-item {
  text-align: center;
  font-size:17px;
  font-family: 'Avenir-Black' !important;
  color: var(--blue);
  position: relative;
  margin:2px 15px;
}
.timeline-years .year-item.active span {
  background: var(--green);
  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(--green);
  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(--green);
  border-radius: 50%;
  z-index: 2;
  border: 3px solid #fff;
}
.timeline-ano-circulo {
  width: 80px;
  height: 80px;
  background: var(--green);
  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;
}

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


ul.custom-list-unidades {
  list-style: none;
}

ul.custom-list-unidades li::before {
  content: '\f058'; /* ou \2022 para uma bolinha clássica */
  font-family: "Font Awesome 5 Free";
  font-weight: 600; /* necessário para ícones 'solid' */
  color: var(--green);
  font-size:22px;
  display: inline-block;
  width: 1.5em;
  margin-left: -0.5em;
}

@media only screen and (max-width: 600px) {
	ul.custom-list-unidades li::before {
	  display:none
	}
}
