/* ============================= */

/* ESTILOS GERAIS */

/* ============================= */

body {
  font-family: Arial, sans-serif;
}

/* ============================= */

/* CABEÇALHO & LOGO */

/* ============================= */

/*.logo img {
  min-width: 120px !important;
  min-height: 120px !important;
  height: auto !important;
}*/

/* ============================= */

/* BARRA DE PESQUISA */

/* ============================= */

#woocommerce-product-search-field-0.search-field.mb-0 {
  border-radius: 10px;
  font-size: 16px;
}

.ux-search-submit.submit-button.secondary.button.icon.mb-0 {
  font-size: 16px;
  margin-left: -10px;
  border-radius: 10px;
  background-color: #ca5823;
}

/* ============================= */

/* TIMELINE - Passo a Passo */

/* ============================= */

.timeline-container {
  text-align: center;
  padding: 40px 20px;
  background-color: #f8d1ac !important;
}

/* Linha do tempo */

.timeline {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  gap: 30px;
  position: relative;
}

/* Passos */

.step {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  padding: 10px;
  border-radius: 50%;
  text-align: center;
}

/* Ícones dentro do círculo */

.circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #9C6F4A;
  color: white;
  font-size: 32px;
  margin-bottom: 10px;
}

/* Setas entre os passos */

.arrow {
  width: 40px;
  height: 40px;
  color: #9C6F4A;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Texto abaixo dos ícones */

.step p {
  font-size: 14px;
  color: #7D5A44;
  font-weight: bold;
}

/* ============================= */

/* BOTÕES DO WHATSAPP */

/* ============================= */

.buttons {
  display: flex;
  flex-direction: row;
  /* Deixa os botões lado a lado */
  justify-content: center;
  /* Centraliza os botões */
  align-items: center;
  margin-top: 30px;
  gap: 20px;
  /* Espaçamento entre os botões */
}

.whatsapp-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #4CAF50;
  color: white;
  padding: 12px 20px;
  text-decoration: none;
  font-weight: bold;
  border-radius: 5px;
  transition: 0.3s;
  font-size: 16px;
  width: 300px;
  height: 50px;
  /* Mantém altura uniforme */
}

.whatsapp-button i {
  margin-right: 8px;
  font-size: 20px;
}

.whatsapp-button:hover {
  background: #388E3C;
}

/* ============================= */

/* DETALHES DOS SERVIÇOS */

/* ============================= */

.service-detail {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 15px;
}

/* Texto antes das opções */

.service-label {
  font-weight: bold;
  color: #8A6A52;
}

/* Container das opções */

.service-options {
  display: flex;
  gap: 5px;
}

/* Estilo das opções */

.option {
  background-color: rgba(245, 233, 220, 0.7);
  color: #8A6A52;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s ease;
}

/* Opção selecionada */

.option.selected {
  background-color: #9C6F4A;
  color: white;
}

/* Efeito hover */

.option:hover {
  background-color: #b08c6b;
  color: white;
}

.service-description {
  font-size: 16px;
  color: #8A6A52;
  line-height: 1.6;
  text-align: center;
  padding: 15px 20px;
  margin: 10px 0;
}

/* ============================= */

/* RESPONSIVIDADE */

/* ============================= */

@media (max-width: 768px) {
  /* Ajusta a timeline para uma coluna vertical */

  .timeline {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    gap: 30px;
    /* Espaçamento entre os passos */
  }

  /* Ajuste dos passos */

  .step {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    width: 100%;
    max-width: 280px;
    /* Define um tamanho máximo */
    text-align: center;
  }

  /* Ícones dentro do círculo */

  .circle {
    width: 70px;
    height: 70px;
    font-size: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #9C6F4A;
    color: white;
    margin-bottom: 10px;
  }

  /* Ajusta as setas para ficarem diagonais */

  .arrow {
    width: 20px;
    height: 20px;
    color: #9C6F4A;
    font-size: 16px;
    transform: rotate(30deg);
    /* Inclinação diagonal */
    margin: -10px 0;
  }

  /* Ajusta a posição das setas */

  .step:not(:last-child)::after {
    content: "▶";
    /* Ícone de seta */
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%) rotate(30deg);
    font-size: 16px;
    color: #9C6F4A;
    opacity: 0.7;
  }

  /* Ajuste do espaçamento dos botões */

  .buttons {
    flex-direction: column;
    gap: 15px;
  }

  .whatsapp-button {
    width: 90%;
    font-size: 16px;
    padding: 12px 16px;
  }
}

/* Define a animação inicial */

.step {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

/* Classe ativada pela rolagem */

.step.animate {
  opacity: 1;
  transform: translateY(0);
}

.foto1 {
  width: 15%;
  border-radius: 15px;
  margin-bottom: 18px;
}

.attachment-original.size-original {
  border-radius: 20px;
}