@charset "UTF-8";
.hero-caroussel-height {
  min-height: 100vh;
}

.vantagens-hero {
  height: 25rem;
}

.hero {
  background-image: url("../../../assets/img/Fundos/hero_bg.webp");
  padding-top: 0rem;
}
@media (max-width: 768px) {
  .hero {
    padding-left: 0rem;
    padding-right: 0rem;
    padding-top: 3rem;
    padding-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .hero {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.hero-index {
  z-index: -1;
}

.hero-container {
  margin: 0 !important;
}

.logo {
  width: 20rem;
}
@media (min-width: 320px) and (max-width: 768px) {
  .logo {
    width: 10rem;
  }
}

.main-container {
  z-index: 10000;
}

.main-title-home {
  height: 20vh;
}

.main-product {
  max-width: none !important;
  width: auto;
  padding-top: 2rem;
  z-index: 2;
}
@media (min-width: 340px) and (max-width: 768px) {
  .main-product {
    width: 15rem;
    margin-top: 4rem;
  }
}

.firula2 {
  width: 7.5rem;
}

.products-composition {
  margin-top: 2rem;
  height: 35rem;
}
@media (min-width: 320px) and (max-width: 1440px) {
  .products-composition {
    height: 30rem;
  }
}

.scroll-column {
  display: inline;
}
@media (max-width: 992px) {
  .scroll-column {
    display: none;
  }
}

.scroll {
  font-family: "Titillium Web", sans-serif;
  font-size: 1rem;
  text-align: left;
  color: #ffffff;
  line-height: 2rem;
  font-weight: 300;
  letter-spacing: 1rem;
}
@media (max-width: 992px) {
  .scroll {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}

.line {
  border-left: 1px solid #ffffff;
  height: 5rem;
  padding-right: 1rem;
}

.beneficios {
  background-image: url("Fundos/beneficios_bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.beneficios-position {
  position: relative;
}

.beneficios-decor1 {
  position: absolute;
  padding: 2.5rem;
  position: absolute;
}

.beneficios-img {
  background-image: url("beneficios_img.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 992px) {
  .beneficios-img {
    height: 30vh;
  }
}

.beneficios-column {
  padding-left: 4rem;
}
@media (max-width: 992px) {
  .beneficios-column {
    padding: 0 1rem;
  }
}

.beneficios-list {
  font-family: "Titillium Web", sans-serif;
  font-size: 1.25rem;
  text-align: left;
  color: #202020;
  line-height: 2rem;
  font-weight: 300;
}
@media (max-width: 992px) {
  .beneficios-list {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (max-width: 992px) {
  .beneficios-list {
    font-size: 1.1rem;
    line-height: 2rem;
  }
}

.folha-beneficios {
  position: absolute;
  padding: 2.5rem;
  padding-top: 20rem;
  right: 22rem;
}
@media (min-width: 320px) and (max-width: 576px) {
  .folha-beneficios {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .folha-beneficios {
    padding-top: 10rem;
    right: 30rem;
  }
}

.plus-firula {
  position: absolute;
  width: 6rem;
  left: 27rem;
  top: 30rem;
}
@media (max-width: 992px) {
  .plus-firula {
    display: none;
  }
}

.elipse-decor {
  position: absolute;
  left: -10rem;
  right: 0;
  width: 23rem;
  height: 23rem;
  flex-shrink: 0;
  border-radius: 23rem;
  background: linear-gradient(90deg, #00368A 18.56%, #82CA51 100%);
  filter: blur(50px);
}
@media (max-width: 576px) {
  .elipse-decor {
    display: none;
  }
}

.beneficios-list {
  list-style: none;
  padding: 0;
}

.beneficios-list li {
  position: relative;
  padding-left: 70px;
  margin-bottom: 10px;
}

.beneficios-list li::before {
  content: "";
  background-image: url("../../../assets/img/Ícones/check.svg");
  background-repeat: no-repeat;
  background-size: 40px 40px;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}



.aberturas {
  background-image: url("../../../assets/img/BG-Números.webp");
  min-height: 105vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.aberturas .subtitulo-abertura {
  font-family: "Titillium Web", sans-serif;
  font-size: 1.1rem;
  text-align: center;
  color: #202020;
  line-height: 2rem;
  font-weight: 300;
  font-weight: 400;
}
@media (max-width: 992px) {
  .aberturas .subtitulo-abertura {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
.aberturas .legenda-abertura {
  font-family: "Kinetica", "sans-serif", sans-serif;
  font-size: 0.75rem;
  text-align: center;
  color: #ffffff;
  line-height: 2.5rem;
  text-transform: uppercase;
  font-weight: 700;
  text-shadow: 0px 1px 1px #202020;
}
@media (max-width: 992px) {
  .aberturas .legenda-abertura {
    font-size: 0.9rem;
    padding-top: 1.5rem;
    line-height: 1.25rem;
  }
}
@media (min-width: 320px) and (max-width: 992px) {
  .aberturas .legenda-abertura {
    font-size: 0.65rem;
  }
}
.aberturas .dropdown {
  border-radius: 0;
}
.aberturas .janelas-viewer {
  height: 70vh;
}
@media (min-width: 320px) and (max-width: 768px) {
  .aberturas .janelas-viewer {
    height: 100%;
  }
}
.aberturas .abertura-altura {
  display: flex;
  flex-direction: column;
  justify-content: space-between; /* Mantém o título e o viewer com bom espaçamento */
  align-items: center;
  height: auto; /* Permite adaptação dinâmica */
  min-height: 50vh; /* Garante um mínimo sem exagerar */
}
.aberturas #viewerContainer {
  flex-grow: 0;
  margin: 0 0.5px 0 0;
  padding: 2px 0 75px;
  background-image: linear-gradient(to bottom, rgba(67, 128, 215, 0.43), rgba(255, 255, 255, 0.62));
  height: 60vh;
}
.aberturas .splineViewer {
  display: none;
  height: 75vh !important;
  width: 45vw;
}
@media (min-width: 320px) and (max-width: 992px) {
  .aberturas .splineViewer {
    width: 100vw;
    height: 60vh;
  }
}
@media (min-width: 320px) and (max-width: 768px) {
  .aberturas #viewerContainer {
    height: 60vh;
  }
}
.aberturas .btn-aberturas {
  background: rgba(255, 255, 255, 0.5);
  border: none;
  font-family: "Kinetica", "sans-serif", sans-serif;
  font-size: 0.75rem;
  text-align: center;
  color: #202020;
  line-height: 2.5rem;
  text-transform: uppercase;
  font-weight: 700;
  text-transform: uppercase;
  width: 30rem;
}
@media (max-width: 992px) {
  .aberturas .btn-aberturas {
    font-size: 0.9rem;
    padding-top: 1.5rem;
    line-height: 1.75rem;
  }
}
@media (max-width: 992px) {
  .aberturas .btn-aberturas {
    width: 20rem;
    font-size: 10px;
    letter-spacing: 0.25rem;
    margin-bottom: 2.5rem;
  }
}
.aberturas .padding-arrows {
  padding: 0 1.75rem;
}
.aberturas .nav-aberturas {
  font-family: "Kinetica", "sans-serif", sans-serif;
  font-size: 0.75rem;
  text-align: center;
  color: #ffffff;
  line-height: 2.5rem;
  text-transform: uppercase;
  font-weight: 700;
  width: 100%;
  text-shadow: 0px 1px 1px #202020;
  height: 3.75rem;
}
@media (max-width: 992px) {
  .aberturas .nav-aberturas {
    font-size: 0.9rem;
    padding-top: 1.5rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 320px) and (max-width: 992px) {
  .aberturas .nav-aberturas {
    font-size: 0.65rem;
  }
}
.aberturas .top-bar-nav {
  background-image: linear-gradient(to right, #4380d7, rgba(67, 128, 215, 0.5));
  border-top-left-radius: 0.625rem !important;
  border-top-right-radius: 0.625rem !important;
}
.aberturas .page-item:last-child .page-link {
  padding: 0 17px 0 16px;
  background-color: rgba(67, 128, 215, 0.8);
  border-radius: 0 !important;
  color: #ffffff;
  

}

.setas {
  width: 10px;
  height:  auto;
}

.aberturas .page-item:first-child .page-link {
  padding: 0 17px 0 16px;
  background-color: rgba(67, 128, 215, 0.8);
  border-radius: 0 !important;
  color: #ffffff;

}


.aberturas-menu {
  width: 30rem;
  background: linear-gradient(180deg, #90bcfa 6%, rgba(255, 255, 255, 0.7));
  border: none;
  max-height: 12.5rem;
  overflow-y: scroll;
}
@media (min-width: 320px) and (max-width: 992px) {
  .aberturas-menu {
    width: 20rem;
  }
}

.menu-item {
  font-family: "Titillium Web", sans-serif;
  font-size: 1rem;
  text-align: center;
  color: #202020;
  line-height: 2rem;
  font-weight: 300;
  letter-spacing: 0rem !important;
  text-transform: uppercase;
  letter-spacing: 0.5rem;
}
@media (max-width: 992px) {
  .menu-item {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}

.menu-item:hover {
  background: rgba(255, 255, 255, 0.7);
}

.menu-item:focus {
  background: rgba(255, 255, 255, 0.5);
}

/* width */
::-webkit-scrollbar {
  width: 20px;
}

/* Track */
::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0), inset 0 -2px 2px rgba(0, 0, 0, 0);
  /* Simulates spacing at the top and bottom */
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #ffffff;
  border-radius: 10px;
  border: 5px solid transparent;
  /* Creates a pseudo spacing effect */
  background-clip: padding-box;
  /* Ensures the background only fills the area inside the border */
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #ffffff;
}

.section-specs {
  font-family: "Titillium Web", sans-serif;
  font-size: 1.25rem;
  text-align: center;
  color: #202020;
  line-height: 2rem;
  font-weight: 300;
}
@media (max-width: 992px) {
  .section-specs {
    font-size: 1rem;
    line-height: 1.75rem;
    
  }
}
@media (min-width: 320px) and (max-width: 768px) {
  .section-specs {
    line-height: 1.25rem;
    text-align: left;
  }
}

.specs-number {
  font-family: "Kinetica", "sans-serif", sans-serif;
  font-size: 2rem;
  text-align: left;
  color: #00368A;
  line-height: 2.5rem;
  text-transform: uppercase;
  font-weight: 700;
}
@media (max-width: 992px) {
  .specs-number {
    font-size: 0.9rem;
    padding-top: 1.5rem;
    line-height: 1.75rem;
  }
}

.specs-line {
  border: none;
  height: 0.05rem;
  background-color: #202020;
}

.specs-icon {
  height: 80px;
  width: 80px;
  box-shadow: 5px 5px 20px rgba(32, 32, 32, 0.15);
  border-radius: 10px;
}

.logo-alu {
  width: 300px;
  height: 39px;
}

.hero-title {
  font-family: "Kinetica", "sans-serif", sans-serif;
  font-size: 3.125rem;
  text-align: left;
  color: #82CA51;
  line-height: 2.5rem;
  text-transform: uppercase;
  font-weight: 700;
}
@media (max-width: 992px) {
  .hero-title {
    font-size: 0.9rem;
    padding-top: 1.5rem;
    line-height: 1.75rem;
  }
}
@media (max-width: 992px) {
  .hero-title .row-container {
    flex-direction: column !important;
  }
  .hero-title .hero-description {
    font-family: "Titillium Web", sans-serif;
    font-size: 1rem;
    text-align: center;
    color: #ffffff;
    line-height: 2rem;
    font-weight: 300;
    line-height: normal;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  .hero-title .hero-description {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media (max-width: 992px) {
  .hero-title .hero-title {
    font-family: "Kinetica", "sans-serif", sans-serif;
    font-size: 1.5rem;
    text-align: center;
    color: #82CA51;
    line-height: 2.5rem;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.5rem;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  .hero-title .hero-title {
    font-size: 0.9rem;
    padding-top: 1.5rem;
    line-height: 1.75rem;
  }
}

.download-catalog {
  background-image: url("/../../img/Fundos/nl-bg.webp");
  background-position: center;
  border-radius: 0;
  background-size: cover;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 320px) and (max-width: 768px) {
  .download-catalog {
    flex-direction: column;
  }
}

.vantagens-titles {
  font-family: "Kinetica", "sans-serif", sans-serif;
  font-size: 0.75rem;
  text-align: center;
  color: #00368A;
  line-height: 2.5rem;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.25rem;
}
@media (max-width: 992px) {
  .vantagens-titles {
    font-size: 0.9rem;
    padding-top: 1.5rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 320px) and (max-width: 992px) {
  .vantagens-titles {
    font-size: 0.75rem;
  }
}

.vantagens-bg {
  height: 15rem;
}

.vantagens-list {
  top: -8rem;
}
@media (min-width: 320px) and (max-width: 768px) {
  .vantagens-list {
    top: -10rem;
  }
}

.vantagens-box {
  width: 24%;
  height: auto;
  margin: 0;
}
@media (min-width: 320px) and (max-width: 768px) {
  .vantagens-box {
    width: 100%;
    margin: 0 2rem;
  }
}

.vantagens-description {
  font-family: "Titillium Web", sans-serif;
  font-size: 1rem;
  text-align: left;
  color: #202020;
  line-height: 2rem;
  font-weight: 300;
  line-height: 1.5rem;
}
@media (max-width: 992px) {
  .vantagens-description {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}

.video-height {
  height: 80vh;
}