.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;
}

.nav-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  white-space: nowrap;
  word-break: keep-all;
  color: color-mix(in srgb, currentColor 75%, transparent);
  border-radius: .5rem;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  padding: .5em .75em;
  text-decoration: none;
  display: flex;
}

.nav-link:hover {
  background-color: color-mix(in srgb, currentColor 5%, transparent);
  color: inherit;
}

.nav-link.w--current, .nav-link.w--open {
  background-color: #0000;
}

.utility-text-secondary {
  color: color-mix(in srgb, currentColor 60%, transparent);
  max-width: 100%;
  line-height: 120%;
}

.text-button-icon {
  color: inherit;
  justify-content: center;
  align-items: center;
  width: 1em;
  height: 1em;
  display: flex;
}

.tabs-content {
  max-width: 100%;
  overflow: visible;
}

.image-2 {
  max-width: 10%;
}

.nav-logo {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: inherit;
  justify-content: flex-start;
  align-items: center;
  height: 2.5rem;
  text-decoration: none;
  display: flex;
}

.nav-logo:hover {
  color: color-mix(in srgb, currentColor 80%, transparent);
}

.div-block {
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-aspect-1x1 {
  aspect-ratio: 1;
  max-width: 100%;
  position: relative;
  overflow: clip;
}

.grid-layout {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-layout.tablet-1-column.grid-gap-lg {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 100%;
  display: flex;
}

.grid-layout.desktop-3-column {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 100%;
  display: grid;
}

.grid-layout.desktop-4-column {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid-layout.desktop-4-column.tablet-2-column.mobile-portrait-1-column.grid-gap-sm {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  display: grid;
}

.grid-layout.desktop-4-column.tablet-2-column.mobile-portrait-1-column.grid-gap-sm.grid-02 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.grid-layout.desktop-4-column.tablet-3-column.mobile-landscape-2-column.mobile-portrait-1-column.grid-gap-md.utility-margin-top-4rem {
  grid-column-gap: 1.6rem;
  grid-row-gap: 1.6rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  min-width: 100%;
  max-width: 100%;
  margin-top: 1rem;
  display: flex;
}

.grid-layout.desktop-5-column {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.grid-layout.desktop-5-column.tablet-2-column.grid-gap-md {
  justify-content: center;
  align-items: center;
  padding: 40px 10px;
}

.grid-layout.desktop-5-column.mobile-landscape-1-column.grid-gap-sm {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  max-width: 100%;
  display: flex;
}

.grid-layout.desktop-5-column.grid-gap-md {
  grid-column-gap: 3.3rem;
  grid-row-gap: 3.3rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.grid-layout.mobile-portrait-1-column.grid-gap-xs.utility-margin-bottom-4rem {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.grid-layout.mobile-portrait-1-column.utility-height-100 {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
}

.card-body {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  align-items: stretch;
  height: 100%;
  padding: 3rem;
  display: flex;
  position: relative;
}

.card-body.flex-vertical {
  max-width: 100%;
  padding: 0;
}

.card {
  box-shadow: none;
  color: #01284f;
  background-color: #01284f1a;
  background-image: none;
  border: 0 solid #01284f33;
  border-radius: .75rem;
  flex-flow: column;
  list-style-type: none;
  overflow: hidden;
}

.card.flex-vertical.y-center {
  background-color: #f5f6fa00;
}

.footer {
  color: #01284f;
  background-color: #fff;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.paragraph-sm {
  letter-spacing: 0;
  margin-bottom: .7em;
  font-size: .88rem;
  line-height: 1.6em;
}

.paragraph-sm.utility-margin-bottom-0 {
  min-height: 0;
}

.image {
  object-fit: contain;
  border-radius: .75rem;
  width: 100%;
}

.image.cover-image {
  object-fit: cover;
  border: 0 solid #000;
  border-radius: 0 0% 0%;
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: block;
  overflow: visible;
}

.image.cover-image.utility-height-100.utility-radius-left-0 {
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  overflow: clip;
}

.cover-image {
  object-fit: contain;
  width: 100%;
  max-width: 200px;
  height: 100%;
  overflow: visible;
}

.cover-image.image-card, .cover-image.utility-aspect-1x1 {
  max-width: 100%;
}

.icon-small {
  color: #ff583e;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.nav-left {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.tab-menu-link-transparent {
  opacity: .5;
  color: inherit;
  box-shadow: color-mix(in srgb, currentColor 30%, transparent) 0px -2px 0px 0px inset;
  background-color: #0000;
  border-radius: 0;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-size: .9375rem;
  line-height: 1.3;
  display: flex;
}

.tab-menu-link-transparent:hover {
  opacity: .7;
  color: inherit;
  box-shadow: color-mix(in srgb, currentColor 50%, transparent) 0px -2px 0px 0px inset;
  background-color: #0000;
}

.tab-menu-link-transparent.w--current {
  opacity: 100;
  box-shadow: color-mix(in srgb, currentColor 70%, transparent) 0px -2px 0px 0px inset;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.button-group {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.button-group.align-center {
  justify-content: center;
}

.flex-vertical {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  display: flex;
}

.flex-vertical.flex-gap-md {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  justify-content: center;
  align-items: center;
  min-width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.button {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  box-shadow: none;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #01284f;
  background-image: none;
  border: 0 solid #0000;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: 1em 1.5em;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
  transition: border-color .2s, color .2s, background-color .2s cubic-bezier(.165, .84, .44, 1), box-shadow .2s;
  display: inline-flex;
}

.button:hover {
  box-shadow: none;
  color: #fff;
  background-color: #01284fb3;
  border-color: #0000;
}

.button:active {
  box-shadow: none;
  background-color: #ff583e;
}

.button:focus {
  outline-offset: 2px;
  outline: 2px solid #ff583e;
}

.button.primary-button-on-inverse {
  box-shadow: none;
  color: #fff;
  -webkit-text-stroke-color: transparent;
  background-color: #ff583e;
  background-image: none;
}

.button.primary-button-on-inverse:hover {
  box-shadow: none;
  background-color: #ff8d7b;
  border-color: #0000;
}

.button.primary-button-on-inverse:active {
  box-shadow: none;
  background-color: #ff583e;
}

.button.secondary-button {
  color: #01284f;
  background-color: #0000;
  background-image: none;
  border-color: #0000;
  box-shadow: inset 0 0 0 1px #01284f;
}

.button.secondary-button:hover {
  background-color: #0000;
  border-color: #0000;
  box-shadow: inset 0 0 0 2px #01284f;
}

.button.secondary-button:active {
  background-color: #0000;
  box-shadow: inset 0 0 0 1px #01284f;
}

.footer-icons-group {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #0000;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-mobile-menu-button {
  color: inherit;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: .5rem;
}

.nav-mobile-menu-button:hover {
  color: inherit;
}

.nav-mobile-menu-button.w--open {
  z-index: 2;
  background-color: #0000;
}

.nav-mobile-menu-button.w--open:hover {
  color: #f7f5e899;
}

.bold-text-3 {
  font-weight: 400;
}

.section {
  color: #01284f;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: block;
}

.section.secondary-section {
  background-color: #01284f1a;
  margin-top: 40px;
  margin-bottom: 0;
  padding-bottom: 3rem;
}

.text-block {
  text-align: left;
  margin-top: 0;
}

.footer-link {
  color: color-mix(in srgb, currentColor 60%, transparent);
  padding-top: .35em;
  padding-bottom: .35em;
  font-weight: 400;
  text-decoration: none;
}

.footer-link:hover {
  opacity: 1;
  color: color-mix(in srgb, currentColor 100%, transparent);
  text-decoration: underline;
}

.eyebrow {
  letter-spacing: .01em;
  text-transform: uppercase;
  color: color-mix(in srgb, currentColor 60%, transparent);
  margin-top: 0;
  margin-bottom: 1.25rem;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.3em;
  display: inline-block;
}

.utility-margin-bottom-0 {
  margin-bottom: 0;
}

.subheading {
  letter-spacing: 0;
  color: color-mix(in srgb, currentColor 70%, transparent);
  margin-bottom: 2rem;
  font-size: 1.13rem;
  line-height: 1.6em;
}

.nav-menu-list-item {
  display: flex;
  margin-bottom: 0 !important;
}

.utility-text-align-center {
  text-align: center;
}

.utility-text-align-center.utility-margin-bottom-8rem {
  margin-bottom: 2rem;
}

.utility-text-align-center.utility-margin-bottom-4rem {
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
}

.utility-margin-bottom-0 {
  font-weight: 400;
  margin-bottom: 0 !important;
}

.image-3 {
  max-width: 5%;
}

.container {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.container.small-container {
  width: 75%;
  max-width: 1000px;
}

.container.marcas {
  justify-content: center;
  align-items: center;
}

.footer-icon-link {
  opacity: .7;
  color: inherit;
  justify-content: center;
  align-items: center;
  padding: .35rem;
  display: inline-flex;
}

.heading {
  font-size: 1.41rem;
}

.icon {
  color: #ff583e;
  vertical-align: middle;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.paragraph-lg {
  letter-spacing: 0;
  margin-bottom: .7em;
  font-size: 1.13rem;
  line-height: 1.6em;
}

.paragraph-lg.utility-text-align-center.utility-margin-bottom-0 {
  color: #333;
  font-size: 16px;
}

.nav-menu {
  background-color: #0000;
  justify-content: center;
  align-self: center;
  align-items: center;
  height: 100%;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  position: static;
}

.nav-right {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.utility-margin-left-auto {
  margin-left: auto;
}

.flex-horizontal {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  display: flex;
}

.flex-horizontal.x-space-between {
  justify-content: space-between;
}

.flex-horizontal.flex-gap-xxs {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid #01284f33;
  border-radius: .75rem;
  justify-content: flex-start;
  align-items: center;
  min-width: 100%;
  max-width: 100px;
  padding: 40px;
}

.paragraph-xxl {
  letter-spacing: 0;
  margin-bottom: .7em;
  font-size: 2rem;
  line-height: 1.6em;
}

.paragraph-xxl.utility-margin-bottom-3rem {
  margin-top: 60px;
}

.nav-container {
  background-color: #ddd0;
  border-bottom-right-radius: .75rem;
  border-bottom-left-radius: .75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: .75rem 1rem;
  display: flex;
}

.h4-heading {
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: .5em;
  font-size: 1.41rem;
  font-weight: 400;
  line-height: 1.3em;
}

.h2-heading {
  letter-spacing: -.01em;
  text-wrap: balance;
  margin-top: 0;
  margin-bottom: .35em;
  font-size: 2.83rem;
  font-weight: 400;
  line-height: 1.04em;
}

.utility-screen-reader-visible-only {
  white-space: nowrap;
  border: 0 solid #0000;
  width: 1px;
  height: 1px;
  margin-top: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

.paragraph-2 {
  font-size: 2rem;
  line-height: 120%;
}

.h1-heading {
  letter-spacing: -.01em;
  text-wrap: balance;
  margin-top: 0;
  margin-bottom: .3em;
  font-size: 80px;
  font-weight: 500;
  line-height: 1.04em;
}

.h1-heading.utility-margin-bottom-0 {
  max-width: 100%;
  font-size: 1.6rem;
}

.utility-aspect-239x1 {
  aspect-ratio: 2.39;
  position: relative;
}

.divider {
  -webkit-text-stroke-width: 0px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: color-mix(in srgb, currentColor 60%, transparent);
  align-self: stretch;
}

.nav {
  z-index: 99;
  color: #01284f;
  background-color: #fff0;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 40px;
  font-size: 1rem;
  display: flex;
  position: relative;
}

.nav-menu-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.text-button {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  color: #ff583e;
  border: 1px solid #0000;
  border-radius: .5rem;
  justify-content: flex-start;
  align-items: center;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: inline-flex;
}

.text-button:hover {
  grid-column-gap: .7em;
  grid-row-gap: .7em;
  color: #ff8d7b;
}

@media screen and (max-width: 991px) {
  .nav-link {
    justify-content: space-between;
    align-items: center;
    font-size: 1.13rem;
  }

  .nav-link:hover {
    color: #ff583e;
    background-color: color-mix(in srgb, currentColor 0%, transparent);
  }

  .nav-link.w--current:hover, .nav-link.w--open {
    background-color: #0000;
  }

  .image-2 {
    max-width: 20%;
  }

  .grid-layout.tablet-1-column {
    grid-template-columns: 1fr;
  }

  .card-body {
    padding: 2rem;
  }

  .footer {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .paragraph-sm {
    font-size: .88rem;
  }

  .cover-image.utility-aspect-1x1 {
    margin-top: 20px;
  }

  .nav-mobile-menu-button {
    color: inherit;
    background-color: #0000;
    align-self: center;
  }

  .nav-mobile-menu-button.w--open {
    color: #ff583e;
    background-color: #0000;
  }

  .nav-mobile-menu-button.w--open:hover {
    color: #ff583e;
  }

  .section {
    padding-top: 0;
    padding-bottom: 0;
  }

  .eyebrow {
    font-size: .9rem;
  }

  .subheading {
    font-size: 1.13rem;
  }

  .nav-menu-list-item {
    flex-flow: column;
    margin-bottom: 0;
  }

  .utility-margin-bottom-0 {
    margin-bottom: 0;
  }

  .container.small-container {
    width: 90%;
  }

  .container.marcas {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .paragraph-lg {
    font-size: 1.13rem;
  }

  .nav-menu {
    background-color: #fff;
    border-radius: .5rem;
    height: auto;
    max-height: calc(100dvh - 10rem);
    padding: 1rem;
    position: absolute;
    top: 100%;
    overflow: auto;
    box-shadow: 0 4px 8px #0000001a;
  }

  .flex-horizontal {
    flex-flow: wrap;
  }

  .paragraph-xxl {
    font-size: 1.8rem;
  }

  .h4-heading {
    font-size: 1.27rem;
  }

  .h2-heading {
    font-size: 2.26rem;
  }

  .h1-heading {
    font-size: 4.52rem;
  }

  .nav {
    height: auto;
  }

  .nav-menu-list {
    flex-flow: column;
  }
}

@media screen and (max-width: 767px) {
  .image-2 {
    max-width: 20%;
  }

  .card-body {
    padding: 1.5rem;
  }

  .paragraph-sm {
    font-size: .88rem;
  }

  .section {
    padding: 2rem 20px 0;
  }

  .eyebrow {
    font-size: .8rem;
  }

  .subheading {
    font-size: 1.1rem;
  }

  .nav-menu-list-item, .utility-margin-bottom-0 {
    margin-bottom: 0;
  }

  .paragraph-lg {
    font-size: 1.1rem;
  }

  .paragraph-xxl {
    font-size: 1.6rem;
  }

  .h4-heading {
    font-size: 1.15rem;
  }

  .h2-heading {
    font-size: 1.81rem;
  }

  .h1-heading {
    font-size: 3.62rem;
  }
}

@media screen and (max-width: 479px) {
  .image-2 {
    max-width: 50%;
  }

  .grid-layout.desktop-5-column.tablet-2-column {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

  .grid-layout.mobile-portrait-1-column {
    grid-template-columns: 1fr;
  }

  .card-body {
    padding: 1.5rem;
  }

  .paragraph-sm {
    font-size: .88rem;
  }

  .button-group {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
  }

  .button {
    white-space: nowrap;
  }

  .footer-icons-group {
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .nav-mobile-menu-button.w--open {
    color: inherit;
  }

  .section {
    flex-flow: column;
    max-width: 100%;
    padding: 0 10px 2rem;
    display: flex;
  }

  .eyebrow {
    font-size: .8rem;
  }

  .subheading {
    font-size: 1.1rem;
  }

  .nav-menu-list-item, .utility-margin-bottom-0 {
    margin-bottom: 0;
  }

  .paragraph-lg {
    font-size: 1.1rem;
  }

  .paragraph-xxl {
    font-size: 1.4rem;
  }

  .h4-heading {
    font-size: 1.03rem;
  }

  .h2-heading, .paragraph-2 {
    font-size: 1.45rem;
  }

  .h1-heading {
    font-size: 2.26rem;
  }

  .tab-pane-tab-3 {
    max-width: 100%;
  }
}

#w-node-ed0df957-42e7-0df3-e577-352399b48f14-99b48f11.w-node-d789cfa3-56bc-1a8d-fc13-877799d0759a-5a9b5102 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_05ef1f7b-d3c7-7154-d601-04bc180da690-180da68d.w-node-d789cfa3-56bc-1a8d-fc13-877799d075a8-5a9b5102 {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-_05ef1f7b-d3c7-7154-d601-04bc180da69a-180da68d.w-node-d789cfa3-56bc-1a8d-fc13-877799d075b2-5a9b5102 {
  grid-area: 2 / 1 / 3 / 6;
}

#w-node-_05ef1f7b-d3c7-7154-d601-04bc180da69c-180da68d.w-node-d789cfa3-56bc-1a8d-fc13-877799d075b4-5a9b5102 {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-_05ef1f7b-d3c7-7154-d601-04bc180da6a1-180da68d.w-node-d789cfa3-56bc-1a8d-fc13-877799d075b6-5a9b5102 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_05ef1f7b-d3c7-7154-d601-04bc180da6a6-180da68d.w-node-d789cfa3-56bc-1a8d-fc13-877799d075b8-5a9b5102, #w-node-f330d058-b7b9-e2d0-10f9-9340e7041225-d3d8c712.w-node-d789cfa3-56bc-1a8d-fc13-877799d075d1-5a9b5102, #w-node-bb5316b6-e0ea-0a3d-ac35-1e6a1d5425e6-d3d8c712.w-node-d789cfa3-56bc-1a8d-fc13-877799d075d9-5a9b5102, #w-node-_225f8391-2af1-1249-867d-d4edcd651b3c-d3d8c712.w-node-d789cfa3-56bc-1a8d-fc13-877799d075e1-5a9b5102, #w-node-ea6a32af-f5ca-70ba-2970-e8fa7d276b65-d3d8c712.w-node-d789cfa3-56bc-1a8d-fc13-877799d075e9-5a9b5102, #w-node-db134ee9-eedf-455f-fed8-983e7398aa23-d3d8c712.w-node-d789cfa3-56bc-1a8d-fc13-877799d075f1-5a9b5102, #w-node-_05ef1f7b-d3c7-7154-d601-04bc180da6a6-180da68d.w-node-d789cfa3-56bc-1a8d-fc13-877799d075fe-5a9b5102, #w-node-f330d058-b7b9-e2d0-10f9-9340e7041225-d3d8c712.w-node-d789cfa3-56bc-1a8d-fc13-877799d07619-5a9b5102, #w-node-bb5316b6-e0ea-0a3d-ac35-1e6a1d5425e6-d3d8c712.w-node-d789cfa3-56bc-1a8d-fc13-877799d07621-5a9b5102, #w-node-_225f8391-2af1-1249-867d-d4edcd651b3c-d3d8c712.w-node-d789cfa3-56bc-1a8d-fc13-877799d07629-5a9b5102, #w-node-ea6a32af-f5ca-70ba-2970-e8fa7d276b65-d3d8c712.w-node-d789cfa3-56bc-1a8d-fc13-877799d07631-5a9b5102, #w-node-db134ee9-eedf-455f-fed8-983e7398aa23-d3d8c712.w-node-d789cfa3-56bc-1a8d-fc13-877799d07639-5a9b5102, #w-node-_05ef1f7b-d3c7-7154-d601-04bc180da6a6-180da68d.w-node-d789cfa3-56bc-1a8d-fc13-877799d07646-5a9b5102, #w-node-f330d058-b7b9-e2d0-10f9-9340e7041225-d3d8c712.w-node-d789cfa3-56bc-1a8d-fc13-877799d07665-5a9b5102, #w-node-bb5316b6-e0ea-0a3d-ac35-1e6a1d5425e6-d3d8c712.w-node-d789cfa3-56bc-1a8d-fc13-877799d0766d-5a9b5102, #w-node-_225f8391-2af1-1249-867d-d4edcd651b3c-d3d8c712.w-node-d789cfa3-56bc-1a8d-fc13-877799d07675-5a9b5102, #w-node-ea6a32af-f5ca-70ba-2970-e8fa7d276b65-d3d8c712.w-node-d789cfa3-56bc-1a8d-fc13-877799d0767d-5a9b5102, #w-node-db134ee9-eedf-455f-fed8-983e7398aa23-d3d8c712.w-node-d789cfa3-56bc-1a8d-fc13-877799d07685-5a9b5102 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f9d7020e-9794-709c-dc5d-75f54d8075c9-67407b01.w-node-d789cfa3-56bc-1a8d-fc13-877799d07693-5a9b5102 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f9d7020e-9794-709c-dc5d-75f54d8075ce-67407b01.w-node-d789cfa3-56bc-1a8d-fc13-877799d07699-5a9b5102 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_63aea21b-2f8e-997d-88e2-174767407b1b-67407b01.w-node-d789cfa3-56bc-1a8d-fc13-877799d076a2-5a9b5102 {
  align-self: end;
}

#w-node-_63aea21b-2f8e-997d-88e2-174767407b1f-67407b01.w-node-d789cfa3-56bc-1a8d-fc13-877799d076a6-5a9b5102 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7828c96e-5c35-d639-80c1-389ffa967b98-67407b01.w-node-d789cfa3-56bc-1a8d-fc13-877799d076ae-5a9b5102 {
  align-self: end;
}

#w-node-_7828c96e-5c35-d639-80c1-389ffa967b9a-67407b01.w-node-d789cfa3-56bc-1a8d-fc13-877799d076b3-5a9b5102 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_63aea21b-2f8e-997d-88e2-174767407b07-67407b01.w-node-d789cfa3-56bc-1a8d-fc13-877799d076b7-5a9b5102 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_63aea21b-2f8e-997d-88e2-174767407b0f-67407b01.w-node-d789cfa3-56bc-1a8d-fc13-877799d076c1-5a9b5102 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_22c8f393-d39d-048c-ea8b-7b01c2725cf0-c2725ced.w-node-d789cfa3-56bc-1a8d-fc13-877799d076ee-5a9b5102 {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-_41d1ffcd-18e5-6de7-5afe-b5753d4bc0c2-c2725ced.w-node-d789cfa3-56bc-1a8d-fc13-877799d076ff-5a9b5102 {
  grid-area: 2 / 2 / 3 / 5;
}

#w-node-_22c8f393-d39d-048c-ea8b-7b01c2725cf9-c2725ced.w-node-d789cfa3-56bc-1a8d-fc13-877799d07701-5a9b5102, #w-node-_3bbdd118-2d16-1d06-1f67-cd66e70178cc-c2725ced.w-node-d789cfa3-56bc-1a8d-fc13-877799d07711-5a9b5102, #w-node-_77e04b32-a9ec-fd16-d96d-fecfbfd5e8f0-c2725ced.w-node-d789cfa3-56bc-1a8d-fc13-877799d0771e-5a9b5102, #w-node-_9b8da06b-c5c2-29a8-5b6b-ad35dd8e7563-c2725ced.w-node-d789cfa3-56bc-1a8d-fc13-877799d07728-5a9b5102 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_44ed6ab9-4c4e-a35a-ae4b-dbd67b90ce7a-7b90ce77.w-node-d789cfa3-56bc-1a8d-fc13-877799d0773b-5a9b5102 {
  grid-area: 2 / 2 / 4 / 5;
}

#w-node-_30418515-d59e-ffd3-5168-c0585cd80c62-7b90ce77.w-node-d789cfa3-56bc-1a8d-fc13-877799d07742-5a9b5102 {
  grid-area: 1 / 5 / 3 / 6;
}

#w-node-b0eacd5b-4be0-7f88-e26f-5aafc5d9bc99-c5d9bc94.w-node-d789cfa3-56bc-1a8d-fc13-877799d07749-5a9b5102 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_05ef1f7b-d3c7-7154-d601-04bc180da69c-180da68d.w-node-d789cfa3-56bc-1a8d-fc13-877799d075b4-5a9b5102 {
    grid-column: 1 / 6;
  }

  #w-node-_22c8f393-d39d-048c-ea8b-7b01c2725cf0-c2725ced.w-node-d789cfa3-56bc-1a8d-fc13-877799d076ee-5a9b5102, #w-node-_41d1ffcd-18e5-6de7-5afe-b5753d4bc0c2-c2725ced.w-node-d789cfa3-56bc-1a8d-fc13-877799d076ff-5a9b5102 {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-_44ed6ab9-4c4e-a35a-ae4b-dbd67b90ce7a-7b90ce77.w-node-d789cfa3-56bc-1a8d-fc13-877799d0773b-5a9b5102 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_30418515-d59e-ffd3-5168-c0585cd80c62-7b90ce77.w-node-d789cfa3-56bc-1a8d-fc13-877799d07742-5a9b5102 {
    grid-column: 1 / 2;
    grid-row-start: 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_05ef1f7b-d3c7-7154-d601-04bc180da690-180da68d.w-node-d789cfa3-56bc-1a8d-fc13-877799d075a8-5a9b5102 {
    grid-column: 1 / 6;
  }

  #w-node-f9d7020e-9794-709c-dc5d-75f54d8075c9-67407b01.w-node-d789cfa3-56bc-1a8d-fc13-877799d07693-5a9b5102, #w-node-_63aea21b-2f8e-997d-88e2-174767407b07-67407b01.w-node-d789cfa3-56bc-1a8d-fc13-877799d076b7-5a9b5102 {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_63aea21b-2f8e-997d-88e2-174767407b07-67407b01.w-node-d789cfa3-56bc-1a8d-fc13-877799d076b7-5a9b5102 {
    align-self: auto;
  }

  #w-node-_30418515-d59e-ffd3-5168-c0585cd80c62-7b90ce77.w-node-d789cfa3-56bc-1a8d-fc13-877799d07742-5a9b5102 {
    grid-column-end: 3;
  }
}

.section p {
  margin-top: 0;
}

h1, h2, h3, h4 {
  word-break: normal;
  hyphens: none;
}

.grid-layout {
  gap: 1.5rem !important;
}

.footer-cleanup {
    margin-top: 1rem !important;
    margin-bottom: 0.5rem !important;
    display: block !important;
}

/* ===== AJUSTES DO RODAPÉ ===== */

.footer-contact-row {
  align-items: center;
  grid-column-gap: 2rem;
  grid-template-columns: auto 1fr auto; /* logo | endereço | insta */
}

.footer-address {
  line-height: 1.6;
}

.footer-social {
  justify-self: flex-end;
}

.footer-icons-group {
  gap: 0.5rem;
}

.footer-logo {
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
}

.footer-logo img {
  max-height: 50px;
  height: auto;
  display: block;
}

.footer-bottom-row {
  margin-top: 1.25rem;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
}

/* Mobile */
@media (max-width: 767px) {
  .footer-contact-row {
    grid-template-columns: 1fr;
    row-gap: 1rem;
  }

  .footer-bottom-row {
    justify-content: center;
    text-align: center;
  }
}

/* ===========================
   Ícone do Instagram
   =========================== */

.footer-instagram-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 999px;
  border: 1px solid #1c3353; /* Azul elegante já usado no rodapé */
  background: transparent;
  transition: all 0.25s ease;
}

.footer-instagram-icon svg {
  width: 16px;
  height: 16px;
  color: #1c3353;
}

.footer-instagram-icon:hover {
  background: #1c3353;
  transform: translateY(-1px) scale(1.05);
  box-shadow: 0 4px 10px rgba(0,0,0,0.12);
}

.footer-instagram-icon:hover svg {
  color: #ffffff;
}

.footer-bottom-text {
  font-size: 0.85rem;
  color: #4a4a4a;
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  align-items: center;
}

.footer-bottom-text a {
  color: #0a3871;
  font-weight: 600;
  text-decoration: none;
}

.footer-bottom-text a:hover {
  text-decoration: underline;
}

.footer-separator {
  opacity: 0.6;
}

/* ===== Botão flutuante WhatsApp ===== */

.whatsapp-float {
  position: fixed;
  bottom: 22px;
  right: 22px;
  width: 60px;
  height: 60px;
  background: none;          
  border-radius: 50%;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  z-index: 9999;
  cursor: pointer;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.whatsapp-float:hover {
  transform: translateY(-3px);
}

/* Ícone PNG centralizado */
.whatsapp-icon {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

/* Mobile – ajustes WhatsApp + ícone Instagram */
@media (max-width: 767px) {
  .whatsapp-float {
    width: 54px;
    height: 54px;
    bottom: 80px;
    right: 16px;
  }

  .footer-social {
    justify-self: flex-start;  /* traz o ícone para a esquerda */
    margin-top: 0.35rem;       /* aproxima do endereço */
    margin-bottom: 8px;        /* afasta um pouco da linha inferior */
  }

  .footer-instagram-icon {
    margin-left: 0;
  }
}
