* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Prometo W02 Regular", sans-serif;
}

body {
  background-color: #ffffff;
  color: #333;
}

header {
  background-color: #333;
  background-color: rgb(249 79 79);

  padding: 1rem;
  text-align: center;
  height: 80px;
  justify-content: center;
}

.logo-container {
  max-width: 300px;
  margin: 0 auto;
  height: 200px;
}

.logo-container a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.logo-container img {
  width: 250px;
  height: auto;
  height: 50px;
}
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem 1rem;
}

.hero {
  text-align: center;
  margin-bottom: 3rem;
}

.hero h1 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  margin-top: 4rem;
  color: #fd384f;
}

.hero p {
  font-size: 1.2rem;
  max-width: 800px;
  margin: 0 auto;
  color: #666;
}

.how-it-works {
  background-color: white;
  padding: 2rem;
  border-radius: 8px;
  /*box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);*/
  margin-bottom: 3rem;
  /*border: 1px solid rgba(0, 0, 0, 0.111);*/
}

.how-it-works h2 {
  text-align: center;
  margin-bottom: 2rem;
  color: #fd384f;
}

.steps {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.step {
  flex-basis: 30%;
  text-align: center;
  padding: 1.5rem;
  border-radius: 8px;
  background-color: #fff5f6;
  margin-bottom: 1rem;
}

.step-number {
  background-color: #fd384f;
  color: white;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
  font-weight: bold;
}

.active-deals {
  margin-bottom: 3rem;
}

.active-deals h2 {
  text-align: center;
  margin-bottom: 2rem;
  color: #fd384f;
}

.deals-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 2rem;
}

.deal-card {
  background-color: white;
  border-radius: 8px;
  overflow: hidden;
  /*box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);*/
  transition: transform 0.3s ease;
  padding: 16px;
  border-radius: 16px;
  border: 1px solid rgba(0, 0, 0, 0.111);
}

.deal-image {
  position: relative;
}

img {
  height: 280px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 16px;
}

.deal-badge {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: rgb(255 147 12);
  color: white;
  padding: 0.3rem 0.8rem;
  border-radius: 14px;
  font-weight: bold;
  font-size: 0.9rem;
  z-index: 10;
}

.deal-details {
  padding: 0 0 1rem 0;
}

.deal-title {
  font-size: 1rem;
  margin-bottom: 0.5rem;
  color: #333;
}

.deal-desc {
  color: #666;
  margin-bottom: 0.5rem;
  font-size: 0.85rem;
}

.deal-price {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}

.original-price {
  text-decoration: line-through;
  color: #999;
  margin-right: 1rem;
}

.group-price {
  font-size: 1.4rem;
  font-weight: bold;
  color: #fd384f;
}

.progress-container {
  margin-bottom: 1rem;
}

.progress-label {
  display: flex;
  justify-content: space-between;
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
}

.progress-bar {
  height: 10px;
  background-color: #eee;
  border-radius: 5px;
  overflow: hidden;
}

.progress-fill {
  height: 100%;
  background-color: #fd384f;
  border-radius: 5px;
}

.time-left {
  font-size: 0.9rem;
  color: #000;
  margin-bottom: 1rem;
}

.btn {
  display: block;
  width: 100%;
  padding: 0.5rem;
  background-color: #fd384f;
  color: white;
  border: 2px solid #fd384f;

  border-radius: 19px;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  border: 1px solid #fd384f;
}

.btn:hover {
  background-color: white;

  color: #fd384f;
}

/* Novo estilo para os FAQs com toggle */
.faq {
  background-color: white;
  padding: 2rem;
  border-radius: 25px;
  /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);*/
  margin-bottom: 3rem;
  border: 1px solid rgba(0, 0, 0, 0.111);
}

.faq h2 {
  text-align: center;
  margin-bottom: 2rem;
  color: #fd384f;
}

.faq-item {
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #eee;
  padding-bottom: 0.5rem;
}

.faq-question {
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #333;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq-question:hover {
  color: #fd384f;
}

.toggle-icon {
  font-size: 1.2rem;
  font-weight: bold;
  color: #fd384f;
}

.faq-answer {
  color: #666;
  display: none;
  padding: 10px 0;
  transition: height 0.3s ease;
}

.faq-answer.show {
  display: block;
}

/* Estilos para a nova seção de grupos sociais */
.social-groups {
  background-color: #fd384f;
  color: white;
  padding: 2rem;
  border-radius: 30px;
  text-align: center;
  margin-bottom: 3rem;
}

.social-groups h2 {
  margin-bottom: 1rem;
}

.social-groups p {
  margin-bottom: 1.5rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.social-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  max-width: 600px;
  margin: 0 auto;
}

.social-button {
  flex: 1;
  min-width: 150px;
  background-color: white;
  padding: 12px 20px;
  border-radius: 8px;
  color: #333;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  transition: all 0.3s ease;
}

.social-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.social-button i {
  margin-right: 10px;
  font-size: 1.5rem;
}

.whatsapp {
  color: #25d366;
}

.telegram {
  color: #0088cc;
}

footer {
  background-color: #000;
  color: white;
  padding: 1rem;
  text-align: center;
}

.copyright {
  font-size: 0.9rem;
  color: #ccc;
}

@media (max-width: 768px) {
  .steps {
    flex-direction: column;
  }

  .step {
    flex-basis: 100%;
    margin-bottom: 1.5rem;
  }

  .social-buttons {
    flex-direction: column;
  }

  .social-button {
    width: 100%;
  }
}

.clamp-text {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.deal-title {
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 8px;
  font-weight: bold;
}

.deal-desc {
  font-size: 14px;
  color: #666;
  margin-bottom: 8px;
  line-height: 1.4;
}
.product-size {
  margin-bottom: 12px;
}

.deal-price {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.original-price {
  text-decoration: line-through;
  color: #777;
  margin-right: 10px;
}

.group-price {
  font-weight: bold;
  color: #2ecc71;
  font-size: 18px;
}

.progress-container {
  margin-bottom: 15px;
}

.progress-label {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  margin-bottom: 5px;
}

.progress-bar {
  height: 8px;
  background-color: #e9ecef;
  border-radius: 4px;
  overflow: hidden;
}

.progress-fill {
  height: 100%;
  background-color: #3498db;
  border-radius: 4px;
  transition: width 0.3s ease;
}

.btn {
  display: block;
}

.btn:disabled {
  background-color: #95a5a6;
  border: 1px solid #95a5a6;
  cursor: not-allowed;
}

.no-deals {
  text-align: center;
  padding: 30px;
  font-size: 16px;
  color: #777;
}

.status-badge {
  display: inline-block;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.status-ativo {
  background-color: #3498db;
  color: white;
}

.status-meta-alcancada {
  background-color: #2ecc71;
  color: white;
}

.status-encerrado {
  background-color: #e74c3c;
  color: white;
}

.status-cancelado {
  background-color: #95a5a6;
  color: white;
}

/* Estilos para o contador */
.time-left {
  margin-top: 8px;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 15px;
}

.countdown-urgent {
  color: #e74c3c;
  font-weight: bold;
}

/* Estilos do pop-up */
.popup-overlay-new {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 10;
}

.popup-content-new {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  width: 300px;
  max-width: 100%;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  position: relative;
}

.popup-content-new h3 {
  margin-top: 0;
}

.popup-content-new form label {
  display: block;
  margin-top: 5px;
  margin-bottom: 5px;
}

.popup-content-new form input {
  width: 100%;
  padding: 8px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.popup-content-new form button {
  width: 100%;
  padding: 10px;
  background-color: #007bff;
  background-color: #fd7a89;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.close-popup-new {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 24px;
  cursor: pointer;
}

/* Estilo para o rótulo (label) */
label.new-label {
  display: block;
  font-weight: bold;
  margin-bottom: 8px;
}

/* Estilo para o dropdown (select) */
.select-dropdown-new {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #f9f9f9;
  font-size: 16px;
  color: #333;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

/* Estilo para o dropdown quando focado */
.select-dropdown-new:focus {
  border-color: #fd7a89;
}

/* Container para o dropdown e a seta */
.select-container-new {
  position: relative;
}

/* Estilo para a seta do dropdown */
.select-container-new::after {
  content: "▼";
  /* Conteúdo da seta */
  font-size: 12px;
  /* Tamanho da seta */
  color: #333;
  /* Cor da seta */
  position: absolute;
  /* Posicionamento absoluto */
  right: 10px;
  /* Distância da seta à direita */
  top: 50%;
  /* Centralizar verticalmente */
  transform: translateY(-50%);
  /* Ajustar para centralização */
  pointer-events: none;
  /* Ignorar cliques na seta */
}

/* Estilos específicos para os campos atualizados */
#city-province-new,
#neighborhood-new,
#address-details-new,
#address-reference-new {
  width: 100%;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #f9f9f9;
  font-size: 16px;
  color: #333;
  outline: none;
}

#city-province-new:focus,
#neighborhood-new:focus,
#address-details-new:focus,
#address-reference-new:focus {
  border-color: #fd7a89;
}

#address {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 8px;
  background-color: #f9f9f9;
  font-size: 16px;
  color: #333;
  outline: none;
  resize: vertical;
}

#city-province {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 8px;
  background-color: #f9f9f9;
  font-size: 16px;
  color: #333;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.popup-content-new form input {
  width: 100%;
  padding: 8px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
}
