.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;
}

.navbar {
  z-index: 9999;
  background-color: #fff;
  align-items: stretch;
  display: flex;
  position: sticky;
  top: 0;
}

.logo {
  height: 40px;
}

.brand {
  order: -1;
}

.nav-menu {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  order: 1;
  align-items: center;
  display: flex;
}

.buttom {
  padding: 10px 24px;
  font-weight: 500;
}

.buttom.primary {
  color: #fff;
  background-color: #2659d9;
  border: 1px solid #2659d9;
  border-radius: 12px;
  font-weight: 400;
}

.buttom.secondary {
  color: #2659d9;
  background-color: #0000;
  border: 1px solid #2659d9;
  font-weight: 400;
  display: none;
}

.buttom.secondary.large {
  color: #2659d9;
  background-color: #0000;
  border: 1px solid #2659d9;
  padding: 12px 40px;
  line-height: 24px;
  display: block;
}

.buttom.secondary.large:hover {
  background-color: #d9e4ff;
}

.buttom.primary {
  color: #fff;
  background-color: #2659d9;
  border: 1px solid #2659d9;
  font-weight: 400;
}

.buttom.primary.large {
  padding: 12px 40px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.buttom.primary.large {
  padding: 12px 40px;
  line-height: 24px;
}

.buttom.primary.large:hover {
  background-color: #1b3f99;
}

.header-background-scroll {
  z-index: 0;
  opacity: 0;
  border-bottom: 1px solid #e6e7ea;
  position: absolute;
  inset: 0%;
}

.nav-link {
  color: #101d37;
  padding: 6px 8px;
  font-weight: 400;
}

.nav-link:hover {
  color: #2659d9;
}

.divider {
  background-color: #e6e7ea;
  width: 50%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0% 0;
}

.divider.normaly {
  background-color: #e6e7ea;
  width: auto;
  position: relative;
}

.divider.normaly.color {
  background-color: #2659d9;
}

.divider.normaly.color.social {
  display: none;
}

.container-menu {
  z-index: 1;
  flex-direction: row;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  padding: 24px 0;
  display: flex;
  position: relative;
}

.icon-button.float {
  z-index: 2;
  background-color: #14b82e;
  border-radius: 32px;
  padding: 16px;
  position: fixed;
  bottom: 32px;
  right: 32px;
  box-shadow: 0 1px 10px #00000040;
}

.icon {
  width: 16px;
  height: 16px;
}

.icon.medium {
  width: 32px;
  height: 32px;
}

.icon.color-brand {
  color: #2659d9;
}

.container {
  max-width: 1140px;
  margin-top: 80px;
  margin-bottom: 80px;
}

.container.full {
  justify-content: center;
  max-width: 100%;
  margin-top: 0;
  padding: 16px;
  display: flex;
}

.section {
  width: 1140px;
}

.section.hero {
  background-color: #0f2357;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 532px;
  display: flex;
}

.section.custom-margim {
  margin-top: 200px;
  margin-bottom: 200px;
}

.body {
  font-family: Open Sans, sans-serif;
}

.heading {
  color: #fff;
  text-align: center;
  width: 70%;
  margin-top: 8px;
  font-family: Open Sans, sans-serif;
  font-size: 56px;
  font-weight: 300;
  line-height: 64px;
}

.subtitle {
  color: #fff;
  font-size: 18px;
}

.servi-es {
  grid-column-gap: 12px;
  grid-row-gap: 8px;
  flex-flow: wrap;
  place-content: center;
  width: 60%;
  margin-top: 16px;
  margin-bottom: 32px;
  display: flex;
}

.chips {
  border: 1px dashed #a8bcf0;
  border-radius: 32px;
  flex: none;
  padding: 6px 12px;
}

.service-na {
  color: #fff;
  font-weight: 600;
  line-height: 24px;
}

.title.section {
  color: #0f2357;
  width: 70%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 400;
  line-height: 120%;
}

.title.section.custom {
  width: 100%;
}

.title.section {
  color: #101d37;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 300;
  line-height: 120%;
}

.content.button {
  flex-direction: column;
  margin-left: 0;
  margin-right: 8px;
  display: flex;
}

.content.button.social {
  margin-left: 8px;
  margin-right: 0;
}

.actions-section {
  flex-direction: column;
  display: flex;
}

.actions-section.right {
  align-self: flex-start;
  align-items: flex-start;
}

.link-buttom {
  color: #374258;
  align-self: center;
  align-items: center;
  padding: 6px 8px;
  text-decoration: none;
  display: flex;
}

.link-buttom:hover {
  background-color: #d9e4ff;
  border-radius: 2px;
}

.link-buttom.action {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #2659d9;
  align-self: flex-end;
}

.link-buttom.action:hover {
  background-color: #d9e4ff;
  border-radius: 2px;
}

.link-buttom.action.hiden {
  align-self: flex-start;
}

.link-buttom.action.hiden.c {
  transform: translate(-8px);
}

.link-buttom.action.hiden.left {
  justify-content: flex-end;
  align-self: flex-end;
}

.link-buttom.action.social:hover {
  background-color: #d9e4ff;
  border-radius: 2px;
}

.text-link {
  align-self: flex-end;
  font-weight: 600;
}

.text.actions {
  color: #374258;
  align-self: flex-end;
  margin-bottom: 4px;
}

.text.actions.hide {
  color: #525d7a;
  align-self: flex-start;
  font-size: 16px;
  line-height: 24px;
}

.text.footer-copyright {
  color: #878e9b;
  margin-bottom: 8px;
  font-size: 13px;
  line-height: 150%;
}

.text.footer {
  color: #374258;
  width: 50%;
  margin-top: 16px;
  font-size: 16px;
  line-height: 25px;
}

.header-section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: min-content;
  grid-template-columns: auto max-content;
  grid-auto-rows: min-content;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-services {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 450px 1fr;
  align-items: center;
  margin-top: 56px;
}

.grid-services.c {
  grid-template-columns: 1fr 480px;
}

.paragraph {
  column-count: 1;
  white-space: normal;
}

.paragraph.services {
  color: #525d7a;
  column-count: 2;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
}

.paragraph.text {
  color: #525d7a;
  font-size: 16px;
  line-height: 24px;
}

.title-service {
  color: #0f2357;
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

.title-service.custom {
  margin-top: 32px;
}

.services-locals {
  grid-column-gap: 0px;
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

.bold-text {
  color: #374258;
  text-decoration: none;
}

.grid-footer {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: min-content auto;
  align-items: start;
  padding-top: 48px;
  padding-bottom: 48px;
}

.container-2 {
  flex-direction: row;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.info {
  flex-direction: column;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.text-link-2 {
  font-weight: 500;
}

.link {
  text-decoration: none;
}

.social-links {
  justify-content: flex-end;
  display: flex;
}

.actions-section-footer {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: flex-start;
  display: flex;
}

.footer {
  width: auto;
  height: auto;
}

.instagram-feed {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 32px;
}

.instram-image {
  object-fit: cover;
  border-radius: 12px;
  width: 100%;
  height: 316px;
}

.other-services {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  margin-top: 24px;
}

.o-serv {
  border: 1.5px dashed #c7c8cc;
  border-radius: 12px;
  flex-flow: column;
  justify-content: center;
  padding: 4px;
  display: flex;
}

.service-imagem-item {
  border-radius: 12px;
}

.s-item {
  color: #0f2357;
  text-align: center;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  height: 48px;
  margin-top: 0;
  display: flex;
}

.image-2 {
  object-fit: cover;
  border-radius: 12px;
  width: 100%;
  height: 200px;
}

@media screen and (min-width: 1280px) {
  .title.section.footer {
    color: #0f2357;
  }

  .text.actions, .text.footer {
    color: #525d7a;
  }

  .instagram-feed {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-top: 48px;
  }

  .instram-image {
    object-fit: cover;
  }

  .other-services {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    margin-top: 56px;
  }

  .o-serv {
    flex-direction: column;
    justify-content: center;
    display: flex;
  }

  .service-imagem-item {
    border-radius: 12px;
    align-self: center;
    width: 124px;
    height: 124px;
    margin-bottom: 8px;
  }

  .s-item {
    color: #0f2357;
    text-align: center;
    justify-content: center;
    align-items: center;
    height: 48px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    display: flex;
  }
}

@media screen and (min-width: 1440px) {
  .container-menu, .container {
    max-width: 1440px;
  }

  .section.custom-margim {
    width: auto;
    max-width: 1440px;
  }

  .heading, .servi-es {
    width: 40%;
  }

  .grid-services {
    grid-template-columns: 623px 1fr;
    margin-top: 14px;
  }

  .grid-services.c {
    grid-template-columns: .75fr 1fr;
  }

  .bold-text {
    color: #878e9b;
  }

  .container-2 {
    max-width: 1440px;
  }

  .other-services {
    margin-top: 24px;
  }

  .o-serv {
    align-items: stretch;
  }

  .s-item {
    justify-content: center;
    align-items: center;
  }

  .image {
    opacity: 1;
    object-fit: cover;
    border-radius: 12px;
    width: 100%;
    height: 224px;
  }
}

@media screen and (max-width: 991px) {
  .icon-4 {
    color: #878e9b;
  }

  .menu-button {
    order: 1;
  }

  .menu-button.w--open {
    background-color: #e6e7ea;
  }

  .logo {
    height: 32px;
  }

  .brand {
    flex: 1;
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    display: flex;
  }

  .nav-menu {
    background-color: #fff;
    padding: 24px;
    box-shadow: 1px 16px 12px #0000001a;
  }

  .buttom.secondary.hide {
    text-align: center;
    margin-top: 16px;
    padding-top: 12px;
    padding-bottom: 12px;
    display: block;
  }

  .buttom.secondary.large {
    flex: none;
  }

  .buttom.primary {
    text-align: center;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .buttom.primary.large {
    flex: none;
  }

  .nav-link {
    margin-bottom: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .divider {
    width: 100%;
  }

  .container-menu {
    justify-content: space-between;
    align-items: center;
    padding: 8px 16px;
  }

  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .section.hero {
    height: auto;
    padding: 40px 0;
  }

  .section.custom-margim {
    width: auto;
    max-width: 11401100px;
    margin-bottom: 96px;
  }

  .heading {
    width: 90%;
    font-size: 48px;
  }

  .servi-es {
    width: 90%;
  }

  .title.section {
    width: 85%;
    font-size: 32px;
  }

  .actions-section {
    display: none;
  }

  .text.footer {
    width: 60%;
  }

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

  .grid-services.c {
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
    margin-top: 32px;
  }

  .grid-footer {
    padding-left: 16px;
    padding-right: 16px;
  }

  .instagram-feed {
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 32px;
  }

  .instram-image {
    width: 100%;
  }

  .other-services {
    grid-row-gap: 32px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: stretch;
    margin-top: 32px;
  }

  .o-serv {
    flex-direction: column;
    display: flex;
  }

  .service-imagem-item {
    display: inline-block;
  }

  .image {
    object-fit: cover;
    border-radius: 12px;
    width: 100vw;
    height: 230px;
  }
}

@media screen and (max-width: 767px) {
  .logo {
    height: 2rem;
  }

  .buttom.primary.large {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .container-menu {
    padding-left: 8px;
    padding-right: 8px;
  }

  .section.hero {
    padding-bottom: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .heading {
    width: 100%;
    font-size: 40px;
    line-height: 48px;
  }

  .servi-es {
    width: 100%;
  }

  .title.section {
    width: 100%;
    font-size: 24px;
  }

  .actions-section {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .text.actions {
    align-self: flex-start;
  }

  .text.footer {
    width: 75%;
  }

  .header-section {
    grid-template-columns: 1fr auto;
  }

  .grid-footer {
    grid-template-rows: min-content;
  }

  .actions-section-footer {
    justify-content: flex-start;
  }

  .instagram-feed {
    grid-template-columns: 1fr 1fr;
  }

  .instram-image {
    height: 240px;
  }

  .other-services {
    grid-row-gap: 23px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  .menu-button {
    position: absolute;
    inset: 0% 0% 0% auto;
  }

  .logo {
    height: 1.7rem;
  }

  .buttom.secondary.large {
    text-align: center;
    align-self: stretch;
  }

  .buttom.primary.large {
    text-align: center;
    text-align: center;
    flex: 0 auto;
    align-self: stretch;
  }

  .container-menu {
    height: 64px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .icon-button {
    background-color: #14b82e;
    border-radius: 32px;
    padding: 16px;
  }

  .icon-button.float {
    z-index: 999;
    position: fixed;
    bottom: 16px;
    right: 16px;
    box-shadow: 0 2px 10px #00000040;
  }

  .icon.medium {
    width: 32px;
    height: 32px;
  }

  .container {
    margin-top: 32px;
  }

  .container.full {
    margin-bottom: 24px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .section.hero {
    padding: 24px 16px 16px;
  }

  .section.custom-margim {
    margin-top: 80px;
  }

  .heading {
    margin-top: 16px;
    font-size: 28px;
    line-height: 36px;
  }

  .subtitle {
    font-size: 14px;
  }

  .servi-es {
    grid-column-gap: 8px;
  }

  .chips {
    padding: 0 9px;
  }

  .service-na {
    letter-spacing: .2px;
    font-size: 11px;
  }

  .title.section {
    font-size: 1.5rem;
  }

  .title.section.footer {
    font-size: 24px;
  }

  .link-buttom.action.hiden {
    display: none;
  }

  .text.actions {
    text-align: center;
    flex: none;
    align-self: center;
  }

  .text.actions.hide {
    display: none;
  }

  .text.footer-copyright {
    text-align: center;
    align-self: stretch;
  }

  .text.footer {
    width: 100%;
    font-size: 14px;
    line-height: 20px;
  }

  .header-section {
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1px;
  }

  .header-section.brokers {
    width: 103%;
  }

  .paragraph.services {
    column-count: 1;
  }

  .title-service.custom {
    margin-top: 32px;
  }

  .bold-text {
    color: #2659d9;
  }

  .social-links {
    flex: 0 auto;
    justify-content: space-around;
    align-self: center;
    width: 100%;
  }

  .actions-section-footer {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    align-items: stretch;
  }

  .instagram-feed {
    grid-template-columns: 1fr;
  }

  .instram-image {
    height: 290px;
  }

  .other-services {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    margin-top: 16px;
  }

  .image {
    height: 140px;
  }
}

#w-node-_8aba0d68-33e0-97ac-48b1-82c6a4be7266-e0fbaf76 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8aba0d68-33e0-97ac-48b1-82c6a4be726b-e0fbaf76 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end;
}

#w-node-_8aba0d68-33e0-97ac-48b1-82c6a4be726c-e0fbaf76 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8b038587-43bc-bcfa-6881-47423d6a4353-e0fbaf76 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_02c1113c-7af1-ebde-ef6b-8b7f3034cef3-e0fbaf76 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5cc77f58-359a-7450-a2ed-8aadd39d90e6-e0fbaf76 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_4fa9aa54-23be-a887-17b6-a342c860ae4c-e0fbaf76, #w-node-_1fa43eba-ed23-437c-2584-5aa0b90b35c4-e0fbaf76, #w-node-_6df5069b-6707-0534-57ec-9bd2bd32d96d-e0fbaf76 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_13466b15-969a-090a-30aa-0374276f9ec8-e0fbaf76 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-c3842e8d-dd8b-c2be-adc7-96ae69a43d08-e0fbaf76, #w-node-_758202dd-771a-863b-0dcd-4b430c6db939-e0fbaf76, #w-node-_55b885fd-1e3b-f307-75d2-2e48f5a1cc95-e0fbaf76 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_55b885fd-1e3b-f307-75d2-2e48f5a1cc9a-e0fbaf76 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end;
}

#w-node-_55b885fd-1e3b-f307-75d2-2e48f5a1cc9b-e0fbaf76 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5e22678c-8ec2-5e49-60f7-32182fa8e714-e0fbaf76 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5e22678c-8ec2-5e49-60f7-32182fa8e715-e0fbaf76, #w-node-_5e22678c-8ec2-5e49-60f7-32182fa8e722-e0fbaf76 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5e22678c-8ec2-5e49-60f7-32182fa8e727-e0fbaf76 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end;
}

#w-node-_5e22678c-8ec2-5e49-60f7-32182fa8e728-e0fbaf76 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_02c1113c-7af1-ebde-ef6b-8b7f3034cef3-e0fbaf76, #w-node-c26a86b4-a788-f1a7-9708-962718677b3b-e0fbaf76 {
    justify-self: center;
  }

  #w-node-_95b8116f-8553-8506-c85e-e7cf26b4b766-e0fbaf76 {
    justify-self: stretch;
  }

  #w-node-_55d75e82-394e-d05f-431f-d741e92a62fa-e0fbaf76 {
    justify-self: center;
  }

  #w-node-_59d344bc-c740-c930-c66f-e8b67575cc7c-e0fbaf76, #w-node-a99c1d5b-9fd1-8fca-62dd-88ab854f7b79-e0fbaf76, #w-node-_5493dd59-450d-96fa-7be5-dabe2e055f20-e0fbaf76, #w-node-e5ed28b9-4ecf-f5a6-db9f-30ba8e377cae-e0fbaf76, #w-node-cb59d08b-e0a9-c798-e5c8-2c917d306e62-e0fbaf76 {
    justify-self: stretch;
  }

  #w-node-_13466b15-969a-090a-30aa-0374276f9ec8-e0fbaf76 {
    justify-self: center;
  }

  #w-node-c3842e8d-dd8b-c2be-adc7-96ae69a43d08-e0fbaf76 {
    order: 9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_55d75e82-394e-d05f-431f-d741e92a62fa-e0fbaf76 {
    justify-self: stretch;
  }

  #w-node-c3842e8d-dd8b-c2be-adc7-96ae69a43d08-e0fbaf76 {
    order: 9999;
  }

  #w-node-_5e22678c-8ec2-5e49-60f7-32182fa8e722-e0fbaf76 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: stretch;
  }

  #w-node-_5e22678c-8ec2-5e49-60f7-32182fa8e727-e0fbaf76 {
    justify-self: auto;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_5e22678c-8ec2-5e49-60f7-32182fa8e727-e0fbaf76 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: end stretch;
  }
}


