.timeline {
  margin: 0 auto;
  position: relative;
  padding-top: 1px;
}
.timeline .timeline-item {
  display: flex;
  justify-content: space-between;
  margin: 80px 0;
  align-items: center;
  position: relative;
}
@media (max-width: 576px) {
  .timeline .timeline-item {
    display: grid;
    padding-left: 40px;
    gap: 20px;
    margin: 40px 0;
  }
}
.timeline .timeline-item:after, .timeline .timeline-item:before {
  position: absolute;
  content: "";
  top: 50px;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 2;
  border-radius: 100%;
}
@media (max-width: 576px) {
  .timeline .timeline-item:after, .timeline .timeline-item:before {
    left: 8px;
  }
}
.timeline .timeline-item:before {
  content: url("../../../../images/dot-timeline.svg");
  width: 24px;
  height: 24px;
}
.timeline .timeline-item > div {
  width: calc(50% - 48px);
}
@media (max-width: 576px) {
  .timeline .timeline-item > div {
    width: 100%;
  }
}
.timeline .timeline-item__image {
  border-radius: var(--radius);
  overflow: hidden;
  aspect-ratio: 1/0.79;
}
@media (max-width: 576px) {
  .timeline .timeline-item__image {
    order: 1;
    aspect-ratio: 1/0.6;
  }
}
.timeline .timeline-item__image img {
  width: 100%;
  object-fit: cover;
}
.timeline .timeline-item__image.center-img {
  background: #D9D9D9;
  display: flex;
  align-items: center;
  justify-content: center;
}
.timeline .timeline-item__image.center-img img {
  max-width: 80%;
}
.timeline .timeline-item__content {
  text-align: left;
}
@media (max-width: 576px) {
  .timeline .timeline-item__content {
    order: 0;
  }
}
.timeline .timeline-item__content .timeline-item__title {
  color: var(--secondary-color);
  font-size: var(--title-small);
  letter-spacing: -0.02em;
}
.timeline .timeline-item__content .timeline-item__date {
  font-weight: bold;
  color: var(--primary-color);
  font-size: var(--title-small);
  letter-spacing: 0.2em;
  margin: 15px 0 20px;
}
.timeline .timeline-item__content p {
  text-wrap: balance;
  font-weight: 300;
  font-size: var(--text-small);
}
.timeline .timeline-item:nth-child(even) {
  flex-direction: row-reverse;
}
@media (max-width: 576px) {
  .timeline .timeline-item:nth-child(even) {
    flex-direction: unset;
  }
}
.timeline .timeline-item:nth-child(even) .timeline-item__content {
  text-align: right;
}
@media (max-width: 576px) {
  .timeline .timeline-item:nth-child(even) .timeline-item__content {
    text-align: left;
  }
}
.timeline .timeline-item:last-child:after {
  height: calc(100% - 50px);
  background: #ffffff;
  width: 2px;
  top: 50px;
  transform: none;
  z-index: 1;
  left: calc(50% - 1px);
  border-radius: 0;
}
@media (max-width: 576px) {
  .timeline .timeline-item:last-child:after {
    left: 7px;
    height: 100%;
  }
}
.timeline:after {
  content: "";
  position: absolute;
  width: 1px;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #BBBBBB;
  z-index: -1;
  height: calc(100% - 80px);
}
@media (max-width: 576px) {
  .timeline:after {
    left: 20px;
    height: 100%;
  }
}

.empresa__video p.w-fit {
  position: relative;
  z-index: 1;
  border-radius: 8px 8px 20px 8px;
}
.empresa__missao {
  padding: 6.75em 0;
  background-size: 100% 170px !important;
  background-repeat: repeat-x;
  background-position-y: 150px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .empresa__missao {
    padding: 6.75em 0 60px;
  }
}
.empresa__missao__img {
  margin-bottom: -90px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .empresa__missao__img {
    margin-bottom: 30px;
    max-width: 150px;
  }
}
.empresa__missao__item {
  height: 100%;
  display: grid;
  grid-template-rows: auto auto 1fr;
  align-items: center;
  background: var(--white-color);
  border-radius: 10px;
  border: 1px solid #B9B9B9;
  padding: 20px 15px 60px;
  box-shadow: 0px 41.7776px 33.4221px rgba(0, 0, 0, 0.0503198);
}
.empresa__missao__item p {
  max-width: 260px;
  margin: 30px auto 0;
}
.empresa__motivacao {
  position: relative;
  z-index: 2;
}
.empresa__motivacao__title {
  position: relative;
}
.empresa__motivacao__title::before {
  content: "";
  width: 100%;
  height: 3px;
  background: var(--secondary-color);
  position: absolute;
  left: 0;
  top: 50%;
  z-index: -1;
}
.empresa__motivacao .wp-block-gallery.alignfull {
  gap: 0;
  width: 80vw;
  margin-left: 20vw;
}
@media (max-width: 767px) {
  .empresa__motivacao .wp-block-gallery.alignfull {
    flex-wrap: nowrap;
  }
}
.empresa__motivacao .wp-block-gallery.alignfull.galery-right {
  margin-left: unset;
}
.empresa__timeline {
  padding-top: 10em;
}
@media (max-width: 576px) {
  .empresa__timeline {
    padding-top: 60px;
  }
}
.empresa__timeline h2 {
  position: relative;
  z-index: 2;
}
.empresa__timeline .timeline-featured {
  position: relative;
  padding: 40px 0;
}
@media (max-width: 576px) {
  .empresa__timeline .timeline-featured {
    padding-top: 0px;
  }
}
.empresa__timeline .timeline-featured__image {
  position: relative;
  max-width: 540px;
  aspect-ratio: 16/9;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .empresa__timeline .timeline-featured__image {
    padding: 0 15px;
  }
}
.empresa__timeline .timeline-featured__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.empresa__timeline .timeline-featured__box-fundador {
  background: var(--white-color);
  border: 1px solid #B9B9B9;
  padding: 16px 20px;
  position: absolute;
  right: -60px;
  bottom: 25px;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .empresa__timeline .timeline-featured__box-fundador {
    padding: 10px 14px;
    right: 5px;
    bottom: 40px;
  }
}
.empresa__timeline .timeline-featured__box-fundador .has-secondary-color {
  letter-spacing: 0.2em;
  font-weight: bold;
}
.empresa__timeline .timeline-featured__date {
  background: var(--white-color);
  border: 1px solid #B9B9B9;
  border-radius: 10px;
  padding: 22px 32px;
  font-size: var(--title-small);
  color: var(--primary-color);
  font-weight: bold;
  letter-spacing: 0.2em;
  width: fit-content;
  margin: -40px auto 0;
  position: relative;
}
@media (max-width: 767px) {
  .empresa__timeline .timeline-featured__date {
    padding: 13px 16px;
    margin-top: -20px;
  }
}
.empresa__timeline .timeline-featured__title {
  color: var(--secondary-color);
  font-size: var(--title-small);
  letter-spacing: -0.02em;
  text-align: center;
  margin: 10px auto;
}
.empresa__timeline .timeline-featured__description {
  text-align: center;
  max-width: 540px;
  margin: 0 auto;
  font-weight: 300;
  font-size: var(--text-small);
}
.empresa__timeline .timeline-featured:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  top: unset;
  bottom: 0;
  z-index: -1;
  background: linear-gradient(115.33deg, #FFFFFF -12.08%, #E4E6E8 136.7%);
  height: 170%;
}
.empresa__esg .is-style-btn__arrow .wp-block-button__link::after {
  background: var(--secondary-color);
  -webkit-mask-image: var(--download);
  mask-image: var(--download);
  width: 14px;
  min-width: 14px;
}
.empresa__esg .is-style-btn__arrow .wp-block-button__link:hover {
  color: var(--white-color) !important;
}
.empresa__esg .is-style-btn__arrow .wp-block-button__link:hover::after {
  background-color: var(--white-color);
}
.empresa__carbono-neutro .container {
  position: relative;
}
.empresa__carbono-neutro__img {
  position: absolute;
  left: 0;
  transform: translateY(-50%);
}
.empresa__frota-eletrica {
  overflow-x: hidden;
}
.empresa__frota-eletrica__wrap {
  position: relative;
}
.empresa__frota-eletrica__icone {
  position: absolute;
  right: 0;
  top: -10px;
  z-index: 1;
  transform: translate(38%);
  border-radius: 50%;
  box-shadow: 4px 3px 14px 4px rgba(0, 0, 0, 0.1803921569);
}
@media (max-width: 1199px) {
  .empresa__frota-eletrica__icone {
    position: relative;
    transform: none;
    margin-bottom: -50px;
    margin-right: -50px;
  }
}
@media (max-width: 576px) {
  .empresa__frota-eletrica__icone {
    max-width: 80px;
  }
}
.empresa__frota-eletrica__img {
  min-width: 50vw;
  float: left;
  margin-top: -15px;
}
@media (max-width: 1199px) {
  .empresa__frota-eletrica__img {
    margin: 0;
    min-width: 100vw;
  }
}
.empresa__diferenciais__row {
  position: relative;
  z-index: 1;
}
.empresa__diferenciais .timeline {
  background-image: url("../../../../images/templog-assets-diferencias.svg");
  background-repeat: no-repeat;
  padding-top: 365px;
  background-position: top center;
  margin-top: -300px;
  background-size: contain;
}
@media (max-width: 767px) {
  .empresa__diferenciais .timeline {
    background-image: none;
    padding: 0;
    margin-top: 0;
  }
}
.empresa__diferenciais .timeline-item {
  z-index: 1;
  margin: 40px 0;
}
.empresa__diferenciais .timeline-item:before {
  top: 12px;
}
.empresa__diferenciais .timeline-item__title {
  line-height: 1.1em;
  letter-spacing: 0;
  margin-bottom: 20px;
}
.empresa__diferenciais .timeline-item:last-child:after {
  top: 0;
  height: 100%;
}
@media (max-width: 576px) {
  .empresa__diferenciais .timeline-item:last-child:after {
    height: calc(100% + 40px);
  }
}
.empresa__diferenciais .timeline-item__content {
  text-align: right;
}
.empresa__diferenciais .timeline-item__content p {
  font-weight: normal;
}
@media (max-width: 576px) {
  .empresa__diferenciais .timeline-item__content {
    text-align: left;
  }
}
.empresa__diferenciais .timeline-item:nth-child(even) .timeline-item__content {
  text-align: left;
}
.empresa__diferenciais .timeline:after {
  z-index: 0;
}
.empresa__parceiros .wp-buttons-relative {
  position: relative;
  z-index: 1;
}
.empresa__parceiros .parceiros {
  padding: 30px 0 15px;
}
.empresa__parceiros .parceiros__card {
  background: var(--white-color);
  border: 1px solid #B9B9B9;
  border-radius: 8px 8px 30px 8px;
  padding: 5px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 100px 80px rgba(0, 0, 0, 0.07), 0px 41.7776px 33.4221px rgba(0, 0, 0, 0.0503198), 0px 22.3363px 17.869px rgba(0, 0, 0, 0.0417275), 0px 12.5216px 10.0172px rgba(0, 0, 0, 0.035), 0px 6.6501px 5.32008px rgba(0, 0, 0, 0.0282725), 0px 2.76726px 2.21381px rgba(0, 0, 0, 0.0196802);
}
.empresa__parceiros .parceiros__card img {
  max-height: 100px;
  width: auto;
  max-width: 100%;
}
.empresa__xperience {
  position: relative;
  overflow-x: clip;
}
.empresa__xperience::before, .empresa__xperience::after {
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: #FFF;
  width: 20px;
  aspect-ratio: 1;
  display: inline-block;
  content: "";
  position: absolute;
}
.empresa__xperience::before {
  -webkit-mask-image: var(--asset-xperience);
  mask-image: var(--asset-xperience);
  height: auto;
  width: 90vw;
  left: 0;
  mask-position: initial;
  mask-size: 100%;
  transform: translateY(-10%);
  background: linear-gradient(29deg, #1C465C 7.97%, #152B83 36.82%, #F04E53 73.54%);
}
@media (max-width: 1200px) {
  .empresa__xperience::before {
    transform: translateY(0);
  }
}
@media (max-width: 991px) {
  .empresa__xperience::before {
    display: none;
  }
}
.empresa__xperience::after {
  -webkit-mask-image: var(--asset-xperience-2);
  mask-image: var(--asset-xperience-2);
  background: linear-gradient(90deg, #B57E10 0%, #B57E10 15%, #E5C25B 46%, #F9DF7B 61%, #FFF3A6 72%, #F9DF7B 84%, #B57E10 100%);
  width: 50vw;
  top: 10%;
  right: -4%;
  mask-position: initial;
  mask-size: 100%;
}
@media (max-width: 991px) {
  .empresa__xperience::after {
    width: 60vw;
    top: 25%;
  }
}
@media (max-width: 767px) {
  .empresa__xperience::after {
    display: none;
  }
}
.empresa__xperience__row {
  position: relative;
  padding-bottom: 18em;
  z-index: 1;
}
@media (max-width: 1200px) {
  .empresa__xperience__row {
    padding-bottom: 10em;
  }
}
@media (max-width: 991px) {
  .empresa__xperience__row {
    padding-bottom: 5em;
  }
}
.empresa__eventos .eventos {
  position: relative;
  z-index: 2;
  margin: 30px 0;
}
.empresa__eventos .eventos__filtro {
  margin-bottom: 40px;
}
.empresa__eventos .eventos__filtro select {
  background-image: var(--chevron-down-white);
  background-color: #022535;
  border: 1px solid var(--white-color);
  text-transform: uppercase;
  color: var(--white-color);
  font-weight: bold;
  font-size: var(--text-small);
  letter-spacing: -0.04em;
  padding: 0 30px;
}
.empresa__eventos .eventos__galeria {
  max-height: 620px;
  padding-right: 5px;
  overflow-y: auto;
  overflow-x: clip;
  padding-right: 5px;
}
.empresa__eventos .eventos__galeria::-webkit-scrollbar {
  width: 5px;
}
.empresa__eventos .eventos__galeria::-webkit-scrollbar-track {
  background: #164E53;
}
.empresa__eventos .eventos__galeria::-webkit-scrollbar-thumb {
  background-color: #CB9E33;
  border-radius: 0;
}
.empresa__eventos .eventos__galeria__card {
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1/0.7;
  cursor: pointer;
}
.empresa__eventos .eventos__galeria__card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.empresa__depoimentos {
  position: relative;
}
.empresa__depoimentos::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  top: 0;
  left: 0;
  background: #022535;
}
.empresa__contato .box-blur {
  background: rgba(0, 0, 0, 0.25);
  max-width: 450px;
  transform: translateY(70%);
  position: relative;
  z-index: 3;
  margin-left: 40px;
  padding: 16px 24px;
}
@media (max-width: 767px) {
  .empresa__contato .box-blur {
    transform: translateY(50%);
    max-width: 60%;
    padding: 16px;
    margin-left: 15px;
  }
}
.empresa__contato .box-blur * {
  color: var(--white-color);
}
@media (max-width: 767px) {
  .empresa__contato .box-blur * {
    font-size: 12px !important;
  }
}
.empresa__contato__img-topo {
  margin-bottom: -90px;
  position: relative;
  z-index: 1;
}
.empresa__contato__img-topo img {
  min-width: 100%;
}

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