/*
Theme Name: BlankSlate
Theme URI: https://opencollective.com/blankslate
Author: Web Guy
Author URI: https://opencollective.com/blankslate#section-contributors
Description: Donate: https://opencollective.com/blankslate. Learn: https://blankslate.me/. BlankSlate is the definitive WordPress boilerplate starter theme. I've carefully constructed the most clean and minimalist theme possible for designers and developers to use as a base to build websites for clients or to build completely custom themes from scratch. Clean, simple, unstyled, semi-minified, unformatted, and valid code, SEO-friendly, jQuery-enabled, no programmer comments, standardized and as white label as possible, and most importantly, the CSS is reset for cross-browser-compatability, with no intrusive visual CSS styles added whatsoever. A perfect skeleton theme. For support and suggestions, go to: https://github.com/webguyio/blankslate/issues. Thank you.
Tags: accessibility-ready, one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Version: 2026
Requires at least: 5.2
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v3 or Later
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: blankslate

BlankSlate WordPress Theme 2011-2026
BlankSlate is distributed under the terms of the GNU GPL
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
html {
  scroll-behavior: smooth;
}
body {
  line-height: 1;
}
a {
  text-decoration-skip-ink: auto;
}
a[href^="tel"] {
  color: inherit;
  text-decoration: none;
}
button {
  outline: 0;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
q {
  display: inline;
  font-style: italic;
}
q:before {
  content: '"';
  font-style: normal;
}
q:after {
  content: '"';
  font-style: normal;
}
textarea,
input[type="text"],
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="search"],
input[type="password"] {
  appearance: none;
  border-radius: 0;
}
input[type="search"] {
  appearance: textfield;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
th,
td {
  padding: 2px;
}
big {
  font-size: 120%;
}
small,
sup,
sub {
  font-size: 80%;
}
sup {
  vertical-align: super;
}
sub {
  vertical-align: sub;
}
dd {
  margin-left: 20px;
}
kbd,
tt {
  font-family: courier;
  font-size: 12px;
}
ins {
  text-decoration: underline;
}
del,
strike,
s {
  text-decoration: line-through;
}
dt {
  font-weight: bold;
}
address,
cite,
var {
  font-style: italic;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
.sticky {
}
.bypostauthor {
}
.wp-caption {
}
.wp-caption-text {
}
.gallery-caption {
}
.alignright {
}
.alignleft {
}
.aligncenter {
}
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  word-break: normal;
}
.screen-reader-text:focus {
  background-color: #f7f7f7;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #007acc;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  right: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
.skip-link {
  left: -9999rem;
  top: 2.5rem;
  z-index: 999999999;
  text-decoration: underline;
}
.skip-link:focus {
  display: block;
  left: 6px;
  top: 7px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  line-height: normal;
  padding: 15px 23px 14px;
  z-index: 100000;
  right: auto;
}
.visually-hidden:not(:focus):not(:active),
.form-allowed-tags:not(:focus):not(:active) {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 100%;
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

button {
  background: none;
  border: none;
  cursor: pointer;
}

a {
  text-decoration: none;
  color: inherit;
}

ul,
ol {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@import url("https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Instrument+Serif&family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap");

:root {
  --berinjela: #54334d;
  --creme: #e8ded1;
  --rosa: #f594b0;
  --laranja: #f56321;
  --berinjela_light: #9d8698;
  --font-urbanist:
    "Urbanist", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  --font-serif: "Instrument Serif", Georgia, "Times New Roman", serif;
}

.section {
  padding: 64px 120px;
}

.container {
  font-family: var(--font-serif);
  width: 90%;
  margin: 0% auto;
}

@media (min-width: 1100px) {
  .container {
    max-width: 1264px;
    margin: 0% auto;
  }
}

.bg-berinjela {
  background-color: var(--berinjela);
}

.nav-header {
  display: flex;
  justify-content: space-between;
  padding: 12px 0;
  height: 128px;
  align-items: center;
}

.nav-link-group {
  display: flex;
  gap: 34px;
}

.nav-link-group a {
  font-size: 18px;
  color: var(--creme);
  font-style: var(--font-urbanist);
  text-decoration: none;
}

.whatsapp-link-nav {
  display: flex;
  gap: 8px;
  padding: 10px 16px;
  align-items: center;
  justify-content: center;
  background-color: var(--rosa);
  text-decoration: none;
}

.whatsapp-link-nav span {
  color: var(--berinjela);
  font-size: 18px;
}

.hero-banner-bg {
  background-image: url("./assets/img/hero.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 736px;
  border-bottom: 14px solid var(--rosa);
}

.text-hero-banner {
  background-color: var(--rosa);
  color: var(--berinjela);
  font-style: var(--font-serif);
  font-size: 70px;
  width: fit-content;
}

.texto-hero-group {
  height: 100%;
  align-self: flex-end;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 55px 0;
}

.bg-creme {
  background-color: var(--creme);
}

.conheca-aurum-container {
  padding: 64px;
  display: flex;
  justify-content: space-between;
}

.itens-conheca {
  display: flex;
  flex-direction: column;
  width: 250px;
  gap: 40px;
}

.conheca-title {
  color: var(--berinjela);
  font-size: 40px;
  margin-bottom: 12px;
}

.itens-conheca-header-title .line-division {
  height: 2px;
  background-color: var(--rosa);
  width: 108px;
  margin-top: 8px;
}

.itens-conheca ul {
  display: flex;
  flex-direction: column;
  gap: 9px;
  width: 100%;
}

.itens-conheca ul li {
  font-size: 24px;
  padding: 2px;
  height: 32px;
  width: fit-content;
}

.itens-conheca ul li.laranja,
.contato-list-page li a.laranja {
  background-color: var(--laranja);
  color: var(--creme);
}

.itens-conheca ul li.rosa,
.contato-list-page li a.rosa {
  background-color: var(--rosa);
  color: var(--berinjela);
}

.itens-conheca ul li.berinjela,
.contato-list-page li a.berinjela {
  background-color: var(--berinjela);
  color: var(--creme);
}

.contato-list-page li a.berinjela,
.contato-list-page li a.rosa,
.contato-list-page li a.laranja {
  display: flex;
  gap: 8px;
  align-items: center;
  white-space: nowrap;
}

.conheca-text {
  max-width: 639px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 66px 0;
}

.conheca-text p {
  font-size: 18px;
  color: var(--berinjela);
  font: var(--font-urbanist);
}

.mosaico__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  align-items: stretch;
  padding: 64px 0;
}

.card {
  position: relative;
  border: 6px solid var(--laranja);
  border-radius: 2px;
  overflow: visible;
  min-height: 260px;
}

.card--pink {
  border-color: var(--rosa);
}

.card__img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  display: block;
}

.seal {
  position: absolute;
  width: 200px;
  height: 190px;
  object-fit: contain;
  z-index: 2;
  filter: drop-shadow(0 6px 10px rgba(0, 0, 0, 0.25));
}

.seal--right {
  right: -115px;
  top: 24px;
}

.seal--bottom {
  right: -115px;
  bottom: -71px;
}

.primeiro-passo-container {
  padding: 64px 0;
}

.primeiro-passo-box {
  padding: 124px 0;
  border: 18px solid var(--rosa);
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 52px;
}

.link-whats {
  padding: 16px 18px;
  background-color: var(--berinjela);
  color: var(--creme);
  font-size: 24px;
  font-family: var(--font-urbanist);
}

.primeiro-passo-title-box {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 513px;
  text-align: center;
}

.primeiro-passo-title-box p {
  font-size: 42px;
  color: var(--berinjela);
  white-space: nowrap;
  align-self: anchor-center;
}

.primeiro-passo-title-box span {
  font-size: 24px;
  color: var(--berinjela);
}

.footer-container {
  display: flex;
  gap: 191px;
  padding: 180px 0;
}

.links-rapidos-box {
  display: flex;
  gap: 80px;
}

.links-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.links-list p {
  color: var(--rosa);
  font-size: 26px;
  font-family: var(--font-serif);
}

.links-list ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.links-list ul li {
  color: var(--creme);
  font-size: 18px;
}

.lista-contatos ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.lista-contatos ul li {
  font-size: 18px;
  color: var(--creme);
}

.lista-contatos ul li a {
  display: flex;
  gap: 8px;
}

.itens-conheca img {
  width: 328px;
  height: auto;
  object-fit: contain;
}

.contato-list-page li {
  display: flex;
  gap: 8px;
}

.contato-list-page li a img {
  height: 28px;
  width: 28px;
}

.form-contato {
  display: flex;
  flex-direction: column;
  padding: 32px;
  gap: 32px;
  background-color: var(--berinjela);
}

.form-contato .form-title {
  color: var(--rosa);
  font-size: 26px;
  align-self: center;
  text-align: center;
}

.form-contato input,
.form-contato textarea {
  width: 100%;
  padding: 12px 18px;
  background-color: var(--creme);
  color: var(--berinjela_light);
  border: none;
}

.form-contato button {
  border: none;
  background-color: var(--rosa);
  color: var(--berinjela);
  font-size: 24px;
  width: 100%;
  padding: 16px 18px;
}

.nav-mobile {
  display: none;
}

.menu-hamburguer {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 60px;
  cursor: pointer;
}

.menu-hamburguer .line-division {
  height: 2px;
  background-color: var(--rosa);
  width: 42px;
}

/* Overlay */
.mobile-menu-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
  z-index: 998;
}

.mobile-drawer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: var(--creme);
  display: flex;
  flex-direction: column;
  transform: translateY(-100%);
  transition: 0.5s cubic-bezier(0.77, 0, 0.18, 1);
  padding: 80px 60px;
  z-index: 9999;
}

.close-mobile-menu {
  width: 24px;
  height: 24px;
  margin-bottom: 40px;
  align-self: flex-end;
}

/* Quando ativo */
.mobile-drawer.active {
  transform: translateY(0);
}

/* Overlay */
.mobile-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(4px);

  opacity: 0;
  visibility: hidden;
  transition: 0.4s ease;

  z-index: 9998;
}

.mobile-overlay.active {
  opacity: 1;
  visibility: visible;
}

/* Links */
.mobile-menu-links {
  display: flex;
  flex-direction: column;
  gap: 30px;
  text-align: left;
  width: 100%;
}

.mobile-menu-links a {
  font-size: 24px;
  color: var(--berinjela);
  text-decoration: none;
  font-family: var(--font-urbanist);
  transition: 0.3s ease;
}

@media (max-width: 1024px) {
  .nav-desktop {
    display: none;
  }

  .nav-mobile {
    display: flex;
  }

  .nav-header {
    width: 100%;
  }

  .footer-container {
    flex-direction: column;
    gap: 50px;
    align-items: center;
    text-align: center;
    padding: 60px 0;
  }

  .links-rapidos-box,
  .conheca-aurum-container {
    flex-direction: column;
  }

  .lista-contatos ul li a {
    text-align: center;
    justify-content: center;
  }

  .mosaico__grid {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 40px 0;
  }

  .card__img {
    height: 320px;
  }

  .seal--right {
    right: -8px;
    bottom: -141px;
  }

  .seal--bottom {
    left: -8px;
    bottom: -116px;
  }
}

@media (max-width: 768px) {
  .container {
    width: 80%;
  }

  .conheca-aurum-container {
    padding: 32px 0;
  }

  .text-hero-banner {
    font-size: 40px;
  }

  .primeiro-passo-title-box p {
    font-size: 32px;
    white-space: normal;
  }

  .link-whats {
    margin: 0 32px;
    text-align: center;
  }

  .primeiro-passo-title-box span,
  .link-whats {
    font-size: 18px;
  }

  .primeiro-passo-title-box {
    padding: 0 32px;
  }

  .primeiro-passo-box {
    padding: 32px 0;
  }

  .primeiro-passo-box {
    gap: 32px;
  }
}

@media (max-width: 500px) {
  .hero-banner-bg {
    height: 500px;
  }

  .text-hero-banner,
  .conheca-title {
    font-size: 32px;
  }

  .primeiro-passo-title-box p {
    font-size: 24px;
    white-space: normal;
  }

  .primeiro-passo-title-box span,
  .link-whats {
    font-size: 16px;
  }

  .primeiro-passo-box {
    gap: 24px;
  }
}
