
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

body {
  background: white;
  background-size: cover;
  background-position: center;
  color: #333;
  overflow-x: hidden;
  padding-top: 100px; /* ajuste se o header ficar maior ou menor */
}

/* ===========================
   HEADER / NAVBAR
=========================== */
a {
  color: #000000;
  text-decoration: none;

}

a:hover {
  opacity: 0.7;
}



.header {
  position: fixed; /* fixa no topo */
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #ffffff8f;
  backdrop-filter: blur(4px);
  z-index: 100;
  padding: 0.5rem 1rem;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.header::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #e2dcff8c;
  backdrop-filter: blur(2px);
  z-index: -1;
}


.logo {
  width: clamp(150px, 25vw, 250px);
  height: auto;
  margin-bottom: 15px;
}

.bxmenu {
  display: none;
}

.icons { 
  font-size: 6rem;
  color: #000000;
  cursor: pointer;
  display: none;
}

.navbar {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap:calc();
  gap: 1.5rem;
}

#check {
  display: none;
}
  /* Small visual polish */
    .muted{color:#806b6b}
    .pill{display:inline-block;padding:6px 10px;border-radius:999px;background:#eef2ff;font-weight:600;color:#ca3838}

/* ===========================
   SWIPER / BANNERS
=========================== */
section {
  position: relative;
  width: 100%;
  background-size: cover;
  background-position: center;
}

.swiper {
  background-color: #ad1d1de0;
  height: 650px;
  padding-top: 3%;
  padding-left: 5%;
  padding-right: 5%;
}

.divc h1 {
  width: 100%;
  height: 100%;
  place-items: center;
  justify-content: center;
  align-items: center;
  font-size: calc(auto);
  display: grid;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  color: #ff0000d3;
  font-weight: 450;
  background:  #ffffffd3;
  border-radius: 2rem;
  padding: 0.50rem;
}



.swiper-pagination-bullet,
.swiper-pagination-bullet-active {
  background: #000000b0;
}

.swiper-pagination {
  bottom: 1.5rem !important;
}

.swiper-slide {
  width: 30rem;
  height: 30rem;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: self-start;
}

.swiper-slide h2 {
  color: #000000;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.4;
  margin-bottom: 0.625rem;
  padding: 0.5rem;
  text-transform: uppercase;
    background: #ffffffa4;
  border-radius: 3.125rem;
  transition: 0.3s ease-in-out;
}

.swiper-slide p {
  color: #000000;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.4;
  margin-bottom: 0.625rem;
  padding: 0.5rem;
  text-transform: uppercase;
    background: #ffffffa4;
  border-radius: 3.125rem;
  transition: 0.3s ease-in-out;
}

.swiper-slide a {
  color: #ff0000;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.4;
  margin-bottom: 0.625rem;
  padding: 0.5rem;
  text-transform: uppercase;
    background: #ffffffa4;
  border-radius: 3.125rem;
  transition: 0.3s ease-in-out;
}

.swiper-slide a:hover {
  color: #800000;
}

.swiper-slide div {
  display: none;
  opacity: 0;
  padding-bottom: 4rem;
}

.swiper-slide-active div {
  display: block;
  opacity: 1;
}

.swiper-slide--one {
  background:
    url("img/1.webp")
      no-repeat; 
    
}

.swiper-slide--two {
  background:
    url("img/2.webp")
      no-repeat; 
}

.swiper-slide--three {
  background:
    url("img/3.webp")
      no-repeat; 
}

.swiper-slide--four {
  background:
    url("img/4.webp")
      no-repeat; 
}

.swiper-slide--five {
  background:
    url("img/5.webp")
      no-repeat; 
}

.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right {
  background-image: none;
}

.swiper-button-prev,
.swiper-button-next {
  color: rgb(0, 0, 0); /* cor das setas */
  transition: 0.3s;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
  color: #ff0000; /* cor quando passa o mouse */
  transform: scale(1);
}

.slide-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 5%;
    flex-wrap: wrap;
    gap: 40px;
  }

/* ===========================
   YOUTUBE SECTION
=========================== */
.youtubefundo {
  background-color: #4f584d;
  color: #fff;
  padding: 3rem 1rem;
  text-align: center;
  max-height: 650px;
}

.youtube h1 {
  font-size: calc(18px + 1vw);
  margin-bottom: 1rem;
}

.youtube p {
  font-size: 1.1rem;
  margin-bottom: 2rem;
}

.youtube a {
  display: inline-block;
  padding: 10px 25px;
  background: #00000040;
  color: #fff;
  border-radius: 0.5rem;
  text-decoration: none;
  transition: all 0.3s;
}

.youtube a:hover {
  background: #aa0000;
}

.video-container {
  position: relative;
  width: 100%;
  max-width: 500px; /* opcional */
  margin: 2rem auto;
  aspect-ratio: 16/9; /* deixa responsivo sem hacks */
  overflow: hidden;
  border-radius: 1rem;
}

/* iframe 100% dentro do container */
.video-container iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
  border-radius: inherit;
}



/* ===========================
   SLIDES & TEXT SIDE
=========================== */
.slide-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3rem 1rem;
  flex-wrap: wrap;
  gap: 2rem;
}

.media-content {
  position: relative;
  width: 100%;
  max-width: 550px;
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 1rem;
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}

.slides {
  display: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1rem;
}

.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 12px;
  color: white;
  font-size: 20px;
  background-color: rgba(0,0,0,0.4);
  border-radius: 50%;
  transition: background 0.3s;
}

.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.7);
}

.prev { left: 10px; }
.next { right: 10px; }

.dots {
  text-align: center;
  position: absolute;
  bottom: 10px;
  width: 100%;
}

.dot {
  cursor: pointer;
  height: 12px; width: 12px;
  margin: 0 3px;
  background-color: rgba(255,255,255,0.7);
  border-radius: 50%;
  display: inline-block;
}

.active, .dot:hover {
  background-color: #aa0000;
}

.media-text {
  max-width: 400px;
  text-align: center;
  font-size: 1rem;
  color: #333;
  line-height: 1.5;
}

.media-text .logo2 {
  width: 80%;
  max-width: 300px;
  margin-bottom: 15px;
}

.media-text a {
  display: inline-block;
  margin-top: 15px;
  padding: 10px 25px;
  background-color: #555;
  color: #fff;
  border-radius: 0.5rem;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 500;
  transition: all 0.3s;
}

.media-text a:hover {
  background-color: #aa0000;
  transform: scale(1.05);
}

  .vend {
    text-align: center;
  }

  .vend select {
    text-align: center;
    border: none;
    font-size: 25px;
    height: 45px;
    margin-bottom: 5px;
    background-color: rgba(255, 255, 255, 0.466);  
  }

  .vend button {
    text-align: center;
    padding: 10px 20px;
    font-size: 20px;
    height: 45px;
    margin-bottom: 5px;
    background-color: #4CAF50;
    color: white;
    border: none;
    cursor: pointer;
  }

  .vend button:hover {
    opacity: 0.8;
  }

  .tit {
    margin-top: 3rem;
    text-align: center;
  }

  .vendimg {
    width: 350px;
    height: 350px;
    border-radius: 1rem;
  }

    .hero{
      display:grid;
      grid-template-columns:1fr 420px;
      gap:28px;
      align-items:center;
      padding:48px 0;
      padding-left: 5%;
    }
    .hero h1{
      font-size:clamp(1.6rem,3.5vw,2.6rem);
      line-height:1.05;
      margin-bottom:12px
    }

    .hero p{
      color:#444;
      margin-bottom:18px
    }

    .cta{
      display:inline-block;
      padding:12px 18px;
      border-radius:10px;
      background:#e54646;
      color:#fff;
      text-decoration:none;
      font-weight:600
    }

.cat {
    display: flex;
    width: 50%;
    object-fit: cover;
    margin-top: -180px;
    margin-left: 550px;
    max-width: 100%; 
    height: auto;
    border-radius: 2rem;
}

.rec {
    display: flex;
    width: 50%;
    object-fit: cover;
    margin-top: -89px;
    margin-left: 300px;
    max-width: 100%; 
    height: auto;
}

.fabrica-texto img { 
  width: 800px;
  height: 600px;
  border-radius: 2rem;
  margin-left: 4rem;
}

/* ===========================
   FOOTER
=========================== */
.footer {
  padding: 50px 0;
  background-color: #ffffffa4;
  text-align: center;
}

.footer .social a {
  font-size: 45px;
  color: #4b4c4d;
  border: none;
  width: 70px; height: 70px;
  margin: 0 10px;
  display: inline-block;
  transition: all 0.3s;
}

.footer .social a:hover {
  color: #aa0000a1;
}

/* ===========================
   RESPONSIVIDADE
=========================== */

/* Tablets */
@media (max-width: 1024px) {
  .swiper-slide {
    width: 16rem;
    height: 22rem;
  }

  .media-content {
    max-width: 400px;
  }
}

/* Celulares */
@media (max-width: 768px) {
  .navbar-text {
    flex-direction: column;
    gap: 1rem;
  }

  .slide-container {
    flex-direction: column;
    padding: 2rem 1rem;
  }

  .media-text {
    font-size: 0.9rem;
  }

  .divc h1 {
    font-size: 1rem;
  }

  .youtube h1, .youtube p {
    font-size: 1rem;
  }
}



/* ===========================
   NAVBAR RESPONSIVA
=========================== */

#check {
  display: none;
}

.icons {
  font-size: 2rem;
  color: #000;
  cursor: pointer;
  display: none;
}

.icons i {
  transition: 0.3s;
}

/* === Menu desktop === */
.navbar {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.navbar-text {
  display: flex;
  list-style: none;
  gap: 2rem;
}

.navbar-text li a {
  color: #000;
  text-decoration: none;
  font-weight: 500;
  font-size: 18px;
  transition: color 0.3s;
}

.navbar-text li a:hover {
  color: #aa0000;
}

/* === Menu mobile === */
@media (max-width: 900px) {
  .icons {
    display: block;
    z-index: 101;
  }

  .navbar {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #f3f3f3f5;
    backdrop-filter: blur(5px);
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    height: 0;
    overflow: hidden;
    transition: all 0.5s ease;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  }

  #check:checked ~ .navbar {
    height: 22rem;
    padding: 1rem 0;
  }

  .navbar-text {
    flex-direction: column;
    gap: 1rem;
  }

  .navbar-text li a {
    font-size: 1.1rem;
    color: #000;
  }

  /* Alterna ícones */
  #check:checked ~ .icons #menu-icon {
    display: none;
  }
  #check:checked ~ .icons #close-icon {
    display: inline;
  }
  #close-icon {
    display: none;
  }


.swiper {
  padding-top: 5%;
  padding-left: 5%;
  padding-right: 5%;
}

.divc h1 {
  margin-top: 2rem;
  margin-left: 2rem;
  width: 100%;
  height: 100%;
  place-items: center;
justify-content: center;
align-items: center;
  font-size: calc(auto);
  display: grid;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  color: #000000d3;
  font-weight: 450;
  background:  #ffffffe8;
  border-radius: 2rem;
  padding: 0.50rem;
}



.swiper-pagination-bullet,
.swiper-pagination-bullet-active {
  background: #000000b0;
}

.swiper-pagination {
  bottom: 1.5rem !important;
}

.swiper-slide {
  width: 25rem;
  height: 30rem;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: self-start;
}

.swiper-slide h2 {
  color: #000000;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.4;
  margin-bottom: 0.625rem;
  padding: 0.5rem;
  text-transform: uppercase;
    background: #ffffffde;
  border-radius: 3.125rem;
  transition: 0.3s ease-in-out;
}

.swiper-slide p {
  color: #000000;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  padding: 0.5rem;
  line-height: 1.6;
  font-size: 1rem;
  display: flex;
  overflow: hidden;
  background: #ffffffde; 
  border-radius: 2rem;
  transition: 0.1s ease-in-out;
}

.swiper-slide a {
  color: #aa0000;
  margin: 1rem 1rem 3rem 1rem;
  padding: 1rem;
  font-size: 1rem;
}

.swiper-slide a:hover {
  color: #aa0000;
}

.swiper-slide div {
  display: none;
  opacity: 0;
  padding-bottom: 1rem;
}

.swiper-slide-active div {
  display: block;
  opacity: 1;
}

.swiper-slide--one {
  background:
    url("img/1.webp")
      no-repeat; 
    
}

.swiper-slide--two {
  background:
    url("img/2.webp")
      no-repeat; 
}

.swiper-slide--three {
  background:
    url("img/3.webp")
      no-repeat; 
}

.swiper-slide--four {
  background:
    url("img/4.webp")
      no-repeat; 
}

.swiper-slide--five {
  background:
    url("img/5.webp")
      no-repeat; 
}

.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right {
  background-image: none;
}

.swiper-button-prev,
.swiper-button-next {
  color: rgb(0, 0, 0); /* cor das setas */
  transition: 0.3s;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
  color: #ff0000; /* cor quando passa o mouse */
  transform: scale(1);
}

.slide-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 5%;
    flex-wrap: wrap;
    gap: 40px;
  }

      .hero{grid-template-columns:1fr;grid-template-rows:auto auto}


.cat {
  width: 250px;
  height: 450px;
  margin-left: 60px;
  margin-top: 10px;
}

.rec {
  width: 400px;
  height: 400px;
  margin-left: -15px; 
  margin-top: 6px;
}

.fabrica-texto img { 
  width: 350px;
  height: 350px;
  border-radius: 2rem;
  margin-left: 0;
}

.video-container {
  position: relative;
  padding-bottom: 100%; /* 16:9 */
  height: 0;
  overflow: hidden;
  max-width: 400px;
  margin: 2rem auto;
}

.video-container iframe {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  border: none;
  border-radius: 1rem;
}


}

@media (max-width: 600px) {

.swiper {
  padding-top: 2%;
  padding-right: 28%;
}

.divc h1 {
  width: 100%;
  height: 100%;
  place-items: center;
  justify-content: center;
  align-items: center;
  font-size: calc(auto);
  display: grid;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  color: #ff0000d3;
  font-weight: 450;
  background:  #ffffffe8;
  border-radius: 2rem;
  padding: 0.20rem;
}

.swiper-pagination-bullet,
.swiper-pagination-bullet-active {
  background: #000000b0;
}

.swiper-pagination {
  bottom: 1.5rem !important;
}

.swiper-slide {
  width: 25rem;
  height: 30rem;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: self-start;
}

.swiper-slide h2 {
  color: #000000;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 2;
  margin-bottom: 0.2rem;
  padding: 0.2rem;
  text-transform: uppercase;
    background: #ffffffde;
  border-radius: 2rem;
  margin-left: 5rem;
  transition: 0.3s ease-in-out;
}

.swiper-slide p {
  color: #000000;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  padding: 0.4rem;
  line-height: 1;
  font-size: 1rem;
  margin-left: 5rem;
  display: flex;
  overflow: hidden;
  background: #ffffffde; 
  border-radius: 2rem;
  transition: 0.1s ease-in-out;
}

.swiper-slide a {
  color: #aa0000;
  margin: 1rem 1rem 3rem 1rem;
  margin-left: 5rem;
  padding: 1rem;
  font-size: 1rem;
}

.swiper-slide a:hover {
  color: #aa0000;
}

.swiper-slide div {
  display: none;
  opacity: 0;
  padding-bottom: 1rem;
}

.swiper-slide-active div {
  display: block;
  opacity: 1;
}

.swiper-slide--one {
  background:
    url("img/1.webp")
      no-repeat; 
    
}

.swiper-slide--two {
  background:
    url("img/2.webp")
      no-repeat; 
}

.swiper-slide--three {
  background:
    url("img/3.webp")
      no-repeat; 
}

.swiper-slide--four {
  background:
    url("img/4.webp")
      no-repeat; 
}

.swiper-slide--five {
  background:
    url("img/5.webp")
      no-repeat; 
}

.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right {
  background-image: none;
}

.swiper-button-prev,
.swiper-button-next {
  color: rgb(0, 0, 0); /* cor das setas */
  transition: 0.3s;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
  color: #ff0000; /* cor quando passa o mouse */
  transform: scale(1);
}

.slide-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 5%;
    flex-wrap: wrap;
    gap: 40px;
  }
  
      .container{padding:16px}
      .hero{padding:28px 0}


.cat {
    display: flex;
    width: 100%;
    object-fit: cover;
    max-width: 100%; 
    height: auto;
    border-radius: 2rem;
    margin-left: 0;
}

.rec {
    display: flex;
    width: 100%;
    margin-top: 76px;
    object-fit: cover;
    max-width: 100%; 
    height: auto;
    margin-left: 5px;
}

 .fabrica-texto img { 
  width: 300px;
  height: 300px;
  border-radius: 2rem;
  margin-left: 0;
}

.vendimg{
  width: 300px;
  height: 300px;
  border-radius: 2rem;
  margin-left: 0;
}


 }


div.gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

div.gallery-item {
  margin: 5px;
  border: 1px solid #ccc;
  width: calc(25% - 20px);
}

div.gallery-item:hover {
  border: 1px solid #777;
}

div.gallery-item img {
  width: 100%;
  height: auto;
}

div.gallery-item div.desc {
  padding: 15px;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  div.gallery-item {
    width: calc(50% - 20px);
  }
}

@media only screen and (max-width: 480px) {
  div.gallery-item {
    width: calc(100% - 20px);
  }
}


/* ======== GALERIA ======== */

.gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); 
  gap: 10px;
  padding: 10px;
}

.gallery-item {
  width: 100%;
  aspect-ratio: 1/1; /* Mantém sempre quadrado */
  overflow: hidden;
  border-radius: 1rem;
  background: #ffffff75;  
  display: flex;
  align-items: center;
  justify-content: center;
}

.gallery-item img {
  width: 100%;
  height: auto;
  object-fit: cover;   /* ESSENCIAL! */
  border-radius: 1rem;
  display: block;
}

.gallery-item:hover {
  box-shadow: 0 8px 20px rgba(0,0,0,0.30);
}


