.elementor-kit-6{--e-global-color-primary:#FFF6F3;--e-global-color-secondary:#FDEFE7;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Fundo geral */
body {
  background: #fff5f8; /* rosé bem suave */
  color: #333;
  font-family: "Poppins", Arial, sans-serif;
}

/* Títulos principais */
h1, h2, h3 {
  color: #8a1538; /* vinho elegante */
  font-weight: 700;
  text-align: center;
}

/* Destaques coloridos */
.txt-dark { color: #8a1538; }  /* vinho */
.txt-pink { color: #e91e63; }  /* rosa pink */
.txt-gold { color: #d4af37; }  /* dourado */

/* Botões principais */
button, .btn, .elementor-button {
  background: linear-gradient(90deg, #e91e63, #d4af37); /* rosa -> dourado */
  color: #fff !important;
  font-weight: 700;
  text-transform: uppercase;
  padding: 14px 24px;
  border-radius: 12px;
  border: none;
  box-shadow: 0px 4px 12px rgba(0,0,0,0.15);
  transition: 0.3s ease;
}
button:hover, .btn:hover, .elementor-button:hover {
  transform: scale(1.05);
  box-shadow: 0px 6px 16px rgba(0,0,0,0.25);
}

/* Preço em destaque */
.price-highlight {
  color: #d4af37; /* dourado */
  font-size: 2.2em;
  font-weight: 900;
  text-shadow: 0px 0px 8px rgba(212,175,55,0.5);
}

/* Seção FAQ */
.faq-section {
  background: #fff;
  border: 2px solid #f8c1d1; /* rosé */
  border-radius: 16px;
  padding: 20px;
  margin: 20px 0;
}
.faq-section h2 {
  color: #e91e63; /* rosa */
}
.faq-section p {
  color: #444;
}
/* teste */
/* Rodapé */
footer {
  background: #fff0f5;
  color: #8a1538;
  text-align: center;
  padding: 20px;
  border-top: 2px solid #f8c1d1;
}/* End custom CSS */