.bg-pattern {
  background-image: url("../img/bg-pattern.png");
  background-repeat: repeat;
}

.btn-primary {
  --bs-btn-color: var(--bs-secondary);
}

.btn-secondary {
  --bs-btn-color: var(--bs-primary);
}

html {
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: -0.05em;
}

body {
  position: relative;
}

section:not(#sobre) {
  overflow: hidden;
}

.bg-gray {
  background-color: #e8e8e8;
}

.bg-gray-dark {
  background-color: #4c4c4c;
}

.min-vh-50 {
  min-height: 50vh !important;
}

.font-size-lg {
  font-size: 1.125rem;
}

header + nav {
  position: sticky !important;
  top: 0;
  z-index: 20;
}

nav.social a {
  border-radius: 50%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 33px;
  width: 33px;
  text-align: center;
  margin: 0 3px;
  font-size: 18px;
}
nav.social a.whatsapp {
  background-color: #22d164;
  padding: 0 0 0 2px;
}
nav.social a.instagram {
  background-color: #e138a3;
  padding: 0 0 0 2px;
}
nav.social a.facebook {
  background-color: #3832c0;
  padding: 0 0 0 2px;
}
nav.social a.youtube {
  padding: 0 0 0 2px;
  background-color: #ff4343;
}

footer nav.social a {
  height: 50px;
  width: 50px;
  text-align: center;
  margin: 0 5px;
  font-size: 25px;
}

h1 {
  letter-spacing: -0.03em;
  line-height: 1.1em;
}

.featured-line {
  border-bottom: 2px inset #373f94;
  max-width: 290px;
}
.featured-line.white {
  border-bottom-color: white;
}
.featured-line h6 {
  font-weight: 600;
  padding-bottom: 10px;
  margin: 0 0 -2px 0;
  width: 70%;
  border-bottom: 5px solid #ffe400;
}

.text-justify {
  text-align: justify;
}

.min-w-60 {
  min-width: 60%;
}

#featured-video {
  position: relative;
  display: block;
  color: white;
}
#featured-video::before {
  background-color: rgba(0, 0, 0, 0.57);
  height: 100%;
  width: 100%;
  position: absolute;
  content: "";
}
#featured-video > div {
  position: absolute;
  top: 50%;
  bottom: 50%;
  left: 50%;
  right: 50%;
  z-index: 1;
  border: 4px solid white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  padding: 0 0 0 4px;
  transform: translate(-50%, -50%);
  opacity: 0.6;
}

@media (min-width: 992px) {
  #featured-video {
    margin-bottom: -125px;
  }
  #produtos {
    padding-top: 125px;
  }
}
#banner > .container {
  max-width: 2560px;
  width: 100%;
  color: white;
  display: flex;
  align-items: stretch;
  padding: 0;
  position: relative;
}
#banner > .container > .swiper {
  height: 750px;
  --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;
}
#banner > .container > .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;
}
#banner > .container > .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;
}
#banner > .container > .swiper .swiper-slide .container h1,
#banner > .container > .swiper .swiper-slide .container p {
  text-shadow: rgba(0, 0, 0, 0.2509803922) 1px 1px 3px;
}
#banner > .container > .swiper .swiper-slide.swiper-slide-active > .bg {
  transform: scale(1.2);
}
#banner > .container p {
  line-height: 1.4em;
}

#produtos .super-wrapper {
  position: relative;
  --swiper-navigation-color: var(--bs-primary);
  --swiper-pagination-bullet-inactive-color: var(--bs-primary);
  --swiper-pagination-color: var(--bs-primary);
  --swiper-pagination-bullet-inactive-opacity: 0.4;
  --swiper-navigation-sides-offset: -60px;
  --swiper-navigation-size: 30px;
}
#produtos .super-wrapper .swiper .swiper-wrapper .swiper-slide {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: white;
}
#produtos .super-wrapper .swiper .swiper-wrapper .swiper-slide hr {
  border-top-width: 2px;
}
#produtos .super-wrapper .swiper-button-prev,
#produtos .super-wrapper .swiper-button-next {
  background-color: var(--bs-primary);
  border-radius: 50%;
  width: 32px;
  height: 32px;
  padding: 5px;
}
#produtos .super-wrapper .swiper-button-next:after,
#produtos .super-wrapper .swiper-button-prev:after {
  display: none !important;
}
#produtos .marca {
  height: 120px;
  -o-object-fit: contain;
     object-fit: contain;
}

#links img {
  max-width: auto;
  max-height: 140px;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (max-width: 991px) {
  body.scrolled #flex-100 {
    width: 100%;
  }
  .min-w-60 {
    min-width: 100%;
  }
  #banner > .container > .swiper .swiper-slide .container h1,
  #banner > .container > .swiper .swiper-slide .container p {
    text-shadow: var(--bs-primary) 1px 1px 0px, var(--bs-primary) 1px 1px 2px;
  }
  #banner .swiper-button-prev,
  #banner .swiper-button-next {
    display: none !important;
  }
  #produtos .super-wrapper {
    --swiper-navigation-sides-offset: -40px;
  }
  #links img {
    max-height: 95px;
  }
}
body .navbar {
  transition: ease background-color 300ms;
}
body .navbar .menu-fixed {
  display: none;
}
body .navbar .menu-fixed img {
  height: 30px;
}
body.scrolled .navbar {
  --bs-navbar-color: white !important;
  background-color: var(--bs-primary) !important;
}
body.scrolled .navbar .social {
  display: none;
}
body.scrolled .navbar .menu-fixed {
  display: block;
}

#listaLojas .col > div {
  background-color: #12174c;
}
#listaLojas .text {
  min-height: 135px;
}

#swiper-fotos .swiper-slide img {
  width: 100%;
  height: 190px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 25px;
  margin: 0 0 15px 0;
}

#contato form textarea {
  border-radius: 1.4rem !important;
}

@media (max-width: 991px) {
  [data-aos][data-aos-delay].aos-animate {
    transition-delay: 0ms !important;
  }
}
#swiper-marcas .swiper-wrapper {
  transition-timing-function: linear !important;
}
#swiper-marcas .swiper-wrapper img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
#swiper-marcas:hover .swiper-wrapper, #swiper-marcas.marquee-paused .swiper-wrapper {
  transition-duration: 0 !important;
}

.form-floating > textarea:not(:-moz-placeholder-shown) ~ label::after {
  background-color: transparent !important;
}

.form-floating > textarea:focus ~ label::after, .form-floating > textarea:not(:placeholder-shown) ~ label::after {
  background-color: transparent !important;
}