* {
  outline: none;
}
ul {
  padding: 0;
}
li {
  list-style: none;
}
body {
  margin: 0;
  font-family: "PT Sans", sans-serif;
  overflow-x: hidden;
}
html {
  scroll-behavior: smooth;
}
button:focus {
  outline: none;
}
a,
a:hover,
button {
  text-decoration: none;
  cursor: pointer;
  transition: 0.5s;
}
b,
strong {
  font-weight: 700;
}

.titulo-geral {
  color: var(--Style, #122f4e);
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  text-align: center;
  display: table;
  margin: 0 auto 40px;
}
.titulo-geral:after {
  content: "";
  display: table;
  background: url(../img/icons/borda-titulo.svg) no-repeat;
  width: 46px;
  height: 17px;
  margin: 10px auto 0;
}
.btn-politica {
  color: #fff;
  font-family: PT Sans;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
  border-radius: 30px;
  background: var(--Style, #94c11f);
  border: 1px solid var(--Style, #94c11f);
  display: table;
  padding: 10px 20px;
}


.btn-politica:hover {
  color: var(--Style, #94c11f);
  background: transparent;
}
.btn-etical {
  color: #fff;
  font-family: PT Sans;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
  border-radius: 30px;
  background: var(--Style, #94c11f);
  border: 1px solid var(--Style, #94c11f);
  display: table;
  padding: 10px 40px;
}


.btn-etical:hover {
  color: var(--Style, #94c11f);
  background: transparent;
}

.btn-geral {
  color: #fff;
  font-family: PT Sans;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
  border-radius: 30px;
  background: var(--Style, #94c11f);
  border: 1px solid var(--Style, #94c11f);
  display: table;
  padding: 10px 20px;
}
.btn-geral:hover {
  color: var(--Style, #94c11f);
  background: transparent;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px;
  background: transparent;
  border: 1px solid var(--style, #013622);
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  width: 20px;
  height: 10px;
  background: var(--style, #013622);
}

.owl-theme.green-dots .owl-dots {
  margin-top: 24px;
}

.owl-theme.green-dots .owl-dots .owl-dot span {
  width: 24px;
  height: 24px;
  background-color: transparent;
  border: 2px solid #94c11f;
}

.owl-theme.green-dots .owl-dots .owl-dot.active span {
  background-color: #94c11f;
}

.owl-custom .owl-item {
  overflow: hidden;
}

/* .owl-custom .owl-item .attachment-post-thumbnail {
  max-width: 378px;
}

.owl-custom .owl-item.active {
  max-width: 680px;
} */

.owl-custom .owl-item:not(.active) {
  opacity: 0.5;
}

span.saibamais{
  width: 140px; margin: 0 auto;
}

span.saibamaisInt{
  width: 140px; margin: 0 auto; position: relative; top: -14px;
}

.owl-custom .owl-item:not(.active) .card-portfolio .conteudo,
.owl-custom .owl-item .card-portfolio .conteudo p img {
  display: none;
}

.owl-custom .owl-nav {
  width: 100%;
  position: absolute;
  top: 50%;
  display: flex;
  justify-content: space-between;
  padding: 0 40px;
  margin-top: 0;
  transform: translateY(-50%);
}

.owl-custom .owl-nav .owl-next span,
.owl-custom .owl-nav .owl-prev span {
  display: none;
}

.owl-custom .owl-nav .owl-next:hover,
.owl-custom .owl-nav .owl-prev:hover {
  background: transparent;
}

.owl-custom .owl-nav .owl-next:not(.disabled):hover,
.owl-custom .owl-nav .owl-prev:not(.disabled):hover {
  transform: scale(1.1);
  transition: 0.3s ease;
}

.owl-custom .owl-nav .owl-next::before,
.owl-custom .owl-nav .owl-prev::before {
  content: "";
  width: 78px;
  height: 78px;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
}

.owl-custom .owl-nav .owl-next::before {
  background-image: url("../img/icons/arrow-right-blue.svg");
}

.owl-custom .owl-nav .owl-prev::before {
  background-image: url("../img/icons/arrow-left-blue.svg");
}

.owl-dots.text-line-dots {
  position: relative;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  min-height: 36px;
}

.owl-dots.text-line-dots::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  background-color: #bdbdbd;
}

.owl-dots.text-line-dots .owl-dot {
  color: #94c11f;
  font-size: 12px;
  font-weight: 400;

  padding: 8px 10px;
  border-radius: 15px;
  border: 1px solid rgba(148, 193, 31, 0.3);

  background: #fff;
  z-index: 2;
}

.owl-dots.text-line-dots .owl-dot:not(.active) {
  height: 0.5rem;
  width: 0.5rem;
  padding: 0;
  border-radius: 50%;
  background-color: #bdbdbd;
}
.owl-dots.text-line-dots .owl-dot:not(.active) .owl-dot-text {
  display: none;
}

.owl-with-animation {
  position: relative;
}

/* Header */
.topo {
  position: absolute;
  right: 16px;
  top: 16px;
  gap: 20px;
}
.topo select {
  color: #fff;
  font-family: PT Sans;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  background: transparent;
  border: none;
}
.topo option {
  color: #122f4e;
}

a.glink {
  text-decoration: none;
  color: #fff;
  margin-right: 8px;
  font-size: 0.875rem;
}

a.glink.gt-current-lang {
  text-decoration: underline;
  text-decoration-color: #fff;
}

header {
  transition: 0.5s;
  background: transparent;
  padding: 10px 0;
  box-shadow: none;
  z-index: 99;
  width: 100%;
}

.navbar-collapse.custom-navbar {
  z-index: 10;
}

.navbar-collapse.custom-navbar .menu {
  display: flex;
  gap: 20px;
}

.navbar-collapse.custom-navbar .menu li a {
  color: #fff;
  font-size: 0.875rem;
  text-transform: uppercase;
  text-wrap: nowrap;
}
.navbar-collapse.custom-navbar .menu li a:hover {
  text-shadow: 1px 0px 0px;
}
header .redes-sociais {
  margin-left: 15px;
}
header .dropdown-item {
  display: block;
  padding: 0.2rem 1rem !important;
  color: var(--013622, #013622);
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-transform: uppercase;
  margin: 10px 0;
  border-bottom: 2px solid #fff;
}
header .dropdown-item:hover {
  font-weight: 700;
  border-color: var(--f-09-f-1-a, #f09f1a);
}

header.header-interno .topo select {
  color: var(--Style, #94c11f);
}
header.header-interno a.glink {
  color: var(--Style, #94c11f);
}
header.header-interno ul#menu-principal li a {
  color: #333;
}
header.header-interno.fixed {
  background: #fff;
}
.header-interno + .header-interno-bg {
  height: 146px;
}

header.fixed {
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
  height: auto;
  padding: 1px 0 0;
  background: #122f4e;
}
header.fixed .navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
}
header.fixed a.navbar-brand img {
  height: 40px;
}
header.fixed .nav-link {
  font-size: 12px;
}
header.fixed .navbar {
  height: 55px;
  padding: 5px 0;
}
header.fixed .navbar-collapse.custom-navbar .menu {
  margin-bottom: 4px;
}
header.fixed .nav-link:after {
  display: none;
}
header.fixed .btn-geral {
  font-size: 12px;
  padding: 5px 20px;
}
header.fixed .redes-sociais a {
  width: 25px;
  height: 25px;
}

.p-abs {
  position: absolute;
}

.vitrine {
  width: 100%;
  height: 100vh;
  height: 100svh;
  position: relative;
  overflow: hidden;
}
.vitrine-video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vitrine-bg {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: radial-gradient(
    58.69% 32.88% at 50% 67.12%,
    rgba(18, 47, 78, 0) 0%,
    rgba(18, 47, 78, 0.7) 100%
  );
  position: relative;
  z-index: 2;
}

.arrow-down-vitrine {
  position: absolute;
  bottom: 60px;
  left: calc(50% - 17px);
  z-index: 5;
  padding: 4px;
}

.arrow-down-vitrine:not(:hover) img {
  -webkit-animation: fade_move_down 3s ease-in-out infinite;
  -moz-animation: fade_move_down 3s ease-in-out infinite;
  animation: fade_move_down 3s ease-in-out infinite;
}

/*animated scroll arrow animation*/
@-webkit-keyframes fade_move_down {
  0% {
    -webkit-transform: translate(0, -10px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, 10px);
    opacity: 0;
  }
}
@-moz-keyframes fade_move_down {
  0% {
    -moz-transform: translate(0, -10px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -moz-transform: translate(0, 10px);
    opacity: 0;
  }
}
@keyframes fade_move_down {
  0% {
    transform: translate(0, -10px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translate(0, 10px);
    opacity: 0;
  }
}

.titulo-vitrine {
  color: #fff;
  font-size: 60px;
  text-transform: uppercase;
  margin: 0;
}
.titulo-vitrine span {
  font-weight: 700;
  border-radius: 5px;
  background: var(--Style, #94c11f);
  padding: 0px 10px;
}

.portfolio {
  padding: 50px 0;
}
.portfolio .item a {
  display: flex;
}
.portfolio .thumbnail-wrapper {
  width: 50% !important;
  height: 400px;
  overflow: hidden;
  border-radius: 5px;
}
.portfolio img.attachment-post-thumbnail {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: transform 0.4s ease-out;
}
.portfolio .item:hover img.attachment-post-thumbnail {
  transform: scale(1.08);
  transition: transform 0.4s ease-out;
}
.portfolio .conteudo {
  width: 50%;
  height: 400px;
  padding: 10px 10px 10px 20px;
  transition: 0.5s;
}
.portfolio .portfolio-item__title {
  color: var(--Style, #122f4e);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-bottom: 1px solid #e0e0e0;
  margin: 0 0 20px;
}
.portfolio .portfolio-item__title:after {
  content: "";
  width: 72px;
  height: 3px;
  display: table;
  border-radius: 15px;
  background: var(--Style, #94c11f);
  margin-top: 16px;
  transform: translateY(50%);
  transition: width linear 0.4s;
}
.portfolio .item:hover .portfolio-item__title:after {
  width: 100%;
  transition: width linear 0.4s;
}
.portfolio p {
  color: var(--Gray-1, #333);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 10px;
}
.portfolio a.btn-geral {
  padding: 10px 50px;
  margin: 20px auto 0;
}

.portfolio img.portfolio-item__icon {
  width: 4.5rem;
  height: 4.5rem;
}

.portfolio img.portfolio-item__icon:not(:last-child) {
  margin-right: 30px;
}

.videos-section {
  padding: 52px 0;
  background: url(../img/bg-videos.jpg) no-repeat;
  background-size: cover;
}
.videos-section .titulo-geral {
  color: #fff;
}
.videos-section a.btn-geral {
  padding: 10px 50px;
  margin: 20px auto 0;
}
.videos-section__iframe {
  border-radius: 15px;
}

.linha-tempo {
  padding: 64px 0;
}
.timeline {
  list-style-type: none;
  display: flex;
  padding: 0;
  text-align: center;
}
.timeline li {
  transition: all 200ms ease-in;
}
.timeline-item {
  position: relative;
  height: 448px;
}
.timeline-item::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 8px;
  background-color: #94c11f;
}
.timeline-item .half {
  height: 50%;
  display: flex;
  justify-content: center;
}
.timeline-item .half.below {
  align-items: end;
}
.timeline-item__circle {
  border: 7px solid #94c11f;
  border-radius: 50%;
  width: 158px;
  height: 158px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  position: relative;
}
.owl-carousel .owl-item .timeline-item__circle img {
  width: auto;
}
.timeline-item__circle::after {
  content: "";
  position: absolute;
  left: 50%;
  background-color: #94c11f;
  height: 64px;
  width: 7px;
  transform: translateX(-50%);
}
.timeline-item__circle.above::after {
  top: calc(100% + 6px);
}
.timeline-item__circle.below::after {
  bottom: calc(100% + 6px);
}
.timeline-item__text {
  position: relative;
  height: 100%;
  padding: 8px;
  display: flex;
  align-items: center;
}
.timeline-item__text::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 28px;
  height: 28px;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
}
.timeline-item__text.below::before {
  border-top: 28px solid #94c11f;
  top: 0;
}
.timeline-item__text.above::before {
  border-bottom: 28px solid #94c11f;
  bottom: 0;
}
.timeline-item__text-title {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: #828282;
}
.timeline-item__text-title b {
  font-size: 24px;
  color: #94c11f;
}

.timestamp {
  width: 100%;
  margin-bottom: 20px;
  padding: 0px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: 100;
}
.timestamp p {
  color: var(--1-a-9-bc-6, #1a9bc6);
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0;
}
.owl-timeline .owl-item:nth-child(1) .timeline-item .half {
  animation-delay: 0s;
}
.owl-timeline .owl-item:nth-child(2) .timeline-item .half {
  animation-delay: 1s;
}
.owl-timeline .owl-item:nth-child(3) .timeline-item .half {
  animation-delay: 2s;
}
.owl-timeline .owl-item:nth-child(4) .timeline-item .half {
  animation-delay: 3s;
}
.owl-timeline .owl-item:nth-child(5) .timeline-item .half {
  animation-delay: 4s;
}
.owl-timeline .owl-item:nth-child(6) .timeline-item .half {
  animation-delay: 5s;
}
.status {
  padding: 0px 40px;
  display: flex;
  justify-content: center;
  border-top: 4px solid #d9d9d9;
  position: relative;
  transition: all 200ms ease-in;
}
.status p {
  color: var(--gray-2, #4f4f4f);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 20px 0 0;
}
.status p:before {
  content: "";
  width: 25px;
  height: 25px;
  background-color: var(--1-a-9-bc-6, #1a9bc6);
  border-radius: 25px;
  border: 4px solid var(--1-a-9-bc-6, #1a9bc6);
  position: absolute;
  top: -15px;
  left: calc(50% - 12px);
  transition: all 200ms ease-in;
}
.swiper-control {
  text-align: center;
}
.swiper-container {
  width: 100%;
  overflow: hidden;
}
.swiper-slide {
  width: 200px;
  text-align: center;
  font-size: 18px;
}
.swiper-slide:nth-child(2n) {
  width: 40%;
}
.swiper-slide:nth-child(3n) {
  width: 20%;
}
.swiper-control button {
  color: var(--1-a-9-bc-6, #1a9bc6);
  font-size: 30px;
  font-weight: bold;
  padding: 0 10px;
  margin: 0;
}
.img-timeline {
  position: absolute;
  right: 0;
  z-index: -1;
  width: 20%;
  margin-top: -200px;
}

.x-vectors-bg {
  position: relative;
}
.x-vectors-bg::before,
.x-vectors-bg::after {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
}
.x-vectors-bg::before {
  left: 0;
  top: 0;
  background-image: url("../img/bg-x-vector.svg");
  width: 190px;
  height: 300px;
}
.x-vectors-bg::after {
  right: 0;
  bottom: 0;
  width: 220px;
  height: 220px;
  background-image: url("../img/bg-multiple-x-vector.svg");
}
.onde-estamos {
  padding: 100px 0;
}
.onde-estamos p {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 162.5% */
  margin: 0 0 50px;
}

.map-baloon-text {
  font-size: 3rem;
  color: #122f4e;
  font-weight: 700;
}

.valores .item1 {
  background: url(../img/bg-valores1.svg) no-repeat;
  background-size: contain;
  width: 280px;
  height: 112px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.item1:hover h4,
.item2:hover h4 {
  color: #94c11f;
}
.valores .item2 {
  background: url(../img/bg-valores2.svg) no-repeat;
  background-size: contain;
  width: 280px;
  height: 112px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.valores h4 {
  color: var(--Gray-3, #828282);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 85%;
}
.valores .item1 h4 {
  padding-right: 20px;
}
.valores .item2 h4 {
  padding-left: 20px;
}
.valores .item1 h4 img {
  margin-left: 10px;
}
.valores .item2 h4 img {
  margin-right: 10px;
}

.valores .item1.fade-in,
.valores .item2.fade-in {
  animation-duration: 0.6s;
}

.valores .item1:nth-child(1) {
  animation-delay: 0.6s;
}
.valores .item1:nth-child(2) {
  animation-delay: 1.2s;
}
.valores .item1:nth-child(3) {
  animation-delay: 1.8s;
}
.valores .item1:nth-child(4) {
  animation-delay: 2.4s;
}

.valores .item2:nth-child(1) {
  animation-delay: 4.8s;
}
.valores .item2:nth-child(2) {
  animation-delay: 4.2s;
}
.valores .item2:nth-child(3) {
  animation-delay: 3.6s;
}
.valores .item2:nth-child(4) {
  animation-delay: 3s;
}

.certificacoes-section {
  padding: 50px 0;
}
.certificacoes-section img {
  margin: 0 auto;
  display: table;
}
.certificacoes-section a.btn-geral {
  padding: 10px 50px;
  margin: 30px auto 0;
}

.certificacoes-section .col-md-3 img {
  animation-duration: 0.6s;
}

.certificacoes-section .col-md-3:nth-child(2) img {
  animation-delay: 1s;
}
.certificacoes-section .col-md-3:nth-child(3) img {
  animation-delay: 2s;
}

.esg {
  background-image: url('../img/bg-bolinhas-esg.png');
  background-size: cover;
}
.esg .container {
  padding: 50px 0;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.esg h2 {
  color: #94c11f;
  font-weight: 600;
  font-size: 30px;
}
.compromisso {
  display: flex;
  align-items: center;
  gap: 50px;
}
.compromisso .conteudo {
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 15px;
}
.compromisso .conteudo p {
  color: #122f4e;
  font-size: 20px;
  line-height: 1.5em;
}
.compromisso img {
  width: 300px;
}
.politicas {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.politicas h2 {
  text-align: center;
}
.politicas > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px;
}
.politica-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  width: 220px;
}
.politica-item img {
  transition: .3s;
}
.politica-item img:hover {
  transform: scale(1.1);
}
.img-sustentabilidade {
  width: 155px;
}
.img-descarbonizacao {
  width: 110px;
}
.img-saude {
  width: 85px;
}
.img-reuso {
  width: 100px;
}
.img-compras {
  width: 120px;
}
.img-residuos {
  width: 140px;
}
.politica-item h6, .politica-item p {
  margin: 0;
}
.politica-item h6 {
  color: #122f4e;
  font-weight: 600;
  font-size: 18px;
}
.politica-item p {
  color: #122f4e;
  text-align: center;
}

@media (max-width: 992px) {
  .compromisso .conteudo {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .esg {
    background-image: none;
  }
  .compromisso {
    flex-direction: column;
    gap: 0px;
  }
  .compromisso .conteudo {
    width: 100%;
    padding: 0 20px;
  }
  .compromisso img {
    width: 350px;
  }
}


.instagram {
  background: #f6f6f6;
  padding: 50px 0;
}

.footer {
  padding: 40px 0 0;
  background: var(--Style, #122f4e);
}

.footer h4 {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 16px;
}
.footer li {
  margin-bottom: 14px;
}
.footer li a {
  color: #fff;
  font-size: 14px;
}
.footer li a:hover,
.footer p a:hover {
  color: #94c11f;
}
.footer .fa {
  color: #94c11f;
}
.footer p,
.footer p a {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.footer p a span {
  font-size: 24px;
  font-weight: 700;
}
.footer p.email a {
  font-size: 12px;
}
.footer .rodape {
  padding: 15px 0;
  background: #001b3a;
  margin-top: 30px;
}
.footer .rodape p {
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}

.titulo-interno {
  width: 100%;
  height: 230px;
  background: url(../img/bg-titulo-interno.png) no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}
.titulo-interno h1 {
  color: #fff;
  text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
}

.contato input.form-control,
.contato select {
  color: #94c11f;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 5px;
  border: 1px solid #94c11f;
  background: transparent;
  height: 55px;
  margin-bottom: 15px;
}
.contato textarea.form-control {
  color: #94c11f;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 5px;
  border: 1px solid #94c11f;
  background: transparent;
  height: 200px;
  margin-bottom: 15px;
}
.contato input.form-control::-webkit-input-placeholder,
.contato textarea.form-control::-webkit-input-placeholder {
  color: #94c11f;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.contato input.form-control:-ms-input-placeholder,
.contato textarea.form-control:-ms-input-placeholder {
  color: #94c11f;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.contato input.form-control::placeholder,
.contato textarea.form-control::placeholder {
  color: #94c11f;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.contato button {
  color: #94c11f;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-radius: 5px;
  border: 1px solid #94c11f;
  background: transparent;
  padding: 10px 30px;
  display: table;
  margin: 0 auto;
}

.interna {
  padding: 50px 0;
}
.interna p {
  color: var(--Gray-1, #333);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 162.5% */
  margin: 0 0 15px;
}

.interna.portfolio .conteudo {
  overflow: hidden;
}
section.interna.referencias a img {
  width: 100%;
}

.interna.portfolio .item.item-noticia img {
  width: 100% !important;
  height: 320px;
  object-fit: cover;
  margin: 0 0 15px;
}
.interna.portfolio .item.item-noticia h3.entry-title a {
  color: var(--Style, #122f4e);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-bottom: 1px solid #e0e0e0;
  margin: 0 0 20px;
}

.portfolio h4,
.portfolio h5,
.portfolio h6 {
  color: #122f4e;
}

.portfolio a p,
.portfolio a li {
  color: #333333;
}

.portfolio ul li {
  display: flex;
}

.portfolio ul li::before {
  content: "";
  display: block;
  background-color: #94c11f;
  width: 0.75rem;
  height: 3px;
  border-radius: 15px;
  padding-right: 0.75rem;
  margin-top: 0.75em;
  margin-right: 12px;
}

.portfolio .entry-thumb img {
  width: 80%;
  height: auto;
  display: table;
  margin: 0 auto 20px;
}
.s-noticias .image img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  margin: 0 0 15px;
}
.s-noticias h3 a {
  color: var(--Style, #122f4e);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-bottom: 1px solid #e0e0e0;
  margin: 0 0 20px;
}

.quem-somos-interna {
  padding: 54px 0 88px;
  background: url(../img/bg-quem-somos.png) no-repeat;
  background-size: cover;
  background-position: bottom right;
}
.quem-somos-interna img {
  display: table;
  margin: 0 auto;
}
.quem-somos-interna a {
  color: var(--Style, #94c11f);
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  display: block;
}
.quem-somos-interna a:hover {
  color: #333;
}

.competencias {
  padding: 40px 0;
  position: relative;
}

.competencias::after {
  content: "";
  display: block;
  width: 400px;
  height: 400px;
  position: absolute;
  left: -165px;
  bottom: -95px;
  background-image: url("../img/bg-competencias.svg");
  background-size: auto;
  background-position: left bottom;
  background-repeat: no-repeat;
}

.competencias .bola {
  max-width: 124px;
  aspect-ratio: 1/1;
  border: 1px solid #94c11f;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 10px;
}

.interna .onde-estamos {
  background: linear-gradient(
    180deg,
    #f6f6f6 23.75%,
    rgba(246, 246, 246, 0) 100%
  );
  padding: 50px 0;
}

.referencias img {
  height: 355px;
  object-fit: cover;
}
.referencias .conteudo {
  width: 100%;
  height: 355px;
  padding: 30px 20px;
  margin-top: -355px;
  display: flex;
  align-items: flex-end;
  position: relative;
  z-index: 9;
  transition: 0.5s;
}
.referencias .conteudo h4 {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 100% */
  border-bottom: 1px solid #fff;
  width: 100%;
  padding-bottom: 10px;
  margin: 0;
}
.referencias a:hover .conteudo {
  background: rgba(0, 0, 0, 0.3);
}

.referencia-interna .item {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
  padding: 20px;
}
.referencia-interna h4 {
  color: var(--Style, #94c11f);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 15px;
}

.gestao .item {
  width: 100%;
  height: auto;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
  padding: 30px 20px;
}
.gestao img.alignnone.size-full {
  width: 100%;
  height: auto;
}
.gestao h4 {
  color: var(--Style, #122f4e);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  margin: 0 0 15px;
}
.gestao img {
  display: table;
  margin: 0 auto 15px;
}
.gestao a.btn-geral {
  margin: 0 auto;
}

.politicas-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  padding: 32px 32px 40px;
  border: 1px solid #e0e0e0;
  border-radius: 15px;
  min-height: 315px;
  width: clamp(196px, 100%, 276px);
}

.politicas-card__title {
  font-size: 1.25rem;
  font-weight: bold;
  color: #122f4e;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.etical__title {
  font-size: 1rem;
  font-weight: bold;
  color: #122f4e;
  text-transform: uppercase;
  /* margin-bottom: 20px; */
}

.politicas-card__img {
  max-width: 100%;
  max-height: 120px;
  object-fit: cover;
}
.etical__img {
  max-width: 100%;
  max-height: 100px;
  object-fit: cover;
}


.sistema-container {
  display: none;
}

.wp-pagenavi {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

.wp-pagenavi > a,
.wp-pagenavi .current {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  border: 1px solid #94c11f;
}

.wp-pagenavi .current {
  color: #ffffff;
  background-color: #94c11f;
}

.wp-pagenavi > a {
  color: #94c11f;
  background-color: transparent;
}

.wp-pagenavi > a:hover {
  background-color: #e9ecef;
}

.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  border-color: transparent;
}

.wp-pagenavi .previouspostslink .icon-chevron-left::before {
  content: "\2190";
}

.wp-pagenavi .nextpostslink .icon-chevron-right::before {
  content: "\2192";
}

@media (min-width: 1200px) {
  header .navbar {
    max-width: 1140px;
    margin: 0 auto;
  }

  .header.fixed .topo {
    display: none !important;
  }
}
@media (max-width: 1200px) {
  .navbar-collapse.custom-navbar {
    position: absolute;
    right: -15px;
    top: 12px;
    padding: 40px 100px 40px 60px;
    border-radius: 10px 0px 0px 10px;
    background: #fff;
  }

  .navbar-collapse.custom-navbar.show {
    transform: translateX(0);
    transition: transform 0.5s ease-out;
  }

  .navbar-collapse.custom-navbar:not(.show) {
    display: initial;
    transform: translateX(110%);
    transition: transform 0.5s ease-out;
  }

  .navbar-collapse.custom-navbar.collapsing {
    height: auto;
    overflow: initial;
  }

  .navbar-collapse.custom-navbar .menu {
    display: block;
    color: #000;
  }

  .navbar-collapse.custom-navbar .menu {
    margin-bottom: 2rem;
  }

  .navbar-collapse.custom-navbar .menu li {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
  }

  .navbar-collapse.custom-navbar .menu li::before {
    background-image: url("../img/icons/list-bar.svg");
    content: "";
    width: 1rem;
    height: 3px;
    display: inline-block;
    margin-right: 0.75rem;
  }

  .navbar-collapse.custom-navbar .menu li a {
    color: #122f4e;
    font-size: 1rem;
    text-transform: uppercase;
    text-wrap: nowrap;
  }

  .custom-navbar .btn-close {
    color: #fff;
    font-size: 1.25rem;
    font-weight: 700;
    width: 3rem;
    height: 3rem;

    background-color: #94c11f;
    border: 3px solid #fff;
    border-radius: 50%;

    position: absolute;
    left: 0;
    top: 0;
    transform: translateX(-50%) translateY(-25%);
  }

  .topo {
    position: initial;
  }

  a.glink {
    color: #122f4e;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  a.navbar-brand img {
    width: 180px;
  }
  header .nav-link {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  p {
    font-size: 16px;
  }
  .navbar-brand {
    margin-right: 0.4rem;
  }
  a.navbar-brand img {
    width: 100px;
  }
  header .nav-link {
    padding: 0.5rem 0.2rem !important;
    font-size: 10px;
  }
  footer ul li a,
  footer ul li.nav-item.dropdown a {
    font-size: 10px;
    margin: 0 0.3rem;
  }

  footer h4 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .titulo-geral {
    font-size: 24px;
    margin: 0 auto 30px;
  }
  .btn-geral {
    font-size: 14px;
    padding: 10px 20px;
  }
  header {
    padding: 18px 0;
    height: auto;
  }
  header .navbar {
    height: auto;
    padding: 0;
  }
  header a.navbar-brand img {
    width: 170px;
  }
  ul.w-100.d-flex.justify-content-end.align-items-center.mb-0 {
    display: table !important;
    text-align: center;
    border-top: 1px solid;
    padding: 15px 0;
    margin-top: 15px;
  }
  header li.nav-item {
    margin-left: 13px;
  }
  ul.navbar-nav {
    text-align: center;
  }
  .header.fixed {
    position: absolute;
  }
  .header .nav-link {
    padding: 0.5rem 10rem;
    font-size: 12px;
    line-height: 14px;
  }
  .titulo-vitrine {
    font-size: 40px;
  }
  .portfolio {
    padding: 30px 0;
  }
  .portfolio .item a {
    display: block;
  }
  .portfolio .thumbnail-wrapper {
    width: 100% !important;
    height: 280px;
  }
  .portfolio img.attachment-post-thumbnail {
    margin-bottom: 15px;
  }
  .portfolio .conteudo {
    width: 100%;
    height: auto;
    padding: 0;
  }
  .videos-section {
    padding: 30px 0;
  }
  .videos-section__iframe {
    height: 208px;
  }
  .onde-estamos {
    padding: 40px 0 0;
  }
  .sobre .titulo-geral {
    margin: 30px auto 30px;
  }
  .sobre {
    padding: 0;
  }
  .timestamp {
    padding: 0px 10px;
  }
  .timestamp p {
    font-size: 26px;
  }
  .status {
    padding: 0px 10px;
  }
  .status p {
    font-size: 12px;
  }
  .servicos {
    padding: 70px 0 120px;
  }
  .servicos .item {
    padding: 20px 15px;
    min-height: 460px;
  }
  .servicos .item img {
    width: 50px;
    height: 50px;
    margin: 0 auto 10px;
  }
  .servicos .item h4 {
    font-size: 24px;
    margin: 0 0 10px;
  }
  .servicos .item h5 {
    font-size: 14px;
    margin: 0 0 10px;
  }
  .servicos .item p {
    font-size: 14px;
    margin: 0 0 5px;
  }
  /* .blog img {
    height: 250px;
    margin-bottom: 10px;
  } */
  .blog a.btn-saibamais {
    margin-bottom: 30px;
  }
  .quem-somos-interna {
    padding: 40px 15px 80px;
    background-size: contain;
  }
  .interna.referencias {
    padding: 34px 28px;
  }
  .referencias .conteudo {
    height: 212px;
    padding: 30px 30px;
    margin-top: -212px;
  }
  .referencias img {
    height: 212px;
  }
  .localizacao {
    padding: 30px 0 0;
  }
  .localizacao iframe {
    height: 300px;
  }
  .contato {
    padding: 60px 0 110px;
  }
  .contato input.form-control {
    height: 45px;
    margin-bottom: 10px;
  }
  .contato textarea.form-control {
    height: 120px;
    margin-bottom: 10px;
  }
  .footer {
    padding: 40px 0 0;
  }

  header.header-interno .nav-link {
    color: #fff;
  }
  .titulo-interno h1 {
    font-size: 24px;
  }
  .titulo-interno {
    height: 100px;
  }
  .interna {
    padding: 30px 0;
  }
  .interna .competencias p.text-center.mb-0 {
    margin-bottom: 30px !important;
  }
  .competencias {
    padding: 40px 0 80px;
  }

  .competencias::after {
    width: 354px;
    height: 168px;
    left: 0;
    bottom: -61px;
    background-size: contain;
    background-position: bottom;
  }
  .owl-custom .owl-nav {
    top: 170px;
    padding: 0 20px;
  }

  .owl-custom .owl-nav .owl-next::before,
  .owl-custom .owl-nav .owl-prev::before {
    content: "";
    width: 36px;
    height: 36px;
  }

  .owl-dots.text-line-dots {
    min-height: 72px;
  }

  .owl-dots.text-line-dots .owl-dot {
    max-width: 200px;
  }

  .x-vectors-bg::before {
    top: -35px;
    width: 70px;
    height: 135px;
  }

  .x-vectors-bg::after {
    bottom: -35px;
    width: 70px;
    height: 86px;
  }

  .timeline-item {
    height: 320px;
  }
  .timeline-item__circle {
    width: 104px;
    height: 104px;
  }
  .timeline-item__circle::after {
    height: 58px;
  }
  .timeline-item__circle img {
    transform: scale(0.7);
  }
  .timeline-item__text.below::before {
    border-top: 20px solid #94c11f;
  }
  .timeline-item__text.above::before {
    border-bottom: 20px solid #94c11f;
  }
  .timeline-item__text-title {
    font-size: 16px;
  }
  .timeline-item__text-title b {
    font-size: 20px;
  }
}

@media (min-width: 992px) {
  .col-lg-1-5 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

.p-05 {
  padding: 2px;
}

/* ANIMATIONS */
.is-visible .fade-in {
  animation: fadeInAnimation 2s ease-in backwards;
}
.is-visible .fade-in-down {
  animation: fadeInDownAnimation 1s ease-in backwards;
}
.is-visible .fade-in-up {
  animation: fadeInUpAnimation 1s ease-in backwards;
}

@keyframes fadeInAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeInDownAnimation {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInUpAnimation {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
