@import url("https://fonts.googleapis.com/css2?family=Encode+Sans:wght@100;200;300;400;500;600;700;800;900&display=swap");
a[x-apple-data-detectors] {
  color: inherit !important;
  text-decoration: none !important;
  font-size: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
}

body {
  font-family: "Encode Sans", sans-serif;
  background-color: #fff;
}

input:focus,
a:focus,
button:focus,
textarea:focus {
  outline: none !important;
}
input:active,
a:active,
button:active,
textarea:active {
  outline: none !important;
}

a:hover {
  text-decoration: none;
}

* {
  margin: 0;
  padding: 0;
  outline: none;
  box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

p {
  font-weight: 500;
  font-size: 1rem;
  color: #585350;
}

a {
  font-size: 1rem;
  text-decoration: none;
  color: #919191;
  font-weight: 500;
  line-height: 1.1;
}
a:hover {
  text-decoration: none;
  color: #253a01;
}

h1 {
  font-size: 3rem;
  font-weight: 600;
}

h2 {
  font-size: 2.4rem;
  font-weight: 600;
}

h3 {
  font-size: 2rem;
  font-weight: 600;
}

h4 {
  font-size: 1.5rem;
  font-weight: 600;
}

h5 {
  font-size: 1.2rem;
  font-weight: 600;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

:-ms-input-placeholder,
select,
input {
  /* Internet Explorer 10-11 */
  font-size: 1rem;
}

::-moz-placeholder {
  font-size: 1rem;
}

:-ms-input-placeholder {
  font-size: 1rem;
}

::placeholder,
select,
input {
  font-size: 1rem;
}

.busca-site {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 10000px;
  background: rgba(37, 58, 1, 0.9294117647);
  z-index: 9999;
  padding-top: 200px;
  display: none;
}
.busca-site.active {
  display: block;
}
.busca-site .container {
  position: relative;
}
.busca-site .container .close-search {
  position: absolute;
  right: 100px;
  top: -50px;
  background-color: transparent;
  border: none;
  font-weight: 500;
  color: #fff;
}
.busca-site form {
  position: relative;
}
.busca-site form :-ms-input-placeholder {
  color: #fff;
}
.busca-site form ::-moz-placeholder {
  color: #fff;
}
.busca-site form ::placeholder {
  color: #fff;
}
.busca-site form input {
  width: 100%;
  border: none;
  border-bottom: 1px solid #fff;
  background-color: transparent;
  padding-right: 50px;
  padding-bottom: 6px;
  color: #fff;
}
.busca-site form button {
  position: absolute;
  right: 4px;
  background-color: transparent;
  color: #a2c923;
  border: none;
  bottom: 7px;
}

.titulo-small {
  font-size: 0.875rem;
  margin-bottom: 12px;
  text-transform: uppercase;
  position: relative;
  padding-left: 30px;
  color: #919191;
}
.titulo-small:before {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  position: absolute;
  top: 0px;
  bottom: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/line-titulo.png);
  left: 0;
  margin: auto;
}

.ultimas-noticias {
  padding: 80px 0;
}
.ultimas-noticias h2 {
  color: #253a01;
  margin-bottom: 30px;
  font-weight: 300;
}

.btn-default {
  border: 1px solid #253a01;
  padding: 12px 20px;
  border-radius: 18px;
  border-top-left-radius: 0;
  text-transform: uppercase;
  font-size: 0.75rem;
  color: #fff;
  background-color: #253a01;
  font-weight: 600;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  transition: all 0.4s ease-in-out;
}
.btn-default:hover {
  color: #a2c923;
}

.blog .cabecalho {
  height: 275px;
  display: flex;
  flex-wrap: wrap;
  background-image: url(../img/bg-historia.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: center;
}
.blog .cabecalho h1 {
  color: #fff;
  font-weight: 200;
  font-size: 2.875rem;
}
.blog h2 {
  color: #253a01;
  font-weight: 300;
  margin-bottom: 30px;
  font-size: 32px;
}
.blog .destaque {
  padding: 80px 0;
}
.blog .destaque .slick-dots {
  bottom: -30px;
}
.blog .destaque .slick-dots li button {
  background-color: #e2e2e2;
}
.blog .destaque .slick-dots .slick-active button {
  background-color: #a2c923;
}
.blog .destaque .post-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-color: #e2e2e2;
  height: 400px;
}
.blog .destaque .post-item .thumb {
  width: 48%;
  margin: 0 0 0 2%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog .destaque .post-item .text {
  width: 48%;
  margin: 0 1%;
  padding: 80px;
}
.blog .destaque .post-item .text h3 {
  font-size: 26px;
}
.blog .destaque .post-item .text a {
  position: relative;
  margin-top: 20px;
}
.blog .content {
  padding: 40px 0 80px;
}
.blog.blog-video .content {
  margin-top: 40px;
}
.blog.blog-video .content .post-item {
  min-height: inherit;
  margin-bottom: 60px;
}
.blog.blog-video .content .post-item .pulse-button {
  position: relative;
  padding: 2px;
  border: none;
  cursor: pointer;
  background: radial-gradient(circle, #003513 68%, #003513 89%);
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(159, 154, 154, 0.7);
  -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}
@-webkit-keyframes pulse {
  to {
    box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);
  }
}
@keyframes pulse {
  to {
    box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);
  }
}
.blog.blog-video .content .post-item .thumb {
  position: relative;
}
.blog.blog-video .content .post-item .thumb a {
  position: relative;
}
.blog.blog-video .content .post-item .thumb a .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #253a01;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  opacity: 0.6;
}
.blog.blog-video .content .post-item .thumb a .overlay img {
  width: 70px;
  height: 70px;
  -o-object-fit: contain;
     object-fit: contain;
}
.blog.blog-video .content .post-item h3 {
  font-size: 20px;
}

.post-item {
  min-height: 460px;
  position: relative;
}
.post-item .thumb {
  height: 250px;
}
.post-item .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.post-item .text a.leia-mais {
  position: absolute;
  bottom: 4px;
  left: 0px;
  color: #a2c923;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.8125rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.post-item .text a.leia-mais img {
  position: relative;
  left: 9px;
  transition: all 0.2s ease-in-out;
  width: 12px;
  -o-object-fit: contain;
     object-fit: contain;
}
.post-item .text a.leia-mais:hover img {
  transition: all 0.2s ease-in-out;
  left: 12px;
}
.post-item .text h3 {
  font-size: 1.375rem;
  color: #253a01;
  font-weight: 500;
  margin: 10px 0;
}
.post-item .text p {
  color: #919191;
  padding-bottom: 20px;
}

.slick-dots {
  position: absolute;
  
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  justify-content: center;
  width: 100%;
}
.slick-dots li button {
  width: 10px;
  height: 10px;
  background-color: #919191;
  border-radius: 100%;
  font-size: 0;
  border: none;
}
.slick-dots li.slick-active button {
  background-color: #a2c923;
}

body .navegacao-interna {
  background-color: #d6d6d6;
  border-bottom: 1px solid #fff;
}
body .navegacao-interna.navegacao-politica nav ul {
  justify-content: flex-start;
  gap: 40px;
}
body .navegacao-interna.fixed-top {
  top: 102px;
  z-index: 99;
}
body .navegacao-interna nav ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
body .navegacao-interna nav .navegacao-mobile{
	display:none;
}
body .navegacao-interna nav ul li a {
  color: #585350;
  font-weight: 600;
  padding: 25px 10px;
  display: block;
  position: relative;
}
body .navegacao-interna nav ul li a:hover:after, body .navegacao-interna nav ul li a.active:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -7px;
  height: 11px;
  width: 100%;
  background-image: url(../img/hover-nav.png);
  background-position: center;
  background-repeat: no-repeat;
  left: 0;
  right: 0;
  margin: auto;
}
body header {
  height: auto;
  padding: 20px 0px 0;
  display: flex;
  align-items: center;
  width: 100%;
  background-color: #fff;
  transition: all 0.5s ease-in-out;
  border-bottom: 1px solid #a2c923;
}
body header.fixed-top {
  height: auto;
  transition: all 463ms ease-in-out;
}
body header .logo img {
  height: auto;
}
body header nav.menu-mobile {
  display: none;
}
body header nav.top-nav {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
  justify-content: flex-end;
}
body header nav.top-nav .col-top-nav {
  margin: 0 25px;
}
body header nav.top-nav .col-top-nav ul {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
}
body header nav.top-nav .col-top-nav.acessibilidade {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}
body header nav.top-nav .col-top-nav.acessibilidade button {
  background-color: transparent;
  border: none;
  color: #919191;
}
body header nav.top-nav .col-top-nav.acessibilidade button:hover {
  color: #253a01;
}
body header nav.top-nav .col-top-nav.idiomas {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}
body header nav.top-nav .col-top-nav.idiomas a:first-child {
  border-right: 1px solid;
  padding-right: 10px;
}
body header nav.top-nav .col-top-nav.idiomas a.active {
  color: #253a01;
  opacity: 1;
}
body header nav.top-nav .col-top-nav.idiomas a.active:hover {
  color: #253a01;
}
body header nav.top-nav .col-top-nav.idiomas a {
  color: #919191;
  opacity: 0.5;
  transition: all 0.4s ease-in-out;
  font-weight: 600;
}
body header nav.top-nav .col-top-nav.idiomas a:hover {
  color: #253a01;
  opacity: 1;
}
body header nav.top-nav .col-top-nav.redes {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-right: 0;
}
body header nav.top-nav .col-top-nav.redes a i {
  font-size: 1.125rem;
}
body header .navbar {
  padding: 0;
  padding-bottom: 0;
  padding-top: 0;
  justify-content: flex-end;
}
body header .navbar ul:not(.dropdown-menu) {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
body header .navbar ul:not(.dropdown-menu) li {
  margin: 0px 20px;
}
body header .navbar ul:not(.dropdown-menu) li.menu-item-has-children ul.dropdown-menu {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  border: none;
  border-top: 1px solid #a2c923;
  border-radius: 0;
  padding-top: 20px;
  z-index: 999;
}
body header .navbar ul:not(.dropdown-menu) li.menu-item-has-children ul.dropdown-menu li {
  padding: 8px 0;
}
body header .navbar ul:not(.dropdown-menu) li.menu-item-has-children ul.dropdown-menu li a {
  position: relative;
  font-weight: 500;
  color: #253a01;
  font-size: 0.9375rem;
  transition: all 0.4s ease-in-out;
}
body header .navbar ul:not(.dropdown-menu) li.menu-item-has-children ul.dropdown-menu li a:hover {
  background-color: transparent;
}
body header .navbar ul:not(.dropdown-menu) li.menu-item-has-children ul.dropdown-menu li a:hover:before {
  content: "";
  display: block;
  width: 7px;
  height: 11px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0px;
  background-image: url(../img/hover-link.png);
  background-repeat: no-repeat;
  background-repeat: no-repeat;
}
body header .navbar ul:not(.dropdown-menu) li.menu-item-has-children:hover a:after {
  transform: rotate(180deg);
  transition: 0.4s;
}
body header .navbar ul:not(.dropdown-menu) li.menu-item-has-children:hover > ul {
  display: block;
}
body header .navbar ul:not(.dropdown-menu) li a.nav-link {
  color: #919191;
  font-weight: 600;
  padding: 0;
  padding-bottom: 20px;
  transition: all 0.4s ease-in-out;
}
body header .navbar ul:not(.dropdown-menu) li a.nav-link:hover {
  color: #253a01;
}
body header .navbar .btn-search {
  padding-bottom: 20px;
  color: #253a01;
}
body header .navbar .dropdown.show .dropdown-toggle::after {
  background-image: url("../svg/up-arrow.svg");
  transition-duration: 200ms;
  transition-timing-function: ease-out;
}
body header .navbar .dropdown-toggle {
  position: relative;
  display: flex;
  align-items: center;
  transition-duration: 200ms;
  transition-timing-function: ease-out;
}
body header .navbar .dropdown-toggle:after {
  background-image: url("../svg/arrow-down.svg");
  background-repeat: no-repeat;
  background-size: contain;
  height: 8px;
  width: 12px;
  right: -18px;
  top: 4px;
  background-size: 10px;
  position: absolute;
  border: none;
  background-color: transparent;
  transition-duration: 200ms;
  transition-timing-function: ease-out;
}
body .navbar-toggler {
  display: none;
}
body #main-home .banner.banner-mobile{
	display:none
}
body #main-home .banner {
  position: relative;
}
body #main-home .banner .slick-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  z-index: 99;
  border: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 36px;
  height: 36px;
  font-size: 0;
  transition: all 0.4s ease-in-out;
}
body #main-home .banner .slick-arrow:hover {
  transform: scale(1.1);
  transition: all 0.4s ease-in-out;
}
body #main-home .banner .slick-arrow.slick-prev {
  left: 200px;
  background-image: url(../img/arrow-left.png);
}
body #main-home .banner .slick-arrow.slick-next {
  right: 200px;
  background-image: url(../img/arrow-right.png);
}
body #main-home .banner .slider-item {
  height: 650px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover !important;
  position: relative;
}
body #main-home .banner .slider-item .link-banner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
body #main-home .negocios {
  padding: 80px 0;
  background-image: url(../img/bg-negocios.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
body #main-home .negocios .col-titulo {
  text-align: center;
  margin-bottom: 40px;
}
body #main-home .negocios .col-titulo h2 {
  color: #253a01;
  font-weight: 400;
}
body #main-home .negocios .col-titulo h4 {
  color: #919191;
  font-size: 1.125rem;
  text-transform: uppercase;
  position: relative;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
}
body #main-home .negocios .col-titulo h4:after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  position: absolute;
  bottom: -8px;
  background-color: #a2c923;
  left: 0;
  right: 0;
  margin: auto;
}
body #main-home .negocios .lista-negocio {
  justify-content: center;
}
body #main-home .negocios .lista-negocio .col-negocio-item {
  padding-bottom: 40px;
}
body #main-home .negocios .lista-negocio .col-negocio-item:hover a.btn-saiba-mais {
  top: calc(100% - 20px);
  bottom: inherit;
  height: 50px;
  padding: 10px;
  z-index: 10;
}
body #main-home .negocios .lista-negocio .negocio-item {
  height: 375px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  text-align: center;
  padding: 40px 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  position: relative;
  cursor: pointer;
}
body #main-home .negocios .lista-negocio .negocio-item:before {
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  position: absolute;
  top: 0px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/fundo-card.jpg);
  left: 0;
  right: 0;
  margin: auto;
}
body #main-home .negocios .lista-negocio .negocio-item p {
  color: #fff;
  font-size: 1.375rem;
  font-weight: 600;
  padding-bottom: 2px;
  border-bottom: 3px solid #fff;
}
body #main-home .negocios .lista-negocio .negocio-item a.btn-saiba-mais {
  position: absolute;
  width: 100%;
  top: calc(100% - 20px);
  left: 0;
  text-align: end;
  background-image: url(../img/fundo-btn.jpg);
  background-position: center;
  background-repeat: no-repeat;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  background-size: cover;
  z-index: -1;
  color: #fff;
  font-size: 0.875rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  justify-content: flex-end;
  height: 0;
  transition: all 0.2s linear;
}
body #main-home .sustentabilidade {
  margin: 120px 0 80px;
  padding: 0px 0;
  background-color: #e7ebdd;
}
body #main-home .sustentabilidade .container {
  position: relative;
}
body #main-home .sustentabilidade .container:before {
  content: "";
  display: block;
  width: 100px;
  height: 325px;
  position: absolute;
  bottom: -15px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/ilustracao-sustentabilidade.png);
  left: 100%;
  margin: auto;
}
body #main-home .sustentabilidade .container .row {
  align-items: center;
}
body #main-home .sustentabilidade .container .row .col-img img {
  position: relative;
  bottom: -40px;
  margin: 0 auto;
}
body #main-home .sustentabilidade .container h2 {
  font-size: 6.875rem;
  text-transform: uppercase;
  position: absolute;
  bottom: 96%;
  line-height: 1;
  left: 0;
  text-align: center;
  width: 100%;
  font-weight: 800;
  color: #e7ebdd;
}
body #main-home .sustentabilidade .container h4 {
  text-transform: uppercase;
  font-size: 1rem;
  padding-left: 30px;
  margin-bottom: 10px;
  color: #919191;
  position: relative;
}
body #main-home .sustentabilidade .container h4:before {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  position: absolute;
  top: 0px;
  bottom: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/line-titulo.png);
  left: 0;
  margin: auto;
}
body #main-home .sustentabilidade .container p {
  color: #585350;
}
body #main-home .sustentabilidade .container .btn-group {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 20px;
}
body #main-home .sustentabilidade .container .btn-group a {
  border: 1px solid #253a01;
  padding: 12px 20px;
  border-radius: 16px;
  border-top-left-radius: 0;
  text-transform: uppercase;
  font-size: 0.75rem;
  color: #fff;
  background-color: #253a01;
  font-weight: 600;
/*   max-width: 46%; */
}
body #main-home .sustentabilidade .container .btn-group a.btn-doc {
  background-color: transparent;
  color: #253a01;
}
body #main-home .sustentabilidade .container .btn-group a.btn-doc i {
  margin-right: 4px;
  font-size: 1rem;
}
body #main-pessoas .intro {
  padding: 0px 0 40px;
}
body #main-pessoas .intro p {
  margin-bottom: 40px;
}
body #main-pessoas .intro img {
  margin: 30px auto;
}
body #main-pessoas .vem_ser_fiagril {
  margin: 120px 0 80px;
  padding: 60px 0 0px 0;
  background-color: #eaeaea;
  position: relative;
}
body #main-pessoas .vem_ser_fiagril:before {
  content: "";
  display: block;
  width: 741px;
  height: 741px;
  position: absolute;
  bottom: -15px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/vem_ser.png);
  right: auto;
  left: 0;
  margin: auto;
}
body #main-pessoas .vem_ser_fiagril .container {
  position: relative;
}
body #main-pessoas .vem_ser_fiagril .container .row {
  align-items: center;
}
body #main-pessoas .vem_ser_fiagril .container .row .col-img img {
  position: relative;
  bottom: 0px;
  margin: 0 auto;
  z-index: 99;
}
body #main-pessoas .vem_ser_fiagril .container h2 {
  font-size: 6.875rem;
  text-transform: uppercase;
  position: absolute;
  bottom: 108%;
  line-height: 1;
  left: 0;
  text-align: center;
  width: 100%;
  font-weight: 800;
  color: #eaeaea;
}
body #main-pessoas .vem_ser_fiagril .container h4 {
  text-transform: uppercase;
  font-size: 1rem;
  padding-left: 30px;
  margin-bottom: 10px;
  color: #919191;
  position: relative;
}
body #main-pessoas .vem_ser_fiagril .container h4:before {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  position: absolute;
  top: 0px;
  bottom: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/line-titulo.png);
  left: 0;
  margin: auto;
}
body #main-pessoas .vem_ser_fiagril .container p {
  color: #585350;
  margin-bottom: 20px;
}
body #main-pessoas .vem_ser_fiagril .container p b {
  color: #253a01;
  font-weight: 700;
}
body #main-pessoas .vem_ser_fiagril .container .btn-group {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 20px;
}
body #main-pessoas .vem_ser_fiagril .container .btn-group a {
  border: 1px solid #253a01;
  padding: 12px 20px;
  border-radius: 16px;
  border-top-left-radius: 0;
  text-transform: uppercase;
  font-size: 0.75rem;
  color: #fff;
  background-color: #253a01;
  font-weight: 600;
  max-width: 46%;
}
body #main-pessoas .vem_ser_fiagril .container .btn-group a.btn-doc {
  background-color: transparent;
  color: #253a01;
}
body #main-pessoas .vem_ser_fiagril .container .btn-group a.btn-doc i {
  margin-right: 4px;
  font-size: 1rem;
}
body #main-pessoas .duvidas {
  padding: 80px 0;
}
body #main-pessoas .duvidas h4 {
  text-align: center;
  color: #919191;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 60px;
  letter-spacing: 2px;
  position: relative;
}
body #main-pessoas .duvidas h4:before {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  position: absolute;
  bottom: -10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/line-titulo.png);
  left: 0;
  right: 0;
  margin: auto;
}
body #main-pessoas .duvidas .accordion .accordion-item {
  border: none;
  margin-bottom: 5px;
}
body #main-pessoas .duvidas .accordion .accordion-item .accordion-button {
  background-color: #eaeaea;
  color: #919191;
  font-weight: 600;
  border-radius: 14px;
  padding: 22px;
}
body #main-pessoas .duvidas .accordion .accordion-item .accordion-button:focus {
  border: none !important;
  border-color: transparent !important;
  box-shadow: none;
}
body #main-pessoas .duvidas .accordion .accordion-item .accordion-button:after {
  background-image: url(../img/arrow-accordion.png);
  width: 21px;
  height: 13px;
}
body #main-negocios .intro {
  overflow-x: hidden;
}
body #main-negocios .intro .texto-destaque {
  padding-top: 80px;
  padding-bottom: 80px;
}
body #main-negocios .intro .texto-destaque h2 {
  color: #585350;
  font-weight: 400;
  font-size: 32px;
}
body #main-negocios .intro .texto-destaque h2 b, body #main-negocios .intro .texto-destaque h2 strong {
  color: #a2c923;
  font-weight: 600;
}
body #main-negocios .intro .row-negocio-item {
  margin-bottom: 20px;
}
body #main-negocios .intro .row-negocio-item:nth-child(2n) {
  flex-direction: row-reverse;
}
body #main-negocios .intro .row-negocio-item:nth-child(2n) .texto {
  padding-right: 60px;
}
body #main-negocios .intro .row-negocio-item:nth-child(2n) .imagem:after {
  right: -100%;
  left: inherit;
  transform: rotate(180deg);
}
body #main-negocios .intro .row-negocio-item .texto {
  padding-left: 60px;
  padding-right: 0;
}
body #main-negocios .intro .row-negocio-item .texto p {
  margin-bottom: 20px;
  color: #585350;
}
body #main-negocios .intro .row-negocio-item .imagem {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
body #main-negocios .intro .row-negocio-item .imagem img {
  position: relative;
  z-index: 10;
}
body #main-negocios .intro .row-negocio-item .imagem:after {
  content: "";
  display: block;
  width: 732px;
  height: 327px;
  background-image: url(../img/after-item.png);
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  left: -100%;
  bottom: 0;
  top: 0;
  margin: auto;
}
body #main-negocios .parceiros {
  padding: 60px 0;
}
body #main-negocios .parceiros h4 {
  text-align: center;
  color: #919191;
  text-transform: uppercase;
  font-size: 22px;
  margin-bottom: 60px;
  letter-spacing: 2px;
  position: relative;
}
body #main-negocios .parceiros h4:before {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  position: absolute;
  bottom: -10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/line-titulo.png);
  left: 0;
  right: 0;
  margin: auto;
}
body #main-negocios .parceiros h5 {
  color: #919191;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 40px;
  letter-spacing: 2px;
  position: relative;
  padding-left: 30px;
}
body #main-negocios .parceiros h5:before {
  content: "";
    display: block;
    width: 20px;
    height: 2px;
    position: absolute;
    top: 0px;
    bottom: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../img/line-titulo.png);
    left: 0;
    margin: auto;
}
body #main-negocios .parceiros .parceiro-item {
  margin-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease-in-out;
  padding: 0;
  margin-left: 20px;
  margin-right: 20px;
}
body #main-negocios .parceiros .parceiro-item:hover {
  transform: scale(1.1);
}
body #main-negocios .parceiros .parceiro-item img {
  margin: 0 auto;
  max-width: 180px;
}
body #main-negocios-graos .intro {
  padding: 80px 0;
}
body #main-negocios-graos .intro h2 {
  color: #585350;
  font-weight: 400;
  font-size: 32px;
  margin-bottom: 40px;
}
body #main-negocios-graos .intro h2 b, body #main-negocios-graos .intro h2 strong {
  color: #a2c923;
  font-weight: 600;
}
body #main-negocios-graos .intro p {
  padding-right: 100px;
}
body #main-negocios-graos .intro .ilustracoes {
  padding: 80px 0;
  display: flex;
  flex-wrap: wrap;
}
body #main-negocios-graos .intro .ilustracoes .item {
    position: relative;
    height: auto;
    width: 100%;
    display: flex;
    align-items: center;
	margin-bottom:20px;
	gap:25px;
	
}
body #main-negocios-graos .intro .ilustracoes .item#ilustracao_2{
	flex-direction:row-reverse;
	justify-content:space-between;
	margin-bottom:100px;
}
body #main-negocios-graos .intro .ilustracoes .item h3 {
    color: #a2c923;
    font-size: 92px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding-right: 10px;
    font-weight: 700;
}

body #main-negocios-graos .intro .ilustracoes .item .texto{
	   max-width: 46%;
}
body #main-negocios-graos .intro .ilustracoes .item#ilustracao_2 .texto{
    position: relative;
    bottom: 35px;
}
body #main-negocios-graos .intro .ilustracoes .item#ilustracao_2 .ilustracao {
	position:relative;
	left:-40px;
	max-width:68%;
}
body #main-negocios-graos .intro .ilustracoes .item .title h5 {
  color: #585350;
  font-size: 16px;
	font-weight:500;
}
body #main-negocios-graos .intro .ilustracoes .item .ilustracao {
  height: auto;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
	max-width:54%;
	margin:0;
}

body #main-negocios-graos .intro .ilustracoes .item p {
  padding: 0;
  font-size: 14px;
	margin-top:10px;
}
body #main-negocios-graos .barter {
  padding: 80px 0;
  background-color: #eaeaea;
}
body #main-negocios-graos .barter .col-barter {
  margin-bottom: 40px;
}
body #main-negocios-graos .barter .col-barter p {
  margin-bottom: 20px;
}
body #main-negocios-biodiesel .intro {
  overflow-x: hidden;
}
body #main-negocios-biodiesel .intro .texto-destaque {
  padding-top: 80px;
  padding-bottom: 80px;
}
body #main-negocios-biodiesel .intro .texto-destaque h2 {
  color: #585350;
  font-weight: 400;
  font-size: 32px;
}
body #main-negocios-biodiesel .intro .texto-destaque h2 b, body #main-negocios-biodiesel .intro .texto-destaque h2 strong {
  color: #a2c923;
  font-weight: 600;
}
body #main-negocios-biodiesel .intro .row-negocio-item {
  margin-bottom: 20px;
}
body #main-negocios-biodiesel .intro .row-negocio-item .texto {
  padding-right: 60px;
}
body #main-negocios-biodiesel .intro .row-negocio-item .texto p {
  margin-bottom: 20px;
  color: #585350;
}
body #main-negocios-biodiesel .intro .row-negocio-item .imagem {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
body #main-negocios-biodiesel .intro .row-negocio-item .imagem img {
  position: relative;
  z-index: 10;
}
body #main-negocios-biodiesel .intro .info-numeros {
  margin: 20px 0 40px;
}
body #main-negocios-biodiesel .intro .info-numeros h2 {
  color: #a2c923;
  font-size: 70px;
  width: 100%;
  font-weight: 600;
  line-height: 1.1;
}
body #main-negocios-biodiesel .intro .info-numeros p {
  font-size: 20px;
}
body #main-negocios-biodiesel .materiais {
  background-color: #eaeaea;
  padding: 80px 0;
  margin-top: 80px;
}
body #main-negocios-biodiesel .materiais h4 {
  text-align: center;
  color: #919191;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 60px;
  letter-spacing: 2px;
  position: relative;
}
body #main-negocios-biodiesel .materiais h4:before {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  position: absolute;
  bottom: -10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/line-titulo.png);
  left: 0;
  right: 0;
  margin: auto;
}
body #main-negocios-biodiesel .materiais .produto-item {
  margin-bottom: 80px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
body #main-negocios-biodiesel .materiais .produto-item h4 {
  width: 100%;
}
body #main-negocios-biodiesel .materiais .produto-item .item {
  width: 23%;
  margin: 1%;
  transition: all 0.4s ease-in-out;
}
body #main-negocios-biodiesel .materiais .produto-item .item:hover {
  transform: scale(1.1);
}
body #main-negocios-biodiesel .materiais .produto-item .item p {
  text-align: center;
  margin-top: 10px;
}
body #main-negocios-biodiesel .materiais .produto-item img {
  margin: 0 auto;
  height: 200px;
  width: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100%;
}
body #main-quemsomos .intro {
  padding: 80px 0;
}
body #main-quemsomos .intro p {
  margin-bottom: 20px;
  font-weight: 500;
  color: #585350;
  font-size: 1.25rem;
}
body #main-quemsomos .intro .slider-historia {
  margin-top: 140px;
  position: relative;
}
body #main-quemsomos .intro .slider-historia .slick-arrow {
  position: absolute;
  top: 58px;
  background-color: transparent;
  border: none;
  list-style: none;
}
body #main-quemsomos .intro .slider-historia .slick-arrow.slick-prev {
  left: -50px;
}
body #main-quemsomos .intro .slider-historia .slick-arrow.slick-next {
  right: -50px;
}
body #main-quemsomos .intro .slider-historia .historia-item {
  padding: 0 40px;
}
body #main-quemsomos .intro .slider-historia .historia-item .ano {
  background-image: url(../img/ano-box.png);
  color: #fff;
  margin: 0 auto;
  background-position: center;
  background-repeat: no-repeat;
  width: 86px;
  height: 54px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 10px;
  margin-bottom: 50px;
  position: relative;
}
body #main-quemsomos .intro .slider-historia .historia-item .ano:after {
  content: "";
  display: block;
  position: absolute;
  background-image: url(../img/after-timeline.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 100%;
  bottom: -30px;
  width: 16px;
  height: 16px;
  left: 0;
  right: 0;
  margin: auto;
}
body #main-quemsomos .intro .slider-historia .historia-item .card-historia .imagem img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  height: 230px;
  border-top-left-radius: 22px;
  border-top-right-radius: 22px;
}
body #main-quemsomos .intro .slider-historia .historia-item .card-historia .texto {
  padding: 25px 40px;
  border: 1px solid #ededed;
  border-bottom-left-radius: 14px;
  border-bottom-right-radius: 14px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  text-align: center;
  min-height: 110px;
}
body #main-quemsomos .proposito {
  padding: 80px 0 100px;
  position: relative;
}
body #main-quemsomos .proposito:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../img/after-proposito.png);
  background-repeat: no-repeat;
  background-position: left;
  background-position-y: bottom;
  position: absolute;
  background-size: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 8;
}
body #main-quemsomos .proposito .container {
  z-index: 10;
  position: relative;
}
body #main-quemsomos .proposito h4 {
  font-size: 0.875rem;
  margin-bottom: 12px;
  text-transform: uppercase;
  position: relative;
  padding-left: 30px;
  color: #919191;
}
body #main-quemsomos .proposito h4:before {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  position: absolute;
  top: 0px;
  bottom: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/line-titulo.png);
  left: 0;
  margin: auto;
}
body #main-quemsomos .proposito h3 {
  font-size: 2.5rem;
  color: #585350;
  font-weight: 300;
}
body #main-quemsomos .jeito-ser {
  background-color: #eaeaea;
  padding: 80px 0;
  margin-top: -50px;
}
body #main-quemsomos .jeito-ser h3 {
  font-size: 0.875rem;
  margin-bottom: 60px;
  text-transform: uppercase;
  position: relative;
  padding-left: 0px;
  color: #919191;
  text-align: center;
}
body #main-quemsomos .jeito-ser h3:before {
  content: "";
  display: block;
  width: 25px;
  height: 3px;
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/line-titulo.png);
  left: 0;
  right: 0;
  margin: auto;
  bottom: -10px;
}
body #main-quemsomos .jeito-ser .row {
  justify-content: center;
}
body #main-quemsomos .jeito-ser .row .card-item {
  background-color: #fff;
  margin: 0 30px;
  padding: 60px 30px;
  border: 1px solid #ededed;
  border-radius: 14px;
  min-height: 275px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  transition: all 0.4s ease-in-out;
}
body #main-quemsomos .jeito-ser .row .card-item .imagem img {
  margin: 0 auto;
  width: 80px;
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
}
body #main-quemsomos .jeito-ser .row .card-item .texto {
  margin-top: 15px;
}
body #main-quemsomos .jeito-ser .row .card-item .texto h4 {
  color: #253a01;
  font-weight: 600;
  text-align: center;
  font-size: 1.125rem;
}
body #main-quemsomos .jeito-ser .row .card-item .texto p.desc {
  display: none;
  color: #fff;
  text-align: center;
  font-size: 0.9375rem;
  font-weight: 400;
  margin-top: 10px;
  line-height: 1.1;
}
body #main-quemsomos .jeito-ser .row .card-item:hover {
  background-color: #253a01;
}
body #main-quemsomos .jeito-ser .row .card-item:hover .imagem {
  display: none;
}
body #main-quemsomos .jeito-ser .row .card-item:hover .texto h4 {
  color: #a2c923;
}
body #main-quemsomos .jeito-ser .row .card-item:hover .texto p {
  display: block;
}
body #main-quemsomos .numeros {
  padding: 80px 0;
}
body #main-quemsomos .numeros h2 {
  font-weight: 400;
  margin-bottom: 12px;
  color: #253a01;
}
body #main-quemsomos .numeros p {
  font-size: 1.125rem;
  color: #585350;
  line-height: 1.2;
}
body #main-quemsomos .numeros .mosaico {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
body #main-quemsomos .numeros .mosaico .box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-align: center;
  justify-content: center;
  height: 200px;
  width: 250px;
  border: 1px solid #d6d6d6;
  position: relative;
}
body #main-quemsomos .numeros .mosaico .box.h-small {
  height: 60px;
  align-items: center;
}
body #main-quemsomos .numeros .mosaico .box p.postion-h {
  transform: rotate(270deg);
}
body #main-quemsomos .numeros .mosaico .box p {
  color: #253a01;
  font-weight: 600;
}
body #main-quemsomos .numeros .mosaico .box p.font-1 {
  font-size: 26px;
}
body #main-quemsomos .numeros .mosaico .box p.font-2 {
  font-size: 32px;
}
body #main-quemsomos .numeros .mosaico .box p.font-3 {
  font-size: 48px;
}
body #main-quemsomos .numeros .mosaico .box p.font-4 {
  font-size: 64px;
  font-weight: 700;
}
body #main-quemsomos .numeros .mosaico .box:hover .tolltip {
  display: block;
}
body #main-quemsomos .numeros .mosaico .box .tolltip {
  position: absolute;
  width: 360px;
  background: #a2c923;
  border-radius: 20px;
  height: auto;
  padding: 10px;
  bottom: 88%;
  display: none;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 20;
}
body #main-quemsomos .numeros .mosaico .box .tolltip p {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
}
body .page-interna .cabecalho-interna {
  height: 275px;
  display: flex;
  flex-wrap: wrap;
  background-image: url(../img/bg-historia.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: center;
}
body .page-interna .cabecalho-interna h1 {
  color: #fff;
  font-weight: 200;
  font-size: 2.875rem;
}
body #main-search .content {
  padding: 80px 0 150px;
}
body #main-search .content h2 {
  color: #253a01;
  font-weight: 300;
  margin-bottom: 40px;
  font-size: 32px;
}
body #main-search .content h2 span {
  font-weight: 600;
}
body #main-search .content .resultado-item {
  padding-bottom: 20px;
  border-bottom: 1px solid #919191;
  margin-bottom: 20px;
}
body #main-search .content .resultado-item a h4 {
  color: #919191;
  font-size: 22px;
  font-weight: 600;
}
body #main-search .content .resultado-item a:hover h4 {
  color: #253a01;
  text-decoration: underline;
}
body #main-atuacao .intro {
  margin: 60px 0 200px;
}
body #main-atuacao .intro p {
  font-size: 1.125rem;
  color: #585350;
  margin-bottom: 25px;
}
body #main-atuacao .intro iframe {
  width: 100%;
  height: 500px;
}
body #main-atuacao .intro .lista-mapa {
  height: 500px;
  overflow-y: scroll;
  padding: 20px;
  background-color: #ebebeb;
}
body #main-atuacao .intro .lista-mapa .item-mapa {
  margin-bottom: 10px;
}
body #main-atuacao .intro .lista-mapa .item-mapa h3 {
  font-size: 1.25rem;
  color: #a2c923;
  margin-bottom: 0px;
  font-weight: 600;
}
body #main-atuacao .intro .lista-mapa .item-mapa ul li a {
  color: #585350;
  font-size: 0.9375rem;
}
body #main-governanca .intro {
  padding: 60px 0;
}
body #main-governanca .intro p {
  color: #585350;
}
body #main-governanca .intro .corpo-executivo {
  margin-top: 60px;
  border: 1px solid #d6d6d6;
  border-radius: 6px;
  margin-bottom: 80px;
}
body #main-governanca .intro .corpo-executivo h4 {
  margin-top: -10px;
  background-color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
body #main-governanca .intro .corpo-executivo .lista-executivo .item-executivo {
  padding: 30px 60px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
body #main-governanca .intro .corpo-executivo .lista-executivo .item-executivo .imagem {
  max-width: 20%;
  position: relative;
  width: 180px;
}
body #main-governanca .intro .corpo-executivo .lista-executivo .item-executivo .imagem a.btn-linkedin {
  position: absolute;
  bottom: 0;
  right: 0;
}
body #main-governanca .intro .corpo-executivo .lista-executivo .item-executivo .imagem img {
  border-radius: 100%;
}
body #main-governanca .intro .corpo-executivo .lista-executivo .item-executivo .texto {
  width: 70%;
  padding-left: 60px;
}
body #main-governanca .intro .corpo-executivo .lista-executivo .item-executivo .texto h5 {
  color: #253a01;
  font-size: 1.25rem;
  font-weight: 600;
}
body #main-governanca .intro .corpo-executivo .lista-executivo .item-executivo .texto p.cargo {
  color: #a2c923;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 0.875rem;
}
body #main-politica-compromissos .intro {
  padding: 60px 0 0;
}
body #main-politica-compromissos .intro .lista-docs {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 60px 0 0;
}
body #main-politica-compromissos .intro .lista-docs .doc-item {
  background-color: #fff;
  margin: 0 30px;
  padding: 60px 30px;
  border: 1px solid #ededed;
  border-radius: 14px;
  min-height: 275px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  transition: all 0.4s ease-in-out;
  width: 18%;
  margin: 1%;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
	position:relative;
}

body #main-politica-compromissos .intro .lista-docs .doc-item .imagem img {
  margin: 0 auto;
  width: 80px;
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
}
body #main-politica-compromissos .intro .lista-docs .doc-item .texto {
  margin-top: 15px;
}
body #main-politica-compromissos .intro .lista-docs .doc-item .texto p {
  color: #253a01;
  text-align: center;
  font-size: 1rem;
  font-weight: 606;
  margin-top: 10px;
  line-height: 1.1;
}
body #main-politica-compromissos .intro .lista-docs .doc-item:hover {
  background-color: #253a01;
  transform: scale(1.1);
}
body #main-politica-compromissos .intro .lista-docs .doc-item:hover .imagem img {
  filter: brightness(0) invert(1);
}
body #main-politica-compromissos .intro .lista-docs .doc-item:hover .texto p {
  color: #a2c923;
}
body #main-politica-compromissos .participacao {
  padding: 200px 0 80px;
  background-color: #d6d6d6;
  margin-top: -100px;
}
body #main-politica-compromissos .participacao h5 {
  margin-bottom: 40px;
}
body #main-politica-compromissos .participacao .lista-entidades {
  display: flex;
  flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
body #main-politica-compromissos .participacao .lista-entidades a {
  display: block;
  width: 23%;
  margin: 1%;
  margin-bottom: 40px;
}
body #main-politica-compromissos .participacao .lista-entidades a:hover {
  transform: scale(1.1);
}
body #main-politica-compromissos .participacao .lista-entidades a img {
  margin: 0 auto;
}
body #main-etica .intro {
  padding: 80px 0 0;
}
body #main-etica .intro p {
  margin-bottom: 20px;
}
body #main-etica .intro .imagem {
  text-align: center;
}
body #main-etica .intro .imagem img {
  margin-right: auto;
}
body #main-etica .ouvidoria {
  padding: 80px 0;
  padding-top: 200px;
  margin-top: -200px;
  background-color: #d6d6d6;
}
body #main-etica .ouvidoria img {
  margin-left: auto;
  padding-right: 50px;
}
body #main-etica .ouvidoria p {
  margin-bottom: 20px;
}
body #main-etica .ouvidoria a {
  display: inline-flex;
  align-items: center;
  margin-right: 20px;
  text-transform: inherit;
  transition: all 0.4s ease-in-out;
}
body #main-etica .ouvidoria a:hover {
  color: #a2c923;
}
body #main-etica .ouvidoria a:hover i {
  color: #fff;
}
body #main-etica .ouvidoria a i {
  margin-right: 6px;
  font-size: 1.125rem;
  color: #a2c923;
}
body #main-contato .intro {
  padding: 80px 0 120px;
}
body #main-contato .intro h2 {
  color: #253a01;
  font-weight: 200;
  margin-bottom: 30px;
}
body #main-contato .intro form label {
  font-weight: 600;
  color: #919191;
  font-size: 15px;
  margin-bottom: 6px;
  width: 100%;
}
body #main-contato .intro form br {
  display: none;
}
body #main-contato .intro form .wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 10px;
  width: 100%;
}
body #main-contato .intro form input,
body #main-contato .intro form select {
  border: 1px solid #919191;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: transparent;
  color: #919191;
  padding: 10px 100px 10px 10px;
  width: 100%;
  margin-top: 4px;
  font-size: 14px;
}
body #main-contato .intro form :-ms-input-placeholdert {
  color: rgba(145, 145, 145, 0.7411764706);
  font-size: 14px;
}
body #main-contato .intro form ::-moz-placeholder {
  color: rgba(145, 145, 145, 0.7411764706);
  font-size: 14px;
}
body #main-contato .intro form :-ms-input-placeholder {
  color: rgba(145, 145, 145, 0.7411764706);
  font-size: 14px;
}
body #main-contato .intro form ::placeholder {
  color: rgba(145, 145, 145, 0.7411764706);
  font-size: 14px;
}
body #main-contato .intro form textarea {
  padding: 10px 100px 10px 10px;
  width: 100%;
  border: 1px solid #919191;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  height: 120px;
}
body #main-contato .intro form .wpcf7-submit {
  background-color: #a2c923;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 30px;
  font-weight: 600;
  border: none;
  border-radius: 20px;
  border-top-left-radius: 0;
  text-transform: uppercase;
  font-size: 13px;
}
body #main-contato .intro .col-info-contato {
  padding-left: 100px;
  border-left: 1px solid #d6d6d6;
}
body #main-contato .intro .box-contato {
  margin-bottom: 40px;
  padding-left: 35px;
  position: relative;
}
body #main-contato .intro .box-contato i {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  color: #253a01;
  font-size: 22px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
body #main-contato .intro .box-contato h5 {
  color: #a2c923;
  font-size: 14px;
  font-weight: 600;
}
body #main-contato .intro .box-contato p {
  font-size: 16px;
}
body #main-contato .intro .box-contato a {
  color: #a2c923;
  font-size: 16px;
}
body #main-politica-privacidade .intro {
  padding: 80px 0;
}
body #main-politica-privacidade .intro h2,
body #main-politica-privacidade .intro h3,
body #main-politica-privacidade .intro h4,
body #main-politica-privacidade .intro h5 {
  color: #253a01;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 5px;
}
body #main-politica-privacidade .intro h2 strong,
body #main-politica-privacidade .intro h3 strong,
body #main-politica-privacidade .intro h4 strong,
body #main-politica-privacidade .intro h5 strong {
  font-weight: 700;
}
body #main-politica-privacidade .intro p {
  margin-bottom: 15px;
}
body #main-politica-privacidade .intro p b,
body #main-politica-privacidade .intro p strong {
  color: #919191;
  font-weight: bold;
}
body #main-relatorios-sustentabilidade .intro {
  padding: 80px 0 150px;
  position: relative;
}
body #main-relatorios-sustentabilidade .intro:after {
  content: "";
  display: block;
  width: 100%;
  height: 250px;
  background-color: #d6d6d6;
  position: absolute;
  z-index: -1;
  bottom: 0;
}
body #main-relatorios-sustentabilidade .intro p {
  margin-bottom: 20px;
}
body #main-relatorios-sustentabilidade .lista-docs {
  display: flex;
  flex-wrap: wrap;
  margin: 40px 0 0;
}
body #main-relatorios-sustentabilidade .lista-docs .doc-item {
  background-color: #fff;
  margin: 0 30px;
  padding: 60px 30px;
  border: 1px solid #ededed;
  border-radius: 14px;
  min-height: 275px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  transition: all 0.4s ease-in-out;
  width: 18%;
  margin: 1%;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
	position:relative;
}
body #main-relatorios-sustentabilidade .lista-docs .doc-item a{
	position: absolute;
    width: 100%;
    height: 100%;
    display: block;
	z-index:10;
}
body #main-relatorios-sustentabilidade .lista-docs .doc-item .imagem img {
  margin: 0 auto;
  width: 70px;
  height: 70px;
  -o-object-fit: contain;
     object-fit: contain;
}
body #main-relatorios-sustentabilidade .lista-docs .doc-item .texto {
  margin-top: 25px;
}
body #main-relatorios-sustentabilidade .lista-docs .doc-item .texto p {
  color: #253a01;
  text-align: center;
  font-size: 1rem;
  font-weight: 606;
  margin-top: 10px;
  line-height: 1.1;
}
body #main-relatorios-sustentabilidade .lista-docs .doc-item:hover {
  background-color: #253a01;
  transform: scale(1.1);
}
body #main-relatorios-sustentabilidade .lista-docs .doc-item:hover .imagem img {
  filter: brightness(0) invert(1);
}
body #main-relatorios-sustentabilidade .lista-docs .doc-item:hover .texto p {
  color: #a2c923;
}
body #main-pactos-iniciativas .cabecalho-interna {
  background-image: url("../img/bg-sustentabilidade-page.png");
}
body #main-pactos-iniciativas .intro {
  padding: 80px 0 40px;
}
body #main-pactos-iniciativas .intro p {
  margin-bottom: 25px;
  font-size: 18px;
}
body #main-pactos-iniciativas .pactos {
  padding: 80px 0;
  margin-top: -100px;
}
body #main-pactos-iniciativas .pactos h3 {
  margin-bottom: 20px;
}
body #main-pactos-iniciativas .pactos p {
  margin-bottom: 20px;
}
body #main-pactos-iniciativas .pactos .lista-pactos {
  margin: 60px 0;
}
body #main-pactos-iniciativas .pactos .lista-pactos .pacto-item {
  margin-bottom: 80px;
}
body #main-pactos-iniciativas .pactos .lista-pactos .pacto-item h4 {
  color: #253a01;
  font-size: 20px;
  font-weight: 700;
}
body #main-pactos-iniciativas .pactos .lista-pactos .pacto-item p {
  margin: 10px 0;
  font-size: 15px;
}
body #main-pactos-iniciativas .pactos .lista-pactos .pacto-item a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #a2c923;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  gap: 10px;
}
body #main-pactos-iniciativas .pactos .lista-pactos .pacto-item a img {
  width: 12px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
body footer {
  padding: 80px 0px 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  background-image: url(../img/bg-footer.png);
  background-position: center;
  background-size: cover;
  min-height: 600px;
}
body footer .row-info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #919191;
  padding-bottom: 60px;
}
body footer .row-info .box-info {
  width: 28%;
}
body footer .row-info .box-info p,
body footer .row-info .box-info a {
  color: #fff;
  position: relative;
  padding-left: 30px;
  font-size: 0.9375rem;
}
body footer .row-info .box-info p i,
body footer .row-info .box-info a i {
  color: #a2c923;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  left: 0;
  font-size: 1.375rem;
}
body footer .col-social-mobile {
  display: none;
}
body footer .logo {
  margin-bottom: 60px;
}
body footer .logo img {
  height: auto;
}
body footer .newsletter h4 {
  color: #fff;
  font-weight: 300;
  font-size: 1rem;
  margin-bottom: 10px;
}
body footer .newsletter form {
  color: #fff;
}
body footer .newsletter form :-ms-input-placeholdert {
  color: #fff;
  font-size: 0.875rem;
}
body footer .newsletter form ::-moz-placeholder {
  color: #fff;
  font-size: 0.875rem;
}
body footer .newsletter form :-ms-input-placeholder {
  color: #fff;
  font-size: 0.875rem;
}
body footer .newsletter form ::placeholder {
  color: #fff;
  font-size: 0.875rem;
}
body footer .newsletter form p {
  position: relative;
  color: #fff;
}
body footer .newsletter form .wpcf7-spinner {
  position: absolute;
  bottom: -5px;
  right: 20%;
  z-index: 99;
}
body footer .newsletter form .row-input {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: 400px;
}
body footer .newsletter form .row-input input {
  border: 1px solid #fff;
  border-top-left-radius: 20px;
  background-color: transparent;
  color: #fff;
  padding: 10px 100px 10px 10px;
  width: 100%;
}
body footer .newsletter form .row-input .wpcf7-submit {
  background-color: #fff;
  color: #253a01;
  padding: 10px 30px;
  text-align: center;
  border-radius: 20px;
  border-top-left-radius: 0;
  position: relative;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 24px;
  position: absolute;
  top: 0;
  right: -20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
body footer .newsletter form .wpcf7-not-valid-tip {
  font-size: 0.875rem;
}
body footer .newsletter form .wpcf7-response-output {
  margin: 10px 0;
  padding: 0.2em 1em;
  border: 1px solid #00a0d2;
  font-size: 0.8125rem;
}
body footer .newsletter form .wpcf7-list-item {
  margin-left: 0;
  padding-left: 0;
  margin-top: 5px;
}
body footer .newsletter form .wpcf7-list-item .wpcf7-list-item-label {
  font-size: 0.875rem;
  margin-left: 0;
}
body footer .newsletter form .wpcf7-list-item .wpcf7-list-item-label a {
  color: #a2c923;
  font-size: 0.875rem;
  text-decoration: underline;
}
body .row-menu {
  padding-top: 80px;
}
body .row-menu .col-menu {
  max-width: 20%;
}
body .row-menu .col-menu h5 {
  color: #a2c923;
  font-size: 0.875rem;
  margin-bottom: 5px;
}
body .row-menu .col-menu ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
body .row-menu .col-menu ul li a {
  color: #fff;
  font-weight: 400;
}
body .row-menu .col-menu ul li a:hover {
  color: #a2c923;
}
body .bottom-footer {
  background-color: #d6d6d6;
  width: 100%;
  margin-top: 80px;
  padding: 10px 0;
}
body .bottom-footer .row {
  justify-content: space-between;
  align-items: center;
}
body .bottom-footer .row .col-bottom-footer {
  max-width: 25%;
}
body .bottom-footer .row .col-bottom-footer a,
body .bottom-footer .row .col-bottom-footer p {
  font-size: 0.75rem;
  color: #585350;
  font-weight: 600;
}
body .bottom-footer .row .col-bottom-footer.col-politica a:first-child {
  border-right: 1px solid #585350;
  padding-right: 10px;
}
body .bottom-footer .row .col-bottom-footer.col-politica a:last-child {
  padding-left: 10px;
}
body .bottom-footer .row .col-bottom-footer.col-social {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
body .bottom-footer .row .col-bottom-footer.col-social a {
  margin: 0 6px;
}
body .bottom-footer .row .col-bottom-footer.col-social a i {
  font-size: 1.25rem;
}

.single-post .btn-voltar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
.single-post .content {
  padding: 80px 0 0;
}
.single-post .content h2 {
  color: #253a01;
  font-size: 36px;
  font-weight: 400;
}
.single-post .content p.date {
  color: #a2c923;
  margin-bottom: 5px;
  font-size: 15px;
}
.single-post .content figure {
  margin: 20px 0;
}
.single-post .content figure img {
  margin: 0 auto;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-post .content p {
  color: #919191;
  margin-bottom: 25px;
}
.single-post .ultimas-noticias {
  padding-top: 0px;
}
.single-post .ultimas-noticias .container {
  border-top: 1px solid #e1e1e1;
  padding-top: 40px;
}
.wpcf7-form.submitting::after {
    content: "Aguarde, estamos enviando seus dados...";
    display: block;
    width: 100%;
    text-align: center;
    font-size: 14px;
}
#logistica-reversa {
	background-color: #e7ebdd;
    padding: 80px 0px 140px 0px;
    margin: -68px 0px -60px 0px;
}
#logistica-reversa img {
	margin-top: 40px;
}
#centrais .cabecalho-centrais {
	display: flex;
	flex-wrap: wrap;
	margin-top: 60px;
}
#centrais .lista-centrais {
	margin-bottom: 60px;
}
#centrais .cabecalho-centrais .col-tabela {
	background-color: #a1c038;
}
#centrais .cabecalho-centrais .col-tabela p{
	color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
}
#centrais .col-tabela {
	padding: 12px;
    border-bottom: 1px solid #c1c1c1;
}
#centrais .cabecalho-centrais .col-filiais {
	width: 16%
}
#centrais .cabecalho-centrais .col-unidades {
	width: 8%
}
#centrais .cabecalho-centrais .col-centrais {
	width: 38%
}
#centrais .cabecalho-centrais .col-endereco {
	width: 20%
}
#centrais .cabecalho-centrais .col-telefone {
	width: 18%
}
#centrais .lista-centrais .item {
	display: flex;
	flex-wrap: wrap;
}
#centrais .lista-centrais .col-filial {
	width: 16%
}
#centrais .lista-centrais .col-unidade {
	width: 8%
}
#centrais .lista-centrais .col-recebimento {
	width: 38%
}
#centrais .lista-centrais .col-local {
	width: 20%
}
#centrais .lista-centrais .col-phone {
	width: 18%
}

/*# sourceMappingURL=main.css.map */

.page-template-portal-investidores header {
  display: none;
}

.page-template-portal-investidores .cabecalho-investidores {
  background-image: url(../img/bg-topo-investidores.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 40px 0;
}
.page-template-portal-investidores .cabecalho-investidores .row {
  justify-content: space-between;
  align-items: center;
}
.page-template-portal-investidores .cabecalho-investidores .row h3 {
  font-size: 0.9375rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 300;
  color: #fff;
  padding-left: 40px;
}
.page-template-portal-investidores .cabecalho-investidores .row a {
  border: 1px solid #fff;
  border-radius: 26px;
  color: #fff;
  outline: none;
  padding: 6px 20px;
  font-size: 0.75rem;
  background-color: transparent;
  text-transform: uppercase;
  font-weight: 600;
  display: block;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.page-template-portal-investidores .documentos {
  padding: 80px 0;
}
.page-template-portal-investidores .documentos h1 {
  font-weight: 300;
  color: #253a01;
  font-size: 2.25rem;
  margin-bottom: 20px;
}
.page-template-portal-investidores .documentos ul {
  width: 100%;
}
.page-template-portal-investidores .documentos ul li {
  padding: 30px 0;
  border-bottom: 1px solid #253a01;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.page-template-portal-investidores .documentos ul li h4 {
  max-width: 80%;
  font-size: 1.25rem;
  font-weight: 400;
  color: #919191;
}
.page-template-portal-investidores .documentos ul li a {
  border-radius: 26px;
  color: #fff;
  display: block;
  padding: 12px 20px;
  background-color: #95c11f;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 600;
}

#main-relacao-investidor .secao-login {
  padding: 80px 0;
}
#main-relacao-investidor .secao-login h2 {
  margin-bottom: 20px;
  color: #253a01;
  font-weight: 300;
  font-size: 2rem;
}
#main-relacao-investidor .secao-login form {
  width: 100%;
  border-radius: 20px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #d6d6d6;
  padding: 40px;
  position: relative;
  padding-bottom: 90px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
#main-relacao-investidor .secao-login form p {
  width: 100%;
  margin-bottom: 10px;
}
#main-relacao-investidor .secao-login form label {
  width: 100%;
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 2px;
  color: #919191;
}
#main-relacao-investidor .secao-login form input:not([type="checkbox"]) {
  border: 1px solid #919191;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: transparent;
  color: #919191;
  padding: 10px 100px 10px 10px;
  width: 100%;
}
#main-relacao-investidor .secao-login form .login-submit input {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  color: #919191;
  background-color: #95c11f;
  border-radius: 0;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  border: none;
  padding: 0;
  text-align: center;
  height: 50px;
  font-weight: 600;
  text-transform: uppercase;
} /*# sourceMappingURL=main.css.map */


.page-template-login-investidores .col-left {
  padding-left: clamp(80px, 7.8vw, 150px);
}
.page-template-login-investidores .left__button {
  display: inline-block;
}
.page-template-login-investidores .acesse__button {
  padding: 20px 40px;
  border: 2px solid #253a01;
  border-radius: 50px;
  color: #253a01;
  display: flex;
  margin-right: 50px;
  align-items: center;
  margin-bottom: 20px;
}

.page-template-login-investidores .left__title {
  font-size: 25px;
  margin-bottom: 35px;
  color: #253a01;
}

.page-template-login-investidores .line-login {
  width: 200%;
  border: solid 1px #d6d3d3;
}

.page-template-login-investidores .secao-login {
  overflow: hidden;
}

.page-template-login-investidores .login__contact {
  display: flex;
  align-items: center;
}

.page-template-login-investidores .login__contact__img {
  margin-right: 15px;
}

.page-template-login-investidores .login__contact__text__green {
  font-size: 15px;
  color: #95c11f;
}

.page-template-login-investidores .login__contact__text__black {
  font-size: 25px;
  color: #253a01;
}

.page-template-portal-investidores .document__title {
  font-weight: bold;
}

.page-template-portal-investidores .documentos__subtitle {
  font-size: 25px;
  color: #253a01;
}

.page-template-portal-investidores .release {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 50px;
}

.page-template-portal-investidores .release__text {
  color: #919191;
  font-size: 20px;
  min-width: 260px ;
}
.page-template-portal-investidores .release__year {
  position: relative;
}

.page-template-portal-investidores .release__year a {
  border: solid 2px #d6d6d6;
  padding: 15px 25px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  color: #95c11f;
  min-width: 105px;
  justify-content: center;
}

.page-template-portal-investidores .release__year img {
  margin-left: 10px;
}

.page-template-portal-investidores .release__tri {
  display: flex;
  justify-content: space-between;
}
.page-template-portal-investidores .release__tri__button {
  padding: 15px 25px;
  border-radius: 50px;
  background-color: #d6d6d6;
  color: white;
  margin-right: 10px;
  transition: 0.3s;
}

.page-template-portal-investidores .release__tri a {
  cursor: default;
}

.page-template-portal-investidores .release__tri .active {
  cursor: pointer;
}

.page-template-portal-investidores .release__tri .active .release__tri__button {
  background-color: #95c11f;  
}

.page-template-portal-investidores .rotate {
  rotate: 90deg;
}

.page-template-portal-investidores .release__line {
  border: solid 1px #989797;
}

.page-template-portal-investidores .line {
  border: solid 1.5px #989797;
}

.page-template-portal-investidores .release__year__box {
  z-index: 9;
  display: none;
  position: absolute;
  top: 60px;
  border: solid 2px #d6d6d6;
  padding: 15px 25px;
  color: #95c11f;
  border-radius: 10px;
  background-color: white;
  left: -10px;
}
.page-template-portal-investidores .release__year__box a {
  margin-bottom: 10px;
}

.page-template-portal-investidores .show {
  display: block;
}

select[name="release-financeiro"] {
  display: none;
}

.page-template-portal-investidores .title {
  font-size: 32px;
  margin-bottom: 50px;
  color: #253a01;
  font-weight: normal;
}

.page-template-portal-investidores .select-menu {
  margin-bottom: 20px;
  color: #90bb3b;
  position: relative;
  cursor: pointer;
}

.page-template-portal-investidores .select-btn {
  transition: 0.3s;
  font-weight: bold;
  font-size: 22px;
  color: #95c11f;
  font-weight: normal;
}

.page-template-portal-investidores .select-btn:hover {
  color: #95c11f;
}

.page-template-portal-investidores .select-menu .select-btn .arrow-btn {
  transition: all 0.3s;
  height: 12px;
}

.page-template-portal-investidores .select-menu .options {
  padding: 10px 0 0 20px;
  display: none;
  border-radius: 8px;
}

.page-template-portal-investidores .select-menu .options .options__list {
  list-style: none;
  padding: 0 !important;
  border-bottom: none !important;
  padding-bottom: 10px !important;
  font-size: 18px !important;
  color: #90bb3b !important;
}

.page-template-portal-investidores .select-menu .options .options__list a {
  background-color: transparent !important;
  padding: 0 !important;
  border-radius: 0 !important;
  padding-bottom: 10px !important;
  display: inline-block !important;
  font-size: 18px !important;
  color: #90bb3b !important;
  text-align: left !important;
  text-decoration: none !important;
  text-transform: none !important;
}

.page-template-portal-investidores .select-menu .options .options__list a:hover {
  text-decoration: underline !important;
}

.page-template-portal-investidores .select-menu.active .options {
  display: block;
}

.page-template-portal-investidores .chat__title {
  width: 19px;
  margin-right: 15px;
}

.page-template-portal-investidores .duvidas {
  color: #95c11f;
  font-size: 17px;
  margin-right: 5px;
}

.page-template-portal-investidores .fale-conosco {
  color: #253a01;
  font-size: 17px;
  margin-right: 5px;
}

.page-template-portal-investidores .email {
  color: #253a01;
  font-size: 17px;
  border-bottom: solid 1px #253a01;
  transition: 0.3s;
}

.page-template-portal-investidores .email:hover {
  color: #95c11f;
  border-bottom: solid 1px #95c11f;
}

.page-template-portal-investidores .select-btn {
  display: flex;
  align-items: center;
}

.page-template-portal-investidores .arrow-btn {
  width: 10px;
  height: 12px;
  margin-right: 10px;
}

.page-template-portal-investidores .coluna-left {
  padding-right: 70px;
}

.page-template-portal-investidores .line__title {
  margin-bottom: 50px;
  color: #d2d1d0;
  border: solid 1px;
}

.page-template-portal-investidores .chat__login {
  width: 30px;
}

.page-template-portal-investidores .pdf__login {
  margin: 0px 0px 0px 10px;
  width: 19px;
}

@media (max-width: 1400px) {
  .page-template-portal-investidores .custom-lg-col {
    width: 100% !important;
  }

  .page-template-portal-investidores .custom-lg-col:nth-child(2) {
    margin-top: 60px;
  }

  .page-template-portal-investidores .coluna-left {
    padding-right: 0;
  }
}

@media (max-width: 1200px) {
  .page-template-portal-investidores .custom-width-xl:nth-child(2) {
    width: 40%;
  }
}

@media (max-width: 992px) {


  .page-template-login-investidores .release {
    display: block;
  }
  
  .release__year__link {
    justify-content: space-between !important;
  }

  .page-template-login-investidores .col-left {
    padding-inline: 0;
    margin-top: 60px;
    margin-inline: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .page-template-login-investidores .acesse__button {
    margin-right: 0;
  }

  .page-template-portal-investidores .custom-width-xl {
    width: 100% !important;
  }

  .release__text,
  .release__year,
  .release__tri {
    padding-bottom: 20px;
  }

  .page-template-portal-investidores .release__tri {
    overflow-x: auto; 
    white-space: nowrap; 
  }

  .page-template-portal-investidores.release__year__link {
    margin-right: 10px;
  }

  .page-template-portal-investidores .release__year__box {
    width: calc(100% - 10px) !important;
    left: 0;
    top: 49px;
  }

}



/* Nova Timeline */

.timeline-our-story {
    position:relative;
    padding-top:50px;
    position: relative;
}

.timeline-our-story:before {
    content: "";
    display:block;
    width: 100%;
    height: 5px;
    position: absolute;
    bottom: 35px;
    border-bottom:dashed 4px #929c80;
}

.timeline-our-story__item {
    padding-bottom:90px;
}

.timeline-our-story__item__box {
    background: #f4f3f3;
    border-radius:20px;
    border-top:solid 2px #a5a4a4;
    border-bottom:solid 2px #a5a4a4;
    box-shadow:rgba(0, 0, 0, 0.16) 0px 4px 4px;
    padding:30px;
    display:flex;
    flex-direction: column;
    align-items: center;
    gap:10px;
    margin: 10px 50px 10px 50px;
    min-height:345px;
    justify-content: space-between;
    position: relative;
    
}

.timeline-our-story__item__box:before {
    content: "";
    display:block;
    width: 50px;
    height: 50px;
    background: #253a01;
    border-radius: 100%;
    position: absolute;
    bottom: -90px;
    
}

.timeline-our-story__item__box__icon {
    max-width:100%;
}

.timeline-our-story__item__box__text {
    padding:0;
    margin-bottom:0 !important;
    text-align:center;
    
}
.timeline-our-story__item__box__year {
    color:#253a01;
    font-size:35px;
    font-weight:bold;
    line-height: 100%;
}

.timeline-our-story .slick-arrow {
    border:none;
    outline:none;
    border-radius:100%;
    position:absolute;
    top:50%;
    margin-top: -18px;
}

.timeline-our-story .slick-prev {
    left:-40px;
}

.timeline-our-story .slick-next {
    right:-40px;
}

@media (max-width: 765px) {
    
    .timeline-our-story .slick-prev {
        left:0;
    }
    
    .timeline-our-story .slick-next {
        right:0;
    }
    
}

