@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@100;200;300;400;500;600;700;800;900&display=swap");
html, body {
  font-family: "Raleway", sans-serif !important;
}

.orcamento-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  border: 1px solid #8a7d58;
  margin-top: 2rem;
  cursor: pointer;
  transition: 0.4s all;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px;
  color: #8a7d58 !important;
}
.orcamento-btn:hover {
  background-color: #8a7d58;
  color: white !important;
}

input {
  outline: none;
}

.navbar-toggler {
  outline: none !important;
}

.blur-nav {
  opacity: 1;
  box-shadow: 1px 1px 121px 105px black;
  z-index: 1;
  height: 0rem;
  position: absolute;
  width: 100%;
}

.navbar-toggler.active {
  outline: none !important;
  border-color: #fff !important;
}

.navbar-toggler-icon.active {
  filter: invert(1);
}

.titulo-produtos {
  font-size: 2rem !important;
}

#menu-collapse-container {
  display: flex;
  justify-content: space-between;
  width: 90%;
  margin: 0 auto;
  gap: 1rem;
}

.navbar > .container {
  width: 100%;
}

.info-tech {
  background-image: url("/asserts/img/produto-img-piscina-reduzida.jpg");
  height: 300px;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.info-tech h1 {
  font-size: 65px;
  font-weight: 100;
  text-align: center;
}

.center-items {
  display: flex;
  flex-direction: column;
  gap: 5rem;
  margin-top: 5rem;
}

.doubts {
  align-items: center;
  padding: 2rem;
  display: flex;
  gap: 1rem;
  justify-content: center;
}
.doubts p {
  margin-bottom: 0;
}

.frequent-doubts h4 {
  margin-top: 0rem;
}

.button-doubts {
  border: none;
  background: none;
  outline: none !important;
}

.button-doubts.active {
  border-bottom: 1px solid black !important;
}

.doubts-info-1 {
  margin-top: 1rem;
  display: none;
}

.doubts-info-2 {
  margin-top: 1rem;
  display: none;
}

.doubts-info-3 {
  margin-top: 1rem;
  display: none;
}

.doubts-info-4 {
  margin-top: 1rem;
  display: none;
}

.doubts-info-5 {
  margin-top: 1rem;
  display: none;
}

@keyframes a {
  0% {
    opacity: 0;
    transform: translateX(-1rem);
  }
  100% {
    opacity: 1;
    transform: translateX(0rem);
  }
}
.doubts-info-1.active {
  display: block;
  animation: a alternate 0.4s;
}

.line-center-items {
  opacity: 1;
  height: 1px;
  background-color: black;
}

.line-center-items-second {
  opacity: 1;
  height: 1px;
  background-color: black;
}

.ded-blocks-center-items {
  display: flex;
  margin-top: 1rem;
  gap: 4rem;
  justify-content: center;
}

.ded-blocks-center-items-second {
  display: flex;
  margin-top: 1rem;
  gap: 4rem;
  justify-content: center;
}

.blocks-center-items {
  flex: 1;
  opacity: 1;
  border: 1px solid;
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  opacity: 1;
  padding: 0.5rem;
  text-decoration: none !important;
  border-color: #212529;
  color: #212529 !important;
}
.blocks-center-items p {
  margin: 0;
  font-weight: 200;
}

.blocks-center-items-second {
  flex: 1;
  opacity: 1;
  border: 1px solid;
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  opacity: 1;
  padding: 0.5rem;
}
.blocks-center-items-second p {
  margin: 0;
  font-weight: 200;
}

.alert-number {
  animation: pulse 1s linear infinite;
  background-color: red;
  border: 1px solid #ab1212;
  border-radius: 50%;
  color: #fff;
  font-size: 10px;
  height: 20px;
  position: absolute;
  right: -8px;
  top: 0;
  width: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* ===== BOTÃO WHATSAPP MODERNO ===== */
#whatsApp {
  position: fixed;
  bottom: 40px;
  right: 50px;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background: linear-gradient(145deg, #25d366, #128c7e);
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 0 20px rgba(37, 211, 102, 0.4);
  z-index: 999;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  animation: pulseWhats 2s infinite;
  overflow: visible;
}

#whatsApp:hover {
  transform: scale(1.15);
  box-shadow: 0 0 35px rgba(37, 211, 102, 0.6);
}

/* Ícone */
#whatsApp i {
  color: #fff;
  font-size: 32px;
  filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
}

/* Badge de notificação */
#whatsApp .alert-number {
  position: absolute;
  top: -6px;
  right: -6px;
  background: radial-gradient(circle at top left, #ff5252, #d50000);
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  padding: 4px 8px;
  border-radius: 50%;
  box-shadow: 0 0 8px rgba(255, 82, 82, 0.6);
  animation: badgePop 1.5s infinite;
}

/* ===== ANIMAÇÕES ===== */

/* Pulsação suave do botão */
@keyframes pulseWhats {
  0% {
    box-shadow: 0 0 15px rgba(37, 211, 102, 0.4);
  }
  50% {
    box-shadow: 0 0 35px rgba(37, 211, 102, 0.8);
  }
  100% {
    box-shadow: 0 0 15px rgba(37, 211, 102, 0.4);
  }
}

/* Badge com efeito "batimento" */
@keyframes badgePop {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
}

/* Remove foco e bordas */
#whatsApp:focus {
  outline: none;
}


#whatsapp-numbers {
  background-color: rgba(255, 255, 255, 0.335);
  border-radius: 5px;
  border: 1px solid #a38886;
  padding: 0.7rem;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  position: fixed;
  right: 50px;
  bottom: 110px;
  z-index: 99;
}
#whatsapp-numbers .whatsapp-number {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  border: 1px solid #a38886;
  width: 250px;
  height: 40px;
  cursor: pointer;
  color: #a38886;
}
#whatsapp-numbers .whatsapp-number:hover {
  background-color: #a38886;
  color: white;
}

@keyframes loading {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0%);
  }
}
@keyframes pulse {
  0% {
    transform: scale(0.9);
  }
  70% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.9);
  }
}
#login {
  display: none;
  justify-content: center;
  align-items: center;
}
#login .modal-content {
  display: flex;
  width: 50%;
  max-width: 500px;
}
#login .modal-content .form-group {
  padding-left: 1rem;
  padding-right: 1rem;
}
#login .modal-content .form-group:last-child {
  display: flex;
  justify-content: end;
}
#login .modal-content .login-modal {
  display: flex;
  justify-content: end;
}
#login .space-modal {
  height: 2.5rem;
}
#login .space-modal .close-modal {
  position: absolute;
  top: 5px;
  right: 5px;
  border: 1px solid black;
  padding-left: 7px;
  padding-right: 7px;
  padding-top: 3px;
  padding-bottom: 3px;
  border-radius: 5px;
  cursor: pointer;
}

#btn-login, #btn-sair {
  background: transparent;
  border: none;
  color: #ffffff;
}

@media (max-width: 578px) {
  .frequent-doubts h4 {
    font-size: 1rem;
  }
  .frequent-doubts p {
    font-size: 0.85rem;
  }
  .ded-blocks-center-items {
    flex-direction: column;
    gap: 2rem;
  }
  .ded-blocks-center-items-second {
    flex-direction: column;
    gap: 2rem;
  }
  .center-items {
    gap: 2rem;
    flex-direction: column;
  }
  .doubts {
    display: flex;
    align-items: baseline;
    flex-direction: column;
    padding: 1rem;
  }
  .doubts p {
    font-size: small;
    text-align: start;
  }
}
body {
  background-color: #FFF;
  position: relative;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

nav {
  background-color: #fff;
}

.carousel-item img {
  object-fit: cover;
  height: 100%;
}

.navbar {
  transition: .3s ease-in-out all;
}

.navbar-color {
  background: white;
  transition: .3s ease-in-out all;
}
.navbar-color .nav-link {
  color: #666 !important;
}
.navbar-color #btn-login, .navbar-color #btn-sair {
  color: #666;
  background: transparent;
  border: none;
}
.navbar-color .navbar-brand {
  filter: #7f7f7f;
  -webkit-filter: invert(50%);
}
.navbar-color #menuNav-lista .socials button img {
  filter: invert(0);
}

.input-nav.active .box-search {
  border-color: #555556;
}
.input-nav.active .box-search input {
  color: #555556;
}
.input-nav.active .box-search .btn-search img {
  filter: invert(0);
}
.input-nav .box-search {
  display: flex;
  height: 40px;
  border: 1px solid;
  border-color: #fff;
  border-radius: 30px;
  overflow: hidden;
  width: 150px;
}
.input-nav .box-search input {
  background-color: transparent;
  border: none;
  padding: 5px 10px;
  color: #fff;
  width: 100%;
}
.input-nav .box-search input:-webkit-autofill,
.input-nav .box-search input:-webkit-autofill:focus {
  -webkit-transition: background-color 600000s 0s, color 600000s 0s;
  transition: background-color 600000s 0s, color 600000s 0s;
}
.input-nav .box-search input[data-autocompleted] {
  background-color: transparent !important;
}
.input-nav .box-search .btn-search {
  border: none;
  background: none;
  outline: none;
}
.input-nav .box-search .btn-search:focus {
  border: none !important;
}
.input-nav .box-search .btn-search img {
  width: 25px;
  filter: invert(1);
}

nav .cart {
  position: relative;
}
nav .cart span {
  top: 0;
  right: 8px;
  font-size: 12px;
  font-weight: 500;
  height: 16px;
  width: 16px;
  line-height: 90%;
  background-color: #B19965;
  animation: animate 3s linear infinite;
}
@keyframes animate {
  0% {
    box-shadow: 0 0 0 0 rgba(101, 255, 74, 0.7), 0 0 0 0 rgba(74, 255, 77, 0.7);
  }
  40% {
    box-shadow: 0 0 0 5px rgba(255, 109, 74, 0), 0 0 0 0 rgba(74, 255, 77, 0.7);
  }
  80% {
    box-shadow: 0 0 0 5px rgba(255, 109, 74, 0), 0 0 0 3px rgba(255, 109, 74, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 109, 74, 0), 0 0 0 3px rgba(255, 109, 74, 0);
  }
}

textarea:focus,
select:focus {
  outline: none;
  box-shadow: none;
}

@font-face {
  font-family: "metropolislight";
  src: url("../fonts/metropolis-light-webfont.woff2") format("woff2"), url("../fonts//metropolis-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "AvenirNext-UltraLight";
  src: url("../fonts/5ef8a424b69b83d12929ade2aae274d7.eot");
  /* IE9*/
  src: url("../fonts/5ef8a424b69b83d12929ade2aae274d7.eot?#iefix") format("embedded-opentype"), url("../fonts/5ef8a424b69b83d12929ade2aae274d7.woff2") format("woff2"), url("../fonts/5ef8a424b69b83d12929ade2aae274d7.woff") format("woff"), url("../fonts/5ef8a424b69b83d12929ade2aae274d7.ttf") format("truetype"), url("../fonts/5ef8a424b69b83d12929ade2aae274d7.svg#AvenirNext-UltraLight") format("svg");
  /* iOS 4.1- */
}
.logo-header {
  width: 150px;
}

nav {
  background: url(../img/shadow-top.png) repeat-x center top;
  /*li:nth-child(3) {
      opacity: 0;
  }*/
  /*li:nth-child(3) {
      //opacity: 1;
      ////transition-delay: calc(var(--delay) * 2);
      --delay: 0.05s
  }*/
}
nav .navbar-brand {
  opacity: 1;
  zoom: 100%;
}
nav li {
  opacity: 0;
}
nav li a {
  color: #FFF !important;
  font-size: 12px;
  padding-left: 25px !important;
  padding-right: 25px !important;
  /*transition: opacity 1s;
  &:hover {
      opacity: 0;
  }*/
}

#carouselExampleIndicators {
  color: #FFF;
}
#carouselExampleIndicators .texto {
  position: absolute;
  top: 30vh;
  text-align: center;
  font-family: "Raleway", sans-serif;
  font-weight: 250;
  line-height: 59px;
  letter-spacing: 0px;
  font-size: 45px;
  width: 100%;
}
#carouselExampleIndicators .saiba-mais {
  position: absolute;
  bottom: 40px;
  width: 150px;
  left: 50%;
  margin-left: -75px;
  text-align: center;
  color: #FFF;
  font-family: "AvenirNext-UltraLight";
  font-size: 12px;
}
#carouselExampleIndicators .saiba-mais:hover {
  text-decoration: none;
  color: #666;
}
#carouselExampleIndicators .carousel-control-prev {
  display: none;
}
#carouselExampleIndicators .carousel-control-next {
  display: none;
}

#produto-box {
  margin-bottom: 80px;
}
#produto-box .box {
  width: 20%;
  padding: 5px;
  cursor: pointer;
}
#produto-box .box .conteudo {
  width: 100%;
  height: 600px;
  position: relative;
  overflow: hidden;
  display: block;
}
#produto-box .box .conteudo:hover .mask {
  top: 0px;
  transition: all 1s ease 0s;
}
#produto-box .box .conteudo .txsp {
  color: #FFF;
  font-family: "AvenirNext-UltraLight";
  font-size: 35px;
  text-align: center;
  text-align: center;
  width: 100%;
  display: block;
  padding-top: 80%;
  font-weight: 200;
}
#produto-box .box .conteudo .mask {
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  width: 100%;
  display: table;
  top: -600px;
  align-items: center;
  justify-content: center;
  display: flex;
}
#produto-box .box .conteudo .mask:hover {
  text-decoration: none !important;
}
#produto-box .box .conteudo .mask span {
  vertical-align: middle;
  display: table-cell;
  color: #FFF;
  padding-top: 30px;
  font-family: "AvenirNext-UltraLight";
  font-size: 30px;
  text-align: center;
}
#produto-box .box .conteudo .mask span:hover {
  text-decoration: none !important;
}
#produto-box .box .conteudo .photo {
  width: 100%;
  height: 100%;
}
#produto-box .box-logo .photo {
  background-color: #eeeeee !important;
  text-align: center;
  display: table;
}
#produto-box .box-logo, #produto-box .box-logo .conteudo .photo .texto {
  transition: .3s ease-in-out all;
}
#produto-box .box-logo:hover .conteudo .photo .texto {
  scale: 1.1;
}
#produto-box .box-logo .photo .texto {
  vertical-align: middle;
  display: table-cell;
}

#produto h1 {
  font-size: 100px;
  color: rgb(206, 203, 203);
  font-family: "impact";
}
#produto .links {
  width: 100%;
  padding: 0px;
  margin: 0px;
  margin-top: 25px;
  text-align: center;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
}
#produto .links li {
  display: inline-block;
  border-bottom: 3px transparent solid;
}
#produto .links li a {
  color: #666;
  display: block;
  padding: 10px 50px;
}
#produto .links li a:hover {
  text-decoration: none;
}
#produto .links li:hover {
  border-bottom: 3px #aba881 solid;
}
#produto .box-produto {
  width: 100%;
  padding: 5px;
  margin-bottom: 30px;
  cursor: pointer;
  position: relative;
}
#produto .box-produto .conteudo {
  width: 100%;
  height: 500px;
  position: relative;
  overflow: hidden;
  display: block;
}
#produto .box-produto .conteudo:hover .nome-produto {
  top: 35%;
}
#produto .box-produto .conteudo:hover .nome-produto .line {
  display: block;
}
#produto .box-produto .conteudo:hover .nome-produto .texto {
  margin-top: 20px;
}
#produto .box-produto .conteudo:hover .mask {
  /*transition: all 1s ease 0s;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: table;*/
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}
#produto .box-produto .conteudo .nome-produto {
  text-align: center;
  vertical-align: middle;
  position: absolute;
  color: #FFF;
  width: 100%;
  top: 50%;
  transition: top 0.3s;
}
#produto .box-produto .conteudo .nome-produto .nome {
  font-size: 35px;
  text-shadow: 1px 1px #000;
  font-family: "Raleway", sans-serif;
  font-weight: 200;
}
#produto .box-produto .conteudo .nome-produto .line {
  width: 50px;
  height: 4px;
  background-color: #ab9665;
  margin: auto;
  display: none;
}
#produto .box-produto .conteudo .nome-produto .texto {
  text-align: left;
  padding: 20px;
  margin-top: 300px;
  text-shadow: 1px 1px #000;
  overflow: hidden;
  transition: margin-top 0.6s;
  font-family: "Raleway", sans-serif;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
}
#produto .box-produto .conteudo .photo {
  width: 100%;
  height: 100%;
}
#produto .box-produto .conteudo .release-tag {
  background-color: rgba(0, 0, 0, 0.8);
  color: #FFFFFF;
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px;
  letter-spacing: 5px;
  font-size: 16px;
}




#home .nosso-revestimento {
  color: #666;
  padding-top: 50px;
  padding-bottom: 50px;
  font-size: 20px;
  font-family: "Raleway", sans-serif;
  font-weight: 300;
}






#home .sobre-nos {
  position: relative;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: url(../img/home-sobre-nos.jpg) no-repeat center center;
  background-size: cover;
  color: #FFF;
  font-family: "AvenirNext-UltraLight", sans-serif !important;
  padding-top: 150px;
  padding-bottom: 150px;
  overflow: hidden;
}

/* Camada escura translúcida sobre a imagem */
#home .sobre-nos::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.45); /* Ajuste a transparência (0.3–0.6) conforme desejar */
  z-index: 1;
}

/* Garante que o conteúdo fique acima da camada escura */
#home .sobre-nos > * {
  position: relative;
  z-index: 2;
}

/* Mantém os estilos já existentes */
#home .sobre-nos .middle {
  display: table;
  width: 100%;
}
#home .sobre-nos .middle .logo {
  vertical-align: middle;
  display: table-cell;
  text-align: center;
}
#home .sobre-nos .sobre-nos-title {
  font-weight: 400;
}
#home .sobre-nos > .col-md-9 {
  padding: 2rem;
}
#home .sobre-nos .sobre-nos-text {
  font-weight: 300;
  color: #eee; /* melhora a legibilidade sobre o fundo escuro */
}
#home .sobre-nos .middle {
  display: table;
  width: 100%;
}
#home .sobre-nos .middle .logo {
  vertical-align: middle;
  display: table-cell;
  text-align: center;
}




#ambientes {
  background-color: #e7e7e7;
  border-top: 5px #aba881 solid;
  color: #aba881;
  font-family: "AvenirNext-UltraLight" !important;
  padding: 100px 0;
}
#ambientes h3 {
  font-size: 42px;
  font-weight: 300;
}

#baixarCatalogo {
  position: relative;
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: linear-gradient(135deg, #d8d5a9 5%, #aba881 60%, #9b9874);
  padding: 14px 28px;
  border-radius: 12px;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.4);
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.3s ease;
  animation: pulseGlow 2.5s infinite;
}

#baixarCatalogo::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.6) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: skewX(-25deg);
  animation: shineEffect 3s infinite;
}

#baixarCatalogo:hover {
  transform: scale(1.05);
  box-shadow: 0 0 35px rgba(50, 50, 50, 0.7);
}

/* Pulsação suave */
@keyframes pulseGlow {
  0% {
    box-shadow: 0 0 20px rgba(50, 50, 50, 0.3);
  }
  50% {
    box-shadow: 0 0 35px rgba(50, 50, 50, 0.7);
  }
  100% {
    box-shadow: 0 0 20px rgba(50, 50, 50, 0.3);
  }
}

/* Brilho tipo vidro passando */
@keyframes shineEffect {
  0% {
    left: -75%;
  }
  100% {
    left: 125%;
  }
}


#ambientes h4 {
  font-size: 16px;
  display: table;
  position: relative;
  margin: auto;
  font-family: Arial, Helvetica, sans-serif;
}
#ambientes h4 .line {
  width: 60px;
  background-color: #aba881;
  height: 5px;
  position: absolute;
  bottom: -5px;
  right: 0px;
}
#ambientes p {
  font-size: 20px;
  padding: 25px;
  font-weight: 300;
}
#newsLetterTitle {
  padding: 100px 2rem 0px 2rem;
  margin: 0;
  color: #666;
  background-color: #f6f6f6;
}
#newsletter {
  background-color: #f6f6f6;
  text-align: center;
  padding: 50px 0 100px 0;
}
@media (max-width: 768px){
  #newsletter .container {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  #newsletter .container input {
    width: 100%;
    padding: 1rem;
  }
}
#newsletter .container button{
  transition: .3s ease-in-out all;
}
#newsletter .container button:hover {
  background-color: #aba881;
  color: white;
}
#newsletter input {
  border: none;
  border-bottom: 1px #aba881 solid;
  background: transparent;
  width: 30%;
  margin-right: 20px;
}
#newsletter button {
  border: none;
  background-color: #FFF;
  background: transparent;
  color: #aba881;
}

footer {
  background-color: #e7e7e7;
  color: #666;
  font-family: "AvenirNext-UltraLight";
  padding-bottom: 50px;
}
footer h5 {
  font-size: 15px;
  font-family: "metropolislight";
  margin-top: 25px;
}
footer a {
  color: #666;
  font-family: "metropolislight";
  font-size: 12px;
}
footer a:hover {
  color: #333;
  text-decoration: none;
}
footer p {
  margin: 0px;
  padding: 0px;
  font-size: 12px;
  font-family: "metropolislight";
}
footer .logo {
  position: relative;
  height: 150px;
  padding-top: 30px;
}
footer .logo img {
  position: absolute;
  left: 50%;
  z-index: 1;
  margin-left: -102px;
}
footer .logo .line {
  width: 100%;
  background-color: #FFF;
  height: 30px;
  position: absolute;
  top: 50px;
  z-index: 0;
}

.digitalone {
  font-size: 12px;
  color: #666;
  padding-top: 10px;
  padding-bottom: 10px;
}
.digitalone a:hover {
  opacity: 0.5;
}

.banner.produto-view {
  position: relative;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  color: #fff;
  text-align: center;
  padding: 120px 20px; /* Ajuste o espaçamento conforme o design */
  overflow: hidden;
  font-family: "Raleway", sans-serif;
}

/* Overlay preto translúcido */
.banner.produto-view::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.45); /* ajuste a intensidade 0.3–0.6 */
  z-index: 1;
}

/* Conteúdo acima do overlay */
.banner.produto-view > * {
  position: relative;
  z-index: 2;
}

/* Título com efeito elegante */
.banner.produto-view h2 {
  font-size: 2.8rem;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 0;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
  animation: fadeInSlide 1.2s ease forwards;
}

/* Animação sutil ao carregar */
@keyframes fadeInSlide {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}


.banner {
  width: 100%;
  height: 68vh;
  display: flex;
  align-items: center;
}
.banner h2 {
  text-align: center;
  color: #FFF;
  font-family: "AvenirNext-UltraLight";
  font-size: 60px;
  letter-spacing: 5px;
  font-weight: 300;
}
.banner.contato, .banner.faq, .banner.sobre {
  background: url(../img/contato-bless-revestimentos.jpg) no-repeat center top;
}
.banner.contato h2, .banner.faq h2, .banner.sobre h2 {
  font-size: 40px;
  font-family: "Raleway", sans-serif;
  font-weight: 100;
}
.banner.onde-encontrar {
  background: url(../img/onde-encontrar-bless-revestimentos.jpg) no-repeat center top;
}
.banner.produto {
  background: url(../img/produto-img-piscina-reduzida.jpg) no-repeat center top;
  margin-bottom: 5px;
  background-size: cover;
  background-position: bottom;
}
.banner.produto h2 {
  font-size: 30px;
  letter-spacing: 3px;
  font-family: "Raleway", sans-serif;
  font-weight: 100;
}
.banner.produto-view {
  background: url(../img/banner-produto.jpg) no-repeat top;
}

#descricao-produto-line {
  font-size: 14px;
}

#titulo-produto-line {
  font-size: 50px;
  font-weight: 300;
}

#aviso-info {
  font-weight: 200;
  font-size: 16px;
  padding-bottom: 20px;
}

#aviso-info-portugal {
  font-weight: 200;
  font-size: 16px;
  margin-top: 50px;
}

#texto-banner-produto {
  font-size: 50px !important;
  font-weight: 200;
}

#contato {
  color: #666;
}
#contato .texto {
  text-align: center;
  font-size: 20px;
  font-family: "AvenirNext-UltraLight";
}
#contato .box {
  background-color: #EEE;
  padding-top: 35px;
  padding-bottom: 60px;
  margin-bottom: 15px;
}
#contato .box .form-control {
  border: none;
  border-bottom: 2px #aba881 solid;
  background-color: transparent;
  border-radius: 0;
}
#contato .box .btn-template {
  border: none;
  background: transparent;
  border-radius: 0;
  transition: .3s ease-in-out all;
  color: #aba881;
}
#contato .box .btn-template:hover {
  background-color: #aba881;
    color: white;
}
#contato .texto-info {
  background-color: #EEE;
  padding-top: 25px;
  padding-bottom: 25px;
}
#contato .texto-info h4 {
  font-size: 16px;
}
#contato .texto-info p {
  margin: 0px;
  padding: 0;
  font-family: "AvenirNext-UltraLight";
}
#contato .map-text {
  min-height: 450px;
}

.map-info {
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-weight: 500;
}

.map {
  padding: 0 !important;
  overflow: hidden;
}
.map img {
  width: 100% !important;
  height: auto;
}

.amadeirado-img {
  background-image: url("/asserts/img/aparentegrande.png");
  width: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 200px;
}

.amadeirado-img2 {
  background-image: url("/asserts/img/aparentepequeno.png");
  width: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 100px;
}

.amadeirado-grande-cor {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 10px;
  padding: 0;
  text-align: center;
}

.amadeirado-pequeno-cor {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 10px;
  padding: 0;
  text-align: center;
}

#onde-encontrar .alert {
  font-family: "AvenirNext-UltraLight";
  padding-bottom: 15px;
  padding-top: 15px;
}
#onde-encontrar .formulario {
  height: 80px;
  width: 100%;
  position: relative;
  margin-bottom: 25px;
}
#onde-encontrar .formulario .splah {
  background-color: #f6f6f6;
  width: 40%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
#onde-encontrar .formulario .form-control {
  width: 100%;
  border: none;
  border-bottom: 1px #aba881 solid;
  background: transparent;
  border-radius: 0px;
}
#onde-encontrar .formulario .btn {
  width: 100%;
  background: transparent;
}
#onde-encontrar .formulario .btn span {
  border-bottom: 5px #aba881 solid;
  width: 30%;
  display: block;
  position: absolute;
  left: 50%;
}
#onde-encontrar .texto-info {
  background-color: #f6f6f6;
}
#onde-encontrar .texto-info .alert {
  font-size: 16px;
  font-weight: bold;
  font-family: "metropolislight";
}
#onde-encontrar .texto-info h4 {
  font-size: 16px;
}
#onde-encontrar .texto-info p {
  margin: 0;
  padding: 0;
  font-size: 14px;
}

#sobre .alert {
  font-family: "AvenirNext-UltraLight";
  padding-bottom: 30px;
  padding-top: 30px;
  font-size: 20px;
}
#sobre h2 {
  font-size: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: "Raleway", sans-serif;
  font-weight: 300;
}
#sobre .text {
  font-size: 20px;
  margin-bottom: 35px;
  font-family: "Raleway", sans-serif;
}

#faq .alert {
  font-family: "AvenirNext-UltraLight";
  padding-bottom: 30px;
  padding-top: 30px;
}
#faq .title .texto {
  font-size: 22px;
  font-family: "Raleway", sans-serif;
  margin-bottom: 10px;
  background-color: whitesmoke;
}
#faq .text {
  font-size: 18px;
  font-family: "Raleway", sans-serif;
}

#produto .alert {
  font-family: "AvenirNext-UltraLight";
  padding-bottom: 30px;
  padding-top: 30px;
}
#produto .title {
  position: relative;
  width: 100%;
  height: 70px;
  margin-bottom: 25px;
}
#produto .title .splah {
  background-color: #f6f6f6;
  width: 40%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
#produto .title .texto {
  color: #8e8e8e;
  font-size: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  position: absolute;
  left: 0;
  top: 0;
}
#produto .text {
  font-size: 12px;
  margin-bottom: 35px;
}

#menuNav-lista a {
  font-size: 15px;
}
#menuNav-lista .socials {
  display: flex;
  position: relative;
}
#menuNav-lista .socials button {
  background-color: transparent;
  border: none;
}
#menuNav-lista .socials button img {
  filter: invert(1);
}
#menuNav-lista .socials .logos {
  display: none;
  flex-direction: column;
  gap: 1rem;
  background-color: #fff;
}
#menuNav-lista .socials .logos button {
  outline: none;
}
#menuNav-lista .socials .logos a, #menuNav-lista .socials .logos button {
  padding: 0.5rem !important;
}
#menuNav-lista .socials .logos a .icon-socials, #menuNav-lista .socials .logos button .icon-socials {
  width: 24px;
  filter: brightness(0) invert(1);
}

#produto-view h1 {
  font-size: 100px;
  color: #EEE;
  font-family: "impact";
  text-align: center;
}
#produto-view .texto .line {
  width: 150px;
  height: 2px;
  background-color: #aba881;
  margin-bottom: 25px;
}
#produto-view .cores {
  margin-top: 25px;
}
#produto-view .cores h2 {
  border-bottom: 1px #000 solid;
  font-weight: 300;
  font-size: 25px;
  margin-bottom: 25px;
}
#produto-view .cores .box-cores {
  margin-bottom: 25px;
  font-family: "metropolislight";
  float: left;
  margin-right: 15px;
}
#produto-view .cores .box-cores label {
  font-size: 12px;
  text-transform: uppercase;
}
#produto-view .cores .box-cores .cores {
  width: 80px;
  height: 80px;
}
#produto-view .info {
  background-color: #222222;
  color: #FFF;
}
#produto-view .info h3 {
  font-size: 30px;
  color: #FFF;
  font-weight: 100;
  border-bottom: 1px #FFF solid;
  padding: 45px 0 25px 0;
  margin-bottom: 55px;
}
#produto-view .info .img {
  margin: 25px auto;
}
#produto-view .info .conteudo {
  font-size: 12px;
}
#produto-view .info .conteudo .title {
  font-size: 24px;
  font-weight: 100;
  border-bottom: 1px #FFF solid;
  padding-bottom: 20px;
  margin-top: 25px;
}
#produto-view .info .conteudo .title span {
  font-size: 24px;
  font-weight: 200;
  letter-spacing: 1px;
  color: #fff;
}
#produto-view .info .conteudo .texto {
  font-size: 15px;
  font-weight: 200;
  text-align: left;
  text-justify: auto;
}
#produto-view .info .conteudo .texto .preco-cor {
  color: yellow;
  font-weight: bold;
}
#produto-view .info .conteudo .texto .cost-price {
  display: inline-block;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  white-space: nowrap;
}
#produto-view .info .conteudo .texto .cost-price[data-title]:hover::after {
  display: inline-block;
  padding: 4px 6px;
  border-radius: 5px;
  content: attr(data-title);
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  z-index: 100;
  background-color: #6c757d;
  color: #f0f0f0;
}
@-moz-document url-prefix() {
  #produto-view .info .conteudo .texto .cost-price[data-title]:hover::after {
    background-color: #6c757d;
    color: #f0f0f0;
  }
}
#produto-view .info .conteudo .add-to-cart .quantity-input {
  display: flex;
  align-items: center;
}
#produto-view .info .conteudo .add-to-cart .quantity-input .quantity-field {
  max-width: 60px;
  height: 30px;
  padding: 8px;
  font-size: 18px;
  text-align: center;
  outline: none;
}
#produto-view .info .conteudo .add-to-cart .quantity-input .quantity-field::-webkit-inner-spin-button, #produto-view .info .conteudo .add-to-cart .quantity-input .quantity-field::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
#produto-view .info .conteudo .add-to-cart .quantity-input .quantity-btn {
  height: 30px;
  font-size: 28px;
  line-height: 3px;
  color: #fff;
}
#produto-view .info .conteudo .add-to-cart .quantity-input .decrease {
  border-radius: 4px 0px 0px 4px;
  padding-top: 4px;
}
#produto-view .info .conteudo .add-to-cart .quantity-input .increase {
  border-radius: 0px 4px 4px 0px;
}
#produto-view #download {
  background-color: #e7e7e7;
  padding-top: 25px;
  padding-bottom: 25px;
}
#produto-view #download h4 {
  border-bottom: 1px #000 solid;
  font-size: 30px;
  width: 100%;
  margin-bottom: 25px;
  padding-bottom: 10px;
  font-weight: 200;
}
#produto-view #download .link {
  display: block;
  border: 1px #000 solid;
  text-align: center;
  padding: 15px;
  color: #8a7d58;
  border-radius: 5px;
  margin: 50px 0;
  font-weight: 300;
}
#produto-view #download .link:hover {
  text-decoration: none;
  background-color: #8a7d58;
  color: #FFF;
}
#produto-view .produtos {
  padding-bottom: 50px;
  padding-top: 50px;
}
#produto-view .produtos .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  opacity: 1;
}
#produto-view .produtos h4 {
  font-family: "metropolislight";
  text-transform: uppercase;
  margin-bottom: 55px;
  font-size: 15px;
}
#produto-view .produtos .link {
  display: table;
  text-align: center;
  width: 100%;
  height: 200px;
  background-color: #000;
  overflow: hidden !important;
}
#produto-view .produtos .link .title {
  text-align: center;
  vertical-align: middle;
  display: table-cell;
  color: #FFF;
}
#produto-view .produtos .link:hover {
  text-decoration: none;
  opacity: 0.5;
}

.texto-produto-box {
  font-size: 20px;
  font-weight: 300;
}

.cor_cod_view {
  position: relative;
  top: -8px;
}

.imperm-icons img {
  width: 45px;
  height: 45px;
}

@media (max-width: 991px) {
  .navbar-collapse,
  .navbar-collapse.collapsing,
  .navbar-collapse.show {
    transition: none !important;
  }

  .navbar-collapse.collapsing {
    position: fixed;
    top: 56px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    height: calc(100vh - 56px) !important;
    background-color: rgba(17, 17, 17, 0.96);
    padding: 24px 16px;
    border-radius: 0;
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.45);
    z-index: 9999;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
  }

  #menuNav-lista .nav-item .nav-link {
    padding: 20px 10px !important;
    width: 100%;
    max-width: 300px;
    margin-bottom: 1rem;
    justify-content: center;
  }

  #menuNav-lista .controls {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }

  #menuNav-lista .controls div {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }

  #menuNav-lista .box-search input {
    color: white;
  }

  #menuNav-lista .btn-search img {
    filter: invert(1);
  }

  #menuNav-lista .box-search {
    margin: 0 !important;
  }

  #menuNav-lista {
    gap: 0px !important;
  }

  .navbar-collapse.show {
    opacity: 1;
    pointer-events: auto;
  }
  .input-nav .box-search {
    width: initial;
    margin: 10px 10px 0px 10px;
    border-color: #555556;
  }
  .input-nav .box-search input {
    color: #555556;
  }
  #menuNav-lista .socials {
    justify-content: center;
    margin-top: 1rem;
  }
  #menuNav-lista .socials button {
    display: none;
  }
  #menuNav-lista .socials .logos {
    display: flex;
    flex-direction: row;
  }
  .navbar-nav {
    background-color: white !important;
    padding: 10px 5px 10px 5px;
  }
  .nav-link {
    background-color: #2f2f2f;
    margin: 2px 10px 2px 10px;
    padding: 15px;
  }
  .nav-link.controls {
    padding: 8px 15px !important;
  }
  .navbar-light .navbar-nav .nav-link, #btn-login, #btn-sair {
    color: white !important;
  }
  .banner .produto {
    background-position: inherit;
  }
}
@media (max-width: 1200px) and (min-width: 956px) {
  #produto .links li a {
    padding: 10px 36px;
  }
  #banner-img {
    position: relative;
    width: 180% !important;
    right: 220px;
  }
}
@media (max-width: 955px) and (min-width: 769px) {
  #produto .links li a {
    padding: 10px 18px;
  }
  #produto h1 {
    font-size: 80px;
  }
  #banner-img {
    position: relative;
    width: 180% !important;
    right: 220px;
  }
}
@media (max-width: 768px) and (min-width: 469px) {
  #produto-box .box {
    padding: 5px;
    cursor: pointer;
    width: 50%;
    text-align: center;
  }
  #produto-box .box-logo {
    width: 100%;
  }
  #produto-box .box-logo .conteudo {
    height: 320px;
  }
  #onde-encontrar .container .row {
    padding-top: 20px;
  }
  #onde-encontrar .container .row .gmap3 {
    width: 100% !important;
  }
  #banner-img {
    position: relative;
    width: 300% !important;
    right: 550px !important;
  }
}
.manual-teste {
  padding: 40px 0 5%;
}

.inline-flex {
  text-align: justify;
  padding-top: 140px;
  color: #666;
}

.piso,
.pincel,
.cobogos,
.piscina {
  display: flex;
  flex-direction: column;
  padding: 0;
  align-items: center;
}

.piso img,
.pincel img,
.cobogos img,
.piscina img {
  max-height: 15vh;
  max-width: 15vw;
}

.pincel img {
  padding: 8%;
}

.manual-teste span {
  font-size: 80%;
  color: #8d8888;
}

.socials, #menuNav-lista .socials .logos {
  transition: .3s ease-in-out all;
}

@media (max-width: 768px) and (min-width: 596px) {
  #produto .links li a {
    padding: 10px 6px;
  }
  #produto h1 {
    font-size: 45px;
  }
  .navbar-collapse {
    background-color: #fff;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 595px) and (min-width: 424px) {
  body {
    overflow-y: auto;
  }
  #home .nosso-revestimento {
    color: #666;
    padding-top: 50px;
    padding-bottom: 50px;
    font-size: 25px;
    font-weight: 300;
  }
  #produto .links li a {
    padding: 10px 19px;
  }
  #produto h1 {
    text-align: center;
    font-size: 40px;
  }
  #banner-img {
    position: relative;
    width: 300% !important;
    height: 80vh;
    right: 550px !important;
  }
  .amadeirado-img2 {
    margin-top: 80px !important;
  }
  .map {
    padding: 0 !important;
    overflow: hidden;
  }
  .map img {
    width: 200% !important;
    height: auto;
    transform: translate3d(-150px, 10px, 10px);
  }
  .pincel img {
    padding: 0%;
  }
}
@media (max-width: 423px) and (min-width: 346px) {
  body {
    overflow-y: auto;
  }
  #carouselExampleIndicators {
    color: #FFF;
  }
  #carouselExampleIndicators .texto {
    line-height: 50px;
    font-size: 35px;
  }
  #produto .links li a {
    padding: 10px 6px;
  }
  #produto h1 {
    text-align: center;
    font-size: 35px;
  }
  a.navbar-brand img {
    zoom: 80% !important;
  }
  #banner-img {
    position: relative;
    width: 300% !important;
    height: 80vh;
    right: 550px !important;
  }
  .amadeirado-img2 {
    margin-top: 80px !important;
  }
  .map {
    padding: 0 !important;
    overflow: hidden;
  }
  .map img {
    width: 200% !important;
    height: auto;
    transform: translate3d(-140px, 10px, 10px);
  }
  .pincel p,
  .cobogos p,
  .piscina p {
    margin-top: 20px;
  }
  .pincel img {
    padding: 0%;
  }
}
@media (max-width: 345px) and (min-width: 320px) {
  body {
    overflow-y: auto;
  }
  #carouselExampleIndicators {
    color: #FFF;
  }
  #carouselExampleIndicators .texto {
    line-height: 50px;
    font-size: 30px;
  }
  #produto .links li {
    display: grid;
  }
  #produto .links li a {
    padding: 8px 0px;
  }
  #produto h1 {
    text-align: center;
    font-size: 30px;
  }
  a.navbar-brand img {
    zoom: 60% !important;
  }
  #banner-img {
    position: relative;
    width: 300% !important;
    height: 70vh;
    right: 550px !important;
  }
  .amadeirado-img2 {
    margin-top: 80px !important;
  }
  .map {
    padding: 0 !important;
    overflow: hidden;
  }
  .map img {
    width: 220% !important;
    height: auto;
    transform: translate3d(-180px, 10px, 10px);
  }
  .pincel p,
  .cobogos p,
  .piscina p {
    margin-top: 20px;
  }
  .pincel img {
    padding: 0%;
  }
}
@media (max-width: 303px) and (min-width: 259px) {
  #produto .links li {
    display: grid;
  }
  #produto .links li a {
    padding: 8px 0px;
  }
  #produto h1 {
    font-size: 30px;
    text-align: center;
  }
  .amadeirado-img2 {
    margin-top: 80px !important;
  }
  .pincel p,
  .cobogos p,
  .piscina p {
    margin-top: 20px;
  }
}
@media (max-width: 259px) {
  #produto .links li {
    display: grid;
  }
  #produto .links li a {
    padding: 8px 0px;
  }
  #produto h1 {
    font-size: 30px;
    text-align: center;
  }
}
@media (max-width: 576px) {
  h1 {
    font-size: 3em !important;
  }
  #onde-encontrar .container .row {
    padding-top: 50px;
  }
  #texto-banner-produto {
    font-size: 37px !important;
  }
  .navbar-collapse {
    background-color: #fff;
    padding-bottom: 0.5rem;
  }
  .banner.produto-view h2 {
    font-size: 45px;
  }
}
#menuNav-lista > li {
    text-align: center;
    height: -webkit-fill-available;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* Lightbox backdrop e imagem */
.modal-backdrop.show { background-color: #000; opacity: 0.45; }
.fs-lightbox { position: fixed; top: 0; right: 0; bottom: 0; left: 0; width: 100vw; height: 100vh; background: rgba(0,0,0,1); display: none; align-items: center; justify-content: center; z-index: 2147483647; }
.fs-lightbox.open { display: flex; }
.fs-img { max-width: 96vw; max-height: 96vh; object-fit: contain; margin: 0; }
.fs-prev, .fs-next, .fs-close { position: absolute; border: none; color: #fff; background: rgba(255,255,255,0.15); }
.fs-prev, .fs-next { width: 44px; height: 44px; border-radius: 22px; font-size: 24px; line-height: 44px; text-align: center; top: 50%; transform: translateY(-50%); }
.fs-prev { left: 16px; }
.fs-next { right: 16px; }
.fs-close { top: 8px; right: 12px; font-size: 32px; padding: 6px 10px; background: transparent; }
.no-scroll { overflow: hidden; }
.no-scroll .cookiesContainer, .no-scroll #whatsApp { display: none !important; }
.lightbox-img { display: block; margin: 0 auto; max-height: 85vh; width: auto; max-width: 100%; object-fit: contain; }
.modal-content.bg-dark { background-color: #000; }

.lightbox-nav {}
.lightbox-btn {}

.block-carousel-item { display: none !important; }

.carousel-item .produto-view-img { width: 100%; height: auto !important; max-height: 70vh; object-fit: contain !important; }

.lightbox-img {}

#menuNav-lista > li > a {
}




/* Container principal da navbar */
#menuNav-lista {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  list-style: none;
  padding: 0;
  margin: 0;
  font-family: "Poppins", sans-serif;
  height: 56px;
}

/* Garante que cada item tenha o mesmo alinhamento vertical */
#menuNav-lista > li {
  display: flex;
  align-items: center;
  height: 100%;
}

/* Links principais */
#menuNav-lista .nav-item .nav-link {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 10px;
  color: #fff;
  font-size: 0.95rem;
  font-weight: 400;
  letter-spacing: 0.3px;
  text-decoration: none;
  transition: color 0.3s ease;
}

/* Efeito hover com underline animado */
#menuNav-lista .nav-item .nav-link::after {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 0%;
  height: 1px;
  background-color: #B19965;
  transition: width 0.3s ease;
}
#menuNav-lista .nav-item .nav-link:hover::after {
  width: 100%;
}
#menuNav-lista .nav-item .nav-link:hover {
  color: #B19965;
}

/* Campo de busca */
#menuNav-lista .input-nav {
  display: flex;
  align-items: center;
}
#menuNav-lista .box-search {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 18px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.08);
  padding: 0 6px;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}
#menuNav-lista .box-search:hover {
  background-color: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.6);
}
#menuNav-lista .box-search input {
  border: none;
  background: transparent;
  padding: 0 10px;
  outline: none;
  font-size: 0.9rem;
  height: 100%;
  width: 120px;
  line-height: 36px;
}
#menuNav-lista .btn-search {
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
}
#menuNav-lista .btn-search img {
  width: 18px;
  height: 18px;
  opacity: 0.8;
  transition: opacity 0.2s ease;
}
#menuNav-lista .btn-search:hover img {
  opacity: 1;
}

/* Botão de compartilhar */
#menuNav-lista .socials {
  position: relative;
}
#menuNav-lista .socials button {
  background: none;
  border: none;
  cursor: pointer;
}
#menuNav-lista .socials button img {
  display: block;
  width: 24px;
  height: 24px;
  margin-top: 2px;
  transition: transform 0.3s ease;
}

/* Pop-up com ícones sociais */
#menuNav-lista .socials .logos {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(-10px);
  opacity: 0;
  pointer-events: none;
  display: flex;
  gap: 8px;
  background: rgba(0, 0, 0, 0.85);
  padding: 8px 12px;
  border-radius: 6px;
  transition: all 0.4s ease;
}
#menuNav-lista .socials:hover .logos {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}
#menuNav-lista .logos img,
#menuNav-lista .logos i {
  width: 22px;
  color: white;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
#menuNav-lista .logos a:hover img,
#menuNav-lista .logos button:hover i {
  transform: scale(1.2);
  opacity: 0.9;
}

.color-white {
  color: black !important;
}

/* Botões de login e logout */
#menuNav-lista .controls button {
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  padding: 0 16px;
  background: transparent;
  color: white;
  border: 1px solid #B19965;
  font-size: 0.85rem;
  transition: all 0.3s ease;
}
#menuNav-lista .controls button:hover {
  background-color: #B19965;
  color: #000;
}

/* Carrinho */
#menuNav-lista .cart svg {
  transition: transform 0.3s ease;
}
#menuNav-lista .cart:hover svg {
  transform: scale(1.1);
}

/* Indicador de quantidade (pulse) */
#menuNav-lista .pulse {
  top: -4px;
  right: -4px;
  background: #B19965;
  font-size: 0.7rem;
  width: 16px;
  height: 16px;
  font-weight: bold;
  animation: pulse 1.2s infinite;
}
@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(1,165,1,0.6); }
  70% { box-shadow: 0 0 0 6px rgba(1,165,1,0); }
  100% { box-shadow: 0 0 0 0 rgba(1,165,1,0); }
}

/* Responsivo */
@media (max-width: 991px) {
  .navbar-collapse.show {
    position: fixed;
    top: 40px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    height: calc(100vh - 56px);
    background-color: rgba(17, 17, 17, 0.96);
    padding: 24px 16px;
    border-radius: 0;
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.45);
    z-index: 9999;
    overflow-y: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    overscroll-behavior: contain;
    touch-action: none;
  }

  #menuNav-lista {
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    gap: 10px;
    height: auto;
    padding: 0;
    margin: 0;
    max-width: 680px;
    width: 100%;
  }

  #menuNav-lista > li {
    width: 100%;
  }

  .navbar-nav {
    background-color: transparent !important;
    padding: 0;
  }

  .navbar-light .navbar-nav .nav-link {
    color: #fff !important;
  }

  .navbar-nav .nav-link {
    background: transparent;
    margin: 0;
    padding: 14px 18px;
    border-radius: 10px;
    font-size: 1.05rem;
    font-weight: 500;
    transition: background-color .2s ease, color .2s ease;
    text-align: center;
  }

  .navbar-nav .nav-link:hover {
    background-color: rgba(255, 255, 255, 0.08);
    color: #B19965 !important;
  }

  #menuNav-lista .input-nav input {
    width: 100%;
  }

  #menuNav-lista .controls {
    flex-direction: column;
    gap: 10px;
  }

  #menuNav-lista .controls button {
    width: 100%;
  }
}





@media (min-width: 991px) {
  #menuNav-lista {
    align-items: center;
  }
  #menuNav-lista .socials {
    display: flex;
    position: relative;
  }
  #menuNav-lista .socials:hover .logos {
    display: flex;
    position: absolute;
    transition: .3s ease-in-out all;
    top: 100%;
    left: 0;
  }
}
@media (max-width: 468px) {
  #produto-box .box {
    cursor: pointer;
    width: 100%;
    text-align: center;
  }
  #produto-box .photo {
    background-size: cover !important;
  }
}
body h2 {
  width: 100% !important;
}

@media (min-width: 1024px) and (max-width: 1100px) {
  .span-mask {
    font-size: 27px !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .orcamento-btn {
    font-size: 11px;
  }
}
@media (max-width: 320px) {
  .orcamento-btn {
    font-size: 10px;
  }
}

/* Scroll Fade-in Animations */
.fade-in {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 600ms ease, transform 600ms ease;
  will-change: opacity, transform;
}
.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}
.fade-stagger > * {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 500ms ease, transform 500ms ease;
}
.fade-stagger.visible > * {
  opacity: 1;
  transform: translateY(0);
}
/*# sourceMappingURL=style.css.map */
