@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto&family=Montserrat:wght@100;300;400;500&display=swap");
:root {
  font-size: 16px;
}

.no-padding {
  padding: 0;
}

.no-margin {
  margin: 0;
}

a {
  text-decoration: none;
}

.max-width {
  max-width: 1400px;
}

body {
  position: relative;
}

nav {
  height: 80px;
  display: flex;
  align-items: center;
  position: fixed;
  z-index: 1000;
  width: 100%;
  left: 0;
  top: 0;
  transition: 0.2s ease-in-out;
}
nav ul {
  padding: 0;
  margin: 0;
  display: flex;
  list-style-type: none;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
nav li {
  padding: 0.25rem 1rem;
}
nav li a {
  display: block;
  color: #222;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  white-space: nowrap;
}
nav li:hover, nav li:focus, nav li .active {
  background: #222;
  border-radius: 3rem;
}
nav li:hover a, nav li:focus a, nav li .active a {
  color: #fff;
}
@media screen and (max-width: 767px) {
  nav {
    visibility: hidden;
    opacity: 0;
  }
}

body.active nav {
  visibility: visible;
  opacity: 1;
  background: #fff;
  justify-content: center;
  height: 100dvh;
}
body.active nav ul {
  flex-direction: column;
}

body.fixed nav {
  background: #fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.hamburger-w {
  display: none;
}
@media screen and (max-width: 767px) {
  .hamburger-w {
    position: fixed;
    top: 1rem;
    right: 1rem;
    z-index: 1001;
    display: flex;
    width: 48px;
    height: 48px;
    align-items: center;
    justify-content: center;
    border-radius: 3rem;
    background: #fff;
    box-shadow: rgba(149, 157, 165, 0.5) 0px 2px 6px;
  }
}

.hamburger {
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hamburger-box {
  width: 24px;
  height: 14px;
}

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
  width: 24px;
  height: 3px;
}

.hamburger-inner:after {
  bottom: -8px;
}

.hamburger-inner:before {
  top: -8px;
}

h2 {
  text-align: center;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: bold;
}
@media screen and (max-width: 478px) {
  h2 {
    font-size: 20px;
  }
}

#top {
  width: 100%;
  height: 50dvh;
  min-height: 1200px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow-x: hidden;
}
@media screen and (max-width: 478px) {
  #top {
    height: auto;
    min-height: 100dvh;
  }
}
#top .content {
  width: 100%;
}
@media screen and (max-width: 478px) {
  #top .content {
    padding: 2rem 0;
  }
}
#top .row {
  position: relative;
  z-index: 2;
}
#top .logo-top {
  margin: 0 0 2rem;
}
#top h1 {
  text-transform: uppercase;
  margin: 0 0 2rem;
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 478px) {
  #top h1 {
    font-size: 20px;
    margin: 0 0 1rem;
  }
}
#top p {
  margin: 0 0 2rem;
  max-width: 340px;
}
#top a {
  padding: 1rem 2rem;
  border-radius: 3rem;
  background: #222;
  color: #fff;
  display: inline-block;
  text-transform: uppercase;
  font-weight: bold;
}
@media screen and (max-width: 478px) {
  #top a {
    padding: 0.5rem 1.5rem;
    font-size: 14px;
  }
}

.bg-sprexlab {
  z-index: 1;
  position: absolute;
  top: -40%;
  right: -30%;
  width: 100%;
  max-width: 1385px;
}
@media screen and (max-width: 478px) {
  .bg-sprexlab {
    top: 55%;
    right: 0;
  }
}

@media screen and (max-width: 478px) {
  .text-center-sm {
    text-align: center;
  }
}

.img-dir {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 478px) {
  .img-dir {
    max-width: 300px;
    margin: 2rem 0 0;
  }
}

#sprexlab {
  margin: 8rem 0;
  height: 1082px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 478px) {
  #sprexlab {
    padding: 4rem 0;
  }
}
#sprexlab .container-fluid {
  position: relative;
  z-index: 2;
}
#sprexlab h2 {
  margin: 0 0 5rem;
}
#sprexlab .logo-mini {
  margin: 0 0 1rem;
}
#sprexlab p {
  max-width: 400px;
}

@media screen and (max-width: 478px) {
  .smartphone-colorreader {
    max-width: 240px;
    margin: 2rem 0 0;
  }
}

#como-funciona {
  padding: 8rem 0;
  z-index: 3;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("../imagem/fundo-sprexlab-como-usar.webp") top center no-repeat;
}
@media screen and (max-width: 478px) {
  #como-funciona {
    padding: 4rem 0;
  }
}
#como-funciona .item-top {
  margin: 0 0 8rem;
}
#como-funciona .container-fluid {
  position: relative;
  z-index: 2;
}
#como-funciona .my-5 {
  margin: 8rem 0 !important;
}
#como-funciona h2 {
  margin: 0 0 5rem;
}
#como-funciona h3 {
  font-size: 20px;
  text-transform: uppercase;
  margin: 1rem 0;
  font-weight: 700;
}
@media screen and (max-width: 478px) {
  #como-funciona h3 {
    font-size: 18px;
  }
}
#como-funciona .number {
  font-size: 60px;
  line-height: 60px;
  font-weight: bold;
  letter-spacing: -4px;
}
@media screen and (max-width: 478px) {
  #como-funciona .number {
    font-size: 50px;
    line-height: 50px;
  }
}
#como-funciona .step {
  display: flex;
  font-size: 24px;
  font-weight: 700;
  border-bottom: 6pX solid #FF8585;
  line-height: 40px;
  margin-bottom: 5px;
}
@media screen and (max-width: 478px) {
  #como-funciona .step {
    font-size: 20px;
  }
}
#como-funciona .number-w {
  display: flex;
  gap: 1rem;
  align-items: center;
}
#como-funciona .img img {
  width: 100%;
  max-width: 443px;
}
#como-funciona .img.rounded img {
  border-radius: 5rem;
}
#como-funciona .content {
  max-width: 443px;
}
@media screen and (max-width: 478px) {
  #como-funciona .smartphone {
    max-width: 200px !important;
    margin: 2rem 0 0;
  }
}

.bg-1, .bg-2 {
  position: absolute;
  z-index: 1;
  width: 100%;
  top: 0;
  left: 0;
}

#depoimentos {
  z-index: 1;
  padding: 5rem 0 0;
  min-height: 1080px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 478px) {
  #depoimentos {
    min-height: 100dvh;
  }
}
#depoimentos .container-fluid {
  position: relative;
  z-index: 3;
}
#depoimentos h2 {
  margin: 0 0 1rem;
}
#depoimentos p {
  font-size: 15px;
  text-align: center;
  margin: 0 0 2rem;
  letter-spacing: 2px;
}

.slider {
  z-index: 3;
  margin: auto;
  position: relative;
}

.slide {
  padding: 10px;
}

.slide img {
  width: 100%;
  border-radius: 10px;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.slide img:hover {
  transform: scale(1.05);
}

/* --- SETAS SVG --- */
.slick-arrow {
  width: 40px;
  height: 40px;
  z-index: 5;
  background: none;
  border: none;
  cursor: pointer;
}

.slick-arrow img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.4));
  transition: transform 0.3s ease;
}

.slick-arrow:hover img {
  transform: scale(1.1);
}

/* Desktop: setas externas */
.slick-prev {
  left: -50px;
}
.slick-prev:before {
  content: "";
}

.slick-next {
  right: -50px;
}
.slick-next:before {
  content: "";
}

/* Mobile: setas internas */
@media (max-width: 1024px) {
  .slick-prev, .slick-next {
    width: 40px;
    height: 40px;
  }
  .slick-prev {
    left: 10px !important;
  }
  .slick-next {
    right: 10px !important;
  }
  .slick-arrow img {
    filter: invert(1); /* deixa branco no fundo escuro */
  }
}
#preco {
  position: relative;
  z-index: 2;
  padding: 5rem 0;
  min-height: 1080px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* Destaque para o mais vendido */
}
@media screen and (max-width: 478px) {
  #preco {
    padding: 3rem 0;
  }
}
#preco .price-card {
  border-radius: 1rem;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s;
  position: relative;
}
#preco .price-card:hover {
  transform: translateY(-5px);
}
#preco .price {
  font-size: 2rem;
  color: #606ff8;
  font-weight: 700;
}
@media screen and (max-width: 478px) {
  #preco .price {
    font-size: 1.5rem;
  }
}
#preco .pix-price {
  font-size: 1.2rem;
  color: #28a745;
  font-weight: 600;
}
@media screen and (max-width: 478px) {
  #preco .pix-price {
    font-size: 1rem;
  }
}
#preco .btn-buy {
  background-color: #ffc107;
  color: #222;
  border: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-weight: 600;
  font-size: 1rem;
}
#preco .btn-buy:hover {
  background-color: #ff8b07;
}
#preco .btn-buy img {
  height: 32px;
  width: auto;
}
#preco .best-seller {
  border: 3px solid #ffc107;
  box-shadow: 0 0 20px rgba(255, 193, 7, 0.4);
  transform: scale(1.05);
}
#preco .badge-best {
  position: absolute;
  top: -15px;
  right: 20px;
  background-color: #ffc107;
  color: #000;
  font-weight: 700;
  font-size: 0.9rem;
  padding: 6px 10px;
  border-radius: 50px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

#faq {
  padding: 5rem 0;
  min-height: 1080px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
#faq .container-fluid {
  position: relative;
  z-index: 2;
}

#searchAccordion {
  border: 1px solid #323232;
  border-radius: 0;
}

#pills-tab {
  margin: 1rem 0 2rem;
  display: flex;
  justify-content: center;
  gap: 1rem;
}
#pills-tab .nav-link {
  border-radius: 3rem;
  border: 1px solid #323232;
  background: #fff;
  color: #323232;
  padding: 0.75rem 1.5rem;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  min-width: 150px;
}
#pills-tab .nav-link.active {
  background: #323232;
  color: #fff;
  border: 1px solid #323232;
}

.accordion-button {
  background: #f5f5f5;
  color: #323232;
  font-weight: bold;
  font-size: 13px;
  text-transform: uppercase;
}

.accordion-button:not(.collapsed) {
  background: #323232;
  color: #fff;
}

.accordion-button:not(.collapsed)::after {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%);
}

.accordion-body {
  border-left: 1px solid #323232;
  border-right: 1px solid #323232;
}
.accordion-body p {
  margin: 1rem 0 0;
}

.accordion-item {
  border-color: #323232;
}

button.accordion-button.collapsed {
  border-left: 1px solid #323232;
  border-right: 1px solid #323232;
}

.accordion {
  border-top: 1px solid #323232;
  border-bottom: 1px solid #323232;
}

.whatsapp {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  z-index: 500;
}
.whatsapp img {
  max-width: 48px;
}

footer {
  position: relative;
  z-index: 5;
  text-align: center;
  font-size: 10px;
  letter-spacing: 1px;
}

/* Container da miniatura */
.video-thumb {
  position: relative;
  display: inline-block;
  overflow: hidden;
  cursor: pointer;
}

/* Imagem */
.video-thumb img {
  width: 100%;
  display: block;
  border-radius: 12px;
}

/* Overlay de play */
.video-thumb::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: opacity 0.25s ease;
  border-radius: 12px;
}

.video-thumb:hover::after {
  opacity: 1;
}

/* Botão de play central */
.video-thumb .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.6);
  border: none;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s, transform 0.3s;
}

.video-thumb .play-btn svg {
  width: 36px;
  height: 36px;
  fill: white;
}

.video-thumb:hover .play-btn {
  background: rgba(0, 0, 0, 0.75);
  transform: translate(-50%, -50%) scale(1.1);
}

@media (max-width: 480px) {
  .video-thumb .play-btn {
    width: 60px;
    height: 60px;
  }
  .video-thumb .play-btn svg {
    width: 28px;
    height: 28px;
  }
}
.btn-veja {
  background: #222;
  color: #fff;
  padding: 1rem 1.5rem;
  border-radius: 3rem;
  text-transform: uppercase;
  font-weight: bold;
  display: inline-block;
  margin: 2rem 0;
}
@media screen and (max-width: 478px) {
  .btn-veja {
    padding: 0.5rem 1.5rem;
    font-size: 14px;
  }
}/*# sourceMappingURL=style.css.map */