:root {
  --royal-blue: #00458d;
  --ghost-white: #f3f6fb;
  --elements-webflow-library--neutral--800: #141414;
  --elements-webflow-library--neutral--100: white;
  --elements-webflow-library--accent--primary-1: #4a3aff;
  --elements-webflow-library--secondary--color-2: #f2f1ff;
  --elements-webflow-library--neutral--400: #dcddeb;
  --elements-webflow-library--general--shadow-01: #14142b0f;
  --elements-webflow-library--neutral--300: #eff0f6;
  --elements-webflow-library--neutral--200: #f7f7fc;
  --alice-blue: #e8f0fd;
  --elements-webflow-library--neutral--600: #6e7191;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: #141414;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.logo-pb {
  width: 1.125rem;
  margin-left: .625rem;
  margin-right: .3125rem;
}

.div-block-12 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.conteiner-2 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  position: relative;
}

.conteiner-2.white {
  background-color: #fff;
  border-radius: .5rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  box-shadow: 45px 45px 8.75rem -3rem #393b6a1f;
}

.nav-link1-2 {
  color: #010101;
  border-radius: .375rem;
  padding: .5rem .625rem;
  font-size: .875rem;
  font-weight: 700;
  transition: all .4s;
}

.nav-link1-2:hover {
  background-color: #f3f3f7;
}

.section-3 {
  background-color: #fcfcfc;
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}

.section-3.section-painel {
  background-color: #f3f5fb;
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}

.nav-menu1-buttons-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.img-prod-painel {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: .5rem;
  width: 3.75rem;
  height: 3.75rem;
}

.ico-sair {
  width: .9375rem;
  margin-right: .3125rem;
}

.foto-galeria {
  flex-direction: column;
  align-items: center;
  margin-left: .625rem;
  margin-right: .625rem;
  display: flex;
}

.id-painel {
  color: #949494;
  font-size: .6875rem;
  line-height: 1rem;
}

.grid-15 {
  grid-template-rows: auto;
  grid-template-columns: 3.75rem 1fr 12.5rem;
  margin-bottom: .625rem;
}

.form-pesquisa {
  margin-bottom: 0;
}

.nav-dropdown1-link-2 {
  color: #000;
  width: 100%;
  font-size: .8125rem;
}

.nav-dropdown1-link-2:hover {
  background-color: #eaeaf1;
}

.clear80 {
  height: 5rem;
}

.label-sub {
  font-size: .6875rem;
  font-weight: 400;
}

.logo-admin {
  width: 4.375rem;
}

.btm-excluir-painel {
  color: #000;
  background-color: #fff;
  background-image: url('../images/delete.svg');
  background-position: .625rem;
  background-repeat: no-repeat;
  background-size: .8125rem;
  border: .0625rem solid #e6e6e6;
  border-radius: .5rem;
  padding-left: 1.875rem;
  font-size: .6875rem;
  line-height: 1rem;
  transition: all .4s;
}

.btm-excluir-painel:hover {
  background-color: #f3f5fa;
}

.section-4 {
  background-color: #fff;
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}

.btn-opcoes {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.btnoesquisa {
  border-radius: .5rem;
  height: 3rem;
  margin-left: .625rem;
  font-size: .8125rem;
  line-height: .8125rem;
}

.btnoesquisa.cor-1 {
  background-color: #258ffb;
  transition: all .4s;
}

.btnoesquisa.cor-1:hover {
  background-color: #2373c5;
}

.clear20 {
  width: 100%;
  height: 1.25rem;
}

.pb-txt {
  color: #000;
  margin-right: .75rem;
  font-weight: 600;
}

.button-1 {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: .75rem 1.5rem;
  display: flex;
}

.button-1.cor-1 {
  color: #fff;
  border-radius: .5rem;
  font-size: 1.0625rem;
  font-weight: 600;
  line-height: 1.5rem;
  transition: all .4s;
}

.button-1.cor-1:hover {
  background-color: #d5918c;
}

.button-1.cor-1.topo {
  background-color: #7891f9;
}

.button-1.cor-1.topo:hover {
  background-color: #617ef7;
}

.button-1.cor-1.topo.suporte {
  background-color: #258ffb;
  background-image: url('../images/whatsapp.svg');
  background-position: 1.25rem;
  background-repeat: no-repeat;
  background-size: 1.25rem;
  padding-left: 3.125rem;
}

.button-1.cor-1.topo.suporte:hover {
  background-color: #2373c5;
}

.button-1.button-form {
  max-width: 8.125rem;
}

.button-1.button-form.cor-1 {
  background-color: #258ffb;
  max-width: 100%;
}

.button-1.button-form.cor-1:hover {
  background-color: #2373c5;
}

.button-1.button-form.cor-1.btnpainel {
  max-width: 100%;
  margin-right: 0;
}

.button-1.button-form.cor-1.btnpainel._2 {
  background-color: #258ffb;
  flex: 0 auto;
  max-width: 100%;
  margin-right: 0;
}

.button-1.button-form.cor-1.btnpainel {
  background-color: #258ffb;
  max-width: 100%;
  margin-right: 2.5rem;
}

.button-1.button-form.cor-1.btnpainel:hover {
  background-color: #2373c5;
}

.galeria-fotos {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: .625rem;
  display: grid;
}

.form-contato-2 {
  padding-top: 1.25rem;
}

.pb-1 {
  color: #919191;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding: .5rem 1.25rem;
  font-size: .75rem;
  line-height: 1.5rem;
  display: flex;
  position: relative;
}

.nav-right-2 {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.input-contato-2 {
  background-color: #fff;
  border: .0625rem solid #c8cbd8;
  border-radius: .375rem;
  flex: 1;
  height: 3rem;
  margin-bottom: 1.875rem;
  padding: .4375rem 1.5rem .5rem;
}

.input-contato-2:focus {
  background-color: #fff;
  border-width: .125rem;
}

.form-login {
  max-width: 37.5rem;
  margin-left: auto;
  margin-right: auto;
}

.nav-menu-3 {
  align-items: center;
  padding-left: .9375rem;
  padding-right: .9375rem;
  display: flex;
}

.div-block-11 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.grid-16 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 12.5rem;
  margin-bottom: 1.25rem;
}

.divsair {
  border: .0625rem solid #e6e6e6;
  border-radius: .375rem;
  padding: .75rem;
  font-size: .6875rem;
  transition: all .4s;
  display: flex;
}

.divsair:hover {
  background-color: #fcfcfc;
}

.wrapper-2 {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 80rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: flex;
  position: relative;
}

.img-galeria {
  max-width: 9.375rem;
  margin-bottom: .625rem;
}

.nav-bar-2 {
  z-index: 999;
  background-color: #fff;
  justify-content: center;
  height: 5.5rem;
  display: flex;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 0 1.25rem #0000001a;
}

.navigation-2 {
  flex: none;
  justify-content: space-between;
  align-items: center;
  padding-left: .5rem;
  padding-right: .9375rem;
  display: flex;
}

.dropdown1-2.w--open {
  background-color: #fff;
  border-radius: .375rem;
  font-size: .8125rem;
  box-shadow: 0 6px 1.5rem #30364d38;
}

.btn-edit-painel {
  color: #000;
  background-color: #fff;
  background-image: url('../images/edit.svg');
  background-position: .625rem;
  background-repeat: no-repeat;
  background-size: .8125rem;
  border: .0625rem solid #e6e6e6;
  border-radius: .5rem;
  margin-right: .625rem;
  padding-left: 1.875rem;
  font-size: .6875rem;
  line-height: 1rem;
  transition: all .4s;
}

.btn-edit-painel:hover {
  background-color: #f1f3f8;
}

.heading-product-painel {
  margin-top: .3125rem;
  margin-bottom: .3125rem;
  font-family: Montserrat, sans-serif;
  font-size: .875rem;
  font-weight: 600;
}

.heading-product-painel.center {
  text-align: center;
}

.form-pesq {
  display: flex;
}

.heading {
  font-family: Montserrat, sans-serif;
}

.brand-2 {
  background-color: #ec1f24;
  border-bottom-right-radius: .625rem;
  border-bottom-left-radius: .625rem;
  justify-content: center;
  align-items: center;
  height: 8.125rem;
  padding-left: .875rem;
  padding-right: .875rem;
  display: flex;
}

.brand-2._3 {
  background-color: #fff;
  height: auto;
}

.label {
  letter-spacing: .09375rem;
  text-transform: uppercase;
  font-size: .75rem;
  font-weight: 700;
  line-height: 1rem;
}

.logo-link-large {
  margin-right: 3rem;
}

.navigation-link-wrapper {
  align-items: center;
  width: 100%;
}

.navigation-container {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.navigation-menu {
  align-items: center;
  margin-left: auto;
  padding-top: 13px;
  display: flex;
}

.navigation {
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-bottom: 20px;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
}

.navigation._2 {
  padding-bottom: 25px;
}

.navigation-button {
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #00458d;
  border-radius: 3rem;
  justify-content: center;
  align-items: center;
  min-width: 7.5rem;
  min-height: 3rem;
  padding: 1.25rem 2.5rem;
  font-size: .875rem;
  font-weight: 700;
  text-decoration: none;
  transition: all .4s;
  display: flex;
}

.navigation-button:hover {
  background-color: #bb2523;
  transform: scale(1.1);
}

.navigation-button.topo {
  background-color: #00458d;
  border-radius: 8px;
  flex: none;
  min-height: 52px;
  padding: 1rem;
  font-size: 15px;
}

.navigation-button.topo._2 {
  min-width: auto;
  min-height: auto;
  padding: 8px 20px;
  font-size: 15px;
  line-height: 25px;
}

.navigation-button.topo._3 {
  font-size: 16px;
}

.logo {
  width: 15rem;
}

.navigation-link {
  color: #000;
  letter-spacing: -.01em;
  white-space: nowrap;
  background-color: #0000;
  border-radius: 3.125rem;
  padding: .75rem 1.5rem;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.5rem;
  text-decoration: none;
  transition: all .35s;
}

.navigation-link:hover {
  background-color: #f7f7f7;
}

.navigation-link.w--current {
  color: #d8312f;
}

.navigation-wrapper {
  grid-column-gap: .5rem;
  align-items: center;
  display: flex;
}

.navigation-wrapper._2 {
  flex: 1;
  justify-content: center;
  margin-left: 20px;
}

.brand {
  color: #111;
  align-items: center;
  font-size: 15px;
  font-weight: 700;
  display: flex;
}

.logo-2 {
  width: 65px;
  margin-right: 10px;
}

.logo-2._2 {
  width: 58px;
}

.text-block {
  font-size: 13px;
  line-height: 12px;
}

.text-block._2 {
  flex: none;
  font-size: 13px;
  line-height: 13px;
}

.txt-logo {
  font-size: 50px;
  font-weight: 900;
  line-height: 50px;
}

.txt-logo._2 {
  font-size: 50px;
  line-height: 50px;
}

.icon {
  margin-right: 10px;
}

.dropdown-wrapper {
  background-color: #fff;
  border-radius: 8px;
  padding: 30px 3%;
  overflow: hidden;
  box-shadow: 33px 115px 100px #0414341a;
}

.toggle {
  color: #141414;
  align-items: center;
  height: 48px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 0 30px 0 18px;
  font-size: 15px;
  font-weight: 700;
  line-height: 25px;
  text-decoration: none;
  transition: all .4s;
  display: flex;
}

.toggle:hover {
  color: var(--royal-blue);
}

.toggle.w--open {
  color: #145083;
}

.toggle._2 {
  padding-right: 18px;
}

.toggle._2._3 {
  font-size: 16px;
}

.toggle._3 {
  margin-left: 0;
  margin-right: 0;
  font-size: 16px;
}

.dropdown {
  border-radius: 8px;
  height: 48px;
  transition: all .4s;
}

.dropdown:focus {
  color: #145083;
}

.navigation-link-title {
  color: #141414;
  letter-spacing: -.02em;
  margin-bottom: 4px;
  font-size: 15px;
  font-weight: 700;
}

.dropdown-container {
  background-color: #fff;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.dropdown-list {
  min-width: 100%;
}

.dropdown-list.w--open {
  background-color: #0000;
  min-width: auto;
  margin-left: auto;
  margin-right: auto;
}

.navigation-link-block {
  text-align: center;
  background-color: #f3f5fb;
  border-radius: 30px;
  padding: 24px;
  text-decoration: none;
  transition: all .3s;
  position: relative;
  align-content: center;

}

.navigation-link-block:hover {
  background-color: #e9ecf5;
}

.navigation-link-2 {
  color: #145083;
  align-items: center;
  margin-top: 26px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.link-grid-small {
  grid-column-gap: 32px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.traco-nav {
  background-color: var(--royal-blue);
  border-radius: 8px;
  width: 80%;
  height: 4px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
}

.slide {
  background-color: #0000;
  height: auto;
  margin-bottom: 20px;
}

.image-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 570px;
}

.image-cover.slide {
  border-radius: 0;
  height: auto;
}

.image-cover.slide.mobile {
  display: none;
}

.seta {
  opacity: .5;
  background-color: #1b1b1b94;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 14px;
}

.nav-slide {
  opacity: .5;
  font-size: 8px;
}

.form-pesquisa {
  width: 100%;
}

.input-pesquisa {
  background-color: var(--ghost-white);
  color: #182545;
  border: 1px solid #4747471a;
  border-radius: 8px;
  min-height: 52px;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.input-pesquisa:focus {
  border-style: solid;
  border-color: #4747471a;
}

.input-pesquisa::placeholder {
  color: #18244566;
}

.form-pesquisa-2 {
  display: flex;
  position: relative;
}

.pesquisa-button {
  background-color: var(--ghost-white);
  background-image: url('../images/lupa.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  border-top: 1px solid #4747471a;
  border-bottom: 1px solid #4747471a;
  border-right: 1px solid #4747471a;
  border-radius: 8px;
  min-width: 50px;
  height: 52px;
  min-height: 52px;
  padding-top: 0;
  padding-bottom: 0;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.pesquisa-icon {
  color: #bbc1d0;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  position: absolute;
  inset: 15px 12px 0% auto;
}

.grid-topo {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  width: 100%;
  padding-top: 20px;
}

.div-sociais-topo {
  justify-content: center;
  align-items: center;
  display: flex;
}

.ico-social-topo {
  color: var(--royal-blue);
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  margin-left: 10px;
  display: flex;
}

.icon-2,
.icon-3,
.icon-4 {
  color: #160042;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.link-block-social {
  color: var(--royal-blue);
  text-decoration: none;
  transition: all .4s;
}

.link-block-social:hover {
  transform: scale(1.1);
}

.section {
  padding: 60px 3%;
}

.section.noticias {
  padding-bottom: 60px;
}

.section.margimbottom0 {
  padding-top: 60px;
  padding-bottom: 0;
}

.container {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.div-botoes {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.grid-botoes {
  grid-template-rows: auto;
}

.div-botoes-item {
  background-color: var(--ghost-white);
  color: var(--royal-blue);
  border-radius: 8px;
  margin-bottom: 20px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 20px 40px;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  text-decoration: none;
  transition: all .4s;
}

.div-botoes-item:hover {
  transform: scale(1.1);
}

.section-buttons {
  background-color: #03498a;
  padding: 60px 3%;
}

.section-buttons._2 {
  background-color: var(--ghost-white);
}

.dropdown-wrap {
  z-index: 999;
  background-color: #fff;
  height: auto;
  padding: 8px;
}

.dropdown-toggle {
  color: #fff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 26px;
  font-weight: 700;
  transition: border-color .3s;
  display: flex;
}

.dropdown-toggle:hover {
  outline-offset: 1px;
  border-color: #642eff;
  outline: 2px solid #642eff1a;
}

.dropdown-toggle.w--open {
  outline-offset: 0px;
  border-color: #642eff;
  outline: 2px solid #642eff1a;
}

.dropdown-toggle._2 {
  color: var(--royal-blue);
  font-weight: 900;
}

.dropdown-list-2.w--open {
  background-color: #fff;
  border-radius: 8px;
  margin-top: 12px;
  overflow: hidden;
  box-shadow: 34px 34px 88px #b1bac829;
}

.icon-dropdown {
  color: #fff;
  margin-right: 16px;
  font-size: 14px;
}

.ico-barra2 {
  width: 30px;
  height: 30px;
  margin-right: 20px;
}

.dropdown-link {
  color: #111;
  letter-spacing: -.01em;
  border-radius: 4px;
  align-items: center;
  padding: 12px;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.dropdown-link:hover,
.dropdown-link:focus {
  background-color: #f3f5fb;
}

.dropdown-link.w--current {
  color: #2d0896;
}

.paragraph-small {
  letter-spacing: -.01em;
  font-size: 22px;
  line-height: 30px;
}

.grid-17 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.dropdown-2 {
  background-color: #00000040;
  border-radius: 8px;
  width: 100%;
  height: 100px;
}

.dropdown-2._2 {
  box-shadow: none;
  background-color: #fff;
}

.container-large {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.text-span-4 {
  font-size: 17px;
}

.blog-content {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.clear80-2 {
  height: 80px;
}

.blog-thumbnail {
  border-radius: 8px;
  height: 250px;
  margin-bottom: 24px;
  overflow: hidden;
}

.button-standard {
  border: 2px solid var(--royal-blue);
  background-color: var(--royal-blue);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 14px 40px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  transition: all .3s;
  display: flex;
}

.button-standard:hover {
  border-color: var(--royal-blue);
  color: var(--royal-blue);
  background-color: #fff;
}

.container-2 {
  z-index: 5;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.blog-wrapper {
  text-decoration: none;
}

.grid-blog {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.blog-paragraph {
  color: #67718e;
  letter-spacing: -.02em;
  max-width: 600px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 32px;
}

.sec-corpo {
  align-items: center;
  padding: 60px 5%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.sec-corpo.sub {
  padding-top: 100px;
  padding-bottom: 100px;
}

.lista.agenda {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.h1-header {
  color: var(--royal-blue);
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 900;
  line-height: 50px;
}

.title-button-wrapper {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.info-agenda {
  margin-top: 10px;
  font-size: 14px;
}

.grid-title {
  grid-column-gap: 42px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  margin-bottom: 40px;
}

.grid-agenda {
  grid-template-rows: auto;
  grid-template-columns: 100px 1fr;
  font-size: 15px;
  line-height: 24px;
}

.image-cover-4 {
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  height: 100%;
}

.blog-heading-3 {
  letter-spacing: -.02em;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  text-decoration: none;
}

.txt-info2 {
  color: #111;
  padding: 15px 20px;
  font-size: 15px;
  line-height: 22px;
}

.txt-info2._2 {
  background-color: var(--ghost-white);
  border-radius: 12px;
}

.txt-info2._2._3 {
  text-align: center;
  font-size: 30px;
}

.txt-info2._2._4 {
  border-radius: 0;
}

.bold-text {
  color: var(--royal-blue);
  text-decoration: none;
}

.selo-rodape {
  width: 70px;
  margin-left: 20px;
}

.container-large-2 {
  z-index: 5;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.footer-social-row-large {
  flex-direction: column;
  align-items: flex-start;
  margin-left: 60px;
  display: flex;
}

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

.footer-line-standard-small {
  background-color: #e4e6f1;
  width: 100%;
  height: 1px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.footer-logo-link {
  color: #111;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.footer-brand {
  align-items: center;
  display: flex;
}

.section-footer {
  background-color: var(--ghost-white);
  padding: 32px 3%;
  position: relative;
}

.footer-social-link {
  color: #160042;
  background-color: #f3f5fb;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-left: auto;
  margin-right: auto;
  transition: color .3s;
  display: flex;
}

.footer-social-link:hover {
  color: #145083;
}

.footer-menu {
  align-items: center;
  margin-top: 12px;
  margin-bottom: 12px;
  display: flex;
}

.footer-social-grid {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.ico-rodape {
  color: #145083;
  width: 25px;
  height: 25px;
  margin-right: 3px;
}

.footer-link {
  color: #141414;
  text-align: left;
  letter-spacing: -.01em;
  align-self: center;
  align-items: center;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.footer-link._2 {
  font-size: 14px;
  font-weight: 400;
}

.icon-5 {
  color: #1e66e7;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  display: flex;
}

.txt-logo-2 {
  font-size: 20px;
}

.txt-logo-2._2 {
  font-size: 50px;
  font-weight: 900;
  line-height: 50px;
}

.footer-content-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-content-wrapper._2 {
  justify-content: space-between;
}

.footer-line-small {
  background-color: #e4e6f1;
  width: 1px;
  height: 16px;
  margin-left: 24px;
  margin-right: 24px;
}

.section-copy {
  opacity: .75;
  border-top: 1px solid #e6e6e6;
  padding-top: 20px;
  padding-bottom: 20px;
  transition: all .4s;
}

.section-copy:hover {
  opacity: 1;
}

.pb-1-2 {
  color: #9b9b9b;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
  font-size: 12px;
  line-height: 24px;
  display: flex;
  position: relative;
}

.brand-pb {
  color: #707683;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.txt-logo-3 {
  color: #191a1f;
  font-size: 11px;
  line-height: 16px;
}

.text-span-2 {
  font-size: 12px;
  font-weight: 600;
}

.logo-3 {
  width: 20px;
  height: 20px;
  margin-left: 10px;
  margin-right: 5px;
}

.sec-menu2 {
  padding-top: 20px;
  padding-bottom: 30px;
}

.container-large-3 {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.div-sec-menu2 {
  background-color: #f3f5fb;
  border-radius: 8px;
  flex-flow: wrap;
  justify-content: space-around;
  align-items: center;
  padding: 10px 20px;
  display: flex;
}

.buttons {
  color: #333;
  border-radius: 12px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  transition: all .4s;
}

.buttons:hover {
  background-color: #e6e9f1;
}

.buttons._2 {
  background-color: var(--ghost-white);
  text-align: center;
  font-size: 15px;
  line-height: 20px;
}

.buttons._2._3 {
  background-color: var(--ghost-white);
  justify-content: center;
  align-items: center;
  min-height: 160px;
  padding-top: 80px;
  padding-bottom: 20px;
  font-size: 18px;
  line-height: 28px;
  display: flex;
}

.buttons._2._3:hover {
  transform: scale(1.1);
}

.menu2 {
  color: #3a3a3acc;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 700;
  text-decoration: none;
  transition: all .4s;
}

.header-slide-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-bottom: 60px;
  display: flex;
}

.header-slide-image {
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  height: auto;
  max-height: 479.33px;
  margin-left: auto;
  margin-right: auto;
}

.header-slide-arrow-r {
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  transition: all .3s;
  display: flex;
  right: -24px;
}

.header-slide-arrow-r:hover {
  border-color: #a1a1a5;
}

.header-slide-arrow-r._2 {
  color: #fff;
  background-color: #fff0;
  right: 20px;
}

.header-section-small {
  z-index: 900;
  padding: 0 5% 20px;
}

.container-large-4 {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.slide-nav {
  opacity: .25;
  font-size: 9px;
}

.header-slide-arrow-l {
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  transition: all .3s;
  display: flex;
  left: -24px;
}

.header-slide-arrow-l:hover {
  border-color: #a1a1a5;
}

.header-slide-arrow-l._2 {
  background-color: #fff0;
  left: 20px;
}

.header-slide-product {
  border-radius: 12px;
  height: auto;
  overflow: hidden;
}

.mask {
  height: auto;
}

.header-slider-product {
  background-color: #fff;
  border-radius: 24px;
  height: auto;
  padding-top: 0;
  position: static;
}

.icon-arrow-slide {
  font-size: 16px;
}

.slider {
  background-color: #fff;
  height: auto;
}

.image-slide-desktop {
  object-fit: cover;
  border-radius: 12px;
  width: 100%;
  height: auto;
}

.image-slide-desktop._2 {
  height: 100%;
}

.slide-nav-2 {
  opacity: .25;
  font-size: 9px;
}

.grid-18 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 320px 1fr;
}

.tit-section {
  color: var(--royal-blue);
  font-size: 36px;
  font-weight: 900;
  line-height: 46px;
}

.grid-19 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-top: 40px;
}

.section-pesquisa {
  padding: 25px 3%;
}

.grid-20 {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.image-noticia {
  object-fit: cover;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  width: 100%;
  height: 230px;
}

.div-info-noticia {
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  min-height: 173px;
  padding: 40px;
  text-decoration: none;
  box-shadow: 20px 20px 48px #0000000d;
}

.link-block {
  color: #141414;
  text-decoration: none;
}

.link-block:hover {
  color: var(--royal-blue);
}

.text-block-3 {
  color: #3a3a3acc;
  padding-top: 20px;
  line-height: 25px;
}

.div-block-13 {
  position: sticky;
  top: 0;
}

.container-3 {
  justify-content: space-around;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  display: flex;
}

.navbar {
  background-color: #fff;
}

.nav-menu-4 {
  justify-content: flex-end;
  width: auto;
  margin-left: auto;
  display: flex;
  position: relative;
}

.navigation-grid {
  grid-column-gap: 32px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 3fr 1fr;
  width: 100%;
}

.dropdown-3 {
  position: static;
}

.dropdown-3:focus {
  color: #145083;
}

.link-grid-large {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.dropdown-list-3 {
  min-width: 100%;
}

.dropdown-list-3.w--open {
  background-color: #0000;
  min-width: auto;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  bottom: auto;
  left: 0;
  right: 0;
}

.toggle-2 {
  color: #141414;
  padding-left: 18px;
  padding-right: 30px;
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
  transition: all .4s;
}

.toggle-2:hover,
.toggle-2.w--open {
  color: #145083;
}

.menu-wrap {
  color: #283338;
  justify-content: space-around;
  align-items: center;
  width: auto;
  max-width: 1280px;
  padding-top: 11px;
  font-size: 15px;
  display: flex;
}

.icon-6 {
  margin-right: 10px;
}

.nav-seta {
  margin-left: 10px;
  margin-right: 10px;
}

.nav-esta._2 {
  color: var(--royal-blue);
  font-weight: 600;
}

.container-4 {
  z-index: 5;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.slide-noticia {
  background-color: #fff;
  height: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}

.paragraph {
  margin-left: auto;
  margin-right: auto;
  font-size: 17px;
  line-height: 30px;
}

.div-navs {
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.h1-header-2 {
  color: var(--royal-blue);
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 700;
  line-height: 60px;
}

.img-slide-noticia {
  border-radius: 12px;
  max-height: 500px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.text-block-4 {
  font-size: 12px;
  line-height: 13px;
}

.link {
  color: #141414;
  font-size: 16px;
  line-height: 26px;
  text-decoration: none;
}

.link._2 {
  color: var(--royal-blue);
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}

.tit-info {
  color: #111;
  border-right: 1px solid #dbdbdb;
  padding: 15px 20px;
  font-size: 15px;
  font-weight: 600;
  line-height: 22px;
}

.container-5 {
  z-index: 5;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.grid-21 {
  grid-column-gap: 0px;
  border-bottom: 1px solid #dbdbdb;
  grid-template-rows: auto;
  grid-template-columns: 180px 1fr;
}

.div-info-licitacao {
  border: 1px solid #dbdbdb;
  border-radius: 12px;
}

.grid-licitacao {
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  align-items: center;
}

.num-licitacao {
  background-color: #fff;
  border: 2px solid #f3f5fb;
  border-radius: 12px;
  padding: 10px;
  font-size: 16px;
  line-height: 26px;
}

.h4-header {
  color: var(--royal-blue);
  font-weight: 900;
}

.grid-licitacao-2 {
  grid-column-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 150px 1fr 150px;
}

.lista-item {
  border-radius: 12px;
  padding: 20px;
  text-decoration: none;
  transition: all .4s;
}

.lista-item:hover {
  background-color: #e6e9f1;
}

.lista-item._2 {
  background-color: var(--ghost-white);
}

.lista-item._2:hover {
  background-color: #e6e9f1;
}

.h-header {
  color: var(--royal-blue);
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 900;
  line-height: 60px;
}

.grid-22 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-columns: 1fr 1fr 1fr;
}

.container-6 {
  z-index: 5;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.grid-23 {
  grid-template-rows: auto;
  margin-bottom: 60px;
}

.clear20-2 {
  height: 20px;
}

.h1-header-3 {
  color: #145083;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 50px;
  font-weight: 700;
  line-height: 60px;
}

.div-administradores {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.img-administradores {
  border-radius: 12px;
  width: auto;
  max-width: 250px;
}

.img-administradores._2 {
  max-width: 150px;
}

.h4-2 {
  font-weight: 400;
}

.navigation-link-block-2 {
  background-color: #f3f5fb;
  border-radius: 30px;
  padding: 24px;
  text-decoration: none;
  transition: all .3s;
  position: relative;
}

.navigation-link-block-2:hover {
  background-color: #e9ecf5;
}

.navigation-link-title-2 {
  color: #181945;
  letter-spacing: -.02em;
  margin-bottom: 4px;
  font-size: 16px;
  font-weight: 700;
}

.form-contato {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.field-label {
  font-size: 16px;
  line-height: 26px;
}

.search-input {
  color: #182645;
  background-color: #f3f5fb;
  border: 1px solid #4747471a;
  border-radius: 10px;
  min-height: 48px;
  margin-bottom: 0;
}

.search-input:focus {
  color: #111;
  border-color: #4747474d;
}

.search-input::placeholder {
  color: #18244566;
  letter-spacing: -.03em;
  font-weight: 500;
}

.search-input._2 {
  margin-bottom: 20px;
}

.button {
  background-color: var(--royal-blue);
  color: #fff;
  border-radius: 8px;
  padding: 16px 24px;
  font-size: 16px;
  transition: all .3s;
}

.button:hover {
  text-decoration: underline;
}

.image-slide-mobile {
  display: none;
}

.div-acessibilidade {
  z-index: 999;
  color: #fff;
  background-color: #1e66e8;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  padding: 7px;
  font-size: 14px;
  display: flex;
  position: fixed;
  inset: auto auto 5px 5px;
}

.txt-acessibilidade {
  margin-right: 10px;
}

.ico-acessibilidade {
  border-radius: 100px;
  width: 25px;
  height: 25px;
  margin-left: 3px;
  margin-right: 3px;
  padding: 2px;
  transition: all .4s;
}

.ico-acessibilidade:hover {
  background-color: #145083;
}

.c-howto-header {
  padding-right: 40px;
}

._w-help-btn {
  box-shadow: none;
  background-color: #0000;
  border: 1px #ffffff80;
  border-radius: 5000px;
  padding-left: 5px;
  padding-right: 5px;
}

._w-help-btn.support {
  box-shadow: none;
  background-color: #0000;
  border-style: none;
}

._w-help-btn.menu-toggle {
  position: relative;
  overflow: hidden;
}

.howto-header {
  color: #219fa3;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5em;
  line-height: 1.4em;
}

.howto-list-item-text {
  line-height: 1.2em;
}

.b-faq {
  height: 100%;
  padding: 10px;
  overflow: auto;
}

.c-faq {
  z-index: 99999;
  align-items: flex-start;
  width: 400px;
  padding: 10px;
  display: block;
  position: fixed;
  inset: 0% 0% 0% auto;
}

.c-help-text {
  perspective-origin: 0%;
  transform-origin: 0%;
  overflow: hidden;
}

.c-faq-btn {
  text-align: right;
  padding: 10px;
  position: relative;
}

.c-faq-btn.faq {
  margin-top: 10px;
  padding-top: 0;
  padding-bottom: 0;
}

.c-howto-list {
  padding-left: 20px;
  list-style-type: square;
}

.c-help-link {
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
}

.b-help-btn {
  background-image: linear-gradient(to bottom, var(--royal-blue), var(--royal-blue));
  color: #fff;
  border-radius: 5000px;
  align-items: center;
  padding: 7px;
  display: flex;
}

.b-help-btn.close-menu {
  background-color: var(--royal-blue);
  background-image: linear-gradient(to bottom, var(--royal-blue), var(--royal-blue));
  padding: 15px;
  position: relative;
}

.b-help-btn.open-menu {
  opacity: 0;
  padding: 15px;
  display: none;
  position: absolute;
}

.c-howto-divider {
  border-bottom: 1px dashed #eee;
  width: 100%;
  height: 0;
  margin-top: 10px;
  margin-bottom: 20px;
}

.assessibilidade {
  z-index: 99999;
  position: fixed;
  inset: auto 0% 0% auto;
  overflow: hidden;
}

.c-help-btn {
  text-align: right;
  padding-left: 10px;
  padding-right: 10px;
}

.c-help-open-nav {
  display: block;
  position: relative;
  overflow: hidden;
}

.c-howto-close {
  cursor: pointer;
  position: absolute;
  inset: 10px 10px auto auto;
}

.c-howto-list-item {
  margin-bottom: 30px;
}

.howto-list-item-img {
  border-radius: 5px;
  overflow: hidden;
}

._w-howto-close {
  background-color: #333;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  padding: 8px;
  display: flex;
}

.help-icon {
  z-index: 500;
  height: 15px;
}

.help-text {
  color: #fff;
  white-space: nowrap;
  padding-right: 3px;
  font-weight: 500;
}

._w-faq {
  background-color: #fff;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  padding: 10px;
  position: relative;
  box-shadow: 0 0 10px #13131333;
}

.btnrapido {
  background-color: var(--royal-blue);
  color: #fff;
  border-radius: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  padding: 20px 40px;
  font-size: 15px;
  font-weight: 700;
  line-height: 25px;
  text-decoration: none;
  display: flex;
}

.btnrapido:hover {
  background-color: #064c8d;
}

.link-block-2 {
  color: #141414;
  text-decoration: none;
}

.slide-nav-3 {
  opacity: .3;
  font-size: 9px;
}

.icon-7 {
  color: var(--royal-blue);
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 20px 0% auto;
}

.div-block-14 {
  position: relative;
}

.grid-24 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.grid-25 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: var(--royal-blue);
  border-radius: 12px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px;
  display: inline-flex;
}

.link-block-3 {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.link-block-3:hover {
  border-color: #04315c;
}

.brix---color-accent-1 {
  color: #67718e;
}

.brix---color-neutral-800 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---color-neutral-600 {
  color: #67718e;
}

.brix---mg-bottom-8px {
  margin-bottom: 8px;
}

.brix---mg-bottom-16px {
  margin-bottom: 16px;
}

.brix---mg-bottom-32px {
  width: 100%;
  margin-bottom: 32px;
}

.brix---text-200 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 20px;
}

.brix---mg-bottom-0 {
  margin-bottom: 0;
}

.brix---container-default {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section {
  color: var(--elements-webflow-library--neutral--100);
  padding-top: 176px;
  padding-bottom: 176px;
}

.brix---heading-h1-size {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 66px;
}

.brix---heading-h2-size {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 700;
  line-height: 38px;
}

.brix---heading-h2-size:hover {
  color: var(--royal-blue);
}

.brix---heading-h3-size {
  margin-top: 0;
  margin-bottom: 12px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.brix---heading-h4-size {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
}

.brix---heading-h4-size:hover {
  color: var(--royal-blue);
}

.brix---subtitle {
  color: var(--elements-webflow-library--accent--primary-1);
  letter-spacing: .15em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---height-100 {
  height: 100%;
}

.brix---blog-card-image {
  object-fit: cover;
  width: 250px;
  height: 170px;
}

.brix---blog-card-image.principal {
  width: 100%;
  height: 400px;
  max-height: 400px;
}

.brix---blog-card-image-wrapper {
  border-radius: 12px;
  width: 100%;
  overflow: hidden;
  transform: translate(0);
}

.brix---categories-badges-item-wrapper {
  flex-direction: row;
  display: flex;
}

.brix---categories-badges-wrapper {
  justify-content: flex-end;
  display: flex;
}

.brix---blog-card-wrapper {
  width: 100%;
  text-decoration: none;
}

.brix---blog-card-content-inside {
  padding: 32px 32px 40px;
}

.brix---mg-left-24px---mg-top-16px-mbp {
  margin-left: 24px;
}

.brix---paragraph-default {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 30px;
}

.brix---grid-1-column-gap-row-24px {
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---badge-primary-small-light {
  background-color: var(--elements-webflow-library--secondary--color-2);
  color: var(--elements-webflow-library--accent--primary-1);
  border-radius: 40px;
  padding: 14px 22px;
  font-size: 16px;
  line-height: 18px;
  display: inline-block;
}

.brix---grid-title-and-categories {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: .6fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-bottom: 64px;
  display: grid;
}

.brix---badge-secondary-category-badges {
  border: 1px solid var(--elements-webflow-library--neutral--400);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-01);
  color: var(--elements-webflow-library--neutral--800);
  text-align: center;
  border-radius: 40px;
  margin-left: 24px;
  padding: 18px 28px;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: border-color .3s, background-color .3s, color .3s;
  display: inline-block;
}

.brix---badge-secondary-category-badges:hover {
  border-color: var(--elements-webflow-library--accent--primary-1);
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
}

.brix---badge-secondary-category-badges.w--current {
  border-color: var(--elements-webflow-library--accent--primary-1);
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  cursor: default;
}

.brix---blog-card-wrapper-shadow {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  border-radius: 24px;
  height: 100%;
  text-decoration: none;
  overflow: hidden;
  box-shadow: 0 2px 12px #14142b0d;
}

.brix---grid-title-and-paragraph {
  grid-column-gap: 140px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1.1fr .8fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-bottom: 56px;
  display: grid;
}

.brix---grid-blog-featured-v3 {
  grid-column-gap: 32px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.brix---divider-24px {
  background-color: var(--elements-webflow-library--neutral--400);
  height: 1px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.brix---flex-horizontal-space-between {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.brix---blog-card-wrapper-featured-sidebar {
  align-items: center;
  text-decoration: none;
  display: flex;
}

.brix---blog-card-wrapper-width-218px {
  border-radius: 12px;
  flex: none;
  width: 200px;
  overflow: hidden;
  transform: translate(0);
}

.brix---text-100-medium {
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
}

.brix---section-bg-neutral-200 {
  background-color: var(--elements-webflow-library--neutral--200);
  padding-top: 176px;
  padding-bottom: 176px;
}

.brix---grid-2-columns---gap-48px {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.brix---blog-card-image-wrapper-inside-card {
  object-fit: fill;
  border-radius: 24px 24px 0 0;
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

.brix---divider-32px {
  background-color: var(--elements-webflow-library--neutral--400);
  height: 1px;
  margin-top: 32px;
  margin-bottom: 32px;
}

.tabs-menu {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var(--royal-blue);
  text-align: center;
  border-radius: 12px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.tab2-transparencia {
  border: 1px solid var(--elements-webflow-library--neutral--100);
  color: #fff;
  background-color: #ddd0;
  border-radius: 12px;
  padding: 10px 20px;
  font-weight: 700;
  transition: all .4s;
}

.tab2-transparencia:hover {
  background-color: #ffffff1a;
  transform: scale(1.1);
}

.tab2-transparencia.w--current {
  background-color: #014686;
}

.tabs-content {
  border-radius: 12px;
}

.div-block-15 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var(--royal-blue);
  border-radius: 12px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px 40px;
  display: flex;
}

.brn-transparencia {
  border: 1px solid var(--elements-webflow-library--neutral--100);
  color: #fff;
  border-radius: 12px;
  padding: 10px 20px;
  font-size: 13px;
  text-decoration: none;
}

.tab-pane-tab-1 {
  margin-top: 10px;
}

.flex-block-logo {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  display: flex;
}

.text-logo.h1 {
  color: var(--royal-blue);
  font-size: 34px;
  font-weight: 900;
}

.text-logo.h3 {
  color: #00a54f;
  font-size: 14px;
}

.text-span-5 {
  color: #ee191e;
}

@media screen and (max-width: 991px) {
  .nav-link1-2 {
    width: 100%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .nav-menu1-buttons-2 {
    grid-template-columns: auto auto;
  }

  .menu-button-4 {
    color: #000;
    order: 1;
  }

  .menu-button-4.w--open {
    color: #000;
    background-color: #eaeaf1;
    margin-left: .625rem;
  }

  .menu-button-4.menu-painel {
    order: 0;
  }

  .logo-admin {
    width: 3.75rem;
  }

  .nav-dropdown1-2 {
    width: 100%;
  }

  .button-1 {
    border-radius: .5rem;
    height: 3rem;
    font-weight: 600;
  }

  .galeria-fotos {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .nav-right-2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .nav-right-2.nav-right-painel {
    order: 1;
    padding-right: 1.25rem;
  }

  .nav-menu-3 {
    flex-direction: column;
    width: 100%;
    height: auto;
    position: relative;
  }

  .wrapper-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-bar-2 {
    height: 4rem;
    padding-left: 0;
    padding-right: 0;
  }

  .navigation-2 {
    z-index: 101;
    background-color: #fff;
    width: 100%;
    height: auto;
    inset: 4rem 0% auto;
  }

  .form-pesq {
    flex-direction: column;
  }

  .brand-2 {
    height: 4rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .logo-link-large {
    margin-right: 0;
  }

  .menu-button {
    color: #141414;
    border: .0625rem solid #f3f5fb;
    border-radius: .5rem;
    padding: .75rem;
  }

  .menu-button.w--open {
    background-color: var(--royal-blue);
    border-color: #fff;
    border-radius: 8px;
  }

  .navigation-menu {
    color: #393b6a;
    background-color: #fff;
    border-radius: .5rem;
    padding: .75rem;
    position: absolute;
  }

  .navigation-menu.w--open {
    background-color: #282556;
    border-color: #fff;
  }

  .navigation {
    position: relative;
  }

  .navigation-link {
    width: 100%;
  }

  .navigation-wrapper {
    align-items: center;
    width: auto;
    display: flex;
  }

  .brand {
    justify-content: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }

  .logo-2 {
    width: 80px;
  }

  .dropdown-wrapper {
    box-shadow: none;
    border-radius: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .toggle {
    width: 100%;
  }

  .toggle.w--open {
    background-color: #f3f5fb;
    border-radius: 12px;
    width: 100%;
  }

  .dropdown {
    text-align: center;
    width: 100%;
  }

  .navigation-link-title {
    text-align: left;
  }

  .dropdown-container {
    padding: 0;
  }

  .dropdown-list.w--open {
    padding-top: 0;
    position: static;
  }

  .navigation-link-block {
    padding: 16px;
  }

  .link-grid-small {
    grid-template-columns: 1fr 1fr;
  }

  .div-sociais-topo.rodape {
    margin-left: 0;
  }

  .grid-17 {
    grid-template-columns: 1fr;
  }

  .grid-blog {
    grid-template-columns: 1fr 1fr;
  }

  .sec-corpo {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .sec-corpo.sub {
    padding-top: 60px;
  }

  .lista.agenda {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .title-button-wrapper {
    justify-content: flex-start;
  }

  .grid-title {
    grid-template-columns: 1fr;
  }

  .footer-social-row-large {
    margin-left: 0;
  }

  .footer-links {
    flex-direction: column;
  }

  .footer-social-grid {
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .footer-content-wrapper {
    flex-direction: column;
  }

  .brand-pb {
    flex: 1;
    justify-content: center;
  }

  .buttons {
    text-align: center;
    width: 100%;
  }

  .grid-18 {
    grid-template-columns: 1fr;
  }

  .grid-19 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .grid-20 {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .image-noticia {
    height: 330px;
  }

  .div-block-13 {
    position: static;
  }

  .navigation-grid {
    grid-template-columns: 1fr;
  }

  .dropdown-3 {
    text-align: center;
    width: 100%;
  }

  .link-grid-large {
    grid-column-gap: 12px;
  }

  .dropdown-list-3.w--open {
    padding-top: 0;
    position: static;
  }

  .toggle-2 {
    width: 100%;
  }

  .toggle-2.w--open {
    background-color: #f3f5fb;
    border-radius: 12px;
    width: 100%;
  }

  .menu-wrap {
    background-color: #fff;
    height: auto;
    padding-bottom: 20px;
    position: absolute;
  }

  .icon-6 {
    margin-right: 30px;
  }

  .navigation-link-block-2 {
    padding: 16px;
  }

  .navigation-link-title-2 {
    text-align: left;
  }

  .brix---mg-bottom-32px {
    margin-bottom: 24px;
  }

  .brix---section {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---heading-h1-size {
    font-size: 48px;
    line-height: 60px;
  }

  .brix---heading-h2-size {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---heading-h3-size,
  .brix---heading-h4-size {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---blog-card-image {
    width: 240px;
  }

  .brix---categories-badges-wrapper {
    justify-content: flex-start;
  }

  .brix---grid-title-and-categories {
    grid-template-columns: 1fr;
  }

  .brix---badge-secondary-category-badges {
    margin-left: 0;
    margin-right: 24px;
  }

  .brix---grid-title-and-paragraph {
    grid-column-gap: 50px;
    grid-template-columns: .8fr .8fr;
  }

  .brix---grid-blog-featured-v3 {
    grid-template-columns: 1fr;
  }

  .brix---divider-24px {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .brix---section-bg-neutral-200 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---grid-2-columns---gap-48px {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }
}

@media screen and (max-width: 767px) {
  .conteiner-2 {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .conteiner-2.white {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .section-3.section-painel,
  .section-4 {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .logo {
    width: 11rem;
  }

  .image-cover.slide {
    display: none;
  }

  .image-cover.slide.mobile {
    display: block;
  }

  .grid-17 {
    grid-template-columns: 1fr;
  }

  .header-section-small {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .image-slide-desktop {
    display: none;
  }

  .link-grid-large {
    grid-template-columns: 1fr 1fr;
  }

  .grid-licitacao-2 {
    grid-template-columns: 1fr;
  }

  .grid-22 {
    grid-template-columns: 1fr 1fr;
  }

  .image-slide-mobile {
    width: 100%;
    height: auto;
    display: block;
  }

  .c-faq {
    width: 100%;
  }

  .grid-24 {
    grid-template-columns: 1fr;
  }

  .brix---mg-bottom-16px {
    margin-bottom: 8px;
  }

  .brix---text-200 {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---heading-h1-size {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---heading-h2-size {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---heading-h4-size {
    font-size: 20px;
    line-height: 26px;
  }

  .brix---subtitle {
    font-size: 17px;
    line-height: 19px;
  }

  .brix---categories-badges-item-wrapper,
  .brix---categories-badges-wrapper {
    flex-wrap: wrap;
  }

  .brix---badge-primary-small-light {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .brix---grid-title-and-categories {
    grid-template-columns: 1fr;
  }

  .brix---badge-secondary-category-badges {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 12px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .brix---grid-title-and-paragraph {
    grid-row-gap: 12px;
    grid-template-columns: 1.1fr;
  }

  .brix---grid-blog-featured-v3 {
    grid-template-columns: 1fr;
  }

  .brix---divider-24px {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .brix---text-100-medium {
    font-size: 14px;
  }

  .brix---section-bg-neutral-200 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---grid-2-columns---gap-48px {
    grid-template-columns: 1fr;
  }

  .brix---divider-32px {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .tabs-menu,
  .div-block-15 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
}

@media screen and (max-width: 479px) {
  .logo-pb {
    margin-left: 0;
    margin-right: 0;
  }

  .section-3.section-painel {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .nav-menu1-buttons-2 {
    grid-template-columns: auto auto;
  }

  .img-prod-painel {
    width: 5rem;
    height: 5rem;
  }

  .grid-15 {
    grid-template-columns: 5rem 1fr;
  }

  .pb-txt {
    margin-right: 0;
  }

  .button-1.cor-1.topo {
    display: none;
  }

  .button-1.cor-1.topo.suporte {
    background-position: .625rem;
    width: 6.5625rem;
    height: 2.5rem;
    padding-left: 2.5rem;
    font-size: .8125rem;
    line-height: .8125rem;
    display: block;
    position: static;
    inset: auto .3125rem .3125rem auto;
  }

  .galeria-fotos {
    grid-template-columns: 1fr;
  }

  .pb-1 {
    flex-direction: column;
  }

  .nav-right-2 {
    flex-direction: row;
  }

  .input-contato-2 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .grid-16 {
    grid-template-columns: 1fr;
  }

  .brand-2 {
    justify-content: flex-start;
  }

  .menu-button {
    text-align: center;
    width: 100%;
  }

  .navigation {
    padding-bottom: 5px;
  }

  .navigation-button.topo {
    min-width: auto;
    margin-bottom: 10px;
    padding-left: .7rem;
    padding-right: .7rem;
    font-size: 12px;
    display: block;
  }

  .logo {
    width: 8.1rem;
  }

  .navigation-wrapper {
    flex-flow: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }

  .navigation-link-2 {
    margin-top: 12px;
  }

  .link-grid-small {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .traco-nav {
    margin-bottom: 10px;
  }

  .image-cover {
    max-height: 300px;
  }

  .grid-topo {
    grid-template-columns: 1fr;
    padding-top: 10px;
  }

  .grid-17 {
    grid-template-columns: 1fr;
  }

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

  .grid-blog {
    grid-template-columns: 1fr;
  }

  .sec-corpo {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .sec-corpo.sub {
    padding-top: 40px;
  }

  .h1-header {
    font-size: 30px;
    line-height: 40px;
  }

  .txt-info2._2 {
    text-align: left;
  }

  .footer-brand {
    justify-content: center;
  }

  .footer-menu {
    flex-direction: column;
  }

  .footer-link {
    justify-content: center;
  }

  .footer-link._2 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
  }

  .footer-line-small {
    display: none;
  }

  .section-copy {
    padding-bottom: 140px;
  }

  .pb-1-2 {
    flex-direction: column;
  }

  .brand-pb {
    padding-left: 0;
  }

  .text-span-2 {
    font-size: 12px;
  }

  .logo-3 {
    width: 20px;
  }

  .sec-menu2 {
    padding-top: 0;
  }

  .buttons {
    text-align: center;
    width: 100%;
  }

  .buttons._2._3 {
    height: auto;
    padding-top: 80px;
    padding-bottom: 20px;
  }

  .menu2 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 17px;
    line-height: 25px;
  }

  .header-slide-image {
    object-fit: contain;
    border-radius: 12px;
    height: auto;
  }

  .header-slide-arrow-r {
    display: none;
  }

  .header-slide-arrow-r._2 {
    display: block;
  }

  .header-slide-arrow-l {
    display: none;
  }

  .header-slide-arrow-l._2 {
    display: block;
  }

  .mask {
    border-radius: 12px;
  }

  .header-slider-product {
    background-color: #fff;
    border-radius: 12px;
    height: auto;
    min-height: auto;
  }

  .tit-section {
    line-height: 54px;
  }

  .grid-19 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-columns: 1fr 1fr;
  }

  .image-noticia {
    height: 250px;
  }

  .div-block-13 {
    position: static;
  }

  .link-grid-large {
    grid-template-columns: 1fr;
  }

  .div-navs {
    font-size: 12px;
  }

  .h1-header-2 {
    font-size: 30px;
    line-height: 40px;
  }

  .grid-21 {
    grid-template-columns: 120px 1fr;
  }

  .grid-licitacao {
    grid-row-gap: 5px;
    grid-template-columns: 1fr;
  }

  .h-header {
    font-size: 30px;
    line-height: 40px;
  }

  .grid-22 {
    grid-column-gap: 16px;
    grid-row-gap: 30px;
  }

  .h1-header-3 {
    font-size: 30px;
    line-height: 40px;
  }

  .div-acessibilidade {
    height: auto;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    position: static;
  }

  .brix---mg-bottom-8px {
    margin-bottom: 6px;
  }

  .brix---mg-bottom-16px {
    margin-bottom: 15px;
  }

  .brix---text-200 {
    font-size: 15px;
    line-height: 16px;
  }

  .brix---container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---heading-h1-size {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .brix---heading-h2-size {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---heading-h3-size {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .brix---heading-h4-size {
    font-size: 18px;
    line-height: 24px;
  }

  .brix---subtitle {
    font-size: 14px;
    line-height: 18px;
  }

  .brix---blog-card-image {
    width: 100%;
  }

  .brix---blog-card-image.principal {
    height: 170px;
    max-height: 170px;
  }

  .brix---blog-card-content-inside {
    padding: 24px 24px 31px;
  }

  .brix---mg-left-24px---mg-top-16px-mbp {
    margin-top: 16px;
    margin-left: 0;
  }

  .brix---paragraph-default {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---badge-primary-small-light {
    padding: 10px 20px;
    font-size: 14px;
    line-height: 16px;
  }

  .brix---grid-title-and-categories {
    margin-bottom: 40px;
  }

  .brix---badge-secondary-category-badges {
    margin-top: 8px;
    margin-bottom: 8px;
    padding: 13px 21px;
    font-size: 14px;
    line-height: 16px;
  }

  .brix---divider-24px {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .brix---blog-card-wrapper-featured-sidebar {
    flex-direction: column;
    align-items: flex-start;
  }

  .brix---blog-card-wrapper-width-218px {
    width: 100%;
    max-width: 100%;
  }

  .brix---section-bg-neutral-200 {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .brix---divider-32px {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .text-logo.h1 {
    font-size: 32px;
  }
}

#w-node-e65efdbf-86e7-fcf0-a12e-4adff423fd1b-a0cb2243 {
  place-self: center;
}

#w-node-_3082b21e-1128-5930-0a03-0698c9c7ba62-a0cb2244,
#w-node-_18559b3f-3d12-d8b2-65b1-58bb70f561f5-a0cb2244,
#w-node-_18559b3f-3d12-d8b2-65b1-58bb70f5620a-a0cb2244,
#w-node-fe402734-2932-0019-dce8-c974254f690f-a0cb2244,
#w-node-fe402734-2932-0019-dce8-c974254f6929-a0cb2244,
#w-node-_12405330-d516-2ae8-3343-8aa3a0be98f8-a0be98ec,
#w-node-_12405330-d516-2ae8-3343-8aa3a0be9912-a0be98ec,
#w-node-_815d21f5-305c-fee1-0f6d-a785dd74cbbd-a0cb2246,
#w-node-_9b106a8f-d0c6-78b6-9cea-3dad6f311395-a0cb2246,
#w-node-_9b106a8f-d0c6-78b6-9cea-3dad6f31139d-a0cb2246,
#w-node-_48dc7ebb-7f1d-2ee0-d70a-e345169ecae8-a0cb2246,
#w-node-_48dc7ebb-7f1d-2ee0-d70a-e345169ecaec-a0cb2246,
#w-node-_48dc7ebb-7f1d-2ee0-d70a-e345169ecaf1-a0cb2246,
#w-node-_48dc7ebb-7f1d-2ee0-d70a-e345169ecaf5-a0cb2246,
#w-node-_48dc7ebb-7f1d-2ee0-d70a-e345169ecaf9-a0cb2246,
#w-node-_48dc7ebb-7f1d-2ee0-d70a-e345169ecafd-a0cb2246,
#w-node-_48dc7ebb-7f1d-2ee0-d70a-e345169ecb01-a0cb2246,
#w-node-_48dc7ebb-7f1d-2ee0-d70a-e345169ecb05-a0cb2246,
#w-node-c1712164-bac5-be47-0653-27bccfa50151-a0cb2246,
#w-node-c1712164-bac5-be47-0653-27bccfa50157-a0cb2246,
#w-node-c1712164-bac5-be47-0653-27bccfa5015d-a0cb2246,
#w-node-c1712164-bac5-be47-0653-27bccfa50163-a0cb2246,
#w-node-c1712164-bac5-be47-0653-27bccfa50169-a0cb2246,
#w-node-c1712164-bac5-be47-0653-27bccfa5016f-a0cb2246,
#w-node-c1712164-bac5-be47-0653-27bccfa50176-a0cb2246,
#w-node-c1712164-bac5-be47-0653-27bccfa5017d-a0cb2246,
#w-node-c1712164-bac5-be47-0653-27bccfa50185-a0cb2246,
#w-node-_85be8fd3-f2dc-8072-0b57-557c874795dd-a0cb2246 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 479px) {
  #w-node-e65efdbf-86e7-fcf0-a12e-4adff423fd19-a0cb2243 {
    align-self: center;
  }

  #w-node-e65efdbf-86e7-fcf0-a12e-4adff423fd91-a0cb2243 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_815d21f5-305c-fee1-0f6d-a785dd74cbbd-a0cb2246,
  #w-node-_9b106a8f-d0c6-78b6-9cea-3dad6f311395-a0cb2246,
  #w-node-_9b106a8f-d0c6-78b6-9cea-3dad6f31139d-a0cb2246 {
    justify-self: center;
  }
}

/* -----------------Custom------------------- */