body {
  background-color: #edeff2;
  font-family: "Open Sans", sans-serif;
  color: #6a859c;
  font-size: 16px;
  line-height: 20px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #676770;
  font-size: 32px;
  line-height: 36px;
  font-weight: 300;
  text-align: center;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #676770;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  letter-spacing: 7px;
  text-transform: uppercase;
}

h4 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #676770;
  font-size: 18px;
  line-height: 20px;
  font-weight: 300;
  letter-spacing: 4px;
  text-transform: uppercase;
}

h6 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 25px;
  font-weight: 300;
}

.button {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  padding: 12px 30px;
  border-radius: 4px;
  background-color: #056571;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 21px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.button:hover {
  background-color: #2e9dff;
}

.button.w--current {
  background-color: #2e80b6;
}

.button.full-width {
  display: block;
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
}

.button.tab {
  margin-right: 8px;
  margin-left: 8px;
  background-color: #92a0ad;
}

.button.tab:hover {
  background-color: #2e80b6;
}

.button.tab.w--current {
  background-color: #2e80b6;
}

.navigation-link {
  top: 6px;
  padding-right: 20px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  color: #fff;
}

.navigation-link:hover {
  color: #2e9dff;
}

.navigation-bar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid #023d44;
  border-radius: 0px;
  background-color: #056571;
  box-shadow: 0px 3px 5px 0 #00000033;
  color: #7f7f7f;
  font-size: 14px;
}

.brand-text {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: "Open Sans", sans-serif;
  color: #69b9ff;
  font-size: 25px;
  line-height: 25px;
  font-weight: 300;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.brand-link {
  padding-top: 16px;
  padding-bottom: 16px;
}

.section {
  position: relative;
  padding: 40px 10px;
  border-radius: 0px;
  background-color: #fff;
  box-shadow: 0px 3px 5px #00000033;
  color: #c3c3c5;
  text-align: center;
  background-clip: padding-box;
}

.section.accent {
  background-color: #192024;
}

.section.section-laranja {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #056571;
}

.section.section-cinza {
  background-color: #f0ecee;
}

.white-box {
  margin-top: -10px;
  padding: 0px 15px 10px;
  border: 1px none transparent;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: none;
  color: #2e9dff;
  text-align: center;
}

.white-box.transparent {
  border-style: none;
  background-color: transparent;
}

.white-box.section-laranja {
  padding-bottom: 10px;
  background-color: #056571;
}

.white-box.section-cinza {
  background-color: #f0ecee;
}

.hero-section {
  padding-top: 242px;
  padding-bottom: 242px;
}

.hero-section.centered {
  padding-top: 195px;
  padding-bottom: 195px;
  border-bottom: 4px solid #69b9ff;
  background-color: #404047;
  background-image: url("../images/bg_3.jpg");
  background-position: 50% 50%;
  background-size: cover;
  color: #2e3338;
  text-align: center;
}

.hero-heading {
  margin-bottom: 30px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #fff;
  font-size: 60px;
  line-height: 60px;
  font-weight: 300;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.hero-subheading {
  margin-bottom: 40px;
  color: #676770;
  font-size: 25px;
  line-height: 25px;
  font-weight: 300;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.hollow-button {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  padding: 10px 30px;
  border: 1px solid #fff;
  border-radius: 4px;
  -webkit-transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  color: #fff;
  line-height: 21px;
  font-weight: 300;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.hollow-button:hover {
  border-color: #2e9dff;
  color: #2e9dff;
}

.hollow-button.all-caps {
  text-transform: uppercase;
}

.section-heading {
  margin-top: 0px;
  margin-bottom: 16px;
}

.section-heading.centered {
  margin-top: 0px;
  padding-bottom: 0px;
  border-radius: 0px;
  opacity: 1;
  color: #676770;
  font-size: 30px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.section-heading.centered.white {
  color: #fff;
}

.section-heading.centered.section-laranja {
  color: #fff;
}

.section-subheading.center {
  margin-top: 19px;
  margin-bottom: 19px;
  padding-top: 0px;
  padding-bottom: 20px;
  color: #8e8e9c;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.section-subheading.center.off-white {
  padding-bottom: 0px;
  color: #e8e8e8;
}

.section-subheading.center.section-laranja {
  color: #fff;
  font-size: 18px;
}

.section-title-group {
  margin-bottom: 20px;
}

.form-field {
  height: 45px;
  margin-bottom: 17px;
  border: 0px solid #000;
  border-radius: 3px;
  box-shadow: 0 0 0 1px rgba(64, 64, 71, 0.3);
}

.form-field.text-area {
  height: 110px;
}

.footer {
  padding-top: 35px;
  padding-bottom: 35px;
  background-color: #c4c4c4;
  color: #c4c4c4;
}

.footer.center {
  border-top: 1px solid #dbdbdb;
  background-color: #e4e2e3;
  color: snow;
  font-size: 12px;
  text-align: center;
}

.footer-text {
  margin-top: 5px;
  margin-bottom: 5px;
  background-color: transparent;
  color: #585858;
  font-size: 13px;
}

.grid-image {
  display: block;
  width: 35%;
  margin: 20px auto;
  padding: 20px;
  border: 10px solid #fff;
  border-radius: 50%;
  background-color: #69b9ff;
  box-shadow: 0 0 0 1px #2e9dff;
}

.info-icon {
  float: left;
}

.footer-link {
  display: block;
  margin-bottom: 6px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d5d5e0;
  color: #3c3c3f;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
}

.footer-link:hover {
  color: rgba(0, 140, 255, 0.84);
}

.footer-link.with-icon {
  margin-left: 30px;
}

.tab-menu {
  margin-bottom: 40px;
  text-align: center;
}

.tabs-wrapper {
  text-align: center;
}

.fullwidth-image {
  width: 100%;
  margin-bottom: 20px;
}

.white-text {
  margin-bottom: 20px;
  color: #fff;
}

.form {
  margin-top: 40px;
}

.section-header {
  margin-right: auto;
  margin-left: auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.melhores_investimentos {
  color: #00677f;
}

.finan-as_pessoais {
  font-family: Exo, sans-serif;
  color: #f47920;
}

.bold-text {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.heading {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 16px;
  font-family: "Effra std rg", sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1px;
  text-indent: 0px;
  text-transform: uppercase;
}

.heading.section-laranja {
  margin-top: -38px;
  color: #fff;
  font-size: 18px;
}

.paragraph {
  margin-bottom: 29px;
  color: #676770;
}

.paragraph.section-laranja {
  color: #fff;
}

.font {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.bold-text-2 {
  color: #f47920;
}

.image {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.image-2 {
  margin-top: 20px;
  margin-bottom: 4px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.image-3 {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.print_app {
  display: inline-block;
  min-width: 20px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 24px;
  padding-bottom: 24px;
}

.print_app.correction {
  margin-top: 20px;
  padding-top: 0px;
}

.text-span {
  color: #f47920;
  white-space: normal;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.heading-2 {
  color: #676770;
}

.image-4 {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-top: 0px;
  padding-bottom: 20px;
}

.image-14 {
  display: inline-block;
  margin-top: 38px;
  margin-bottom: 20px;
  padding-top: 0px;
  padding-bottom: 20px;
}

.image-15 {
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 20px;
}

.heading-3 {
  color: #676770;
  font-weight: 400;
}

.heading-2-copy {
  color: #676770;
}

.heading-copy {
  margin-top: -13px;
  padding-top: 0px;
  border-radius: 0px;
  font-size: 18px;
  letter-spacing: 2px;
  text-transform: none;
}

.div-block-2 {
  padding-bottom: 52px;
}

.text-span-2 {
  color: #f47920;
}

.paragraph-3 {
  color: #3c3c3f;
}

.heading-5 {
  min-width: 20px;
  margin-top: -3px;
  color: #f06f0c;
  font-size: 20px;
}

.heading-6 {
  color: #3c3c3f;
}

.div-block-3 {
  padding-bottom: 12px;
}

.text-span-3 {
  background-color: transparent;
  color: #056571;
}

.bold-text-3 {
  background-color: transparent;
  color: #056571;
}

.image-5 {
  margin-top: 20px;
  margin-right: 20px;
  margin-bottom: 20px;
  padding-right: 10px;
  padding-left: 10px;
}

.image-6 {
  margin: 20px;
  padding-right: 10px;
  padding-left: 10px;
}

.link-block {
  padding-top: 26px;
}

.image-7 {
  padding-top: 27px;
}

.bold-text-4 {
  color: #676770;
}

.image-8 {
  display: inline-block;
  margin-right: 6px;
  float: none;
  clear: none;
  border-radius: 0px;
  text-align: center;
}

.image-9 {
  margin-right: 76px;
  padding-right: 0px;
  background-color: transparent;
}

.image-10 {
  margin-right: 3px;
}

.list-item {
  margin-bottom: 0px;
}

.list {
  margin-top: 32px;
  margin-bottom: 0px;
}

.list-item-2 {
  margin-top: 19px;
}

.columns {
  margin-bottom: 41px;
}

.container {
  margin-top: -3px;
  padding-top: 2px;
}

.image-11 {
  margin-top: 29px;
}

.image-12 {
  padding-top: 29px;
}

.image-13 {
  padding-top: 40px;
}

.column {
  margin-top: 0px;
}

.bold-text-5 {
  color: #f06f0c;
}

.link-block-2 {
  padding-top: 24px;
  padding-bottom: 24px;
}

.div-block-4 {
  padding-right: 15px;
  padding-left: 15px;
}

.link-block-3 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.link-block-4 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.link-block-5 {
  padding-bottom: 51px;
}

html.w-mod-js *[data-ix="fade-in-bottom-page-loads"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="fade-in-left-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(-50px, 0px);
  -ms-transform: translate(-50px, 0px);
  transform: translate(-50px, 0px);
}

html.w-mod-js *[data-ix="fade-in-right-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(50px, 0px);
  -ms-transform: translate(50px, 0px);
  transform: translate(50px, 0px);
}

html.w-mod-js *[data-ix="fade-in-top-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(0px, -50px);
  -ms-transform: translate(0px, -50px);
  transform: translate(0px, -50px);
}

html.w-mod-js *[data-ix="fade-in-bottom-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="bounce-in-scroll-in"] {
  opacity: 0;
  -webkit-transform: scale(0.6, 0.6);
  -ms-transform: scale(0.6, 0.6);
  transform: scale(0.6, 0.6);
}

html.w-mod-js *[data-ix="scale-on-scroll"] {
  opacity: 0;
  -webkit-transform: scale(0.01, 0.01);
  -ms-transform: scale(0.01, 0.01);
  transform: scale(0.01, 0.01);
}

@media screen and (max-width: 991px) {
  .navigation-link {
    color: hsla(0, 0%, 100%, 0.52);
  }

  .navigation-link.w--current {
    color: #fff;
  }

  .hamburger-button.w--open {
    background-color: #404047;
  }

  .navigation-menu {
    background-color: #404047;
  }

  .hero-section.centered {
    padding-top: 144px;
    padding-bottom: 144px;
  }

  .grid-image {
    width: 50%;
    padding: 15px;
  }
}

@media screen and (max-width: 767px) {
  .button.full-width {
    margin-right: auto;
    margin-left: auto;
  }

  .button.tab {
    font-size: 12px;
  }

  .hamburger-button.w--open {
    background-color: #404047;
  }

  .white-box {
    margin-bottom: 30px;
  }

  .hero-section.centered {
    padding-top: 119px;
    padding-bottom: 119px;
  }

  .hero-heading {
    margin-bottom: 15px;
    font-size: 50px;
  }

  .hero-subheading {
    font-size: 18px;
  }

  .form-field.text-area {
    display: block;
  }

  .grid-image {
    width: 20%;
    padding: 20px;
  }

  .spc {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 479px) {
  .button {
    margin-bottom: 25px;
  }

  .hamburger-button.w--open {
    background-color: #404047;
  }

  .hero-section.centered {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .hero-heading {
    position: static;
    clear: none;
    line-height: 50px;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .section-subheading.center {
    line-height: 30px;
  }

  .grid-image {
    width: 35%;
  }

  .bold-text-3 {
    position: static;
    display: block;
    font-size: 40px;
  }

  .container-2 {
    position: static;
  }
}

@font-face {
  font-family: "Effra std rg";
  src: url("../fonts/Effra_Std_Rg.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

#Contato .white-box {
  margin-top: 0;
}

#Contato a {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}

#Contato .w-row {
  display: flex;
  justify-content: center;
}

#Contato .icon img {
  width: 70px;
  height: 70px;
}

#Contato .icon h3.heading {
  color: #fff;
}

#Contato .icon p {
  color: #fff;
}

.w-nav-link.w--current, .navigation-link:hover {
  color: #ffffffAA
}

.policy-container.hidden {
  opacity: 0 !important;
  /*display: none;*/
  bottom: -50%;
}

.policy-container.visible {
  opacity: 1;
  /*display: flex;*/
  bottom: 0;
}

/*.policy-container {*/
/*	bottom:0;*/
/*	position: fixed;*/
/*	display: flex;*/
/*	width: 100%;*/
/*	max-width: 100%;*/
/*    background-color: transparent;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    transition: all 1s ease;*/
/*    opacity: 0;*/
/*	z-index: 4;*/
/*}*/

/*.policy-content {*/
/*	border-top-left-radius: 2pt;*/
/*	border-top-right-radius: 2pt;*/
/*	background-color: white;*/
/*	width: 70%;*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    padding:8px 12px;*/
/*    border: solid 1px lightgray;*/
/*    border-radius: 2px;*/
/*}*/

/*.policy-container .left {*/
/*  padding:2px;*/
/*}*/

/*.policy-container .right {*/
/*  display: flex;*/
/*  flex-direction: row;*/
/*}*/

/*.policy-container .button {*/
/*  padding: 8px 12px;*/
/*  font-size: 12px;*/
/*  white-space: nowrap;*/
/*}*/

/*.policy-container .button.secondary {*/
/*  background-color: white;*/
/*  color:black;*/
/*}*/
/*.policy-container .button.secondary:hover {*/
/*  background-color: gray;*/
/*  color:white;*/
/*}*/



/*.policy-container .link {*/
/*  font-weight: 900;*/
/*  color: black;*/
/*  text-decoration: none;*/
/*  font-size: 15px;*/
/*}*/
