@charset "UTF-8";
@media screen and (max-width: 1080px) {
  .home__banner .container {
    padding: 0;
  }
}

.home__banner section {
  background: #070707;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1080px) {
  .home__banner section {
    display: block;
  }
}

.home__banner section figure {
  width: 35%;
}

@media screen and (max-width: 1700px) {
  .home__banner section figure {
    width: 32%;
  }
}

@media screen and (max-width: 1500px) {
  .home__banner section figure {
    width: 28%;
  }
}

@media screen and (max-width: 1300px) {
  .home__banner section figure {
    width: 26%;
  }
}

@media screen and (max-width: 1080px) {
  .home__banner section figure {
    width: 100%;
    height: 160px;
  }
}

.home__banner section aside {
  padding: 160px 0;
}

@media screen and (max-width: 1080px) {
  .home__banner section aside {
    padding: 40px 24px 120px 24px;
  }
}

.home__banner section aside h1 {
  max-width: calc(870px + 32px);
  width: 100%;
  -webkit-transform: translateX(-48px);
          transform: translateX(-48px);
}

@media screen and (max-width: 1080px) {
  .home__banner section aside h1 {
    max-width: 100%;
    -webkit-transform: unset;
            transform: unset;
  }
  .home__banner section aside h1,
  .home__banner section aside h1 * {
    font-size: 34px;
  }
}

.home__banner section aside h1,
.home__banner section aside h1 * {
  color: #FFFFFF;
}

.home__banner section aside div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 32px 0 0 64px;
}

@media screen and (max-width: 1080px) {
  .home__banner section aside div {
    padding: 24px 0 0 0;
  }
}

.home__banner section aside div p {
  font-size: 18px;
  max-width: 690px;
  width: 100%;
  color: #FFFFFF;
  margin: 0 0 48px 0;
}

@media screen and (max-width: 1080px) {
  .home__banner section aside div p {
    margin: 0 0 32px 0;
  }
}

.home__banner footer {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 1080px) {
  .home__banner footer {
    -webkit-transform: translateY(-64px);
            transform: translateY(-64px);
    display: block;
    background: #070707;
    padding: 0 24px;
  }
}

.home__banner footer::after {
  content: "";
  width: 100%;
  height: 100%;
  background: url("../assets/w.svg") left bottom/contain no-repeat;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

@media screen and (max-width: 1080px) {
  .home__banner footer::after {
    display: none;
  }
}

.home__banner footer * {
  color: #FFFFFF;
}

.home__banner footer > img {
  position: relative;
  z-index: 5;
}

.home__banner footer > div {
  position: relative;
  padding: 25px 0 25px 40px;
  background: #070707;
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}

@media screen and (max-width: 1080px) {
  .home__banner footer > div {
    padding: 24px 0;
  }
}

.home__banner footer > div::before {
  content: "";
  width: 32px;
  height: 100%;
  background: #070707;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

@media screen and (max-width: 1080px) {
  .home__banner footer > div::before {
    display: none;
  }
}

.home__banner footer > div h5 {
  margin: 0 0 6px 0;
}

@media screen and (max-width: 1080px) {
  .home__banner footer > div h5 {
    margin: 0 0 8px 0;
  }
}

.home__banner footer > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 0 64px;
}

@media screen and (max-width: 1080px) {
  .home__banner footer > a {
    padding: 32px 24px;
    width: calc(100% + 48px);
    -webkit-transform: translateX(-24px);
            transform: translateX(-24px);
  }
}

.home__banner footer > a:hover p::after {
  -webkit-transform: translateX(3px);
          transform: translateX(3px);
}

.home__banner footer > a p {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 64px;
}

.home__banner footer > a p span {
  text-transform: uppercase;
  font: 600 20px/130% "Barlow", sans-serif;
  text-decoration: underline;
}

.home__banner footer > a p::after {
  content: "";
  width: 22px;
  height: 22px;
  background: url("../assets/arrow-link.svg") center/contain no-repeat;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  -webkit-transition: .4s;
  transition: .4s;
}

.home__banner footer > a figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.home__banner footer > a figure::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #ED4F15;
  mix-blend-mode: multiply;
}

.home__banner footer > a figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: .4;
}

.home__sobre {
  margin: calc(120px - 56px) 0 120px 0;
}

@media screen and (max-width: 1080px) {
  .home__sobre {
    margin: calc(80px - 64px) 0 80px 0;
  }
}

.home__sobre section {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 400px 290px 1fr;
      grid-template-columns: 400px 290px 1fr;
  border-bottom: 1px solid #EBEBEB;
  padding: 0 0 120px 0;
}

@media screen and (max-width: 1080px) {
  .home__sobre section {
    display: block;
    padding: 0 0 80px 0;
  }
}

.home__sobre section aside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (max-width: 1080px) {
  .home__sobre section aside {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.home__sobre section aside h4 {
  margin: 0 0 32px 0;
}

@media screen and (max-width: 1080px) {
  .home__sobre section aside h4 {
    margin: 0 0 24px 0;
    text-align: center;
  }
}

.home__sobre section aside p:not(:last-of-type) {
  margin: 0 0 24px 0;
}

@media screen and (max-width: 1080px) {
  .home__sobre section aside p {
    text-align: center;
  }
}

.home__sobre section aside .button {
  margin: 40px 0 0 0;
}

@media screen and (max-width: 1080px) {
  .home__sobre section aside .button {
    margin: 32px 0 0 0;
  }
}

.home__sobre section aside div {
  width: 100%;
  padding: 28px 40px 32px 40px;
  background: #070707;
}

@media screen and (max-width: 1080px) {
  .home__sobre section aside div {
    margin: 32px 0 0 0;
    padding: 24px 24px 28px 24px;
    width: calc(100% + 48px);
  }
}

.home__sobre section aside div h3 {
  font-weight: 300;
  color: #FFFFFF;
}

.home__sobre section aside div h3 strong {
  font-weight: 700;
  color: #ED4F15;
}

.home__sobre section aside div h6 {
  color: #FFFFFF;
}

.home__sobre section aside div h6:not(:last-of-type) {
  margin: 0 0 20px 0;
  padding: 0 0 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.home__sobre section aside:first-of-type {
  padding: 0 40px 0 0;
}

@media screen and (max-width: 1080px) {
  .home__sobre section aside:first-of-type {
    padding: 0;
  }
}

.home__sobre section aside:last-of-type > p {
  padding: 0 0 32px 40px;
}

@media screen and (max-width: 1080px) {
  .home__sobre section aside:last-of-type > p {
    padding: 0;
  }
}

.home__sobre section img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

@media screen and (max-width: 1080px) {
  .home__sobre section img {
    max-width: initial;
    width: calc(100% + 48px);
    -webkit-transform: translateX(-24px);
            transform: translateX(-24px);
    margin: 40px 0;
    height: 280px;
  }
}

.home__tipos {
  position: relative;
  padding: 120px 0;
}

@media screen and (max-width: 1080px) {
  .home__tipos {
    padding: 0 0 80px 0;
  }
}

.home__tipos > figure {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  z-index: 1;
}

@media screen and (max-width: 1080px) {
  .home__tipos > figure {
    width: 100%;
    height: 50%;
    top: unset;
    bottom: 0;
  }
}

.home__tipos > figure::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ED4F15;
  mix-blend-mode: multiply;
}

.home__tipos > figure img {
  opacity: .4;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.home__tipos .container {
  position: relative;
  z-index: 5;
}

.home__tipos .container section {
  padding: 0 40px 0 0;
  background: #FFFFFF;
}

@media screen and (max-width: 1080px) {
  .home__tipos .container section {
    padding: 0;
  }
}

.home__tipos .container section header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 64px 0;
}

@media screen and (max-width: 1080px) {
  .home__tipos .container section header {
    margin: 0 0 40px 0;
  }
}

.home__tipos .container section header .title {
  margin: 0;
}

.home__tipos .container section header .button {
  margin: 0 0 30px 0;
}

@media screen and (max-width: 1080px) {
  .home__tipos .container section header .button {
    display: none;
  }
}

.home__tipos .container section > div {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

@media screen and (max-width: 1080px) {
  .home__tipos .container section > div {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    gap: 16px;
  }
}

.home__tipos .container section > div * {
  -webkit-transition: .4s;
  transition: .4s;
}

.home__tipos .container section > div aside {
  padding: 64px 40px 64px 120px;
  background: #FFFFFF;
  position: relative;
  -webkit-box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.04);
}

@media screen and (max-width: 1080px) {
  .home__tipos .container section > div aside {
    padding: 0;
    -webkit-box-shadow: unset;
            box-shadow: unset;
  }
}

.home__tipos .container section > div aside figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}

@media screen and (max-width: 1080px) {
  .home__tipos .container section > div aside figure {
    width: 100%;
    height: 200px;
    position: relative;
  }
}

.home__tipos .container section > div aside figure::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #ED4F15;
  mix-blend-mode: multiply;
  opacity: 0;
  -webkit-transition: .4s;
  transition: .4s;
}

@media screen and (max-width: 1080px) {
  .home__tipos .container section > div aside figure::after {
    display: none;
  }
}

.home__tipos .container section > div aside figure img {
  min-width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.home__tipos .container section > div aside article {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}

@media screen and (max-width: 1080px) {
  .home__tipos .container section > div aside article {
    height: auto;
    padding: 24px 24px 40px 24px;
  }
}

.home__tipos .container section > div aside article p {
  margin: 24px 0 32px 0;
}

@media screen and (max-width: 1080px) {
  .home__tipos .container section > div aside article p {
    margin: 16px 0 24px 0;
  }
}

@media screen and (min-width: 1080px) {
  .home__tipos .container section > div aside:hover {
    padding-left: 40px;
  }
  .home__tipos .container section > div aside:hover figure {
    width: 100%;
  }
  .home__tipos .container section > div aside:hover figure::after {
    opacity: 1;
  }
  .home__tipos .container section > div aside:hover figure img {
    opacity: .4;
  }
  .home__tipos .container section > div aside:hover * {
    color: #FFFFFF;
  }
  .home__tipos .container section > div aside:hover * .link::after {
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
  }
}

.home__servicos {
  padding: 80px 0;
  background: #070707;
  margin: 0 0 120px 0;
}

@media screen and (max-width: 1080px) {
  .home__servicos {
    padding: 64px 0;
    margin: 0 0 80px 0;
  }
}

.home__servicos .container {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-grid-columns: 520px 460px;
      grid-template-columns: 520px 460px;
}

@media screen and (max-width: 1080px) {
  .home__servicos .container {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    gap: 48px;
  }
}

.home__servicos .container aside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 24px;
}

.home__servicos .container aside p {
  font-weight: 500;
  border-left: 2px solid #ED4F15;
  padding: 0 0 0 48px;
  color: #FFFFFF;
}

@media screen and (max-width: 1080px) {
  .home__servicos .container aside p {
    padding: 0 0 0 32px;
  }
}

.home__servicos .container aside .button {
  margin: 0 0 0 48px;
}

@media screen and (max-width: 1080px) {
  .home__servicos .container aside .button {
    margin: 0;
  }
}

.home__servicos .container aside div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
}

.home__servicos .container aside div h6 {
  color: #FFFFFF;
}

@media screen and (max-width: 1080px) {
  .sobre__banner {
    margin: 0 0 80px 0;
  }
}

.sobre__banner__header {
  padding: 180px 0 64px 0;
  background: url("../assets/light-sobre.png") center/cover no-repeat;
}

@media screen and (max-width: 1080px) {
  .sobre__banner__header {
    position: relative;
    padding: 128px 0 56px 0;
  }
}

.sobre__banner__header .container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 500px;
      grid-template-columns: 1fr 500px;
}

@media screen and (max-width: 1080px) {
  .sobre__banner__header .container {
    display: block;
  }
}

.sobre__banner__header .container aside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.sobre__banner__header .container aside h1 {
  margin: 0 0 64px 0;
}

@media screen and (max-width: 1080px) {
  .sobre__banner__header .container aside h1 {
    margin: 0 0 32px 0;
  }
}

.sobre__banner__header .container aside h1 span {
  color: #FFFFFF;
}

.sobre__banner__header .container p {
  padding: 6px 0 0 0;
  color: #FFFFFF;
}

@media screen and (max-width: 1080px) {
  .sobre__banner__header .container p {
    padding: 0 0 88px 0;
  }
}

.sobre__banner__header .container .button {
  position: relative;
  z-index: 9;
}

@media screen and (max-width: 1080px) {
  .sobre__banner__header .container .button {
    position: absolute;
    bottom: 48px;
    left: 24px;
  }
}

.sobre__banner__infos {
  position: relative;
  z-index: 5;
  -webkit-transform: translateY(-120px);
          transform: translateY(-120px);
}

@media screen and (max-width: 1080px) {
  .sobre__banner__infos {
    -webkit-transform: unset;
            transform: unset;
  }
}

.sobre__banner__infos .container {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-grid-columns: 1fr 500px;
      grid-template-columns: 1fr 500px;
}

@media screen and (max-width: 1080px) {
  .sobre__banner__infos .container {
    display: block;
    padding: 0;
  }
}

.sobre__banner__infos .container aside {
  padding: 180px 0 0 0;
}

@media screen and (max-width: 1080px) {
  .sobre__banner__infos .container aside {
    padding: 48px 0 0 0;
  }
}

.sobre__banner__infos .container aside p {
  max-width: 520px;
  width: 100%;
}

@media screen and (max-width: 1080px) {
  .sobre__banner__infos .container aside p {
    padding: 0 24px;
  }
}

.sobre__banner__infos .container aside section {
  gap: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 32px 40px 40px 40px;
  background: #070707;
  margin: 48px 0 0 0;
}

@media screen and (max-width: 1080px) {
  .sobre__banner__infos .container aside section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px;
    padding: 32px 24px 40px 24px;
  }
}

.sobre__banner__infos .container aside section div h3 {
  font-weight: 300;
  color: #FFFFFF;
  margin: 0 0 6px 0;
}

.sobre__banner__infos .container aside section div h3 strong {
  font-weight: 700;
  color: #ED4F15;
}

.sobre__banner__infos .container aside section div h6 {
  color: #FFFFFF;
}

.sobre__banner__infos .container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sobre__section header {
  margin: 0 0 64px 0;
}

@media screen and (max-width: 1080px) {
  .sobre__section header {
    margin: 0 0 40px 0;
  }
}

.sobre__section header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media screen and (max-width: 1080px) {
  .sobre__section header .container {
    display: block;
  }
}

.sobre__section header .container .title {
  margin: 0;
}

.sobre__section header .container .button {
  margin: 0 0 30px 0;
}

@media screen and (max-width: 1080px) {
  .sobre__section header .container .button {
    display: none;
  }
}

.sobre__section section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  background: #070707;
}

@media screen and (max-width: 1080px) {
  .sobre__section section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.sobre__section section::before {
  content: "";
  width: 100%;
  height: 32px;
  background: #FFFFFF;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.sobre__section section div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  z-index: 5;
  padding: 0 48px 64px 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1080px) {
  .sobre__section section div {
    padding: 0 24px 40px 24px;
  }
}

.sobre__section section div * {
  text-align: center;
  color: #FFFFFF;
}

.sobre__section section div h4 {
  margin: 0 0 24px 0;
}

.sobre__section section div h4::before {
  content: "";
  display: block;
  margin: 32px auto 24px auto;
  width: 64px;
  height: 2px;
  background: #ED4F15;
}

.sobre__section section .button {
  display: none;
}

@media screen and (max-width: 1080px) {
  .sobre__section section .button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 8px 24px 80px 24px;
  }
}

.sobre__destaque {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  margin: 0 0 120px 0;
}

@media screen and (max-width: 1080px) {
  .sobre__destaque {
    margin: 0 0 80px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.sobre__destaque figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1080px) {
  .sobre__destaque figure {
    height: 250px;
  }
}

.sobre__destaque figure div {
  position: relative;
  max-width: 250px;
  width: 100%;
}

@media screen and (max-width: 1080px) {
  .sobre__destaque figure div {
    max-width: 100%;
    width: 32%;
  }
}

.sobre__destaque figure div img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: .4;
}

.sobre__destaque figure div::after {
  content: "";
  z-index: 5;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ED4F15;
  mix-blend-mode: multiply;
}

.sobre__destaque figure > img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 1080px) {
  .sobre__destaque figure > img {
    width: 68%;
  }
}

.sobre__destaque aside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 80px 0 0 64px;
}

@media screen and (max-width: 1080px) {
  .sobre__destaque aside {
    padding: 64px 24px 40px 24px;
  }
}

.sobre__destaque aside div {
  max-width: 500px;
  width: 100%;
}

.sobre__destaque aside div .title {
  margin: 0 0 32px 0;
}

.produtos__banner {
  padding: 180px 0 0 0;
  position: relative;
  margin: 0 0 80px 0;
}

@media screen and (max-width: 1080px) {
  .produtos__banner {
    padding: 120px 0 0 0;
    margin: 0 0 40px 0;
  }
}

.produtos__banner figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.produtos__banner::after {
  content: "";
  width: 100%;
  height: 100%;
  background: url("../assets/light-produtos.png") center/cover no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  opacity: .8;
}

.produtos__banner .container {
  position: relative;
  z-index: 9;
}

.produtos__banner .container h1 {
  margin: 0 0 64px 0;
}

.produtos__banner .container h1 span {
  color: #FFFFFF;
}

.produtos__banner .container div {
  width: 100%;
  gap: 80px;
  padding: 20px 0 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow-x: auto;
}

@media screen and (max-width: 1080px) {
  .produtos__banner .container div {
    gap: 40px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.produtos__banner .container div a {
  padding: 0 0 22px 0;
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
  display: block;
  -webkit-transition: .4s;
  transition: .4s;
}

@media screen and (max-width: 1080px) {
  .produtos__banner .container div a {
    white-space: nowrap;
    margin: 0 auto;
  }
}

.produtos__banner .container div a h6 {
  -webkit-transition: .4s;
  transition: .4s;
  color: rgba(255, 255, 255, 0.64);
}

.produtos__banner .container div a.active {
  border-color: #ED4F15;
}

.produtos__banner .container div a.active h6 {
  color: #FFFFFF;
}

.produtos__banner .container div a:hover h6 {
  color: #FFFFFF;
}

.produto__header {
  margin: 0 0 120px 0;
  position: relative;
  padding: 180px 0 0 0;
  background: url("../assets/light-produto.png") center/cover no-repeat;
}

@media screen and (max-width: 1080px) {
  .produto__header {
    padding: 128px 0 0 0;
    margin: 0 0 80px 0;
  }
}

.produto__header::before {
  content: "";
  width: 100%;
  height: 80px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #FFFFFF;
  z-index: 1;
}

.produto__header .container {
  position: relative;
  z-index: 5;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 565px 1fr;
      grid-template-columns: 565px 1fr;
  gap: 64px;
}

@media screen and (max-width: 1080px) {
  .produto__header .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 0;
  }
}

.produto__header .container figure {
  -webkit-box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.04);
  position: relative;
  height: 520px;
  background: #FFFFFF;
}

@media screen and (max-width: 1080px) {
  .produto__header .container figure {
    height: 300px;
  }
}

.produto__header .container figure .swiper {
  height: 100%;
}

.produto__header .container figure .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.produto__header .container figure .swiper-slide img {
  height: 80%;
}

.produto__header .container figure .swiper-pagination {
  bottom: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.produto__header .container figure .swiper-pagination span {
  width: 10px;
  height: 10px;
  border-radius: 0;
  margin: 0;
  -webkit-transition: .4s;
  transition: .4s;
  opacity: .1;
  background: #070707;
}

.produto__header .container figure .swiper-pagination span.swiper-pagination-bullet-active {
  background: #070707;
  opacity: 1;
}

.produto__header .container aside {
  padding: 0 0 160px 0;
}

@media screen and (max-width: 1080px) {
  .produto__header .container aside {
    padding: 0 0 48px 0;
  }
}

.produto__header .container aside .title {
  margin: 0 0 32px 0;
}

@media screen and (max-width: 1080px) {
  .produto__header .container aside .title {
    margin: 0 0 24px 0;
  }
}

.produto__header .container aside .title h6 {
  margin: 0 0 24px 0;
}

@media screen and (max-width: 1080px) {
  .produto__header .container aside .title h6 {
    margin: 0 0 16px 0;
  }
}

.produto__header .container aside .title p {
  margin: 16px 0 0 0;
}

.produto__header .container aside h3,
.produto__header .container aside p {
  color: #FFFFFF;
}

.produto__header .container aside div {
  margin: 48px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 1080px) {
  .produto__header .container aside div {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 32px 0 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px;
  }
}

.produto__infos {
  margin: 0 0 120px 0;
}

@media screen and (max-width: 1080px) {
  .produto__infos {
    margin: 0 0 80px 0;
  }
}

.produto__infos .container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  gap: 64px 0;
}

@media screen and (max-width: 1080px) {
  .produto__infos .container {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    gap: 40px;
  }
}

.produto__infos .container aside h5 {
  margin: 0 0 40px 0;
  border-bottom: 1px solid #EBEBEB;
}

@media screen and (max-width: 1080px) {
  .produto__infos .container aside h5 {
    margin: 0 0 24px 0;
  }
}

.produto__infos .container aside h5 span {
  display: inline-block;
  position: relative;
  padding: 0 0 16px 0;
}

.produto__infos .container aside h5 span::before {
  content: "";
  height: 2px;
  width: 100%;
  background: #ED4F15;
  position: absolute;
  left: 0;
  bottom: 0;
}

.produto__infos .container aside article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 32px 0;
}

.produto__infos .container aside article div {
  -webkit-box-flex: 1;
      -ms-flex: 1 180px;
          flex: 1 180px;
}

.produto__infos .container aside article div h6 {
  background: rgba(235, 235, 235, 0.4);
  padding: 16px 0 16px 16px;
  margin: 0 0 16px 0;
}

.produto__infos .container aside article div p {
  padding: 0 0 0 16px;
}

.produto__infos .container aside ul {
  padding: 16px 0 0 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  gap: 8px 0;
}

@media screen and (max-width: 1080px) {
  .produto__infos .container aside ul {
    padding: 0;
  }
}

.produto__infos .container aside ul li p {
  font-weight: 300;
}

.produto__infos .container aside ul li p::before {
  content: "• ";
}

.produto__imagens img {
  margin: 0 auto;
  border: 1px solid #EBEBEB;
}

.produto__imagens img:not(:last-of-type) {
  margin-bottom: 32px;
}

@media screen and (max-width: 1080px) {
  .produto__imagens img:not(:last-of-type) {
    margin-bottom: 24px;
  }
}

* {
  list-style: none;
  text-decoration: none;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: unset;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Archivo", sans-serif;
  color: #070707;
}

* strong {
  font-weight: 600;
}

::-moz-selection {
  background: #ED4F15;
  color: #FFFFFF;
}

::selection {
  background: #ED4F15;
  color: #FFFFFF;
}

html {
  overflow-x: hidden;
}

html,
body {
  scroll-behavior: smooth;
}

html.o-hidden,
body.o-hidden {
  overflow: hidden;
}

html figure,
body figure {
  margin: 0;
}

form section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

@media screen and (max-width: 1080px) {
  form section {
    display: block;
  }
}

form fieldset {
  margin: 0 0 20px 0;
  width: 100%;
  display: block;
}

form fieldset label {
  display: block;
  margin: 0 0 12px 0;
}

form fieldset label,
form fieldset label * {
  color: #FFFFFF;
  font: 400 14px/1 "Archivo", sans-serif;
}

form fieldset label span {
  color: #FF0000;
}

form fieldset input[type=date],
form fieldset input[type=datetime],
form fieldset input[type=datetime-local],
form fieldset input[type=email],
form fieldset input[type=month],
form fieldset input[type=number],
form fieldset input[type=password],
form fieldset input[type=range],
form fieldset input[type=search],
form fieldset input[type=tel],
form fieldset input[type=text],
form fieldset input[type=time],
form fieldset input[type=url],
form fieldset input[type=week],
form fieldset input[type=file],
form fieldset select,
form fieldset option,
form fieldset textarea {
  font: 400 16px/1.2 "Archivo", sans-serif;
  width: 100%;
  resize: none;
  border: 1px solid rgba(255, 255, 255, 0.24);
  padding: 0 16px;
  height: 46px;
  color: #FFFFFF;
  background: #070707;
  -webkit-transition: .4s;
  transition: .4s;
}

form fieldset input[type=date]:focus, form fieldset input[type=date]:hover,
form fieldset input[type=datetime]:focus,
form fieldset input[type=datetime]:hover,
form fieldset input[type=datetime-local]:focus,
form fieldset input[type=datetime-local]:hover,
form fieldset input[type=email]:focus,
form fieldset input[type=email]:hover,
form fieldset input[type=month]:focus,
form fieldset input[type=month]:hover,
form fieldset input[type=number]:focus,
form fieldset input[type=number]:hover,
form fieldset input[type=password]:focus,
form fieldset input[type=password]:hover,
form fieldset input[type=range]:focus,
form fieldset input[type=range]:hover,
form fieldset input[type=search]:focus,
form fieldset input[type=search]:hover,
form fieldset input[type=tel]:focus,
form fieldset input[type=tel]:hover,
form fieldset input[type=text]:focus,
form fieldset input[type=text]:hover,
form fieldset input[type=time]:focus,
form fieldset input[type=time]:hover,
form fieldset input[type=url]:focus,
form fieldset input[type=url]:hover,
form fieldset input[type=week]:focus,
form fieldset input[type=week]:hover,
form fieldset input[type=file]:focus,
form fieldset input[type=file]:hover,
form fieldset select:focus,
form fieldset select:hover,
form fieldset option:focus,
form fieldset option:hover,
form fieldset textarea:focus,
form fieldset textarea:hover {
  border-color: #ED4F15;
}

form fieldset textarea {
  height: 160px;
  padding-top: 12px;
}

form .button {
  width: 100%;
  margin: 32px 0 0 0;
}

@media screen and (max-width: 1080px) {
  form .button {
    margin: 24px 0 0 0;
  }
}

button {
  cursor: pointer;
}

p,
p * {
  color: #4C4C4C;
  font: 200 16px/150% "Archivo", sans-serif;
}

p a,
p * a {
  color: #ED4F15;
  font-weight: 600;
  text-decoration: underline;
}

p strong,
p * strong {
  font-weight: 600;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: uppercase;
}

h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
  font-weight: 600;
}

h1,
h1 * {
  font: 700 64px/130% "Barlow", sans-serif;
}

@media screen and (max-width: 1080px) {
  h1,
  h1 * {
    font-size: 40px;
  }
}

h1 span {
  position: relative;
}

h1 span::after {
  content: "";
  width: 100%;
  height: 2px;
  background: #ED4F15;
  position: absolute;
  left: 0;
  bottom: -2px;
}

h2,
h2 * {
  font: 700 48px/130% "Barlow", sans-serif;
}

@media screen and (max-width: 1080px) {
  h2,
  h2 * {
    font-size: 34px;
  }
}

h3,
h3 * {
  font: 700 38px/130% "Barlow", sans-serif;
}

@media screen and (max-width: 1080px) {
  h3,
  h3 * {
    font-size: 30px;
  }
}

h4,
h4 * {
  font: 700 30px/130% "Barlow", sans-serif;
}

@media screen and (max-width: 1080px) {
  h4,
  h4 * {
    font-size: 24px;
  }
}

h5,
h5 * {
  font: 700 24px/130% "Barlow", sans-serif;
}

@media screen and (max-width: 1080px) {
  h5,
  h5 * {
    font-size: 20px;
  }
}

h6,
h6 * {
  font: 700 20px/130% "Barlow", sans-serif;
}

@media screen and (max-width: 1080px) {
  h6,
  h6 * {
    font-size: 18px;
  }
}

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

.container {
  max-width: calc(1130px + 80px);
  width: 100%;
  padding: 0 40px;
  margin: 0 auto;
}

@media screen and (max-width: 1080px) {
  .container {
    padding: 0 24px;
  }
}

.nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  padding: 19px 0;
  -webkit-transition: .4s;
  transition: .4s;
}

@media screen and (max-width: 1080px) {
  .nav {
    padding: 16px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  }
}

.nav.fixed {
  padding: 12px 0;
  background: #070707;
}

@media screen and (max-width: 1080px) {
  .nav.fixed {
    padding: 16px 0;
  }
}

.nav.fixed .nav__logo img:first-of-type {
  display: none;
}

.nav.fixed .nav__logo img:last-of-type {
  display: block;
}

.nav.fixed .nav__actions .button {
  background: #ED4F15;
  border-color: #ED4F15;
}

.nav.fixed .nav__actions .button:hover {
  color: #ED4F15;
  border-color: #ED4F15;
  background: transparent;
}

.nav.fixed .nav__content::after {
  opacity: 0;
  visibility: hidden;
}

.nav.fixed .submenu {
  height: 67px;
  padding: 24px 0 0 0;
}

@media screen and (max-width: 1080px) {
  .nav.fixed .submenu {
    height: auto;
    padding: 0;
  }
}

.nav.open {
  background: #070707;
}

.nav.open .nav__logo img:first-of-type {
  display: none;
}

.nav.open .nav__logo img:last-of-type {
  display: block;
}

.nav.open .nav__menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.nav.open .nav__button {
  background: #070707;
}

.nav.open .nav__button::before {
  -webkit-transform: translateY(7px) rotate(-45deg);
          transform: translateY(7px) rotate(-45deg);
}

.nav.open .nav__button::after {
  -webkit-transform: translateY(-7px) rotate(45deg);
          transform: translateY(-7px) rotate(45deg);
}

.nav .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.nav__logo {
  position: relative;
  z-index: 9;
  display: block;
}

.nav__logo img {
  max-height: 24px;
}

.nav__logo img:last-of-type {
  display: none;
}

@media screen and (max-width: 1080px) {
  .nav__logo img {
    max-height: 20px;
  }
}

.nav__content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 120px;
}

.nav__content::after {
  content: "";
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.16);
  position: absolute;
  bottom: -19px;
  left: 0;
  z-index: 1;
}

@media screen and (max-width: 1080px) {
  .nav__content::after {
    display: none;
  }
}

.nav__menu {
  position: relative;
  z-index: 5;
}

@media screen and (max-width: 1080px) {
  .nav__menu {
    position: fixed;
    top: 69px;
    left: 0;
    width: 100%;
    height: calc(100% - 69px);
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    padding: 48px 24px 32px 24px;
    overflow-y: auto;
    background: #070707;
    -webkit-transition: .4s;
    transition: .4s;
  }
}

.nav__menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 80px;
  height: 16px;
}

@media screen and (max-width: 1080px) {
  .nav__menu ul {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 32px;
    margin: 0 0 40px 0;
  }
}

.nav__menu ul li {
  position: relative;
  opacity: .64;
  -webkit-transition: .4s;
  transition: .4s;
}

@media screen and (max-width: 1080px) {
  .nav__menu ul li {
    opacity: 1;
    width: 100%;
  }
}

.nav__menu ul li.submenu {
  padding: 30px 0 0 0;
  height: 80px;
}

@media screen and (max-width: 1080px) {
  .nav__menu ul li.submenu {
    height: auto;
    padding: 0;
  }
}

.nav__menu ul li.submenu::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #ED4F15;
  opacity: 0;
  -webkit-transition: .4s;
  transition: .4s;
}

@media screen and (max-width: 1080px) {
  .nav__menu ul li {
    height: auto;
    padding: 0;
  }
  .nav__menu ul li::after {
    display: none;
  }
}

.nav__menu ul li:hover {
  opacity: 1;
}

.nav__menu ul li:hover > a img {
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
}

.nav__menu ul li:hover div {
  opacity: 1;
  visibility: visible;
}

.nav__menu ul li:hover::after {
  opacity: 1;
}

.nav__menu ul li > a {
  font: 500 16px/1 "Barlow", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  color: #FFFFFF;
}

@media screen and (max-width: 1080px) {
  .nav__menu ul li > a {
    font-size: 20px;
  }
}

.nav__menu ul li > a img {
  -webkit-transition: .4s;
  transition: .4s;
}

@media screen and (max-width: 1080px) {
  .nav__menu ul li > a img {
    display: none;
  }
}

.nav__menu ul li div {
  padding: 8px 20px;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  opacity: 0;
  visibility: hidden;
  min-width: 300px;
  -webkit-transition: .3s;
  transition: .3s;
  background: #FFFFFF;
  overflow-y: auto;
  max-height: 320px;
}

@media screen and (max-width: 1080px) {
  .nav__menu ul li div {
    background: transparent;
    margin: 32px 0 0 0;
    position: relative;
    -webkit-transform: unset;
            transform: unset;
    max-height: initial;
    min-width: initial;
    width: 100%;
    border-left: 1px solid rgba(255, 255, 255, 0.16);
    padding: 0 0 0 16px;
    opacity: 1;
    visibility: visible;
  }
}

.nav__menu ul li div::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

.nav__menu ul li div::-webkit-scrollbar-track {
  background-color: rgba(7, 7, 7, 0.08);
  border-radius: 1000px;
}

.nav__menu ul li div::-webkit-scrollbar-thumb {
  border-radius: 1000px;
  background-color: rgba(7, 7, 7, 0.4);
}

.nav__menu ul li div a {
  padding: 12px 0;
  font: 400 15px/150% "Archivo", sans-serif;
  display: block;
  -webkit-transition: .4s;
  transition: .4s;
}

@media screen and (max-width: 1080px) {
  .nav__menu ul li div a {
    color: #FFFFFF;
  }
  .nav__menu ul li div a:first-of-type {
    padding-top: 0;
  }
  .nav__menu ul li div a:last-of-type {
    padding-bottom: 0;
  }
}

.nav__menu ul li div a:hover {
  color: #ED4F15;
  background: rgba(237, 79, 21, 0.04);
}

@media screen and (max-width: 1080px) {
  .nav__menu ul li div a:hover {
    background: #070707;
  }
}

.nav__menu ul li div a:not(:last-of-type) {
  border-bottom: 1px solid #EBEBEB;
}

@media screen and (max-width: 1080px) {
  .nav__menu ul li div a:not(:last-of-type) {
    border-color: rgba(255, 255, 255, 0.08);
  }
}

.nav__menu .button {
  display: none;
}

@media screen and (max-width: 1080px) {
  .nav__menu .button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.nav__actions {
  position: relative;
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}

@media screen and (max-width: 1080px) {
  .nav__actions .button {
    display: none;
  }
}

.nav__wpp {
  display: block;
}

.nav__wpp img {
  height: 100%;
}

@media screen and (max-width: 1080px) {
  .nav__wpp {
    width: 36px;
  }
}

.nav__button {
  position: relative;
  background: #FFFFFF;
  width: 24px;
  height: 2px;
  -webkit-transition: .4s;
  transition: .4s;
  display: none;
}

@media screen and (max-width: 1080px) {
  .nav__button {
    display: block;
  }
}

.nav__button::before, .nav__button::after {
  content: "";
  position: absolute;
  right: 0;
  width: 100%;
  height: 2px;
  background: #FFFFFF;
  -webkit-transition: 300ms ease;
  transition: 300ms ease;
}

.nav__button::before {
  top: -7px;
}

.nav__button::after {
  bottom: -7px;
}

.contato {
  padding: 128px 0 0 0;
  background: #070707;
  position: relative;
}

@media screen and (max-width: 1080px) {
  .contato {
    padding: 80px 0 0 0;
  }
}

.contato::after {
  content: "";
  width: 100%;
  height: calc(100% - 200px);
  background: #FFFFFF;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

@media screen and (max-width: 1080px) {
  .contato::after {
    display: none;
  }
}

.contato .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  z-index: 5;
}

@media screen and (max-width: 1080px) {
  .contato .container {
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.contato__infos {
  position: relative;
  z-index: 5;
  padding: 40px;
  max-width: 460px;
  min-width: 460px;
  margin: 0 -170px 0 0;
  width: 100%;
  background: #ED4F15 url("../assets/k.svg") center/cover no-repeat;
}

@media screen and (max-width: 1080px) {
  .contato__infos {
    margin: 0;
    min-width: initial;
    max-width: 100%;
    padding: 40px 24px;
  }
}

.contato__infos__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 24px;
  margin: 0 0 24px 0;
}

@media screen and (max-width: 1080px) {
  .contato__infos__item {
    gap: 20px;
    margin: 0 0 20px 0;
  }
}

@media screen and (max-width: 1080px) {
  .contato__infos__item img {
    width: 44px;
  }
}

.contato__infos__item div {
  padding: 2px 0 0 0;
}

.contato__infos__item div h6 {
  font: 700 14px/130% "Barlow", sans-serif;
  color: #FFFFFF;
  text-transform: uppercase;
  margin: 0 0 4px 0;
}

@media screen and (max-width: 1080px) {
  .contato__infos__item div h6 {
    font-size: 13px;
    margin: 0 0 2px 0;
  }
}

.contato__infos__item div p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}

.contato__infos__item div p,
.contato__infos__item div p * {
  font: 500 16px/150% "Archivo", sans-serif;
  color: #FFFFFF;
}

@media screen and (max-width: 1080px) {
  .contato__infos__item div p,
  .contato__infos__item div p * {
    font-size: 15px;
  }
}

.contato__infos__item div p span,
.contato__infos__item div p * span {
  display: block;
}

.contato__form {
  position: relative;
  max-width: 840px;
  min-width: 840px;
  width: 100%;
  padding: 48px 64px 40px 64px;
  background: #070707;
  border: 1px solid rgba(255, 255, 255, 0.08);
  z-index: 1;
}

@media screen and (max-width: 1080px) {
  .contato__form {
    max-width: 100%;
    min-width: initial;
    padding: 40px 24px;
    border: unset;
  }
}

.contato__form::after {
  content: "";
  width: 40px;
  height: 40px;
  background: #ED4F15;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translate(50%, -50%) rotate(45deg);
          transform: translate(50%, -50%) rotate(45deg);
}

@media screen and (max-width: 1080px) {
  .contato__form::after {
    display: none;
  }
}

.contato__form .title {
  margin: 0 0 48px 0;
}

@media screen and (max-width: 1080px) {
  .contato__form .title {
    display: 0 0 40px 0;
  }
}

.contato__form div {
  padding-left: 170px;
}

@media screen and (max-width: 1080px) {
  .contato__form div {
    padding-left: 0;
  }
}

.footer {
  background: #070707;
}

.footer * {
  color: #FFFFFF;
}

.footer a {
  -webkit-transition: .4s;
  transition: .4s;
}

.footer a:hover {
  color: #ED4F15;
}

.footer .container header {
  padding: 80px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 1080px) {
  .footer .container header {
    padding: 64px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 48px;
  }
}

.footer .container header > a {
  display: block;
}

.footer .container header ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 80px;
}

@media screen and (max-width: 1080px) {
  .footer .container header ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 32px 0;
  }
}

@media screen and (max-width: 1080px) {
  .footer .container header ul li {
    width: 50%;
  }
}

.footer .container header ul li a {
  font: 500 16px/1 "Archivo", sans-serif;
  opacity: .8;
  -webkit-transition: .4s;
  transition: .4s;
}

@media screen and (max-width: 1080px) {
  .footer .container header ul li a {
    font-size: 18px;
  }
}

.footer .container header ul li a:hover {
  opacity: 1;
}

.footer .container header div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}

.footer .container footer {
  padding: 32px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 1080px) {
  .footer .container footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
}

.footer .container footer p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  color: rgba(255, 255, 255, 0.5);
}

@media screen and (max-width: 1080px) {
  .footer .container footer p {
    gap: 4px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}

.footer .container footer p a {
  color: #FFFFFF;
}

.footer .container footer p a:hover {
  color: #ED4F15;
}

.footer .container footer p,
.footer .container footer a {
  color: rgba(255, 255, 255, 0.5);
  font: 200 13px/150% "Archivo", sans-serif;
}

.footer .container footer a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

.title {
  max-width: 700px;
  width: 100%;
  margin: 0 0 64px 0;
}

@media screen and (max-width: 1080px) {
  .title {
    margin: 0 0 40px 0;
  }
}

.title h6 {
  display: inline-block;
  padding: 0 0 16px 0;
  border-bottom: 2px solid #ED4F15;
  color: #ED4F15;
  margin: 0 0 32px 0;
  letter-spacing: 0.12em;
}

@media screen and (max-width: 1080px) {
  .title h6 {
    margin: 0 0 24px 0;
  }
}

.title h2 {
  font-size: 42px;
}

@media screen and (max-width: 1080px) {
  .title h2 {
    font-size: 32px;
  }
}

.title--no-margin {
  margin-bottom: 0;
}

.title--center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.title--center * {
  text-align: center;
}

.title--white * {
  color: #FFFFFF;
}

.modal-form {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.8);
  -webkit-transition: .4s;
  transition: .4s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.modal-form.closed {
  opacity: 0;
  visibility: hidden;
}

.modal-form .container {
  max-width: 640px;
}

@media screen and (max-width: 1080px) {
  .modal-form .container {
    padding: 0;
  }
}

.modal-form .container * {
  text-align: center;
}

.modal-form .container div {
  padding: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FFFFFF;
  -webkit-box-shadow: 0 0 64px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 64px rgba(0, 0, 0, 0.16);
}

@media screen and (max-width: 1080px) {
  .modal-form .container div {
    padding: 40px 24px;
  }
}

.modal-form .container div p {
  margin: 16px 0 32px 0;
}

@media screen and (max-width: 1080px) {
  .modal-form .container div p {
    margin: 12px 0 24px 0;
  }
}

.cookies {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 20px 0;
  background: #FFFFFF;
  z-index: 999;
  -webkit-transition: .4s;
  transition: .4s;
  -webkit-box-shadow: 0px -8px 64px rgba(0, 0, 0, 0.08);
          box-shadow: 0px -8px 64px rgba(0, 0, 0, 0.08);
  opacity: 0;
  visibility: hidden;
}

.cookies.open {
  opacity: 1;
  visibility: visible;
}

.cookies .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 1080px) {
  .cookies .container {
    display: block;
  }
}

.cookies .container p {
  max-width: 750px;
  width: 100%;
}

@media screen and (max-width: 1080px) {
  .cookies .container p,
  .cookies .container p * {
    font-size: 15px;
    line-height: 140%;
  }
}

@media screen and (max-width: 1080px) {
  .cookies .container button {
    width: 100%;
    display: block;
    margin: 16px 0 0 0;
  }
}

.button {
  font: 700 14px/10px "Archivo", sans-serif;
  text-transform: uppercase;
  color: #FFFFFF;
  border: 1px solid #ED4F15;
  background: #ED4F15;
  padding: 14px 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 32px;
  text-align: center;
  letter-spacing: 0.04em;
  -webkit-transition: .4s;
  transition: .4s;
}

.button::after {
  content: "";
  width: 22px;
  height: 22px;
  background: url("../assets/arrow-link.svg") center/contain no-repeat;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  -webkit-transition: .4s;
  transition: .4s;
}

.button:hover {
  color: #ED4F15;
  background: unset;
}

.button:hover::after {
  -webkit-filter: unset;
          filter: unset;
  -webkit-transform: translateX(3px);
          transform: translateX(3px);
}

.button--no-arrow {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.button--no-arrow::after {
  display: none;
}

.button--outline {
  border-color: #FFFFFF;
  background: transparent;
}

.button--outline::after {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.button--outline:hover {
  background: #FFFFFF;
  color: #ED4F15;
}

.button--outline:hover::after {
  -webkit-filter: unset;
          filter: unset;
}

.button--small {
  font-size: 13px;
  gap: 24px;
  padding: 10px 20px;
}

.button--download::after {
  background: url("../assets/download.svg") center/contain no-repeat;
}

.button--download:hover::after {
  -webkit-transform: unset;
          transform: unset;
}

.link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  text-transform: uppercase;
  text-decoration: underline;
  color: #ED4F15;
  font: 600 20px/1 "Barlow", sans-serif;
}

.link::after {
  content: "";
  width: 22px;
  height: 22px;
  background: url("../assets/arrow-link.svg") center/contain no-repeat;
  -webkit-transition: .4s;
  transition: .4s;
}

.link:hover::after {
  -webkit-transform: translateX(3px);
          transform: translateX(3px);
}

.link--white {
  color: #FFFFFF;
}

.link--white::after {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.produtos .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.produtos .container section {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 32px 24px;
}

@media screen and (max-width: 1080px) {
  .produtos .container section {
    gap: 32px;
  }
}

.produtos .container .button {
  margin: 56px 0 0 0;
}

@media screen and (max-width: 1080px) {
  .produtos .container .button {
    margin: 40px 0 0 0;
  }
}

.produtos .container footer {
  margin: 64px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
}

.produtos .container footer a,
.produtos .container footer span {
  font: 400 18px/1 "Archivo", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  -webkit-transition: .4s;
  transition: .4s;
}

.produtos .container footer a.current, .produtos .container footer a:hover,
.produtos .container footer span.current,
.produtos .container footer span:hover {
  background: #ED4F15;
  color: #FFFFFF;
}

.produtos .container footer a.next:hover, .produtos .container footer a.prev:hover,
.produtos .container footer span.next:hover,
.produtos .container footer span.prev:hover {
  background: #FFFFFF;
}

.card {
  max-width: 360px;
  width: 100%;
}

.card img {
  height: 160px;
  margin: 0 auto -80px auto;
}

.card article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.04);
  padding: 112px 24px 40px 24px;
  -webkit-transition: .4s;
  transition: .4s;
}

.card article * {
  text-align: center;
  -webkit-transition: .4s;
  transition: .4s;
}

.card article div {
  margin: 0 0 32px 0;
}

@media screen and (max-width: 1080px) {
  .card article div {
    margin: 0 0 24px 0;
  }
}

.card article div h5 {
  margin: 0 0 24px 0;
}

@media screen and (max-width: 1080px) {
  .card article div h5 {
    margin: 0 0 16px 0;
  }
}

.card:hover article {
  background: #ED4F15 url("../assets/w-card.svg") center/cover no-repeat;
}

.card:hover article * {
  color: #FFFFFF;
}

.card:hover article .link::after {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.politica-privacidade__banner {
  background: #ED4F15;
  padding: 200px 0 80px 0;
  margin: 0 0 80px 0;
}

@media screen and (max-width: 1080px) {
  .politica-privacidade__banner {
    padding: 120px 0 40px 0;
    margin: 0 0 48px 0;
  }
}

.politica-privacidade__banner .container h1 {
  text-align: center;
}

@media screen and (max-width: 1080px) {
  .politica-privacidade__banner .container h1 {
    font-size: 32px;
  }
}

.politica-privacidade__content .container {
  max-width: 750px;
}

.politica-privacidade__content .container h1,
.politica-privacidade__content .container h2,
.politica-privacidade__content .container h3,
.politica-privacidade__content .container h4,
.politica-privacidade__content .container h5,
.politica-privacidade__content .container h6 {
  margin: 48px 0 24px 0;
}

@media screen and (max-width: 1080px) {
  .politica-privacidade__content .container h1,
  .politica-privacidade__content .container h2,
  .politica-privacidade__content .container h3,
  .politica-privacidade__content .container h4,
  .politica-privacidade__content .container h5,
  .politica-privacidade__content .container h6 {
    margin: 48px 0 24px 0;
  }
}

.politica-privacidade__content .container img {
  width: 100%;
}

.politica-privacidade__content .container figure {
  display: block;
  margin: 40px 0;
}

@media screen and (max-width: 1080px) {
  .politica-privacidade__content .container figure {
    margin: 32px 0;
  }
}

.politica-privacidade__content .container figure figcaption {
  font: 400 14px/140% "Archivo", sans-serif;
  text-align: center;
  margin: 16px 0 0 0;
}

.politica-privacidade__content .container ol,
.politica-privacidade__content .container ul {
  margin: 32px 0 32px 16px;
}

@media screen and (max-width: 1080px) {
  .politica-privacidade__content .container ol,
  .politica-privacidade__content .container ul {
    margin: 24px 0 24px 16px;
  }
}

.politica-privacidade__content .container ol li,
.politica-privacidade__content .container ol li *,
.politica-privacidade__content .container ul li,
.politica-privacidade__content .container ul li * {
  color: #4C4C4C;
  font: 200 16px/150% "Archivo", sans-serif;
}

.politica-privacidade__content .container ol li a,
.politica-privacidade__content .container ol li * a,
.politica-privacidade__content .container ul li a,
.politica-privacidade__content .container ul li * a {
  color: #ED4F15;
  font-weight: 600;
  text-decoration: underline;
}

.politica-privacidade__content .container ol li strong,
.politica-privacidade__content .container ol li * strong,
.politica-privacidade__content .container ul li strong,
.politica-privacidade__content .container ul li * strong {
  font-weight: 600;
}

.politica-privacidade__content .container ol li:not(:last-of-type),
.politica-privacidade__content .container ul li:not(:last-of-type) {
  margin: 0 0 4px 0;
}

.politica-privacidade__content .container ul li {
  list-style: disc;
}

.politica-privacidade__content .container ol li {
  list-style: decimal;
}

.politica-privacidade__content .container p {
  margin: 0 0 32px 0;
}

@media screen and (max-width: 1080px) {
  .politica-privacidade__content .container p {
    margin: 0 0 16px 0;
  }
}
/*# sourceMappingURL=main.css.map */