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

strong {
  font-weight: bold;
}

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

body {
  line-height: 1;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

*,
*::before,
*::after {
  box-sizing: border-box;
}

html, body {
  width: 100%;
  min-height: 100%;
}

button,
input,
optgroup,
select,
textarea, html input[type=button],
input[type=reset],
input[type=submit], button[disabled],
html input[disabled], button::-moz-focus-inner,
input::-moz-focus-inner, input[type=checkbox],
input[type=radio], input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button, input[type=search], input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  border: none;
  background-image: none;
  background-color: transparent;
  box-shadow: none;
}

html {
  font-size: 62.5%;
}
@media (max-width: 900px) {
  html {
    font-size: 50%;
  }
}

html, body {
  width: 100%;
  font-family: "Roboto", sans-serif;
  color: #000000;
}

body {
  font-size: 1.5rem;
}

.text--h1 {
  color: #fff;
}
.text--h2 {
  color: #fff;
}
.text--h3 {
  color: #fff;
  font-family: "Plus Jakarta Sans";
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 60px;
  letter-spacing: -1.44px;
}
.text--h4 {
  color: #fff;
  font-family: "Plus Jakarta Sans";
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  letter-spacing: -0.9px;
}
.text--14 {
  color: #fff;
  font-family: "Plus Jakarta Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
}
.text--14 a {
  color: inherit;
  text-decoration: none;
}
.text--20 {
  color: #ECECEB;
  font-family: "Plus Jakarta Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 31px;
}
.text--menu-bold {
  color: #fff;
  font-family: "Plus Jakarta Sans";
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration: none;
}
.text--big-title-white {
  color: #fff;
  font-family: "Plus Jakarta Sans";
  font-size: 8.6rem;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.text--big-title-grey {
  color: rgba(255, 255, 255, 0.1);
  font-family: "Plus Jakarta Sans";
  font-size: 8.6rem;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.right label,
.right input {
  color: #fff;
  font-family: "Plus Jakarta Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
}
.right label a,
.right input a {
  color: inherit;
  text-decoration: none;
}

/* ============= FONTS ============ */
/* =========== SECTIONS =========== */
.header {
  position: fixed;
  z-index: 999;
  width: 100%;
  padding: 16px 3vw 32px 3vw;
  background: #ccc;
  text-align: center;
  background-color: transparent;
  transition: 1.5s all ease;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  mask-image: linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0.7) 75%, rgba(0, 0, 0, 0.3) 85%, rgba(0, 0, 0, 0) 100%);
  -webkit-mask-image: linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0.7) 75%, rgba(0, 0, 0, 0.3) 85%, rgba(0, 0, 0, 0) 100%);
}
.header .logo {
  width: 25%;
  display: flex;
  justify-content: flex-start;
  cursor: default;
}
.header .logo img {
  cursor: pointer;
}
.header nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 5;
}
.header nav button {
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 4px;
  border: 0.5px solid #fff;
}
.header nav img {
  width: 100px;
  transition: width 0.2s ease;
}
.header .nav-links {
  display: flex;
  gap: 8px;
}
.header .nav-links__products {
  cursor: pointer;
  display: flex;
  align-items: center;
  border: 0.5px solid #fff;
  gap: 0.8rem;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 4px;
  height: 45px;
  transition: 0.5s all ease;
}
.header .nav-links__products svg {
  transition: 0.5s all ease;
}
.header .nav-links__products svg.rotate {
  transform: rotate(180deg);
}
.header .nav-links__products:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.header .nav-links__products.active {
  background: #eb1e26;
  border: none;
}
.header .nav-links__products .products-button {
  border: 0.5px solid transparent;
  padding: 0;
  color: floralwhite;
}
.header .nav-links__products .products-button:hover {
  background: unset;
}
.header .nav-links button:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.header .contact-icons {
  display: flex;
  align-items: center;
  gap: 32px;
  width: 25%;
  justify-content: flex-end;
}
.header .contact-icons a:hover {
  filter: brightness(0.7);
}
.header .contact-icons a {
  color: white;
  text-decoration: none;
  font-size: 14px;
  transition: 0.3s all ease;
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.header .whatsapp-icon {
  background-color: #ff0000;
  padding: 14px;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .whatsapp-icon img {
  height: 20px;
  width: 20px;
}
.header .products-menu {
  position: fixed;
  top: 0;
  left: 0;
  height: auto;
  min-height: 100vh;
  width: 100%;
  background: #000;
  z-index: 4;
  transform: translateY(-100%);
  transition: 0.5s all ease;
  display: flex;
  padding-top: 20vh;
  overflow-y: scroll;
  height: 80vh;
}
.header .products-menu::-webkit-scrollbar {
  width: 12px;
}
.header .products-menu::-webkit-scrollbar-track {
  background: transparent;
}
.header .products-menu::-webkit-scrollbar-thumb {
  background-color: transparent;
  border-radius: 20px;
  border: 3px solid transparent;
}
.header .products-menu__left {
  width: 35%;
  display: flex;
  justify-content: flex-start;
  padding: 3.2rem;
  padding-left: 3vw;
}
.header .products-menu__left .close svg {
  cursor: pointer;
}
.header .products-menu__left .close svg:hover path {
  stroke: #7e7e7e;
}
.header .products-menu__right {
  width: 65%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 3.2rem 3vw 15rem 3.2rem;
}
.header .products-menu__right a {
  text-decoration: none;
}
.header .products-menu__right .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 1.2rem;
}
.header .products-menu__right .item:hover .category {
  color: white;
}
.header .products-menu__right .item:hover .index {
  color: white;
}
.header .products-menu__right .item:hover svg path {
  stroke: #eb1e26;
}
.header .products-menu__right .item .item-wrapper {
  display: flex;
  gap: 7.2rem;
  margin-bottom: 1rem;
}
.header .products-menu__right .item .index {
  color: #7e7e7e;
  font-family: Inter;
  font-size: 1.4rem;
  margin-top: 18px;
  transition: all 0.3s ease;
}
.header .products-menu__right .item .category {
  color: #7e7e7e;
  font-family: "Plus Jakarta Sans";
  font-size: 4.8rem;
  line-height: 60px;
  letter-spacing: -1.44px;
  transition: all 0.3s ease;
  text-align: left;
}
.header .products-menu.active {
  transform: translateX(0);
}
.header.going-down {
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  padding: 1rem 2rem;
}
.header.going-down .logo img {
  transition: width 0.2s ease;
  width: 80px;
}
.header.header-gradient {
  background: linear-gradient(180deg, rgba(10, 11, 27, 0.8) 48.32%, rgba(10, 11, 27, 0) 100%);
}

.header-mobile {
  display: none;
  background-color: transparent;
  padding: 3.2rem;
  transition: 1.5s all ease;
  position: fixed;
  z-index: 999;
  width: 100%;
}
.header-mobile nav {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.header-mobile nav .left {
  z-index: 5;
}
.header-mobile nav .left .logo img {
  width: 86px;
  height: 90px;
}
.header-mobile nav .right {
  z-index: 5;
  display: flex;
  gap: 8px;
  align-items: center;
}
.header-mobile nav .right .whatsapp-icon-mobile {
  display: flex;
  height: 43px;
  padding: 14px;
  align-items: center;
  gap: 8px;
  border-radius: 4px;
  border: 1px solid #eb1e26;
  cursor: pointer;
}
.header-mobile nav .right .item-menu {
  display: flex;
  height: 43px;
  padding: 14px;
  align-items: center;
  gap: 8px;
  border-radius: 4px;
  background: #eb1e26;
  cursor: pointer;
}
.header-mobile .product-section {
  width: 100%;
  padding-top: 1.6rem;
}
.header-mobile .product-section .button {
  width: 100%;
}
.header-mobile .product-section .button .btn {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-left: 20px;
  padding-right: 20px;
}
.header-mobile .products-menu-mobile {
  position: fixed;
  top: 0;
  left: 0;
  height: auto;
  min-height: 100vh;
  width: 100%;
  background: #000;
  z-index: 4;
  transform: translateY(-100%);
  transition: 0.5s all ease;
  display: flex;
  padding-top: 18vh;
  overflow-y: scroll;
  height: 80vh;
}
.header-mobile .products-menu-mobile::-webkit-scrollbar {
  width: 12px;
}
.header-mobile .products-menu-mobile::-webkit-scrollbar-track {
  background: transparent;
}
.header-mobile .products-menu-mobile::-webkit-scrollbar-thumb {
  background-color: transparent;
  border-radius: 20px;
  border: 3px solid transparent;
}
.header-mobile .products-menu-mobile__left {
  width: 15%;
  display: flex;
  justify-content: flex-start;
  padding: 3.2rem;
  padding-left: 3vw;
}
.header-mobile .products-menu-mobile__left .close svg {
  cursor: pointer;
  width: 35px;
}
.header-mobile .products-menu-mobile__left .close svg:hover path {
  stroke: #7e7e7e;
}
.header-mobile .products-menu-mobile__right {
  width: 85%;
  display: flex;
  flex-direction: column;
  gap: 3rem;
  align-items: center;
  padding: 4rem 3vw 15rem 3.2rem;
}
.header-mobile .products-menu-mobile__right a {
  text-decoration: none;
}
.header-mobile .products-menu-mobile__right .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.header-mobile .products-menu-mobile__right .item:hover .category {
  color: white;
}
.header-mobile .products-menu-mobile__right .item:hover .index {
  color: white;
}
.header-mobile .products-menu-mobile__right .item:hover svg path {
  stroke: #eb1e26;
}
.header-mobile .products-menu-mobile__right .item .item-wrapper {
  display: flex;
  gap: 2.2rem;
}
.header-mobile .products-menu-mobile__right .item .index {
  color: #7e7e7e;
  font-family: Inter;
  font-size: 1.4rem;
  margin-top: 18px;
}
.header-mobile .products-menu-mobile__right .item .category {
  color: #7e7e7e;
  font-family: "Plus Jakarta Sans";
  font-size: 2.4rem;
  line-height: 40px;
}
.header-mobile .products-menu-mobile__right .item svg {
  width: 25px;
}
.header-mobile .products-menu-mobile.active {
  transform: translateX(0);
}
.header-mobile .sections-menu-mobile {
  position: fixed;
  top: 0;
  left: 0;
  height: auto;
  min-height: 100vh;
  width: 100%;
  background: #000;
  z-index: 10;
  transform: translateY(-100%);
  transition: 0.5s all ease;
  display: flex;
}
.header-mobile .sections-menu-mobile .close {
  position: absolute;
  right: 3rem;
  top: 3rem;
}
.header-mobile .sections-menu-mobile .close svg {
  width: 35px;
  cursor: pointer;
}
.header-mobile .sections-menu-mobile .close svg:hover path {
  stroke: #7e7e7e;
}
.header-mobile .sections-menu-mobile__navigation {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  justify-content: space-between;
  padding: 15vh 0;
}
.header-mobile .sections-menu-mobile__navigation a {
  color: #7e7e7e;
  font-family: "Plus Jakarta Sans";
  font-size: 3rem;
  line-height: 30px;
  text-decoration: none;
  cursor: pointer;
}
.header-mobile .sections-menu-mobile__navigation a:hover {
  color: #eb1e26;
}
.header-mobile .sections-menu-mobile__navigation a:hover svg path {
  stroke: #eb1e26;
}
.header-mobile .sections-menu-mobile.active {
  transform: translateX(0);
}
.header-mobile.going-down {
  transform: translateY(-200%);
}
.header-mobile.header-gradient {
  background: linear-gradient(180deg, rgba(10, 11, 27, 0.8) 48.32%, rgba(10, 11, 27, 0) 100%);
}

@media (max-width: 900px) {
  .header {
    display: none;
  }
  .header-mobile {
    display: block;
  }
}
.footer {
  width: 100%;
  height: auto;
  padding: 7.2rem;
  display: flex;
  flex-direction: column;
  background-color: black;
}
.footer a {
  transition: all 0.3s ease;
}
.footer a:hover {
  filter: brightness(0.7);
}
.footer__container {
  height: 541px;
  width: 100%;
  display: flex;
}
.footer__container li {
  margin-bottom: 2rem;
}
.footer__container__column {
  flex: 1;
  padding: 3.2rem 0;
  border-top: solid 1px rgba(255, 255, 255, 0.3);
  display: flex;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.footer__container__column ul {
  margin-right: 1.5rem;
}
.footer__container__column.products {
  display: flex;
  gap: 1.2rem;
  flex-direction: column;
  justify-content: start;
  border-top: solid 1px red;
  overflow: unset;
  z-index: unset;
}
.footer__container__column.products ul li {
  text-wrap: nowrap;
  margin-bottom: 1.6rem;
  width: 47%;
  font-size: 1.6rem;
}
.footer__container__column:first-child {
  justify-content: start;
}
.footer__container__column .social-icons {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.footer__container__column .social-icons .icon {
  width: 4rem;
  height: 4rem;
  padding: 0.5rem;
  background-color: red;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer__container__column .map {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding: 1.5rem 0;
  border-bottom: solid 1px white;
}
.footer__container__column .map img {
  cursor: pointer;
}
.footer__container__column .map img:hover {
  filter: brightness(0.7);
}
.footer__container__column .certifications {
  display: flex;
  align-items: self-start;
  gap: 0.8rem;
}
.footer__container__column .certifications img {
  width: 111px;
}
.footer__container .address {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.footer__container .address .phone {
  cursor: pointer;
}
.footer__bottom {
  padding-top: 0.8rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.footer__bottom .a_deen {
  width: 40px;
  position: relative;
  opacity: 0.26;
  display: flex;
  justify-content: flex-end;
}
.footer__bottom .a_deen svg {
  width: 40px;
  height: 15px;
}
.footer__bottom .a_deen svg path {
  stroke-dasharray: 800;
  transition: all 2s cubic-bezier(0.47, 0, 0.745, 0.715);
  stroke: #fff;
}
.footer__bottom .a_deen svg:hover path {
  animation-name: deen;
  animation-timing-function: linear;
  animation-duration: 5s;
  animation-fill-mode: forwards;
}
@keyframes deen {
  0% {
    stroke-dashoffset: 800;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

.mobile-footer {
  display: none;
  width: 100%;
  height: auto;
  padding: 3rem;
  flex-direction: column;
  background-color: black;
}
.mobile-footer a:hover {
  filter: brightness(0.7);
}
.mobile-footer__container {
  height: auto;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.mobile-footer__container li {
  margin-bottom: 2rem;
}
.mobile-footer__container__column {
  flex: 1;
  padding-top: 3rem;
  padding-bottom: 0.7rem;
  border-top: solid 1px rgba(255, 255, 255, 0.3);
  display: flex;
}
.mobile-footer__container__column .social-icons {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding: 3.5rem 0;
}
.mobile-footer__container__column .social-icons .icon {
  width: 4rem;
  height: 4rem;
  padding: 0.5rem;
  background-color: red;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mobile-footer__container__column .map {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding: 3.5rem 0 2rem 0;
  border-bottom: solid 1px white;
}
.mobile-footer__container__column .map img {
  cursor: pointer;
}
.mobile-footer__container__column .map img:hover {
  filter: brightness(0.7);
}
.mobile-footer__container__column .certifications {
  display: flex;
  align-items: self-start;
  gap: 0.8rem;
  padding: 3rem 0;
}
.mobile-footer__container__column .certifications img {
  width: 90px;
}
.mobile-footer__container .address {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.mobile-footer__container .address .phone {
  cursor: pointer;
  font-size: 3rem;
}
.mobile-footer__bottom {
  padding-top: 0.8rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.mobile-footer__bottom .a_deen {
  width: 40px;
  position: relative;
  opacity: 0.26;
  display: flex;
  justify-content: flex-end;
}
.mobile-footer__bottom .a_deen svg {
  width: 40px;
  height: 15px;
}
.mobile-footer__bottom .a_deen svg path {
  stroke-dasharray: 800;
  transition: all 2s cubic-bezier(0.47, 0, 0.745, 0.715);
  stroke: #fff;
}
.mobile-footer__bottom .a_deen svg:hover path {
  animation-name: deen;
  animation-timing-function: linear;
  animation-duration: 5s;
  animation-fill-mode: forwards;
}
@keyframes deen {
  0% {
    stroke-dashoffset: 800;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

@media (max-width: 900px) {
  .footer {
    display: none;
  }
  .mobile-footer {
    display: block;
  }
}
/* ============ PAGES ============= */
.home {
  position: relative;
  z-index: 2;
  overflow: hidden;
  background-color: #000;
}
.home a {
  text-decoration: none;
}
.home__institutional {
  position: relative;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: #000000;
  padding: 11vw 0px 6vw 0px;
}
.home__institutional .setores-title {
  font-size: 3rem;
  text-align: center;
  display: flex;
  position: relative;
  top: 8vh;
  padding-top: 5vh;
  font-family: "Plus Jakarta Sans";
}
.home__institutional .setores-title::before {
  content: "";
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 1px;
  background-color: #ffffff;
  opacity: 0.8;
}
.home__institutional__marquee {
  display: flex;
  text-align: center;
  white-space: nowrap;
  flex-direction: column;
  align-items: center;
}
.home__institutional__marquee .row {
  display: flex;
  gap: 2rem;
}
.home__institutional__marquee h1 {
  font-size: 4vw;
}
.home__institutional .button {
  padding-top: 7rem;
  display: flex;
  align-items: flex-start;
  gap: 5px;
}
.home__institutional .btn--second img {
  width: 16px;
  height: 16px;
}
.home__institutional__items {
  margin-top: 10vh;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
  -moz-column-gap: 15vw;
       column-gap: 15vw;
  justify-content: space-around;
  padding: 4rem;
}
.home__institutional__items .item {
  background-color: #000;
  color: #fff;
  text-align: left;
  border-radius: 10px;
  display: flex;
  width: 374px;
  align-items: flex-start;
  gap: 24px;
}
.home__institutional__items .item__image {
  margin-bottom: 15px;
  border-radius: 70px;
  padding: 20px;
  border: solid 1px #fff;
}
.home__institutional__items .item__image img {
  width: 40px;
  height: auto;
}
.home__institutional__items .item .title {
  border-bottom: solid 1px white;
  padding-bottom: 18.5px;
  margin-bottom: 21.5px;
}
.home__institutional__items .item .subtitle {
  color: #7E7E7E;
}
.home__image-carousel {
  position: relative;
  height: auto;
  display: flex;
  flex-direction: column;
  background: #000;
  margin: 3.2rem;
  border-radius: 12px;
  height: 90vh;
}
.home__image-carousel .left-arrow {
  z-index: 5;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: rotate(180deg);
  cursor: pointer;
}
.home__image-carousel .left-arrow.slick-disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.home__image-carousel .right-arrow {
  z-index: 5;
  position: absolute;
  top: 50%;
  right: 20px;
  cursor: pointer;
}
.home__image-carousel .right-arrow.slick-disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.home__image-carousel .background {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  filter: brightness(0.8);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 0;
}
.home__image-carousel .background.active {
  opacity: 1;
}
.home__image-carousel .background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
}
.home__image-carousel .label {
  position: absolute;
  top: 40px;
  left: 70px;
  z-index: 2;
  font-size: 20px;
}
@media (min-width: 1400px) {
  .home__image-carousel .label {
    font-size: 22px;
  }
}
.home__image-carousel .cards {
  display: flex;
  z-index: 2;
  height: 100%;
}
.home__image-carousel .cards .slick-track {
  display: flex;
  align-items: center;
  height: 100%;
}
.home__image-carousel .cards .image-card {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 4rem;
  height: 90vh;
  position: relative;
  transition: all 0.3s ease;
}
.home__image-carousel .cards .image-card:nth-child(n+2) {
  border-left: solid 1px rgba(255, 255, 255, 0.15);
}
.home__image-carousel .cards .image-card:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.8));
  transition: background 0.3s ease-in-out, filter 0.3s ease-in-out;
  z-index: 1;
}
.home__image-carousel .cards .image-card .content {
  position: relative;
  z-index: 2;
  align-items: flex-end;
}
.home__image-carousel .cards .image-card .content__title {
  padding-bottom: 24px;
  font-size: 22px;
}
@media (min-width: 1400px) {
  .home__image-carousel .cards .image-card .content__title {
    font-size: 26px;
  }
}
.home__image-carousel .cards .image-card .content__subtitle {
  color: #7E7E7E;
  padding: 26px 0 26px 0;
  border-top: solid 1px white;
  display: none;
}
.home__image-carousel .cards .image-card .content__bottom {
  color: white;
  display: flex;
  justify-content: space-between;
}
.home__image-carousel .cards .image-card .content__bottom .link {
  display: none;
}
.home__image-carousel .cards .image-card:hover {
  border-bottom: 6px solid red;
}
.home__image-carousel .cards .image-card:hover:before {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.9));
  filter: brightness(0.7);
}
.home__image-carousel .cards .image-card:hover .content__subtitle {
  display: block;
}
.home__image-carousel .cards .image-card:hover .content__bottom .link {
  display: block;
}
.home .tech-carousel {
  position: relative;
  height: 80vh;
  background: #000;
  margin: 0 2.6rem 3.2rem 2.2rem;
}
.home .tech-carousel__label {
  max-width: 30%;
  position: absolute;
  top: 40px;
  left: 70px;
  color: #ffffff;
  z-index: 10;
}
.home .tech-carousel .left-arrow {
  z-index: 5;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: rotate(180deg);
  cursor: pointer;
}
.home .tech-carousel .left-arrow.slick-disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.home .tech-carousel .right-arrow {
  z-index: 5;
  position: absolute;
  top: 50%;
  right: 20px;
  cursor: pointer;
}
.home .tech-carousel .right-arrow.slick-disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.home .tech-carousel .cards {
  z-index: 2;
}
.home .tech-carousel .cards .slick-track {
  display: flex;
  align-items: center;
  gap: 1rem;
  height: 100%;
}
.home .tech-carousel .cards .tech-card {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 4rem;
  border-radius: 10px;
  height: 80vh;
  position: relative;
  flex: 1;
  transition: all 0.6s ease;
  will-change: transform;
  overflow: hidden;
}
.home .tech-carousel .cards .tech-card img {
  transition: all 0.6s ease;
}
.home .tech-carousel .cards .tech-card:hover .background img {
  transform: scale(1.1);
  border-radius: 10px;
}
.home .tech-carousel .cards .tech-card .content {
  z-index: 5;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.home .tech-carousel .cards .tech-card .content .link {
  color: #ECECEB;
}
.home .tech-carousel .cards .tech-card .background {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  filter: brightness(0.5);
}
.home .tech-carousel .cards .tech-card .background img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}
.home__slider div {
  height: 200px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  background-color: #EAEAEA;
}

@media (max-width: 900px) {
  .home__institutional {
    padding-bottom: 0;
    width: 100%;
  }
  .home__institutional__marquee h1 {
    font-size: 7vw;
  }
  .home__institutional .button {
    transform: scale(0.9);
    font-size: 12px;
  }
  .home__institutional__items {
    width: 100%;
    padding: 3rem 0;
    transform: scale(0.85);
    grid-template-columns: repeat(1, 1fr);
    margin-top: 0;
  }
  .home__image-carousel .label {
    top: 30px;
    left: 30px;
    color: white;
  }
  .home__image-carousel .left-arrow {
    transform: scale(0.8) rotate(180deg);
    top: 40%;
  }
  .home__image-carousel .right-arrow {
    transform: scale(0.8);
    top: 40%;
  }
  .home__image-carousel .cards .image-card:nth-child(n+2) {
    border-left: none;
  }
  .home__image-carousel .cards .image-card .content__subtitle {
    display: block;
  }
  .home__image-carousel .cards .image-card .content__bottom .link {
    display: block;
  }
  .home__image-carousel .cards .image-card:hover {
    border-bottom: none;
  }
  .home .tech-carousel__label {
    max-width: 80%;
    position: absolute;
    top: 40px;
    left: 50px;
    font-size: 3.5rem;
    line-height: 35px;
  }
  .home .tech-carousel .left-arrow {
    transform: scale(0.8) rotate(180deg);
    top: 40%;
  }
  .home .tech-carousel .right-arrow {
    transform: scale(0.8);
    top: 40%;
  }
  .home .tech-carousel .cards .tech-card .content .link {
    font-size: 2.8rem;
  }
  .home .tech-carousel .cards .tech-card .content img {
    transform: scale(0.85);
  }
  .home .tech-carousel .cards .tech-card:hover {
    flex: 1;
  }
}
.products {
  position: relative;
  z-index: 1;
  background-color: #000;
}
.products__buttons {
  padding: 0 6.4rem 0 6.4rem;
  display: none;
  gap: 0.8rem;
  transition: top 0.3s ease, opacity 3s ease;
}
.products__buttons .btn {
  background: #000;
}
.products__buttons .light-mode {
  background: #E6E6E6;
  color: #000;
  border-color: #000;
}
.products__buttons .btn--red {
  background: #EB1E26;
  color: white;
  border: none;
}
.products__buttons.fixed-position {
  position: fixed;
  z-index: 10;
  top: 3rem;
  opacity: 1;
  display: flex;
}
.products__buttons:not(.fixed-position) {
  opacity: 0;
}
.products__buttons .btn:hover {
  filter: brightness(0.7);
}

@media (max-width: 900px) {
  .products__buttons {
    padding: 3.2rem 5vw 3.2rem 5vw;
    display: flex;
    flex-wrap: wrap;
    opacity: 1;
    position: relative;
  }
  .products__buttons .btn {
    border: 0.7px solid white;
    flex: 1;
    justify-content: center;
  }
  .products__buttons .btn--red {
    border-color: #EB1E26;
  }
  .products__buttons.fixed-position {
    position: relative;
    display: flex;
  }
  .products__buttons:not(.fixed-position) {
    opacity: 1;
  }
}
.product-detail {
  position: relative;
  z-index: 2;
  background-color: #000;
}
.product-detail .product-scroll__first-card {
  background: #232425;
}
.product-detail .image-carousel {
  position: relative;
  height: auto;
  display: flex;
  flex-direction: column;
  background: #000;
  padding: 3.2rem 0 3.2rem 3.2rem;
  height: 100vh;
}
.product-detail .image-carousel .main-title {
  margin-bottom: 3.6rem;
}
.product-detail .image-carousel .cards {
  display: flex;
  height: 100%;
}
.product-detail .image-carousel .cards .slick-track {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  height: 100%;
}
.product-detail .image-carousel .cards .image-card {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 4rem;
  border-radius: 10px;
  width: 35vw;
  position: relative;
  cursor: pointer;
}
.product-detail .image-carousel .cards .image-card .background {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  filter: brightness(0.6);
}
.product-detail .image-carousel .cards .image-card .background img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.product-detail .image-carousel .cards .image-card .title {
  color: white;
  justify-content: flex-end;
  z-index: 1;
}
.product-detail .image-carousel .arrows {
  display: flex;
  margin-top: 3.2rem;
  gap: 33px;
}
.product-detail .image-carousel .arrows svg {
  cursor: pointer;
  pointer-events: all;
}
.product-detail .image-carousel .arrows svg.slick-disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.product-detail .image-carousel .slider-image-cards-pagination {
  padding: 32px 32px 32px 0px;
}
.product-detail .image-carousel .slider-image-cards-pagination ul {
  display: flex;
  height: 2px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  gap: 8px;
}
.product-detail .image-carousel .slider-image-cards-pagination ul li {
  background: rgba(255, 255, 255, 0.3);
  flex: 1;
}
.product-detail .image-carousel .slider-image-cards-pagination ul li.slick-active {
  background-color: #EB1E26;
}

@media (max-width: 900px) {
  .product-detail .image-carousel {
    padding: 5vw;
  }
  .product-detail .image-carousel .main-title {
    font-size: 40px;
  }
  .product-detail .image-carousel .cards .slick-track {
    gap: 0;
  }
  .product-detail .image-carousel .cards .image-card .title {
    font-size: 26px;
  }
}
.quality {
  position: relative;
  z-index: 2;
  background-color: #000;
}
.quality__highlight-phrase {
  position: relative;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.quality__highlight-phrase .background {
  z-index: -1;
  filter: brightness(0.6);
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
}
.quality__highlight-phrase .background img,
.quality__highlight-phrase .background video {
  height: 100vh;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.quality__highlight-phrase .phrase {
  max-width: 55vw;
  text-align: center;
}
.quality__process {
  background-color: #000;
  height: 100vh;
  padding: 6.4rem 0 6.4rem 6.4rem;
  display: flex;
}
.quality__process .left {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 4rem;
  padding: 0 40vh 0 0;
  height: -moz-fit-content;
  height: fit-content;
  position: sticky;
  top: 2rem;
}
.quality__process .left .description {
  color: #ECECEB;
}
.quality__process .right {
  width: 50%;
}
.quality__process .right .image-carousel {
  position: relative;
  height: auto;
  display: flex;
  flex-direction: column;
  background: #000;
}
.quality__process .right .image-carousel .cards {
  display: flex;
  height: 100%;
}
.quality__process .right .image-carousel .cards .slick-track {
  display: flex;
  align-items: center;
  gap: 3.2rem;
  height: 100%;
}
.quality__process .right .image-carousel .cards .image-card {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 4rem;
  border-radius: 10px;
  width: 35vw;
  height: 30vw;
  position: relative;
}
.quality__process .right .image-carousel .cards .image-card .background {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  filter: brightness(0.8);
}
.quality__process .right .image-carousel .cards .image-card .background img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}
.quality__process .right .image-carousel .arrows {
  display: flex;
  margin-top: 3.2rem;
  gap: 33px;
}
.quality__process .right .image-carousel .arrows svg {
  cursor: pointer;
  pointer-events: all;
}
.quality__process .right .image-carousel .arrows svg.slick-disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.quality__process .right .image-carousel .slider-image-cards-pagination {
  padding: 32px 32px 32px 0px;
}
.quality__process .right .image-carousel .slider-image-cards-pagination ul {
  display: flex;
  height: 2px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  gap: 8px;
}
.quality__process .right .image-carousel .slider-image-cards-pagination ul li {
  background: rgba(255, 255, 255, 0.3);
  flex: 1;
}
.quality__process .right .image-carousel .slider-image-cards-pagination ul li.slick-active {
  background-color: #EB1E26;
}
.quality__video {
  background-color: #000;
  height: auto;
  padding: 8rem 12rem 12rem 12rem;
}
.quality__video .container {
  padding: 1.6rem;
  gap: 2.4rem;
  display: flex;
  width: 80vw;
}
.quality__video .container .left {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  position: relative;
  cursor: pointer;
}
.quality__video .container .left a {
  z-index: 5;
  width: 100%;
  height: 100%;
}
.quality__video .container .left .background {
  z-index: 1;
  filter: brightness(0.6);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.quality__video .container .left .background img,
.quality__video .container .left .background video {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.quality__video .container .left .logo {
  z-index: 2;
  position: absolute;
}
.quality__video .container .right {
  display: flex;
  flex-direction: column;
  padding: 0 4.8rem;
  gap: 4rem;
  width: 50%;
  position: relative;
}
.quality__badges {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding: 12.8rem 6.4rem 11.2rem 6.4rem;
  display: flex;
  gap: 2.4rem;
}
.quality__badges .left {
  width: 40%;
  display: flex;
  flex-direction: column;
  gap: 4rem;
  padding: 0 30vh 0 0;
  height: -moz-fit-content;
  height: fit-content;
  position: sticky;
  top: 7.5rem;
}
@media (max-width: 1200px) {
  .quality__badges .left {
    width: 50%;
  }
}
.quality__badges .left .description {
  color: #ECECEB;
}
.quality__badges .right {
  padding: 6.4rem 6.4rem 0 0;
  width: 50%;
}
.quality__badges .right .items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5.6rem;
  -moz-column-gap: 5.6rem;
       column-gap: 5.6rem;
  justify-content: space-around;
}
@media (max-width: 1200px) {
  .quality__badges .right .items {
    grid-template-columns: 1fr;
  }
}
.quality__badges .right .items .item {
  background-color: #000;
  color: #fff;
  text-align: left;
  border-radius: 10px;
  display: flex;
  width: 374px;
  align-items: flex-start;
  gap: 24px;
}
.quality__badges .right .items .item__image {
  margin-bottom: 15px;
  border-radius: 70px;
  padding: 20px;
  border: solid 1px #fff;
}
.quality__badges .right .items .item__image img {
  width: 40px;
}
.quality__badges .right .items .item .title {
  border-bottom: solid 1px white;
  padding-bottom: 18.5px;
  margin-bottom: 21.5px;
}
.quality__badges .right .items .item .subtitle {
  color: #7E7E7E;
}
.quality__certificates {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
  padding-left: 6.4rem;
}
.quality__certificates .small-image-carousel {
  position: relative;
  height: auto;
  display: flex;
  flex-direction: column;
  background: #000;
}
.quality__certificates .small-image-carousel .cards {
  display: flex;
  height: 100%;
}
.quality__certificates .small-image-carousel .cards .slick-track {
  display: flex;
  align-items: center;
  gap: 3.2rem;
  height: 100%;
}
.quality__certificates .small-image-carousel .cards .image-card {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;
  border-radius: 10px;
  width: 20vw;
  height: 25vw;
  position: relative;
  text-align: center;
  gap: 2.4rem;
  transition: background-color 0.7s ease;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 1;
}
.quality__certificates .small-image-carousel .cards .image-card .background-shadow {
  transition: background-color 0.7s ease;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.5);
}
.quality__certificates .small-image-carousel .cards .image-card .background-image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.quality__certificates .small-image-carousel .cards .image-card .content {
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: auto;
  min-height: 30%;
  padding: 4rem 0.5rem;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;
  gap: 1.2rem;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  transition: background-color 0.7s ease;
}
@media (min-width: 1100px) {
  .quality__certificates .small-image-carousel .cards .image-card .content .text--20 {
    font-size: 18px;
  }
}
.quality__certificates .small-image-carousel .cards .image-card .content .title {
  width: 100%;
}
.quality__certificates .small-image-carousel .cards .image-card .content .button .btn {
  padding-left: 20px;
  padding-right: 20px;
}
.quality__certificates .small-image-carousel .cards .image-card .content .button svg {
  transition: all 0.4s ease;
  opacity: 0;
  width: 0;
}
.quality__certificates .small-image-carousel .cards .image-card:hover {
  background-color: rgb(255, 255, 255);
}
.quality__certificates .small-image-carousel .cards .image-card:hover .background-shadow {
  background-color: rgba(0, 0, 0, 0);
}
.quality__certificates .small-image-carousel .cards .image-card:hover .content {
  background-color: rgba(255, 255, 255, 0.2);
}
.quality__certificates .small-image-carousel .cards .image-card:hover .title {
  color: #000000;
}
.quality__certificates .small-image-carousel .cards .image-card:hover .button .btn {
  color: #000000;
  border-color: #000000;
}
.quality__certificates .small-image-carousel .cards .image-card:hover .button svg {
  opacity: 1;
  width: 16px;
}
.quality__certificates .small-image-carousel .arrows {
  display: flex;
  margin-top: 3.2rem;
  gap: 33px;
}
.quality__certificates .small-image-carousel .arrows svg {
  cursor: pointer;
  pointer-events: all;
}
.quality__certificates .small-image-carousel .arrows svg.slick-disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.quality__certificates .small-image-carousel .slider-small-image-cards-pagination {
  padding: 32px 32px 32px 0px;
}
.quality__certificates .small-image-carousel .slider-small-image-cards-pagination ul {
  display: flex;
  height: 2px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  gap: 8px;
}
.quality__certificates .small-image-carousel .slider-small-image-cards-pagination ul li {
  background: rgba(255, 255, 255, 0.3);
  flex: 1;
}
.quality__certificates .small-image-carousel .slider-small-image-cards-pagination ul li.slick-active {
  background-color: #EB1E26;
}

@media (max-width: 900px) {
  .quality__highlight-phrase .background {
    filter: brightness(0.5);
  }
  .quality__highlight-phrase .phrase {
    max-width: 80vw;
    font-size: 20px;
    line-height: 28px;
  }
  .quality__process {
    flex-direction: column;
    padding: 6.4rem 5vw 6.4rem 5vw;
    width: 100%;
    height: auto;
  }
  .quality__process .left {
    width: 100%;
    padding: 0 0 6.4rem 0;
    position: relative;
  }
  .quality__process .left .title {
    font-size: 40px;
    line-height: 56px;
  }
  .quality__process .left .description {
    font-size: 13px;
  }
  .quality__process .right {
    width: 100%;
  }
  .quality__process .right .image-carousel .cards .slick-track {
    gap: 0;
  }
  .quality__process .right .image-carousel .cards .image-card {
    height: 50vh;
  }
  .quality__process .right .image-carousel .arrows {
    justify-content: center;
  }
  .quality__process .right .image-carousel .slider-image-cards-pagination {
    padding: 32px 0 32px 0px;
  }
  .quality__video {
    padding: 8rem 5vw 8rem 5vw;
  }
  .quality__video .container {
    flex-direction: column;
    padding: 0;
    gap: 5rem;
    width: 100%;
  }
  .quality__video .container .left {
    width: 100%;
    height: 30vh;
  }
  .quality__video .container .right {
    width: 100%;
    padding: 0 2rem;
    gap: 0;
  }
  .quality__video .container .right .title {
    font-size: 28px;
    margin: 0 0 3rem 0;
  }
  .quality__video .container .right .description {
    font-size: 13px;
  }
  .quality__video .container .right .quote {
    transform: scale(0.8);
    transform-origin: top left;
  }
  .quality__badges {
    gap: 1rem;
    flex-direction: column;
    padding: 8rem 5vw 3rem 5vw;
  }
  .quality__badges .left {
    width: 100%;
    padding: 0;
    position: relative;
  }
  .quality__badges .left .title {
    font-size: 40px;
    line-height: 50px;
  }
  .quality__badges .left .description {
    font-size: 13px;
  }
  .quality__badges .right {
    width: 90%;
    padding: 0;
  }
  .quality__badges .right .items {
    width: 100%;
    grid-template-columns: repeat(1, 1fr);
    transform: scale(0.85);
  }
  .quality__badges .right .items .item {
    width: 100%;
  }
  .quality__badges .right .items .item__image img {
    width: 40px;
    height: 40px;
  }
  .quality__certificates {
    gap: 3.5rem;
    padding-left: 5vw;
    padding-right: 5vw;
  }
  .quality__certificates .title {
    font-size: 26px;
    text-align: center;
  }
  .quality__certificates .small-image-carousel .cards .slick-track {
    gap: 0.8rem;
  }
  .quality__certificates .small-image-carousel .cards .image-card {
    height: 45vh;
    gap: 2rem;
  }
  .quality__certificates .small-image-carousel .cards .image-card .description {
    color: rgba(255, 255, 255, 0.3);
    font-size: 13px;
  }
  .quality__certificates .small-image-carousel .arrows {
    justify-content: center;
  }
  .quality__certificates .small-image-carousel .slider-small-image-cards-pagination {
    padding: 32px 8px 32px 8px;
  }
}
.technology {
  position: relative;
  z-index: 2;
  background-color: #000;
}
.technology__process {
  display: flex;
  gap: 19.2rem;
  padding: 6.4rem 19.2rem 6.4rem 6.4rem;
}
.technology__process .left {
  width: 50%;
}
.technology__process .left .image-carousel {
  position: relative;
  height: auto;
  display: flex;
  flex-direction: column;
  background: #000;
  width: auto;
  width: 35vw;
}
.technology__process .left .image-carousel .cards {
  display: flex;
}
.technology__process .left .image-carousel .cards .slick-track {
  display: flex;
  align-items: center;
  height: 100%;
}
.technology__process .left .image-carousel .cards .image-card {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 4rem;
  border-radius: 10px;
  height: 70vh;
  position: relative;
}
.technology__process .left .image-carousel .cards .image-card .background {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  filter: brightness(0.8);
}
.technology__process .left .image-carousel .cards .image-card .background img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}
.technology__process .left .image-carousel .arrows {
  display: flex;
  margin-top: 3.2rem;
  gap: 33px;
}
.technology__process .left .image-carousel .arrows svg {
  cursor: pointer;
  pointer-events: all;
}
.technology__process .left .image-carousel .arrows svg.slick-disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.technology__process .left .image-carousel .slider-image-cards-pagination {
  padding: 32px 0px;
}
.technology__process .left .image-carousel .slider-image-cards-pagination ul {
  display: flex;
  height: 2px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  gap: 8px;
}
.technology__process .left .image-carousel .slider-image-cards-pagination ul li {
  background: rgba(255, 255, 255, 0.3);
  flex: 1;
}
.technology__process .left .image-carousel .slider-image-cards-pagination ul li.slick-active {
  background-color: #EB1E26;
}
.technology__process .right {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 4rem;
  height: -moz-fit-content;
  height: fit-content;
  position: sticky;
  top: 2rem;
}
.technology__process .right .title strong {
  font-weight: 400;
  color: #EB1E26;
}
.technology__process .right .description {
  color: #ECECEB;
}
.technology__items-section {
  padding: 0 6.4rem 6.4rem 6.4rem;
}
.technology__items-section .center-title {
  width: 100%;
  text-align: center;
  margin-bottom: 6rem;
  margin-top: 5rem;
}
.technology__items-section .items {
  height: 85vh;
  padding: 6.4rem 0 8.4rem 0;
  display: flex;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  position: sticky;
  top: 0;
  background-color: #000;
}
.technology__items-section .items .left {
  width: 25%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-right: 3.6rem;
}
.technology__items-section .items .left .top {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.technology__items-section .items .left .top .number {
  color: #EB1E26;
}
.technology__items-section .items .left .bottom {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.technology__items-section .items .left .bottom .container {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.technology__items-section .items .right {
  width: 75%;
}
.technology__items-section .items .right .image-carousel {
  position: relative;
  height: auto;
  display: flex;
  flex-direction: column;
  background: #000;
  width: 100%;
  justify-content: space-between;
  height: 100%;
}
.technology__items-section .items .right .image-carousel .cards {
  display: flex;
  flex-direction: column;
}
.technology__items-section .items .right .image-carousel .cards .link {
  z-index: 5;
}
.technology__items-section .items .right .image-carousel .cards .slick-track {
  display: flex;
  align-items: center;
  gap: 4.5rem;
}
.technology__items-section .items .right .image-carousel .cards .image-card {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 4rem;
  border-radius: 10px;
  height: 50vh;
  position: relative;
}
.technology__items-section .items .right .image-carousel .cards .image-card .background {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  filter: brightness(0.6);
}
.technology__items-section .items .right .image-carousel .cards .image-card .background img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}
.technology__items-section .items .right .image-carousel .arrows {
  margin: 0 4rem;
  margin-top: 2rem;
  display: flex;
  gap: 33px;
}
.technology__items-section .items .right .image-carousel .arrows svg {
  cursor: pointer;
  pointer-events: all;
}
.technology__items-section .items .right .image-carousel .arrows svg.slick-disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.technology__items-section .items .right .image-carousel .pagination {
  margin: 0 4rem;
  margin-top: 2rem;
}
.technology__items-section .items .right .image-carousel .pagination ul {
  display: flex;
  height: 2px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  gap: 8px;
}
.technology__items-section .items .right .image-carousel .pagination ul li {
  background: rgba(255, 255, 255, 0.3);
  flex: 1;
}
.technology__items-section .items .right .image-carousel .pagination ul li.slick-active {
  background-color: #EB1E26;
}

@media (max-width: 900px) {
  .technology__process {
    flex-direction: column-reverse;
    padding: 6.4rem 5vw 6.4rem 5vw;
    gap: 9rem;
  }
  .technology__process .left {
    width: 100%;
  }
  .technology__process .left .image-carousel {
    width: 100%;
  }
  .technology__process .left .image-carousel .cards {
    display: flex;
  }
  .technology__process .left .image-carousel .cards .image-card {
    height: 60vh;
  }
  .technology__process .left .image-carousel .arrows {
    justify-content: center;
  }
  .technology__process .left .image-carousel .slider-image-cards-pagination {
    padding: 32px 12px;
  }
  .technology__process .right {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 4rem;
  }
  .technology__process .right .title {
    font-size: 28px;
    line-height: 36px;
  }
  .technology__process .right .description {
    font-size: 13px;
  }
  .technology__items-section {
    padding: 0 5vw 0 5vw;
  }
  .technology__items-section .center-title {
    font-size: 36px;
    line-height: 48px;
    margin-bottom: 4.8rem;
  }
  .technology__items-section .items {
    height: auto;
    flex-direction: column;
    position: relative;
    padding: 5rem 0 7rem 0;
  }
  .technology__items-section .items .left {
    width: 100%;
    margin-right: 0;
  }
  .technology__items-section .items .left .bottom {
    padding: 6rem 0;
  }
  .technology__items-section .items .left .bottom .container .subtitle {
    font-weight: 600;
    font-size: 13px;
  }
  .technology__items-section .items .left .bottom .container .description {
    font-size: 12.5px;
    line-height: 20px;
  }
  .technology__items-section .items .right {
    width: 100%;
  }
  .technology__items-section .items .right .image-carousel {
    padding: 0 2rem;
  }
  .technology__items-section .items .right .image-carousel .cards .link {
    font-size: 20px;
    font-weight: 500;
  }
  .technology__items-section .items .right .image-carousel .cards .slick-track {
    gap: 0;
  }
  .technology__items-section .items .right .image-carousel .cards .image-card {
    padding: 1rem;
  }
  .technology__items-section .items .right .image-carousel .arrows {
    margin: 0;
    margin-top: 2rem;
    display: flex;
    gap: 28px;
  }
  .technology__items-section .items .right .image-carousel .arrows svg {
    cursor: pointer;
    pointer-events: all;
  }
  .technology__items-section .items .right .image-carousel .arrows svg.slick-disabled {
    opacity: 0.3;
    cursor: not-allowed;
  }
  .technology__items-section .items .right .image-carousel .pagination {
    margin: 0;
    margin-top: 2rem;
  }
}
.about {
  position: relative;
  z-index: 2;
  background-color: #000;
}
.about__banner {
  height: 100vh;
  position: relative;
  z-index: 10;
}
.about__banner__background {
  z-index: -1;
  filter: brightness(0.3);
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
}
.about__banner__background img,
.about__banner__background video {
  height: 100vh;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about__banner__sticky {
  position: sticky;
  top: 0;
  height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.about__banner .scroll-content {
  display: flex;
  width: -moz-max-content;
  width: max-content;
}
.about__banner .scroll-content .wraper .content {
  width: 100vw;
  display: flex;
  padding: 5vw;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  align-self: flex-end;
}
.about__banner .scroll-content .wraper .content .description {
  color: #ECECEB;
  max-width: 30%;
}
.about__banner__bottom {
  padding: 0 5vw;
  margin-bottom: 3rem;
  position: absolute;
  z-index: 2;
  width: 100%;
  left: 0;
  bottom: 0;
}
.about__banner__bottom .items {
  display: flex;
  gap: 0.8rem;
}
.about__banner__bottom .items .wraper {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.about__banner__bottom .items .wraper .btn {
  margin-bottom: 3rem;
  padding-left: 20px;
  padding-right: 20px;
}
.about__banner__bottom .items .wraper .border {
  width: 100%;
  border: solid 2px rgba(255, 255, 255, 0.3);
  position: relative;
}
.about__banner__bottom .items .wraper.active .border {
  border: solid 2px red;
}
.about__banner__bottom .items .wraper.has-ball .border {
  border: solid 2px red;
  /* Bolinha no centro da borda superior */
  /* Bolinha no centro da borda inferior */
}
.about__banner__bottom .items .wraper.has-ball .border::before {
  content: "";
  position: absolute;
  top: -5px; /* Ajuste conforme necessário */
  left: 50%;
  transform: translateX(-50%);
  width: 10px; /* Tamanho da bolinha */
  height: 10px; /* Tamanho da bolinha */
  background-color: red;
  border-radius: 50%;
}
.about__banner__bottom .items .wraper.has-ball .border::after {
  content: "";
  position: absolute;
  bottom: -5px; /* Ajuste conforme necessário */
  left: 50%;
  transform: translateX(-50%);
  width: 10px; /* Tamanho da bolinha */
  height: 10px; /* Tamanho da bolinha */
  background-color: red;
  border-radius: 50%;
}
.about__video-carousel {
  padding: 6.4rem 0 2rem 6.4rem;
  height: 100vh;
}
.about__video-carousel .video-carousel {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  background: #000;
}
.about__video-carousel .video-carousel .cards {
  display: flex;
  height: 100%;
}
.about__video-carousel .video-carousel .cards .slick-track {
  display: flex;
  align-items: center;
  gap: 3.2rem;
  height: 100%;
}
.about__video-carousel .video-carousel .cards .video-card {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4rem;
  border-radius: 10px;
  width: 70vw;
  height: 100%;
  position: relative;
}
.about__video-carousel .video-carousel .cards .video-card .background {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  filter: brightness(0.8);
}
.about__video-carousel .video-carousel .cards .video-card .background img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}
.about__video-carousel .video-carousel .cards .video-card a {
  z-index: 5;
  width: 100%;
  height: 100%;
}
.about__video-carousel .video-carousel .cards .video-card .logo {
  z-index: 2;
  position: absolute;
}
.about__video-carousel .video-carousel .arrows {
  display: flex;
  margin-top: 3.2rem;
  gap: 33px;
}
.about__video-carousel .video-carousel .arrows svg {
  cursor: pointer;
  pointer-events: all;
}
.about__video-carousel .video-carousel .arrows svg.slick-disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.about__video-carousel .video-carousel .slider-video-cards-pagination {
  padding: 32px 32px 32px 0px;
}
.about__video-carousel .video-carousel .slider-video-cards-pagination ul {
  display: flex;
  height: 2px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  gap: 8px;
}
.about__video-carousel .video-carousel .slider-video-cards-pagination ul li {
  background: rgba(255, 255, 255, 0.3);
  flex: 1;
}
.about__video-carousel .video-carousel .slider-video-cards-pagination ul li.slick-active {
  background-color: #EB1E26;
}
.about__history {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  height: auto;
}
.about__history .title {
  margin: 10rem 4rem 4rem 6.4rem;
}
.about__history__years {
  display: flex;
  width: 100%;
}
.about__history__years .year {
  color: rgba(255, 255, 255, 0.15);
  margin-right: 11vw;
}
.about__history__years .year.slick-active {
  color: white;
}
.about__history__carousel {
  display: flex;
  padding: 6.4rem;
  justify-content: space-between;
}
.about__history__carousel .left {
  width: 43%;
}
.about__history__carousel .left .card {
  height: 50vh;
}
.about__history__carousel .left .card .background {
  width: 100%;
  height: 100%;
}
.about__history__carousel .left .card .background img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}
.about__history__carousel .right {
  width: 43%;
  display: flex;
  flex-direction: column;
  padding-right: 10vw;
  height: -moz-fit-content;
  height: fit-content;
  position: sticky;
  top: 2rem;
}
.about__history__carousel .right .text-carousel .card {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.about__history__carousel .right .arrows {
  display: flex;
  margin-top: 7rem;
  gap: 33px;
}
.about__history__carousel .right .arrows svg {
  cursor: pointer;
  pointer-events: all;
}
.about__history__carousel .right .arrows svg.slick-disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.about__structure {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  padding: 6.4rem;
}
.about__structure .title {
  max-width: 40vw;
}
.about__structure .title strong {
  color: #EB1E26;
  font-weight: 400;
}
.about__structure .content {
  display: flex;
  gap: 17.6rem;
}
.about__structure .content .left {
  color: #ECECEB;
}
.about__structure .content .line {
  background-color: rgba(255, 255, 255, 0.3);
  width: 1px;
  height: auto;
}
.about__structure .content .right {
  color: #ECECEB;
}
.about__galery .image-carousel {
  position: relative;
  height: 90vh;
  display: flex;
  flex-direction: column;
  background: #000;
}
.about__galery .image-carousel .cards {
  display: flex;
  height: 100%;
}
.about__galery .image-carousel .cards .slick-track {
  display: flex;
  align-items: center;
  height: 100%;
}
.about__galery .image-carousel .cards .image-card {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100vw;
  height: 100%;
  position: relative;
  transition: all 1s ease;
}
.about__galery .image-carousel .cards .image-card .background {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  filter: brightness(0.6);
}
.about__galery .image-carousel .cards .image-card .background img {
  width: 100%;
  height: 100%;
}
.about__galery .image-carousel .cards .image-card .title {
  color: white;
  justify-content: flex-end;
  z-index: 1;
}
.about__galery .image-carousel .arrows {
  position: absolute;
  bottom: 13%;
  display: flex;
  margin-top: 3.2rem;
  gap: 33px;
  margin-left: 3.2rem;
}
.about__galery .image-carousel .arrows svg {
  cursor: pointer;
  pointer-events: all;
}
.about__galery .image-carousel .arrows svg.slick-disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.about__galery .image-carousel .slider-image-cards-pagination {
  padding: 32px;
  position: absolute;
  width: 100%;
  bottom: 3%;
}
.about__galery .image-carousel .slider-image-cards-pagination ul {
  display: flex;
  height: 3px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  gap: 8px;
}
.about__galery .image-carousel .slider-image-cards-pagination ul li {
  background: rgba(255, 255, 255, 0.3);
  flex: 1;
}
.about__galery .image-carousel .slider-image-cards-pagination ul li.slick-active {
  background-color: #EB1E26;
}
.about__values {
  position: relative;
  height: auto;
  min-height: 100vh;
}
.about__values .background {
  z-index: -1;
  filter: brightness(0.3);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.about__values .background img,
.about__values .background video {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about__values__content {
  padding: 12.8rem 6.4rem;
  display: flex;
  width: 100%;
  height: 100%;
}
.about__values__content .left {
  height: -moz-fit-content;
  height: fit-content;
  width: 35%;
  top: 50%;
  transform: translateY(-50%);
  position: sticky;
}
.about__values__content .right {
  width: 65%;
  display: flex;
  flex-direction: column;
  gap: 7rem;
  height: 100%;
  padding-right: 20vw;
}
.about__values__content .right .wraper {
  display: flex;
}
.about__values__content .right .wraper .number {
  margin-right: 20rem;
}
.about__values__content .right .wraper .item {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.about__values__content .right .wraper .item .item-description {
  color: #ECECEB;
}
.about__strategies {
  display: flex;
  padding: 40px 64px;
}
.about__image-carousel {
  position: relative;
  height: auto;
  display: flex;
  flex-direction: column;
  background: #000;
  margin: 3.2rem;
  border-radius: 12px;
  height: 90vh;
  margin-top: 0;
}
.about__image-carousel .left-arrow {
  z-index: 5;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: rotate(180deg);
  cursor: pointer;
}
.about__image-carousel .left-arrow.slick-disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.about__image-carousel .right-arrow {
  z-index: 5;
  position: absolute;
  top: 50%;
  right: 20px;
  cursor: pointer;
}
.about__image-carousel .right-arrow.slick-disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.about__image-carousel .background {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  filter: brightness(0.8);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 0;
}
.about__image-carousel .background.active {
  opacity: 1;
}
.about__image-carousel .background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
}
.about__image-carousel .label {
  position: absolute;
  top: 40px;
  left: 70px;
  z-index: 2;
}
.about__image-carousel .cards {
  display: flex;
  z-index: 2;
  height: 100%;
  cursor: pointer;
}
.about__image-carousel .cards .slick-track {
  display: flex;
  align-items: center;
  height: 100%;
}
.about__image-carousel .cards .image-card {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 4rem;
  height: 90vh;
  position: relative;
}
.about__image-carousel .cards .image-card:nth-child(n+2) {
  border-left: solid 1px rgba(255, 255, 255, 0.15);
}
.about__image-carousel .cards .image-card:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.8));
  transition: background 0.3s ease-in-out, filter 0.3s ease-in-out;
  z-index: 1;
}
.about__image-carousel .cards .image-card .content {
  position: relative;
  z-index: 2;
  align-items: flex-end;
}
.about__image-carousel .cards .image-card .content__title {
  padding-bottom: 24px;
}
.about__image-carousel .cards .image-card .content__subtitle {
  color: #7E7E7E;
  padding: 26px 0 26px 0;
  border-top: solid 1px white;
  display: none;
}
.about__image-carousel .cards .image-card .content__bottom {
  color: white;
  display: flex;
  justify-content: space-between;
}
.about__image-carousel .cards .image-card .content__bottom .link {
  display: none;
}
.about__image-carousel .cards .image-card:hover {
  border-bottom: 6px solid red;
}
.about__image-carousel .cards .image-card:hover:before {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.9));
  filter: brightness(0.7);
}
.about__image-carousel .cards .image-card:hover .content__subtitle {
  display: block;
}
.about__image-carousel .cards .image-card:hover .content__bottom .link {
  display: block;
}
.about__numbers {
  padding: 8rem 0;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.about__numbers .title {
  margin: 4rem 6.4rem;
  text-align: center;
}
.about__numbers .wraper {
  display: flex;
  gap: 8rem;
  justify-content: center;
}
.about__numbers .wraper .content {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  justify-content: center;
  text-align: center;
}
.about__numbers .wraper .content .number-flex {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.about__numbers .wraper .content .number-flex .prefix-and-number {
  display: flex;
  flex-direction: row;
}
.about__numbers .wraper .content .number-flex .data {
  margin-right: 1.2rem;
}
.about__numbers .wraper .content .description {
  color: #ECECEB;
}
.about__awards {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
  padding: 6.4rem 0 0 6.4rem;
}
.about__awards .small-image-carousel {
  position: relative;
  height: auto;
  display: flex;
  flex-direction: column;
  background: #000;
}
.about__awards .small-image-carousel .cards {
  display: flex;
  height: 100%;
}
.about__awards .small-image-carousel .cards .slick-track {
  display: flex;
  align-items: center;
  height: 100%;
}
.about__awards .small-image-carousel .cards .slick-slide {
  box-sizing: border-box;
  padding-right: 3.2rem;
  height: 100%;
}
.about__awards .small-image-carousel .cards .image-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #ECECEC;
  text-align: center;
  gap: 2.4rem;
  padding: 1rem 3.4rem;
  transition: all 0.3s ease;
  border-bottom: 5px solid #ECECEC;
  cursor: pointer;
}
.about__awards .small-image-carousel .cards .image-card .icon {
  width: 175px;
  height: 172px;
}
.about__awards .small-image-carousel .cards .image-card .icon img {
  width: 175px;
  height: 172px;
}
.about__awards .small-image-carousel .cards .image-card .description {
  color: black;
}
.about__awards .small-image-carousel .arrows {
  display: flex;
  margin-top: 3.2rem;
  gap: 33px;
}
.about__awards .small-image-carousel .arrows svg {
  cursor: pointer;
  pointer-events: all;
}
.about__awards .small-image-carousel .arrows svg.slick-disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.about__awards .small-image-carousel .slider-small-image-cards-2-pagination {
  padding: 32px 32px 32px 0px;
}
.about__awards .small-image-carousel .slider-small-image-cards-2-pagination ul {
  display: flex;
  height: 2px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  gap: 8px;
}
.about__awards .small-image-carousel .slider-small-image-cards-2-pagination ul li {
  background: rgba(255, 255, 255, 0.3);
  flex: 1;
}
.about__awards .small-image-carousel .slider-small-image-cards-2-pagination ul li.slick-active {
  background-color: #EB1E26;
}

@media (max-width: 900px) {
  .about__banner .scroll-content .wraper .content {
    margin-top: 10rem;
    padding: 5vw;
    gap: 26px;
  }
  .about__banner .scroll-content .wraper .content .title {
    font-size: 4.6rem;
    line-height: normal;
  }
  .about__banner .scroll-content .wraper .content .description {
    font-size: 13px;
    max-width: 95%;
  }
  .about__banner__bottom {
    padding: 0 0vw;
    margin-bottom: -1rem;
    position: absolute;
    z-index: 2;
    width: 100%;
    left: 0;
    bottom: 0;
  }
  .about__banner__bottom .items {
    display: flex;
    gap: 0.8rem;
  }
  .about__banner__bottom .items .wraper {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .about__banner__bottom .items .wraper .btn {
    margin-bottom: 1rem;
    padding-left: 7px;
    padding-right: 7px;
    font-size: 11px;
  }
  .about__banner__bottom .items .wraper .border {
    border: solid 1px rgba(255, 255, 255, 0.3);
    margin-bottom: 8rem;
  }
  .about__banner__bottom .items .wraper.active .border {
    border: solid 1px red;
  }
  .about__video-carousel {
    padding: 6.4rem 5vw 0 5vw;
    height: auto;
  }
  .about__video-carousel .video-carousel {
    height: 40vh;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    background: #000;
  }
  .about__video-carousel .video-carousel .cards .slick-track {
    gap: 0;
  }
  .about__video-carousel .video-carousel .cards .video-card {
    height: 35vh;
  }
  .about__video-carousel .video-carousel .arrows {
    justify-content: center;
  }
  .about__video-carousel .video-carousel .slider-video-cards-pagination {
    padding: 32px 8px 32px 8px;
  }
  .about__history {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    height: auto;
  }
  .about__history .title {
    text-align: center;
    margin: 9rem 0 5rem 0;
  }
  .about__history__years .year {
    font-size: 7rem;
  }
  .about__history__carousel {
    flex-direction: column;
    padding: 5rem 5vw 6.4rem 5vw;
  }
  .about__history__carousel .left {
    width: 100%;
  }
  .about__history__carousel .left .card {
    height: 35vh;
  }
  .about__history__carousel .right {
    width: 100%;
    padding-right: 0;
  }
  .about__history__carousel .right .text-carousel .card {
    gap: 3rem;
  }
  .about__history__carousel .right .text-carousel .card .right-title {
    margin-top: 3rem;
    font-size: 24px;
    line-height: 32px;
  }
  .about__history__carousel .right .text-carousel .card .description {
    font-size: 13px;
  }
  .about__history__carousel .right .arrows {
    margin-top: 4rem;
    gap: 33px;
    justify-content: center;
  }
  .about__structure {
    gap: 4rem;
    padding: 6.4rem 5vw 6.4rem 5vw;
  }
  .about__structure .title {
    font-size: 24px;
    max-width: 100%;
    line-height: 32px;
  }
  .about__structure .content {
    flex-direction: column;
    gap: 4rem;
  }
  .about__structure .content .left {
    font-size: 13px;
    padding-bottom: 4rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  .about__structure .content .line {
    display: none;
  }
  .about__structure .content .right {
    font-size: 13px;
  }
  .about__galery .image-carousel {
    height: 60vh;
  }
  .about__galery video {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .about__values__content {
    flex-direction: column;
    padding: 10rem 6vw;
  }
  .about__values__content .left {
    width: 100%;
    margin-bottom: 8rem;
    position: relative;
  }
  .about__values__content .right {
    gap: 5rem;
    width: 100%;
    padding-right: 0;
  }
  .about__values__content .right .wraper {
    display: flex;
  }
  .about__values__content .right .wraper .number {
    margin-right: 5rem;
    font-size: 26px;
  }
  .about__values__content .right .wraper .item {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
  .about__values__content .right .wraper .item .item-title {
    font-size: 26px;
  }
  .about__values__content .right .wraper .item .item-description {
    font-size: 13px;
    color: #ECECEB;
    line-height: 22px;
  }
  .about__strategies {
    padding: 40px 40px;
    font-size: 26px;
  }
  .about__image-carousel {
    margin: 3.2rem 2rem;
    margin-top: 0.8rem;
  }
  .about__image-carousel .label {
    top: 30px;
    left: 30px;
    color: white;
  }
  .about__image-carousel .left-arrow {
    transform: scale(0.8) rotate(180deg);
    top: 40%;
  }
  .about__image-carousel .right-arrow {
    transform: scale(0.8);
    top: 40%;
  }
  .about__image-carousel .cards .image-card:nth-child(n+2) {
    border-left: none;
  }
  .about__image-carousel .cards .image-card .content__subtitle {
    display: block;
  }
  .about__image-carousel .cards .image-card .content__bottom .link {
    display: block;
  }
  .about__image-carousel .cards .image-card:hover {
    border-bottom: none;
  }
  .about__numbers {
    padding: 6rem 0;
    flex-direction: column;
    gap: 2.4rem;
  }
  .about__numbers .wraper {
    flex-direction: column;
    gap: 7rem;
  }
  .about__numbers .wraper .content {
    gap: 1rem;
  }
  .about__numbers .wraper .content .number-flex {
    justify-content: center;
  }
  .about__numbers .wraper .content .number-flex .data {
    font-size: 7.8rem;
  }
  .about__numbers .wraper .content .number-flex .description {
    font-size: 7.8rem;
  }
  .about__awards {
    gap: 3.5rem;
    padding-left: 5vw;
    padding-right: 5vw;
  }
  .about__awards .title {
    font-size: 26px;
    text-align: center;
  }
  .about__awards .small-image-carousel .cards .slick-slide {
    padding-right: 0;
  }
  .about__awards .small-image-carousel .cards .image-card {
    height: 45vh;
    padding: 0 2rem;
    gap: 2rem;
  }
  .about__awards .small-image-carousel .cards .image-card .icon {
    width: 145px;
    height: 142px;
  }
  .about__awards .small-image-carousel .cards .image-card .icon img {
    width: 145px;
    height: 142px;
  }
  .about__awards .small-image-carousel .cards .image-card .description {
    font-size: 13px;
  }
  .about__awards .small-image-carousel .arrows {
    justify-content: center;
  }
  .about__awards .small-image-carousel .slider-small-image-cards-2-pagination {
    padding: 32px 8px 32px 8px;
  }
}
.contact {
  position: relative;
  background-color: #000;
  height: auto;
  padding: 13.8rem 3vw 0 3vw;
}
.contact__wraper {
  display: flex;
}
.contact__wraper .left {
  display: flex;
  flex-direction: column;
  width: 50%;
  justify-content: flex-end;
}
.contact__wraper .left .content {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}
.contact__wraper .left .content .address {
  width: 50%;
}
.contact__wraper .left .content .button {
  display: flex;
  gap: 0.5rem;
}
.contact__wraper .left .content .button a {
  display: flex;
  text-decoration: none;
  gap: 0.5rem;
}
.contact__wraper .left .content .numbers {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 1.6rem;
       column-gap: 1.6rem;
  row-gap: 1.6rem;
}
.contact__wraper .left .content .numbers .item {
  display: flex;
  gap: 2.4rem;
}
.contact__wraper .right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 50%;
}
.contact__wraper .right .form-row {
  display: flex;
  justify-content: space-between;
}
.contact__wraper .right .form-group {
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
  width: 47%;
  padding-bottom: 3.2rem;
}
.contact__wraper .right .form-group .error {
  color: red;
  font-size: 13px;
}
.contact__wraper .right .big-field {
  width: 78%;
}
.contact__wraper .right .small-field {
  width: 16%;
}
.contact__wraper .right input {
  padding-bottom: 2.2rem;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #ffffff;
  outline: none;
}
.contact__wraper .right input::-moz-placeholder {
  color: #b3b3b3;
}
.contact__wraper .right input::placeholder {
  color: #b3b3b3;
}
.contact__wraper .right input:focus {
  border-bottom: 1px solid #ff0000;
}
.contact__wraper .right .sector {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.contact__wraper .right .sector .buttons {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.8rem;
}
.contact__wraper .right .sector .buttons .btn {
  width: 100%;
  justify-content: center;
}
.contact__wraper .right select {
  text-decoration: none;
  margin-top: 1rem;
  background-color: #000;
  border-color: transparent;
  border-bottom: 1px solid #ffffff;
  padding-top: 1rem;
  color: #ffffff;
  padding-bottom: 1.05rem;
  outline: none;
}
.contact__wraper .right select:focus {
  border-color: transparent;
  border-bottom: 1px solid red;
}
.contact__wraper .right .message {
  padding-top: 4rem;
}
.contact__wraper .right .message .form-group {
  width: 100%;
}
.contact__wraper .right .message input {
  padding-bottom: 7.2rem;
}
.contact__wraper .right .message textarea {
  resize: none;
  height: 10rem;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #ffffff;
  outline: none;
  color: white;
  font-family: "Plus Jakarta Sans";
}
.contact__wraper .right .message textarea::-moz-placeholder {
  font-family: "Plus Jakarta Sans";
  color: #b3b3b3;
}
.contact__wraper .right .message textarea::placeholder {
  font-family: "Plus Jakarta Sans";
  color: #b3b3b3;
}
.contact__wraper .right .message textarea:focus {
  border-bottom: 1px solid #ff0000;
}
.contact__wraper .right .bottom {
  margin-bottom: 5rem;
  display: flex;
  position: relative;
}
.contact__wraper .right .bottom .checkbox-container {
  width: 60%;
  display: flex;
  margin-right: 4rem;
}
.contact__wraper .right .bottom .checkbox-container .error {
  font-size: 13px;
  position: absolute;
  color: red;
  left: 0;
  bottom: -23px;
}
.contact__wraper .right .bottom input[type=checkbox] {
  width: 20px;
  height: 20px;
  margin-right: 2.4rem;
  cursor: pointer;
  accent-color: #FF0000;
  background-color: #000;
}
.contact__wraper .right .bottom label {
  cursor: pointer;
}
.contact__wraper .right .bottom .button {
  width: 40%;
  display: flex;
  gap: 5px;
  justify-content: flex-end;
}
.contact__wraper .right .last {
  display: flex;
  justify-content: space-between;
}
.contact__wraper .right .last .recaptcha {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.contact__wraper .right .last .recaptcha .error {
  color: red;
  font-size: 13px;
}
.contact__wraper .right .last .js-form-send-status {
  align-items: center;
  text-align: center;
  font-size: 2rem;
  color: white;
}

@media (max-width: 900px) {
  .contact {
    padding: 24rem 5vw 0 5vw;
  }
  .contact__wraper {
    flex-direction: column;
  }
  .contact__wraper .left {
    width: 100%;
  }
  .contact__wraper .left .content .title {
    font-size: 38px;
    line-height: 50px;
  }
  .contact__wraper .left .content .address {
    width: 90%;
  }
  .contact__wraper .left .content .button .btn.btn--transparent {
    border: 0.7px solid white;
  }
  .contact__wraper .left .content .sales-title {
    margin-top: 1rem;
  }
  .contact__wraper .left .content .numbers {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 1rem;
         column-gap: 1rem;
    row-gap: 1rem;
  }
  .contact__wraper .left .content .numbers .item {
    display: flex;
    gap: 1.4rem;
  }
  .contact__wraper .right {
    margin-top: 6rem;
    width: 100%;
  }
  .contact__wraper .right input {
    padding-bottom: 1.4xrem;
  }
  .contact__wraper .right .form-row {
    flex-direction: column;
  }
  .contact__wraper .right .form-group {
    width: 100%;
  }
  .contact__wraper .right .big-field,
  .contact__wraper .right .small-field {
    width: 100%;
  }
  .contact__wraper .right .sector {
    margin-top: 2.6rem;
    gap: 2.4rem;
  }
  .contact__wraper .right .sector .buttons {
    grid-template-columns: repeat(2, 1fr);
  }
  .contact__wraper .right .sector .buttons .btn {
    border: 0.7px solid white;
  }
  .contact__wraper .right .sector .buttons .btn--red {
    border-color: red;
  }
  .contact__wraper .right .message {
    padding-top: 4rem;
  }
  .contact__wraper .right .message .form-group {
    width: 100%;
  }
  .contact__wraper .right .message .form-group label {
    font-size: 15px;
  }
  .contact__wraper .right .message input {
    padding-bottom: 7.2rem;
  }
  .contact__wraper .right .bottom {
    flex-direction: column;
    gap: 4rem;
    padding-bottom: 6rem;
  }
  .contact__wraper .right .bottom .checkbox-container {
    width: 100%;
    margin-right: 0;
  }
  .contact__wraper .right .bottom .button {
    width: 100%;
    gap: 5px;
    justify-content: center;
  }
}
.privacy-terms {
  position: relative;
  background-color: #000000;
  min-height: 100vh;
  padding: 19rem 0;
}
@media (max-width: 900px) {
  .privacy-terms {
    padding: 24rem 5vw 0 5vw;
  }
}
.privacy-terms__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}
@media (max-width: 900px) {
  .privacy-terms__container {
    padding: 0 1.5rem;
  }
}
.privacy-terms__content {
  color: #ffffff;
  font-family: "Plus Jakarta Sans", sans-serif;
  line-height: 1.6;
}
.privacy-terms__content h1 {
  font-size: 3.2rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid #eb1e26;
  text-decoration: underline;
  text-underline-offset: 0.5rem;
  text-decoration-color: #eb1e26;
}
@media (max-width: 900px) {
  .privacy-terms__content h1 {
    font-size: 2.4rem;
  }
}
.privacy-terms__content h2 {
  font-size: 2.8rem;
  font-weight: 600;
  color: #ffffff;
  margin-top: 3rem;
  margin-bottom: 1.5rem;
}
@media (max-width: 900px) {
  .privacy-terms__content h2 {
    font-size: 2rem;
  }
}
.privacy-terms__content h3 {
  font-size: 2rem;
  font-weight: 600;
  color: #ffffff;
  margin-top: 2.5rem;
  margin-bottom: 1.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #eb1e26;
  text-decoration: underline;
  text-underline-offset: 0.3rem;
  text-decoration-color: #eb1e26;
}
@media (max-width: 900px) {
  .privacy-terms__content h3 {
    font-size: 1.6rem;
  }
}
.privacy-terms__content h4 {
  font-size: 1.8rem;
  font-weight: 600;
  color: #ffffff;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
@media (max-width: 900px) {
  .privacy-terms__content h4 {
    font-size: 1.4rem;
  }
}
.privacy-terms__content p {
  font-size: 1.6rem;
  color: #ffffff;
  margin-bottom: 1.5rem;
  line-height: 1.8;
}
@media (max-width: 900px) {
  .privacy-terms__content p {
    font-size: 1.4rem;
  }
}
.privacy-terms__content ul {
  margin: 1.5rem 0;
  padding-left: 2rem;
}
.privacy-terms__content ul li {
  font-size: 1.6rem;
  color: #ffffff;
  margin-bottom: 1rem;
  line-height: 1.8;
  list-style-type: disc;
}
.privacy-terms__content ul li::marker {
  color: #eb1e26;
}
@media (max-width: 900px) {
  .privacy-terms__content ul li {
    font-size: 1.4rem;
  }
}
.privacy-terms__content ul li ul {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  padding-left: 2rem;
}
.privacy-terms__content ul li ul li {
  list-style-type: circle;
}
.privacy-terms__content ol {
  margin: 1.5rem 0;
  padding-left: 2rem;
}
.privacy-terms__content ol li {
  font-size: 1.6rem;
  color: #ffffff;
  margin-bottom: 1rem;
  line-height: 1.8;
}
.privacy-terms__content ol li::marker {
  color: #eb1e26;
}
@media (max-width: 900px) {
  .privacy-terms__content ol li {
    font-size: 1.4rem;
  }
}
.privacy-terms__content strong,
.privacy-terms__content b {
  font-weight: 700;
  color: #ffffff;
}
.privacy-terms__content em,
.privacy-terms__content i {
  font-style: italic;
}
.privacy-terms__content a {
  color: #eb1e26;
  text-decoration: underline;
}
.privacy-terms__content a:hover {
  color: #ffffff;
}
.privacy-terms__content > *:first-child {
  margin-top: 0;
}
.privacy-terms__content > *:last-child {
  margin-bottom: 0;
}

@media (max-width: 900px) {
  .privacy-terms__content h1 {
    font-size: 2rem;
  }
  .privacy-terms__content h2 {
    font-size: 1.8rem;
  }
  .privacy-terms__content h3 {
    font-size: 1.4rem;
  }
  .privacy-terms__content p,
  .privacy-terms__content ul li,
  .privacy-terms__content ol li {
    font-size: 1.4rem;
  }
}
.ethics-channel {
  position: relative;
  background-color: #000000;
  min-height: 100vh;
  padding: 19rem 0;
}
@media (max-width: 900px) {
  .ethics-channel {
    padding: 24rem 5vw 0 5vw;
  }
}
.ethics-channel__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}
@media (max-width: 900px) {
  .ethics-channel__container {
    padding: 0 1.5rem;
  }
}
.ethics-channel__content {
  color: #ffffff;
  font-family: "Plus Jakarta Sans", sans-serif;
  line-height: 1.6;
}
.ethics-channel__content h1 {
  font-size: 3.2rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid #eb1e26;
  text-decoration: underline;
  text-underline-offset: 0.5rem;
  text-decoration-color: #eb1e26;
}
@media (max-width: 900px) {
  .ethics-channel__content h1 {
    font-size: 2.4rem;
  }
}
.ethics-channel__content h2 {
  font-size: 2.8rem;
  font-weight: 600;
  color: #ffffff;
  margin-top: 3rem;
  margin-bottom: 1.5rem;
}
@media (max-width: 900px) {
  .ethics-channel__content h2 {
    font-size: 2rem;
  }
}
.ethics-channel__content h3 {
  font-size: 2rem;
  font-weight: 600;
  color: #ffffff;
  margin-top: 2.5rem;
  margin-bottom: 1.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #eb1e26;
  text-decoration: underline;
  text-underline-offset: 0.3rem;
  text-decoration-color: #eb1e26;
}
@media (max-width: 900px) {
  .ethics-channel__content h3 {
    font-size: 1.6rem;
  }
}
.ethics-channel__content h4 {
  font-size: 1.8rem;
  font-weight: 600;
  color: #ffffff;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
@media (max-width: 900px) {
  .ethics-channel__content h4 {
    font-size: 1.4rem;
  }
}
.ethics-channel__content p {
  font-size: 1.6rem;
  color: #ffffff;
  margin-bottom: 1.5rem;
  line-height: 1.8;
}
@media (max-width: 900px) {
  .ethics-channel__content p {
    font-size: 1.4rem;
  }
}
.ethics-channel__content ul {
  margin: 1.5rem 0;
  padding-left: 2rem;
}
.ethics-channel__content ul li {
  font-size: 1.6rem;
  color: #ffffff;
  margin-bottom: 1rem;
  line-height: 1.8;
  list-style-type: disc;
}
.ethics-channel__content ul li::marker {
  color: #eb1e26;
}
@media (max-width: 900px) {
  .ethics-channel__content ul li {
    font-size: 1.4rem;
  }
}
.ethics-channel__content ul li ul {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  padding-left: 2rem;
}
.ethics-channel__content ul li ul li {
  list-style-type: circle;
}
.ethics-channel__content ol {
  margin: 1.5rem 0;
  padding-left: 2rem;
}
.ethics-channel__content ol li {
  font-size: 1.6rem;
  color: #ffffff;
  margin-bottom: 1rem;
  line-height: 1.8;
}
.ethics-channel__content ol li::marker {
  color: #eb1e26;
}
@media (max-width: 900px) {
  .ethics-channel__content ol li {
    font-size: 1.4rem;
  }
}
.ethics-channel__content strong,
.ethics-channel__content b {
  font-weight: 700;
  color: #ffffff;
}
.ethics-channel__content em,
.ethics-channel__content i {
  font-style: italic;
}
.ethics-channel__content a {
  color: #eb1e26;
  text-decoration: underline;
}
.ethics-channel__content a:hover {
  color: #ffffff;
}
.ethics-channel__content > *:first-child {
  margin-top: 0;
}
.ethics-channel__content > *:last-child {
  margin-bottom: 0;
}
.ethics-channel__download {
  padding: 4.8rem 0;
}
.ethics-channel__download--list {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.ethics-channel__download .download-info {
  padding: 4rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  background: white;
  border-radius: 12px;
}
.ethics-channel__download .download-info.reports {
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.ethics-channel__download .download-info.lgpd {
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
}
.ethics-channel__download .download-info .wraper {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.ethics-channel__download .download-info .wraper .title {
  color: #000000;
  font-weight: 500;
  font-family: "Plus Jakarta Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 31px;
}
.ethics-channel__download .download-info .wraper .description {
  color: #212529;
  font-weight: 500;
  font-size: 1.6rem;
}
.ethics-channel__download .download-info .button {
  display: flex;
  align-items: flex-start;
  gap: 5px;
  text-decoration: none;
}
.ethics-channel__download .download-info .button .btn {
  font-weight: 400;
  font-weight: 500;
  color: #000000;
  border: 0.5px solid #000000;
}
.ethics-channel__thumb {
  display: block;
  max-width: 620px;
  width: 100%;
}
.ethics-channel__thumb img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
  transition: opacity 0.2s ease;
}
.ethics-channel__thumb:hover img {
  opacity: 0.85;
}
.ethics-channel__form .form-title {
  padding-bottom: 4rem;
}
.ethics-channel__form .form-row {
  display: flex;
  justify-content: space-between;
}
.ethics-channel__form .form-group {
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
  width: 47%;
  padding-bottom: 3.2rem;
}
.ethics-channel__form .form-group .error {
  color: red;
  font-size: 13px;
}
.ethics-channel__form .form-group.full-width {
  width: 100%;
}
.ethics-channel__form .big-field {
  width: 78%;
}
.ethics-channel__form .small-field {
  width: 16%;
}
.ethics-channel__form label {
  color: white;
}
.ethics-channel__form input {
  padding-bottom: 2.2rem;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #ffffff;
  outline: none;
  color: white;
}
.ethics-channel__form input::-moz-placeholder {
  color: #b3b3b3;
}
.ethics-channel__form input::placeholder {
  color: #b3b3b3;
}
.ethics-channel__form input:focus {
  border-bottom: 1px solid #ff0000;
}
.ethics-channel__form .sector {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.ethics-channel__form .sector .buttons {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.8rem;
}
.ethics-channel__form .sector .buttons .btn {
  width: 100%;
  justify-content: center;
}
.ethics-channel__form select {
  text-decoration: none;
  margin-top: 1rem;
  background-color: #000;
  border-color: transparent;
  border-bottom: 1px solid #ffffff;
  padding-top: 1rem;
  color: #ffffff;
  padding-bottom: 1.05rem;
  outline: none;
}
.ethics-channel__form select:focus {
  border-color: transparent;
  border-bottom: 1px solid red;
}
.ethics-channel__form .message {
  width: 100%;
}
.ethics-channel__form .message .form-group {
  width: 100%;
}
.ethics-channel__form .message input {
  padding-bottom: 7.2rem;
}
.ethics-channel__form .message textarea {
  resize: none;
  height: 10rem;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #ffffff;
  outline: none;
  color: white;
  font-family: "Plus Jakarta Sans";
}
.ethics-channel__form .message textarea::-moz-placeholder {
  font-family: "Plus Jakarta Sans";
  color: #b3b3b3;
}
.ethics-channel__form .message textarea::placeholder {
  font-family: "Plus Jakarta Sans";
  color: #b3b3b3;
}
.ethics-channel__form .message textarea:focus {
  border-bottom: 1px solid #ff0000;
}
.ethics-channel__form .bottom {
  margin-bottom: 5rem;
  display: flex;
  position: relative;
  align-items: center;
}
.ethics-channel__form .bottom .js-form-send-status {
  margin-left: 2.2rem;
  align-items: center;
  text-align: center;
  font-size: 2rem;
  color: white;
}
.ethics-channel__form .bottom .checkbox-container {
  width: 60%;
  display: flex;
  margin-right: 4rem;
}
.ethics-channel__form .bottom .checkbox-container .error {
  font-size: 13px;
  position: absolute;
  color: red;
  left: 0;
  bottom: -23px;
}
.ethics-channel__form .bottom input[type=checkbox] {
  width: 20px;
  height: 20px;
  margin-right: 2.4rem;
  cursor: pointer;
  accent-color: #ff0000;
  background-color: #000;
}
.ethics-channel__form .bottom label {
  cursor: pointer;
}
.ethics-channel__form .bottom .button {
  display: flex;
  gap: 5px;
}
.ethics-channel__form .last {
  display: flex;
  justify-content: space-between;
}
.ethics-channel__form .last .recaptcha {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.ethics-channel__form .last .recaptcha .error {
  color: red;
  font-size: 13px;
}

@media (max-width: 900px) {
  .ethics-channel__content h1 {
    font-size: 2rem;
  }
  .ethics-channel__content h2 {
    font-size: 1.8rem;
  }
  .ethics-channel__content h3 {
    font-size: 1.4rem;
  }
  .ethics-channel__content p,
  .ethics-channel__content ul li,
  .ethics-channel__content ol li {
    font-size: 1.4rem;
  }
  .ethics-channel__download .download-info .wraper .title {
    font-size: 18px;
  }
  .ethics-channel__form .form-row:last-of-type {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
/* ========= COMPONENTES ========== */
.btn {
  display: flex;
  height: 45px;
  align-items: center;
  gap: 8px;
  border-radius: 4px;
  width: -moz-fit-content;
  width: fit-content;
  padding-top: 14px;
  padding-bottom: 14px;
  outline: none;
  border: 0.5px solid transparent;
  font-family: "Plus Jakarta Sans";
  color: #fff;
  cursor: pointer;
  transition: all 0.5s ease;
}
.btn--red {
  background: #EB1E26;
}
.btn--white {
  background: #FFF;
  color: #000;
}
.btn--transparent {
  background: transparent;
  border: 0.5px solid #FFF;
}
.btn--first {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-left: 32px;
  padding-right: 32px;
}
.btn--second {
  padding: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.button:hover .btn {
  filter: brightness(0.7);
}

.form__row {
  display: flex;
  gap: 1rem;
}
.form__row:not(:last-child) {
  margin-bottom: 1rem;
}
.home-banner {
  position: relative;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.home-banner__background {
  z-index: -1;
  filter: brightness(0.8);
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
}
.home-banner__background img,
.home-banner__background video {
  height: 100vh;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-banner__content {
  width: 100%;
  display: flex;
  padding: 0 3vw 4vw 3vw;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  align-self: flex-end;
}
.home-banner__content .description {
  color: #ECECEB;
  max-width: 25%;
}
.home-banner__content .button {
  display: flex;
  align-items: flex-start;
  gap: 5px;
  width: -moz-fit-content;
  width: fit-content;
}
.home-banner__content .btn--second img {
  width: 16px;
  height: 16px;
}

@media (max-width: 900px) {
  .home-banner__content {
    width: 100%;
    display: flex;
    padding-left: 5vw;
    gap: 28px;
    padding-bottom: 15vh;
  }
  .home-banner__content .title {
    font-size: 6rem;
  }
  .home-banner__content .description {
    font-size: 13px;
    max-width: 80%;
  }
  .home-banner__content .button {
    transform: scale(0.9);
    transform-origin: top left;
  }
  .home-banner__content .btn--second img {
    width: 16px;
    height: 16px;
  }
}
.banner {
  position: relative;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.banner__background {
  z-index: -1;
  filter: brightness(0.7);
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
}
.banner__background img,
.banner__background video {
  height: 100vh;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner__content {
  width: 100%;
  height: 100%;
  display: flex;
  padding: 8.5vw 3vw 4vw 3vw;
  flex-direction: column;
  justify-content: space-between;
}
.banner__content .wraper {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.banner__content .description {
  color: #ECECEB;
  max-width: 25%;
}
.banner__content .button {
  display: flex;
  align-items: flex-start;
  gap: 5px;
  width: -moz-fit-content;
  width: fit-content;
}
.banner__content .btn--second img {
  width: 16px;
  height: 16px;
}

@media (max-width: 900px) {
  .banner__content {
    width: 100%;
    display: flex;
    padding-left: 5vw;
    gap: 28px;
    padding-bottom: 15vh;
  }
  .banner__content .title {
    font-size: 4.6rem;
    padding-top: 20rem;
  }
  .banner__content .wraper {
    gap: 20px;
  }
  .banner__content .wraper .subtitle {
    font-size: 2.7rem;
    max-width: 80%;
    line-height: 28px;
  }
  .banner__content .wraper .description {
    font-size: 13px;
    max-width: 80%;
  }
  .banner__content .wraper .button {
    transform: scale(0.9);
    transform-origin: top left;
  }
  .banner__content .wraper .btn--second img {
    width: 16px;
    height: 16px;
  }
}
.card-section {
  position: relative;
  height: 100vh;
  display: flex;
  justify-content: left;
  align-items: flex-end;
}
.card-section__background {
  z-index: -1;
  filter: brightness(0.8);
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
}
.card-section__background img,
.card-section__background video {
  height: 100vh;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.card-section__card {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 45rem;
  height: auto;
  background-color: #EB1E26;
  border-radius: 10px;
  margin: 0 0 65px 65px;
}
.card-section__card .content {
  display: flex;
  flex-direction: column;
  padding: 40px;
}
.card-section__card .content .title {
  margin: 4.2rem 0;
}
.card-section__card .content .button {
  margin-top: 2.6rem;
  display: flex;
  align-items: flex-start;
  gap: 5px;
}
.card-section__card .content .btn--second img {
  width: 16px;
  height: 16px;
}

@media (max-width: 900px) {
  .card-section {
    justify-content: center;
    align-items: center;
  }
  .card-section__card {
    width: 80vw;
    margin: 0;
  }
  .card-section__card .content {
    justify-content: left;
    align-items: flex-start;
  }
  .card-section__card .content .title {
    font-size: 4rem;
    line-height: 35px;
  }
  .card-section__card .content .description {
    font-size: 13px;
    line-height: 22px;
  }
  .card-section__card .content .button {
    transform: scale(0.9);
    transform-origin: top left;
  }
  .card-section__card .content .button .btn {
    font-size: 13px;
  }
}
.carousel-black {
  position: relative;
  height: 100vh;
  display: flex;
  flex-direction: column;
  background: #000;
  padding: 6.4rem 0 6.4rem 6.4rem;
  gap: 3.6rem;
  z-index: -1;
}
.carousel-black .title {
  color: white;
}
.carousel-black .cards {
  display: flex;
  height: 100%;
}
.carousel-black .cards .slick-track {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  height: 100%;
}
.carousel-black .cards .first-card {
  border-radius: 10px;
  width: 70vw;
  display: flex;
}
.carousel-black .cards .first-card .left {
  position: relative;
  padding: 4rem;
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
.carousel-black .cards .first-card .left .background {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  -o-object-fit: contain;
     object-fit: contain;
  filter: brightness(0.5);
}
.carousel-black .cards .first-card .left .background img {
  width: 100%;
  height: 100%;
  border-radius: 10px 0 0 10px;
}
.carousel-black .cards .first-card .right {
  padding: 4rem;
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.carousel-black .cards .first-card .right .wraper {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.carousel-black .cards .first-card .right .button {
  margin-top: 2.6rem;
  display: flex;
  align-items: flex-start;
  gap: 5px;
}
.carousel-black .cards .first-card .right .button .btn {
  font-weight: 400;
}
.carousel-black .cards .first-card .right .btn--second img {
  width: 16px;
  height: 16px;
}
.carousel-black .cards .small-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 4rem;
  border: solid 1px white;
  border-radius: 10px;
  width: 30vw;
  position: relative;
  background-color: white;
}
.carousel-black .cards .small-card .background {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  height: auto;
  width: 100%;
}
.carousel-black .cards .small-card .background img {
  width: auto;
  height: auto;
  max-width: 80%;
  max-height: 80%;
}
.carousel-black .cards .small-card .title {
  color: black;
  justify-content: flex-end;
}

.carousel-white {
  position: relative;
  height: 100vh;
  display: flex;
  flex-direction: column;
  background: #E6E6E6;
  padding: 6.4rem 0 6.4rem 6.4rem;
  gap: 3.6rem;
  z-index: -1;
  color: #000;
}
.carousel-white .title {
  color: #000;
}
.carousel-white .cards {
  display: flex;
  height: 100%;
}
.carousel-white .cards .slick-track {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  height: 100%;
}
.carousel-white .cards .first-card {
  background: #fff;
  border-radius: 10px;
  width: 70vw;
  display: flex;
}
.carousel-white .cards .first-card .left {
  z-index: 2;
  position: relative;
  padding: 4rem;
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
.carousel-white .cards .first-card .left .title {
  color: white;
}
.carousel-white .cards .first-card .left .background {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  -o-object-fit: contain;
     object-fit: contain;
  filter: brightness(0.8);
}
.carousel-white .cards .first-card .left .background img {
  width: 100%;
  height: 100%;
  border-radius: 10px 0 0 10px;
}
.carousel-white .cards .first-card .right {
  padding: 4rem;
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.carousel-white .cards .first-card .right .description {
  color: #000;
}
.carousel-white .cards .first-card .right .wraper {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.carousel-white .cards .first-card .right .button {
  margin-top: 2.6rem;
  display: flex;
  align-items: flex-start;
  gap: 5px;
}
.carousel-white .cards .first-card .right .button .btn {
  font-weight: 400;
  color: #000;
  border: 0.5px solid #000;
}
.carousel-white .cards .first-card .right .btn--second img {
  width: 16px;
  height: 16px;
}
.carousel-white .cards .small-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 4rem;
  border-radius: 10px;
  width: 30vw;
  position: relative;
  background-color: white;
}
.carousel-white .cards .small-card .background {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  height: auto;
  width: 100%;
}
.carousel-white .cards .small-card .background img {
  width: auto;
  height: auto;
  max-width: 80%;
  max-height: 80%;
}
.carousel-white .cards .small-card .title {
  color: #000;
  justify-content: flex-end;
}

.product-scroll {
  height: auto;
  min-height: auto;
  padding: 9.6rem 6.4rem;
}
.product-scroll .main-title {
  margin-bottom: 3.6rem;
}
.product-scroll__wrapper {
  display: flex;
  flex-direction: column;
}
.product-scroll__container {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  width: 100%;
}
.product-scroll__first-card {
  border-radius: 10px;
  width: 100%;
  display: flex;
  background-color: #000;
  cursor: pointer;
  transition: transform 0.3s ease;
  position: relative;
}
.product-scroll__first-card:hover {
  transform: translateY(-2px);
}
.product-scroll__first-card.is-active .js-arrow-icon {
  transform: rotate(180deg);
}
.product-scroll__first-card .left {
  position: relative;
  padding: 4rem;
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
.product-scroll__first-card .left .title {
  z-index: 5;
  position: relative;
}
.product-scroll__first-card .left .arrow-wrapper {
  z-index: 5;
  position: relative;
  display: flex;
  align-items: center;
  gap: 1.2rem;
}
.product-scroll__first-card .left .arrow-text {
  font-family: "Plus Jakarta Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #FFFFFF;
  white-space: nowrap;
}
.product-scroll__first-card .left .arrow {
  transition: transform 0.4s ease;
  transform-origin: center;
}
.product-scroll__first-card .left .background {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  filter: brightness(0.5);
}
.product-scroll__first-card .left .background img {
  width: 100%;
  height: 100%;
  border-radius: 10px 0 0 10px;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-scroll__first-card .right {
  padding: 4rem;
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.product-scroll__first-card .right .wraper {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.product-scroll__first-card .right .button {
  margin-top: 2.6rem;
  display: flex;
  align-items: flex-start;
  gap: 5px;
}
.product-scroll__first-card .right .button .btn {
  font-weight: 400;
}
.product-scroll__first-card .right .btn--second img {
  width: 16px;
  height: 16px;
}
.product-scroll__cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1.6rem;
  width: 100%;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.6s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s ease 0.15s, margin-top 0.4s ease;
  margin-top: 0;
}
.product-scroll__cards.is-open {
  max-height: 5000px;
  opacity: 1;
  margin-top: 4rem;
}
.product-scroll__card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 4rem;
  border-radius: 10px;
  position: relative;
  background-color: #FFFFFF;
  min-height: 400px;
}
.product-scroll__card__background {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  height: 30vh;
  width: 100%;
}
.product-scroll__card__background img {
  width: auto;
  height: auto;
  max-width: 80%;
  max-height: 80%;
}
.product-scroll__card__title {
  color: #000000;
  justify-content: flex-end;
}
.product-scroll__card--full {
  padding: 0;
  background-color: #000000;
  justify-content: flex-end;
}
.product-scroll__card--full .product-scroll__card__background {
  z-index: 4;
  filter: brightness(0.7);
  position: absolute;
  height: 100%;
  width: 100%;
}
.product-scroll__card--full .product-scroll__card__background img {
  max-width: unset;
  max-height: unset;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.product-scroll__card--full .product-scroll__card__title {
  z-index: 5;
  color: #FFFFFF;
  justify-content: flex-end;
  padding-left: 4rem;
  padding-bottom: 4rem;
}
.product-scroll--light {
  background: #E6E6E6;
}
.product-scroll--light .main-title {
  color: #000000;
}
.product-scroll--light .product-scroll__first-card {
  background: #FFFFFF;
}
.product-scroll--light .product-scroll__first-card .right .wraper .title {
  color: #000000;
  font-weight: 500;
}
.product-scroll--light .product-scroll__first-card .right .wraper .description {
  color: #000000;
  font-weight: 500;
}
.product-scroll--light .product-scroll__first-card .right .button .btn {
  font-weight: 500;
  color: #000000;
  border: 0.5px solid #000000;
}

@media (max-width: 900px) {
  .product-scroll {
    padding: 6rem 5vw;
  }
  .product-scroll .main-title {
    font-size: 40px;
    margin-bottom: 3rem;
  }
  .product-scroll__container {
    gap: 3rem;
  }
  .product-scroll__first-card {
    flex-direction: column;
    width: 100%;
  }
  .product-scroll__first-card .left {
    height: 30vh;
    padding: 4rem;
    width: 100%;
    display: flex;
    gap: 1rem;
  }
  .product-scroll__first-card .left .arrow-wrapper {
    gap: 1rem;
  }
  .product-scroll__first-card .left .arrow-text {
    font-size: 12px;
  }
  .product-scroll__first-card .left .arrow {
    transform: scale(0.7);
    transform-origin: center;
  }
  .product-scroll__first-card .left .title {
    font-size: 22px;
    line-height: 28px;
  }
  .product-scroll__first-card .left .background img {
    border-radius: 10px 10px 0 0;
  }
  .product-scroll__first-card .right {
    height: auto;
    padding: 2.5rem;
    width: 100%;
  }
  .product-scroll__first-card .right .wraper {
    gap: 1.6rem;
  }
  .product-scroll__first-card .right .wraper .title {
    font-size: 18px;
  }
  .product-scroll__first-card .right .wraper .description {
    font-size: 12px;
    line-height: 20px;
  }
  .product-scroll__first-card .right .button {
    transform: scale(0.85);
    transform-origin: top left;
  }
  .product-scroll__cards {
    grid-template-columns: 1fr;
    gap: 1.6rem;
  }
  .product-scroll__card {
    min-height: 350px;
  }
  .product-scroll__card--full {
    min-height: 400px;
  }
}
.cms-bar {
  height: 50px;
}
.cms-bar__row {
  position: fixed;
  bottom: 0;
  left: 0;
  background: #9700f6;
  height: 50px;
  display: flex;
  justify-content: flex-end;
  width: 100%;
  align-items: center;
  font-family: Arial, Helvetica, sans-serif;
}
.cms-bar__row .text {
  color: #FFF;
  margin-right: 15px;
  font-size: 14px;
  font-weight: bold;
}
.cms-bar__row .btn {
  background: #FFF;
  padding: 5px 20px;
  border-radius: 15px;
  margin-right: 15px;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  color: #000;
}
.cms-bar__row .btn:hover {
  background: #000;
  color: #FFF;
}

@media (max-width: 900px) {
  .cms-bar__row .text {
    display: none;
  }
}
