.navbar {
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-backdrop-filter: blur(10px) brightness(1.2) saturate(150%);
          backdrop-filter: blur(10px) brightness(1.2) saturate(150%);
}

section {
  padding: 60px 0;
  position: relative;
  overflow: hidden;
}
section#banner {
  min-height: 100svh;
  color: white;
  display: flex;
  align-items: stretch;
  justify-content: center;
  text-align: center;
  padding: 0;
  position: relative;
}
section#banner > .swiper {
  --swiper-navigation-color: white;
  --swiper-pagination-bullet-inactive-color: white;
  --swiper-pagination-color: white;
  --swiper-pagination-bullet-inactive-opacity: 0.4;
  --swiper-navigation-sides-offset: 30px;
  --swiper-navigation-size: 30px;
  width: 100%;
  display: inline-flex;
}
section#banner > .swiper .swiper-slide {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  padding: 90px 0;
  position: relative;
  display: flex;
  align-items: center;
  transition-timing-function: ease-in-out;
}
section#banner > .swiper .swiper-slide > .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  transform: scale(1);
  transition: transform 25s ease-out;
}
section#banner > .swiper .swiper-slide .container {
  transition: transform 1800ms ease 0.3s, opacity 300ms ease;
  opacity: 0;
  transform: scale(1.2);
}
section#banner > .swiper .swiper-slide .container h1,
section#banner > .swiper .swiper-slide .container h5,
section#banner > .swiper .swiper-slide .container p {
  text-shadow: rgba(0, 0, 0, 0.2509803922) 1px 1px 3px;
}
section#banner > .swiper .swiper-slide.swiper-slide-active > .bg {
  transform: scale(1.2);
}
section#banner > .swiper .swiper-slide.swiper-slide-active .container {
  opacity: 1;
  transform: scale(1);
}
section#banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.21);
  z-index: 1;
}
section#banner hr {
  max-width: 325px;
  opacity: 1;
  border-top-width: 1px;
  margin: 0 auto;
}
section#banner h5 {
  opacity: 0.68;
}
section#banner p {
  letter-spacing: 0.05em;
}
section#sobre {
  min-height: 70vh;
  display: flex;
  align-content: center;
}
section#sobre .section-fixed-image {
  background-size: cover;
  background-position: center;
}
section#compromisso {
  padding: 0;
}
section#compromisso .gray-section {
  padding: 73px 0;
  max-width: 1920px;
  margin: 0 auto;
  background-color: #848484;
  background-image: url("/assets/placeholder/Group 2930.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
section#produtos #swiper-produtos-seletor {
  --swiper-theme-color: black;
  --swiper-navigation-size: 20px;
  --swiper-navigation-sides-offset: 30%;
  --swiper-pagination-top: auto;
  --swiper-pagination-bottom: 0;
  --swiper-navigation-top-offset: calc(100% - 12px);
}
section#produtos #swiper-produtos-seletor .swiper-wrapper .swiper-slide {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
section#produtos #swiper-produtos-seletor .swiper-wrapper .swiper-slide .produto-thumb {
  padding-bottom: 38px;
  text-decoration: none;
  color: black;
  display: block;
  margin: 0 7px;
}
section#produtos #swiper-produtos-seletor .swiper-wrapper .swiper-slide .produto-thumb p {
  margin-bottom: 0.8rem;
}
section#produtos #swiper-produtos-seletor .swiper-wrapper .swiper-slide .produto-thumb img {
  max-width: 100%;
  background-color: white;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 1.6;
  border: 1px solid #bebebe;
  border-radius: 5px;
  transition: background-color 0.3s ease, border-color 0.3s ease;
  cursor: pointer;
}
section#produtos #swiper-produtos-seletor .swiper-wrapper .swiper-slide .produto-thumb:hover img, section#produtos #swiper-produtos-seletor .swiper-wrapper .swiper-slide .produto-thumb:active img {
  border-color: rgba(0, 0, 0, 0.5019607843);
}
section#produtos #swiper-produtos-seletor .swiper-wrapper .swiper-slide.selected .produto-thumb img {
  border-color: black;
}
section#produtos .swiper-interno {
  --swiper-theme-color: black;
  --swiper-navigation-size: 20px;
  --swiper-navigation-sides-offset: 0%;
}
section#produtos .swiper-interno .swiper-wrapper .swiper-slide {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
section#ambientados {
  background: #848484;
  background-image: url("/assets/placeholder/bg2.jpg");
  background-position: center bottom;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
section#ambientados::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 50%;
  z-index: 0;
  background: #848484;
}
section#ambientados > .container {
  position: relative;
  z-index: 1;
}
section#ambientados img {
  aspect-ratio: 2.2;
  -o-object-fit: cover;
     object-fit: cover;
}
section#representantes {
  padding-top: 80px;
  padding-bottom: 80px;
  min-height: 60vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}
section#catalogo {
  background-image: url("/assets/placeholder/bg-cat.jpg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-attachment: fixed;
  background-size: contain;
}
section#catalogo .card-catalog {
  border-radius: 5px;
  aspect-ratio: 1.103;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
section#catalogo .img-extra {
  aspect-ratio: 2.3;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 5px;
}

@media (max-width: 1199px) {
  section#banner {
    padding-top: 0;
    padding-bottom: 0px;
  }
  section#banner > .swiper {
    --swiper-navigation-sides-offset: 10px;
    --swiper-navigation-size: 20px;
  }
  section#banner > .swiper .swiper-slide > .bg {
    transition: transform 8s ease-out;
  }
  section#banner > .swiper .swiper-slide .container p {
    font-size: 1.1em !important;
  }
  section#banner > .swiper .swiper-slide.swiper-slide-active > .bg {
    transform: scale(1.2);
  }
  section#compromisso .gray-section {
    background-image: none;
  }
  section#produtos .swiper {
    --swiper-navigation-sides-offset: 10px;
  }
  section#ambientados {
    background-size: cover;
    background-position: center !important;
  }
  section#representantes {
    background-size: auto;
  }
  section#catalogo {
    background-size: cover;
    background-position: center;
  }
}
.img-catalogo span {
  position: absolute;
  bottom: 50px;
  left: 12px;
}

@media (max-width: 992px) {
  .img-catalogo span {
    position: absolute;
    bottom: 45px;
    left: 40px;
  }
}