a {
  background-color: transparent;
  text-decoration: none;
  color: var(--accent);
}

a:hover,
a:active {
  color: var(--accent-hover);
}

.skip-link {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.skip-link:focus {
  background-color: #eee;
  clip: auto !important;
  color: #333;
  display: block;
  font-size: 1rem;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 12px 24px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-block-start: 0.5rem;
  margin-block-end: 1rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.75rem;
}

p {
  margin-block-start: 0;
  margin-block-end: 0.9rem;
}

/* Home — canvas Elementor */
.e-con-boxed {
  position: relative;
  display: flex;
  padding: 0 10px;
}

.e-con-boxed.home-logo {
  margin-top: 30px;
}

.e-con-inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: min(100%, var(--container));
  margin-inline: auto;
  padding: 10px 0;
}

.widget-image {
  text-align: center;
}

.widget-image img {
  display: inline-block;
  vertical-align: middle;
  width: 800px;
  max-width: 100%;
  height: auto;
}

.widget-text {
  font-family: var(--font-text);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--text-muted);
  text-align: center;
}

.widget-text p {
  margin-block-start: 0;
  margin-block-end: 0.9rem;
}

.widget-text a {
  text-decoration: none;
}

.email-part {
  font-family: Cambria, serif;
  font-size: 12pt;
  font-weight: 700;
  color: var(--text-muted);
}

.wa-link {
  font-family: var(--font-text);
  font-weight: 400;
  background-color: #ffffff;
  font-size: 1rem;
}

@media (max-width: 1024px) {
  .e-con-inner {
    max-width: min(100%, 1024px);
  }
}

@media (max-width: 767px) {
  .e-con-inner {
    max-width: min(100%, 767px);
  }
}

/* Internas — Hello Elementor */
.site-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-block-start: 1rem;
  padding-block-end: 1rem;
  position: relative;
}

.site-header .header-inner,
.site-footer .footer-inner,
.site-main,
.page-header .entry-title {
  margin-inline-start: auto;
  margin-inline-end: auto;
  width: 100%;
}

.site-header .header-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.site-header .site-branding {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  gap: 0.5rem;
}

.site-header .site-title {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.2;
  margin: 0;
}

.page-header .entry-title {
  display: block;
}

.page-content a,
.comments-area a {
  text-decoration: underline;
}

blockquote {
  margin: 1em 40px;
  padding: 0;
}

.wp-block-quote {
  box-sizing: border-box;
  overflow-wrap: break-word;
}

.post .entry-title a {
  text-decoration: none;
}

.site-footer {
  padding-block-start: 1rem;
  padding-block-end: 1rem;
  position: relative;
}

.site-footer .footer-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.site-footer .copyright {
  align-items: center;
  display: flex;
  justify-content: flex-end;
}

.site-footer .copyright p {
  margin: 0;
}

@media (max-width: 575px) {
  .site-header .header-inner,
  .site-footer .footer-inner,
  .site-main,
  .page-header .entry-title {
    padding-inline-start: 10px;
    padding-inline-end: 10px;
  }

  .site-footer .copyright {
    display: block;
    text-align: center;
    width: 100%;
    max-width: none;
  }
}

@media (min-width: 576px) {
  .site-header .header-inner,
  .site-footer .footer-inner,
  .site-main,
  .page-header .entry-title {
    max-width: 500px;
  }
}

@media (min-width: 768px) {
  .site-header .header-inner,
  .site-footer .footer-inner,
  .site-main,
  .page-header .entry-title {
    max-width: 600px;
  }
}

@media (min-width: 992px) {
  .site-header .header-inner,
  .site-footer .footer-inner,
  .site-main,
  .page-header .entry-title {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  .site-header .header-inner,
  .site-footer .footer-inner,
  .site-main,
  .page-header .entry-title {
    max-width: 1140px;
  }
}

/* Comentários Hello Elementor */
.comments-area a {
  text-decoration: underline;
}

#comments .comment-list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.9em;
}

#comments .comment {
  position: relative;
}

#comments .comment .comment-body {
  display: flex;
  flex-direction: column;
  padding-block-start: 30px;
  padding-block-end: 30px;
  padding-inline-start: 60px;
  padding-inline-end: 0;
  border-block-end: 1px solid #ccc;
}

#comments .comment .avatar {
  position: absolute;
  left: 0;
  border-radius: 50%;
  margin-inline-end: 10px;
}

#comments .comment-meta {
  display: flex;
  justify-content: space-between;
  margin-block-end: 0.9rem;
}

#comments .comment-metadata,
#comments .reply {
  font-size: 11px;
  line-height: 1;
}

.title-comments,
.comment-reply-title {
  font-size: 1.75rem;
  font-weight: 500;
}

.comment-form label {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea {
  width: 100%;
  border: 1px solid #666;
  border-radius: 3px;
  padding: 0.5rem 1rem;
  font-family: inherit;
  font-size: 1rem;
  line-height: 1.5;
  margin: 0;
}

.comment-form p {
  margin-block-end: 0.9rem;
}

.comment-form .form-submit {
  margin-block-end: 0;
}

.comment-form [type="submit"] {
  display: inline-block;
  width: auto;
  font-weight: 400;
  color: var(--accent);
  text-align: center;
  white-space: nowrap;
  background-color: transparent;
  border: 1px solid var(--accent);
  padding: 0.5rem 1rem;
  font-size: 1rem;
  border-radius: 3px;
  cursor: pointer;
}

.comment-form [type="submit"]:hover,
.comment-form [type="submit"]:focus {
  color: #fff;
  background-color: var(--accent);
  text-decoration: none;
}

.required {
  color: inherit;
}

@media (min-width: 768px) {
  #comments .comment-author,
  #comments .comment-metadata {
    line-height: 1;
  }
}

@media (max-width: 767px) {
  #comments .comment .comment-body {
    padding: 30px 0;
  }

  #comments .comment .avatar {
    position: inherit;
    float: left;
  }
}
