@font-face {
  font-family: Raleway;
  src: url('../fonts/Raleway-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Raleway;
  src: url('../fonts/Raleway-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Raleway;
  src: url('../fonts/Raleway-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

a {
  color: #de585f;
  text-decoration: none;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.body {
  color: #262626;
  font-family: Raleway, sans-serif;
}

.navbar {
  background-color: #fff;
  box-shadow: 0 5px 3px #00000014;
}

.nav-link {
  float: left;
  color: #de585f;
  font-weight: 700;
  display: none;
}

.nav-link:hover {
  color: #de585fcc;
  border-bottom: 3px solid #de585f;
  padding-bottom: 17px;
}

.nav-link-2 {
  float: left;
  color: #d0222f;
  font-weight: 700;
}

.nav-link-2:hover {
  color: #d7434e;
  border-bottom: 3px solid #d7434e;
  padding-bottom: 17px;
}

.nav-link-2.blue {
  color: #007aff;
}

.nav-link-2.blue:hover {
  border-bottom-color: #007aff;
}

.container {
  max-width: 100%;
  padding-left: 30px;
  padding-right: 30px;
}

.logo_homer {
  margin-top: 10px;
}

.slogan_homer {
  float: left;
  margin-top: 18px;
  margin-left: 20px;
  font-size: 18px;
  font-weight: 700;
}

.btn_entrar {
  float: left;
  margin-top: 8px;
}

.btn_ghost {
  color: #d0222f;
  text-align: center;
  background-color: #fff0;
  border: 1px solid #d0222f;
  border-radius: 10px;
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  font-weight: 700;
}

.btn_ghost:hover {
  color: #fff;
  background-color: #d7434e;
  border-width: 1px;
  border-color: #d7434e;
}

.btn_ghost:active {
  background-color: #b11d28;
  border-color: #b11d28;
}

.btn_ghost.btn_ghost_solucoes_mobile {
  max-width: 300px;
}

.btn_cadastrar {
  float: left;
  margin-left: 15px;
}

.btn_red {
  color: #fff;
  text-align: center;
  background-color: #d0222f;
  border-radius: 10px;
  width: 100%;
  margin-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 600;
}

.btn_red:hover {
  background-color: #d7434e;
}

.btn_red:active {
  background-color: #b11d28;
}

.btn_red.btn_bar_green {
  background-color: #27b062;
}

.btn_red.btn_bar_green:hover {
  background-color: #27b062b3;
}

.menu {
  z-index: 100;
  height: 60px;
  position: fixed;
  inset: 0% 0% auto;
}

.first_section {
  background-color: #f6f6f6;
  margin-top: 60px;
}

.light_gray {
  background-color: #f6f6f6;
  background-image: url('../images/bg_topo.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 480px;
}

.light_gray.first_section {
  margin-top: 0;
}

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

.heading {
  max-width: 500px;
  margin-top: 100px;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
}

.div-block {
  max-width: 300px;
  margin-top: 15px;
  display: block;
}

.div-block-2 {
  background-image: url('../images/onda_branca.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  min-height: 200px;
  margin-top: -36px;
}

.section_desafios {
  margin-top: 40px;
}

.container-3 {
  max-width: 1140px;
}

.heading-2 {
  text-align: center;
  margin-bottom: 0;
  font-size: 30px;
}

.text-block {
  text-align: center;
  margin-top: 5px;
  font-size: 18px;
}

.icon_dores {
  float: left;
}

.texto_dores {
  float: left;
  max-width: 440px;
  min-height: 200px;
  margin-left: 20px;
}

.titulo_dor {
  font-size: 17px;
  font-weight: 700;
}

.text-block-2 {
  margin-top: 10px;
  line-height: 1.5;
}

.box_dores {
  float: left;
  max-width: 560px;
  margin-top: 100px;
  padding-right: 40px;
}

.onda_cinza_top {
  background-image: url('../images/onda_cinza_topo.svg');
  background-position: 0 0;
  background-size: cover;
  min-height: 150px;
  position: relative;
}

.onda_cinza_bottom {
  background-image: url('../images/onda_cinza_rodape.svg');
  background-position: 0 0;
  background-size: cover;
  min-height: 150px;
}

.gray {
  background-color: #f6f6f6;
}

.container-4 {
  max-width: 1140px;
}

.heading-3 {
  margin-bottom: 0;
}

.text-block-3 {
  margin-top: 5px;
  line-height: 1.5;
}

.btn_solucoes {
  margin-top: 20px;
}

.div-block-3 {
  background-color: #fff;
  border-radius: 20px;
  width: 100%;
  height: 210px;
}

.selo_gratuito {
  width: 219px;
  margin-top: -227px;
  margin-left: 10px;
  position: absolute;
}

.columns {
  margin-top: 80px;
}

.heading-4 {
  text-align: center;
  margin-top: 50px;
  font-size: 40px;
}

.section {
  margin-top: 50px;
}

.container-5 {
  max-width: 1140px;
}

.text-block-4 {
  max-width: 800px;
}

.text-block-5 {
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  font-size: 24px;
  line-height: 1.5;
}

.heading-5 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 30px;
}

.jornada {
  background-color: #f6f6f6;
  border-radius: 10px;
  max-width: 800px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.heading-6 {
  margin-top: 0;
  margin-bottom: 0;
}

.div-block-4 {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.container-6 {
  max-width: 1140px;
}

.section_como_podemos_ajudar {
  margin-top: 50px;
}

.text-block-6 {
  margin-top: 129px;
  font-size: 20px;
  line-height: 1.2;
}

.div-block-5 {
  background-color: #cacaca;
  border-radius: 500px;
  width: 420px;
  height: 420px;
  margin-left: auto;
  margin-right: auto;
}

.heading-7 {
  text-align: center;
  margin-top: 40px;
  display: none;
}

.tipo_corretor {
  border: 1px solid #de585f;
  border-radius: 30px;
}

.heading-8 {
  color: #262626;
  text-decoration: none;
}

.link {
  font-weight: 700;
  text-decoration: none;
}

.heading-9 {
  color: #262626;
  margin-top: 0;
  margin-bottom: 0;
  text-decoration: none;
}

.text-block-7 {
  float: left;
  color: #de585f;
  font-weight: 700;
  text-decoration: none;
}

.link-block {
  text-decoration: none;
}

.div-block-6 {
  float: left;
  width: 20px;
  height: 20px;
}

.image {
  margin-left: 5px;
}

.div-block-7 {
  border: 1px solid #de585f;
  border-radius: 60px;
  max-width: 388px;
  padding: 20px 60px;
  text-decoration: none;
}

.link-block-2 {
  float: left;
  border-radius: 60px;
  margin-top: 29px;
  margin-left: 15px;
  text-decoration: none;
}

.link-block-2:hover {
  background-color: #de585f1a;
}

.link-block-2.left {
  margin-left: 30px;
}

.tipos_corretores {
  max-width: 800px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.div-block-9 {
  max-width: 300px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.onda_vemelha_top {
  background-image: url('../images/onda_vermelha_topo.svg');
  background-position: 0 0;
  background-size: cover;
  min-height: 150px;
  margin-top: 50px;
}

.section-2 {
  background-color: #d0222f;
}

.onda_vermelha_bottom {
  background-image: url('../images/onda_vermelha_rodape.svg');
  background-position: 50% 100%;
  background-size: cover;
  min-height: 150px;
}

.container-7 {
  max-width: 1140px;
}

.heading-10 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
}

.div_depoimento {
  float: left;
  background-color: #fff;
  border-radius: 20px;
  max-width: 330px;
  min-height: 300px;
  margin-left: 30px;
  padding: 30px;
}

.aspas_vermelhas {
  width: 42px;
}

.text-block-8 {
  margin-top: 10px;
}

.text-block-9 {
  margin-top: 20px;
  font-weight: 700;
}

.div-block-12 {
  margin-top: 40px;
}

.aspas_esquerda {
  width: 80px;
}

.aspas_direita {
  float: right;
  width: 80px;
  margin-top: 30px;
}

.section_na_midia {
  margin-top: 40px;
  display: block;
}

.container-8 {
  max-width: 1140px;
}

.heading-11 {
  text-align: center;
  font-size: 30px;
}

.noticia {
  float: left;
  max-width: 330px;
  min-height: 300px;
  margin-left: 30px;
}

.div-block-13 {
  width: 42px;
}

.text-block-10 {
  margin-top: 20px;
  font-size: 28px;
  line-height: 1.3;
}

.link-block-3 {
  margin-top: 20px;
  font-weight: 700;
  text-decoration: none;
}

.div-block-14 {
  float: left;
  width: 20px;
  height: 20px;
}

.text-block-11 {
  float: left;
  color: #d0222f;
}

.image-2 {
  color: #d0222f;
  margin-left: 5px;
}

.logo {
  height: 60px;
  margin-top: 30px;
}

.div-block-15 {
  max-width: 1080px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.section-3 {
  margin-top: 80px;
}

.container-9 {
  max-width: 1140px;
}

.heading-12 {
  text-align: center;
  font-size: 30px;
}

.columns-2 {
  margin-top: 80px;
}

.heading-13 {
  margin-bottom: 0;
}

.link-2 {
  color: #d0222f;
  text-decoration: none;
}

.text-block-12 {
  margin-top: 5px;
}

.div-block-16 {
  margin-top: 30px;
}

.div-block-17 {
  max-width: 300px;
  margin-top: 30px;
  display: none;
}

.footer {
  background-color: #d0222f;
  padding-top: 50px;
  padding-bottom: 100px;
  display: none;
}

.link-3 {
  color: #d0222f;
  text-decoration: none;
}

.onda_vermelha_topo {
  background-image: url('../images/onda_vermelha_topo.svg');
  background-position: 0 0;
  background-size: cover;
  min-height: 150px;
  margin-top: 100px;
}

.container-10 {
  max-width: 1140px;
}

.heading-14 {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
}

.link-4 {
  float: left;
  clear: both;
  color: #fff;
  margin-top: 10px;
  text-decoration: none;
}

.div-block-19 {
  float: left;
  max-width: 200px;
}

.div-block-20 {
  float: left;
  max-width: 200px;
  margin-left: 30px;
}

.social {
  float: left;
  width: 40px;
  height: 40px;
  margin-top: 70px;
  margin-left: 20px;
}

.social.first {
  margin-left: 0;
}

.div-block-21 {
  float: left;
  clear: both;
  width: 100%;
}

.image-3, .image-4 {
  margin-top: 6px;
}

.div-block-22 {
  float: right;
}

.image-5 {
  margin-top: 49px;
}

.brand {
  color: #d0222f;
}

.div-block-23, .div-block-24 {
  width: 425px;
  margin-left: auto;
  margin-right: auto;
}

.column-2 {
  margin-top: 25px;
}

.div-block-25 {
  z-index: 99;
  width: 16px;
  margin-top: 1491px;
  margin-left: 30px;
  position: absolute;
}

.div-block-26 {
  margin-top: 329px;
  margin-left: 20px;
  position: absolute;
}

.div-block-27 {
  margin-top: 975px;
  margin-right: 30px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.div-block-28 {
  margin-top: 3016px;
  margin-left: 37px;
  position: absolute;
}

.div-block-29 {
  margin-top: 3847px;
  margin-right: 33px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.image-6 {
  width: 100%;
}

.div-block-30 {
  border-radius: 10px;
}

.div-block-31 {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.numero_jornada {
  background-color: #d0222f;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  padding-top: 9px;
}

.text-block-13 {
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}

.linha {
  background-color: #d0222f;
  width: 5px;
  height: 100px;
  margin-top: 2px;
  margin-left: auto;
  margin-right: auto;
}

.coluna_passo_5 {
  margin-top: 43px;
}

.coluna_passo_2, .coluna_passo_3, .coluna_passo_4 {
  margin-top: 60px;
}

.div-block-33, .div-block-38 {
  display: none;
}

.div-block-39 {
  display: block;
}

.primeira_mensagem, .slider {
  display: none;
}

.image-8, .image-9, .image-10, .image-11 {
  border-radius: 10px;
}

.heading-16 {
  text-align: center;
  max-width: 550px;
  margin-top: 130px;
  margin-left: auto;
  margin-right: auto;
}

.text-span {
  color: #d0222f;
}

.div-block-41 {
  max-width: 300px;
  margin-top: 23px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-42 {
  display: none;
}

.div-block-43 {
  width: 300px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.button {
  text-align: center;
  background-color: #de585f;
  border-radius: 10px;
  width: 100%;
  font-weight: 700;
}

.banner_topo_home {
  background-color: #262626;
  background-image: url('../images/bubble_right2x.png'), url('../images/bubble_left2x.png');
  background-position: 100%, 0%;
  background-repeat: no-repeat, no-repeat;
  background-size: 166px, 166px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: none;
}

.banner_topo_home.live_joao_tedororo {
  background-color: #d0222f;
  background-image: url('../images/joao_teodoro2x.png'), url('../images/livia_rigueiral2x.png');
  display: none;
}

.column-14 {
  background-color: #d0222f;
  height: 70px;
  padding-top: 16px;
}

.text-block-14 {
  color: #fff;
}

.button-2 {
  background-color: #d0222f;
  border: 1px solid #fff;
  border-radius: 10px;
  margin-left: 16px;
  font-weight: 700;
}

.div-block-44 {
  float: left;
  min-width: 200px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-45 {
  float: left;
  margin-top: 3px;
  margin-left: 24px;
}

.column-15 {
  background-color: #fce4e4;
  height: 70px;
  padding-top: 16px;
}

.text-span-2 {
  color: #d0222f;
}

.div-block-46 {
  float: left;
  color: #fff;
  margin-top: 3px;
  margin-left: 14px;
}

.div-block-47 {
  float: left;
  margin-right: 16px;
}

.text-span-3 {
  font-size: 18px;
}

.bold-text {
  color: #fff;
  text-align: left;
  margin-right: 30px;
  font-size: 30px;
}

.container-11 {
  max-width: 1140px;
}

.div-block-48 {
  float: left;
  color: #fff;
  background-color: #fff;
  width: 2px;
  height: 45px;
  margin-left: 24px;
}

.text-block-15 {
  color: #fff;
  margin-top: 8px;
}

.div-block-49 {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-50 {
  float: left;
}

.columns-3 {
  padding-left: 50px;
}

.div-block-51 {
  max-width: 300px;
  margin-top: 16px;
  display: none;
}

.section_seleto {
  margin-top: 140px;
}

.heading-17 {
  text-align: center;
}

.text-block-16 {
  text-align: center;
  margin-top: 5px;
  font-size: 16px;
}

.heading-18 {
  text-align: center;
  margin-top: 40px;
  font-weight: 600;
}

.seleto {
  float: left;
  width: 220px;
  margin-top: 20px;
  margin-left: 20px;
}

.imoveis_seleto {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.container-12 {
  padding-left: 0;
  padding-right: 0;
}

.text-block-17 {
  text-align: left;
  font-size: 16px;
}

.button-3 {
  color: #fff;
  text-align: center;
  background-color: #3898ec00;
  border: 1px solid #fff;
  border-radius: 10px;
  width: 100%;
  font-weight: 600;
}

.columns-4 {
  margin-top: 10px;
}

.text-block-18 {
  font-size: 14px;
  font-weight: 700;
}

.column-17 {
  padding-left: 10px;
}

.columns-5 {
  margin-top: 20px;
}

.hero {
  min-height: 600px;
  margin-top: 60px;
}

.container-13 {
  max-width: 1140px;
}

.heading-19 {
  color: #fff;
  margin-top: 50px;
  margin-bottom: 5px;
  font-size: 30px;
  font-weight: 600;
}

.heading-20 {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
}

.text-block-19 {
  color: #fff;
  margin-top: 10px;
  font-size: 16px;
}

.div-block-54 {
  max-width: 300px;
  margin-top: 10px;
}

.img_corretor_cliente {
  max-width: 280px;
  margin-top: 36px;
  margin-left: auto;
  margin-right: auto;
}

.container-14 {
  max-width: 1140px;
  margin-bottom: -20px;
}

.heading-21 {
  text-align: center;
  max-width: 800px;
  margin: 8px auto 80px;
  font-size: 40px;
  font-weight: 600;
  line-height: 120%;
}

.ic_beneficio {
  width: 64px;
  margin-left: auto;
  margin-right: auto;
}

.text-block-20 {
  text-align: center;
  margin-top: 10px;
  font-size: 17px;
  font-weight: 400;
}

.columns-6 {
  margin-top: 50px;
}

.modelo_site {
  background-color: #f6f6f6;
  margin-top: 100px;
}

.heading-22 {
  text-align: center;
  font-size: 26px;
  font-weight: 600;
}

.container-15 {
  max-width: 1140px;
  padding-top: 50px;
  padding-bottom: 0;
}

.container-16 {
  max-width: 1140px;
}

.passo-a-passo-site {
  padding-top: 50px;
  padding-bottom: 0;
}

.heading-23 {
  text-align: center;
  font-size: 26px;
  font-weight: 600;
}

.columns-7 {
  margin-top: 50px;
}

.title_passo {
  text-align: center;
  background-color: #0000;
  border-radius: 3px;
  width: 100px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-55 {
  max-width: 252px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

.text-block-21 {
  text-align: center;
  width: 235px;
  margin-top: 16px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-56 {
  max-width: 300px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.section-6 {
  background-color: #f6f6f6;
  margin-top: 50px;
  padding-top: 50px;
  padding-bottom: 300px;
}

.container-17 {
  max-width: 1140px;
}

.heading-24 {
  text-align: center;
  font-size: 26px;
  font-weight: 600;
}

.heading-25 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: -30px;
  padding-left: 70px;
  padding-right: 70px;
  font-size: 20px;
  font-weight: 400;
}

.div-block-57 {
  width: 443px;
  margin-left: auto;
  margin-right: auto;
}

.columns-8 {
  margin-top: 30px;
}

.numero {
  float: left;
  background-color: #d0222f;
  border-radius: 40px;
  width: 30px;
  height: 30px;
  padding-top: 5px;
}

.text-block-22 {
  color: #fff;
  text-align: center;
  font-weight: 700;
}

.text-block-23 {
  font-size: 17px;
  font-weight: 600;
}

.texto__divulgue {
  float: left;
  margin-top: 4px;
  margin-left: 15px;
}

.divulgue_etapa.first {
  margin-top: 20px;
}

.timeline {
  background-color: #888;
  width: 2px;
  height: 30px;
  margin-left: 13px;
}

.div-block-58 {
  max-width: 300px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.material {
  margin-top: -230px;
}

.container-18 {
  max-width: 1140px;
}

.div-block-59 {
  background-color: #fff;
  border-radius: 20px;
  padding: 50px 90px;
  box-shadow: 1px 1px 10px 5px #00000026;
}

.heading-26 {
  margin-top: 70px;
  font-size: 30px;
  font-weight: 600;
}

.text-block-24 {
  font-size: 22px;
  line-height: 1.3;
}

.div-block-60 {
  max-width: 300px;
  margin-top: 15px;
}

.div-block-61 {
  width: 361px;
  margin-left: auto;
  margin-right: auto;
}

.fale_conosco {
  margin-top: 100px;
  padding-bottom: 50px;
}

.container-19 {
  max-width: 1140px;
}

.heading-27 {
  margin-top: 50px;
  font-size: 26px;
  font-weight: 600;
}

.text-block-25 {
  margin-top: 9px;
  font-size: 16px;
}

.div-block-62 {
  margin-top: 20px;
}

.column-20, .column-21 {
  padding-left: 100px;
}

.depoimentos {
  background-color: #f6f6f6;
  margin-top: 50px;
  padding-top: 50px;
  padding-bottom: 80px;
}

.div-block-63 {
  max-width: 450px;
}

.container-20 {
  max-width: 1140px;
}

.slider-2 {
  background-color: #ddd0;
}

.div-block-64, .div-block-65 {
  margin-top: 125px;
}

.div-block-66 {
  max-width: 700px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-67 {
  max-width: 252px;
  position: relative;
  top: -181px;
  left: 127px;
}

.foto_depoimento {
  max-width: 150px;
  margin-left: auto;
  margin-right: auto;
}

.text-block-26 {
  text-align: center;
  margin-top: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}

.text-block-27 {
  text-align: center;
  margin-top: 10px;
}

.text-block-28 {
  font-size: 24px;
  line-height: 1.2;
}

.column-22 {
  padding-right: 101px;
}

.div-block-68 {
  margin-top: 15px;
}

.column-23 {
  padding-left: 100px;
}

.depoimento {
  margin-top: 51px;
}

.div-block-69 {
  margin-top: 50px;
  padding-left: 30px;
}

.slide-nav-2 {
  position: relative;
}

.midias {
  padding-top: 50px;
  padding-bottom: 50px;
}

.container-21 {
  max-width: 1140px;
}

.heading-28 {
  text-align: center;
  font-size: 26px;
  font-weight: 600;
}

.logo_midia {
  max-width: 255px;
  margin-left: auto;
  margin-right: auto;
}

.columns-9 {
  margin-top: 50px;
}

.duvida {
  background-color: #f6f6f6;
  margin-top: 50px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.heading-29 {
  text-align: center;
  font-size: 26px;
  font-weight: 600;
}

.container-22 {
  max-width: 1140px;
}

.text-block-29 {
  text-align: center;
  margin-top: 10px;
  font-size: 20px;
}

.div-block-70 {
  max-width: 300px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.container-23 {
  max-width: 1140px;
}

.heading-30 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
}

.text-block-30 {
  color: #fff;
  margin-top: 5px;
}

.link-5 {
  color: #fff;
}

.link-5:hover {
  text-decoration: underline;
}

.heading-31 {
  color: #fff;
  margin-top: 20px;
}

.social_icon {
  float: left;
  max-width: 41px;
  margin-top: 10px;
}

.outras_solucoes {
  padding-top: 100px;
  padding-bottom: 100px;
}

.container-24 {
  max-width: 1140px;
}

.heading-32 {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
}

.link-block-4 {
  color: #d0222f;
  background-color: #fff;
  border-bottom: 8px solid #d0222f;
  border-radius: 10px;
  width: 300px;
  min-height: 100px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  box-shadow: 0 0 6px 3px #00000029;
}

.link-block-4:hover {
  background-color: #d0222f1a;
}

.text-block-31 {
  color: #262626;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
}

.text-block-31.single_line {
  margin-top: 14px;
}

.columns-10 {
  margin-top: 50px;
}

.footer_clean {
  border-top: 1px solid #cacaca;
  margin-top: 50px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.container-25 {
  max-width: 1140px;
}

.logo_footer {
  float: left;
}

.missao {
  float: left;
  max-width: 480px;
  margin-top: 8px;
  margin-left: 30px;
  font-size: 12px;
  line-height: 1.2;
}

.title_footer {
  color: #535353;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 600;
}

.link-block-5 {
  float: left;
}

.link-block-6 {
  float: left;
  margin-left: 20px;
}

.div-block-71 {
  float: right;
}

.columns-11 {
  margin-top: 50px;
  display: none;
}

.footer_section {
  float: left;
  margin-left: 50px;
}

.footer_section.first {
  margin-left: 0;
}

.link_footer {
  color: #262626;
  margin-top: 5px;
  text-decoration: none;
}

.item_footer {
  color: #262626;
}

.item_footer:hover {
  text-decoration: underline;
}

.homer_nas_redes {
  float: right;
}

.icone_social {
  float: left;
  margin-left: 20px;
}

.icone_social.first_icon {
  margin-left: 0;
}

.link-6 {
  color: #262626;
}

.text-block-32 {
  color: #535353;
  text-align: center;
  background-color: #f6f6f6;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 12px;
}

.text-block-33 {
  margin-bottom: 20px;
}

.columns-12 {
  margin-bottom: 30px;
}

.google-gtm {
  display: none;
}

.menu-2 {
  z-index: 999;
  background-color: #fff;
  min-height: 70px;
  padding-top: 10px;
  position: absolute;
  inset: 0% 0% auto;
  box-shadow: 0 4px 4px #0000001a;
}

.logo_homer-2 {
  margin-left: 30px;
}

.bold-text-10 {
  font-weight: 600;
}

.text-block-34 {
  text-align: center;
  font-family: Raleway, sans-serif;
}

.section-7 {
  margin-top: 70px;
}

.red_bar {
  background-color: #d0222f;
  width: 50px;
  height: 5px;
  margin-top: 60px;
}

.div-block-72 {
  margin-top: 80px;
}

.text-block-35 {
  font-family: Raleway, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.secondary_button {
  color: #d0222f;
  text-align: center;
  background-color: #fdf4f500;
  border: 1px solid #d0222f;
  border-radius: 10px;
  width: 100%;
  font-family: Raleway, sans-serif;
  font-weight: 600;
}

.secondary_button:hover {
  background-color: #fdf4f5;
}

.secondary_button:active, .secondary_button:focus {
  background-color: #f6d3d5;
}

.close_resposta {
  display: none;
}

.heading-33 {
  font-family: Raleway, sans-serif;
  font-weight: 600;
}

.div-block-73 {
  max-width: 300px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

.pergunta {
  margin-top: 30px;
}

.div-block-74 {
  width: 64px;
  margin-left: auto;
  margin-right: auto;
}

.heading-34 {
  text-align: center;
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
  font-weight: 600;
}

.txt_pergunta {
  float: left;
  max-width: 1100px;
}

.open_resposta {
  display: block;
}

.resposta {
  float: left;
  clear: both;
  background-color: #f6f6f6;
  border-radius: 10px;
  width: 100%;
  margin-top: 20px;
  padding: 19px 20px 20px;
  font-family: Raleway, sans-serif;
  display: none;
}

.btn_open {
  float: right;
  width: 30px;
  display: block;
}

.text-block-36 {
  font-family: Raleway, sans-serif;
}

.div-block-75 {
  margin-left: 0;
  margin-right: 0;
}

.passo-a-passo {
  color: #fff;
  background-color: #d0222f;
  border-radius: 50px;
  width: 40px;
  margin-left: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.text-block-37 {
  margin-bottom: 20px;
}

.link_creci_white {
  color: #262626;
  font-weight: 700;
}

.link_creci_white:hover {
  color: #262626cc;
  text-decoration: underline;
}

.btn_purple {
  text-align: center;
  background-image: linear-gradient(90deg, #d0222f, #a91c54 37%, #8f1a74);
  border-radius: 12px;
  width: 300px;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 600;
}

.footer_link {
  color: #fff;
  margin-top: 40px;
}

.footer_link:hover {
  color: #d0222f;
  text-decoration: underline;
}

.columns-21 {
  border-bottom: .5px solid #fff;
  padding-bottom: 27px;
}

.footer_new {
  background-color: #262626;
  margin-top: 120px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.div-block-91 {
  margin-top: 24px;
}

.text-block-63 {
  color: #fff;
  margin-top: 16px;
  font-size: 16px;
  font-weight: 600;
}

.footer_title {
  color: #fff;
  margin-top: 64px;
  font-size: 24px;
  font-weight: 600;
}

.div-block-90 {
  margin-top: 32px;
}

.columns-20 {
  margin-top: 16px;
}

.text-block-65 {
  color: #fff;
  margin-top: 64px;
  font-size: 16px;
}

.text-block-66 {
  float: left;
  color: #fff;
  margin-top: 10px;
  font-size: 16px;
}

.social_icon_new {
  float: left;
  margin-left: 16px;
}

.text-block-64 {
  color: #fff;
  margin-top: 16px;
  font-size: 16px;
}

.container-30 {
  max-width: 1200px;
}

.go_top_footer_new {
  color: #fff;
  vertical-align: middle;
  font-size: 16px;
}

.columns-22 {
  border-bottom: .5px solid #fff;
  padding-bottom: 27px;
}

.div-block-92 {
  margin-top: 24px;
}

.text-block-67 {
  color: #fff;
  margin-top: 16px;
  font-size: 16px;
  font-weight: 600;
}

.div-block-93 {
  margin-top: 32px;
}

.columns-23 {
  margin-top: 16px;
}

.text-block-68 {
  color: #fff;
  margin-top: 64px;
  font-size: 16px;
}

.text-block-69 {
  float: left;
  color: #fff;
  margin-top: 10px;
  font-size: 16px;
}

.text-block-70 {
  color: #fff;
  margin-top: 16px;
  font-size: 16px;
}

.container-31 {
  max-width: 1200px;
}

.columns-24 {
  margin-top: 290px;
}

.div-block-94 {
  display: none;
}

.container-32 {
  max-width: 100%;
  padding-left: 30px;
  padding-right: 30px;
}

.nav-link-3 {
  float: left;
  color: #d0222f;
  font-weight: 700;
}

.nav-link-3:hover {
  color: #d7434e;
  border-bottom: 3px solid #d7434e;
  padding-bottom: 17px;
}

.slogan_homer-2 {
  float: left;
  margin-top: 18px;
  margin-left: 20px;
  font-size: 14px;
  font-weight: 700;
}

.beneficio {
  border-radius: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  box-shadow: 0 2px 8px 2px #0003;
}

.img_beneficio {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  min-width: 186px;
}

.content_beneficio {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-left: 16px;
  padding-right: 16px;
}

.div-block-97 {
  float: left;
}

.text-block-71 {
  float: left;
  margin-top: 4px;
  font-size: 18px;
}

.div-block-98 {
  width: 200px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.heading-35 {
  margin-top: 0;
  margin-bottom: 0;
}

.column-45 {
  padding-left: 16px;
  padding-right: 16px;
}

.image-20 {
  object-fit: fill;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}

.columns-25 {
  margin-top: 24px;
}

.column-46 {
  padding-left: 16px;
  padding-right: 16px;
}

.section-8 {
  background-color: #f3f3f3;
  margin-top: 100px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.container-33 {
  max-width: 1140px;
}

.image-21 {
  border-radius: 12px;
}

.paragraph {
  margin-top: 24px;
  font-size: 16px;
}

.div-block-99 {
  float: left;
}

.text-block-72 {
  float: left;
  margin-top: 4px;
  font-size: 18px;
}

.heading-36 {
  margin-top: 24px;
}

.column-47 {
  padding-left: 0;
  padding-right: 0;
}

.div-block-100 {
  margin-top: 24px;
}

.div-block-101 {
  margin-top: 48px;
}

.container-34, .container-35 {
  max-width: 1140px;
}

.text-block-73 {
  float: left;
  margin-top: 3px;
  font-size: 18px;
}

.div-block-102 {
  float: left;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-9 {
  padding-top: 100px;
  padding-bottom: 40px;
}

.div-block-103 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-10 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-11 {
  background-color: #f3f3f3;
}

.div-block-104 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-36 {
  max-width: 1140px;
}

.div-block-105 {
  max-width: 252px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-106 {
  max-width: 300px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.heading-37 {
  text-align: center;
  font-size: 26px;
  font-weight: 600;
}

.text-block-74 {
  text-align: center;
  width: 235px;
  margin-top: 16px;
  margin-left: auto;
  margin-right: auto;
}

.columns-26 {
  margin-top: 50px;
}

.section-12 {
  background-color: #f6f6f6;
  margin-top: 50px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.text-block-75 {
  font-size: 17px;
  font-weight: 600;
}

.div-block-107 {
  width: 443px;
  margin-left: auto;
  margin-right: auto;
}

.text-block-76 {
  color: #fff;
  text-align: center;
  font-weight: 700;
}

.div-block-108 {
  max-width: 300px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.heading-38 {
  text-align: center;
  font-size: 26px;
  font-weight: 600;
}

.heading-39 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: -30px;
  padding-left: 70px;
  padding-right: 70px;
  font-size: 20px;
  font-weight: 400;
}

.heading-40 {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
}

.columns-27 {
  margin-top: 50px;
}

.link-block-7 {
  color: #d0222f;
  background-color: #fff;
  border-bottom: 8px solid #d0222f;
  border-radius: 10px;
  width: 300px;
  min-height: 100px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  box-shadow: 0 0 6px 3px #00000029;
}

.link-block-7:hover {
  background-color: #d0222f1a;
}

.text-block-77 {
  color: #262626;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
}

.text-block-77.single_line {
  margin-top: 14px;
}

.heading-41 {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
}

.columns-28 {
  margin-top: 50px;
}

.text-block-78 {
  color: #262626;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
}

.text-block-78.single_line {
  margin-top: 14px;
}

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

.div-block-109 {
  background-image: linear-gradient(90deg, #c72139, #7c189f);
  border-radius: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.heading-42 {
  color: #fff;
  font-weight: 600;
}

.text-block-79 {
  color: #fff;
  margin-top: 8px;
}

.text-block-80 {
  color: #fff;
  margin-top: 24px;
  font-size: 18px;
}

.image-22 {
  border-radius: 12px;
}

.div-block-110 {
  justify-content: center;
  align-items: center;
  width: 250px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-block-81 {
  text-align: center;
  font-size: 18px;
}

.div-block-111 {
  border: 1px solid #cacaca;
  border-radius: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-13 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.container-37 {
  max-width: 1140px;
}

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

.depoimento_site {
  background-color: #f8f8f8;
  border-radius: 12px;
  flex-flow: wrap;
  padding: 24px;
  display: flex;
}

.text-block-82 {
  margin-top: 24px;
  font-size: 16px;
}

.div-block-113 {
  margin-top: 24px;
  display: flex;
}

.text-block-83 {
  font-size: 16px;
  font-weight: 600;
}

.text-block-84 {
  color: #9c9c9c;
}

.div-block-114 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 24px;
  display: flex;
}

.heading-43, .heading-44 {
  text-align: center;
}

.div-block-115 {
  width: 210px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-116 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.background-video {
  width: 100%;
  height: 600px;
  position: absolute;
}

.faq-section {
  margin-left: auto;
  margin-right: auto;
}

.container-38 {
  max-width: 1140px;
}

.div-block-117 {
  justify-content: center;
  align-items: center;
  width: 210px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-23, .image-24, .image-25, .image-26 {
  border: 1px solid #cacaca;
}

.faq-response {
  display: none;
}

.div-block-118 {
  border-bottom: 1px solid #cacaca;
  width: 800px;
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 16px;
}

.faq-question {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.image-27 {
  cursor: pointer;
  display: none;
}

.image-28, .image-29 {
  cursor: pointer;
}

.container-39 {
  max-width: 1140px;
}

.div-block-119 {
  width: 64px;
  margin-left: auto;
  margin-right: auto;
}

.heading-45 {
  text-align: center;
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
  font-weight: 600;
}

.heading-46 {
  font-family: Raleway, sans-serif;
  font-weight: 600;
}

.text-block-86 {
  font-family: Raleway, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.div-block-120 {
  max-width: 300px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-121 {
  margin-top: 80px;
}

.bold-text-11 {
  font-weight: 600;
}

.text-block-87 {
  text-align: center;
  font-family: Raleway, sans-serif;
}

.div-block-122, .play-pause-button {
  display: none;
}

@media screen and (max-width: 479px) {
  .navbar {
    height: 60px;
  }

  .nav-link, .nav-link-2 {
    float: none;
    text-align: center;
  }

  .container {
    padding-left: 0;
    padding-right: 0;
  }

  .logo_homer {
    width: 106px;
    margin-left: auto;
    margin-right: auto;
  }

  .slogan_homer {
    text-align: center;
    display: none;
  }

  .btn_entrar {
    float: none;
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
  }

  .btn_ghost {
    width: 100%;
  }

  .btn_ghost.btn_ghost_solucoes_mobile {
    color: #fff;
    border-color: #fff;
  }

  .btn_ghost.btn_ghost_solucoes_mobile:hover {
    border-color: #de585f;
  }

  .btn_cadastrar {
    float: none;
    max-width: 280px;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
  }

  .btn_red {
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
  }

  .first_section {
    width: 100%;
  }

  .light_gray {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    min-height: 250px;
  }

  .light_gray.first_section {
    background-color: #0009;
    width: 100%;
    min-height: 400px;
  }

  .heading {
    color: #fff;
    max-width: 100%;
    margin-top: 105px;
    font-size: 20px;
    display: block;
  }

  .column {
    padding-bottom: 40px;
    padding-left: 0;
  }

  .div-block {
    display: block;
  }

  .div-block-2 {
    background-position: 50%;
    width: 100%;
    min-height: 80px;
    margin-top: 50px;
  }

  .section_desafios {
    margin-top: 40px;
  }

  .container-3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block {
    margin-top: 20px;
  }

  .icon_dores {
    float: none;
    width: 50px;
    margin-left: auto;
    margin-right: auto;
  }

  .texto_dores {
    float: none;
    min-height: 0;
    margin-top: 23px;
  }

  .titulo_dor, .text-block-2 {
    padding-right: 20px;
  }

  .box_dores {
    margin-top: 30px;
    padding-right: 0;
  }

  .onda_cinza_top {
    width: 100%;
    min-height: 50px;
  }

  .onda_cinza_bottom {
    background-position: 50% 100%;
    width: 100%;
    min-height: 50px;
    margin-top: 0;
  }

  .container-4 {
    padding-bottom: 41px;
  }

  .heading-3, .text-block-3 {
    color: #fff;
  }

  .div-block-3 {
    background-color: #007aff;
    display: none;
  }

  .selo_gratuito {
    z-index: 99;
    margin-top: -18px;
    margin-left: 0;
  }

  .columns {
    margin-top: 40px;
  }

  .heading-4, .container-5 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-5 {
    font-size: 18px;
  }

  .heading-5 {
    margin-top: 20px;
    font-size: 26px;
  }

  .jornada {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-4 {
    margin-top: 5px;
  }

  .text-block-6 {
    text-align: center;
    margin-top: 0;
    font-size: 18px;
    line-height: 1.5;
  }

  .div-block-5 {
    width: 100%;
    height: 320px;
    margin-top: 33px;
    display: none;
  }

  .heading-9 {
    font-size: 16px;
  }

  .div-block-7 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .link-block-2 {
    width: 100%;
    margin-left: 10px;
    padding-right: 20px;
  }

  .onda_vemelha_top, .onda_vermelha_bottom {
    width: 100%;
    min-height: 50px;
  }

  .heading-10 {
    margin-top: 20px;
  }

  .div_depoimento {
    max-width: 100%;
    margin-top: 24px;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 42px;
    padding-right: 43px;
  }

  .div-block-12 {
    display: none;
  }

  .noticia {
    max-width: 100%;
    margin-top: 70px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .heading-12 {
    padding-left: 6px;
    padding-right: 6px;
  }

  .columns-2 {
    margin-top: 30px;
  }

  .div-block-16 {
    margin-top: 60px;
  }

  .div-block-17 {
    max-width: 100%;
  }

  .onda_vermelha_topo {
    min-height: 50px;
  }

  .container-10 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-20 {
    margin-top: 40px;
    margin-left: 0;
  }

  .div-block-22 {
    float: none;
    margin-left: 60px;
  }

  .brand {
    width: 106px;
    margin-left: 15px;
    margin-right: auto;
    padding-left: 0;
  }

  .nav-menu {
    background-color: #f6f6f6;
    padding-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
    box-shadow: 0 8px 3px #0000001a;
  }

  .div-block-23 {
    width: 100%;
    margin-top: 40px;
  }

  .div-block-24 {
    width: 100%;
  }

  .div-block-25, .div-block-26, .div-block-27, .div-block-28, .div-block-29 {
    display: none;
  }

  .numero_jornada {
    margin-left: -10px;
  }

  .linha {
    height: 180px;
  }

  .coluna_passo_5 {
    margin-top: 36px;
  }

  .coluna_passo_2 {
    margin-top: 34px;
  }

  .coluna_passo_3 {
    margin-top: 20px;
  }

  .coluna_passo_4 {
    margin-top: 25px;
  }

  .column-4 {
    margin-top: -40px;
    padding-left: 50px;
    padding-right: 0;
  }

  .column-5 {
    padding-left: 50px;
  }

  .column-6 {
    margin-top: -40px;
    padding-left: 50px;
  }

  .column-7 {
    padding-left: 50px;
  }

  .column-8, .column-9, .column-10 {
    margin-top: -40px;
    padding-left: 50px;
  }

  .column-11, .column-12, .column-13 {
    padding-left: 50px;
  }

  .div-block-34 {
    background-image: url('../images/img_produto_parcerias2x.png');
    background-position: 30%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
  }

  .light {
    background-color: #000000b5;
    border-radius: 20px;
    width: 100%;
    padding: 50px 20px;
  }

  .div-block-35 {
    background-image: url('../images/img_produto_credito2x.jpg');
    background-position: 50%;
    background-size: cover;
    border-radius: 20px;
  }

  .div-block-36 {
    background-image: url('../images/img_produto_captacoes2x.png');
    background-position: 50%;
    background-size: cover;
    border-radius: 20px;
  }

  .div-block-37 {
    background-image: url('../images/img_produto_poupa_tempo2x.png');
    background-position: 50%;
    background-size: cover;
    border-radius: 20px;
  }

  .div-block-38 {
    border-radius: 20px;
    width: 100%;
    margin-top: 20px;
    display: block;
  }

  .image-7 {
    border-radius: 20px;
    width: 100%;
  }

  .div-block-39 {
    background-image: url('../images/banner_topo_mobile.jpg');
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    min-height: 500px;
  }

  .div-block-40 {
    background-color: #f6f6f6;
    border-radius: 20px;
    max-width: 500px;
    margin-top: 136px;
    margin-left: 0;
    margin-right: 130px;
    padding: 22px 15px 15px;
  }

  .primeira_mensagem {
    z-index: 90;
    background-color: #f6f6f6;
    border-radius: 20px;
    margin-top: -52px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 20px 30px 40px;
    display: none;
    position: absolute;
    box-shadow: 0 -8px 3px #00000042;
  }

  .heading-15 {
    color: #262626;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.3;
  }

  .slider {
    background-color: #ddd0;
    margin-top: 20px;
    display: block;
  }

  .slide {
    min-height: 500px;
    margin-top: -24px;
  }

  .icon {
    color: #de585f;
    margin-right: -2px;
    position: static;
  }

  .icon-2 {
    color: #de585f;
    margin-left: 0;
  }

  .left-arrow {
    width: 30px;
    margin-left: 10px;
    overflow: visible;
  }

  .right-arrow {
    width: 30px;
    margin-right: 10px;
    overflow: visible;
  }

  .slide-nav {
    position: relative;
  }

  .slide-2, .slide-3 {
    margin-top: -24px;
  }

  .heading-16 {
    padding: 10px;
  }

  .div-block-42 {
    float: left;
    width: 120px;
    margin-top: 9px;
    margin-left: 19px;
    display: block;
  }

  .banner_topo_home {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .banner_topo_home.live_joao_tedororo {
    background-color: #d0222f;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
    display: block;
  }

  .div-block-44 {
    float: none;
    width: 300px;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-45 {
    float: none;
    clear: both;
    text-align: center;
    margin-top: 55px;
    margin-left: 0;
  }

  .div-block-46 {
    float: none;
    margin-left: 8px;
  }

  .div-block-47 {
    margin-left: 30px;
  }

  .text-span-3 {
    text-align: center;
  }

  .bold-text {
    text-align: center;
    font-size: 24px;
  }

  .div-block-48 {
    display: none;
  }

  .text-block-15 {
    text-align: center;
  }

  .div-block-50 {
    float: none;
    display: none;
  }

  .column-16 {
    display: none;
  }

  .div-block-51 {
    max-width: 300px;
  }

  .seleto {
    float: none;
    width: 280px;
    margin-left: auto;
    margin-right: auto;
  }

  .container-12 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-12, .image-13, .image-14, .image-15, .image-16, .image-17 {
    width: 100%;
  }

  .text-block-17 {
    text-align: center;
    font-size: 14px;
  }

  .div-block-52 {
    background-image: url('../images/imoveis_incoorp_background.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .column-17 {
    margin-top: 10px;
    padding-left: 50px;
  }

  .div-block-53 {
    background-image: url('../images/imoveis_seleto_background.png');
    background-position: 0 0;
    background-size: auto;
  }

  .column-18 {
    margin-top: 20px;
    padding-left: 50px;
  }

  .column-19 {
    margin-top: 20px;
    padding-left: 49px;
  }

  .beneficios, .heading-21 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .card_beneficio {
    margin-top: 30px;
  }

  .heading-22 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 22px;
    line-height: 32px;
  }

  .container-15 {
    margin-top: -20px;
  }

  .passo-a-passo-site, .heading-23 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .passo_a_passo {
    margin-top: 40px;
  }

  .heading-24 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-25 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
    line-height: 25px;
  }

  .div-block-57 {
    width: 100%;
  }

  .text-block-23 {
    font-size: 15px;
  }

  .material {
    margin-left: 10px;
    margin-right: 10px;
  }

  .div-block-59 {
    padding: 20px 30px 40px;
  }

  .heading-26 {
    text-align: center;
    margin-top: 31px;
    font-size: 26px;
  }

  .text-block-24 {
    text-align: center;
    font-size: 16px;
  }

  .div-block-61 {
    width: 100%;
    margin-top: 21px;
  }

  .fale_conosco {
    margin-top: 40px;
    margin-bottom: -30px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-27 {
    text-align: center;
    font-size: 24px;
  }

  .text-block-25 {
    text-align: center;
  }

  .column-20 {
    padding-left: 0;
  }

  .column-21 {
    padding-left: 20px;
  }

  .depoimentos {
    min-height: 550px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .div-block-63 {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-65 {
    margin-top: 225px;
  }

  .div-block-66 {
    max-width: 300px;
  }

  .div-block-67 {
    max-width: 270px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
    position: static;
    top: 3px;
    left: 57px;
  }

  .text-block-28 {
    font-size: 18px;
  }

  .column-22 {
    padding-right: 0;
  }

  .div-block-68 {
    padding-right: 48px;
  }

  .column-23 {
    padding-left: 0;
  }

  .div-block-69 {
    margin-top: 10px;
  }

  .slide-nav-2 {
    margin-top: -66px;
    display: block;
    position: relative;
  }

  .midias {
    margin-top: 0;
  }

  .logo_midia {
    margin-top: 50px;
  }

  .columns-9 {
    margin-top: 20px;
  }

  .duvida {
    padding-left: 10px;
    padding-right: 10px;
  }

  .link-block-4 {
    width: 100%;
    max-width: 100%;
    margin-top: 31px;
  }

  .link-block-4.first-link-block {
    width: 100%;
    max-width: 100%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .footer_clean {
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .missao {
    margin-top: 15px;
    margin-left: 0;
  }

  .div-block-71 {
    float: left;
    margin-top: 20px;
  }

  .footer_section {
    float: left;
    max-width: 150px;
    margin-top: 10px;
    margin-left: 0;
  }

  .footer_section.footer_atendimento_mobile {
    clear: both;
    margin-top: 20px;
    margin-left: 0;
  }

  .footer_section.footer_institucional_mobile {
    margin-top: 20px;
    margin-left: 25px;
  }

  .homer_nas_redes {
    float: left;
    margin-top: 20px;
  }

  .column-24 {
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-18 {
    display: none;
  }

  .text-block-32 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-33 {
    margin-top: 15px;
  }

  .column-25, .column-26 {
    padding-left: 0;
    padding-right: 0;
  }

  .mask-2 {
    min-height: 550px;
  }

  .left-arrow-2 {
    margin-top: -10px;
  }

  .image-19 {
    margin-top: 100px;
  }

  .right-arrow-2 {
    margin-top: -10px;
  }

  .menu-2 {
    z-index: 98;
    position: fixed;
    inset: 0% 0% auto;
  }

  .logo_homer-2 {
    width: 132px;
    margin-left: auto;
    margin-right: auto;
  }

  .red_bar {
    margin-top: 40px;
  }

  .column-27, .column-28, .column-29 {
    margin-top: -20px;
  }

  .div-block-94 {
    float: left;
    width: 120px;
    margin-top: 0;
    margin-left: 19px;
    display: block;
  }

  .container-32 {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-link-3 {
    float: none;
    text-align: center;
  }

  .slogan_homer-2 {
    text-align: center;
    display: none;
  }

  .heading-37 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .column-48 {
    margin-top: -20px;
  }

  .text-block-75 {
    font-size: 15px;
  }

  .div-block-107 {
    width: 100%;
  }

  .column-49 {
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-38 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-39 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
    line-height: 25px;
  }

  .link-block-7 {
    width: 100%;
    max-width: 100%;
    margin-top: 31px;
  }

  .link-block-7.first-link-block {
    width: 100%;
    max-width: 100%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .container-39 {
    padding-left: 20px;
    padding-right: 20px;
  }
}


@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}