.elementor-208 .elementor-element.elementor-element-74c91de{--display:flex;--gap:65px 0px;--row-gap:65px;--column-gap:0px;--margin-top:80px;--margin-bottom:80px;--margin-left:0px;--margin-right:0px;}.elementor-widget-theme-post-title .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-208 .elementor-element.elementor-element-74a402b{text-align:center;}.elementor-208 .elementor-element.elementor-element-74a402b .elementor-heading-title{font-family:"Clash Display", Sans-serif;font-size:48px;}.elementor-widget-theme-post-excerpt{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-208 .elementor-element.elementor-element-9701ffc{text-align:center;font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-size:var( --e-global-typography-secondary-font-size );font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-theme-post-featured-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );}.elementor-208 .elementor-element.elementor-element-e1ae90f img{width:100%;}.elementor-widget-theme-post-content{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );}.elementor-208 .elementor-element.elementor-element-4d60e8d{--display:flex;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-208 .elementor-element.elementor-element-d329ff7{text-align:center;}.elementor-208 .elementor-element.elementor-element-d329ff7 .elementor-heading-title{font-family:var( --e-global-typography-f86dce1-font-family ), Sans-serif;font-size:var( --e-global-typography-f86dce1-font-size );}.elementor-208 .elementor-element.elementor-element-b49bc8c{--alignment:center;--grid-side-margin:10px;--grid-column-gap:10px;--grid-row-gap:10px;--grid-bottom-margin:10px;--e-share-buttons-primary-color:#005BA000;--e-share-buttons-secondary-color:var( --e-global-color-primary );}.elementor-208 .elementor-element.elementor-element-b49bc8c .elementor-share-btn__icon{--e-share-buttons-icon-size:3em;}@media(min-width:768px){.elementor-208 .elementor-element.elementor-element-74c91de{--content-width:53%;}}@media(max-width:1024px){.elementor-widget-theme-post-title .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}.elementor-widget-theme-post-excerpt{font-size:var( --e-global-typography-text-font-size );}.elementor-208 .elementor-element.elementor-element-9701ffc{font-size:var( --e-global-typography-secondary-font-size );}.elementor-widget-theme-post-featured-image .widget-image-caption{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-theme-post-content{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}.elementor-208 .elementor-element.elementor-element-d329ff7 .elementor-heading-title{font-size:var( --e-global-typography-f86dce1-font-size );} .elementor-208 .elementor-element.elementor-element-b49bc8c{--grid-side-margin:10px;--grid-column-gap:10px;--grid-row-gap:10px;--grid-bottom-margin:10px;}}@media(max-width:767px){.elementor-widget-theme-post-title .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}.elementor-widget-theme-post-excerpt{font-size:var( --e-global-typography-text-font-size );}.elementor-208 .elementor-element.elementor-element-9701ffc{font-size:var( --e-global-typography-secondary-font-size );}.elementor-widget-theme-post-featured-image .widget-image-caption{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-theme-post-content{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}.elementor-208 .elementor-element.elementor-element-d329ff7 .elementor-heading-title{font-size:var( --e-global-typography-f86dce1-font-size );} .elementor-208 .elementor-element.elementor-element-b49bc8c{--grid-side-margin:10px;--grid-column-gap:10px;--grid-row-gap:10px;--grid-bottom-margin:10px;}}/* Start custom CSS for post-comments, class: .elementor-element-1e2a891 *//* CONTAINER GERAL */
#comments {
  background: #ffffff;
  padding: 30px;
  border-radius: 12px;
}

/* TÍTULO */
#reply-title {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #414751;
  margin-bottom: 20px;
}

/* FORM GRID */
#commentform {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.comment-form-url {
  display: none;
}

/* INPUTS (NOME E EMAIL) */
.comment-form-author,
.comment-form-email {
  width: calc(50% - 8px);
}

.comment-form-author input,
.comment-form-email input {
  width: 100%;
  height: 52px;
  border-radius: 12px;
  border: 1px solid rgba(100, 116, 139, 0.57);
  padding: 13px 16px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  color: #111;
  outline: none;
  transition: 0.2s;
}

/* TEXTAREA */
.comment-form-comment {
  width: 100%;
}

.comment-form-comment textarea {
  width: 100%;
  height: 190px;
  border-radius: 12px;
  border: 1px solid rgba(100, 116, 139, 0.57);
  padding: 13px 16px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  resize: none;
  outline: none;
}

/* HOVER / FOCUS */
.comment-form-author input:focus,
.comment-form-email input:focus,
.comment-form-comment textarea:focus {
  border-color: #004379;
}

/* BOTÃO */
.form-submit {
  width: 100%;
}

.form-submit input {
  background: #004379;
  color: #ffffff;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 700;
  border: none;
  border-radius: 9999px;
  padding: 16px 40px;
  cursor: pointer;
  transition: 0.3s;
}

/* HOVER BOTÃO */
.form-submit input:hover {
  background: #002f55;
}

/* RESPONSIVO */
@media (max-width: 768px) {
  .comment-form-author,
  .comment-form-email {
    width: 100%;
  }
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Clash Display';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('http://apaebarcarena.com.br/wp-content/uploads/2026/06/ClashDisplay-Bold.ttf') format('truetype');
}
/* End Custom Fonts CSS */