.header {
  background-color: #ffffff;
  margin: 0;
  padding: 0;
  position: fixed;
  width: 100%;
  z-index: 10;
  top: 0;
}
.header .top {
  margin: 0 auto;
  max-width: 1280px;
  padding: 16px;
  width: 100%;
}
@media (min-width: 960px) {
  .header .top {
    padding: 24px;
  }
}
.header .top .wp-block-site-logo {
  flex-grow: 1;
}
.header .top .wp-block-site-logo img {
  height: auto;
  width: 88px;
}
@media (min-width: 960px) {
  .header .top .wp-block-site-logo img {
    width: 131px;
  }
}
@media (min-width: 960px) {
  .header .top .wp-block-buttons .wp-block-button {
    display: flex;
  }
}
.header .top .is-menu-open {
  margin: 0;
  padding: 0;
}
.header .top .is-menu-open .wp-block-navigation__responsive-close {
  margin: 0;
  padding: 0;
  height: 100%;
}
.header .top .is-menu-open .wp-block-navigation__responsive-close .wp-block-navigation__responsive-dialog {
  align-items: flex-end;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 0;
  padding: 16px;
  height: 100%;
}
.header .top .is-menu-open .wp-block-navigation__responsive-close .wp-block-navigation__responsive-dialog button.wp-block-navigation__responsive-container-close {
  font-size: 24px;
  height: 24px;
  margin: 0;
  padding: 0;
  position: relative;
  width: 24px;
}
.header .top .is-menu-open .wp-block-navigation__responsive-close .wp-block-navigation__responsive-dialog div.wp-block-navigation__responsive-container-content {
  margin: 0;
  padding: 0;
  width: 100%;
  flex-grow: 1;
  overflow-y: auto;
}
.header .top .is-menu-open .wp-block-navigation__responsive-close .wp-block-navigation__responsive-dialog div.wp-block-navigation__responsive-container-content ul {
  align-items: flex-start;
  gap: 0;
  width: 100%;
  flex-grow: 1;
}
.header .top .is-menu-open .wp-block-navigation__responsive-close .wp-block-navigation__responsive-dialog div.wp-block-navigation__responsive-container-content ul li {
  align-items: flex-start;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
}
.header .top .is-menu-open .wp-block-navigation__responsive-close .wp-block-navigation__responsive-dialog div.wp-block-navigation__responsive-container-content ul li > button, .header .top .is-menu-open .wp-block-navigation__responsive-close .wp-block-navigation__responsive-dialog div.wp-block-navigation__responsive-container-content ul li > a {
  border-bottom: solid 1px #E5E4E3;
  color: #1a1919;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  padding: 16px 0;
  width: 100%;
}
.header .top .is-menu-open .wp-block-navigation__responsive-close .wp-block-navigation__responsive-dialog div.wp-block-navigation__responsive-container-content ul li > button + span {
  align-items: center;
  display: flex;
  height: 18px;
  justify-content: center;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 16px;
  width: 18px;
}
.header .top .is-menu-open .wp-block-navigation__responsive-close .wp-block-navigation__responsive-dialog div.wp-block-navigation__responsive-container-content ul li button[aria-expanded=true] {
  color: #171A88;
}
.header .top .is-menu-open .wp-block-navigation__responsive-close .wp-block-navigation__responsive-dialog div.wp-block-navigation__responsive-container-content ul li button[aria-expanded=true] ~ ul {
  display: flex;
}
.header .top .is-menu-open .wp-block-navigation__responsive-close .wp-block-navigation__responsive-dialog div.wp-block-navigation__responsive-container-content ul li > ul {
  display: none;
  margin: 0;
  padding: 0;
}
.header .top .is-menu-open .wp-block-navigation__responsive-close .wp-block-navigation__responsive-dialog div.wp-block-navigation__responsive-container-content ul li > ul li a {
  font-size: 14px;
  font-weight: 400;
  font-weight: 200;
  padding: 12px 16px;
}
.header .top .is-menu-open .wp-block-navigation__responsive-close .wp-block-navigation__responsive-dialog div.wp-block-buttons.botoes {
  width: 100%;
  gap: 16px;
}
.header .top .is-menu-open .wp-block-navigation__responsive-close .wp-block-navigation__responsive-dialog div.wp-block-buttons.botoes .wp-block-button {
  width: 100%;
}
.header .menu {
  background-color: #f4f2f1;
}
.header .menu_container {
  margin: 0 auto;
  max-width: 1280px;
  padding: 0 16px;
  width: 100%;
}
@media (min-width: 960px) {
  .header .menu_container {
    padding: 0 24px;
  }
}
.header .menu_container .botoes {
  display: none;
}
@media (min-width: 960px) {
  .header .menu_container nav {
    justify-content: flex-start;
  }
}
.header .menu_container nav ul {
  display: none;
}
@media (min-width: 960px) {
  .header .menu_container nav ul {
    display: flex;
    gap: 24px;
  }
}
.header .menu_container nav ul li {
  font-family: "Galano", sans-serif;
}
@media (min-width: 960px) {
  .header .menu_container nav ul li {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    padding: 0 16px;
  }
}
.header .menu_container nav ul li.has-child > button {
  color: #1a1919;
}
@media (min-width: 960px) {
  .header .menu_container nav ul li.has-child > button {
    height: 56px;
    padding: 0;
  }
  .header .menu_container nav ul li.has-child > button + span.wp-block-navigation__submenu-icon {
    font-size: 24px;
    margin-left: 8px;
  }
  .header .menu_container nav ul li.has-child > button1[aria-expanded=true] {
    color: #2227CC;
  }
  .header .menu_container nav ul li.has-child > button1[aria-expanded=true] + span.wp-block-navigation__submenu-icon {
    color: #2227CC;
  }
}
.header .menu_container nav ul li.has-child > ul.wp-block-navigation__submenu-container {
  background-color: #f4f2f1;
  box-shadow: 2px 2px 0 0 rgba(0, 0, 0, 0.2509803922);
  gap: 16px;
  padding: 16px;
}
.header .menu_container nav ul li.has-child > ul.wp-block-navigation__submenu-container li.wp-block-navigation-item {
  margin: 0;
  padding: 0;
}
.header .menu_container nav ul li.has-child > ul.wp-block-navigation__submenu-container li.wp-block-navigation-item a.wp-block-navigation-item__content {
  font-size: 14px;
  font-weight: 400;
  height: auto;
  justify-content: flex-start;
  line-height: 18px;
  margin: 0;
  padding: 0;
}
.header .menu_container nav ul li.has-child > ul.wp-block-navigation__submenu-container li.wp-block-navigation-item a.wp-block-navigation-item__content:hover {
  color: #171A88;
  font-weight: 600;
}
.header .menu_container nav ul li:not(.has-child) > a {
  color: #1a1919;
}
@media (min-width: 960px) {
  .header .menu_container nav ul li:not(.has-child) > a {
    align-items: center;
    display: flex;
    height: 56px;
    justify-content: center;
  }
}

.footer {
  background-color: #f4f2f1;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin: 0;
  padding: 32px 16px 64px 16px;
}
@media (min-width: 960px) {
  .footer {
    gap: 48px;
    padding: 48px 24px 114px 24px;
  }
}
.footer .footer__ans {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 32px;
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 960px) {
  .footer .footer__ans {
    flex-direction: row;
    align-items: flex-start;
    gap: 40px;
  }
}
.footer .footer__ans figure {
  width: 100%;
}
@media (min-width: 960px) {
  .footer .footer__ans figure {
    width: auto;
    flex-grow: 1;
  }
}
.footer .footer__ans .selos {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 960px) {
  .footer .footer__ans .selos {
    flex-direction: row;
    align-items: flex-start;
  }
}
.footer .footer__ans .selos .selo {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 100%;
}
.footer .footer__ans .selos .selo p:first-child {
  color: #4D4D4D;
  font-family: "Segoe UI", sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 12px;
}
.footer .footer__ans .selos .selo p:last-child {
  align-items: center;
  background-color: #000000;
  border: solid 1px #ffffff;
  box-shadow: 2px 2px 0px #000000, -2px -2px 0px #000000, 2px -2px 0px #000000, -2px 2px 0px #000000;
  box-sizing: border-box;
  color: #ffffff;
  display: flex;
  font-family: "Segoe UI", sans-serif;
  font-size: 10px;
  font-weight: 700;
  justify-items: center;
  line-height: 18px;
  max-width: 88px;
  text-transform: uppercase;
}
.footer .footer__ans .selos .patterns {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, 1fr);
}
@media (min-width: 960px) {
  .footer .footer__ans .selos .patterns {
    grid-template-columns: repeat(8, minmax(auto, 88px));
  }
}
.footer .footer__ans .selos .qualicorp {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, 1fr);
}
@media (min-width: 960px) {
  .footer .footer__ans .selos .qualicorp {
    grid-template-columns: repeat(1, minmax(auto, 88px));
  }
}
@media (min-width: 960px) {
  .footer .footer__ans .selos .wp-block-separator {
    width: 1px;
    min-height: 100px;
    border-bottom: 0;
    border-left: solid 1px #CCCAC9;
    align-self: center;
  }
}
.footer .footer__copyright {
  margin: 0;
  padding: 0;
}
.footer .footer__copyright .row {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (min-width: 960px) {
  .footer .footer__copyright .row {
    align-items: center;
    flex-direction: row;
    gap: 24px;
  }
}
.footer .footer__copyright .row .logo img {
  width: 100%;
}
.footer .footer__copyright .row p {
  color: #666565;
  font-family: "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}
@media (min-width: 960px) {
  .footer .footer__copyright .row p {
    flex-grow: 1;
  }
}
.footer .footer__copyright .row .social {
  align-items: center;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media (min-width: 960px) {
  .footer .footer__copyright .row .social {
    gap: 24px;
    justify-content: flex-end;
    width: auto;
  }
}
.footer .footer__copyright .row .social li {
  background-color: #1a1919;
}
.footer .footer__copyright .row .social li a {
  color: #ffffff;
}
.footer .footer__description {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin: 0;
  padding: 0;
}
.footer .footer__description p {
  color: #666565;
  font-family: "Segoe UI", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  margin: 0;
  padding: 0;
  width: 100%;
}
.footer .footer__description p a {
  color: #666565;
  font-weight: 600;
}
.footer .wp-block-separator {
  border: none;
  border-bottom: solid 1px #CCCAC9;
  height: 1px;
  margin: 0 !important;
  padding: 0;
  width: 100%;
}
@media (min-width: 960px) {
  .footer .wp-block-separator {
    margin: 0 auto;
  }
}

.footer-sales {
  background-color: #171A88;
}

.footer-sales__container {
  padding: 48px 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
  width: 100%;
}

.footer-sales__header {
  margin: 0;
  padding: 0;
  width: 100%;
  gap: 16px;
  align-items: center;
}
.footer-sales__header h2 {
  color: #ffffff;
  font-family: "Galano", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  margin: 0;
  padding: 0;
}
@media (min-width: 960px) {
  .footer-sales__header h2 {
    font-size: 28px;
    line-height: 32px;
  }
}

.footer-sales__content {
  width: 100%;
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-snap-stop: always;
  scroll-behavior: smooth;
  gap: 12px;
  align-items: stretch;
}
.footer-sales__content .item {
  min-width: 280px;
  width: 100%;
  scroll-snap-align: start;
  padding: 16px 16px 32px 16px;
  border: solid 1px #0D0F4D;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
  box-sizing: border-box;
  box-shadow: 2px 2px 0 0 rgba(0, 0, 0, 0.1019607843);
}
.footer-sales__content .item .title {
  gap: 8px;
  width: 100%;
}
.footer-sales__content .item .title i {
  color: #ffffff;
  font-size: 24px;
}
.footer-sales__content .item .title h3 {
  font-family: "Galano", sans-serif;
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
  letter-spacing: 4%;
  text-transform: uppercase;
  color: #ffffff;
}
.footer-sales__content .item .row {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: flex-start;
}
.footer-sales__content .item .row p {
  font-family: "Galano", sans-serif;
  color: #ffffff;
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
}
.footer-sales__content .item .row p a {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
  position: relative;
}
.footer-sales__content .item .row p a::before {
  content: "";
  background-color: #ffffff;
  bottom: -2px;
  left: 0;
  height: 1px;
  position: absolute;
  width: calc(100% + 16px);
}
.footer-sales__content .item .row p a::after {
  content: "\f061";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 12px;
  line-height: 16px;
  color: #ffffff;
  position: absolute;
  right: -16px;
  top: 0;
}
.footer-sales__content .item .row p:first-child {
  font-family: "Segoe UI", sans-serif;
  font-weight: 400;
}

.footer-support {
  background-color: #f4f2f1;
}

.footer-support__container {
  padding: 48px 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
  width: 100%;
}

.footer-support__header {
  margin: 0;
  padding: 0;
  width: 100%;
  gap: 16px;
  align-items: center;
}
.footer-support__header h2 {
  color: #171A88;
  font-family: "Galano", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  margin: 0;
  padding: 0;
}
@media (min-width: 960px) {
  .footer-support__header h2 {
    font-size: 28px;
    line-height: 32px;
  }
}

.footer-support__content {
  width: 100%;
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-snap-stop: always;
  scroll-behavior: smooth;
  gap: 12px;
  align-items: stretch;
}
.footer-support__content .item {
  min-width: 280px;
  width: 100%;
  scroll-snap-align: start;
  padding: 16px 16px 32px 16px;
  border: solid 1px #0D0F4D;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
  box-sizing: border-box;
  box-shadow: 2px 2px 0 0 rgba(0, 0, 0, 0.1019607843);
}
.footer-support__content .item:first-child {
  gap: 32px;
}
.footer-support__content .item .wp-block-separator {
  width: 100%;
  border: none;
  background-color: #CCCAC9;
  height: 1px;
  margin: 0;
  padding: 0;
}
.footer-support__content .item .title {
  gap: 8px;
  width: 100%;
}
.footer-support__content .item .title i {
  color: #171A88;
  font-size: 24px;
}
.footer-support__content .item .title h3 {
  font-family: "Galano", sans-serif;
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
  letter-spacing: 4%;
  text-transform: uppercase;
  color: #171A88;
}
.footer-support__content .item .row {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: flex-start;
}
.footer-support__content .item .row p {
  font-family: "Galano", sans-serif;
  color: #171A88;
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
}
.footer-support__content .item .row p a {
  color: #171A88;
  text-decoration: none;
  cursor: pointer;
  position: relative;
}
.footer-support__content .item .row p a::before {
  content: "";
  background-color: #171A88;
  bottom: -2px;
  left: 0;
  height: 1px;
  position: absolute;
  width: calc(100% + 16px);
}
.footer-support__content .item .row p a::after {
  content: "\f061";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 12px;
  line-height: 16px;
  color: #171A88;
  position: absolute;
  right: -16px;
  top: 0;
}
.footer-support__content .item .row p:first-child {
  font-family: "Segoe UI", sans-serif;
  font-weight: 400;
}

.ir {
  background-color: #FFDE99;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.ir__container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1280px;
  width: 100%;
}
@media (min-width: 1024px) {
  .ir__container {
    justify-content: flex-end !important;
  }
}
@media (min-width: 1024px) {
  .ir__container p {
    margin-right: 0 !important;
  }
}
.ir__container p a {
  font-family: "Segoe UI", sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #171A88;
  font-weight: 700;
  text-decoration: none;
  position: relative;
}
.ir__container p a::after {
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-size: 16px;
  color: #171A88;
  position: absolute;
  right: -24px;
}

.golpe {
  background-color: #FFDE99;
  border-bottom: solid 2px #CCCAC9;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.2509803922);
}

.golpe__container {
  display: flex;
  padding: 16px;
  gap: 24px;
  align-items: center;
}
.golpe__container img {
  min-width: 32px;
}

.golpe__content {
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex-grow: 1;
}
.golpe__content h4 {
  color: #171A88;
  font-family: "Segoe UI", sans-serif;
  font-weight: 700;
  margin: 0;
  padding: 0;
  margin-left: 0 !important;
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 960px) {
  .golpe__content h4 {
    font-size: 18px;
    line-height: 24px;
  }
}
.golpe__content p {
  font-family: "Segoe UI", sans-serif;
  font-weight: 400;
  color: #1a1919;
  margin: 0;
  padding: 0;
  margin-left: 0 !important;
  font-size: 12px;
  line-height: 16px;
}
@media (min-width: 960px) {
  .golpe__content p {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (max-width: 960px) {
  .is-desktop {
    display: none !important;
  }
}

@media (min-width: 960px) {
  .is-mobile {
    display: none !important;
  }
}

body {
  padding-top: 80px;
}
@media (min-width: 960px) {
  body {
    padding-top: 156px;
  }
}

/*# sourceMappingURL=main.css.map */
