/*!************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/sass/app.scss ***!
  \************************************************************************************************************/
@charset "UTF-8";
/** main.scss */
/* ==========================================================================
   Base
   ========================================================================== */
/** Functions, mixins etc. */
/*
Define the breakpoints
*/
* {
  font-style: normal;
  line-height: 24px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

/* Accessible focus styles for keyboard navigation */
*:focus-visible {
  outline: 2px solid var(--bolt-identity-color, #00e169);
  outline-offset: 2px;
}

/* Specific focus styles for interactive elements */
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
[tabindex]:focus-visible {
  outline: 2px solid var(--bolt-identity-color, #00e169);
  outline-offset: 2px;
}

:root {
  --about-circle-bg-size: 100%;
  --block-image-percent: 0%;
  --hand-card-percent: 0%;
  --block-image-fade-percent: transparent;
  --about-circle-bg-full: transparent;
}

html {
  font-size: 16px;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  color: #1a202c;
  line-height: 1.5rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden !important;
  font-family: "Open Sans", sans-serif;
  margin: 0;
}

.global-layout {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  min-height: 100vh;
}

*,
:after,
:before {
  box-sizing: border-box;
  font-family: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
  border: 0 solid #e2e8f0;
}

/** INICIO CLASSES TAGS IMAGES - A - ETC **/
b,
strong {
  font-weight: bolder;
}

img {
  max-width: 100%;
  border-style: solid;
}

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

a > .track {
  align-items: inherit;
  align-self: stretch;
  display: inherit;
  flex: 1;
  justify-content: inherit;
  justify-self: stretch;
  font-weight: 750;
}

ol,
ul {
  list-style: auto;
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

blockquote,
dl,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
pre {
  margin: 0;
}

button,
input,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}

iframe,
img,
object,
svg,
video {
  display: block;
}

img,
video {
  max-width: 100%;
  height: auto;
}

.cursor-pointer {
  cursor: pointer;
}

/** provavelmente esse é um icone geral **/
.icon {
  display: block;
  background-color: transparent;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 22px;
  height: 22px;
}

.button,
button {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

h3,
h3 > strong {
  font-weight: 600 !important;
}

h4,
h4 > strong {
  font-weight: 400 !important;
}

.button-identity {
  line-height: 125%;
}

.button-truncate {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  width: 100%;
  margin: auto;
}

.button-truncate .track {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

/* ==========================================================================
   Tools
   ========================================================================== */
/** Functions, mixins etc. */
/*
Define the breakpoints
*/
/* ==========================================================================
   Generic
   ========================================================================== */
/** Low-specificity, far-reaching rulesets. */
/* ==========================================================================
   Objects
   ========================================================================== */
/** Design-free objects, abstractions and patterns. */
/* ==========================================================================
   Components
   ========================================================================== */
/** Components and widgets. */
/* ==========================================================================
   Related
   ========================================================================== */
/**
 * components/_relateds.scss
 */
.related .image-effect-scale {
  height: 30vw;
  background-color: #ddd;
  z-index: 100;
  border: 1px solid #e5e5e5;
}

.related .image-effect-scale img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

@media (min-width: 768px) {
  .related .post-card__title {
    -webkit-line-clamp: 2;
  }
  .related .image-effect-scale {
    height: 30vw;
  }
  .relateds {
    display: flex;
  }
  .relateds-title {
    margin: 1rem 0 2rem;
  }
}
@media (min-width: 1024px) {
  .related .image-effect-scale {
    height: 118px;
  }
  .brius-relateds {
    max-width: 750px;
  }
  .news-contents-section__blocks--columns4 {
    gap: 29px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
/* ==========================================================================
   Comments
   ========================================================================== */
/**
 * components/_comments.scss
 */
.comments-area {
  padding: 2em;
  padding-bottom: 2rem;
}
.comments-area .comment-form-cookies-consent {
  margin-top: 1rem;
  font-size: 11px;
}
.comments-area .user-img {
  height: 20vw;
  width: auto;
  max-width: 80px;
  max-height: 80px;
}
.comments-area .fn {
  font-style: normal;
}
.comments-area .comment-area {
  font-weight: 500;
  padding: 7px 10px;
  width: 100%;
  height: 25vw;
  background: 0 0;
  border: 1px solid #acbbbb;
  border-radius: 4px;
  outline: 0 auto -webkit-focus-ring-color;
  outline-offset: 0;
  resize: none;
  color: #262b2b;
}
.comments-area .comment-area::-webkit-input-placeholder {
  color: #999;
}
.comments-area .comment-area::-webkit-scrollbar {
  display: none;
}
.comments-area .inputs-comments {
  font-weight: 500;
  padding: 7px 10px;
  width: 100%;
  background: 0 0;
  border: 1px solid #acbbbb;
  border-radius: 4px;
  outline: 0 auto -webkit-focus-ring-color;
  outline-offset: 0;
  resize: none;
  color: #262b2b;
}
.comments-area .comment-warning {
  font-family: Verdana, Geneva, sans-serif;
  font-weight: normal;
  font-size: 12px;
  line-height: 120%;
  color: #CACACC;
}
.comments-area .comment-warning-div {
  margin-bottom: 1rem;
  line-height: normal;
}
.comments-area .comment-warning > a {
  color: #336699;
  text-decoration: underline;
}
.comments-area .comment-notes {
  display: none;
}
.comments-area .required {
  color: #e60000;
}
.comments-area .rotulo-input {
  font-weight: 700;
}
.comments-area .img-author {
  border-radius: 50%;
  margin-right: 0.3em;
  width: 15px;
  height: 15px;
}
.comments-area .comment-list {
  list-style: none;
  padding-left: 0;
  padding-top: 1em;
}
.comments-area .comment-color {
  color: #ccccce;
}
.comments-area .comment-content {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 16px;
  line-height: 150%;
  color: #000000;
  word-break: break-all;
}
.comments-area .button-submit-comment {
  padding: 12px 30px;
  box-sizing: border-box;
  border-radius: 4px;
  width: 100%;
  font-size: 14px;
  padding: 12px;
  text-decoration: none;
  margin: 2em 0;
  text-transform: uppercase;
}
.comments-area .nav-comments {
  width: fit-content;
  outline: 0 auto -webkit-focus-ring-color;
  cursor: pointer;
  color: var(--bolt-button-color);
  padding: 2px 8px;
  background-color: var(--bolt-button-background-color);
  border-radius: 5px;
}
.comments-area .nav-comments:hover {
  background-color: var(--bolt-button-background-color-hover);
  color: var(--bolt-button-hover-color);
}
.comments-area .comment-navigation {
  display: flex;
  margin: 20px 0;
  padding-top: 20px;
  border-top: 1px solid #f2f2f2;
}
.comments-area .container-nav {
  min-width: 50%;
}
.comments-area .nav-previous {
  padding-right: 16px;
  float: left;
}
.comments-area .nav-next {
  float: right;
  padding-left: 16px;
}
.comments-area li .comment-reply-title {
  height: 20px;
}
.comments-area li .comment-reply-title .comment-reply-box {
  display: flex;
  vertical-align: middle;
  line-height: 90%;
  color: #4a4b4c;
  font-size: 12px;
}
.comments-area .comment-row {
  flex-direction: row;
  white-space: nowrap;
  display: flex;
  margin-top: 1rem;
}
.comments-area .comment-date {
  font-size: 12px;
  color: #4a4b4c;
}
.comments-area .comment-author {
  flex-direction: row;
  white-space: nowrap;
  display: flex;
  font-size: 12px;
  line-height: 150%;
  margin-bottom: 1em;
}
.comments-area input[type=checkbox] {
  visibility: hidden;
  position: absolute;
}
.comments-area label {
  cursor: pointer;
}
.comments-area p[class^=comment-form] > label:before {
  width: 22px;
  height: 22px;
  border: 1px solid #4C5555;
  border-radius: 4px;
  content: "✓";
  color: #ffffff;
  margin: 0 0.25em 0 0;
  padding: 0;
  display: inline-block;
  font: 22px/1em sans-serif;
  vertical-align: top;
  font-weight: bold;
  align-items: center;
}
.comments-area input[type=checkbox]:checked + label:before,
.comments-area .checkbox-checked:before {
  background: var(--bolt-identity-color);
}

.comments-show-more {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  /*
  align-items: center;
  border-radius: 4px;
  display: inline-flex;
  flex-shrink: 0;
  font-size: 12px;
  font-weight: 600;
  justify-content: center;
  letter-spacing: 0.07em;
  line-height: 0.5em;
  max-width: 100%;
  min-height: 25px;
  min-width: 100px;
  padding-left: 12px;
  padding-right: 12px;
  transition: all 0.45s ease;
  touch-action: manipulation;
  */
}

.comment-list .comment {
  margin-top: 1rem;
}

.comment-list .comment .depth-1 {
  margin-top: 2.5rem;
}

.comment-list .children .comment-list .comment {
  border-left: 1px solid #A6A6AB;
  padding-left: 1rem;
}

.comment-reply-arrow {
  max-height: 10px;
  width: 5px !important;
  margin-right: 5px;
}

.more-comments-arrow-down {
  width: 10px;
}

@media (min-width: 1024px) {
  .comment-area {
    max-height: 200px;
  }
  .comments-area {
    max-width: 750px;
  }
  .comments-area .button-submit-comment {
    max-width: 200px;
  }
}
/* ==========================================================================
   Footer
   ========================================================================== */
/** INICIO FOOTER **/
#footer__page {
  background-color: #4a4b4c;
  padding: 1rem 0 8px 0;
}
#footer__page .footer__page__top_wrapper .footer__page__top {
  align-items: left;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-left: 2.5rem;
}
#footer__page .footer__page__top_wrapper .footer__page__top img {
  margin: 1.2rem 0 1.5rem;
  max-width: 140px;
}
#footer__page .footer__page__bottom {
  max-width: 1326px;
  border-top: 1px solid #CAC5CD;
  padding-top: 1rem;
  font-size: 12px;
  justify-content: space-between;
}
#footer__page .footer__page__bottom .footer__page__bottom_wrapper .footer_copyright {
  text-align: center;
}
#footer__page .footer__page__bottom .footer__page__bottom_wrapper .footer__page__sociais {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  padding-top: 1.5rem;
}
#footer__page .footer__page__bottom .footer__page__bottom_wrapper .footer__page__sociais a {
  margin-right: 0.75rem;
}
#footer__page ul {
  list-style: none;
}

.footer-menu-columns {
  color: #fff;
  font-weight: 600;
  font-size: 12px;
  line-height: 170%;
  margin-left: 2.5rem;
}
.footer-menu-columns li {
  margin-bottom: 10px;
}

.pre-footer-widget {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  margin: 1.5em auto;
}
.pre-footer-widget .widgettitle {
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 130%;
  margin-bottom: 1.5rem;
}

.footer-menu-flex ul {
  align-items: space-between;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 20px;
}
.footer-menu-flex ul li a {
  font-weight: 600;
}

/** FIM FOOTER **/
/** INICIO CSS FOOTER V2 **/
.footer_container {
  padding: 16px;
}

.disclaimer-style div p {
  text-align: center;
  font-size: 12px;
  font-style: italic;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.18px;
}

.footer-text {
  color: #fff;
}

.footer-menu-flex.adreess-menu-footer div {
  margin-bottom: 10px;
}

.adreess-menu-footer {
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.18px;
}

.footer-menu-flex ul {
  gap: 3px;
}

.footer-menu-flex ul li a::after {
  content: "|";
  margin-left: 3px;
  padding: 0;
}

.footer-menu-flex ul li:last-child a::after {
  content: ""; /* Remove a barra do último link */
}

figcaption {
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
  letter-spacing: 0.12px;
  position: relative;
  bottom: 20px;
  text-align: right;
}

@media (max-width: 768px) {
  #footer__page {
    background-color: #f5eff7 !important;
  }
  figcaption {
    bottom: 13px;
    text-align: left;
  }
  .adreess-menu-footer {
    font-size: 10px;
    text-align: center;
    border-bottom: 1px solid #CAC5CD;
    padding: 7px 0 10px;
  }
  .menu-footer {
    margin-top: 12px;
  }
  #footer__page .footer__page__bottom {
    border-top: 1px solid #CAC5CD;
    font-size: 9px;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
  .footer__page__bottom_wrapper .footer_copyright {
    text-align: center;
  }
  .disclaimer-style div p {
    font-size: 12px;
  }
  .disclaimer-style {
    padding: 0px 24px;
  }
  .footer-text {
    color: #605D64;
  }
}
/** FIM CSS FOOTER V2 **/
