
body {
  margin: 0;
  font-family: 'Inter', sans-serif;
  background-color: #fdfdfd;
  color: #333;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

header {
  width: 100%;
  background-color: #fff;
  padding: 20px;
  text-align: center;
  box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

header img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
}

.container {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  place-items: center;       /* Centraliza horizontal e verticalmente */
  padding: 60px 20px;
  text-align: center;
}

h1 {
  font-size: 2.5rem;
  margin-bottom: 40px;
  color: #222;
  animation: fadeIn 1s ease-in-out;
}

.button {
  display: inline-block;
  background: #000;
  color: #fff;
  text-decoration: none;
  padding: 16px 36px;
  margin: 12px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  animation: fadeInUp 1s ease forwards;
}

.button:hover {
  background: #444;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
}

.button:disabled{
  background: rgb(86, 86, 90);
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
}

form {
  display: flex;
  flex-direction: column;
}
input {
  padding: 10px;
  margin-top: 10px;
  border-radius: 5px;
  border: 1px solid #ccc;
}
select {
  padding: 10px;
  margin-top: 10px;
  border-radius: 5px;
  border: 1px solid #ccc;
}
select:invalid {
  color: gray;
}
select:valid {
  color: black;
}
option {
  padding: 10px;
  margin-top: 10px;
  border-radius: 5px;
  border: 1px solid #ccc;
}

button {
  display: inline-block;
  border: none; 
  background: #000;
  color: #fff;
  text-decoration: none;
  padding: 16px 36px;
  margin: 12px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  animation: fadeInUp 1s ease forwards;
}

button:hover {
  background: #444;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
}


footer {
  background-color: #f5f5f5;
  color: #555;
  text-align: center;
  padding: 20px;
  font-size: 14px;
}

.social-links a {
  margin: 0 10px;
  color: #555;
  text-decoration: none;
  font-size: 20px;
}

.social-links a:hover {
  color: #000;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(-10px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 600px) {
  h1 {
    font-size: 1.8rem;
  }

  .button {
    width: 90%;
    font-size: 14px;
    padding: 14px 24px;
  }
}

.form-multi-select{
  margin-top: 10px;
}

.product-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
  .product {
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 15px;
    width: 250px;
    box-shadow: 2px 2px 8px rgba(0,0,0,0.1);
  }
  .product img {
    width: 100%;
    height: auto;
    border-radius: 4px;
  }
  .product h3 {
    margin: 10px 0 5px;
  }
  .product p {
    margin: 5px 0;
  }
  .price {
    font-weight: bold;
    color: #2e8b57;
  }
  .rating {
    color: #ffa500;
  }
  .add-to-cart {
    margin-top: 10px;
    padding: 8px 12px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
  }
  .add-to-cart:hover {
    background-color: #0056b3;
  }

.carousel-inner img{
  max-height: 60vh;
  object-fit: contain;
}

/* Animations */


.divPadrao{

  display: flex;
  flex-direction: column; /* Set main axis to vertical */
  justify-content: flex-end; /* Align items to the end of the main axis (bottom) */
  
  /*display: grid;*/
  gap: 10px;
  max-width: 100vw;
  width: 100%;
  padding: 2rem;
  align-items: center;      /*centraliza verticalmente */
  box-sizing: border-box;
  gap: 2rem;



  /*
  width: 1400px; 

  max-width: 90%;
  height: 100vh;
  margin: auto;
  justify-content: space-between;
  align-items: center;
  z-index: 1;
  */
}



h1 {
  font-size: clamp(1.5rem, 3vw, 3rem);
}

h2 {
  font-size: clamp(1rem, 2vw, 2rem);
}


.divImgs {
  display: flex;
  justify-content: center; /* centraliza horizontalmente */
  align-items: center;     /* centraliza verticalmente */
  gap: 20px;               /* espaço entre as imagens */
  object-fit: contain;
}

.divTextos {
  max-width: 50vw;
  display: flex;
  justify-content: center;   /* Alinha os itens na parte inferior */
  flex-direction: column;      /* Empilha h1 e h2 verticalmente */
  height: 100%;                /* Garante altura total da div */
  /*object-fit: contain; */ 
  text-align: center;          /* Centraliza o texto horizontalmente */
}


#quem-somos h1, #quem-somos h2{
  animation: fadeTexto;
  animation-timeline: view(auto auto);
  box-sizing: border-box;
  max-width: 100%;
}

@keyframes fadeTexto {
  0%{
    opacity: 0;
    transform: translate(-300px);
  }10%,90%{
    opacity: 1;
    transform: translate(0px);
  }100%{
    opacity: 0;
    transform: translate(-300px);
  }
}

/*
@keyframes fadeTexto {
  0%{
    opacity: 1;
  }30%{
    opacity: 1;
  }70%{
    opacity: 1;
  }100%{
    opacity: 0;
  }
} */

.objeto2{
  animation: objetoAnimation;
  animation-timeline: view();
  box-sizing: border-box;
  max-width: 100%;
}

@keyframes objetoAnimation {
  0%{
    opacity: 1;
    transform: translate(0px);
  }30%{
    opacity: 1;
    transform: translate(0px);

  }70%{
    opacity: 1;
    transform: translate(0px);

  }100%{
    opacity: 0;
    transform: translate(300px);
  }
}


.objeto3{
  animation: objetoAnimation3;
  animation-timeline: view();
  box-sizing: border-box;
  max-width: 100%;
}

@keyframes objetoAnimation3 {
  0%{
    opacity: 0;
    transform: translate(-300px);
  }10%,90%{
    opacity: 1;
    transform: translate(0px);
  }100%{
    opacity: 0;
    transform: translate(-300px);
  }
}

#como-funciona h1, #como-funciona h2{
  animation: fadeSegundoTexto;
  animation-timeline: view(auto auto);
}

@keyframes fadeSegundoTexto {
  0%{
    opacity: 0;
    transform: translate(300px);
  }10%,90%{
    opacity: 1;
    transform: translate(0px);
  }100%{
    opacity: 0;
    transform: translate(300px);
  }
}


