/* Reset básico para consistência */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Estilo geral do corpo */
body {
  font-family: 'Tahoma', 'Geneva', sans-serif;
  line-height: 1.5;
  color: #333;
  background-color: #f9f9f9;
}

/* Estilo das seções */
.bricks--section.rd-section {
  padding: 40px 20px;
  background-size: cover;
  background-position: center;
  position: relative;
}

/* Hero Section */
#rd-section-joq3m2lv {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('https://d335luupugsy2.cloudfront.net/cms/files/187882/1752231844/$e4txdv2i1nq');
  color: #fff;
  text-align: center;
  padding: 60px 20px;
}

/* Estilo para textos */
.bricks--component-text.rd-text {
  font-size: 1.1rem;
  margin-bottom: 15px;
  text-align: center;
}

.bricks--component-text h1, .bricks--component-text h2 {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 10px;
  color: #fff;
}

.bricks--component-text strong {
  font-weight: 700;
}

.bricks--component-text span {
  font-size: 1.1rem;
}

/* Estilo dos botões */
.bricks--component-button.rd-button {
  background-color: #dc5c92;
  color: #fff;
  padding: 12px 24px;
  border-radius: 42px;
  text-decoration: none;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease, transform 0.2s ease;
  box-shadow: 2px 2px 10px 1px rgba(231, 38, 124, 0.5);
}

.bricks--component-button.rd-button:hover {
  background-color: #e7267c;
  transform: translateY(-2px);
}

/* Botão da hero section */
.bricks--component-button.rd-button[href="#rd-form-joq3m2m5"] {
  background-color: #e7267c;
  padding: 15px 30px;
  font-size: 1.2rem;
  box-shadow: 3px 3px 12px rgba(231, 38, 124, 0.7);
}

.bricks--component-button.rd-button[href="#rd-form-joq3m2m5"]:hover {
  background-color: #dc5c92;
  transform: translateY(-3px);
}

/* Estilo do formulário */
#rd-form-joq3m2m5.bricks-form {
  background: rgba(255, 255, 255, 0.95);
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  max-width: 400px;
  margin: 20px auto;
  color: #333 !important;
}

#rd-form-joq3m2m5.bricks-form .bricks-form__field {
  margin-bottom: 20px;
}

#rd-form-joq3m2m5.bricks-form .bricks-form__label {
  display: block;
  font-weight: 600;
  margin-bottom: 8px;
  color: #333 !important;
}

#rd-form-joq3m2m5.bricks-form .bricks-form__input {
  width: 100%;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 20px;
  font-size: 1rem;
  background-color: #fff;
  color: #333 !important;
  transition: border-color 0.3s ease;
}

#rd-form-joq3m2m5.bricks-form .bricks-form__input:focus {
  outline: none;
  border-color: #dc5c92;
  box-shadow: 0 0 5px rgba(231, 38, 124, 0.3);
}

#rd-form-joq3m2m5.bricks-form .bricks-form__input::placeholder {
  color: #666 !important;
}

#rd-form-joq3m2m5.bricks-form .bricks-form__submit .rd-button {
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
  background-color: #dc5c92;
  color: #fff !important;
}

/* Estilo do botão flutuante do WhatsApp */
a[href*="api.whatsapp.com"] img {
  height: 60px !important;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
  transition: transform 0.3s ease;
}

a[href*="api.whatsapp.com"]:hover img {
  transform: scale(1.1);
}

/* Estilo das imagens */
.bricks--component-image.rd-image img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}

/* Estilo das redes sociais */
.bricks-social-media-list {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.bricks-social-media-item img {
  width: 30px;
  height: 30px;
  transition: transform 0.3s ease;
}

.bricks-social-media-item img:hover {
  transform: scale(1.2);
}

/* Responsividade para tablets */
@media (max-width: 768px) {
  .bricks--section.rd-section {
    padding: 30px 15px;
  }

  .bricks--component-text h1, .bricks--component-text h2 {
    font-size: 1.8rem;
  }

  .bricks--column {
    flex: 100% !important;
    margin-bottom: 20px;
  }

  #rd-form-joq3m2m5.bricks-form {
    max-width: 350px;
  }
}

/* Responsividade para celulares */
@media (max-width: 480px) {
  .bricks--section.rd-section {
    padding: 20px 10px;
  }

  .bricks--component-text h1, .bricks--component-text h2 {
    font-size: 1.5rem;
  }

  .bricks--component-text span {
    font-size: 1rem;
  }

  .bricks--component-button.rd-button {
    padding: 10px 20px;
    font-size: 0.9rem;
    max-width: 180px;
  }

  #rd-form-joq3m2m5.bricks-form {
    max-width: 300px;
    padding: 20px;
  }

  .bricks--component-image.rd-image img {
    max-width: 100%;
  }

  #rd-image-lzu2ah7r img {
    max-width: 300px;
  }
}
.bricks--component-button.rd-button {
  position: relative;
  overflow: hidden;
  /* mantém os estilos já existentes */
}

.bricks--component-button.rd-button span {
  position: relative;
  z-index: 1;
}

/* Efeito ripple animado */
.bricks--component-button.rd-button::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0;
  height: 0;
  background: rgba(255,255,255,0.2);
  border-radius: 100%;
  transform: translate(-50%, -50%);
  transition: width 0.4s ease, height 0.4s ease;
  z-index: 0;
}

.bricks--component-button.rd-button:hover::after {
  width: 300px;
  height: 300px;
}

/* Opcional: animação de leve subida e aumento */
.bricks--component-button.rd-button:hover {
  transform: translateY(-4px) scale(1.04);
}