.elementor-42248 .elementor-element.elementor-element-ead8a80{--display:flex;}.elementor-42248 .elementor-element.elementor-element-ab4709f{width:100%;max-width:100%;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-42248 .elementor-element.elementor-element-ead8a80{--width:86%;}}/* Start custom CSS */<style>
  :root {
    --bege-fundo: #F5F5DC;
    --laranja-destaque: #D97736;
    --marrom-texto: #5C4033;
    --marrom-escuro: #3E2723;
  }
  body {
    font-family: Arial, sans-serif;
    color: var(--marrom-texto);
    background-color: var(--bege-fundo);
    line-height: 1.6;
  }
  .hero-section, .about-section, .services-section, .faq-section {
    padding: 40px 20px;
    max-width: 1000px;
    margin: 0 auto;
  }
  h1, h2, h3 { color: var(--marrom-escuro); }
  .btn-agendar {
    background-color: var(--laranja-destaque);
    color: white;
    padding: 15px 25px;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    display: inline-block;
    margin-top: 20px;
  }
  .service-card {
    background: white;
    padding: 20px;
    border-left: 4px solid var(--laranja-destaque);
    margin-bottom: 15px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  }
</style>/* End custom CSS */