@charset "UTF-8";
.grupo-form input[type="text"]:focus, .grupo-form input[type="email"]:focus, .grupo-form input[type="tel"]:focus, .grupo-form input[type="time"]:focus, .grupo-form input[type="password"]:focus, .grupo-form input[type="search"]:focus, .grupo-form input[type="url"]:focus, .grupo-form input[type="week"]:focus, .grupo-form input[type="file"]:focus, .grupo-form input[type="month"]:focus, .grupo-form input[type="number"]:focus, .grupo-form input[type="date"]:focus, .grupo-form textarea:focus, .grupo-form select:focus {
  box-shadow: 0 0 0 0.25rem #e6ebea;
  border-color: #698a8e;
  outline: 0;
  border-width: 1px;
  border-style: solid;
  border-color: #12b259; }

.grupo-form input[type="text"], .grupo-form input[type="email"], .grupo-form input[type="tel"], .grupo-form input[type="time"], .grupo-form input[type="password"], .grupo-form input[type="search"], .grupo-form input[type="url"], .grupo-form input[type="week"], .grupo-form input[type="file"], .grupo-form input[type="month"], .grupo-form input[type="number"], .grupo-form input[type="date"], .grupo-form textarea, .grupo-form select {
  display: block;
  width: 100%;
  background-color: #e6ebea;
  background-clip: padding-box;
  appearance: none;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  border-radius: 3px;
  transition: all 0.3s linear; }

html,
body, figure, .grupo-form fieldset, .bt-form form p, .galeria-listagem, .galeria-downloads,
.listagem-downloads,
.download, .migalha-de-pao, .offcanvas .mobile-menu, .offcanvas .mobile-menu .sub-menu, .paginacao, .painel-abas .abas, .shop-etapas, .videos-listagens {
  margin: 0;
  padding: 0; }

.bg-padrao {
  background-color: #12b259; }

.bg-primario {
  background-color: #0d6efd; }

.bg-secundario {
  background-color: #6c757d; }

.bg-sucesso {
  background-color: #198754; }

.bg-perigo {
  background-color: #dc3545; }

.bg-atencao {
  background-color: #ffc107; }

.bg-informacao {
  background-color: #0dcaf0; }

.bg-escuro {
  background-color: #282828; }

.cor-padrao {
  color: #12b259; }

.cor-primario {
  color: #0d6efd; }

.cor-secundario {
  color: #6c757d; }

.cor-sucesso {
  color: #198754; }

.cor-perigo {
  color: #dc3545; }

.cor-atencao {
  color: #ffc107; }

.cor-informacao {
  color: #0dcaf0; }

.cor-escuro {
  color: #282828;
  border-width: 1px;
  border-style: solid;
  border-color: #007bff;
  padding: 0.5em 1em 0.5em 1em;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem; }

html {
  box-sizing: border-box;
  overflow-x: hidden;
  background-color: #fdfbfc; }

html,
body {
  font-family: "robotoregular", arial;
  line-height: 27px; }

a {
  transition: all 0.3s linear; }

*,
*::before,
*::after {
  box-sizing: inherit;
  outline-offset: 0.25rem; }

@media (prefers-reduced-motion: reduce), (update: slow) {
  *,
  ::before,
  ::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important; } }

img,
iframe,
object,
embed,
video {
  max-width: 100%; }

img[width],
iframe[width],
object[width],
embed[width],
video[width] {
  width: auto; }

img[width][height],
iframe[width][height],
object[width][height],
embed[width][height],
video[width][height] {
  height: auto; }

img[src$=".svg"] {
  height: auto;
  max-width: none;
  width: 100%; }

label {
  font-size: 70%;
  font-weight: bold;
  vertical-align: middle; }

sup,
sub {
  font-size: 50%; }

::focus:not(::focus-visible) {
  outline: 0; }

@font-face {
  font-family: 'robotolight';
  src: url("../webfonts/roboto-light-webfont.woff2") format("woff2"), url("../webfonts/roboto-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'robotoregular';
  src: url("../webfonts/roboto-regular-webfont.woff2") format("woff2"), url("../webfonts/roboto-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'robotobold';
  src: url("../webfonts/roboto-bold-webfont.woff2") format("woff2"), url("../webfonts/roboto-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

.container {
  display: block;
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem; }

.center {
  margin: 0 auto;
  max-width: 1400px;
  position: relative; }

.text-left {
  text-align: left; }

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

.text-right {
  text-align: right; }

.text-left {
  text-align: left; }

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

.text-right {
  text-align: right; }

.f-left {
  float: left; }

.f-right {
  float: right; }

.c-both {
  clear: both; }

.c-left {
  clear: left; }

.c-right {
  clear: right; }

.c-none {
  clear: none; }

.p-relative {
  position: relative; }

.p-absolute {
  position: absolute; }

.p-fixed {
  position: fixed; }

.titulo-secao-bt {
  background-color: #d2ae6d;
  font-size: .813rem;
  text-transform: uppercase;
  color: #fff;
  padding: 0.5rem 1rem;
  border-radius: 3px; }

.titulo-destaque {
  font-family: 'robotobold';
  font-size: 2.875rem;
  line-height: 1; }
  @media screen and (max-width: 576px) {
    .titulo-destaque {
      font-size: 1.625rem; } }

.remove-scroll {
  overflow-y: hidden; }

.scroll {
  scrollbar-width: thin;
  scrollbar-color: #85a2a5 #536e71; }
  .scroll::-webkit-scrollbar {
    width: 11px; }
  .scroll::-webkit-scrollbar-track {
    background: #536e71; }
  .scroll::-webkit-scrollbar-thumb {
    background-color: #85a2a5;
    border-radius: 6px;
    border-width: 3px;
    border-style: solid;
    border-color: #536e71; }

.painel-icones-tipos-de-listagem {
  width: 100%;
  text-align: right;
  margin-bottom: 2rem; }
  @media screen and (max-width: 992px) {
    .painel-icones-tipos-de-listagem {
      text-align: center; } }
  .painel-icones-tipos-de-listagem .fa {
    background-color: #fff;
    border-width: 1px;
    border-style: solid;
    border-color: #dde5e6;
    border-radius: 0.25rem;
    padding: 0.5em 1em;
    transition: all 0.3s linear;
    color: #dde5e6;
    cursor: pointer; }
    .painel-icones-tipos-de-listagem .fa:hover {
      border-width: 1px;
      border-style: solid;
      border-color: #000;
      color: #000; }

blockquote {
  display: block;
  font-family: "robotoregular", arial;
  background-color: #fff;
  position: relative;
  padding-bottom: 15px;
  padding-left: 45px;
  padding-right: 20px;
  border-left-width: 2px;
  border-left-style: solid;
  border-left-color: #6c757d;
  border-radius: 5px; }
  blockquote b, blockquote strong, blockquote i, blockquote em {
    color: #dc3545; }
  blockquote:before {
    position: absolute;
    left: 10px;
    top: 5px;
    font-size: 80px; }
  blockquote:after {
    content: ""; }

#ohs-forms-resposta blockquote {
  font-size: 16px;
  box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.5);
  border-left-width: 15px;
  border-left-style: solid;
  border-left-color: #6c757d; }

.grupo-form .bt-submit {
  cursor: pointer;
  border: none;
  background-clip: padding-box;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  background-color: #12b259;
  transition: all 0.3s linear;
  border-radius: 0.25rem;
  margin-bottom: 1rem;
  width: 100%; }
  .grupo-form .bt-submit:hover {
    background-color: #0d8442;
    box-shadow: 0 0 0 0.15rem rgba(18, 178, 89, 0.5);
    text-shadow: 0px 0px 2px #000; }
  @media screen and (max-width: 576px) {
    .grupo-form .bt-submit {
      width: 100%; } }

.grupo-form-pequeno .bt-submit {
  font-size: 80%;
  padding: 0.5em 1em; }

.grupo-form-medio .bt-submit {
  font-size: 100%;
  padding: 0.7rem 1rem; }

.grupo-form-grande .bt-submit {
  font-size: 110%;
  padding: 1rem 1rem; }

.grupo-form input[type="checkbox"] {
  cursor: pointer;
  vertical-align: middle;
  background-color: #fff;
  appearance: none;
  border-width: 1px;
  border-style: solid;
  border-color: #dde5e6;
  border-radius: 0.25rem;
  transition: all 0.3s linear;
  margin-top: 1rem;
  margin-bottom: 1rem; }
  .grupo-form input[type="checkbox"]:checked {
    background-color: #12b259; }
    .grupo-form input[type="checkbox"]:checked::before {
      display: flex;
      height: 100%;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      font-family: 'Font Awesome 5 Free';
      font-weight: 900;
      content: "\f00c";
      color: #fff; }

.grupo-form-pequeno input[type="checkbox"] {
  width: 1.2rem;
  height: 1.2rem;
  font-size: 30%; }

.grupo-form-medio input[type="checkbox"] {
  width: 1.5rem;
  height: 1.5rem;
  font-size: 50%; }

.grupo-form-grande input[type="checkbox"] {
  width: 1.9rem;
  height: 1.9rem;
  font-size: 60%; }

.grupo-form .col-esq,
.grupo-form .col-dir {
  width: 49%;
  transition: all 0.3s linear; }
  @media screen and (max-width: 576px) {
    .grupo-form .col-esq,
    .grupo-form .col-dir {
      width: 100%; } }

.grupo-form .col-bloco {
  clear: both;
  width: 100%; }

.grupo-form .col-esq {
  float: left; }

.grupo-form .col-dir {
  float: right; }

.grupo-form input[type="text"], .grupo-form input[type="email"], .grupo-form input[type="tel"], .grupo-form input[type="time"], .grupo-form input[type="password"], .grupo-form input[type="search"], .grupo-form input[type="url"], .grupo-form input[type="week"], .grupo-form input[type="file"], .grupo-form input[type="month"], .grupo-form input[type="number"], .grupo-form input[type="date"] {
  margin-bottom: 1rem;
  font-family: 'robotolight'; }

.grupo-form textarea {
  font-family: sans-serif;
  margin-bottom: 1rem; }

.grupo-form-pequeno input[type="text"], .grupo-form-pequeno input[type="email"], .grupo-form-pequeno input[type="tel"], .grupo-form-pequeno input[type="time"], .grupo-form-pequeno input[type="password"], .grupo-form-pequeno input[type="search"], .grupo-form-pequeno input[type="url"], .grupo-form-pequeno input[type="week"], .grupo-form-pequeno input[type="file"], .grupo-form-pequeno input[type="month"], .grupo-form-pequeno input[type="number"], .grupo-form-pequeno input[type="date"] {
  font-size: 80%;
  padding: 0.5em 1em; }

.grupo-form-pequeno textarea {
  min-height: 150px;
  font-size: 80%;
  padding: 0.5em 1em; }

.grupo-form-medio input[type="text"], .grupo-form-medio input[type="email"], .grupo-form-medio input[type="tel"], .grupo-form-medio input[type="time"], .grupo-form-medio input[type="password"], .grupo-form-medio input[type="search"], .grupo-form-medio input[type="url"], .grupo-form-medio input[type="week"], .grupo-form-medio input[type="file"], .grupo-form-medio input[type="month"], .grupo-form-medio input[type="number"], .grupo-form-medio input[type="date"] {
  font-size: 100%;
  padding: 0.7rem 1rem; }

.grupo-form-medio textarea {
  min-height: 250px;
  font-size: 100%;
  padding: 0.7rem 1rem; }

.grupo-form-grande input[type="text"], .grupo-form-grande input[type="email"], .grupo-form-grande input[type="tel"], .grupo-form-grande input[type="time"], .grupo-form-grande input[type="password"], .grupo-form-grande input[type="search"], .grupo-form-grande input[type="url"], .grupo-form-grande input[type="week"], .grupo-form-grande input[type="file"], .grupo-form-grande input[type="month"], .grupo-form-grande input[type="number"], .grupo-form-grande input[type="date"] {
  font-size: 110%;
  padding: 1rem 1rem; }

.grupo-form-grande textarea {
  min-height: 350px;
  font-size: 110%;
  padding: 1rem 1rem; }

.grupo-form .desativado {
  cursor: not-allowed; }
  .grupo-form .desativado:active {
    pointer-events: none; }
  .grupo-form .desativado:disabled {
    color: #000;
    background-color: #f2f5f5; }

.grupo-form input[type="radio"] {
  cursor: pointer;
  vertical-align: middle;
  background-color: #fff;
  appearance: none;
  border-width: 1px;
  border-style: solid;
  border-color: #dde5e6;
  border-radius: 100%;
  transition: all 0.3s linear;
  margin-top: 1rem;
  margin-bottom: 1rem; }
  .grupo-form input[type="radio"]:checked {
    background-color: #12b259; }
  .grupo-form input[type="radio"]::before {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    content: "\f00c";
    color: #fff; }

.grupo-form-pequeno input[type="radio"] {
  width: 1rem;
  height: 10rem; }

.grupo-form-medio input[type="radio"] {
  width: 1.3rem;
  height: 1.3rem; }

.grupo-form-grande input[type="radio"] {
  width: 1.9rem;
  height: 1.9rem; }

.grupo-form input[type="range"] {
  width: 100%;
  cursor: pointer;
  background-color: #dde5e6;
  appearance: none;
  border-radius: 100px;
  transition: all 0.3s linear;
  border-width: 1px;
  border-style: solid;
  border-color: #b1c3c6;
  margin-top: 1rem;
  margin-bottom: 1rem; }
  .grupo-form input[type="range"]::-webkit-slider-thumb {
    appearance: none;
    background-color: #12b259;
    box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.5);
    border-radius: 100px; }
  .grupo-form input[type="range"]::-moz-range-thumb {
    appearance: none;
    background-color: #12b259;
    box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.5);
    border-radius: 100px; }
  .grupo-form input[type="range"]:focus {
    outline: 0;
    border-radius: 100px; }
    .grupo-form input[type="range"]:focus::-webkit-slider-thumb {
      border-radius: 100px; }
    .grupo-form input[type="range"]:focus::-moz-range-thumb {
      border-radius: 100px; }

.grupo-form-pequeno input[type="range"] {
  height: .5rem; }
  .grupo-form-pequeno input[type="range"]::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem; }
  .grupo-form-pequeno input[type="range"]::-moz-range-thumb {
    width: 1rem;
    height: 1rem; }

.grupo-form-medio input[type="range"] {
  height: .7rem; }
  .grupo-form-medio input[type="range"]::-webkit-slider-thumb {
    width: 1.5rem;
    height: 1.5rem; }
  .grupo-form-medio input[type="range"]::-moz-range-thumb {
    width: 1.5rem;
    height: 1.5rem; }

.grupo-form-grande input[type="range"] {
  height: .9rem; }
  .grupo-form-grande input[type="range"]::-webkit-slider-thumb {
    width: 2rem;
    height: 2rem; }
  .grupo-form-grande input[type="range"]::-moz-range-thumb {
    width: 2rem;
    height: 2rem; }

.grupo-form blockquote {
  display: block;
  font-family: "robotoregular", arial;
  background-color: #fff;
  position: relative;
  padding-bottom: 15px;
  padding-left: 45px;
  padding-right: 20px;
  border-left-width: 2px;
  border-left-style: solid;
  border-left-color: #6c757d;
  border-radius: 5px; }
  .grupo-form blockquote b, .grupo-form blockquote strong, .grupo-form blockquote i, .grupo-form blockquote em {
    color: #dc3545; }
  .grupo-form blockquote:before {
    position: absolute;
    left: 10px;
    top: 5px;
    font-size: 80px; }
  .grupo-form blockquote:after {
    content: ""; }

.grupo-form #ohs-forms-resposta blockquote {
  font-size: 16px;
  box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.5);
  border-left-width: 15px;
  border-left-style: solid;
  border-left-color: #6c757d; }

.grupo-form select {
  background: url("data:image/svg+xml;utf8,<svg viewBox='0 0 140 140' width='14' height='14' xmlns='http://www.w3.org/2000/svg'><g><path d='m121.3,34.6c-1.6-1.6-4.2-1.6-5.8,0l-51,51.1-51.1-51.1c-1.6-1.6-4.2-1.6-5.8,0-1.6,1.6-1.6,4.2 0,5.8l53.9,53.9c0.8,0.8 1.8,1.2 2.9,1.2 1,0 2.1-0.4 2.9-1.2l53.9-53.9c1.7-1.6 1.7-4.2 0.1-5.8z' fill='gray'/></g></svg>") no-repeat;
  background-position: right 1rem top 50%;
  margin-bottom: 1rem; }

.grupo-form-pequeno select {
  height: 31.78px;
  font-size: 80%;
  padding: 0.5em 1em; }

.grupo-form-pequeno input[type="date"] {
  height: 31.78px; }

.grupo-form-medio select {
  height: 44.38px;
  font-size: 100%;
  padding: 0.7rem 1rem; }

.grupo-form-medio input[type="date"] {
  height: 44.38px; }

.grupo-form-grande select {
  height: 57px;
  font-size: 110%;
  padding: 1rem 1rem; }

.grupo-form-grande input[type="date"] {
  height: 57px; }

.grupo-form .container {
  display: inline-block;
  padding-left: 0;
  padding-right: 0; }

.grupo-form fieldset {
  border: none; }

.grupo-form label[for="novasenha"], .grupo-form label[for="emailusuario"] {
  display: block;
  margin-bottom: 0.5em; }

.grupo-form input[name="novasenha"], .grupo-form input[name="emailusuario"] {
  display: inline-block;
  width: 50%; }
  @media screen and (max-width: 576px) {
    .grupo-form input[name="novasenha"], .grupo-form input[name="emailusuario"] {
      width: 100%; } }

.grupo-form span {
  font-size: .8rem;
  vertical-align: middle; }

.acordeao-titulo,
.acordeao-padrao-titulo {
  display: block;
  background-color: #f2f5f5;
  cursor: pointer;
  outline: 0;
  position: relative;
  padding: 0.5em 1em;
  margin: 0.5rem 0;
  border-width: 1px;
  border-style: solid;
  border-color: #c0cfd0;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #c0cfd0;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #c0cfd0;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #c0cfd0;
  border-radius: 0.25rem;
  transition: all 0.3s linear; }
  .acordeao-titulo::before,
  .acordeao-padrao-titulo::before {
    content: "›";
    margin-right: .5rem; }

.acordeao .ui-state-active::before,
.acordeao-padrao .ui-state-active::before {
  display: inline-block;
  content: ">";
  transform: rotateZ(90deg); }

.acordeao-bloco,
.acordeao-padrao-bloco {
  position: relative;
  top: -12px;
  padding: 0.5em 1em;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #c0cfd0;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #c0cfd0;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #c0cfd0;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem; }

.acordeao .ui-accordion-header-active,
.acordeao-padrao .ui-accordion-header-active {
  background-color: #12b259;
  border: 0px;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-color: transparent;
  color: #fff;
  z-index: 1;
  position: relative; }

.avisos {
  position: relative;
  padding: 0.5em 1em;
  border-radius: 0.25rem;
  margin-top: 0.5em;
  margin-bottom: 0.5em; }
  .avisos-padrao {
    border-width: 1px;
    border-style: solid;
    border-color: #12b259;
    background-color: rgba(18, 178, 89, 0.1);
    color: #12b259; }
  .avisos-primario {
    border-width: 1px;
    border-style: solid;
    border-color: #0d6efd;
    background-color: rgba(13, 110, 253, 0.1);
    color: #0d6efd; }
  .avisos-secundario {
    border-width: 1px;
    border-style: solid;
    border-color: #6c757d;
    background-color: rgba(108, 117, 125, 0.1);
    color: #6c757d; }
  .avisos-sucesso {
    border-width: 1px;
    border-style: solid;
    border-color: #198754;
    background-color: rgba(25, 135, 84, 0.1);
    color: #198754; }
  .avisos-perigo {
    border-width: 1px;
    border-style: solid;
    border-color: #dc3545;
    background-color: rgba(220, 53, 69, 0.1);
    color: #dc3545; }
  .avisos-atencao {
    border-width: 1px;
    border-style: solid;
    border-color: #ffc107;
    background-color: rgba(255, 193, 7, 0.1);
    color: #ffc107; }
  .avisos-informacao {
    border-width: 1px;
    border-style: solid;
    border-color: #0dcaf0;
    background-color: rgba(13, 202, 240, 0.1);
    color: #0dcaf0; }
  .avisos-escuro {
    border-width: 1px;
    border-style: solid;
    border-color: #282828;
    background-color: rgba(40, 40, 40, 0.1);
    color: #282828; }

.bt {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  padding: 0.5rem 1rem;
  box-sizing: border-box;
  text-decoration: none;
  color: #fff;
  border-radius: 0.25rem;
  transition: all 0.3s linear; }
  .bt:focus {
    outline: 0; }
  .bt-pequeno {
    margin-top: 0.3rem;
    margin-bottom: 0.3rem;
    padding: 0.3rem 0.7rem;
    font-size: 80%; }
  .bt-medio {
    margin-top: 0.7rem;
    margin-bottom: 0.7rem;
    padding: 0.7rem 1.5rem;
    font-size: 100%; }
  .bt-grande {
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding: 1rem 2rem;
    font-size: 120%; }
  .bt-padrao {
    background-color: #12b259; }
    .bt-padrao:hover {
      background-color: #0d8442;
      box-shadow: 0 0 0 0.15rem rgba(18, 178, 89, 0.5);
      text-shadow: 0px 0px 2px #000; }
  .bt-primario {
    background-color: #0d6efd; }
    .bt-primario:hover {
      background-color: #0257d5;
      box-shadow: 0 0 0 0.15rem rgba(13, 110, 253, 0.5); }
  .bt-secundario {
    background-color: #6c757d; }
    .bt-secundario:hover {
      background-color: #545b62;
      box-shadow: 0 0 0 0.15rem rgba(108, 117, 125, 0.5); }
  .bt-sucesso {
    background-color: #198754; }
    .bt-sucesso:hover {
      background-color: #115c39;
      box-shadow: 0 0 0 0.15rem rgba(25, 135, 84, 0.5); }
  .bt-perigo {
    background-color: #dc3545; }
    .bt-perigo:hover {
      background-color: #bd2130;
      box-shadow: 0 0 0 0.15rem rgba(220, 53, 69, 0.5); }
  .bt-atencao {
    background-color: #ffc107; }
    .bt-atencao:hover {
      background-color: #d39e00;
      box-shadow: 0 0 0 0.15rem rgba(255, 193, 7, 0.5); }
  .bt-informacao {
    background-color: #0dcaf0; }
    .bt-informacao:hover {
      background-color: #0aa1c0;
      box-shadow: 0 0 0 0.15rem rgba(13, 202, 240, 0.5); }
  .bt-escuro {
    background-color: #212529; }
    .bt-escuro:hover {
      background-color: #434b53;
      box-shadow: 0 0 0 0.15rem rgba(33, 37, 41, 0.5); }
  .bt-form {
    position: relative; }
    @media screen and (max-width: 992px) {
      .bt-form {
        position: absolute;
        right: 4rem;
        top: .5rem; } }
    .bt-form form {
      display: none;
      position: absolute !important;
      right: 0;
      width: 200%;
      background-color: #12b259;
      padding-top: 3rem;
      padding-right: 1rem;
      padding-bottom: 1rem;
      padding-left: 1rem;
      border-radius: 0.25rem; }
      @media screen and (max-width: 992px) {
        .bt-form form {
          width: 160%; } }
      .bt-form form .fas.fa-times {
        position: absolute;
        top: 1rem;
        right: 1rem;
        font-size: 1.5rem;
        color: #fff;
        cursor: pointer; }
      .bt-form form .fa-solid.fa-at,
      .bt-form form .fa-solid.fa-key,
      .bt-form form .fa-regular.fa-hand-pointer {
        position: absolute;
        top: .8rem;
        left: 1rem;
        color: #d8dbdd; }
      .bt-form form .bt-submit.bt-bloco {
        width: auto !important;
        position: relative !important;
        margin-bottom: 0 !important;
        padding-left: 1rem !important;
        background-color: #dc3545 !important;
        text-indent: 1px !important; }
        .bt-form form .bt-submit.bt-bloco:hover {
          background-color: #bd2130;
          box-shadow: 0 0 0 0.15rem rgba(220, 53, 69, 0.5); }
      .bt-form form input {
        padding-left: 2.5rem !important;
        margin-bottom: 0.5rem !important; }
      .bt-form form .coluna {
        display: grid;
        grid-template-columns: 1fr auto;
        grid-gap: 1rem; }
      .bt-form form p {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 1rem;
        justify-items: center;
        font-size: .7rem;
        text-transform: uppercase;
        color: #fff; }
        .bt-form form p a {
          color: inherit;
          text-decoration: none; }
          .bt-form form p a:hover {
            text-decoration: underline; }
  .bt-bloco {
    display: block;
    width: 100%;
    box-sizing: border-box; }
  .bt-borda-padrao {
    color: #12b259;
    border-color: #12b259; }
    .bt-borda-padrao:hover {
      color: #fff;
      background-color: #12b259; }
  .bt-borda-primario {
    color: #0d6efd;
    border-color: #0d6efd; }
    .bt-borda-primario:hover {
      color: #fff;
      background-color: #0d6efd; }
  .bt-borda-secundario {
    color: #6c757d;
    border-color: #6c757d; }
    .bt-borda-secundario:hover {
      color: #fff;
      background-color: #6c757d; }
  .bt-borda-sucesso {
    color: #198754;
    border-color: #198754; }
    .bt-borda-sucesso:hover {
      color: #fff;
      background-color: #198754; }
  .bt-borda-perigo {
    color: #dc3545;
    border-color: #dc3545; }
    .bt-borda-perigo:hover {
      color: #fff;
      background-color: #dc3545; }
  .bt-borda-atencao {
    color: #ffc107;
    border-color: #ffc107; }
    .bt-borda-atencao:hover {
      color: #fff;
      background-color: #ffc107; }
  .bt-borda-informacao {
    color: #0dcaf0;
    border-color: #0dcaf0; }
    .bt-borda-informacao:hover {
      color: #fff;
      background-color: #0dcaf0; }
  .bt-borda-escuro {
    color: #212529;
    border-color: #212529; }
    .bt-borda-escuro:hover {
      color: #fff;
      background-color: #212529; }
  .bt.desativado {
    cursor: not-allowed;
    opacity: .65; }
    .bt.desativado:active {
      pointer-events: none; }

.cards {
  display: grid;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-columns: 1fr 1fr 1fr;
  transition: all 0.3s linear; }
  @media screen and (max-width: 992px) {
    .cards {
      display: grid;
      grid-template-columns: repeat(2, auto);
      justify-content: center;
      justify-items: center;
      text-align: center; } }
  @media screen and (max-width: 576px) {
    .cards {
      grid-template-columns: 1fr; } }
  .cards .bloco {
    background-color: #fff;
    background-clip: border-box;
    border-width: 1px;
    border-style: solid;
    border-color: #dde5e6;
    border-radius: 0.25rem;
    transition: all 0.3s linear;
    text-align: center; }
    .cards .bloco:hover {
      box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.5); }
    .cards .bloco a {
      text-decoration: none;
      color: inherit; }
    .cards .bloco .foto {
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover;
      width: 100%;
      height: 190px;
      border-top-left-radius: 0.25rem;
      border-top-right-radius: 0.25rem; }
    .cards .bloco-corpo {
      padding: 0.5em 1em; }
    .cards .bloco-titulo {
      margin-bottom: 0.5em;
      font-family: 'robotobold';
      font-size: 1rem; }

.galeria-listagem {
  list-style: none;
  margin-top: 2rem !important; }
  .galeria-listagem li {
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #dde5e6;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #dde5e6;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #dde5e6;
    transition: all 0.3s linear; }
    .galeria-listagem li:first-child {
      border-top-left-radius: 0.25rem;
      border-top-right-radius: 0.25rem; }
    .galeria-listagem li:last-child {
      border-bottom-width: 1px;
      border-bottom-style: solid;
      border-bottom-color: #dde5e6;
      border-bottom-left-radius: 0.25rem;
      border-bottom-right-radius: 0.25rem; }
    .galeria-listagem li:nth-child(even) {
      background-color: #f2f5f5; }
    .galeria-listagem li:hover {
      background-color: #fafbfc;
      box-shadow: inset 0px 0px 7px rgba(0, 0, 0, 0.2); }
    .galeria-listagem li a {
      display: flex;
      align-items: center;
      color: inherit;
      text-decoration: none; }
      @media screen and (max-width: 576px) {
        .galeria-listagem li a {
          flex-direction: column;
          text-align: center; } }
      .galeria-listagem li a i,
      .galeria-listagem li a p {
        padding: 0.5em 1em;
        transition: all 0.3s linear; }
      .galeria-listagem li a i {
        font-size: 150%;
        border-right-width: 1px;
        border-right-style: solid;
        border-right-color: #dde5e6;
        color: #000; }
        @media screen and (max-width: 576px) {
          .galeria-listagem li a i {
            font-size: 300%; } }
        @media screen and (max-width: 576px) {
          .galeria-listagem li a i {
            border-right: none; } }
      .galeria-listagem li a p {
        font-weight: bold; }
        @media screen and (max-width: 576px) {
          .galeria-listagem li a p {
            margin: 0; } }
      .galeria-listagem li a strong {
        display: block;
        font-weight: normal;
        font-size: 80%;
        color: #dc3545; }
        .galeria-listagem li a strong span {
          font-size: 90%; }

.galerias-listagens-imagens {
  column-count: 4;
  grid-gap: 1rem;
  text-align: center;
  margin-top: 2rem; }
  @media screen and (max-width: 992px) {
    .galerias-listagens-imagens {
      column-count: 3; } }
  @media screen and (max-width: 768px) {
    .galerias-listagens-imagens {
      column-count: 2; } }
  @media screen and (max-width: 576px) {
    .galerias-listagens-imagens {
      column-count: 1; } }
  .galerias-listagens-imagens .pinterest {
    display: block;
    background-color: #fff;
    box-shadow: inset -1px -1px 18px #dde5e6;
    break-inside: avoid;
    box-sizing: border-box;
    margin-bottom: 2rem;
    padding: 0.5rem 0.5rem;
    border-width: 1px;
    border-style: solid;
    border-color: #dde5e6;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    color: inherit;
    text-decoration: none;
    font-size: .8rem; }
    .galerias-listagens-imagens .pinterest img {
      display: block;
      width: 100%;
      padding-bottom: 1rem;
      border-bottom-width: 1px;
      border-bottom-style: solid;
      border-bottom-color: #dde5e6;
      border-top-left-radius: 0.25rem;
      border-top-right-radius: 0.25rem; }

.galeria-pinterest {
  column-count: 4;
  grid-gap: 1rem;
  text-align: center; }
  @media screen and (max-width: 992px) {
    .galeria-pinterest {
      column-count: 3; } }
  @media screen and (max-width: 768px) {
    .galeria-pinterest {
      column-count: 2; } }
  @media screen and (max-width: 576px) {
    .galeria-pinterest {
      column-count: 1; } }
  .galeria-pinterest .pinterest {
    display: block;
    background-color: #fff;
    box-shadow: inset -1px -1px 18px #dde5e6;
    break-inside: avoid;
    box-sizing: border-box;
    margin-bottom: 2rem;
    padding: 0.5rem 0.5rem;
    border-width: 1px;
    border-style: solid;
    border-color: #dde5e6;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
    .galeria-pinterest .pinterest img {
      display: block;
      width: 100%;
      padding-bottom: 1rem;
      border-bottom-width: 1px;
      border-bottom-style: solid;
      border-bottom-color: #dde5e6;
      border-top-left-radius: 0.25rem;
      border-top-right-radius: 0.25rem; }

.imagem-automatica-imagens-extras .imagem-automatica img,
.imagem-automatica-imagens-extras .imagens-extras img {
  border-radius: 10px;
  border-width: 3px;
  border-style: solid;
  border-color: transparent;
  transition: all 0.3s linear; }
  .imagem-automatica-imagens-extras .imagem-automatica img:hover,
  .imagem-automatica-imagens-extras .imagens-extras img:hover {
    border-width: 3px;
    border-style: solid;
    border-color: #dc3545; }

.imagem-automatica-imagens-extras .imagens-extras {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-items: center;
  justify-items: center;
  width: 100%;
  grid-gap: .5rem;
  margin-top: 2rem;
  border: 1px solid #f00; }
  .imagem-automatica-imagens-extras .imagens-extras a {
    display: block; }
  .imagem-automatica-imagens-extras .imagens-extras img {
    width: 100px !important; }

.imagem-automatica-unica {
  float: left;
  width: 40%;
  margin-right: 1.5rem;
  margin-bottom: 1.5rem; }
  .imagem-automatica-unica img {
    border-radius: 10px; }
  @media screen and (max-width: 576px) {
    .imagem-automatica-unica {
      float: none;
      width: 100%;
      margin-right: 0; } }

.galeria-downloads,
.listagem-downloads,
.download {
  list-style: none; }
  .galeria-downloads li,
  .listagem-downloads li,
  .download li {
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #dde5e6;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #dde5e6;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #dde5e6;
    transition: all 0.3s linear; }
    .galeria-downloads li:first-child,
    .listagem-downloads li:first-child,
    .download li:first-child {
      border-top-left-radius: 0.25rem;
      border-top-right-radius: 0.25rem; }
    .galeria-downloads li:last-child,
    .listagem-downloads li:last-child,
    .download li:last-child {
      border-bottom-width: 1px;
      border-bottom-style: solid;
      border-bottom-color: #dde5e6;
      border-bottom-left-radius: 0.25rem;
      border-bottom-right-radius: 0.25rem; }
    .galeria-downloads li:nth-child(even),
    .listagem-downloads li:nth-child(even),
    .download li:nth-child(even) {
      background-color: #f2f5f5; }
    .galeria-downloads li:hover,
    .listagem-downloads li:hover,
    .download li:hover {
      background-color: #fafbfc;
      box-shadow: inset 0px 0px 7px rgba(0, 0, 0, 0.2); }
    .galeria-downloads li a,
    .listagem-downloads li a,
    .download li a {
      display: flex;
      align-items: center;
      color: inherit;
      text-decoration: none; }
      @media screen and (max-width: 576px) {
        .galeria-downloads li a,
        .listagem-downloads li a,
        .download li a {
          flex-direction: column;
          text-align: center; } }
      .galeria-downloads li a i,
      .galeria-downloads li a p,
      .listagem-downloads li a i,
      .listagem-downloads li a p,
      .download li a i,
      .download li a p {
        padding: 0.5em 1em;
        transition: all 0.3s linear; }
      .galeria-downloads li a i,
      .listagem-downloads li a i,
      .download li a i {
        font-size: 150%;
        border-right-width: 1px;
        border-right-style: solid;
        border-right-color: #dde5e6;
        color: #ffc107; }
        @media screen and (max-width: 576px) {
          .galeria-downloads li a i,
          .listagem-downloads li a i,
          .download li a i {
            font-size: 300%; } }
        @media screen and (max-width: 576px) {
          .galeria-downloads li a i,
          .listagem-downloads li a i,
          .download li a i {
            border-right: none; } }
      .galeria-downloads li a p,
      .listagem-downloads li a p,
      .download li a p {
        font-weight: bold; }
        @media screen and (max-width: 576px) {
          .galeria-downloads li a p,
          .listagem-downloads li a p,
          .download li a p {
            margin: 0; } }
      .galeria-downloads li a strong,
      .listagem-downloads li a strong,
      .download li a strong {
        display: block;
        font-weight: normal;
        font-size: 80%;
        color: #dc3545; }
        .galeria-downloads li a strong span,
        .listagem-downloads li a strong span,
        .download li a strong span {
          font-size: 90%; }

.listagem-downloads li a i,
.download li a i {
  color: #000; }

.listagem-downloads li a strong,
.download li a strong {
  font-weight: bold; }

.download li {
  border-width: 1px;
  border-style: solid;
  border-color: #dde5e6;
  border-radius: 0.25rem; }

.grupo-form input[type="text"]:focus, .grupo-form input[type="email"]:focus, .grupo-form input[type="tel"]:focus, .grupo-form input[type="time"]:focus, .grupo-form input[type="password"]:focus, .grupo-form input[type="search"]:focus, .grupo-form input[type="url"]:focus, .grupo-form input[type="week"]:focus, .grupo-form input[type="file"]:focus, .grupo-form input[type="month"]:focus, .grupo-form input[type="number"]:focus, .grupo-form input[type="date"]:focus, .grupo-form textarea:focus, .grupo-form select:focus {
  box-shadow: 0 0 0 0.25rem #e6ebea;
  border-color: #698a8e;
  outline: 0;
  border-width: 1px;
  border-style: solid;
  border-color: #12b259; }

.grupo-form input[type="text"], .grupo-form input[type="email"], .grupo-form input[type="tel"], .grupo-form input[type="time"], .grupo-form input[type="password"], .grupo-form input[type="search"], .grupo-form input[type="url"], .grupo-form input[type="week"], .grupo-form input[type="file"], .grupo-form input[type="month"], .grupo-form input[type="number"], .grupo-form input[type="date"], .grupo-form textarea, .grupo-form select {
  display: block;
  width: 100%;
  background-color: #e6ebea;
  background-clip: padding-box;
  appearance: none;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  border-radius: 3px;
  transition: all 0.3s linear; }

html,
body, figure, .grupo-form fieldset, .bt-form form p, .galeria-listagem, .galeria-downloads,
.listagem-downloads,
.download, .migalha-de-pao, .offcanvas .mobile-menu, .offcanvas .mobile-menu .sub-menu, .paginacao, .painel-abas .abas, .shop-etapas, .videos-listagens {
  margin: 0;
  padding: 0; }

.listagem {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 59px; }
  @media screen and (max-width: 992px) {
    .listagem {
      margin-top: 0; } }
  .listagem .bloco {
    width: 100%;
    background-color: #fff;
    background-clip: border-box;
    border-width: 1px;
    border-style: solid;
    border-color: #dde5e6;
    border-radius: 0.25rem;
    transition: all 0.3s linear;
    margin-bottom: 2rem; }
    .listagem .bloco:hover {
      box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.5); }
    .listagem .bloco:nth-child(even) {
      background-color: #f2f5f5; }
    .listagem .bloco a {
      display: grid;
      grid-template-columns: .4fr 1fr;
      align-items: center;
      grid-column-gap: 2rem;
      text-decoration: none;
      color: inherit;
      padding: 0.5em 1em;
      transition: all 0.3s linear; }
      @media screen and (max-width: 576px) {
        .listagem .bloco a {
          grid-template-columns: 1fr;
          justify-items: center;
          text-align: center; } }
      .listagem .bloco a img {
        border-right-width: 1px;
        border-right-style: solid;
        border-right-color: #dde5e6;
        padding-right: 1rem;
        transition: all 0.3s linear;
        width: 100%; }
        @media screen and (max-width: 576px) {
          .listagem .bloco a img {
            width: auto;
            border-right-width: 1px;
            border-right-style: solid;
            border-right-color: transparent;
            padding-right: 0px;
            border-bottom-width: 1px;
            border-bottom-style: solid;
            border-bottom-color: #dde5e6;
            padding-bottom: 2rem;
            margin-bottom: 2rem; } }
    .listagem .bloco-titulo {
      margin-top: 0.5em; }

nav ul li {
  position: relative; }
  nav ul li a {
    display: block; }
  nav ul li:hover .sub-menu {
    display: block !important; }
  nav ul li .sub-menu {
    display: none !important;
    position: absolute;
    left: 0;
    background-color: #fff;
    width: 150%; }
    nav ul li .sub-menu:before {
      content: "";
      width: 0;
      height: 0;
      border-left: 7px solid transparent;
      border-right: 7px solid transparent;
      border-bottom: 7px solid #fff;
      position: absolute;
      top: -7px;
      right: 50%;
      z-index: 10; }
    nav ul li .sub-menu li {
      display: block; }
    nav ul li .sub-menu a {
      padding: 1rem 1rem !important;
      font-size: .8rem !important;
      color: #282828 !important; }
      nav ul li .sub-menu a:hover {
        background-color: #12b259 !important;
        color: #fff !important; }

.migalha-de-pao {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  font-size: .75rem;
  text-transform: uppercase;
  justify-content: flex-start;
  margin-bottom: 2rem !important; }
  .migalha-de-pao a {
    color: inherit;
    text-decoration: none; }
    .migalha-de-pao a:hover {
      text-decoration: underline; }
  .migalha-de-pao .item {
    display: flex; }
    .migalha-de-pao .item + .item {
      padding-left: 0.5em; }
      .migalha-de-pao .item + .item::before {
        display: inline-block;
        padding-right: 0.5em;
        content: "/"; }
    .migalha-de-pao .item.ativo {
      color: #fff; }

.notificacoes {
  display: inline-block;
  padding: 0.35em 0.65em;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border-radius: 0.25rem;
  border-width: 1px;
  border-style: solid;
  border-color: transparent; }

.offcanvas {
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  transition: all 235ms cubic-bezier(0.95, 0.05, 0.795, 0.035);
  z-index: 2; }
  .offcanvas.is-active {
    transform: none;
    transition: all 205ms cubic-bezier(0.19, 1, 0.22, 1); }
  .offcanvas .mobile-menu {
    list-style: none;
    width: 35vw;
    height: 100vh;
    background-color: #12b259;
    overflow-x: auto;
    box-shadow: 0px 0px 10px rgba(9, 85, 43, 0.9);
    transition: all 0.3s linear;
    position: relative; }
    @media screen and (max-width: 576px) {
      .offcanvas .mobile-menu {
        width: 70vw; } }
    .offcanvas .mobile-menu .sub-menu {
      background-color: #11a452; }
    .offcanvas .mobile-menu li {
      display: block;
      border-bottom-width: 1px;
      border-bottom-style: solid;
      border-bottom-color: #27e97d; }
      .offcanvas .mobile-menu li:last-child {
        border-bottom: none; }
      .offcanvas .mobile-menu li a {
        display: block;
        width: 100%;
        color: #fff;
        text-decoration: none;
        padding: 1rem 1em;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #0d8442;
        transition: all 0.3s linear; }
        .offcanvas .mobile-menu li a:hover {
          background-color: #0f9249; }
      .offcanvas .mobile-menu li:last-child a {
        border-bottom: none; }
    .offcanvas .mobile-menu .bt-submit {
      background-color: #023027; }
  .offcanvas .fa-times {
    cursor: pointer;
    z-index: 9;
    position: absolute;
    font-size: 200%;
    top: 2.4rem; }
  .offcanvas-left {
    transform: translateX(-100%); }
    .offcanvas-left .fa-times {
      right: 1.8rem; }
    .offcanvas-left.offcanvas {
      justify-content: flex-start; }
  .offcanvas-right {
    transform: translateX(100%); }
    .offcanvas-right .fa-times {
      left: 2rem; }
    .offcanvas-right.offcanvas {
      justify-content: flex-end; }
  .offcanvas-center-top, .offcanvas-center-bottom {
    transform: translateY(-100%); }
    .offcanvas-center-top .mobile-menu, .offcanvas-center-bottom .mobile-menu {
      width: 100vw;
      text-align: center; }
    .offcanvas-center-top .fa-times, .offcanvas-center-bottom .fa-times {
      right: 2rem; }
    .offcanvas-center-top.offcanvas-menu, .offcanvas-center-bottom.offcanvas-menu {
      justify-content: center;
      align-items: center;
      align-content: center; }
  .offcanvas-center-bottom {
    transform: translateY(100%); }

.paginacao {
  display: flex;
  justify-content: center;
  font-size: 90%;
  list-style: none;
  margin-top: 2rem !important; }
  .paginacao li {
    display: inline-block; }
    .paginacao li a {
      color: inherit;
      text-decoration: none;
      padding: 0.5em 1em;
      margin-left: 0.1rem;
      margin-right: 0.1rem;
      border-radius: 0.25rem;
      transition: all 0.3s linear; }
      .paginacao li a:hover {
        color: #fff;
        background-color: #12b259; }
  .paginacao .pagina-atual {
    color: #fff;
    background-color: #12b259; }

@media screen and (max-width: 576px) {
  .painel-abas .abas {
    background-color: #fafbfc; } }

.painel-abas .abas li {
  display: inline-block; }
  .painel-abas .abas li:first-child {
    margin-left: 0; }
    @media screen and (max-width: 576px) {
      .painel-abas .abas li:first-child {
        border-top-width: 1px;
        border-top-style: solid;
        border-top-color: #dde5e6; } }
  .painel-abas .abas li:last-child {
    margin-right: 0; }
  @media screen and (max-width: 576px) {
    .painel-abas .abas li {
      display: block;
      width: 100%;
      margin: 0 0;
      border-left-width: 1px;
      border-left-style: solid;
      border-left-color: #dde5e6;
      border-right-width: 1px;
      border-right-style: solid;
      border-right-color: #dde5e6;
      border-bottom-width: 1px;
      border-bottom-style: solid;
      border-bottom-color: #dde5e6; } }
  .painel-abas .abas li .aba {
    width: auto;
    text-align: center;
    position: relative;
    z-index: 1;
    cursor: pointer;
    border-top-width: 6px;
    padding: 0.5em 1em; }
    @media screen and (max-width: 576px) {
      .painel-abas .abas li .aba {
        border-radius: 0; } }

.painel-abas #conteudos {
  width: 100%;
  background-color: #fff;
  position: relative;
  top: -1px;
  border-width: 1px;
  border-style: solid;
  border-color: #dde5e6;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  padding: 0.5em 1em; }
  @media screen and (max-width: 576px) {
    .painel-abas #conteudos {
      border-top-right-radius: 0; } }
  .painel-abas #conteudos .conteudo {
    display: none;
    width: 100%;
    height: 100%; }

.painel-abas .selected {
  font-weight: bold;
  background-color: #fff !important;
  border-top-width: 6px !important;
  border-top-style: solid;
  border-top-color: #12b259;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #dde5e6 !important;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #dde5e6 !important; }
  @media screen and (max-width: 576px) {
    .painel-abas .selected {
      color: #fff;
      background-color: #12b259 !important;
      border-top-width: 0px !important; } }

.pranchetas {
  background-color: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: #dde5e6;
  border-radius: 0.25rem;
  padding: 0.5em 1em;
  margin-bottom: 1rem; }
  .pranchetas legend {
    font-weight: bold;
    background-color: #dde5e6;
    padding: 0.5em 1em;
    border-radius: 0.25rem; }
  .pranchetas-padrao {
    border-width: 1px;
    border-style: solid;
    border-color: #12b259;
    background-color: rgba(18, 178, 89, 0.1);
    color: #12b259; }
    .pranchetas-padrao legend {
      background-color: #12b259;
      color: #fff; }
  .pranchetas-primario {
    border-width: 1px;
    border-style: solid;
    border-color: #0d6efd;
    background-color: rgba(13, 110, 253, 0.1);
    color: #0d6efd; }
    .pranchetas-primario legend {
      background-color: #0d6efd;
      color: #fff; }
  .pranchetas-secundario {
    border-width: 1px;
    border-style: solid;
    border-color: #6c757d;
    background-color: rgba(108, 117, 125, 0.1);
    color: #6c757d; }
    .pranchetas-secundario legend {
      background-color: #6c757d;
      color: #fff; }
  .pranchetas-sucesso {
    border-width: 1px;
    border-style: solid;
    border-color: #198754;
    background-color: rgba(25, 135, 84, 0.1);
    color: #198754; }
    .pranchetas-sucesso legend {
      background-color: #198754;
      color: #fff; }
  .pranchetas-perigo {
    border-width: 1px;
    border-style: solid;
    border-color: #dc3545;
    background-color: rgba(220, 53, 69, 0.1);
    color: #dc3545; }
    .pranchetas-perigo legend {
      background-color: #dc3545;
      color: #fff; }
  .pranchetas-atencao {
    border-width: 1px;
    border-style: solid;
    border-color: #ffc107;
    background-color: rgba(255, 193, 7, 0.1);
    color: #ffc107; }
    .pranchetas-atencao legend {
      background-color: #ffc107;
      color: #fff; }
  .pranchetas-informacao {
    border-width: 1px;
    border-style: solid;
    border-color: #0dcaf0;
    background-color: rgba(13, 202, 240, 0.1);
    color: #0dcaf0; }
    .pranchetas-informacao legend {
      background-color: #0dcaf0;
      color: #fff; }
  .pranchetas-escuro {
    border-width: 1px;
    border-style: solid;
    border-color: #282828;
    background-color: rgba(40, 40, 40, 0.1);
    color: #282828; }
    .pranchetas-escuro legend {
      background-color: #282828;
      color: #fff; }

.progresso {
  display: flex;
  height: 2rem;
  background-color: white;
  box-shadow: inset -1px -1px 18px #dde5e6, inset 0 -1px 0 #dde5e6;
  overflow: hidden;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  border-radius: 0.25rem; }
  .progresso-bar {
    font-size: 80%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap; }

.shop-carrinho-de-compras {
  max-width: 700px !important; }
  .shop-carrinho-de-compras h2 {
    font-size: 100%; }
    @media screen and (max-width: 992px) {
      .shop-carrinho-de-compras h2 {
        text-align: center; } }
  .shop-carrinho-de-compras .labels {
    display: grid;
    grid-template-columns: 1fr 3fr 1fr 1fr;
    grid-gap: 2rem;
    font-size: 80%;
    font-weight: bold;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #dde5e6;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #dde5e6;
    padding-top: 0.5em;
    padding-bottom: 0.5em; }
    @media screen and (max-width: 992px) {
      .shop-carrinho-de-compras .labels {
        display: none; } }
  .shop-carrinho-de-compras .produto {
    display: grid;
    grid-template-columns: 1fr 3fr 1fr 1fr;
    grid-gap: 1rem;
    align-items: center;
    font-size: 80%;
    margin-top: 1rem;
    padding-bottom: 1rem;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #dde5e6; }
    @media screen and (max-width: 992px) {
      .shop-carrinho-de-compras .produto {
        grid-template-columns: 1fr;
        text-align: center;
        grid-gap: .1rem; } }
    .shop-carrinho-de-compras .produto img {
      border-right-width: 1px;
      border-right-style: solid;
      border-right-color: #dde5e6;
      padding-right: 1rem; }
      @media screen and (max-width: 992px) {
        .shop-carrinho-de-compras .produto img {
          border-right-width: 1px;
          border-right-style: solid;
          border-right-color: transparent;
          padding-right: 0px;
          border-bottom-width: 1px;
          border-bottom-style: solid;
          border-bottom-color: #dde5e6;
          padding-bottom: 2rem;
          margin-bottom: 2rem; } }
    .shop-carrinho-de-compras .produto-titulo, .shop-carrinho-de-compras .produto-codigo, .shop-carrinho-de-compras .produto-cor-tamanho {
      display: block;
      margin-bottom: 0.2rem; }
    .shop-carrinho-de-compras .produto-cor-tamanho span {
      font-size: 80%; }
  .shop-carrinho-de-compras .valor-total {
    font-size: 80%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    flex-wrap: nowrap;
    margin-top: 1rem;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #dde5e6;
    padding-bottom: 1rem; }
    @media screen and (max-width: 992px) {
      .shop-carrinho-de-compras .valor-total {
        align-items: center; } }
  .shop-carrinho-de-compras .botoes {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 2rem;
    align-items: center;
    margin-top: 1rem; }
    @media screen and (max-width: 992px) {
      .shop-carrinho-de-compras .botoes {
        grid-template-columns: 1fr;
        grid-gap: .1rem; } }

.grupo-form input[type="text"]:focus, .grupo-form input[type="email"]:focus, .grupo-form input[type="tel"]:focus, .grupo-form input[type="time"]:focus, .grupo-form input[type="password"]:focus, .grupo-form input[type="search"]:focus, .grupo-form input[type="url"]:focus, .grupo-form input[type="week"]:focus, .grupo-form input[type="file"]:focus, .grupo-form input[type="month"]:focus, .grupo-form input[type="number"]:focus, .grupo-form input[type="date"]:focus, .grupo-form textarea:focus, .grupo-form select:focus {
  box-shadow: 0 0 0 0.25rem #e6ebea;
  border-color: #698a8e;
  outline: 0;
  border-width: 1px;
  border-style: solid;
  border-color: #12b259; }

.grupo-form input[type="text"], .grupo-form input[type="email"], .grupo-form input[type="tel"], .grupo-form input[type="time"], .grupo-form input[type="password"], .grupo-form input[type="search"], .grupo-form input[type="url"], .grupo-form input[type="week"], .grupo-form input[type="file"], .grupo-form input[type="month"], .grupo-form input[type="number"], .grupo-form input[type="date"], .grupo-form textarea, .grupo-form select {
  display: block;
  width: 100%;
  background-color: #e6ebea;
  background-clip: padding-box;
  appearance: none;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  border-radius: 3px;
  transition: all 0.3s linear; }

html,
body, figure, .grupo-form fieldset, .bt-form form p, .galeria-listagem, .galeria-downloads,
.listagem-downloads,
.download, .migalha-de-pao, .offcanvas .mobile-menu, .offcanvas .mobile-menu .sub-menu, .paginacao, .painel-abas .abas, .shop-etapas, .videos-listagens {
  margin: 0;
  padding: 0; }

.shop-etapas {
  list-style: none;
  font-size: 80%; }
  .shop-etapas li {
    display: table-cell;
    width: 1%; }
    @media screen and (max-width: 992px) {
      .shop-etapas li {
        display: block;
        width: 70%;
        margin: 0 auto; } }
    .shop-etapas li::before {
      display: block;
      content: "";
      width: 20px;
      height: 20px;
      background-color: #dde5e6;
      border-radius: 50%;
      margin: 10px auto; }
    .shop-etapas li::after {
      content: "";
      display: block;
      top: -2.8rem;
      position: relative;
      border-top-width: 1px;
      border-top-style: solid;
      border-top-color: #dde5e6; }
    .shop-etapas li a {
      display: flex;
      justify-content: center;
      align-items: center;
      text-decoration: none;
      width: 100%;
      color: initial;
      padding-top: 0.5em; }
      .shop-etapas li a:hover {
        color: #12b259; }
  .shop-etapas .ativo::before {
    display: block;
    content: "";
    width: 33px;
    height: 33px;
    position: relative;
    top: 7px;
    z-index: 1;
    background-color: #fff;
    border-width: 3px;
    border-style: solid;
    border-color: #dde5e6;
    border-radius: 50%; }

.shop-vitrine {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
  grid-row-gap: 2rem;
  grid-column-gap: 2rem;
  transition: all 0.3s linear; }
  @media screen and (max-width: 992px) {
    .shop-vitrine {
      display: grid;
      grid-template-columns: repeat(2, auto);
      justify-content: center;
      justify-items: center;
      text-align: center; } }
  @media screen and (max-width: 576px) {
    .shop-vitrine {
      grid-template-columns: 1fr; } }
  .shop-vitrine img {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #dde5e6;
    padding-bottom: 2rem; }
  .shop-vitrine .bloco {
    width: 20rem;
    background-color: #fff;
    background-clip: border-box;
    border-width: 1px;
    border-style: solid;
    border-color: #dde5e6;
    border-radius: 0.25rem;
    transition: all 0.3s linear;
    padding: 0.5em 1em;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .shop-vitrine .bloco {
        width: 16rem; } }
    @media screen and (max-width: 576px) {
      .shop-vitrine .bloco {
        width: 18rem; } }
    .shop-vitrine .bloco:hover {
      box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.5); }
    .shop-vitrine .bloco-titulo {
      font-weight: normal;
      font-size: 100%; }
    .shop-vitrine .bloco-valor {
      display: block;
      font-weight: bold;
      font-size: 150%;
      margin-bottom: 0.5em; }

.slider-cards .item {
  background-color: #fff;
  background-clip: border-box;
  border-width: 1px;
  border-style: solid;
  border-color: #dde5e6;
  border-radius: 0.25rem;
  transition: all 0.3s linear;
  padding: 0.5em 1em;
  transition: all 0.3s linear; }

.slider-depoimentos .owl-stage-outer {
  padding-top: 5rem !important; }

.slider-depoimentos .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  height: 100%;
  box-sizing: border-box;
  background-color: #12b259;
  color: inherit;
  text-decoration: none;
  position: relative;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
  border-width: 2px;
  border-style: solid;
  border-color: #0d8442;
  border-radius: 1em;
  transition: all 0.3s linear;
  padding: 2rem 2rem;
  padding-top: 5rem;
  transition: all 0.3s linear; }
  .slider-depoimentos .item figure {
    width: 150px;
    height: 150px;
    overflow: hidden;
    position: absolute;
    top: -5rem;
    border-radius: 100px;
    border-width: 6px;
    border-style: solid;
    border-color: #fff; }
    .slider-depoimentos .item figure img {
      width: 150px;
      height: 150px; }

.slider .container {
  padding-left: 0;
  padding-right: 0; }

.slider .item {
  height: 85vh;
  background-size: cover;
  background-position: top center;
  transition: all 0.3s linear; }
  @media screen and (max-width: 576px) {
    .slider .item {
      height: 100vh; } }
  .slider .item .center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding-left: 1rem;
    padding-right: 1rem; }
    .slider .item .center .titulo,
    .slider .item .center .resumo {
      color: #fff;
      text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5); }
    .slider .item .center .titulo {
      font-size: 200%; }
      @media screen and (max-width: 576px) {
        .slider .item .center .titulo {
          font-size: 150%; } }
    .slider .item .center .resumo {
      font-size: 120%; }
      @media screen and (max-width: 576px) {
        .slider .item .center .resumo {
          font-size: 100%; } }
    .slider .item .center .bt {
      width: max-content; }

.tooltips {
  display: inline-block;
  position: relative;
  z-index: 2; }
  .tooltips:hover .tooltip {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0); }
  .tooltips .tooltip {
    display: block;
    min-width: 276px;
    background-color: #fff;
    color: initial;
    font-weight: normal;
    text-shadow: none;
    bottom: 100%;
    left: 0px;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    transform: translateY(1rem);
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.5);
    border-width: 1px;
    border-style: solid;
    border-color: #6c757d;
    border-radius: 0.25rem;
    margin-bottom: 1rem;
    transition: all 0.3s linear; }
    .tooltips .tooltip:before {
      bottom: -20px;
      content: "";
      display: block;
      height: 20px;
      left: 0;
      position: absolute;
      width: 100%; }
    .tooltips .tooltip-titulo {
      display: block;
      font-weight: bold;
      padding: 1rem 1em;
      margin: 0 0;
      border-top-left-radius: 0.25rem;
      border-top-right-radius: 0.25rem;
      background-color: #dde5e6;
      font-size: 100%; }
    .tooltips .tooltip-resumo {
      display: block;
      padding: 1rem 1em;
      font-size: 80%; }

.video-yt {
  max-width: 560px;
  height: 315px;
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .video-yt::before {
    display: block;
    content: "";
    padding-top: 56.25%;
    box-sizing: border-box; }
  .video-yt .video-yt-item,
  .video-yt iframe,
  .video-yt embed,
  .video-yt object,
  .video-yt video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.videos-listagens {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 30px;
  grid-row-gap: 3rem;
  grid-column-gap: 3rem; }
  @media screen and (max-width: 768px) {
    .videos-listagens {
      grid-template-columns: 1fr 1fr; } }
  @media screen and (max-width: 576px) {
    .videos-listagens {
      grid-template-columns: 1fr; } }
  .videos-listagens li {
    display: flex;
    align-items: center;
    align-items: center;
    justify-content: center;
    position: relative; }
    .videos-listagens li a {
      position: absolute;
      width: 100%;
      height: 100%; }
    .videos-listagens li .far {
      font-size: 3rem;
      color: #fff;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
    .videos-listagens li img {
      width: 100%; }
