@keyframes wave {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
html {
  font-size: 0.6vw;
}
@media screen and (max-width: 860px) {
  html {
    font-size: 50%;
  }
}

body {
  font-family: "Epilogue", sans-serif;
  color: #241825;
  background-color: #F6F4F4;
}

.gap150 {
  gap: 15rem;
}

.pointer {
  cursor: pointer;
}

.floatwhats {
  position: fixed;
  bottom: 20vh;
  right: 5rem;
  z-index: 5;
}
@media screen and (max-width: 860px) {
  .floatwhats {
    bottom: 5rem;
    right: 2rem;
  }
  .floatwhats img {
    width: 40px;
    height: 40px;
  }
}

.wpcf7-not-valid-tip {
  margin: -0.8rem 0 1.3rem;
}

.button {
  background-color: #FF370A;
  color: #F6F4F4;
  display: table;
  letter-spacing: 0.01em;
  line-height: 1.4em;
  font-size: calc(15px + 0.3vw);
  padding: 2rem 6rem;
  transition: clip-path 0.3s ease-in-out;
  clip-path: polygon(63% 0%, 100% 26%, 100% 85%, 29% 100%, 0% 75%, 0% 13%);
}
.button:hover {
  clip-path: polygon(100% 0%, 100% 100%, 100% 100%, 0% 100%, 0% 100%, 0% 0%);
}
.button--blue {
  background-color: #2041FE;
}
.button--indisponivel {
  background-color: rgba(36, 24, 37, 0.5019607843);
  cursor: auto;
}
@media screen and (max-width: 860px) {
  .button {
    padding: 2rem 3rem;
  }
}

.container {
  max-width: 148.8rem;
}

.sectiondark {
  background-color: #241825;
  color: #F6F4F4;
}

.sectionblue {
  background-color: #2041FE;
  color: #F6F4F4;
}

.relative {
  position: relative;
}

@media screen and (max-width: 860px) {
  #wpadminbar {
    display: none;
  }
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  padding-top: 4rem;
  transition: all 400ms ease;
}
@media screan and (min-width: 861px) {
  .header .header__nav__list .sub-menu--toggle {
    display: none;
  }
}
.header.state2:not(.scrolled) .header__logo__letter {
  fill: #F6F4F4;
}
.header.state3:not(.scrolled) .header__logo__letter {
  fill: #F6F4F4;
}
.header.state3:not(.scrolled) .header__nav__list > li > a {
  color: #241825;
}
.header.state4:not(.scrolled) .header__nav__list > li > a {
  color: #241825;
}
@media screen and (max-width: 860px) {
  .header.state4:not(.scrolled) .header__logo__letter {
    fill: #241825;
  }
  .header.state4:not(.scrolled) .menu-button span {
    background-color: #241825;
  }
  .header.state4:not(.scrolled) .menu-button span:nth-child(2)::before, .header.state4:not(.scrolled) .menu-button span:nth-child(2)::after {
    background-color: #241825;
  }
}
.header.scrolled {
  background-color: #F6F4F4;
  padding: 1rem 0;
}
.header.scrolled .header__nav__list > li > a {
  color: #241825;
}
.header.scrolled .header__logo__letter {
  fill: #241825;
}
.header.scrolled .menu-button span {
  background-color: #241825;
}
.header.scrolled .menu-button span:nth-child(2)::before, .header.scrolled .menu-button span:nth-child(2)::after {
  background-color: #241825;
}
@media screen and (max-width: 860px) {
  .header {
    padding-top: 2rem;
  }
}
@media screen and (max-width: 860px) {
  .header__logo {
    margin: 0 auto;
  }
}
.header__logo svg {
  aspect-ratio: 167/64;
  width: 16.7rem;
  height: auto;
}
.header__logo__letter {
  fill: #241825;
}
@media screen and (max-width: 860px) {
  .header__logo__letter {
    fill: #F6F4F4;
  }
}
.header .menu-button {
  width: 3rem;
  height: 2rem;
}
.header .menu-button span {
  height: 0.2rem;
}
@media screen and (max-width: 860px) {
  .header__nav {
    position: fixed;
    background-color: #E0DAE7;
    top: 70px;
    left: 0;
    width: 100%;
    display: none;
    max-height: calc(100vh - 70px);
    overflow: auto;
  }
  .header__nav__languages {
    padding: 3rem;
    justify-content: center;
    display: flex;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media screen and (max-width: 860px) {
  .header__nav__list {
    flex-direction: column;
    row-gap: 3rem;
  }
}
.header__nav__list li a {
  color: #F6F4F4;
  font-size: calc(13px + 0.2vw);
  letter-spacing: 0.01em;
  font-weight: 500;
}
.header__nav__list li a:hover {
  text-decoration: underline;
}
.header__nav__list > li {
  position: relative;
}
@media screen and (max-width: 860px) {
  .header__nav__list > li {
    text-align: center;
    padding-bottom: 3rem;
    border-bottom: solid 1px white;
  }
  .header__nav__list > li a {
    color: #241825;
    position: relative;
  }
}
.header__nav__list > li.has-sub-menu:hover > a::after {
  content: "";
  height: 5rem;
  width: 300%;
  position: absolute;
  top: calc(100% - 0.6rem);
  left: -85%;
  z-index: 2;
}
@media screen and (max-width: 860px) {
  .header__nav__list > li.has-sub-menu:hover > a::after {
    display: none;
  }
}
.header__nav__list > li > .sub-menu {
  position: absolute;
  display: flex;
  left: 50%;
  transform: translate(-50%, 4rem);
  background-color: #E0DAE7;
  padding: 4rem 2rem;
  border-radius: 2rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}
@media screen and (min-width: 861px) {
  .header__nav__list > li > .sub-menu {
    pointer-events: none;
  }
}
@media screen and (max-width: 860px) {
  .header__nav__list > li > .sub-menu {
    position: static;
    flex-direction: column;
    transform: none;
    row-gap: 3rem;
    display: none;
  }
}
.header__nav__list > li > .sub-menu.active {
  display: flex;
  opacity: 1;
  visibility: visible;
}
.header__nav__list > li > .sub-menu > li {
  min-width: 20rem;
  position: relative;
  padding: 0 2rem;
}
.header__nav__list > li > .sub-menu > li a {
  color: #241825;
  font-size: 2.4rem;
  font-weight: 300;
  display: block;
  margin-bottom: 0.5em;
}
.header__nav__list > li > .sub-menu > li > a {
  color: #2041FE;
  text-transform: uppercase;
  font-size: 1.6rem;
  letter-spacing: 0.2em;
  font-weight: bold;
  display: block;
  margin-bottom: 3rem;
}
.header__nav__list > li > .sub-menu > li + li::before {
  content: "";
  background: linear-gradient(135deg, #2041FE 0%, #3E4283 40%, #FF370A 100%);
  width: 1px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 860px) {
  .header__nav__list > li > .sub-menu > li + li::before {
    display: none;
  }
}
.header__nav__list > li > .sub-menu::before {
  content: "";
  width: 4.5rem;
  height: 4.5rem;
  transform: rotate(45deg);
  position: absolute;
  top: -2rem;
  left: calc(50% - 2.25rem);
  background-color: #E0DAE7;
  border-radius: 0.5rem;
}
@media screen and (max-width: 860px) {
  .header__nav__list > li > .sub-menu::before {
    display: none;
  }
}
@media screen and (min-width: 861px) {
  .header__nav__list > li:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}
.header__nav__list .sub-menu--toggle {
  position: absolute;
  right: 0;
  top: 0;
  height: 4rem;
  aspect-ratio: 1/1;
}
@media screen and (min-width: 861px) {
  .header__nav__list .sub-menu--toggle {
    display: none;
  }
}
.header__nav__list .sub-menu__content {
  min-width: 24rem;
}
.header__nav__list .sub-menu__content img {
  width: 100%;
  height: auto;
  border-radius: 2rem;
  display: block;
  margin-bottom: 2rem;
}
.header__nav__list .sub-menu__content P {
  font-weight: 300;
  font-size: 2rem;
  line-height: 1.4em;
}
.header__nav__list .sub-menu__content P a {
  font-size: inherit !important;
}
.header--menu-open {
  background-color: #E0DAE7;
}
.header--menu-open.scrolled {
  background-color: #E0DAE7;
}
.header--menu-open .menu-button span:nth-child(2)::after,
.header--menu-open .menu-button span:nth-child(2)::before,
.header--menu-open .menu-button span {
  background: #241825;
}
.header--menu-open .header__logo__letter {
  fill: #241825 !important;
}
.header--menu-open .header__nav {
  padding: 3rem;
  display: block;
}

.footer {
  clip-path: polygon(29% 0, 100% 6%, 100% 30%, 100% 100%, 70% 100%, 0 100%, 0% 70%, 0 8%);
  padding-top: 8rem;
}
@media screen and (max-width: 860px) {
  .footer {
    clip-path: none;
  }
}
.footer .container {
  max-width: 120rem;
}
.footer__main {
  padding: 5rem 0 10rem;
}
@media screen and (max-width: 860px) {
  .footer__main__left__menu {
    margin-top: 4rem;
  }
}
.footer__main__left__menu a {
  font-size: 1.8rem;
  font-weight: 500;
}
.footer__main__left__menu a:hover {
  text-decoration: underline;
}
.footer__copy {
  padding-bottom: 5rem;
}
.footer__copy p {
  color: white;
  opacity: 0.75;
  letter-spacing: 0.1em;
  font-weight: 300;
  font-size: 1.8rem;
  line-height: 1.6em;
}

@media screen and (min-width: 861px) {
  .sectiondark + .footer {
    margin-top: -8rem;
  }
}
.hero {
  min-height: 50vh;
  padding: 20rem 0 10rem;
  position: relative;
}
@media screen and (max-width: 860px) {
  .hero {
    padding: 20rem 0 0;
    position: relative;
    overflow: hidden;
  }
  .hero .container {
    flex-direction: column;
  }
}
.hero__logo svg {
  width: 16.7rem;
  aspect-ratio: 167/64;
  height: auto;
}
.hero__content {
  max-width: 50%;
}
.hero__content .button {
  margin-top: 3rem;
}
@media screen and (max-width: 860px) {
  .hero__content {
    max-width: 100%;
    position: relative;
    z-index: 2;
  }
}
.hero__background {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: auto;
}
.hero__background--left {
  left: 0;
  right: unset;
}
.hero--contato .hero__background {
  width: 66%;
}
@media screen and (max-width: 860px) {
  .hero--contato .hero__background {
    display: none;
  }
}
.hero--contato .hero__content {
  max-width: 34%;
}
@media screen and (max-width: 860px) {
  .hero--contato .hero__content {
    max-width: 100%;
  }
}
.hero--contato__infos {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 860px) {
  .hero--contato__infos {
    padding: 3rem 0 9rem 0rem;
  }
}
.hero--contato__infos__row {
  display: grid;
  grid-template-columns: 16rem 1fr 5rem;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
  align-items: center;
  padding: 2rem 0;
}
@media screen and (max-width: 860px) {
  .hero--contato__infos__row {
    grid-template-columns: 8rem 1fr 5rem;
  }
}
.hero--contato__infos__row--double {
  grid-template-columns: 16rem 1fr;
}
@media screen and (max-width: 860px) {
  .hero--contato__infos__row--double {
    grid-template-columns: 8rem 1fr;
  }
}
.hero--contato__infos__row + .hero--contato__infos__row {
  border-top: solid 1px #241825;
}
@media screen and (max-width: 860px) {
  .hero--contato__infos__row + .hero--contato__infos__row {
    border-color: #FF370A;
  }
}
.hero--contato__infos__row__title {
  color: #241825;
  font-size: 2.4rem;
  font-weight: 300;
}
@media screen and (max-width: 860px) {
  .hero--contato__infos__row__title {
    font-size: 1.6rem;
    color: #FF370A;
  }
}
.hero--contato__infos__row__text {
  font-size: 3.2rem;
  font-weight: 300;
}
@media screen and (max-width: 860px) {
  .hero--contato__infos__row__text {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 860px) {
  .hero--contato__infos__row__ico img {
    max-height: 4rem;
    filter: brightness(0) saturate(100%) invert(40%) sepia(60%) saturate(6521%) hue-rotate(353deg) brightness(102%) contrast(111%);
  }
}
@media screen and (max-width: 860px) {
  .hero--contato__infos__row__social {
    gap: 2rem;
  }
  .hero--contato__infos__row__social img {
    max-width: 3rem;
  }
}
.hero__title {
  background: linear-gradient(135deg, #2041FE 0%, #3E4283 40%, #FF370A 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  display: table;
  -webkit-font-smoothing: antialiased;
  font-size: calc(12px + 0.2vw);
  font-weight: 700;
  letter-spacing: 0.2em;
  margin-bottom: 2em;
  padding-top: 0.3rem;
}
.hero__subtitle {
  font-size: calc(18px + 1vw);
  font-weight: 300;
  margin-bottom: 1em;
  line-height: 1.4em;
}
.hero__description p {
  font-size: calc(15px + 0.3vw);
  line-height: 1.6em;
  letter-spacing: 0.01em;
  font-weight: 300;
}
.hero__description p + p {
  margin-top: 1em;
}
.hero__description p strong,
.hero__description p b {
  font-weight: 700;
}
.hero__video {
  width: 52%;
  z-index: 2;
  position: relative;
}
.hero__video iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 860px) {
  .hero__video {
    width: 100%;
    height: auto;
  }
  .hero__video iframe {
    margin-top: 0;
  }
}
.hero--pooling .hero__background {
  left: 0;
  right: unset;
}
.hero--pooling .hero__content {
  max-width: 37%;
}
@media screen and (max-width: 860px) {
  .hero--pooling {
    padding: 0;
  }
  .hero--pooling .hero__background {
    width: 100%;
    position: static;
  }
  .hero--pooling .hero__title {
    color: #F6F4F4;
    background: transparent;
    -webkit-text-fill-color: initial;
    margin: -27rem 0 2rem;
  }
  .hero--pooling .container {
    align-items: flex-start;
  }
  .hero--pooling .hero__content {
    max-width: 100%;
  }
  .hero--pooling .hero__subtitle {
    color: #F6F4F4;
    font-size: calc(18px + 1vw);
    margin-bottom: 14rem;
  }
}
.hero--eficiencia .hero__content {
  max-width: 42%;
}
@media screen and (max-width: 860px) {
  .hero--eficiencia .hero__content {
    max-width: 100%;
  }
}
@media screen and (max-width: 860px) {
  .hero--eficiencia {
    padding: 3rem 0;
    overflow: initial;
  }
  .hero--eficiencia .hero__background {
    width: auto;
    height: 130%;
    top: -15%;
    position: absolute;
  }
  .hero--eficiencia .hero__subtitle {
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 860px) {
  .hero--home .hero__background {
    width: 100%;
  }
  .hero--home .hero__subtitle {
    color: #F6F4F4;
    font-size: 3.6rem;
    max-width: 200px;
    position: absolute;
    top: 6vw;
    left: 0;
  }
  .hero--home .hero__description {
    margin-top: 71vw;
  }
}
@media screen and (max-width: 860px) {
  .hero--noticias {
    padding: 14rem 0 0;
    aspect-ratio: 103/170;
  }
  .hero--noticias .hero__background {
    width: 100%;
  }
  .hero--noticias .hero__title {
    color: #F6F4F4;
    background: transparent;
    -webkit-text-fill-color: initial;
  }
  .hero--noticias .hero__subtitle {
    font-size: calc(18px + 1vw);
  }
}

.herobanner {
  padding: 20rem 0 10rem;
  position: relative;
  overflow: hidden;
}
.herobanner__content {
  max-width: 57rem;
  position: relative;
  z-index: 3;
}
.herobanner__image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
  filter: brightness(0.7);
}
@media screen and (max-width: 860px) {
  .herobanner__image {
    filter: brightness(0.4);
  }
}
.herobanner__svg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 50%;
  aspect-ratio: 873/843;
  min-height: 100%;
}
@media screen and (max-width: 860px) {
  .herobanner__svg {
    display: none;
  }
}
@media screen and (max-width: 860px) {
  .herobanner .hero__title {
    color: #F6F4F4;
    background: transparent;
    -webkit-text-fill-color: initial;
  }
}

.mapa__hold {
  width: 50vw;
  position: relative;
}
@media screen and (max-width: 860px) {
  .mapa__hold {
    width: 100%;
  }
}
.mapa__hold__image {
  width: 100%;
  position: relative;
  z-index: 3;
}
.mapa__hold__item {
  width: 2.5rem;
  height: 3.2rem;
  background: url(../images/ico-mapa-pin.svg) no-repeat center/contain;
  position: absolute;
  transition: all 400ms ease;
  z-index: 4;
}
@media screen and (max-width: 860px) {
  .mapa__hold__item {
    width: 1.8rem;
    height: 2.4rem;
  }
}
.mapa__hold__item.act {
  filter: brightness(20);
  transform: scale(1.3);
  transform-origin: bottom;
}
.mapa__content {
  max-width: 61rem;
}
@media screen and (max-width: 860px) {
  .mapa__content {
    max-width: 100%;
    padding: 4rem 20px;
  }
}
.mapa__content__subtitle {
  font-size: calc(18px + 1vw);
  font-weight: 300;
  margin-bottom: 1em;
}
.mapa__content__enderecos {
  margin-top: 5rem;
  transition: all 400ms ease;
}
.mapa__content__enderecos__tipo {
  display: block;
  color: #FF370A;
  font-size: calc(12px + 0.2vw);
  font-weight: 700;
  letter-spacing: 0.2em;
  margin-bottom: 1em;
}
.mapa__content__enderecos__title {
  font-size: calc(18px + 1vw);
  font-weight: 300;
  margin-bottom: 1rem;
}
.mapa__content__enderecos__endereco {
  font-size: 1.4rem;
  font-weight: 300;
  letter-spacing: 0.1em;
  background: url("../images/ico-mapa-pin-branco.svg") no-repeat left 0.3rem/2.4rem;
  padding-left: 3rem;
  display: block;
  line-height: 1.6em;
  min-height: 3.5rem;
}
.mapa__content .button {
  margin-top: 5rem;
}

.contato {
  padding: 6rem 0;
}
@media screen and (max-width: 860px) {
  .contato .container {
    flex-direction: column;
    row-gap: 4rem;
  }
}
.contato__left {
  max-width: 35.8rem;
}
.contato__logo {
  max-width: 35rem;
  display: block;
  margin: 0 0 3rem;
}
.contato__description {
  font-weight: 300;
  line-height: 1.6em;
  letter-spacing: 0.1em;
}
.contato__infos {
  padding-top: 5rem;
}
.contato__infos__title {
  color: #FF370A;
  font-size: 1.4rem;
  letter-spacing: 0.2em;
  display: block;
  margin-bottom: 1em;
}
.contato__infos__item {
  display: block;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.6em;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 860px) {
  .contato__right {
    width: 100%;
  }
}
@media screen and (max-width: 860px) {
  .contato__form {
    width: 100%;
  }
}
.contato__form input[type=text],
.contato__form input[type=email],
.contato__form input[type=tel],
.contato__form textarea {
  width: 100%;
  display: block;
  border: solid 1px #3E4283;
  background-color: transparent;
  color: #F6F4F4;
  margin-bottom: 1.5rem;
  padding: 1.5rem;
  min-width: 47.8rem;
}
@media screen and (max-width: 860px) {
  .contato__form input[type=text],
  .contato__form input[type=email],
  .contato__form input[type=tel],
  .contato__form textarea {
    min-width: 100%;
  }
}
.contato__form input[type=text]::-moz-placeholder, .contato__form input[type=email]::-moz-placeholder, .contato__form input[type=tel]::-moz-placeholder, .contato__form textarea::-moz-placeholder {
  opacity: 0.5;
}
.contato__form input[type=text]::placeholder,
.contato__form input[type=email]::placeholder,
.contato__form input[type=tel]::placeholder,
.contato__form textarea::placeholder {
  opacity: 0.5;
}
.contato__form input[type=submit] {
  background-color: #2041FE;
  color: white;
  border: none;
  cursor: pointer;
  display: table;
  margin: 0 0 0 auto;
  letter-spacing: 0.1em;
  font-size: calc(15px + 0.3vw);
  padding: 2rem 6rem;
  transition: clip-path 0.3s ease-in-out;
  clip-path: polygon(63% 0%, 100% 26%, 100% 85%, 29% 100%, 0% 75%, 0% 13%);
}
.contato__form input[type=submit]:hover {
  clip-path: polygon(100% 0%, 100% 100%, 100% 100%, 0% 100%, 0% 100%, 0% 0%);
}
@media screen and (max-width: 860px) {
  .contato__form input[type=submit] {
    width: 100%;
    text-align: center;
  }
}

.noticias {
  padding: 12rem 0;
}
.noticias__grid {
  row-gap: 10rem;
}
@media screen and (max-width: 860px) {
  .noticias__grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 400px) {
  .noticias__grid {
    grid-template-columns: 1fr;
  }
}
.noticias__item__data {
  display: block;
  margin-bottom: 3rem;
  font-size: calc(12px + 0.2vw);
  font-weight: 700;
  letter-spacing: 0.2em;
}
.noticias__item img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 442/264;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 3rem;
}
.noticias__item__title {
  font-size: 2.8rem;
  font-weight: 300;
  line-height: 1.4em;
  margin-bottom: 3rem;
  display: block;
}
.noticias__item__excerpt {
  font-size: calc(14px + 0.2vw);
  line-height: 1.6em;
  letter-spacing: 0.01em;
  font-weight: 300;
  margin-bottom: 3rem;
}
.noticias__item__leiamais {
  color: #FF370A;
  font-size: 2.4rem;
  font-weight: 300;
}
.noticias .button {
  margin-top: 6rem;
}

.quemsomos {
  position: relative;
  padding: 23rem 0 20rem;
}
@media screen and (max-width: 860px) {
  .quemsomos {
    padding: 8rem 0;
  }
  .quemsomos .container {
    row-gap: 5rem;
    flex-direction: column-reverse;
  }
}
.quemsomos__content {
  max-width: 43%;
}
@media screen and (max-width: 860px) {
  .quemsomos__content {
    max-width: 100%;
  }
}
.quemsomos .hero__background {
  top: unset;
  bottom: 0;
}
@media screen and (max-width: 860px) {
  .quemsomos .hero__background {
    display: none;
  }
}

.historia {
  padding: 12rem 0 0;
}
@media screen and (max-width: 860px) {
  .historia {
    padding: 2rem 0 0;
  }
}
.historia__row {
  display: grid;
  grid-template-columns: 65rem calc(100% - 67rem);
}
@media screen and (max-width: 860px) {
  .historia__row {
    display: flex;
    flex-direction: column-reverse;
  }
  .historia__row__slider {
    max-width: 100vw;
  }
}
.historia__title {
  color: #2041FE;
  font-size: 9rem;
  font-weight: 300;
  margin-bottom: 3rem;
}
@media screen and (max-width: 860px) {
  .historia__title {
    font-size: 8rem;
  }
}
.historia__slider .tns-item {
  padding-right: 3rem;
}
.historia__slider__controls {
  position: absolute;
  left: 0;
  top: 2rem;
  display: flex;
  -moz-column-gap: 4rem;
       column-gap: 4rem;
  z-index: 2;
}
@media screen and (max-width: 860px) {
  .historia__slider__controls {
    position: static;
    padding-left: 3rem;
  }
}
.historia__slider__controls button {
  background-color: transparent;
}
.historia__slider__item__row {
  -moz-column-gap: 7rem;
       column-gap: 7rem;
  display: flex;
}
@media screen and (max-width: 860px) {
  .historia__slider__item__row {
    flex-direction: column-reverse;
  }
}
.historia__slider__item__image {
  max-width: 56.6rem;
  aspect-ratio: 1/1;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media screen and (max-width: 860px) {
  .historia__slider__item__image {
    max-width: 100%;
  }
}
.historia__slider__item__content {
  padding-top: 6rem;
}
@media screen and (max-width: 860px) {
  .historia__slider__item__content {
    padding: 0 3rem 3rem;
  }
}
.historia__slider__item__content p {
  font-size: 2.4rem;
  font-weight: 300;
  line-height: 1.4em;
}
@media screen and (max-width: 860px) {
  .historia__slider__item__content p {
    font-size: 1.8rem;
  }
}

.cta {
  padding: 5rem 0;
}
.cta__title {
  font-weight: 300;
  font-size: calc(18px + 1vw);
  line-height: 1.4em;
}
@media screen and (max-width: 860px) {
  .cta .container {
    flex-direction: column;
    row-gap: 3rem;
    align-items: flex-start;
  }
}

.proposito {
  background: url("../images/polygon-proposito.svg") no-repeat left top/40rem;
  background-color: #2041FE;
  padding: 12rem 0;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 860px) {
  .proposito {
    background-image: none;
  }
  .proposito .container {
    text-align: left;
  }
}
.proposito__title {
  color: #241825;
  font-size: calc(12px + 0.2vw);
  letter-spacing: 0.2em;
}
@media screen and (max-width: 860px) {
  .proposito__title {
    width: 100%;
  }
}
.proposito__subtitle {
  color: #F6F4F4;
  font-size: 4rem;
  line-height: 1.4em;
  max-width: 48rem;
  font-weight: 300;
}
.proposito__text {
  color: #F6F4F4;
  max-width: 68rem;
}
.proposito__text p {
  font-size: calc(15px + 0.3vw);
  line-height: 1.6em;
  letter-spacing: 0.01em;
  font-weight: 300;
}
.proposito__list__item {
  max-width: 38rem;
  color: #F6F4F4;
}
@media screen and (max-width: 860px) {
  .proposito__list__item {
    max-width: 100%;
    display: flex;
  }
}
.proposito__list__item__image {
  max-width: 13rem;
  max-height: 13rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.proposito__list__item__title {
  font-size: calc(18px + 1vw);
  font-weight: 300;
  margin-bottom: 1.5rem;
}
.proposito__list__item p {
  font-size: calc(15px + 0.3vw);
  line-height: 1.6em;
  letter-spacing: 0.01em;
  font-weight: 300;
}
@media screen and (max-width: 860px) {
  .proposito__list__item p {
    font-size: 1.6rem;
  }
}

.equipe {
  padding: 5rem 0;
  position: relative;
}
@media screen and (max-width: 860px) {
  .equipe {
    padding: 3rem 0 10rem;
  }
}
.equipe .container {
  position: relative;
  z-index: 2;
}
.equipe__content {
  padding: 7rem 0;
  max-width: 47.5%;
  position: relative;
  min-height: 69rem;
}
@media screen and (max-width: 860px) {
  .equipe__content {
    max-width: 100%;
    padding: 41% 0 3rem;
  }
}
.equipe__content::before {
  content: "";
  width: 141%;
  aspect-ratio: 1/1;
  position: absolute;
  top: -14%;
  left: -20%;
  background: url(../images/polygon-equipe.svg) no-repeat left bottom/100%;
  pointer-events: none;
  z-index: -1;
}
@media screen and (max-width: 860px) {
  .equipe__content::before {
    display: none;
  }
}
.equipe__form {
  background-color: #2041FE;
  border-radius: 2rem;
  padding: 4rem 3rem;
  position: absolute;
  right: 0;
  top: 7rem;
  max-width: 50rem;
}
@media screen and (max-width: 860px) {
  .equipe__form {
    position: static;
  }
}
.equipe__form__title {
  font-weight: 300;
  font-size: 2.4rem;
  margin-bottom: 2rem;
}
.equipe__form input[type=text],
.equipe__form input[type=tel],
.equipe__form input[type=email] {
  width: 100%;
  padding: 1.7rem 1.5rem 1.3rem;
  border: solid 1px #F6F4F4;
  margin-bottom: 1.5rem;
  font-size: 1.8rem;
  background-color: transparent;
  color: #F6F4F4;
}
.equipe__form input[type=text]::-moz-placeholder, .equipe__form input[type=tel]::-moz-placeholder, .equipe__form input[type=email]::-moz-placeholder {
  color: rgba(233, 233, 255, 0.5254901961);
}
.equipe__form input[type=text]::placeholder,
.equipe__form input[type=tel]::placeholder,
.equipe__form input[type=email]::placeholder {
  color: rgba(233, 233, 255, 0.5254901961);
}
.equipe__form input[type=file] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  visibility: hidden;
  width: 0;
  height: 0;
}
.equipe__form label {
  display: block;
  width: 100%;
}
.equipe__form__anexo {
  width: 100%;
  padding: 1.2rem 1.5rem 1rem 5rem;
  border: solid 1px #F6F4F4;
  margin-bottom: 1.5rem;
  font-size: 1.8rem;
  cursor: pointer;
  background: url("../images/ico-anexo.svg") no-repeat 1.5rem center/2.5rem;
}
.equipe__form__anexo small {
  font-size: 1.2rem;
  color: rgba(233, 233, 255, 0.5254901961);
}
.equipe__form input[type=submit] {
  background-color: #FF370A;
  color: white;
  border: none;
  font-size: calc(15px + 0.3vw);
  cursor: pointer;
  display: table;
  margin: 3rem 0 0 auto;
  letter-spacing: 0.3em;
  padding: 2rem 6rem;
  transition: clip-path 0.3s ease-in-out;
  clip-path: polygon(63% 0%, 100% 26%, 100% 85%, 29% 100%, 0% 75%, 0% 13%);
  letter-spacing: 0.01em;
}
.equipe__form input[type=submit]:hover {
  clip-path: polygon(100% 0%, 100% 100%, 100% 100%, 0% 100%, 0% 100%, 0% 0%);
}
@media screen and (max-width: 860px) {
  .equipe__form input[type=submit] {
    text-align: center;
    width: 100%;
  }
}
.equipe__background {
  width: 100%;
  position: absolute;
  left: 0;
  top: 3rem;
  height: 100%;
}
@media screen and (max-width: 860px) {
  .equipe__background {
    top: 0;
  }
}
.equipe__background::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #241825 43%, rgba(36, 24, 37, 0) 100%);
  pointer-events: none;
  z-index: 1;
}
@media screen and (max-width: 860px) {
  .equipe__background::after {
    background: linear-gradient(to right, #241825 0%, rgba(36, 24, 37, 0) 100%);
    top: 2rem;
  }
}
.equipe__background__image {
  width: 70%;
  display: block;
  margin: 0 0 0 auto;
  animation: wave 28s linear infinite;
  position: absolute;
  left: 0;
}
.equipe__background__image--clone {
  left: 72%;
}
@media screen and (max-width: 860px) {
  .equipe__background__image--clone {
    left: 100%;
  }
}
@media screen and (max-width: 860px) {
  .equipe__background__image {
    width: 100%;
    margin-top: 2rem;
  }
}
.equipe + .mapa {
  margin-top: -7rem;
}
.equipe + .footer {
  z-index: 2;
  position: relative;
}

.parceiros {
  padding: 6rem 0 10rem;
  background: url(../images/polygon-parceiros.svg) no-repeat top right/27rem;
  background-position: right 6rem;
  background-color: #241825;
}
@media screen and (max-width: 860px) {
  .parceiros {
    background-image: none;
    overflow: hidden;
  }
}
.parceiros .tns-horizontal.tns-subpixel > .tns-item {
  vertical-align: middle;
}
.parceiros .tns-ovh {
  overflow: initial;
}
.parceiros__logos__item:not(.tns-slide-active) {
  opacity: 0.5;
}
.parceiros__logos__image {
  max-width: 50%;
  display: block;
  margin: 0 auto;
}
.parceiros__content {
  max-width: 66rem;
  padding-top: 10rem;
}
.parceiros__content .hero__title {
  margin-bottom: 0;
}
.parceiros__subtitle {
  font-weight: 300;
  font-size: calc(18px + 1vw);
}
.parceiros__text p {
  font-size: 1.8rem;
  line-height: 1.6em;
  letter-spacing: 0.1em;
}
.parceiros__slider__holder {
  max-width: 90%;
  margin: 4rem auto 0;
}
.parceiros__slider__holder .tns-ovh {
  overflow: hidden;
}
.parceiros__slider__controls {
  position: relative;
  width: 100%;
}
.parceiros__slider__controls__next, .parceiros__slider__controls__prev {
  position: absolute;
  background-color: transparent;
  top: 18rem;
  left: 0;
  z-index: 3;
}
.parceiros__slider__controls__next {
  left: unset;
  right: 0;
}
.parceiros__slider__item {
  padding: 0 6rem;
  transition: opacity 0.3s ease-in-out;
}
@media screen and (min-width: 861px) {
  .parceiros__slider__item:not(.is-center) {
    opacity: 0.5;
  }
}
.parceiros__slider__item__depoimento {
  margin-top: 3rem;
}
.parceiros__slider__item__depoimento p {
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.6em;
  letter-spacing: 0.1em;
}
.parceiros__slider__item__nome {
  color: #2041FE;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.5em;
  margin-top: 3rem;
}
.parceiros__slider__item__cargo {
  font-size: 1.4rem;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 1.6em;
  display: block;
  margin-top: 1rem;
}

.logistica {
  margin: 14rem 0 6rem;
}
.logistica__row {
  -moz-column-gap: 5rem;
       column-gap: 5rem;
}
@media screen and (max-width: 860px) {
  .logistica__row {
    flex-direction: column;
    row-gap: 7rem;
  }
}
.logistica .button {
  margin-top: 3rem;
  padding: 2rem 4rem;
}
.logistica__subtitle {
  font-weight: 300;
  font-size: calc(18px + 1vw);
  line-height: 1.4em;
  margin-bottom: 2rem;
}
.logistica__content {
  max-width: 43rem;
}
.logistica__col {
  position: relative;
}
.logistica__col__title {
  color: #2041FE;
  font-weight: 300;
  font-size: calc(18px + 1vw);
  line-height: 1.4em;
  text-align: center;
  position: absolute;
  left: 0;
  width: 100%;
  top: 12rem;
}
.logistica__svghold {
  position: relative;
}
.logistica__svghold__main {
  width: 34.7rem;
  height: auto;
}
.logistica__svghold__item {
  position: absolute;
  width: 10rem;
  height: 10rem;
  transform: scale(0.7);
  transition: all 400ms ease-in-out;
}
.logistica__svghold__item .svg-fundp {
  transition: all 400ms ease-in-out;
}
.logistica__svghold__item .svg-ico {
  stroke: transparent;
  transition: all 400ms ease-in-out;
}
.logistica__svghold__item.act {
  transform: scale(1);
}
.logistica__svghold__item.act .svg-fundo {
  fill: #2041FE;
}
.logistica__svghold__item.act .svg-ico {
  stroke: #F6F4F4;
}
.logistica__svghold__item01 {
  top: -12%;
  left: 34%;
}
.logistica__svghold__item02 {
  top: 30%;
  left: 81%;
}
.logistica__svghold__item03 {
  top: 80%;
  left: 53%;
}
.logistica__svghold__item04 {
  top: 75%;
  left: 7%;
}
.logistica__svghold__item05 {
  top: 14%;
  left: -8%;
}
.logistica__svghold__item06 {
  left: -14%;
  top: 26%;
}
.logistica__svghold__item07 {
  right: -14%;
  top: 26%;
}
.logistica__list {
  max-width: 45rem;
}
@media screen and (max-width: 860px) {
  .logistica__list .gap150 {
    gap: 2rem;
  }
}
.logistica__list uL {
  position: relative;
}
.logistica__list uL::before {
  content: "";
  left: 0;
  top: 0;
  position: absolute;
  width: 2px;
  background: linear-gradient(135deg, #2041FE 0%, #3E4283 40%, #FF370A 100%);
  height: calc(100% - 14rem);
  top: 5rem;
  left: 5.1rem;
}
.logistica__list__item {
  display: flex;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  z-index: 2;
  position: relative;
}
.logistica__list__item svg {
  width: 10rem;
  height: 10rem;
}
.logistica__list__item svg.svg__bigger {
  width: 6.5rem;
  height: 6.5rem;
  margin: 0 1.75rem;
}
.logistica__list__item svg path {
  transition: all 400ms ease;
}
.logistica__list__item__title {
  padding-top: 1rem;
  font-weight: 300;
  font-size: calc(16px + 0.7vw);
  line-height: 1.4em;
  opacity: 0.5;
}
.logistica__list__item p {
  font-weight: 300;
  font-size: calc(14px + 0.3vw);
  line-height: 1.6em;
  letter-spacing: 0.01em;
  opacity: 0.5;
}
.logistica__list__item.act .svg-fundo {
  fill: #2041FE;
}
.logistica__list__item.act .logistica__list__item__title {
  opacity: 1;
}
.logistica__list__item.act p {
  opacity: 1;
}
.logistica__options {
  background-color: white;
  border-radius: 1rem;
  padding: 1.5rem 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  margin-top: 5rem;
}
.logistica__options span {
  font-weight: 300;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  color: rgba(36, 24, 37, 0.5019607843);
  cursor: pointer;
  transition: all 400ms ease-in-out;
}
.logistica__options span.act {
  color: #2041FE;
  font-weight: bold;
}
.logistica__options__swich {
  border-radius: 5rem;
  padding: 0.5rem;
  width: 6rem;
  height: 3rem;
  background: linear-gradient(135deg, #2041FE 0%, #3E4283 40%, #FF370A 100%);
  cursor: pointer;
  transition: all 400ms ease-in-out;
  position: relative;
}
.logistica__options__swich div {
  transition: all 400ms ease-in-out;
  position: absolute;
  left: 3.4rem;
  top: 0.4rem;
  background-color: white;
  border-radius: 50%;
  width: 2.2rem;
  height: 2.2rem;
}
.logistica__options__swich.act div {
  left: 0.5rem;
}
.logistica .closed-loop .logistica__col__title {
  color: #FF370A;
}
.logistica--completa .hero__title {
  margin: 0 auto 3rem;
}
.logistica--completa__title {
  font-size: calc(12px + 0.2vw);
  font-weight: 700;
  letter-spacing: 0.2em;
  color: #2041FE;
  margin-bottom: 3rem;
}
.logistica--closedloop {
  background-color: white;
  clip-path: polygon(29% 0, 100% 6%, 100% 30%, 100% 100%, 70% 100%, 0 100%, 0% 70%, 0 8%);
  margin: 0;
  padding: 12rem 0;
}
@media screen and (max-width: 860px) {
  .logistica--closedloop {
    clip-path: polygon(29% 0, 100% 3%, 100% 30%, 100% 100%, 70% 100%, 0 100%, 0% 70%, 0 3%);
  }
}
.logistica--closedloop .logistica--completa__title {
  color: #FF370A;
}

.closed-loop,
.open-loop {
  animation: fadeIn linear 0.5s;
}

.logistica--closedloop .logistica__svghold__item06,
.logistica--closedloop .logistica__svghold__item07 {
  top: 35%;
}

.eficiencia {
  padding: 15rem 0 32rem;
  background: url("../images/polygon-eficiencia.svg") no-repeat top left/150rem;
  position: relative;
}
@media screen and (max-width: 860px) {
  .eficiencia {
    padding: 15rem 0;
  }
}
.eficiencia__content {
  max-width: 65rem;
  margin: 0 auto 6rem;
}
.eficiencia .hero__title {
  margin: 0 auto 3rem;
}
.eficiencia__cards {
  margin-bottom: 5rem;
}
@media screen and (max-width: 860px) {
  .eficiencia__cards {
    justify-content: flex-start;
    overflow: auto;
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }
}
.eficiencia__cards__item {
  background-color: white;
  max-width: 38rem;
}
@media screen and (max-width: 860px) {
  .eficiencia__cards__item {
    min-width: 250px;
  }
}
.eficiencia__cards__item__image {
  width: 100%;
  aspect-ratio: 38/23;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.eficiencia__cards__item__content {
  padding: 0 2rem 4rem;
}
.eficiencia__cards__item__ico {
  height: 10rem;
  margin: -5rem 0 2rem;
  position: relative;
  z-index: 2;
}
.eficiencia__cards__item figure {
  position: relative;
}
.eficiencia__cards__item figure::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, #FF370A 0%, #2041FE 100%);
  opacity: 0.25;
  width: 100%;
  height: 100%;
}
.eficiencia__cards__item__title {
  color: #2041FE;
  font-size: calc(18px + 1vw);
  font-weight: 300;
  margin-bottom: 2rem;
}
.eficiencia__cards__item__text p {
  font-size: calc(15px + 0.3vw);
  line-height: 1.6em;
  letter-spacing: 0.01em;
  font-weight: 300;
}
.eficiencia__cards__item__text p strong,
.eficiencia__cards__item__text p b {
  font-weight: 700;
}

.retornaveis__content {
  margin: 0;
}
.retornaveis .button {
  margin-top: 3rem;
}
@media screen and (max-width: 860px) {
  .retornaveis {
    padding: 7rem 0;
  }
  .retornaveis .hero__background {
    width: 100%;
    position: static;
    margin-bottom: 5rem;
  }
}

.resultados {
  background: linear-gradient(to right, #FF370A 0%, #3E4283 50%, #2041FE 100%);
  clip-path: polygon(76% 0%, 100% 11%, 100% 100%, 29% 100%, 0% 100%, 0% 13%);
  padding: 10rem 0;
  color: #F6F4F4;
}
@media screen and (max-width: 860px) {
  .resultados {
    background: linear-gradient(to bottom, #FF370A 0%, #3E4283 50%, #2041FE 100%);
    clip-path: polygon(70% 0%, 100% 4%, 100% 100%, 38% 100%, 0% 100%, 0% 6%);
  }
}
.resultados--pooling {
  clip-path: polygon(76% 0%, 100% 11%, 100% 83%, 29% 100%, 0% 86%, 0% 13%);
}
.resultados__title {
  font-weight: 300;
  font-size: calc(18px + 1vw);
  margin-bottom: 5rem;
}
@media screen and (max-width: 860px) {
  .resultados__list {
    row-gap: 5rem;
  }
}
.resultados__list li {
  flex: 1 1 25%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 860px) {
  .resultados__list li {
    flex: 1 1 50%;
  }
  .resultados__list li:nth-child(even) {
    border-left: solid 1px rgba(36, 24, 37, 0.5019607843);
  }
}
@media screen and (min-width: 861px) {
  .resultados__list li + li {
    border-left: solid 1px rgba(36, 24, 37, 0.5019607843);
  }
}
.resultados__list__ico {
  height: 6rem;
  display: block;
  margin-bottom: 1rem;
}
.resultados__list__number {
  font-size: 4.8rem;
  font-weight: 300;
  line-height: 1.4em;
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.resultados__list__number small {
  font-size: 2.8rem;
}
.resultados__list p {
  max-width: 20rem;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 1.3em;
}

.solucoes {
  margin: 5rem 0;
}
.solucoes__box {
  display: flex;
  padding: 0;
  background-color: #ffffff;
  border-radius: 2rem;
  overflow: hidden;
}
@media screen and (max-width: 860px) {
  .solucoes__box {
    flex-direction: column;
  }
}
.solucoes__image {
  width: 50%;
}
@media screen and (max-width: 860px) {
  .solucoes__image {
    width: 100%;
  }
}
.solucoes__image img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.solucoes__content {
  width: 50%;
  padding: 4rem 6rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.solucoes__content .hero__title {
  margin-bottom: 1em;
}
.solucoes__content .hero__subtitle {
  margin-bottom: 0.5em;
}
@media screen and (max-width: 860px) {
  .solucoes__content {
    width: 100%;
    padding: 3rem;
  }
}
.solucoes .button {
  margin-top: 3rem;
}
.solucoes.reverse .solucoes__box {
  flex-direction: row-reverse;
}
@media screen and (max-width: 860px) {
  .solucoes.reverse .solucoes__box {
    flex-direction: column;
  }
}

.sustentabilidade {
  padding: 20rem 0 5rem;
}
@media screen and (max-width: 860px) {
  .sustentabilidade {
    padding: 0 0 6rem;
  }
}
.sustentabilidade .hero__background {
  width: 58%;
}
@media screen and (max-width: 860px) {
  .sustentabilidade .hero__background {
    width: 100%;
    position: static;
    margin-bottom: 5rem;
  }
}
.sustentabilidade__content {
  max-width: 55rem;
}

.calculadora {
  margin: 6rem 0;
}
.calculadora .hero__title {
  margin: 0 auto 3rem;
}
.calculadora__input {
  margin: 5rem auto 2rem;
  display: table;
  border: solid 1px #2041FE;
  background-color: transparent;
  font-size: 4rem;
  padding: 2rem 2rem 1rem;
  width: 22.8rem;
  text-align: center;
}
.calculadora__label {
  font-weight: 700;
  color: #2041FE;
  letter-spacing: 0.2em;
  display: block;
}
.calculadora__row {
  text-align: left;
  margin-bottom: 5rem;
}
.calculadora__row__title {
  color: #2041FE;
  font-weight: 700;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  line-height: 1.6em;
  max-width: 20rem;
}
.calculadora__row .number {
  font-weight: 300;
  font-size: 4rem;
  line-height: 1.4em;
}
.calculadora__row .text {
  font-weight: 700;
  letter-spacing: 0.2em;
  color: #2041FE;
  line-height: 1.5em;
  text-transform: uppercase;
}

.esg {
  margin: 6rem 0;
}
.esg__image {
  max-width: 70rem;
  width: 100%;
}
.esg__content {
  max-width: 60rem;
}
.esg__subtitle {
  font-size: calc(18px + 1vw);
  font-weight: 300;
  margin-bottom: 2rem;
}
.esg__description {
  margin-bottom: 3rem;
}

.modelo {
  background: #241825;
  clip-path: polygon(76% 0%, 100% 6%, 100% 100%, 29% 100%, 0% 100%, 0% 8%);
  margin-bottom: -1px;
}
@media screen and (max-width: 860px) {
  .modelo {
    clip-path: polygon(76% 0%, 100% 2%, 100% 100%, 29% 100%, 0% 100%, 0% 3%);
  }
}
.modelo .proposito__subtitle {
  max-width: 100%;
}
.modelo .proposito__list__item__image {
  margin-bottom: 1.5rem;
}
.modelo .button {
  margin-top: 3rem;
}

.hbgo {
  background-color: #2041FE;
  padding: 10rem 0;
  color: #F6F4F4;
}
.hbgo__title {
  font-size: calc(12px + 0.2vw);
  font-weight: 700;
  margin-bottom: 3rem;
  letter-spacing: 0.2em;
}
.hbgo__cards__item {
  background-color: #241825;
}
.hbgo__cards__item__title {
  color: #F6F4F4;
}
.hbgo .button {
  margin-top: 5rem;
}

@media screen and (max-width: 860px) {
  .exposicao {
    padding: 3rem 0;
  }
}
.exposicao .hero__background {
  top: -3rem;
}
@media screen and (max-width: 860px) {
  .exposicao .hero__background {
    top: 0;
    position: static;
    width: 100%;
    margin-bottom: 4rem;
  }
}

.sanitizacao {
  margin: 8rem 0;
}
.sanitizacao__row {
  -moz-column-gap: 5rem;
       column-gap: 5rem;
}
.sanitizacao .logistica__list {
  max-width: 53rem;
}
.sanitizacao .logistica__list__item.act .logistica__list__item__title, .sanitizacao .logistica__list__item:hover .logistica__list__item__title {
  opacity: 1;
}
.sanitizacao .logistica__list__item.act p, .sanitizacao .logistica__list__item:hover p {
  opacity: 1;
}
.sanitizacao .logistica__list__item.act svg path, .sanitizacao .logistica__list__item:hover svg path {
  stroke: #F6F4F4;
}
.sanitizacao .logistica__list__item.act svg .svg-fundo, .sanitizacao .logistica__list__item:hover svg .svg-fundo {
  fill: #2041FE;
}
.sanitizacao .logistica__list svg path {
  stroke: transparent;
}

.higienizadas {
  margin: 6rem 0 10rem;
}
.higienizadas__image {
  max-width: 60rem;
  width: 100%;
  display: block;
  margin: 0 auto 3rem;
}
.higienizadas .button {
  margin-top: 3rem;
}

.caixas {
  margin: 10rem 0;
}
.caixas .button {
  margin-top: 3rem;
}
.caixas__content {
  margin: 0;
}
@media screen and (max-width: 860px) {
  .caixas__content {
    max-width: 100%;
  }
}
@media screen and (max-width: 860px) {
  .caixas__detail {
    width: 100%;
  }
}
.caixas__detail__main {
  margin-bottom: 3rem;
}
.caixas__detail__main img {
  max-width: 47rem;
  display: block;
}
@media screen and (max-width: 860px) {
  .caixas__detail__main img {
    max-width: 100%;
  }
}
.caixas__detail__list {
  max-height: 58rem;
  overflow: auto;
}
@media screen and (max-width: 860px) {
  .caixas__detail__list {
    flex-direction: row;
  }
}
.caixas__detail__list li {
  cursor: pointer;
}
.caixas__detail__list img {
  width: 20rem;
  height: 13rem;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
@media screen and (max-width: 860px) {
  .caixas__detail__list img {
    width: 15rem;
  }
}
.caixas__detail__subtitle {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  display: block;
  margin-bottom: 2rem;
}
.caixas__detail__title {
  font-weight: 300;
  font-size: calc(18px + 1vw);
  margin-bottom: 1rem;
}
@media screen and (max-width: 860px) {
  .caixas__detail__col {
    width: 100%;
  }
}
.caixas__detail__dimen {
  display: flex;
  align-items: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  margin: 0.5em 0;
}
.caixas__detail__dimen:empty {
  display: none;
}
.caixas__detail__dimen.tamanho::after {
  content: url("../images/ico-tamanho.svg");
}
.caixas__detail__dimen.capacidade::after {
  content: url("../images/ico-capacidade.svg");
}
.caixas__detail__dimen.plastico_food_save::after {
  content: url("../images/ico-food-safe.svg");
}
.caixas__detail__link {
  color: #2041FE;
  display: flex;
  align-items: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  margin: 0.5em 0;
}
.caixas__detail__link::after {
  content: url("../images/ico-anexo-blue.svg");
}

.diferenciais {
  margin: 10rem 0;
}
@media screen and (max-width: 860px) {
  .diferenciais__row {
    grid-template-columns: 1fr;
  }
}
.diferenciais__item__image {
  display: block;
  width: 100%;
  margin-bottom: 6rem;
}
.diferenciais__item__ico {
  width: 12rem;
  height: auto;
  position: absolute;
  bottom: 0;
  left: 1rem;
  transform: translate(0, 50%);
}
.diferenciais__item__title {
  font-weight: 300;
  font-size: calc(18px + 1vw);
  line-height: 1.4em;
  padding-left: 3rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 860px) {
  .diferenciais__item__title {
    padding-left: 0;
  }
}
.diferenciais__item__text {
  padding-left: 3rem;
}
@media screen and (max-width: 860px) {
  .diferenciais__item__text {
    padding-left: 0;
  }
}
.diferenciais__item__text p {
  font-size: calc(15px + 0.3vw);
  line-height: 1.6em;
  letter-spacing: 0.01em;
  font-weight: 300;
}
@media screen and (min-width: 861px) {
  .diferenciais__item:last-child .diferenciais__item__image {
    margin: 6rem 0 0;
  }
  .diferenciais__item:last-child .diferenciais__item__ico {
    top: 0;
    bottom: unset;
    transform: translate(0, -50%);
  }
}
@media screen and (max-width: 860px) {
  .diferenciais__item:last-child {
    display: flex;
    flex-direction: column-reverse;
    padding-top: 4rem;
  }
  .diferenciais__item:last-child .diferenciais__item__ico {
    transform: none;
  }
}

.herosingle {
  position: relative;
  min-height: 60rem;
  padding-bottom: 4rem;
}
.herosingle::after {
  content: "";
  width: 64rem;
  height: 44.9rem;
  background: url("../images/herosingle-polygon.svg") no-repeat center/contain;
  position: absolute;
  top: 0;
  right: 0;
}
.herosingle__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: brightness(0.25);
}
.herosingle__title {
  font-size: 4rem;
  line-height: 1.4em;
  font-weight: 300;
  max-width: 80rem;
}
.herosingle .container {
  position: relative;
  z-index: 2;
}

.singlepost {
  padding: 10rem 0;
}

.single__top {
  -moz-column-gap: 10rem;
       column-gap: 10rem;
}
.single__row {
  margin-top: 6rem;
  padding: 6rem 0;
  border: solid 1px #3E4283;
  border-left: 0;
  border-right: 0;
  gap: 8rem;
}
.single__content img {
  max-width: 100%;
  height: auto;
}
.single__content p,
.single__content li {
  font-weight: 300;
  font-size: calc(15px + 0.3vw);
  letter-spacing: 0.01em;
  line-height: 1.6em;
}
.single__content * {
  margin: revert;
  font-size: revert;
}
.single__content h1,
.single__content h2,
.single__content h3,
.single__content h4,
.single__content h5,
.single__content h6 {
  font-weight: 300;
  line-height: 1.4em;
  font-size: calc(20px + 0.5vw);
  font-size: revert;
}
.single__content h1 *,
.single__content h2 *,
.single__content h3 *,
.single__content h4 *,
.single__content h5 *,
.single__content h6 * {
  font-size: revert;
}
.single__content figcaption {
  font-size: calc(12px + 0.3vw);
}
.single__more {
  min-width: 60rem;
}
.single__more__title {
  font-weight: 300;
  margin-bottom: 3rem;
  font-size: calc(18px + 1vw);
  display: block;
}
.single__more__social {
  margin-bottom: 5rem;
}
.single__more__social img {
  filter: brightness(0) saturate(100%) invert(19%) sepia(99%) saturate(2560%) hue-rotate(230deg) brightness(105%) contrast(120%);
}
.single__more__posts {
  margin-bottom: 5rem;
}
.single__more__posts__item a {
  display: flex;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
.single__more__posts__item img {
  display: block;
  width: 25rem;
  aspect-ratio: 25/15;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.single__more__posts__title {
  font-weight: 300;
  font-size: 2.4rem;
  line-height: 1.4em;
}

.politicas {
  padding: 14rem 0 8rem;
}
.politicas .container * {
  font-size: revert;
  margin: revert;
}
.politicas .container .button {
  margin: 3rem auto 0;
}/*# sourceMappingURL=style.css.map */