@font-face {
  font-family: "Moderna";
  src: url("../fonts/MODERNA_.TTF") format("truetype");
  font-weight: normal;
  font-style: normal;
}

.logo {
  font-family: "Moderna", sans-serif;
}

.tracking-in-expand {
	-webkit-animation: tracking-in-expand 2s cubic-bezier(0.230, 1.000, 0.320, 1.000) both;
	        animation: tracking-in-expand 2s cubic-bezier(0.230, 1.000, 0.320, 1.000) both;
}

/* ----------------------------------------------
 * Generated by Animista on 2026-3-18 13:29:23
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation tracking-in-expand
 * ----------------------------------------
 */
@-webkit-keyframes tracking-in-expand {
  0% {
    letter-spacing: -0.5em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
@keyframes tracking-in-expand {
  0% {
    letter-spacing: -0.5em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}


.produto-img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}
.preco {
  font-size: 1.4rem;
  font-weight: bold;
  color: #198754; /* verde bootstrap */
  align-self: flex-end;
}

html {
  scroll-behavior: smooth;
}

.hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
  position: relative;
  overflow: hidden;
}

.hero-content {
  position: relative;
  z-index: 2;
}

.hero-bg-svg {
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
  width: min(85vw, 700px);
  z-index: 1;
  pointer-events: none;
  opacity: 0.10;

  clip-path: inset(0 100% 0 0);
  animation: laserSweepReveal 1s ease forwards;
}

.hero-bg-svg svg {
  width: 100%;
  height: auto;
  display: block;
}

.hero-bg-svg .fil0,
.hero-bg-svg .fil1,
.hero-bg-svg .fil2 {
  fill: #7a7a7a;
}

@keyframes laserSweepReveal {
  0% {
    clip-path: inset(0 100% 0 0);
    opacity: 0;
  }
  15% {
    opacity: 0.04;
  }
  100% {
    clip-path: inset(0 0 0 0);
    opacity: 0.10;
  }
}

.product-description {
  font-size: clamp(1rem, 2vw, 1.1rem);
}

.product-title {
  font-size: clamp(1.2rem, 3vw, 1.5rem);
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}

.btn-close{
  background-color: #7a7a7a;
}

@media (max-width: 768px) {
  .hero-svg-bg {
    width: 95vw;
    opacity: 0.06;
  }
  .product-description{
    font-size: clamp(0.7rem, 2vw, 1.1rem);
  }

  .product-title {
  font-size: clamp(0.9rem, 3vw, 1.5rem);
  }

  .preco {
  font-size: clamp(1rem, 4vw, 1.4rem);
  }
}

.catalogo {
  min-height: 100vh;
  padding: 80px 0;
  justify-items: center;
}

.bg-1 {
  background-color: #f8f9fa;
}

.bg-2 {
  background: linear-gradient(180deg, #ffffff 0%, #9e9e9e 100%);
}


.footer-link {
    color: #ccc;
    text-decoration: none;
}

.footer-link:hover {
    color: #fff;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
  background-color: rgba(0, 0, 0, 0.69);
  min-height: 100%;
  min-width: 100%;
}
