.web3forms-form {
  width: 100%;
}

#website-header .navbar-nav .dropdown-menu {
  background: rgba(3, 15, 38, .96);
  border: 1px solid rgba(0, 156, 255, .22);
  border-radius: 8px;
  box-shadow: 0 18px 36px rgba(0, 0, 0, .22);
  margin-top: 0;
  min-width: 260px;
  padding: 8px;
}

#website-header .navbar-nav .dropdown-item {
  border-radius: 6px;
  color: #fff;
  font-size: 14px;
  line-height: 1.25;
  padding: 10px 12px;
  text-decoration: none;
  white-space: normal;
}

#website-header .navbar-nav .dropdown-item:hover,
#website-header .navbar-nav .dropdown-item:focus {
  background: rgba(0, 199, 159, .16);
  color: #00c79f;
}

#website-header .navbar-nav .dropdown-toggle::after {
  vertical-align: .12em;
}

@media (min-width: 1200px) {
  #website-header .navbar-nav .dropdown {
    position: relative;
  }

  #website-header .navbar-nav .dropdown-menu {
    left: 0;
    top: 100%;
  }

  #website-header .navbar-nav .dropdown:hover > .dropdown-menu,
  #website-header .navbar-nav .dropdown:focus-within > .dropdown-menu,
  #website-header .navbar-nav .dropdown.show > .dropdown-menu,
  #website-header .navbar-nav .dropdown-menu.show {
    display: block !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    transform: translateY(0) !important;
    visibility: visible !important;
  }

  #website-header .navbar-nav .dropdown:hover > .dropdown-toggle,
  #website-header .navbar-nav .dropdown:focus-within > .dropdown-toggle {
    color: #00c79f;
  }
}

@media (max-width: 1199.98px) {
  #website-header .navbar-nav .dropdown-menu {
    background: transparent;
    border: 0;
    box-shadow: none;
    margin: 0;
    padding: 0 0 0 14px;
  }

  #website-header .navbar-nav .dropdown-item {
    color: #fff;
    padding: 8px 0;
  }
}

.content-page {
  background: #fff;
  color: #172033;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  margin: 0;
}

.content-container {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1120px;
  padding: 0 24px;
  width: 100%;
}

.content-header {
  background: #000016;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  position: sticky;
  top: 0;
  z-index: 20;
}

.content-nav {
  align-items: center;
  display: flex;
  justify-content: space-between;
  min-height: 76px;
}

.content-brand img {
  display: block;
  height: auto;
  width: 96px;
}

.content-nav nav {
  display: flex;
  gap: 24px;
}

.content-nav a {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.content-nav nav a:hover,
.content-nav nav a:focus,
.content-nav nav a[aria-current="page"] {
  color: #00c79f;
}

.content-hero {
  background-image:
    linear-gradient(90deg, rgba(0, 0, 22, .94), rgba(0, 31, 91, .82)),
    url("../f.hubspotusercontent40.net/hubfs/20493490/Site 2022/home/bg-home-desk.b0c9541f9f.jpg");
  background-position: center bottom;
  background-size: cover;
  color: #fff;
  padding: 118px 0 92px;
}

.content-eyebrow,
.content-tag {
  color: #00c79f;
  display: inline-block;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.content-hero h1 {
  font-size: 54px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.05;
  margin: 14px 0 20px;
  max-width: 760px;
}

.content-hero p {
  color: rgba(255, 255, 255, .86);
  font-size: 18px;
  line-height: 1.7;
  margin: 0;
  max-width: 690px;
}

.content-section {
  padding: 76px 0;
}

.content-section-muted {
  background: #f6f8fb;
}

.content-section-heading {
  margin-bottom: 28px;
  max-width: 720px;
}

.content-section-heading h2 {
  color: #172033;
  font-size: 34px;
  line-height: 1.15;
  margin: 0 0 10px;
}

.content-section-heading p {
  color: #536173;
  font-size: 16px;
  line-height: 1.65;
  margin: 0;
}

.content-feature {
  align-items: center;
  background: #000016;
  border-radius: 8px;
  box-shadow: 0 24px 54px rgba(13, 25, 44, .16);
  color: #fff;
  display: grid;
  gap: 36px;
  grid-template-columns: minmax(0, 1fr) 280px;
  overflow: hidden;
  padding: 42px;
}

.content-feature h3 {
  color: #fff;
  font-size: 34px;
  line-height: 1.15;
  margin: 14px 0 14px;
}

.content-feature p {
  color: rgba(255, 255, 255, .82);
  font-size: 16px;
  line-height: 1.7;
  margin: 0 0 24px;
}

.content-feature img {
  display: block;
  filter: drop-shadow(0 22px 36px rgba(0, 0, 0, .34));
  max-width: 100%;
}

.content-button {
  background: #00c79f;
  border-radius: 8px;
  color: #fff;
  display: inline-flex;
  font-weight: 800;
  padding: 14px 22px;
  text-decoration: none;
}

.content-button:hover,
.content-button:focus {
  background: #009cff;
  color: #fff;
}

.content-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.content-card {
  background: #fff;
  border: 1px solid #e4ebf2;
  border-radius: 8px;
  display: grid;
  gap: 0;
  grid-template-columns: 160px minmax(0, 1fr);
  overflow: hidden;
}

.content-card img {
  height: 100%;
  min-height: 210px;
  object-fit: cover;
  width: 100%;
}

.content-card div {
  padding: 24px;
}

.content-card h3 {
  color: #172033;
  font-size: 22px;
  line-height: 1.25;
  margin: 10px 0 10px;
}

.content-card p {
  color: #536173;
  font-size: 14px;
  line-height: 1.6;
  margin: 0 0 18px;
}

.content-card a {
  color: #009cff;
  font-weight: 800;
  text-decoration: none;
}

.content-card a:hover,
.content-card a:focus {
  color: #00c79f;
}

.content-footer {
  background: #000016;
  color: rgba(255, 255, 255, .72);
  padding: 28px 0;
}

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

.content-footer p {
  margin: 0;
}

.content-footer a {
  color: #00c79f;
  font-weight: 700;
  text-decoration: none;
}

.content-hub-page {
  background: #fff;
}

.blog-home #website-header .navbar {
  background: #fff !important;
  box-shadow: 0 8px 28px rgba(0, 0, 0, .08);
}

.blog-home #website-header .navbar-brand svg .st0,
.blog-home #website-header #site-logo-header .st0 {
  fill: #2B4692 !important;
}

.blog-home #website-header .navbar-nav .nav-link {
  color: #000016 !important;
}

.blog-home #website-header .navbar-nav .nav-link:hover,
.blog-home #website-header .navbar-nav .nav-link:focus {
  color: #00c79f !important;
}

.blog-home #website-header .navbar-toggler b {
  background: #000016 !important;
}

.content-hub-hero {
  background-image:
    linear-gradient(90deg, rgba(0, 0, 22, .94), rgba(0, 31, 91, .82)),
    url("../f.hubspotusercontent40.net/hubfs/20493490/Site 2022/home/bg-home-desk.b0c9541f9f.jpg");
  background-position: center bottom;
  background-size: cover;
  color: #fff;
  padding: 174px 0 108px;
}

.content-hub-eyebrow,
.content-hub-tag {
  color: #00c79f;
  display: inline-block;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.content-hub-hero h1 {
  color: #fff;
  font-size: 56px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.08;
  margin: 0 0 20px;
}

.content-hub-hero p {
  color: rgba(255, 255, 255, .84);
  font-size: 18px;
  line-height: 1.7;
  margin: 0;
}

.content-hub-section {
  padding: 86px 0;
}

.content-hub-book-section {
  background: #fff;
}

.content-hub-book-card {
  align-items: center;
  background: #000016;
  border-radius: 8px;
  box-shadow: 0 20px 52px rgba(0, 0, 22, .16);
  display: grid;
  gap: 36px;
  grid-template-columns: minmax(0, 1fr) 280px;
  margin-top: 34px;
  overflow: hidden;
  padding: 44px;
}

.content-hub-book-copy h3 {
  color: #fff;
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.16;
  margin: 0 0 16px;
}

.content-hub-book-copy p {
  color: rgba(255, 255, 255, .82);
  font-size: 16px;
  line-height: 1.7;
  margin: 0 0 26px;
}

.content-hub-book-cover img {
  display: block;
  filter: drop-shadow(0 22px 32px rgba(0, 0, 0, .34));
  width: 100%;
}

.content-hub-articles-section {
  background: #f5f8fb;
}

.content-hub-featured-section {
  background: #fff;
}

.content-hub-grid {
  display: grid;
  gap: 28px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 34px;
}

.content-hub-card {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 12px 34px rgba(0, 0, 22, .08);
  overflow: hidden;
}

.content-hub-card img {
  display: block;
  height: 214px;
  object-fit: cover;
  width: 100%;
}

.content-hub-card > div {
  padding: 28px;
}

.content-hub-card h3 {
  color: #000016;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.24;
  margin: 0 0 12px;
}

.content-hub-card p {
  color: #536173;
  font-size: 15px;
  line-height: 1.65;
  margin: 0 0 20px;
}

.content-hub-meta {
  color: #00c79f !important;
  font-size: 12px !important;
  font-weight: 800;
  letter-spacing: .08em;
  margin-bottom: 12px !important;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .content-hub-hero {
    padding: 138px 0 78px;
  }

  .content-hub-hero h1 {
    font-size: 42px;
  }

  .content-hub-book-card,
  .content-hub-grid {
    grid-template-columns: 1fr;
  }

  .content-hub-book-cover img {
    margin: 0 auto;
    max-width: 260px;
  }
}

@media (max-width: 575px) {
  .content-hub-hero h1 {
    font-size: 36px;
  }

  .content-hub-section {
    padding: 64px 0;
  }

  .content-hub-book-card {
    padding: 30px;
  }
}

@media (max-width: 767px) {
  .content-nav {
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
    padding-bottom: 18px;
    padding-top: 18px;
  }

  .content-nav nav {
    flex-wrap: wrap;
    gap: 14px 18px;
  }

  .content-hero {
    padding: 74px 0 62px;
  }

  .content-hero h1 {
    font-size: 38px;
  }

  .content-feature,
  .content-grid,
  .content-card {
    grid-template-columns: 1fr;
  }

  .content-feature {
    padding: 30px;
  }

  .content-feature img {
    margin: 0 auto;
    max-width: 260px;
  }

  .content-card img {
    min-height: 180px;
  }

  .content-footer .content-container {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }
}

.web3forms-form .hs-form-field {
  margin-bottom: 14px;
}

.web3forms-form label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 6px;
}

.web3forms-form input,
.web3forms-form select,
.web3forms-form textarea {
  box-sizing: border-box;
  width: 100%;
}

.web3forms-form textarea {
  min-height: 110px;
  resize: vertical;
}

.web3forms-form .web3forms-hidden {
  display: none !important;
}

.web3forms-form .hs-button {
  cursor: pointer;
}

.web3forms-message {
  border-radius: 8px;
  display: none;
  font-size: 15px;
  line-height: 1.45;
  margin-top: 14px;
  padding: 12px 14px;
}

.web3forms-message.is-visible {
  display: block;
}

.web3forms-message.is-success {
  background: #e9f8ef;
  color: #146c3a;
}

.web3forms-message.is-error {
  background: #fff0f0;
  color: #9f1d1d;
}

.web3forms-form.is-submitting {
  opacity: .7;
  pointer-events: none;
}

.web3forms-form.is-submitted .hs-form-field,
.web3forms-form.is-submitted .hs_submit {
  display: none !important;
}

.web3forms-success-download {
  display: none;
  margin-top: 18px;
  text-align: center;
}

.web3forms-success-download.is-visible,
.web3forms-form.is-submitted .web3forms-success-download,
.web3forms-form.is-submitted .web3forms-success-download[hidden] {
  display: block !important;
}

.web3forms-form.is-submitted .web3forms-message {
  margin-bottom: 0;
}

.web3forms-success-download p {
  color: inherit;
  font-size: 16px;
  line-height: 1.45;
  margin: 0 0 16px;
}

.web3forms-download-button {
  align-items: center;
  background: linear-gradient(135deg, #00c79f 0%, #009cff 100%);
  border: 0;
  border-radius: 10px;
  box-shadow: 0 14px 28px rgba(0, 156, 255, .28);
  color: #fff !important;
  display: inline-flex;
  font-size: 14px;
  font-weight: 800;
  justify-content: center;
  letter-spacing: 0;
  line-height: 1;
  min-height: 48px;
  min-width: 220px;
  padding: 16px 24px;
  text-decoration: none !important;
  text-transform: uppercase;
  transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
}

.web3forms-download-button:hover,
.web3forms-download-button:focus {
  box-shadow: 0 18px 34px rgba(0, 156, 255, .36);
  filter: brightness(1.04);
  transform: translateY(-1px);
}

.web3forms-download-button:active {
  box-shadow: 0 10px 22px rgba(0, 156, 255, .24);
  transform: translateY(0);
}

.ebook-page .body-wrapper > div:first-child {
  display: none !important;
}

.ebook-page,
.ebook-page body {
  margin: 0 !important;
  padding: 0 !important;
}

.ebook-page .cell_1633611785186-vertical-alignment {
  float: none !important;
  margin-left: 0 !important;
  width: 100% !important;
}

.ebook-page .cell_16336117851872-vertical-alignment {
  display: none !important;
}

.ebook-page #hs_cos_wrapper_widget_1633609946105 .button-wrapper {
  text-align: center !important;
}

.ebook-page {
  background: #ffffff;
}

.ebook-page .dnd_area-row-0-background-layers {
  background-image:
    linear-gradient(90deg, rgba(0, 0, 22, .94) 0%, rgba(0, 0, 35, .84) 48%, rgba(0, 28, 82, .72) 100%),
    url("../f.hubspotusercontent40.net/hubfs/20493490/Site 2022/home/bg-home-desk.b0c9541f9f.jpg") !important;
  background-position: center bottom !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  overflow: hidden;
  position: relative;
}

.ebook-page .dnd_area-row-0-padding {
  padding-top: 46px !important;
  padding-bottom: 78px !important;
}

.ebook-page #hs_cos_wrapper_module_16331104359283 h1 {
  font-size: 58px !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  margin: 16px auto 18px !important;
  max-width: 760px;
}

.ebook-page #hs_cos_wrapper_module_16331104359283 h1 strong {
  color: #009cff;
  font-weight: 700;
}

.ebook-page #hs_cos_wrapper_module_16331104359283 p {
  font-size: 18px !important;
  line-height: 1.65 !important;
  margin: 0 auto 36px !important;
  max-width: 820px;
}

.ebook-page #hs_cos_wrapper_widget_1633110460402 img {
  height: auto !important;
  max-width: 118px !important;
}

.ebook-page #hs_cos_wrapper_widget_1633610209865 img {
  display: block;
  filter: drop-shadow(0 28px 48px rgba(0, 0, 0, .36));
  margin: 0 auto;
  max-width: 430px !important;
  transform: translateY(8px);
}

.ebook-page #hs_cos_wrapper_module_1633610174656 p,
.ebook-page #hs_cos_wrapper_module_16336105548763 p {
  line-height: 1.65 !important;
}

.ebook-page #hs_cos_wrapper_module_16336105548763 p {
  color: #b9f3ff !important;
  margin-bottom: 18px !important;
}

.ebook-page .web3forms-form {
  background: rgba(255, 255, 255, .96) !important;
  border: 1px solid rgba(0, 156, 255, .14) !important;
  border-radius: 8px !important;
  box-shadow: 0 24px 52px rgba(0, 0, 0, .24);
  padding: 34px !important;
}

.ebook-page .web3forms-form label {
  color: #24354a !important;
  font-size: 13px !important;
  font-weight: 700 !important;
}

.ebook-page .web3forms-form input,
.ebook-page .web3forms-form select,
.ebook-page .web3forms-form textarea {
  background: #ffffff !important;
  border: 1px solid #dce8f2 !important;
  border-radius: 8px !important;
  color: #172033 !important;
  min-height: 46px;
  padding: 12px 14px !important;
}

.ebook-page .web3forms-form input:focus,
.ebook-page .web3forms-form select:focus,
.ebook-page .web3forms-form textarea:focus {
  border-color: #009cff !important;
  box-shadow: 0 0 0 3px rgba(0, 156, 255, .16);
  outline: 0;
}

.ebook-page .web3forms-form .hs-button,
.ebook-page #hs_cos_wrapper_widget_1633609946105 .button {
  background: #00c79f !important;
  border: 1px solid #00c79f !important;
  border-radius: 8px !important;
  box-shadow: 0 14px 30px rgba(0, 199, 159, .24);
  color: #ffffff !important;
  font-weight: 800 !important;
  min-height: 48px;
  padding: 15px 24px !important;
  text-decoration: none !important;
  transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease;
}

.ebook-page .web3forms-form .hs-button:hover,
.ebook-page .web3forms-form .hs-button:focus,
.ebook-page #hs_cos_wrapper_widget_1633609946105 .button:hover,
.ebook-page #hs_cos_wrapper_widget_1633609946105 .button:focus {
  background: #009cff !important;
  border-color: #009cff !important;
  box-shadow: 0 18px 36px rgba(0, 156, 255, .28);
  transform: translateY(-1px);
}

.ebook-page .web3forms-message.is-success {
  background: #e8fbf6;
  color: #007a63;
}

.ebook-page .dnd_area-row-1-padding,
.ebook-page .dnd_area-row-2-padding {
  background: #ffffff !important;
}

.ebook-page .dnd_area-row-3-background-layers {
  background-image: linear-gradient(135deg, #000016 0%, #001f5b 100%) !important;
}

.ebook-page .dnd_area-row-8-background-gradient {
  background-image:
    linear-gradient(90deg, rgba(0, 0, 22, .94), rgba(0, 31, 91, .9)),
    url("../f.hubspotusercontent40.net/hubfs/20493490/Site 2022/home/bg-home-desk.b0c9541f9f.jpg") !important;
  background-position: center bottom !important;
  background-size: cover !important;
}

.hero-contato {
  min-height: 0;
}

.body-wrapper .contato-agenda,
#hs_cos_wrapper_module_16457128495859,
#trabalheModal {
  display: none !important;
}

.servicos-modulos > .container > .row.justify-content-center > .col-12:nth-child(1),
.servicos-modulos > .container > .row.justify-content-center > .col-12:nth-child(4),
.servicos-modulos > .container > .row.justify-content-center > .col-12:nth-child(5) {
  display: none !important;
}

.hs-blog-post .blog-listings {
  min-height: auto !important;
  padding: 56px 0 24px !important;
  margin: 0 !important;
}

.hs-blog-post .blog-listings .title {
  margin-bottom: 34px !important;
}

.hs-blog-post .blog-listings .post {
  margin-bottom: 0 !important;
}

.hs-blog-post .blog-listings .post .image img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.hs-blog-post .body-container-wrapper,
.hs-blog-post .body-container,
.hs-blog-post main {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.hs-blog-post #website-footer .sitemap {
  padding-top: 36px !important;
}

@media (min-width: 768px) {
  .hero-contato {
    padding-bottom: 0;
  }

}

@media (max-width: 767px) {
  .ebook-page .dnd_area-row-0-background-layers,
  .ebook-page .dnd_area-row-8-background-gradient {
    background-image:
      linear-gradient(180deg, rgba(0, 0, 22, .92), rgba(0, 31, 91, .88)),
      url("../f.hubspotusercontent40.net/hubfs/20493490/Site 2022/home/bg-home-mob.b5b82d9aa8.jpg") !important;
  }

  .ebook-page .dnd_area-row-0-padding {
    padding-top: 34px !important;
    padding-bottom: 52px !important;
  }

  .ebook-page #hs_cos_wrapper_module_16331104359283 h1 {
    font-size: 40px !important;
  }

  .ebook-page #hs_cos_wrapper_module_16331104359283 p,
  .ebook-page #hs_cos_wrapper_module_1633610174656 p,
  .ebook-page #hs_cos_wrapper_module_16336105548763 p {
    font-size: 15px !important;
    line-height: 1.55 !important;
  }

  .ebook-page #hs_cos_wrapper_widget_1633610209865 img {
    max-width: 320px !important;
    transform: none;
  }

  .ebook-page .web3forms-form {
    padding: 24px !important;
  }
}
