@import url(https://fonts.googleapis.com/css2?family=Exo:ital,wght@0,100..900;1,100..900&display=swap);

:root {
  --spacing: 30px
}

@media screen and (max-width: 800px) {
  :root {
    --spacing: 15px
  }
}

html {
  line-height: 1.15
}

body {
  margin: 0;
  padding: 0;
  font: 400 1em/1.5 "Manrope", sans-serif;
  color: #7d7d7d;
  background: #fff;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box
}

body * {
  box-sizing: inherit
}

body .site-body {
  flex: 1 1 auto;
  position: relative;
  z-index: 9;
  display: grid
}

img {
  max-width: 100%;
  vertical-align: middle;
  border-style: none;
  color: rgba(0, 0, 0, 0)
}

article,
aside,
footer,
header,
nav,
section,
figcaption,
figure,
main,
figure>img,
details,
menu {
  display: block
}

figure {
  margin-left: 0;
  margin-right: 0
}

summary {
  display: list-item
}

hr {
  display: block;
  box-sizing: content-box;
  width: 100%;
  height: 0;
  color: #bdbdbd;
  border: 0 none;
  border-bottom: 1px solid currentcolor;
  overflow: visible
}

figcaption {
  font-size: .85em
}

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em
}

code,
kbd {
  background-color: #e7e7e7;
  border-radius: 4px
}

kbd {
  display: inline-block;
  vertical-align: middle;
  margin-left: 2px;
  margin-right: 2px;
  padding-left: .4em;
  padding-right: .4em;
  box-shadow: 0 2px 0 1px #ddd
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
hr,
dl,
dd,
ul,
ol,
dl,
figure {
  margin-top: 15px;
  margin-bottom: 15px
}

h1 {
  font-size: 2em;
  line-height: 1.1em;
  color: #fec901
}

h2 {
  font-size: 1.5em;
  line-height: 1.2em;
  color: #fec901
}

h3 {
  font-size: 1.3333333333em;
  line-height: 1.3em;
  color: #fec901
}

h4 {
  font-size: 1.25em
}

h5 {
  font-size: 1.2em
}

h6 {
  font-size: 1.1666666667em
}

ul.seamless,
footer .footer__grid .content-info .informacoes ul,
ul.site-header__dados,
ul.site-header__menu-list,
ol.seamless,
ol.site-header__dados,
ol.site-header__menu-list {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  list-style: none
}

li>ul,
li>ol {
  margin-bottom: 0
}

button,
.btn,
html [type=button],
[type=reset],
[type=submit],
a {
  -webkit-font-smoothing: antialiased;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
  transform-style: preserve-3d;
  transition: .3s ease-in-out
}

a {
  color: #fec901;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0);
  outline-offset: .2em
}

a:hover,
a:focus,
a:active {
  color: #7d7d7d;
  text-decoration: underline
}

a:focus {
  text-decoration: none
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted
}

b,
strong {
  font-weight: bolder
}

dfn {
  font-style: italic
}

mark {
  background-color: #ff0;
  color: #7d7d7d
}

small {
  font-size: .85em
}

sub,
sup {
  font-size: .68em;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sub {
  bottom: -0.25em
}

sup {
  top: -0.5em
}

audio,
video,
canvas {
  display: inline-block
}

audio:not([controls]) {
  display: none;
  height: 0
}

svg:not(:root) {
  overflow: hidden
}

blockquote {
  padding-left: 15px;
  font-style: italic;
  color: dimgray;
  border-left: 4px solid #f4f4f4
}

blockquote>:first-child {
  margin-top: 0
}

blockquote>:last-child {
  margin-bottom: 0
}

pre,
code {
  font-size: 15px;
  border: 1px solid #f4f4f4;
  border-radius: 3px;
  background-color: #eef
}

code {
  padding: 1px 5px
}

pre {
  padding: 8px 12px;
  overflow-x: auto
}

pre>code {
  border: 0;
  padding-right: 0;
  padding-left: 0
}

table {
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%
}

table tr:nth-of-type(odd) {
  background: #f4f4f4
}

table th {
  background: #9c9c9c;
  color: #fff;
  font-weight: bold
}

table th,
table td {
  padding: 5px;
  border: 1px solid #fff;
  overflow: hidden
}

[vw] {
  top: 40% !important
}

textarea,
select,
input:not([type=checkbox], [type=radio]),
button,
.btn,
html [type=button],
[type=reset],
[type=submit] {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, .15);
  border: none;
  padding: .5rem;
  line-height: inherit;
  transition: .2s ease-in-out;
  backface-visibility: hidden;
  outline: none;
  overflow: visible
}

textarea,
select,
input:not([type=checkbox], [type=radio]) {
  letter-spacing: 1px;
  width: 100%
}

button,
.btn,
input,
optgroup,
select,
textarea {
  font: 400 1em/1.5 "Manrope", sans-serif;
  margin: 0
}

button,
.btn,
select {
  text-transform: none
}

button,
.btn,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: none;
  color: #fff;
  background-color: #006797;
  border: 1px solid #006797;
  padding: .313rem 1.125rem;
  line-height: 1.25rem;
  display: inline-block;
  text-align: center;
  cursor: pointer
}

button:hover,
.btn:hover,
button:focus,
.btn:focus,
button:active,
.btn:active,
html [type=button]:hover,
html [type=button]:focus,
html [type=button]:active,
[type=reset]:hover,
[type=reset]:focus,
[type=reset]:active,
[type=submit]:hover,
[type=submit]:focus,
[type=submit]:active {
  color: #fff;
  outline: none;
  text-decoration: none;
  background-color: #00823c;
  border-color: #00823c
}

button::-moz-focus-inner,
.btn::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0
}

button:-moz-focusring,
.btn:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText
}

fieldset {
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-before: 0;
  -webkit-padding-start: 0;
  -webkit-padding-end: 0;
  -webkit-padding-after: 0;
  padding: 0 0 30px;
  border: none
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal
}

progress {
  display: inline-block;
  vertical-align: baseline
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAACNuAAAjbgBMMyg7QAAABl0RVh0U29mdHdhcmUAcGFpbnQubmV0IDQuMC4xOdTWsmQAAAEsSURBVEhLxdM9TgJhGMRxNFETExNbGiot5AQcg1JLKy/ADbgIhaUX8ACW1BZ0xoKaxE5dZzbZzQP8lw9ZHyf5NQPMm33Ddoqi+BdYZsAyA5YZsMyAZQYsM2BZaSO0a1haW6Ftw9JCzuRiTydShrYNSwsZynRPAylD24alhRzLk3yLP9jkUybi35ShbcPSVnIjbxIPIa/Skzq0bVjaSvwEt7KQeFD0JQ9yJHVo27A0iAfH0nTlj3IqS6Ftw9Ia0pUXiQfaTK5lLbRtWNqGXMlc4sEjqf9QMbRtWNqW3MuH+Nqf5VwwtG1Y2pb4IL9i79J30RTaNixth1zKneAVV6Ftw9J2zNKrQ6Ftw9LaCO1WsLRDQ5sRlhUKfe83sMyAZQYsM2CZAcsMWP69ovMD52ZhuXhZ0WMAAAAASUVORK5CYII=");
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-size: 30px;
  color: #7d7d7d;
  padding-right: 30px;
  max-width: 100%
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}

[type=checkbox] {
  position: absolute;
  opacity: 0
}

[type=checkbox]:checked~.checkmark {
  background-color: #006797
}

[type=checkbox]:checked~.checkmark::after {
  display: block
}

.checkmark {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, .15);
  padding: 10px;
  display: inline-block;
  position: relative
}

.checkmark::after {
  content: "";
  position: absolute;
  display: none;
  left: 50%;
  top: 50%;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg) translate(-100%, -20%);
  -ms-transform: rotate(45deg) translate(-100%, -20%);
  transform: rotate(45deg) translate(-100%, -20%)
}

label[for] {
  display: block
}

textarea {
  overflow: auto;
  resize: vertical
}

::-webkit-input-placeholder {
  color: #7d7d7d
}

:-moz-placeholder {
  color: #7d7d7d
}

::-moz-placeholder {
  color: #7d7d7d
}

:-ms-input-placeholder {
  color: #7d7d7d
}

:focus::-webkit-input-placeholder {
  -webkit-transition: .5s .5s ease;
  transition: .5s .5s ease;
  opacity: 0
}

.honeypot {
  display: none
}

.fields input,
.fields textarea {
  width: 100%
}

.label-required::before {
  content: "•";
  display: inline-block;
  vertical-align: middle;
  line-height: 0;
  font-size: 1.2em;
  margin-bottom: 5.2px;
  margin-right: 5px;
  color: #ff1a1a
}

[hidden] {
  display: none !important
}

[disabled] {
  pointer-events: none;
  opacity: .3
}

.horizontal,
.horizontal--desktop,
.horizontal--laptop {
  display: flex;
  flex-direction: row;
  justify-content: space-between
}

.vertical,
.horizontal--desktop,
.horizontal--laptop {
  display: flex;
  flex-direction: column
}

.center {
  justify-content: center;
  align-items: center
}

.end {
  justify-content: end;
  align-items: end
}

.flex {
  flex: 1 1 auto
}

@media screen and (min-width: 601px) {
  .horizontal--laptop {
    flex-direction: row
  }

  .horizontal--laptop.spacing>*+* {
    margin-left: var(--spacing)
  }

  .horizontal--laptop .pull-order {
    order: 999
  }
}

@media screen and (min-width: 801px) {
  .horizontal--desktop {
    flex-direction: row
  }

  .horizontal--desktop.spacing>*+* {
    margin-left: var(--spacing)
  }

  .horizontal--desktop .pull-order {
    order: 999
  }
}

.division {
  border-top: 1px solid #f4f4f4;
  padding-top: 30px
}

.grid,
.grid--2-col {
  display: grid;
  grid-gap: var(--spacing)
}

@media screen and (min-width: 601px) {

  .grid,
  .grid--2-col {
    grid-template-columns: repeat(3, 1fr)
  }
}

@media screen and (min-width: 601px) {
  .grid--2-col {
    grid-template-columns: repeat(2, 1fr)
  }
}

.page-content {
  padding-top: 30px;
  padding-bottom: 30px
}

@media screen and (max-width: 800px) {
  .page-content {
    padding-top: 15px;
    padding-bottom: 15px
  }
}

.page-heading {
  display: inline-block;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 2.5rem
}

.wrapper,
.erro,
footer .footer {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto
}

@media screen and (max-width: 1200px) {

  .wrapper,
  .erro,
  footer .footer {
    padding-left: 15px;
    padding-right: 15px
  }
}

.texto-verde {
  color: #00823c
}

.texto-azul {
  color: #006797
}

.texto-amarelo {
  color: #fec901
}

.icon {
  display: inline-block;
  vertical-align: middle
}

.icon+* {
  vertical-align: middle;
  margin-left: .5em
}

.icon>svg {
  line-height: 0;
  display: block;
  vertical-align: text-top;
  color: inherit;
  width: 1em;
  height: 1em
}

.icon>svg circle,
.icon>svg rect,
.icon>svg polygon,
.icon>svg path {
  fill: currentcolor
}

.icon-medium>svg {
  width: 24px;
  height: 24px
}

.icon-large>svg {
  width: 64px;
  height: 64px
}

.img-fit {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.loader:after {
  content: attr(data-loading-text);
  font-weight: 500;
  font-size: .9em
}

.loader:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  border: 3px solid #ccc;
  border-top: 3px solid #00823c;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  animation: spin 1s linear infinite
}

@keyframes spin {
  0% {
    transform: rotate(0deg)
  }

  100% {
    transform: rotate(360deg)
  }
}

.site-header {
  background-color: #f9f9f9;
  padding-block: 23px 13px;
  position: relative
}

.site-header::before {
  content: "";
  width: 100%;
  height: 10px;
  background: repeating-linear-gradient(to right, #FEC901 0% 16.6%, #00823c 16.6% 33.2%, #006797 33.2% 50%);
  position: absolute;
  top: 0
}

.site-header>.wrapper,
.site-header>.erro,
footer .site-header>.footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  grid-gap: 20px
}

@media screen and (max-width: 600px) {

  .site-header>.wrapper,
  .site-header>.erro,
  footer .site-header>.footer {
    flex-direction: column
  }
}

.site-header__start {
  display: flex;
  align-items: center;
  grid-gap: 53px
}

.site-header__logo img {
  width: 125px
}

.site-header__menu {
  position: relative;
  z-index: 999
}

.site-header__menu-list {
  margin: 0
}

.site-header__menu-list__item {
  font-family: "Manrope", sans-serif
}

.site-header__menu-list__item-link {
  color: #111;
  display: block
}

@media(max-width: 600px) {
  .site-header__menu #site-header__menu-trigger {
    background: #fff !important;
  }

  .site-header__menu-list__item-link.selecionado {
    color: #00823c !important;
  }

  .site-header__menu-list__item-link{
    color: #111 !important;
  }
}

.site-header__menu-list__item-link.selecionado {
  color: #00823c;
}

.site-header__menu-list__item-link:hover,
.site-header__menu-list__item-link:focus,
.site-header__menu-list__item-link:active {
  color: #00823c;
  outline: none;
  text-decoration: none
}

.site-header__dados {
  text-align: right;
  margin: 0
}

.site-header__dados li {
  color: #111;
  font-size: 15px;
  font-weight: 300;
  line-height: 29px
}

.site-header__dados .instagram-icone a svg path {
  fill: #000;
}

@media screen and (max-width: 1000px)and (min-width: 601px) {
  .site-header__start {
    padding-left: 50px
  }
}

@media screen and (max-width: 1000px) {
  .site-header__menu {
    position: absolute;
    top: 1.45rem;
    left: 15px
  }

  .site-header__menu-icon {
    padding: .438rem .313rem;
    width: 2.188rem;
    display: grid;
    grid-gap: .25rem;
    border: none
  }

  .site-header__menu-icon>* {
    height: .25rem;
    border-radius: .25rem;
    background-color: currentColor
  }

  .site-header__menu-icon[aria-expanded=true]+.site-header__menu-trigger {
    display: block
  }

  .site-header__menu-trigger {
    display: none;
    margin-top: 10px;
    padding: 15px;
    background-color: #fff;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .3);
    overflow: hidden auto;
    max-height: 90vh
  }

  .site-header__menu-list__item-link {
    color: #383838;
    padding: .5em 1em
  }

  @keyframes menu-item-enter {
    0% {
      opacity: 0;
      transform: translateX(100%)
    }

    100% {
      opacity: 1;
      transform: translateX(0)
    }
  }

  .site-header__dados {
    display: flex;
    grid-gap: 30px;
    align-items: center;
    white-space: nowrap
  }
}

@media screen and (max-width: 1000px)and (max-width: 490px) {
  .site-header__dados {
    grid-gap: 15px
  }

  .site-header__dados li {
    font-size: 13px
  }
}

@media screen and (min-width: 1001px) {
  .site-header__menu-icon {
    display: none
  }

  .site-header__menu-list {
    display: flex;
    align-items: center;
    grid-gap: 30px
  }

  .site-header__menu-list__item-link {
    display: inline-block;
    white-space: nowrap
  }
}

footer {
  position: relative;
  background: #000;
  color: #fff;
  padding: 2.35rem 0 30px
}

@media screen and (max-width: 335px) {
  .site-header__dados {
    flex-direction: column;
  }
}

footer::before {
  content: "";
  width: 100%;
  height: 10px;
  background: repeating-linear-gradient(to right, #FEC901 0% 16.6%, #00823c 16.6% 33.2%, #006797 33.2% 50%);
  position: absolute;
  top: 0
}

footer .footer__grid {
  display: grid;
  grid-template-columns: repeat(4, auto)
}

footer .footer__grid-item {
  display: flex;
  flex-direction: column;
  row-gap: .938rem
}

footer .footer__grid-item.redes-sociais {
  display: flex;
  flex-direction: row;
  column-gap: 20px;
  position: relative;
  top: 17px
}

footer .footer__grid-item.redes-sociais svg {
  fill: #fff;
  width: 25px;
  height: 25px
}

footer .footer__grid-item h3,
footer .footer__grid-item span {
  font-size: 15px;
  margin: 0;
  color: #fff
}

footer .footer__grid .content-info {
  position: relative;
  grid-column: 1/-1;
  justify-items: flex-end;
  height: 36px
}

footer .footer__grid .content-info .informacoes {
  position: absolute;
  right: 0;
  bottom: 0
}

@media screen and (min-width: 1201px) {
  footer .footer__grid .content-info .informacoes {
    bottom: -27px
  }
}

footer .footer__grid .content-info .informacoes ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  column-gap: 40px;
  border-radius: 5px 5px 0 0;
  background: #292929;
  width: max-content;
  padding: .5rem 1.5rem;
  margin: 0;
  font-size: .85em
}

footer .footer__grid .content-info .informacoes ul li {
  position: relative
}

footer .footer__grid .content-info .informacoes ul li:last-child::after {
  content: initial
}

footer .footer__grid .content-info .informacoes ul li::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
  border-radius: 50%;
  background: #fff;
  width: 4px;
  height: 4px
}

footer .footer__grid .content-info .informacoes ul li a {
  color: #fff
}

footer .footer__grid .content-info .informacoes ul li a.selecionado {
  color: #fec901
}

footer .footer__grid .content-info .informacoes ul li a:hover {
  text-decoration: none;
  color: #fec901
}

@media screen and (max-width: 1200px) {
  footer .footer__grid .content-info {
    margin-top: 15px
  }
}

@media screen and (max-width: 840px) {
  footer .footer__grid {
    grid-template-columns: 1fr 1fr
  }
}

@media screen and (max-width: 720px) {
  footer .footer__grid {
    grid-template-columns: 1fr;
    row-gap: 15px
  }
}

@media screen and (max-width: 700px) {
  footer .footer__grid .content-info {
    height: initial
  }

  footer .footer__grid .content-info .informacoes {
    position: initial
  }

  footer .footer__grid .content-info .informacoes ul {
    width: initial
  }
}

@media screen and (max-width: 510px) {
  footer .footer__grid .content-info .informacoes ul {
    flex-direction: column;
    row-gap: 15px
  }

  footer .footer__grid .content-info .informacoes ul li::after {
    content: initial
  }
}

footer [data-action~=scroll-top] {
  position: fixed;
  right: 15px;
  bottom: 15px;
  color: #aad4f1;
  z-index: 999;
  cursor: pointer
}

footer [data-action~=scroll-top]:hover,
footer [data-action~=scroll-top]:focus,
footer [data-action~=scroll-top]:active {
  color: #7ebeea
}

footer [data-action~=scroll-top]>svg {
  width: 32px;
  height: 32px
}

@media print {
  body {
    -webkit-print-color-adjust: exact
  }

  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important
  }

  a[href]::after {
    content: " ("attr(href) ")"
  }

  abbr[title]::after {
    content: " ("attr(title) ")"
  }

  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: ""
  }

  pre {
    white-space: pre-wrap !important
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid
  }

  thead {
    display: table-header-group
  }

  tr,
  img {
    page-break-inside: avoid
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3
  }

  h2,
  h3 {
    page-break-after: avoid
  }

  .no-print {
    display: none !important
  }

  .site-header {
    padding-bottom: 0
  }

  .site-header .wrapper,
  .site-header .erro,
  .site-header footer .footer,
  footer .site-header .footer {
    display: flex
  }

  .breadcrumbs__item {
    padding: 0
  }

  .breadcrumbs__divisor {
    z-index: initial;
    padding-left: .5em;
    padding-right: .5em
  }

  [data-toggle-content=fade] {
    position: static;
    opacity: 1
  }
}

.erro {
  margin-top: 150px
}

.erro-content {
  padding: 30px;
  background-color: #fff8d7;
  border: 1px solid #fff;
  border-radius: 5px
}

.erro-content__title {
  color: #000
}

.erro-content__link {
  color: #006797;
  font-weight: bold
}

li.instagram-icone {
  display: grid;
  grid-template-columns: repeat(2, max-content);
  justify-content: flex-end;
  gap: 20px;
  margin-top: .5rem;
}

li.instagram-icone a {
  display: block;
}

li.instagram-icone a svg {
  width: 25px;
  height: 25px;
}

li.instagram-icone a svg path {
  fill: #fff;
}

li.instagram-icone a.whatsapp {
  width: 22px;
  height: initial;
}

#btn-menu {
  background: transparent !important;
  box-shadow: none !important;
}

#btn-menu span {
  color: #111 !important;
}

@media(max-width: 1200px) {
  .site-header__menu {
    width: calc(100% - 30px);
  }

  .site-header__menu #site-header__menu-trigger {
    background: #333;
  }

  .site-header__menu-list__item-link {
    color: #fff;
  }
}

@media(max-width: 510px) {
  .footer .footer__grid-item.redes-sociais {
    top: 8px;
  }
}

@media(max-width: 600px) {
  footer::before {
    top: 10px;
    z-index: 10;
  }
}