:root {
  --background-color: #8BC943;
  --secondary-color: #FF5733;
  --text-color: #333;
  --font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

* {
  margin: 0;
  padding: 0;
  font-size: 1em;
  box-sizing: border-box;
}

html, body {
  width: 100%;
  height: 100%;
  background-color: var(--background-color);
  font-family: var(--font-family);
  overflow-x: hidden; /* evita scroll lateral */
  scroll-behavior: smooth;
  
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

/* Container principal, se você usar um */
.main-content {
  flex: 1;
  padding: 1rem;
}


.card-resumo {
  border-radius: 16px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  margin-bottom: 2rem;
  overflow: hidden;
  transition: transform 0.2s ease;
}

.card-resumo:hover {
  transform: scale(1.02);
}

.card-resumo img {
  width: 100%;
  object-fit: cover;
  height: auto;
  border-bottom: 3px solid #FF5733;
}

.card-body {
  padding: 1rem;
  color: #fff;
}

.card-title {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.card-text {
  font-size: 0.95rem;
  margin-bottom: 1rem;
}

.card-price {
  font-size: 1rem;
  margin-bottom: 1rem;
}

.card-price .price-from {
  color: #f8d7da;
  font-size: 0.9rem;
  text-decoration: line-through;
}

.card-price .price-to {
  font-size: 1.2rem;
  font-weight: bold;
  color: #fffbe7;
}

.form-check-label {
  color: #fff;
}

.form-check-label-payment {
  color: #000000;
}

.btn-finalizar {
  width: 100%;
  padding: 0.75rem;
  background-color: #28a745;
  border: none;
  color: #fff;
  font-size: 1.1rem;
  font-weight: bold;
  border-radius: 12px;
  transition: background-color 0.2s ease;
}

.btn-finalizar:hover {
  background-color: #218838;
}

.total-display {
  text-align: right;
  font-size: 1.2rem;
  font-weight: bold;
  margin-top: 1rem;
  margin-bottom: 2rem;
}

/* ===== Estilo extra ===== */
.top-logo {
  text-align: center;
  margin-bottom: 2rem;
}
.top-logo img {
  max-width: 120px;
  height: auto;
}

.section-info {
  margin-top: 3rem;
  margin-bottom: 4rem;
}
.section-info h2 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #444;
  text-align: center;
}
/* .section-info p {
  font-size: 1rem;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  color: #555;
  line-height: 1.6;
} */

@media (max-width: 768px) {

  .card-body {
    padding: 0.8rem;
  }

  .card-title {
    font-size: 1.5rem;
  }

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

  .card-price {
    font-size: 0.9rem;
  }

  .card-price .price-to {
    font-size: 1rem;
  }

  .form-check-label {
    font-size: 0.9rem;
  }
}

.site-logo {
  max-width: 350px;
  border-radius: 10%;
}

.img-destaque {
  max-width: 80%;
  height: auto;
  border-radius: 10%;
  /* filter: drop-shadow(0 2px 10px rgba(0, 0, 0, 0.3)); */
  /* z-index: 999; */
}

/* Redes sociais flutuantes */
.floating-social {
  margin: 20px auto;
  display: flex;
  gap: 10px;
  justify-content: center;
  z-index: 999;
}

.social-icon img {
  width: 56px;
  height: 56px;
  display: block;
  transition: transform 0.2s ease;
  filter: drop-shadow(0 2px 10px rgba(0, 0, 0, 0.3));
}

.social-icon:hover img {
  transform: scale(1.1);
}

.text-final {
  font-size: 3rem;
  color: #1BA553;
}

.text-final2 {
  font-size: 1.4rem;
  color: #1BA553;
}


.container-fim {
  width: 100%;
  background-color: #fff;
  padding: 20px 1rem;
}



/* Estilo personalizado para o topo do site */
.intro-section {
  color: #ffffff;
  margin-bottom: 80px;
}

.intro-subtitle {
  font-size: 1.1rem;
  font-weight: 600;
}

.intro-title {
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1.2;
  margin-top: 0.5rem;
}

.intro-text {
  font-size: 1.1rem;
  font-weight: 600;
  margin-top: 1rem;
}

.intro-logo img {
  max-width: 250px;
  margin-top: 1.5rem;
  border-radius: 20px;
}


.text-top {
  max-width: 250px;
  margin: 0 auto;
  text-align: justify;
}


/* Botão flutuante */
#finalizar-pedido {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  display: none;
  background-color: #8BC943;
  color: white;
  border: none;
  padding: 12px 16px;
  border-radius: 10px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
  font-weight: bold;
}

/* Exibição visível */
#finalizar-pedido.show {
  display: block;
}


/* Estilo da barra de pesquisa */
.search-bar {
  max-width: 400px;
  margin: 0 auto 2rem;
}

.search-input {
  border: 2px solid #28a745;
  border-radius: 8px;
  padding: 0.6rem 1rem;
  font-size: 1rem;
}

/* Layout responsivo do topo */
.intro-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.intro-texto {
  max-width: 300px;
}

.intro-logo img {
  max-width: 250px;
  margin-top: 20px;
}

@media (min-width: 992px) {
  .intro-title {
    font-size: 3.1rem; /* Aqui você aumenta o tamanho do título no desktop */
  }

  .intro-subtitle {
    font-size: 1.5rem; /* Subtítulo maior no desktop */
  }

  .intro-text {
    font-size: 1.3rem; /* Parágrafos maiores no desktop */
  }

  .intro-container {
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
    padding: 0 15%;
  }

  .intro-texto {
    max-width: 400px;
    text-align: left;
  }

  .intro-logo img {
    max-width: 400px;
  }
}
