* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Times New Roman", Times, serif;
  background-color: #eeeae8;
  color: #333;
  line-height: 1.6;
}

header {
  width: 100%;
}

.menu-principal {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: start;
  padding: 50px 20px 0px 100px;
}

.logo {
  margin-right: 20px;
}

.logo img {
  max-height: 50px;
}

.menu-principal ul {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
}

.menu-principal li {
  margin-left: 20px;
  font-size: 16px;
  font-weight: 100;
}

.menu-principal a {
  text-decoration: none;
  color: #fff;
}

.img-fundo1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}

.img-fundo1 .overlay-img1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(66, 57, 57, 0.336);
  z-index: 1;
}

.img-fundo1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.inicio {
  color: #fff;
  text-align: left;
  padding: 20px;
  width: 50%;
  display: block;
  margin-top: 20rem;
}

.inicio h1 {
  font-size: 60px;
  margin-bottom: 20px;
  font-weight: 100;
}

.inicio span {
  font-size: 20px;
  display: block;
  margin-bottom: 20px;
  font-weight: 100;
}

.button-orcamento {
  color: #333;
  background-color: #ffffffc7;
  padding: 10px 20px;
  width: 260px;
  display: flex;
  flex-direction: row;
  position: fixed;
  right: 1rem;
  bottom: -3rem;
  align-items: center;
  margin-bottom: 10%;
  font-weight: 100;
  z-index: 1000000;
}

.button-orcamento img {
  margin-left: 6px;
}

.button-orcamento a {
  color: #333;
  text-decoration: none;
  display: inline-block;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.sobre-nos {
  background-color: #eeeae8;
  width: 100%;
  position: relative;
  z-index: 10;
}

.sobre-nos-content h1 {
  font-size: 32px;
  font-weight: 100;
}

.sobre-nos-content {
  margin-bottom: 40px;
  margin-left: 20px;
  width: 50%;
  position: relative;
  top: 80px;
}

.sobre-nos h1 {
  color: #333;
  margin-bottom: 20px;
}

.sobre-nos span {
  display: block;
  color: #666;
  font-size: 20px;
  font-weight: 100;
}

.galeria-wrapper {
  position: relative;
  left: 40%;
  flex-wrap: wrap;
  overflow: hidden;
  width: 60%;
  height: 100%;
  background-color: #eeeae8;
}

.gallery-controls {
  width: 100%;
  position: absolute;
  top: 100px;
  display: flex;
  justify-content: start;
  align-items: center;
  z-index: 20;
}

.scroll-btn {
  color: black;
  font-size: 20px;
  margin: 0 10px;
  background: transparent;
  border: none;
  cursor: pointer;
  transition: color 0.3s ease;
}

.scroll-btn:hover {
  color: #666;
}

.gallery-indicators {
  font-size: 20px;
  color: #333;
  display: flex;
  align-items: center;
  font-weight: 100;
}

.gallery-indicators span {
  font-size: 14px;
  color: #333;
  display: flex;
  align-items: center;
  font-weight: 100;
  padding: 8px;
}

.galeria {
  margin-top: 170px;
  margin-bottom: 80px;
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  gap: 20px;
  overflow-x: hidden;
}

.img-galeria {
  flex-shrink: 0;
  width: 400px;
  height: 450px;
  object-fit: cover;
}

.galeria::-webkit-scrollbar {
  display: none;
}

.artistas {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px 20px;
  background-color: #fff;
}

.artistas h1 {
  font-size: 32px;
  font-weight: 100;
  margin-bottom: 40px;
  margin-top: 40px;
}

.button-galeria-sinatrus,
.button-galeria-ju {
  color: #666;
  border: 1px solid #666;
  padding: 10px 20px;
  width: 100%;
  height: 10%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
  font-weight: 100;
  text-align: center;
}

.button-galeria-sinatrus a,
.button-galeria-ju a {
  color: #666;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
}

.sinatrus,
.ju {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  margin: 60px 0;
  width: 60%;
  gap: 20px;
}

.sinatrus {
  flex-direction: row;
}

.ju {
  flex-direction: row-reverse;
}

.sinatrus img,
.ju img {
  width: 400px;
  height: auto;
  border-radius: 0;
  box-shadow: none;
}

.artistas h2 {
  font-size: 20px;
  font-weight: 100;
  padding: 20px;
  line-height: 1.5;
  color: #666;
  font-weight: 100;
  margin: 0;
  display: block;
  align-self: center;
}

.h2-ju {
  display: flex;
  text-align: right;
}

.sinatrus h2,
.ju h2 {
  margin-bottom: 10px;
}

.contato {
  padding: 40px;
  text-align: center;
}

.contato h1 {
  font-size: 32px;
  font-weight: 100;
  margin-bottom: 40px;
  margin-top: 40px;
  color: #333;
  display: flex;
  justify-content: end;
}

.contato iframe {
  width: 100%;
  height: 450px;
  border: none;
  margin-bottom: 20px;
}

.contato span {
  display: block;
  margin-top: 20px;
  font-size: 16px;
  font-weight: 100;
  color: #555;
  margin-bottom: 80px;
}

.contato h2 {
  font-size: 32px;
  font-weight: 100;
  margin-top: 40px;
  margin-bottom: 40px;
  color: #333;
  display: flex;
  justify-content: left;
}

.elfsight-app-aaec9a1f-0c06-4f95-9d0a-491e12338a88 {
  margin-top: 30px;
}

footer {
  color: #333;
  text-align: center;
  padding: 20px 0;
  font-size: 16px;
  position: relative;
  bottom: 0;
  width: 100%;
}

footer a {
  text-decoration: none;
  color: #333;
}

.sobre_marca {
  background-image: url("./img/IMG_8553.PNG");
  background-size: cover;
  background-position: center;
  padding: 80px 20px;
  text-align: center;
  height: 900px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sobre_marca h1 {
  font-size: 20px;
  font-weight: 100;
  width: 50%;
  line-height: 1.5;
  color: #fff;
}
.produtos h1 {
  font-size: 32px;
  font-weight: 100;
  color: #333;
  margin-bottom: 40px;
  margin-top: 40px;
  margin-left: 25px;
}

.carrossel-container {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  margin-top: 40px;
  overflow: hidden; /* Garante que o conteúdo além da área visível seja ocultado */
}

.produtos-container {
  display: flex;
  transition: transform 0.3s ease-in-out; /* Suaviza o movimento ao deslizar */
  overflow-x: hidden; /* Impede o conteúdo de ultrapassar os limites visíveis */
}

.produto-item {
  flex: 0 0 300px; /* Define a largura de cada item */
  margin: 20px;
  padding: 20px;
  text-align: center;
  box-sizing: border-box;
}

.prev-btn,
.next-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  font-size: 2rem;
  cursor: pointer;
  padding: 10px;
}

.prev-btn {
  left: 10px;
}

.next-btn {
  right: 10px;
}

/* Se você quiser esconder as setas, remova os comentários das próximas linhas */
.prev-btn,
.next-btn {
  display: none; /* Esconde as setas */
}

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

.produto-item img {
  width: 100%;
  margin-bottom: 20px;
  object-fit: cover;
}

.produto-item h2 {
  font-size: 1.5rem;
  color: #333;
  margin-bottom: 10px;
}

.produto-item p {
  font-size: 1rem;
  color: #666;
  margin-bottom: 20px;
}

.produto-item span {
  font-size: 1.2rem;
  color: #333;
  display: block;
  margin-bottom: 20px;
}

.comprar-btn {
  color: #666;
  border: 1px solid #666;
  padding: 10px 20px;
  width: 100%;
  height: 10%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
  font-weight: 100;
  text-align: center;
  text-decoration: none;
}

.comprar-btn a {
  color: #666;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
}

.video {
  display: flex;
  justify-content: center;
  margin: 100px;
}

@media (max-width: 768px) {
  .menu-principal {
    display: none;
  }

  .inicio {
    width: 100%;
    height: 100vh;
    margin: 0;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .inicio h1 {
    font-size: 36px;
    margin: 0;
  }

  .inicio span {
    font-size: 16px;
    margin: 10px 0;
  }

  .button-orcamento {
    color: #fff;
    padding: 10px 20px;
    width: 260px;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 10%;
    font-weight: 100;
    position: absolute;
    bottom: 13%;
    left: 16%;
  }

  .inicio br {
    display: none;
  }

  .sobre-nos-content {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    top: 40px;
  }

  .sobre-nos-content h1 {
    font-size: 24px;
  }

  .sobre-nos span {
    font-size: 16px;
  }

  .galeria-wrapper {
    left: 0;
    width: 100%;
    padding: 10px;
  }

  .img-galeria {
    width: 90%;
    height: auto;
  }

  .galeria {
    gap: 10px;
  }

  .artistas {
    padding: 20px 10px;
  }

  .sinatrus,
  .ju {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .sinatrus img,
  .ju img {
    width: 90%;
    height: auto;
  }

  .sinatrus h2,
  .ju h2 {
    text-align: center;
    margin-top: 10px;
  }

  .contato {
    padding: 20px 10px;
  }

  .contato h1 {
    font-size: 24px;
  }

  .contato span {
    font-size: 14px;
  }

  .produtos h1 {
    font-size: 24px;
    margin-left: 10px;
  }

  .produto-item {
    flex: 0 0 90%;
    margin: 10px auto;
  }

  .sobre_marca h1 {
    font-size: 24px;
    font-weight: 100;
    width: 90%;
    line-height: 1.5;
    color: #fff;
  }
}
