@font-face {
  font-family: "Rodape";
  src: url("../fonts/Rajdhani/Rajdhani-Bold.ttf");
  font-display: swap;
  font-weight: bold;
}

@font-face {
  font-family: "Rodape";
  src: url("../fonts/Rajdhani/Rajdhani-Regular.ttf");
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat/Montserrat-Bold.ttf");
  font-display: swap;
  font-weight: bold;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat/Montserrat-Medium.ttf");
  font-display: swap;
  font-weight: 400;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat/Montserrat-Regular.ttf");
  font-display: swap;
}

html {
  scroll-behavior: smooth;
}

body.body {
  background-color: #01160E;
  font-family: 'Montserrat';
}

body.body a:hover {
  text-decoration: none;
}

body.body::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #F5F5F5;
}

body.body::-webkit-scrollbar {
  width: 5px;
  background-color: #F5F5F5;
}

body.body::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #28A887;
}

.pagina_extra {
  color: #fff;
  min-height: 71vh;
}

.pagina_extra h2 {
  text-align: center;
}

.maxwidth-100 {
  max-width: 100%;
}

.botao {
  background: -webkit-linear-gradient(359.02deg, #28A887 0%, #146C4B 100%);
  background: -o-linear-gradient(359.02deg, #28A887 0%, #146C4B 100%);
  background: linear-gradient(90.98deg, #28A887 0%, #146C4B 100%);
  color: #fff;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  text-align: center;
  border-radius: 20px;
}

.botao a {
  color: #fff;
}

.botao_consorcio_simulador{
  margin-top: 30px;
}

@media (max-width: 767px) {
  .botao {
    font-size: 0.9rem;
  }
}

.botao:hover {
  -webkit-box-shadow: 0 0 10px 10px #012c1c;
  box-shadow: 0 0 10px 10px #012c1c;
}

.botao::focus-visible {
  outline: none;
}

.botao_consorcio {
  text-align: center;
}

.botao_consorcio .botao {
  padding: 10px 20px;
}

.campo_botao {
  text-align: center;
}

@media (max-width: 1250px) {
  .campo_botao {
    margin-bottom: 20px;
  }
}

@media (max-width: 991px) {
  .campo_botao {
    margin-top: 20px;
  }
  .botao_consorcio_simulador{
    display: none;
  }
}

.tag {
  background: rgba(40, 168, 135, 0.05);
  border-radius: 16px;
  padding: 8px 16px;
  color: #28A887;
}

.conteudo {
  position: relative;
  padding-left: 10px;
}

.conteudo:before {
  content: '';
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  width: 2px;
  background: #28A887;
}

.conteudo h2 {
  color: #fff;
  margin: 20px 0;
}

@media(max-width: 767px) {
  .conteudo h2 {
    font-size: 1.6rem;
  }
}

.header {
  background: rgba(0, 0, 0, 0.31);
}

@media (min-width: 992px) {
  .header {
    padding: 20px 0;
  }
}

@media (max-width: 991px) {
  .header {
    padding: 20px 10px;
    position: relative;
  }

  .header .container .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: self-end;
    -ms-flex-align: self-end;
    align-items: self-end;
  }

  .header .container .row .logo {
    width: 100%;
  }

  .header button.navbar-toggle.botao_menu {
    border: none;
    background: transparent;
    position: absolute;
    top: 20px;
    right: 0;
  }

  .header button.navbar-toggle.botao_menu .aberto {
    display: none;
  }

  .header button.navbar-toggle.botao_menu[aria-expanded="true"] .fechado {
    display: none;
  }

  .header button.navbar-toggle.botao_menu[aria-expanded="true"] .aberto {
    display: block;
  }

  .header button.navbar-toggle.botao_menu[aria-expanded="false"] .aberto {
    display: none;
  }

  .header button.navbar-toggle.botao_menu:focus {
    outline: none;
  }

  div#myNavbar {
    position: absolute;
    top: 74px;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(21px);
    z-index: 1;
  }

  div#myNavbar ul {
    padding-inline-start: 0;
    text-align: center;
  }

  .linha_menu {
    background: #FFFFFF;
    opacity: 0.1;
    border-radius: 2px;
    width: 90%;
    margin: auto;
    height: 2px;
    margin-top: 20px;
  }

  .header .menu ul li .botao {
    max-width: 90%;
    margin: auto;
  }
}

.header .row {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header .logo img {
  max-width: 200px;
}

@media (min-width: 992px) {
  .header .menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-padding-start: 0;
    padding-inline-start: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
  }
}

.header .menu ul li {
  list-style: none;
}

@media (min-width: 992px) {
  .header .menu ul li {
    padding-left: 20px;
  }
}

@media (max-width: 991px) {
  .header .menu ul li {
    padding-bottom: 20px;
  }
}

.header .menu ul li a.nao_botao {
  color: #fff;
  position: relative;
}

@media(min-width: 992px) {
  .header .menu ul li a.nao_botao:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: #fff;
    -webkit-animation: linha_volta;
    animation: linha_volta;
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
  }

  .header .menu ul li a.nao_botao:hover:before {
    width: 100%;
    -webkit-animation: linha_vai;
    animation: linha_vai;
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
  }
}

.header .menu ul li .botao {
  padding: 5px 20px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #102c21 inset !important;
  -webkit-text-fill-color: #fff !important;
}

.form-control:focus {
  -webkit-box-shadow: 0 0 0 0.2rem #28a8872b;
  box-shadow: 0 0 0 0.2rem #28a8872b;
}

.page_home {
  position: relative;
}

@media (min-width: 992px) {
  .page_home .row_pessoal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
  }
}

@media (max-width: 991px) {
  .page_home .banner {
    padding-top: 30px;
    background-position: top;
  }
}

@media (min-width: 992px) {
  .page_home .banner {
    background-position-y: bottom;
  }
}

.page_home .banner {
  background-image: url("../img/banner_fundo.png");
  background-repeat: no-repeat;

  padding-bottom: 20px;
  position: relative;
}

@media (min-width: 992px) {
  .page_home .banner .lado_imagem:before {
    content: '';
    background-image: url("../img/degrade_banner.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: bottom;
    position: absolute;
    width: 45%;
    height: 100%;
    right: 0;
    bottom: 0;
  }
}

@media (min-width: 1500px) {
  .page_home .banner .lado_imagem:before {
    width: 50%;
  }
}

@media (min-width: 992px) {
  .page_home .banner .lado_imagem {
    height: 70vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
  }
}

@media (max-width: 991px) {
  .page_home .banner .lado_imagem {
    padding-top: 30px;
    text-align: center;
  }
}

.page_home .banner .lado_imagem img {
  position: relative;
}

@media (min-width: 768px) {
  .page_home .banner .lado_imagem img {
    width: 500px;
  }
}

@media (max-width: 767px) {
  .page_home .banner .lado_imagem img {
    max-width: 100%;
  }
}

.page_home .banner .lado_texto h2 {
  margin: 20px 0;
  color: #fff;
}

@media (min-width: 992px) {
  .page_home .banner .lado_texto h2 {
    font-size: 2.5rem;
    font-weight: bold;
  }
}

@media (max-width: 991px) {
  .page_home .banner .lado_texto {
    text-align: center;
  }
}

.page_home .banner .lado_texto h2 span {
  color: #28A887;
}

.page_home .banner .lado_texto .texto {
  color: #fff;
  margin-bottom: 20px;
}

@media (min-width: 1200px) {
  .page_home .banner .lado_texto .texto {
    max-width: 500px;
  }
}

.page_home .banner .lado_texto .botao {
  padding: 10px 20px;
}

@media (min-width: 992px) {
  .page_home .banner .mouse {
    position: absolute;
    bottom: 50px;
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 991px) {
  .page_home .banner .mouse {
    text-align: center;
    margin-top: 20px;
  }
}

.page_home #como-funciona {
  padding: 70px 0 30px;
}

.page_home #como-funciona .secao1 {
  background-image: url("../img/banner_secao1.png");
  background-repeat: no-repeat;
  background-size: cover;
}

@media (min-width: 992px) {
  .page_home #como-funciona .secao1 .conteudo {
    max-width: 57%;
  }
}

.page_home #como-funciona .secao1 .conteudo .texto {
  color: #fff;
}

@media (min-width: 1251px) {
  .page_home #como-funciona .secao2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.lateral_menu ul {
  -webkit-padding-start: 0;
  padding-inline-start: 0;
  padding: 0 5px;
}

.lateral_menu ul li {
  list-style: none;
  background: rgba(1, 44, 28, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  margin-bottom: 10px;
  padding: 18.5px 10px;
  cursor: pointer;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  position: relative;
}

@media (min-width: 992px) {
  .page_home #como-funciona .secao2 .lateral_menu ul li {
    width: 320px;
  }
}

.lateral_menu ul li .titulo {
  margin-left: 25px;
  width: 80%;
}

.lateral_menu ul li .titulo p {
  margin-bottom: 0;
  color: #fff;
  font-size: 0.9rem;
}

.lateral_menu ul li .icone {
  width: 40px;
  height: 39px;
  background: #146C4B;
  border-radius: 20px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.lateral_menu ul li .icone svg {
  max-width: 20px;
  max-height: 21px;
}

@media(max-width: 767px) {
  .page_home #como-funciona {
    overflow: hidden;
  }

  .lateral_menu ul {
    height: 101px;
  }

  .lateral_menu ul li {
    width: 250px;
    margin-right: 20px;
    float: left;
  }

  .lateral_menu ul li.slick-active {
    background: #FFFFFF;
    -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.4);
  }

  .lateral_menu ul li.slick-active .titulo p {
    color: #01160E;
  }

  .lateral_menu ul li.slick-active .icone {
    background: rgba(20, 108, 75, 0.15);
  }

  .lateral_menu ul li.slick-active .icone svg path {
    stroke: #28A887;
  }

  .page_home #como-funciona .secao2 .lateral_menu ul li.slick-active:before {
    content: '';
    position: absolute;
    width: 2px;
    height: 21px;
    left: -5px;
    background: #00aa87;
    top: 21px;
  }
}

@media(min-width: 768px) {

  .page_home #como-funciona .secao2 .lateral_menu ul li.ativo,
  .page_home #como-funciona .secao2 .lateral_menu ul li:hover {
    background: #FFFFFF;
    -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.4);
    -webkit-backdrop-filter: blur(32px);
    backdrop-filter: blur(32px);
  }

  .page_home #como-funciona .secao2 .lateral_menu ul li.ativo .titulo p,
  .page_home #como-funciona .secao2 .lateral_menu ul li:hover .titulo p {
    color: #01160E;
  }

  .page_home #como-funciona .secao2 .lateral_menu ul li.ativo .icone,
  .page_home #como-funciona .secao2 .lateral_menu ul li:hover .icone {
    background: rgba(20, 108, 75, 0.15);
  }

  .page_home #como-funciona .secao2 .lateral_menu ul li.ativo .icone svg path,
  .page_home #como-funciona .secao2 .lateral_menu ul li:hover .icone svg path {
    stroke: #28A887;
  }

  .page_home #como-funciona .secao2 .lateral_menu ul li.ativo:before {
    content: '';
    position: absolute;
    width: 2px;
    height: 21px;
    left: -5px;
    background: #00aa87;
    top: 21px;
  }
}

@media (min-width: 768px) and (max-width: 1250px) {
  .page_home #como-funciona .secao2 .lateral_menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .page_home #como-funciona .secao2 .lateral_menu ul li {
    width: 49%;
  }
}

@media (min-width: 768px) {
  .page_home #como-funciona .secao2 .item_inteiro {
    padding: 0 15px;
  }

  .page_home #como-funciona .secao2 .item_inteiro .informacores_item {
    padding: 10px 25px;
  }
}

.page_home #como-funciona .secao2 .item_inteiro .informacores_item {
  background: rgba(1, 44, 28, 0.5);
  border-radius: 15px;
  display: none;
}

@media (max-width: 767px) {
  .page_home #como-funciona .secao2 .item_inteiro .informacores_item {
    padding: 10px 5px;
  }
}

.page_home #como-funciona .secao2 .item_inteiro .informacores_item.ativo {
  display: block;
}

.page_home #como-funciona .secao2 .item_inteiro .informacores_item .texto p {
  margin-bottom: 0;
  text-align: center;
}

.page_home #como-funciona .secao2 .item_inteiro .informacores_item p {
  color: #fff;
}

.page_home #como-funciona .secao2 .item_inteiro .informacores_item .titulo_item {
  text-align: center;
}

@media(min-width: 992px) {
  .page_home #como-funciona .secao2 .item_inteiro .informacores_item .titulo_item {
    font-weight: bold;
    font-size: 1.2rem;
  }
}

@media(max-width: 991px) {
  .page_home #como-funciona .secao2 .item_inteiro .informacores_item .titulo_item {
    font-size: 1.4rem;
  }
}

.page_home #como-funciona .secao2 .item_inteiro .informacores_item .texto {
  font-size: 0.9rem;
}

.page_home #como-funciona .secao2 .item_inteiro .informacores_item .texto em {
  font-style: normal;
  color: #28A887;
}

@media(min-width: 768px) {
  .page_home #como-funciona .secao2 .item_inteiro .informacores_item .imagem.imagem_mobile {
    display: none;
  }

  .page_home #como-funciona .secao2 .item_inteiro .informacores_item .imagem {
    text-align: center;
    position: relative;
  }

  .page_home #como-funciona .secao2 .item_inteiro .informacores_item .imagem:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    background-color: #012115;
  }

  .page_home #como-funciona .secao2 .item_inteiro .informacores_item .imagem.chegou:after {
    animation-name: sobe_grafico;
    animation-duration: 2s;
    height: 0;
    animation-iteration-count: infinite;
  }

  .page_home #como-funciona .secao2 .item_inteiro .informacores_item .imagem:before {
    content: '';
    position: absolute;
    background-color: #012115;
  }

  .page_home #como-funciona .secao2 .item_inteiro .informacores_item .imagem.chegou:before {
    animation-name: sobe_grafico_2;
    animation-duration: 2s;
    height: 0;
    animation-iteration-count: infinite;
  }
}

@media(min-width: 1251px) {
  .page_home #como-funciona .secao2 .item_inteiro .informacores_item .imagem:after {
    width: 75%;
    height: 120px;
  }

  .page_home #como-funciona .secao2 .item_inteiro .informacores_item .imagem:before {
    left: 52px;
    top: 70px;
    width: 118px;
    height: 50px;
  }

  @keyframes sobe_grafico {
    0% {
      height: 120px;
    }

    100% {
      height: 0px;
    }
  }

  @keyframes sobe_grafico_2 {
    0% {
      height: 50px;
    }

    50% {
      height: 0;
    }

    100% {
      height: 0px;
    }
  }
}

@media(max-width: 1250px) {
  .page_home #como-funciona .secao2 .item_inteiro .informacores_item .imagem {
    max-width: 762px;
    margin: auto;
  }
}

@media(min-width: 768px) and (max-width: 1250px) {
  .page_home #como-funciona .secao2 .item_inteiro .informacores_item .imagem:after {
    width: 66.7%;
    height: 130px;
  }

  .page_home #como-funciona .secao2 .item_inteiro .informacores_item .imagem:before {
    left: 8%;
    top: 36%;
    width: 25%;
    height: 29%;
  }

  @keyframes sobe_grafico {
    0% {
      height: 130px;
    }

    100% {
      height: 0px;
    }
  }

  @keyframes sobe_grafico_2 {
    0% {
      height: 29%;
    }

    50% {
      height: 0;
    }

    100% {
      height: 0px;
    }
  }
}

@media(max-width: 767px) {
  .page_home #como-funciona .secao2 .item_inteiro .informacores_item .imagem_desktop {
    display: none;
  }

  .page_home #como-funciona .secao2 .item_inteiro .informacores_item .imagem.imagem_mobile {
    margin-top: 20px;
    position: relative;
  }


  .page_home #como-funciona .secao2 .item_inteiro .informacores_item#liberade-financeira .imagem_mobile:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 29px;
    background-color: #012115;
    width: 100%;
    height: 87%;
    animation-name: sobe_grafico;
    animation-duration: 3s;
    animation-iteration-count: infinite;
  }

  @keyframes sobe_grafico {
    0% {
      width: 100%;
    }

    100% {
      width: 0px;
    }
  }
}

.page_home #como-funciona .secao2 .item_inteiro .informacores_item .imagem img {
  max-width: 100%;
}

.page_home #como-funciona .secao2 .item_inteiro .informacores_item .botao {
  padding: 10px 20px;
}

@media (min-width: 1251px) {
  .page_home #como-funciona .secao2 .item_inteiro .informacores_item .botao {
    position: relative;
    top: -15px;
  }
}

@media(max-width: 991px) {
  .page_home #como-funciona .secao2 .item_inteiro .informacores_item .area_flex .legendas {
    display: none;
  }

  .page_home #como-funciona .secao2 .item_inteiro .informacores_item .area_flex .graficos {
    margin-top: 30px;
  }

  .desktop_titulo {
    display: none;
  }
}

@media(min-width: 992px) {
  .mobile_titulo {
    display: none;
  }

  .page_home #como-funciona .secao2 .item_inteiro .informacores_item .area_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 20px;
  }
}

@media (min-width: 992px) and (max-width: 1250px) {
  .page_home #como-funciona .secao2 .item_inteiro .informacores_item .area_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .page_home #como-funciona .secao2 .item_inteiro .informacores_item .area_flex .legendas {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

@media (min-width: 1251px) {
  .page_home #como-funciona .secao2 .item_inteiro .informacores_item .area_flex .legendas {
    -ms-flex-item-align: self-end;
    -ms-grid-row-align: self-end;
    align-self: self-end;
    margin-right: 25px;
  }

  .page_home #como-funciona .secao2 .item_inteiro .informacores_item .area_flex .legendas p {
    font-size: 0.9rem;
  }
}

@media (min-width: 992px) and (max-width: 1250px) {
  .page_home #como-funciona .secao2 .item_inteiro .informacores_item .area_flex .legendas {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
  }

  .page_home #como-funciona .secao2 .item_inteiro .informacores_item .area_flex .legendas li {
    margin-right: 10px;
  }
}

.page_home #como-funciona .secao2 .item_inteiro .informacores_item .area_flex .legenda {
  list-style: none;
  position: relative;
  padding-left: 20px;
}

.page_home #como-funciona .secao2 .item_inteiro .informacores_item .area_flex .legenda:before {
  content: '';
  width: 15px;
  height: 15px;
  background: #fff;
  position: absolute;
  top: 4px;
  left: 0;
  border-radius: 15px;
}

.page_home #como-funciona .secao2 .item_inteiro .informacores_item .area_flex .legenda.consorcio:before {
  background: #28A887;
}

.page_home #como-funciona .secao2 .item_inteiro .informacores_item .area_flex .legendas li.consorcio p {
  color: #28A887;
  margin-bottom: 0;
}

@media(min-width: 992px) {
  .texto_mobile {
    display: none;
  }

  .page_home #como-funciona .secao2 .item_inteiro .informacores_item .area_flex .graficos:before {
    content: 'Rentabilidade Ao Ano';
    position: absolute;
    bottom: 63px;
    left: 77px;
    color: white;
    font-weight: bold;
  }
}

@media(max-width: 991px) {
  .texto_mobile {
    color: white;
    font-weight: bold;
    text-align: center;
  }
}


@media (max-width: 991px) {
  .page_home #como-funciona .secao2 .item_inteiro .informacores_item .area_flex .graficos .svg_desktop {
    display: none;
  }
}

@media (min-width: 992px) {
  .page_home #como-funciona .secao2 .item_inteiro .informacores_item .area_flex .graficos span.legenda {
    display: none;
  }

  .page_home #como-funciona .secao2 .item_inteiro .informacores_item .area_flex .graficos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    position: relative;
  }

  .page_home #como-funciona .secao2 .item_inteiro .informacores_item .area_flex .graficos .item_grafico .grafico {
    margin-bottom: 33px;
  }

  .page_home #como-funciona .secao2 .item_inteiro .informacores_item .area_flex .graficos .svg_mobile {
    display: none;
  }

  .page_home #como-funciona .secao2 .item_inteiro .informacores_item .area_flex .graficos .item_grafico_1 .grafico:before {
    content: '1º ano';
    position: absolute;
    color: white;
    top: 25px;
    left: 0;
    width: 100%;
    text-align: center;
  }

  .page_home #como-funciona .secao2 .item_inteiro .informacores_item .area_flex .graficos .item_grafico_2 .grafico:before {
    content: '2º ano';
    position: absolute;
    color: white;
    top: 25px;
    left: 0;
    width: 100%;
    text-align: center;
  }

  .page_home #como-funciona .secao2 .item_inteiro .informacores_item .area_flex .graficos .item_grafico_3 .grafico:before {
    content: '3º ano';
    position: absolute;
    color: white;
    top: 25px;
    left: 0;
    width: 100%;
    text-align: center;
  }

  .page_home #como-funciona .secao2 .item_inteiro .informacores_item .area_flex .graficos .item_grafico_4 .grafico:before {
    content: '4º ano';
    position: absolute;
    color: white;
    top: 25px;
    left: 0;
    width: 100%;
    text-align: center;
  }

  .page_home #como-funciona .secao2 .item_inteiro .informacores_item .area_flex .graficos .item_grafico_5 .grafico:before {
    content: '5º ano';
    position: absolute;
    color: white;
    top: 25px;
    left: 0;
    width: 100%;
    text-align: center;
  }

  .page_home #como-funciona .secao2 .item_inteiro .informacores_item .area_flex .graficos .item_grafico_6 .grafico:before {
    content: '6º ano';
    position: absolute;
    color: white;
    top: 25px;
    left: 0;
    width: 100%;
    text-align: center;
  }

  .page_home #como-funciona .secao2 .item_inteiro .informacores_item .area_flex .graficos .item_grafico {
    padding-left: 5px;
  }
}

.page_home #como-funciona .secao2 .item_inteiro .informacores_item .area_flex .graficos .item_grafico .grafico {
  position: relative;
}


@media (min-width: 1251px) {
  .page_home #como-funciona .secao2 .item_inteiro .informacores_item .area_flex .graficos .item_grafico svg {
    max-width: 75px;
  }

  .page_home #como-funciona .secao2 .item_inteiro .informacores_item .area_flex .graficos .item_grafico p {
    font-size: 0.9rem;
  }
}

.page_home #como-funciona .secao2 .item_inteiro .informacores_item .area_flex .graficos .item_grafico .valor_consorcio {
  color: #28A887;
  margin-bottom: 0;
  margin-top: 1rem;
}

@media (min-width: 992px) {
  .page_home #como-funciona .secao2 .item_inteiro .informacores_item .area_texto {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .page_home #como-funciona .secao2 .item_inteiro .informacores_item .area_texto .texto,
  .page_home #como-funciona .secao2 .item_inteiro .informacores_item .area_texto .consorcio_finan {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

@media (max-width: 991px) {
  .page_home #como-funciona .secao2 .item_inteiro .informacores_item .area_texto {
    margin-bottom: 20px;
  }

  .page_home #como-funciona .secao2 .item_inteiro .informacores_item .area_texto .consorcio_finan {
    margin-top: 20px;
  }
}

@media (min-width: 768px) {
  .page_home #como-funciona .secao2 .item_inteiro .informacores_item .area_texto .consorcio_finan {
    padding-left: 40px;
  }
}

.page_home #como-funciona .secao2 .item_inteiro .informacores_item .area_texto .consorcio_finan .fundo_branco {
  padding: 15px;
  background: rgba(255, 255, 255, 0.25);
  border-radius: 16px;
}

.page_home #como-funciona .secao2 .item_inteiro .informacores_item .area_texto .consorcio_finan .fundo_branco .titulo_area {
  color: #fff;
  text-align: center;
}

.page_home #como-funciona .secao2 .item_inteiro .informacores_item .area_texto .consorcio_finan .fundo_branco .item {
  background: #FFFFFF;
  border-radius: 8px;
  margin-bottom: 5px;
  padding: 5px 0;
  text-align: center;
}

.page_home #como-funciona .secao2 .item_inteiro .informacores_item .area_texto .consorcio_finan .fundo_branco .item p {
  color: #000;
  margin-bottom: 0;
}

.page_home #como-funciona .secao2 .item_inteiro .informacores_item .area_texto .consorcio_finan .fundo_branco .item p span {
  position: relative;
  top: -2px;
}

.page_home #como-funciona .secao2 .item_inteiro .informacores_item .campo_botao {
  position: relative;
}

@media (min-width: 768px) {
  .page_home #como-funciona .secao2 .item_inteiro .informacores_item .campo_botao .logos {
    position: absolute;
    bottom: 0;
  }
}

@media (max-width: 767px) {
  .page_home #como-funciona .secao2 .item_inteiro .informacores_item .campo_botao .logos {
    display: none;
  }
}

.page_home #como-funciona .secao2 .item_inteiro .informacores_item#ganhe-alugueis .texto {
  text-align: center;
  margin-bottom: 30px;
}

.page_home #simulador {
  position: relative;
  overflow: hidden;
}

@media (min-width: 768px) {
  .page_home #simulador .secao3 .conteudo .filtros {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .page_home #simulador .secao3 .conteudo .filtros .item_investimento {
    width: 30%;
    margin-right: 2%;
  }
}

.page_home #simulador .secao3 .conteudo .filtros .form-group {
  position: relative;
}

.page_home #simulador .secao3 .conteudo .filtros .form-group .form-control:disabled {
  opacity: 0.5;
}

.page_home #simulador .secao3 .conteudo .filtros .form-group:focus {
  -webkit-box-shadow: 0 0 0 0.2rem #28a8872b;
  box-shadow: 0 0 0 0.2rem #28a8872b;
}

.page_home #simulador .secao3 .conteudo .filtros .form-group label {
  position: absolute;
  left: 15px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: transparent;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  font-size: 0.7rem;
}

.page_home #simulador .secao3 .conteudo .filtros .form-group select {
  background: #3C3C3C;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  height: 45px;
  color: #fff;
  /* for Firefox */
  -moz-appearance: none;
  /* for Safari, Chrome, Opera */
  -webkit-appearance: none;
  position: relative;
  background-image: url('../img/inline-arrow.svg');
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: center;
}

.page_home #simulador .secao3 .conteudo .filtros .form-group select option {
  color: #fff;
}

.page_home #simulador .secao3 .conteudo .filtros .form-group select::-ms-expand {
  display: none;
}

.page_home #simulador .secao3 .conteudo .filtros .form-group.selecionado label {
  color: white;
}

.page_home #simulador .secao3 .conteudo .filtros .form-group.selecionado select {
  padding-top: 0.9rem;
}

.page_home #simulador .secao3 .conteudo .filtros .form-group svg {
  position: absolute;
  bottom: 0;
  right: 10px;
  height: 100%;
  opacity: 0.5;
}

.page_home #simulador .secao3 .tabela_dados {
  position: relative;
}

.tabela_dados .campo_botao {
  display: none;
  margin-top: 20px;
}

@media(min-width: 992px) {
  .tabela_dados .campo_botao {
    position: absolute;
    width: 100%;
  }
}


.tabela_dados .campo_botao .botao {
  padding: 10px 20px;
}

.page_home #simulador .secao3 .tabela_dados form#secret_form {
  position: absolute;
  top: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.01);
  border-radius: 14px;
  padding: 0 13%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.page_home #simulador .secao3 .tabela_dados form#secret_form .titulo {
  color: white;
  text-align: center;
  font-weight: bold;
  font-size: 1.2rem;
}

.page_home #simulador .secao3 .tabela_dados form#secret_form .form-group {
  position: relative;
}

.page_home #simulador .secao3 .tabela_dados form#secret_form .form-group label {
  position: absolute;
  top: 2px;
  left: 13px;
  color: #fff;
  font-size: 0.8rem;
}

.page_home #simulador .secao3 .tabela_dados form#secret_form .form-group .form-control {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  padding-bottom: 0;
  padding-top: 10px;
  height: 48px;
  color: white;
}

.page_home #simulador .secao3 .tabela_dados form#secret_form button {
  border: 0;
  padding: 7px 20px;
}

.page_home #simulador .secao3 .tabela_dados form#secret_form button:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem #28a8872b;
  box-shadow: 0 0 0 0.2rem #28a8872b;
}

.page_home #simulador .secao3 .tabela_dados .table-responsive {
  background: rgba(1, 44, 28, 0.5);
  border-radius: 16px;
  height: 342px;
  display: none;
}

.page_home #simulador .secao3 .tabela_dados .table-responsive .table {
  color: #fff;
  /* display: none; */
}

.page_home #simulador .secao3 .tabela_dados .table-responsive .table thead th {
  border-top: 0;
  border-bottom: 0;
}

.page_home #simulador .secao3 .tabela_dados .table-responsive .table tbody+tbody {
  border: 0;
}

.page_home #simulador .secao3 .tabela_dados .table-responsive .table tbody {
  display: none;
}

.page_home #simulador .secao3 .tabela_dados .table-responsive .table tbody td,
.page_home #simulador .secao3 .tabela_dados .table-responsive .table tbody th {
  border-color: #28a8872b;
}

.page_home #simulador .secao3 .tabela_dados .table-responsive .table tbody.nessa_tabela {
  display: table-row-group;
}

.page_home #simulador .secao3 .tabela_dados .table-responsive .table tbody tr {
  display: none;
}

.page_home #simulador .secao3 .tabela_dados .table-responsive .table tbody tr.mostra_plano {
  display: table-row;
}

@media (min-width: 992px) {
  .page_home #simulador:before {
    content: '';
    position: absolute;
    right: -350px;
    width: 519px;
    height: 419px;
    bottom: 439px;
    background: #28A887;
    opacity: 0.49;
    -webkit-filter: blur(243px);
    filter: blur(243px);
  }

  .mostra_mobile {
    display: none;
  }
}

@media(max-width: 991px) {
  .tabela_mobile .conjunto_infos {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgba(40, 168, 135, 0.17);
    margin-top: 1rem;
  }

  .tabela_mobile .conjunto_infos:last-child {
    border: none;
  }

  .tabela_mobile .tabela_item {
    color: white;
    padding: 15px 10px;
    display: none;
  }

  .tabela_mobile .tabela_item.nessa_tabela {
    display: block;
  }

  .tabela_mobile p.titulo_conj {
    font-weight: bold;
    max-width: 50%;
  }

  .tabela_mobile .numeros_reais {
    font-weight: bold;
  }

  .item_plano {
    display: none;
  }

  .item_plano.mostra_plano {
    display: block;
  }

  .page_home .somos_referencia .container_especial:before {
    content: '';
    background: #28A887;
    opacity: 0.49;
    filter: blur(154px);
    width: 60%;
    height: 70%;
    position: absolute;
    top: 0;
    right: 0;
  }

  .mostra_mobile .botao {
    padding: 10px 60px;
  }

  .page_home .contato .area_flex .formularios form .input_submit .botao {
    width: 100%;
  }

  .page_home .contato .area_flex {
    text-align: center;
  }

  .page_home #simulador .secao3 .tabela_dados .table-responsive .table{
    display: none;
  }
}

.page_home .somos_referencia {
  margin-top: 40px;
  position: relative;
  padding-top: 40px;
}

@property --num {
  syntax: '<integer>';
  initial-value: 0;
  inherits: false;
}

.page_home .somos_referencia .container_especial .infos .conjunto_items .item .texto p.destaque span {
  transition: --num 1s;
  counter-reset: num var(--num);
}

.page_home .somos_referencia .container_especial .infos .conjunto_items .item .texto p.destaque span::after {
  content: counter(num);
}

@media (min-width: 992px) {
  .page_home .somos_referencia {
    background: url("../img/fundo_esquerdo.png");
    background-repeat: no-repeat;
    background-position: left;
  }
}

@media (min-width: 1400px) {
  .page_home .somos_referencia .quadrados {
    max-width: 1140px;
    margin: auto;
    position: relative;
  }
}

@media (min-width: 992px) {
  .page_home .somos_referencia .quadrados .quadrado1 {
    position: absolute;
    left: 0;
    top: 200px;
  }

  .page_home .somos_referencia .quadrados .quadrado2 {
    position: absolute;
    left: 0;
    top: 90px;
  }
}

@media (max-width: 991px) {
  .no_mobile {
    display: none;
  }

  .page_home .somos_referencia .quadrados .quadrado1 {
    position: absolute;
    left: 0;
    bottom: 320px;
  }

  .page_home .somos_referencia .quadrados .quadrado2 {
    position: absolute;
    left: 0;
    bottom: 357px;
  }

  .page_home .somos_referencia .quadrados img {
    max-width: 50%;
  }

  .page_home .somos_referencia .container_especial .imagem img {
    max-height: 394px;
    object-fit: contain;
  }
}

.page_home .somos_referencia .container_especial {
  position: relative;
  padding: 15px;
}

.page_home .somos_referencia .container_especial .row_pessoal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 1400px) {
  .page_home .somos_referencia .container_especial {
    max-width: 1140px;
    margin: auto;
  }
}

@media (min-width: 992px) {
  .page_home .somos_referencia .container_especial .row_pessoal {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}

@media (max-width: 767px) {
  .page_home .somos_referencia .container_especial .row_pessoal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (min-width: 768px) {
  .page_home .somos_referencia .container_especial .imagem {
    width: 50%;
    text-align: right;
    padding-top: 60px;
    padding-right: 20px;
  }
}

@media (max-width: 767px) {
  .page_home .somos_referencia .container_especial .imagem {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 20px;
  }
}

.page_home .somos_referencia .container_especial .imagem img {
  max-width: 100%;
}

.page_home .somos_referencia .container_especial .infos {
  position: relative;
}

@media (max-width: 991px) {
  .page_home .somos_referencia .container_especial .infos {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

@media (min-width: 992px) {
  .page_home .somos_referencia .container_especial .infos {
    width: 50%;
    padding-left: 50px;
  }
}

.page_home .somos_referencia .container_especial .infos .titulo {
  position: relative;
  padding-left: 10px;
}

.page_home .somos_referencia .container_especial .infos .titulo p {
  color: #fff;
  font-size: 28px;
}

.page_home .somos_referencia .container_especial .infos .titulo:before {
  content: '';
  height: 100%;
  position: absolute;
  width: 2px;
  left: 0;
  top: 0;
  background-color: #28A887;
}

.page_home .somos_referencia .container_especial .infos .conjunto_items {
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .page_home .somos_referencia .container_especial .infos .conjunto_items {
    padding-right: 50px;
  }
}

.page_home .somos_referencia .container_especial .infos .conjunto_items .item {
  background: rgba(0, 0, 0, 0.4);
  border-radius: 16px;
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}

.page_home .somos_referencia .container_especial .infos .conjunto_items .item .svg {
  background: #146C4B;
  height: 43px;
  width: 43px;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 30px;
}

@media (min-width: 1200px) {
  .page_home .somos_referencia .container_especial .infos .conjunto_items .item .svg {
    margin-left: 20px;
  }
}

.page_home .somos_referencia .container_especial .infos .conjunto_items .item .svg svg {
  max-width: 30px;
}

.page_home .somos_referencia .container_especial .infos .conjunto_items .item .texto {
  color: #fff;
}

.page_home .somos_referencia .container_especial .infos .conjunto_items .item .texto p {
  margin-bottom: 0;
}

.page_home .somos_referencia .container_especial .infos .conjunto_items .item .texto p.destaque {
  font-weight: bold;
}

@media (min-width: 1200px) {
  .page_home .somos_referencia .container_especial .infos .conjunto_items .item .texto p.destaque {
    font-size: 28px;
  }
}

@media (max-width: 1199px) {
  .page_home .somos_referencia .container_especial .infos .conjunto_items .item .texto p.destaque {
    font-size: 20px;
  }
}

.page_home .somos_referencia .container_especial .infos .botao_consorcio {
  margin: auto;
}

@media (max-width: 991px) {
  .page_home .somos_referencia .tracado {
    display: none;
  }
}

@media (min-width: 992px) {
  .page_home .somos_referencia .tracado {
    position: absolute;
    left: 0;
    top: 0;
  }
}

.page_home .depoimentos_clientes {
  padding-top: 110px;
  padding-bottom: 80px;
}

@media (min-width: 1200px) {
  .page_home .depoimentos_clientes .videos_lista {
    padding-left: calc((100vw - 1140px)/2);
  }
}

.page_home .depoimentos_clientes .videos_lista .videos {
  padding-bottom: 50px;
}

.page_home .depoimentos_clientes .videos_lista .videos .swiper-slide {
  cursor: pointer;
}

@media (min-width: 1200px) and (max-width: 1499px) {
  .page_home .depoimentos_clientes .videos_lista .videos .swiper-slide {
    max-width: 23%;
    margin-right: 15px;
  }
}

@media (min-width: 1500px) {
  .page_home .depoimentos_clientes .videos_lista .videos .swiper-slide {
    max-width: 20%;
    margin-right: 15px;
  }
}

@media(min-width: 768px) and (max-width: 991px) {
  .page_home .depoimentos_clientes .videos_lista .videos .swiper-slide {
    padding: 5px;
  }
}

@media(max-width: 767px) {
  .page_home .depoimentos_clientes .videos_lista .videos .swiper-slide {
    max-width: 280px;
    margin-right: 20px;
  }
}

.page_home .depoimentos_clientes .videos_lista .videos .swiper-slide .item {
  background: rgba(0, 0, 0, 0.4);
  border-radius: 24px;
  padding: 15px;
}

.page_home .depoimentos_clientes .videos_lista .videos .swiper-slide .item .capa {
  position: relative;
}

.page_home .depoimentos_clientes .videos_lista .videos .swiper-slide .item .capa img {
  border-radius: 20px;
  max-width: 100%;
}

.page_home .depoimentos_clientes .videos_lista .videos .swiper-slide .item .capa .play {
  position: absolute;
  right: 9px;
  top: 10px;
  width: 40px;
  height: 40px;
  background: rgba(40, 168, 135, 0.8);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.page_home .depoimentos_clientes .videos_lista .videos .swiper-slide .item .frase {
  padding: 10px 5px;
}

.page_home .depoimentos_clientes .videos_lista .videos .swiper-slide .item p {
  color: #fff;
  margin-bottom: 0;
}

.page_home .depoimentos_clientes .videos_lista .videos .swiper-pagination-bullet {
  background: rgba(20, 108, 75, 0.5);
}

.page_home .depoimentos_clientes .videos_lista .videos .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #28A887;
  -webkit-box-shadow: 0 0 7px #28a887;
  box-shadow: 0 0 7px #28a887;
}

@media(min-width: 768px) {
  .page_home .depoimentos_clientes .videos_lista .botao_consorcio {
    margin-top: 30px;
  }
}

@media(max-width: 767px) {
  .page_home .depoimentos_clientes .videos_lista .botao_consorcio .botao {
    padding: 10px 60px;
  }
}

.page_home .secao4 {
  position: relative;
  overflow: hidden;
}

@media (min-width: 992px) {
  .page_home .secao4:before {
    content: '';
    position: absolute;
    right: -350px;
    width: 519px;
    height: 419px;
    bottom: 439px;
    background: #28A887;
    opacity: 0.49;
    -webkit-filter: blur(243px);
    filter: blur(243px);
  }

  .page_home .secao4:after {
    content: '';
    position: absolute;
    left: -150px;
    width: 299px;
    height: 219px;
    bottom: 339px;
    background: #28A887;
    opacity: 0.49;
    -webkit-filter: blur(138px);
    filter: blur(138px);
  }
}

.page_home .acesso_consorcio {
  padding-top: 50px;
  padding-bottom: 80px;
}

.page_home .acesso_consorcio .area_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
}

@media (min-width: 992px) {
  .page_home .acesso_consorcio .area_flex {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
  }
}

@media (max-width: 991px) {
  .page_home .acesso_consorcio .area_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .page_home .acesso_consorcio .area_flex .item.item1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .page_home .acesso_consorcio .area_flex .area_celular {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 0;
    order: 0;
  }

  div#acesso-consorcio:before {
    content: '';
    background: #28A887;
    opacity: 0.49;
    filter: blur(154px);
    width: 60%;
    height: 30%;
    position: absolute;
    top: 200px;
    right: 0;
    left: 40%;
  }

  div#acesso-consorcio:after {
    content: '';
    background: #28A887;
    opacity: 0.49;
    filter: blur(154px);
    width: 60%;
    height: 20%;
    position: absolute;
    bottom: 310px;
    left: 0;
    right: 40%;
  }

  .page_home .acesso_consorcio .area_flex {
    position: relative;
    z-index: 1;
  }

  .botao_consorcio {
    margin-top: 30px;
  }

  .page_home .acesso_consorcio .area_flex .items.items2 {
    order: 2;
  }
}

@media (min-width: 992px) {
  .page_home .acesso_consorcio .area_flex .items.items1 {
    padding-right: 30px;
  }

  .page_home .acesso_consorcio .area_flex .items.items1 .item:after {
    content: '';
    position: absolute;
    right: -10px;
    top: 40px;
    width: 22px;
    height: 23px;
    background: #012115;
    border-top-right-radius: 6px;
    -webkit-transform: rotateZ(45deg);
    -ms-transform: rotate(45deg);
    transform: rotateZ(45deg);
  }

  .page_home .acesso_consorcio .area_flex .items.items2 {
    padding-left: 30px;
  }

  .page_home .acesso_consorcio .area_flex .items.items2 .item:after {
    content: '';
    position: absolute;
    left: -10px;
    top: 40px;
    width: 22px;
    height: 23px;
    background: #012115;
    border-top-left-radius: 6px;
    -webkit-transform: rotateZ(45deg);
    -ms-transform: rotate(45deg);
    transform: rotateZ(45deg);
  }
}

@media (max-width: 991px) {
  .page_home .acesso_consorcio .area_flex .items.items1 {
    margin-bottom: 20px;
    order: 1;
  }
}

.page_home .acesso_consorcio .area_flex .items .item {
  background: rgba(1, 44, 28, 0.5);
  border-radius: 16px;
  color: #fff;
  padding: 20px;
  position: relative;
}

.page_home .acesso_consorcio .area_flex .items .item.espaco_embaixo {
  margin-bottom: 20px;
}

.page_home .acesso_consorcio .area_flex .items .item .titulo {
  font-size: 20px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}

.page_home .acesso_consorcio .area_flex .items .item .titulo .circulo {
  background: #146C4B;
  border-radius: 24px;
  margin-right: 10px;
  width: 30px;
  height: 30px;
  text-align: center;
}

.page_home .acesso_consorcio .area_flex .items .item .titulo p {
  margin-bottom: 0;
}

.page_home .acesso_consorcio .area_flex .items .item .texto {
  font-size: 0.9rem;
}

@media (max-width: 991px) {
  .page_home .acesso_consorcio .area_flex .area_celular {
    margin-top: 20px;
  }
}

.page_home .acesso_consorcio .area_flex .area_celular .botao_consorcio {
  margin-top: 30px;
}

.page_home .acesso_consorcio .area_flex .area_celular .botao_consorcio .botao {
  font-size: 0.9rem;
}

@media(max-width: 767px) {
  .abas_novas_mobile.lateral_menu {
    overflow: hidden;
  }

  ul.abas_sobre_mobile {
    margin-left: 10px;
  }

  ul.abas_sobre_mobile .titulo {
    font-weight: bold;
  }

  .mostra_mobile {
    text-align: center;
  }

  .sobre,
  .embracon,
  .banco_central,
  .protecao {
    display: none;
  }

  .sobre.ativo,
  .embracon.ativo,
  .banco_central.ativo,
  .protecao.ativo {
    display: block;
  }

  .embracon .row_pessoal {
    display: flex;
    flex-direction: column;
  }

  .page_home .secao5 #embracon .infos .container_especial .imagem {
    order: 1;
  }

  .page_home #sobre .area_flex .lado_esquerdo {
    text-align: center;
  }
}

@media(min-width: 768px) {
  .abas_novas_mobile.lateral_menu {
    display: none;
  }
}

@media (max-width: 991px) {
  .page_home #sobre {
    padding: 10px 0 40px;
  }
}


@media (min-width: 992px) {
  .page_home #sobre {
    padding: 10px 0 170px;
    background: url("../img/fundo_riscos.png");
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    position: relative;
  }

  .page_home #sobre:before {
    content: '';
    position: absolute;
    background: url("../img/mask_imagem.png");
    height: 100%;
    width: 50%;
    right: 0px;
    top: 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
}

.page_home #sobre .conteudo {
  margin-bottom: 50px;
}

@media (min-width: 992px) {
  .page_home #sobre .area_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (min-width: 992px) {
  .page_home #sobre .area_flex .lado_esquerdo {
    padding-right: 20px;
    max-width: 57%;
  }
}

.page_home #sobre .area_flex .lado_esquerdo .logo {
  margin-bottom: 20px;
}

.page_home #sobre .area_flex .lado_esquerdo .texto {
  color: #fff;
  margin-bottom: 20px;
}

.page_home #sobre .area_flex .lado_esquerdo .botao {
  padding: 10px 20px;
}

.page_home #sobre .area_flex .lado_direito {
  padding: 20px;
  position: relative;
}

.page_home #sobre .area_flex .lado_direito .imagem_atras {
  position: absolute;
  bottom: 0;
  right: 0;
}

.page_home #sobre .area_flex .lado_direito img.imagem_principal {
  position: relative;
  max-width: 100%;
  border-radius: 10px;
}

.page_home .secao5 {
  position: relative;
  overflow: hidden;
}

@media (min-width: 992px) {
  .page_home .secao5 .luzes_efeito:before {
    content: '';
    position: absolute;
    right: -150px;
    width: 319px;
    height: 219px;
    bottom: 239px;
    background: #28A887;
    opacity: 0.49;
    -webkit-filter: blur(143px);
    filter: blur(143px);
  }
}

@media (min-width: 992px) {
  .page_home .secao5 .luzes_efeito:after {
    content: '';
    position: absolute;
    left: -150px;
    width: 319px;
    height: 219px;
    bottom: 239px;
    background: #28A887;
    opacity: 0.49;
    -webkit-filter: blur(143px);
    filter: blur(143px);
  }
}

.page_home .secao5 #embracon {
  padding-top: 60px;
}

.page_home .secao5 #embracon .infos {
  position: relative;
}

@media (min-width: 1400px) {
  .page_home .secao5 #embracon .infos .quadrados {
    max-width: 1140px;
    margin: auto;
    position: relative;
  }
}

@media (min-width: 992px) {
  .page_home .secao5 #embracon .infos .quadrados .quadrado1 {
    position: absolute;
    left: 0;
    top: 110px;
  }

  .page_home .secao5 #embracon .infos .quadrados .quadrado2 {
    position: absolute;
    left: 0;
    top: 0px;
  }
}

@media (max-width: 991px) {
  .page_home .secao5 #embracon .infos .quadrados .quadrado1 {
    position: absolute;
    left: 0;
    bottom: 190px;
  }

  .page_home .secao5 #embracon .infos .quadrados .quadrado2 {
    position: absolute;
    left: 0;
    bottom: 312px;
  }

  .page_home .secao5 #embracon .infos .quadrados .quadrado2 img {
    max-width: 170px;
    object-fit: cover;
    object-position: right;
  }

  .page_home .secao5 #banco_central h2 {
    font-size: 1.4rem;
    font-weight: 600;
  }

  .page_home #protecao .area_flex .lado_direito {
    margin-bottom: 30px;
  }
}

.page_home .secao5 #embracon .infos .container_especial {
  position: relative;
  padding: 30px 15px;
}

@media (min-width: 1400px) {
  .page_home .secao5 #embracon .infos .container_especial {
    max-width: 1140px;
    margin: auto;
  }
}

@media (min-width: 992px) {
  .page_home .secao5 #embracon .infos .container_especial .row_pessoal {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}

@media (max-width: 991px) {
  .page_home .secao5 #embracon .infos .container_especial .imagem {
    padding: 0 15px;
    margin: 20px 0;
  }
}

@media (min-width: 992px) {
  .page_home .secao5 #embracon .infos .container_especial .imagem {
    width: 50%;
    text-align: right;
    padding-top: 60px;
    padding: 0 25px;
  }
}

.page_home .secao5 #embracon .infos .container_especial .imagem img {
  max-width: 100%;
  border-radius: 10px;
}

.page_home .secao5 #embracon .infos .container_especial .infos {
  position: relative;
}

@media (max-width: 991px) {
  .page_home .secao5 #embracon .infos .container_especial .infos {
    padding: 0 15px;
  }
}

@media (min-width: 992px) {
  .page_home .secao5 #embracon .infos .container_especial .infos {
    width: 50%;
    padding: 0 25px;
  }
}



.page_home .secao5 #embracon .infos .container_especial .infos .textos {
  margin: 25px 0 15px;
  color: #fff;
}

.page_home .secao5 #embracon .infos .container_especial .infos .logos {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .page_home .secao5 #embracon .infos .container_especial .infos .logos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .page_home .secao5 #embracon .infos .container_especial .infos .logos .logo1,
  .page_home .secao5 #embracon .infos .container_especial .infos .logos .logo2,
  .page_home .secao5 #embracon .infos .container_especial .infos .logos .logo3 {
    max-width: 32%;
  }

  .page_home .secao5 #embracon .infos .container_especial .infos .titulos img {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .page_home .secao5 #embracon .infos .container_especial .infos .logos {
    text-align: center;
  }

  .page_home .secao5 #embracon .infos .container_especial .infos .logos .logo1,
  .page_home .secao5 #embracon .infos .container_especial .infos .logos .logo2 {
    margin-bottom: 10px;
  }

  .page_home .secao5 #embracon .infos .container_especial .infos .titulos {
    text-align: center;
  }

  .page_home .secao5 #embracon .infos .container_especial .infos .titulos img {
    max-width: 300px;
  }

  .page_home .secao5 #embracon .infos .container_especial .infos .textos {
    text-align: center;
  }

  .page_home .secao5 #embracon .infos .container_especial .infos .logos .logo1,
  .page_home .secao5 #embracon .infos .container_especial .infos .logos .logo2,
  .page_home .secao5 #embracon .infos .container_especial .infos .logos .logo3 {
    background-color: white;
    border-radius: 15px;
  }

  .page_home .secao5 #embracon .infos .container_especial .imagem img {
    max-height: 335px;
    object-fit: contain;
  }
}

.page_home .secao5 #embracon .infos .container_especial .infos .logos svg {
  max-width: 100%;
}

@media (max-width: 767px) {
  .page_home .secao5 #embracon .infos .container_especial .infos .botao_mobile {
    text-align: center;
  }
}

.page_home .secao5 #embracon .infos .container_especial .infos .botao {
  padding: 10px 20px;
}

.page_home .secao5 #banco_central {
  text-align: center;
  color: #fff;
}

@media (min-width: 992px) {
  .page_home .secao5 #banco_central {
    padding: 130px 15px;
  }
}

@media (max-width: 991px) {
  .page_home .secao5 #banco_central {
    padding: 30px;
  }
}

.page_home .secao5 #banco_central h2 {
  margin-top: 15px;
}

.page_home .secao5 #banco_central .texto {
  margin: 20px 0;
}

.page_home #protecao {
  padding: 50px 0 70px;
  position: relative;
  overflow: hidden;
}

@media (min-width: 992px) {
  .page_home #protecao:before {
    content: '';
    position: absolute;
    right: -150px;
    width: 319px;
    height: 219px;
    bottom: 239px;
    background: #28A887;
    opacity: 0.49;
    -webkit-filter: blur(143px);
    filter: blur(143px);
  }

  .page_home #protecao .area_verde:before {
    content: '';
    position: absolute;
    left: 50px;
    width: 562px;
    height: 94px;
    bottom: 89px;
    background: #28A887;
    opacity: 0.49;
    -webkit-filter: blur(133px);
    filter: blur(133px);
  }
}

@media (min-width: 992px) {
  .page_home #protecao .area_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-item-align: center;
    align-self: center;
    padding-top: 20px;
  }
}

.page_home #protecao .area_flex .lado_esquerdo {
  color: #fff;
  padding-right: 10px;
}

@media (min-width: 992px) {
  .page_home #protecao .area_flex .lado_esquerdo {
    max-width: 50%;
  }
}

.page_home #protecao .area_flex .lado_esquerdo em {
  color: #28A887;
  font-style: normal;
}

@media (min-width: 992px) {
  .page_home #protecao .area_flex .lado_direito {
    padding-left: 30px;
  }
}

.page_home #protecao .area_flex .lado_direito img {
  max-width: 100%;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.page_home .contato {
  padding: 40px 0;
  background: rgba(0, 0, 0, 0.12);
}

.page_home .contato .area_flex {
  padding-bottom: 20px;
}

@media (min-width: 992px) {
  .page_home .contato .area_flex {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media (min-width: 992px) {
  .page_home .contato .area_flex .textos {
    width: 40%;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.page_home .contato .textos .titulo {
  font-weight: bold;
  font-size: 1.2rem;
  color: #28A887;
}

.page_home .contato .textos .texto {
  color: #fff;
  margin-bottom: 0;
}

.page_home .contato .textos .texto a {
  color: #28A887;
}

.page_home .contato .textos .texto p {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .page_home .contato .area_flex .formularios {
    width: 55%;
  }
}

@media (max-width: 991px) {
  .page_home .contato .area_flex .formularios {
    margin-top: 20px;
  }

  .page_home .contato .area_flex .formularios form .input1 {
    margin-bottom: 10px;
  }

  .page_home .contato .area_flex .formularios form .enviado {
    margin-top: 10px;
  }
}

.page_home .contato .area_flex .formularios form {
  background: rgba(1, 44, 28, 0.5);
  border-radius: 16px;
  padding: 15px;
}

.page_home .contato .area_flex .formularios form p {
  color: #fff;
}

.page_home .contato .area_flex .formularios form p.segunda_parte {
  margin-top: 10px;
}

@media (min-width: 992px) {
  .page_home .contato .area_flex .formularios form .input_grupo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .page_home .contato .area_flex .formularios form .input_grupo.input_grupo1 .input1 {
    width: 60%;
    padding-right: 10px;
  }

  .page_home .contato .area_flex .formularios form .input_grupo.input_grupo1 .input2 {
    width: 40%;
  }

  .page_home .contato .area_flex .formularios form .input_grupo.input_grupo2 .input1 {
    width: 40%;
    padding-right: 10px;
  }

  .page_home .contato .area_flex .formularios form .input_grupo.input_grupo2 .input2 {
    width: 60%;
  }
}

.page_home .contato .area_flex .formularios form .input_grupo.input_grupo1 {
  margin-bottom: 10px;
}

.page_home .contato .area_flex .formularios form .input {
  position: relative;
}

.page_home .contato .area_flex .formularios form .input.textarea {
  margin-top: 10px;
}

.page_home .contato .area_flex .formularios form .input label {
  color: #fff;
  position: absolute;
  top: 2px;
  left: 10px;
  font-size: 0.7rem;
}

.page_home .contato .area_flex .formularios form .input input {
  width: 100%;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  font-size: 0.9rem;
  height: 40px;
  padding: 17px 10px 5px;
  color: #fff;
}

.page_home .contato .area_flex .formularios form .input select {
  background: #102e23;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  font-size: 0.9rem;
  height: 40px;
  width: 100%;
  color: #fff;
  /* for Firefox */
  -moz-appearance: none;
  /* for Safari, Chrome, Opera */
  -webkit-appearance: none;
  padding: 17px 10px 5px;
}

.page_home .contato .area_flex .formularios form .input select option {
  color: #fff;
}

.page_home .contato .area_flex .formularios form .input select::-ms-expand {
  display: none;
}

.page_home .contato .area_flex .formularios form .input select::focus-visible {
  outline: none;
}

.page_home .contato .area_flex .formularios form .input svg {
  position: absolute;
  bottom: 0;
  right: 10px;
  height: 100%;
  opacity: 0.5;
}

.page_home .contato .area_flex .formularios form .input textarea {
  width: 100%;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  font-size: 0.9rem;
  height: 40px;
  padding: 17px 10px 5px;
  color: #fff;
  height: 100px;
  resize: none;
}

.page_home .contato .area_flex .formularios form .input_submit {
  margin-top: 10px;
}

@media (min-width: 992px) {
  .page_home .contato .area_flex .formularios form .input_submit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.page_home .contato .area_flex .formularios form .input_submit .botao {
  padding: 5px 20px;
  border: 0;
}

.page_home .contato .area_flex .formularios form .input_submit .botao:focus {
  outline: none;
}

.page_home .contato .area_flex .formularios form .input_submit .enviado #sucesso,
.page_home .contato .area_flex .formularios form .input_submit .enviado #erro {
  display: none;
}

.page_home .contato .area_flex .formularios form .input_submit .enviado #sucesso.show-message,
.page_home .contato .area_flex .formularios form .input_submit .enviado #erro.show-message {
  display: block;
}

.page_home #faq {
  text-align: center;
  color: #fff;
}

@media (min-width: 992px) {
  .page_home #faq {
    padding: 130px 15px;
  }
}

@media (max-width: 991px) {
  .page_home #faq {
    padding: 30px 0;
  }
}

.page_home #faq h2 {
  margin-top: 15px;
}

@media(max-width: 767px) {
  .page_home #faq h2 {
    font-size: 1.5rem;
  }
}

.page_home #faq .lista_faq {
  padding-top: 30px;
  position: relative;
}

.page_home #faq .lista {
  position: relative;
}

.page_home #faq .lista .item {
  background: rgba(1, 44, 28, 0.5);
  border-radius: 16px;
  padding: 10px 15px;
  margin-bottom: 10px;
  text-align: left;
}

.page_home #faq .lista .item .pergunta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-weight: bold;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.page_home #faq .lista .item .pergunta p {
  margin: 0;
}

.page_home #faq .lista .item .pergunta .svg {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.page_home #faq .lista .item .resposta {
  height: 0;
  overflow: hidden;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.page_home #faq .lista .item .resposta a {
  color: white;
  text-decoration: underline;
}

.page_home #faq .lista .item.aberto .pergunta .svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.page_home #faq .lista .item.aberto .resposta {
  height: auto;
  margin-top: 10px;
}

.page_home #faq .animacao {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.01);
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  border-radius: 30px;
}

.page_home #faq .animacao.ativo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page_home #faq .paginacaowordpress {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page_home #faq .paginacaowordpress .page-numbers {
  color: #fff;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page_home #faq .paginacaowordpress .page-numbers.current {
  background: #28A887;
  border-radius: 24px;
}

.page_home #faq .paginacaowordpress .next,
.page_home #faq .paginacaowordpress .prev {
  display: none;
}

.header_cadastro {
  text-align: center;
  padding: 10px 0 20px;
}

.header_cadastro img {
  max-width: 180px;
}

.page_cadastro {
  padding-top: 20px;
  padding-bottom: 40px;
  position: relative;
  overflow: hidden;
}

@media (min-width: 992px) {
  .page_cadastro .detalhe_fundo1 {
    position: absolute;
    left: 90%;
    width: 319px;
    height: 219px;
    top: 100px;
    background: #28A887;
    opacity: 0.49;
    -webkit-filter: blur(143px);
    filter: blur(143px);
  }

  .page_cadastro .detalhe_fundo2 {
    position: absolute;
    right: 90%;
    width: 319px;
    height: 219px;
    top: 400px;
    background: #28A887;
    opacity: 0.49;
    -webkit-filter: blur(143px);
    filter: blur(143px);
  }
}

.page_cadastro .container_fundo {
  background: rgba(0, 0, 0, 0.31);
  -webkit-backdrop-filter: blur(42px);
  backdrop-filter: blur(42px);
  border-radius: 16px;
  padding: 20px;
}

.page_cadastro .container_fundo .secao1 {
  position: relative;
  text-align: center;
  padding-bottom: 15px;
  margin-bottom: 20px;
}

.page_cadastro .container_fundo .secao1 h2 {
  color: #fff;
  font-size: 1.5rem;
}

.page_cadastro .container_fundo .secao1 .linha_div {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
}

.page_cadastro .container_fundo .secao1 .linha_div .linha {
  height: 2px;
  width: 90%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(40, 168, 135, 0)), color-stop(25%, #28A887), color-stop(75%, #28A887), to(rgba(40, 168, 135, 0)));
  background: -webkit-linear-gradient(left, rgba(40, 168, 135, 0) 0%, #28A887 25%, #28A887 75%, rgba(40, 168, 135, 0) 100%);
  background: -o-linear-gradient(left, rgba(40, 168, 135, 0) 0%, #28A887 25%, #28A887 75%, rgba(40, 168, 135, 0) 100%);
  background: linear-gradient(90deg, rgba(40, 168, 135, 0) 0%, #28A887 25%, #28A887 75%, rgba(40, 168, 135, 0) 100%);
  border-radius: 2px;
  margin: auto;
}

.page_cadastro .container_fundo .image_video {
  text-align: center;
  position: relative;
  cursor: pointer;
}

@media (min-width: 768px) {
  .page_cadastro .container_fundo .image_video {
    max-width: 600px;
    margin: auto;
  }
}

.page_cadastro .container_fundo .image_video img {
  max-width: 100%;
}

.page_cadastro .container_fundo .image_video .play {
  position: absolute;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: 0;
  left: 0;
}

.page_cadastro .container_fundo .image_video .play svg {
  width: 40px;
  height: 40px;
  background: rgba(40, 168, 135, 0.8);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  border-radius: 20px;
}

@media(min-width: 992px) {
  .page_cadastro .container_fundo .mouse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 15px;
  }

  .page_cadastro .container_fundo .mouse p {
    color: #fff;
    margin-left: 10px;
  }
}

@media(max-width: 991px) {
  .page_cadastro .container_fundo .mouse {
    display: none;
  }
}

.page_cadastro .container_fundo .secao2 {
  margin-top: 30px;
}

.page_cadastro .container_fundo .secao2 .form {
  padding: 15px 0;
}

.page_cadastro .container_fundo .secao2 .form p {
  color: #fff;
  margin-top: 10px;
}

@media (min-width: 992px) {
  .page_cadastro .container_fundo .secao2 .form .conjunto {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .page_cadastro .container_fundo .secao2 .form .conjunto.conjuntoparte3 {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .page_cadastro .container_fundo .secao2 .form .conjunto.conjuntoparte3 .input {
    margin-right: 10px;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .page_cadastro .container_fundo .secao2 .form .conjunto {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .page_cadastro .container_fundo .secao2 .form .conjunto .input {
    margin-right: 10px;
  }
}

.page_cadastro .container_fundo .secao2 .form .conteudo {
  margin-top: 60px;
  margin-bottom: 39px;
}

.page_cadastro .container_fundo .secao2 .form .input {
  position: relative;
  margin-bottom: 10px;
}

.page_cadastro .container_fundo .secao2 .form .input.textarea {
  margin-top: 10px;
}

.page_cadastro .container_fundo .secao2 .form .input label {
  color: #fff;
  position: absolute;
  top: 2px;
  left: 10px;
  font-size: 0.7rem;
}

.page_cadastro .container_fundo .secao2 .form .input input {
  width: 100%;
  background: #102e23;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  font-size: 0.9rem;
  height: 40px;
  padding: 17px 10px 5px;
  color: #fff;
}

.page_cadastro .container_fundo .secao2 .form .input select {
  background: #102e23;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  font-size: 0.9rem;
  height: 40px;
  width: 100%;
  color: #fff;
  /* for Firefox */
  -moz-appearance: none;
  /* for Safari, Chrome, Opera */
  -webkit-appearance: none;
  padding: 17px 10px 5px;
}

.page_cadastro .container_fundo .secao2 .form .input select option {
  color: #fff;
}

.page_cadastro .container_fundo .secao2 .form .input select::-ms-expand {
  display: none;
}

.page_cadastro .container_fundo .secao2 .form .input select::focus-visible {
  outline: none;
}

.page_cadastro .container_fundo .secao2 .form .input svg {
  position: absolute;
  bottom: 0;
  right: 10px;
  height: 100%;
  opacity: 0.5;
}

.page_cadastro .container_fundo .secao2 .form .input textarea {
  width: 100%;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  font-size: 0.9rem;
  height: 40px;
  padding: 17px 10px 5px;
  color: #fff;
  height: 100px;
  resize: none;
}

.page_cadastro .container_fundo .secao2 .form .input.input_aniversario svg {
  max-width: 30px;
  left: 5px;
  opacity: 1;
}

.page_cadastro .container_fundo .secao2 .form .input.input_aniversario label {
  left: 40px;
}

.page_cadastro .container_fundo .secao2 .form .input.input_aniversario input {
  padding-left: 40px;
}

@media (min-width: 768px) {

  .page_cadastro .container_fundo .secao2 .form .input.inputsexo,
  .page_cadastro .container_fundo .secao2 .form .input.inputcep {
    max-width: 100%;
    width: 160px;
  }

  .page_cadastro .container_fundo .secao2 .form .input.inputNumero {
    max-width: 80px;
  }

  .page_cadastro .container_fundo .secao2 .form .input.inputEndereco {
    width: 300px;
  }

  .page_cadastro .container_fundo .secao2 .form .input.inputTelefone {
    width: 190px;
  }
}

@media (min-width: 992px) {
  .page_cadastro .container_fundo .secao2 .form .parte4.conjunto .input {
    width: 33%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .page_cadastro .container_fundo .secao2 .form .parte4.conjunto .input {
    width: 33%;
  }
}

@media (max-width: 767px) {
  .page_cadastro .container_fundo .secao2 .form .parte4.conjunto .input {
    width: 100%;
  }
}

.page_cadastro .container_fundo .secao2 .form .valores {
  margin: 20px 0;
}

@media (min-width: 768px) {
  .page_cadastro .container_fundo .secao2 .form .valores {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .page_cadastro .container_fundo .secao2 .form .valores .seta {
    display: none;
  }

  .page_cadastro .container_fundo .secao2 .form .valores .item {
    width: 48%;
  }
}

@media (max-width: 768px) {
  .page_cadastro .container_fundo .secao2 .form .valores .item {
    margin: 15px;
  }

  .page_cadastro .container_fundo .secao2 .form .valores .seta {
    text-align: center;
  }

  .page_cadastro .container_fundo .secao2 .form .valores .item .bloco {
    margin-top: 15px;
  }

  .page_cadastro .botao {
    width: 100%;
  }
}

.page_cadastro .container_fundo .secao2 .form .valores .item .titulo {
  text-align: center;
  color: #fff;
  font-size: 1.3rem;
  margin-bottom: 10px;
}

.page_cadastro .container_fundo .secao2 .form .valores .item .bloco {
  background: rgba(255, 255, 255, 0.1);
  border: 3px dashed #28A887;
  border-radius: 16px;
  height: 114px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px;
}

.page_cadastro .container_fundo .secao2 .form .valores .item .bloco p {
  margin: 0;
  font-size: 1.4rem;
}

.page_cadastro .container_fundo .secao2 .form .valores .item .bloco p.valor_real {
  font-weight: bold;
}

.page_cadastro .container_fundo .secao2 .form .valores .item .bloco p.valor_estrangeiro,
.page_cadastro .container_fundo .secao2 .form .valores .item .bloco p.valor_estrangeiro_parcela {
  color: #28A887;
}

.page_cadastro .container_fundo .secao2 .form .valores .item .bloco p span {
  font-weight: bold;
}

.page_cadastro .container_fundo .secao2 .form .input_submit {
  margin-top: 10px;
}

@media (min-width: 992px) {
  .page_cadastro .container_fundo .secao2 .form .input_submit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.page_cadastro .container_fundo .secao2 .form .input_submit .botao {
  padding: 5px 20px;
  border: 0;
}

.page_cadastro .container_fundo .secao2 .form .input_submit .botao:focus {
  outline: none;
}

.page_cadastro .container_fundo .secao2 .form .mensagem {
  text-align: center;
  margin-top: 20px;
  color: red;
}

.page_cadastro .container_fundo .secao2 .form .mensagem.nao_mostra {
  display: none;
}

.page_cadastro .container_fundo .secao2 .form .proximo_passo {
  text-align: center;
}

.page_cadastro .container_fundo .secao2 .form .proximo_passo .botao {
  padding: 9px 20px;
  border: 0;
}

.page_cadastro .container_fundo .secao2 .form .proximo_passo .botao:focus {
  outline: none;
}

.page_cadastro .container_fundo#segunda_parte .secao2 {
  color: #fff;
  text-align: center;
}

@media (min-width: 992px) {
  .page_cadastro .container_fundo#segunda_parte .secao2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 70vh;
  }
}

.page_cadastro .container_fundo#segunda_parte .secao2 p.titulo {
  font-size: 1.5rem;
}

.page_cadastro .container_fundo#segunda_parte .secao2 span {
  color: #28A887;
}

.page_cadastro .container_fundo#segunda_parte .secao2 .conjunto_radio {
  margin: 20px 0;
}

@media (min-width: 768px) {
  .page_cadastro .container_fundo#segunda_parte .secao2 .conjunto_radio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (min-width: 768px) {
  .page_cadastro .container_fundo#segunda_parte .secao2 .conjunto_radio p {
    margin: 0 20px;
  }
}

@media (max-width: 767px) {
  .page_cadastro .container_fundo#segunda_parte .secao2 .conjunto_radio p {
    margin: 20px 0;
  }
}

.page_cadastro .container_fundo#segunda_parte .secao2 .conjunto_radio .item label {
  margin-bottom: 0;
}

.page_cadastro .container_fundo#segunda_parte .secao2 .texto {
  max-width: 830px;
  margin: 0 auto;
  margin-top: 30px;
}

.page_cadastro .container_fundo#segunda_parte .secao2 .proximo_passo {
  margin-top: 20px;
}

.page_cadastro .container_fundo#segunda_parte .secao2 .proximo_passo button#button_final {
  border: 0;
  padding: 7px 30px;
}

.page_cadastro .container_fundo.nao_mostra {
  display: none;
}

.page_cadastro .container_fundo#terceira_parte .texto {
  padding-top: 20px;
  text-align: center;
  color: #fff;
}

.page_cadastro .container_fundo#terceira_parte .texto a {
  color: #fff;
}

.page_cadastro .container_fundo#terceira_parte .proximo_passo {
  margin-top: 20px;
}

.page_cadastro .container_fundo#terceira_parte .proximo_passo button.botao {
  border: 0;
  padding: 7px 30px;
}

#video_depoimento .modal-content,
#video_cadastro .modal-content {
  background: rgba(0, 0, 0, 0.4);
  border-radius: 24px;
}

@media (min-width: 768px) {

  #video_depoimento .modal-content,
  #video_cadastro .modal-content {
    min-width: 600px;
  }
}

#video_depoimento button.close,
#video_cadastro button.close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

#video_depoimento button.close:focus,
#video_cadastro button.close:focus {
  outline: none;
}

@-webkit-keyframes linha_vai {
  from {
    width: 0;
  }

  to {
    width: 100%;
  }
}

@keyframes linha_vai {
  from {
    width: 0;
  }

  to {
    width: 100%;
  }
}

@-webkit-keyframes linha_volta {
  from {
    width: 100%;
  }

  to {
    width: 0;
  }
}

@keyframes linha_volta {
  from {
    width: 100%;
  }

  to {
    width: 0;
  }
}

.whatsapp_flutuante {
  position: fixed;
  bottom: 10%;
  z-index: 10;
  right: 0px;
  font-family: 'FontAwesome';
  width: 90px;
  height: 50px;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #000000;
  border-radius: 35px 0px 0px 35px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.whatsapp_flutuante:hover {
  -webkit-box-shadow: 0 0 15px 4px #012C1C;
  box-shadow: 0 0 15px 4px #012C1C;
}

.whatsapp_flutuante a i {
  color: #fff;
  font-style: normal;
  font-size: 2rem;
}

.whatsapp_flutuante a .whatsapp_seta svg:first-child {
  padding-right: 3px;
  margin-right: 5px;
}

.whatsapp_flutuante a:hover {
  text-decoration: none;
}

footer .infos_rodape {
  background: rgba(0, 0, 0, 0.31);
  padding: 20px 0;
}

@media (min-width: 768px) {
  footer .infos_rodape .row_pessoal {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

footer .infos_rodape .row_pessoal .parte1 img {
  max-width: 200px;
}

@media (min-width: 768px) and (max-width: 991px) {
  footer .infos_rodape .row_pessoal .parte1 {
    -webkit-box-flex: 1;
    -ms-flex: 1 100%;
    flex: 1 100%;
  }
}

@media (max-width: 991px) {
  footer .infos_rodape .row_pessoal .parte1 {
    text-align: center;
    margin-bottom: 30px;
  }
}

footer .infos_rodape .row_pessoal .parte2 {
  text-align: center;
}

@media (max-width: 768px) {
  footer .infos_rodape .row_pessoal .parte2 {
    margin-bottom: 30px;
  }
}

footer .infos_rodape .row_pessoal .parte2 .titulo {
  color: #fff;
  font-weight: bold;
}

footer .infos_rodape .row_pessoal .parte2 .infos_contato {
  color: #fff;
  font-size: 0.8rem;
}

footer .infos_rodape .row_pessoal .parte2 .infos_contato p {
  margin-bottom: 0;
}

footer .infos_rodape .row_pessoal .parte2 .infos_contato a {
  color: #28A887;
  text-decoration: underline;
}

footer .infos_rodape .row_pessoal .redes_sociais {
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 992px) {
  footer .infos_rodape .row_pessoal .redes_sociais {
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
  }
}

@media (max-width: 991px) {
  footer .infos_rodape .row_pessoal .redes_sociais {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

footer .infos_rodape .row_pessoal .redes_sociais li {
  list-style: none;
  padding-left: 10px;
}

footer .infos_rodape .row_pessoal .redes_sociais li svg {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

footer .infos_rodape .row_pessoal .redes_sociais li svg:hover {
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
}

div#modal_cookie {
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 20px 30px;
  background: #01160E;
  color: #28A887;
  display: none;
  z-index: 100000;
}

div#modal_cookie.show-cookie {
  display: block;
}

div#modal_cookie .lcb-mensagem a {
  color: #28A887;
}

div#modal_cookie .botoes {
  text-align: center;
  padding-top: 20px;
}

div#modal_cookie .botoes button {
  border-radius: 20px;
  padding: 5px 10px;
  border: none;
  font-weight: bold;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

div#modal_cookie .botoes button:active,
div#modal_cookie .botoes button:focus {
  outline: none;
}

div#modal_cookie .botoes button.lcb-info {
  background: -webkit-linear-gradient(359.02deg, #28A887 0%, #146C4B 100%);
  background: -o-linear-gradient(359.02deg, #28A887 0%, #146C4B 100%);
  background: linear-gradient(90.98deg, #28A887 0%, #146C4B 100%);
  -webkit-box-shadow: 0 0 3px #146C4B;
  box-shadow: 0 0 3px #146C4B;
}

@media (min-width: 768px) {
  div#modal_cookie .botoes button.lcb-info {
    margin-right: 30px;
  }
}

@media (max-width: 767px) {
  div#modal_cookie .botoes button.lcb-info {
    margin-bottom: 10px;
  }
}

div#modal_cookie .botoes button.lcb-ciente {
  background: -webkit-linear-gradient(359.02deg, #28A887 0%, #146C4B 100%);
  background: -o-linear-gradient(359.02deg, #28A887 0%, #146C4B 100%);
  background: linear-gradient(90.98deg, #28A887 0%, #146C4B 100%);
  -webkit-box-shadow: 0 0 3px #146C4B;
  box-shadow: 0 0 3px #146C4B;
  color: #fff;
}

div#modal_cookie .botoes button a {
  color: white;
}

div#modal_cookie .botoes button a:hover {
  text-decoration: none;
}

div#modal_cookie .botoes button:hover {
  -webkit-box-shadow: 0 0 20px 20px #012c1c80;
  box-shadow: 0 0 20px 20px #012c1c80;
}

.rodape {
  padding: 5px 0;
  font-family: "Rodape";
  background: #000000E5;
}

.rodape .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.rodape .footer-logos {
  position: relative;
}

.rodape .footer-logos a:after {
  content: 'DESIGN E DESENVOLVIMENTO';
  position: absolute;
  top: -50px;
  width: 90%;
  right: 0%;
  padding: 5px;
  background: #000;
  border-radius: 0.25rem;
  color: #fff;
  font-size: 0.8rem;
  opacity: 0;
  text-align: center;
}

@media (max-width: 991px) {
  .rodape .footer-logos a:after {
    display: none;
  }
}

.rodape .footer-logos a:hover:after {
  opacity: 1;
}

.rodape .footer-logos .g1 {
  width: 33px;
  margin: auto;
}

@media (min-width: 768px) {
  .rodape .footer-logos {
    text-align: right;
  }

  .rodape .footer-logos .g1 {
    margin-right: 0;
  }
}

@media (max-width: 768px) {
  .rodape .footer-logos {
    text-align: center;
  }
}

.rodape .footer-conteudo p {
  margin-bottom: 0;
  color: #fff;
}

@media (max-width: 768px) {
  .rodape .footer-conteudo {
    text-align: center;
  }
}

@media(min-width: 768px) {
  .phone-container {
    margin: 100px auto;
  }
}

.phone-container {
  position: relative;
  width: 251px;
  height: 537px;
  -moz-perspective: 1000px;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -moz-perspective: 800px;
  -webkit-perspective: 800px;
  perspective: 800px;
  transform: translate(0);
}

.phone-container * {
  position: absolute;
  -moz-transition: all 1500ms;
  -o-transition: all 1500ms;
  -webkit-transition: all 1500ms;
  transition: all 1500ms;
}

.phone-container .phone {
  left: 125px;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -moz-transform: rotateY(-80deg);
  -ms-transform: rotateY(-80deg);
  -webkit-transform: rotateY(-80deg);
  transform: rotateY(-80deg);
  -webkit-animation: rotate-phone 5s linear infinite;
  -moz-animation: rotate-phone 5s linear infinite;
  -o-animation: rotate-phone 5s linear infinite;
  -ms-animation: rotate-phone 5s linear infinite;
  animation: rotate-phone 5s linear infinite;
}

.phone-container .front {
  width: 251px;
  height: 519px;
  background: url('../img/front.png') no-repeat;
  background-size: 100%;
  -moz-transform: translateX(-125px) rotateY(0deg) translateZ(14px);
  -ms-transform: translateX(-125px) rotateY(0deg) translateZ(14px);
  -webkit-transform: translateX(-125px) rotateY(0deg) translateZ(14px);
  transform: translateX(-125px) rotateY(0deg) translateZ(14px);
}

.phone-container .back {
  width: 251px;
  height: 503px;
  background: url('../img/back.png') no-repeat;
  background-size: 100% 100%;
  -moz-transform: translateX(-125px) rotateY(180deg) translateZ(13px);
  -ms-transform: translateX(-125px) rotateY(180deg) translateZ(13px);
  -webkit-transform: translateX(-125px) rotateY(180deg) translateZ(13px);
  transform: translateX(-125px) rotateY(180deg) translateZ(13px);
}

.phone-container .left {
  width: 31px;
  height: 508px;
  background: url('../img/left.png') no-repeat;
  background-size: 100% 100%;
  -moz-transform: translateX(-138px) rotateY(-90deg);
  -ms-transform: translateX(-138px) rotateY(-90deg);
  -webkit-transform: translateX(-138px) rotateY(-90deg);
  transform: translateX(-138px) rotateY(-90deg);
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.phone-container .left-top {
  background: black;
  width: 29px;
  height: 30px;
  top: 4px;
  -moz-transform: translateX(-129px) rotateY(-90deg) rotateX(30deg);
  -ms-transform: translateX(-129px) rotateY(-90deg) rotateX(30deg);
  -webkit-transform: translateX(-129px) rotateY(-90deg) rotateX(30deg);
  transform: translateX(-129px) rotateY(-90deg) rotateX(30deg);
}

.phone-container .left-bottom {
  background: #16151b;
  width: 30px;
  height: 32px;
  -moz-transform: translateX(-127px) translateY(468px) rotateY(-90deg) rotateX(-38deg);
  -ms-transform: translateX(-127px) translateY(468px) rotateY(-90deg) rotateX(-38deg);
  -webkit-transform: translateX(-127px) translateY(468px) rotateY(-90deg) rotateX(-38deg);
  transform: translateX(-127px) translateY(468px) rotateY(-90deg) rotateX(-38deg)
}

.phone-container .right {
  width: 31px;
  height: 516px;
  background: url('../img/right.png') no-repeat;
  background-size: 100% 100%;
  -moz-transform: translateX(105px) rotateY(90deg);
  -ms-transform: translateX(105px) rotateY(90deg);
  -webkit-transform: translateX(105px) rotateY(90deg);
  transform: translateX(105px) rotateY(90deg);
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.phone-container .right-top {
  background: black;
  width: 29px;
  height: 29px;
  top: 4px;
  -moz-transform: translateX(98px) rotateY(-90deg) rotateX(-30deg);
  -ms-transform: translateX(98px) rotateY(-90deg) rotateX(-30deg);
  -webkit-transform: translateX(98px) rotateY(-90deg) rotateX(-30deg);
  transform: translateX(98px) rotateY(-90deg) rotateX(-30deg);
}

.phone-container .right-bottom {
  background: #16151b;
  width: 30px;
  height: 31px;
  -moz-transform: translateX(92px) translateY(475px) rotateY(-87deg) rotateX(46deg);
  -ms-transform: translateX(92px) translateY(475px) rotateY(-87deg) rotateX(46deg);
  -webkit-transform: translateX(92px) translateY(475px) rotateY(-87deg) rotateX(46deg);
  transform: translateX(92px) translateY(475px) rotateY(-87deg) rotateX(46deg);
}

.phone-container .shadow {
  width: 250px;
  height: 20px;
  -moz-transform: translateX(-125px) translateY(530px) rotateX(90deg) translateY(-60px);
  -ms-transform: translateX(-125px) translateY(530px) rotateX(90deg) translateY(-60px);
  -webkit-transform: translateX(-125px) translateY(530px) rotateX(90deg) translateY(-60px);
  transform: translateX(-125px) translateY(530px) rotateX(90deg) translateY(-60px);
  -moz-box-shadow: 0 60px 60px #000;
  -webkit-box-shadow: 0 60px 60px #000;
  box-shadow: 0 60px 60px #000;
  -webkit-animation: lower-shadow 2.5s ease-in-out infinite alternate;
  -moz-animation: lower-shadow 2.5s ease-in-out infinite alternate;
  -o-animation: lower-shadow 2.5s ease-in-out infinite alternate;
  -ms-animation: lower-shadow 2.5s ease-in-out infinite alternate;
  animation: lower-shadow 2.5s ease-in-out infinite alternate;
}

@-moz-keyframes rotate-phone {
  0% {
    -moz-transform: rotateY(0);
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
  }

  100% {
    -moz-transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}

@-webkit-keyframes rotate-phone {
  0% {
    -moz-transform: rotateY(0);
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
  }

  100% {
    -moz-transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}

@-o-keyframes rotate-phone {
  0% {
    -moz-transform: rotateY(0);
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
  }

  100% {
    -moz-transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}

@-ms-keyframes rotate-phone {
  0% {
    -moz-transform: rotateY(0);
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
  }

  100% {
    -moz-transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}

@keyframes rotate-phone {
  0% {
    -moz-transform: rotateY(0);
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
  }

  70% {
    -moz-transform: rotateY(60deg);
    -webkit-transform: rotateY(60deg);
    transform: rotateY(60deg);
  }

  100% {
    -moz-transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}

@-moz-keyframes lower-shadow {
  0% {
    margin-top: 0;
  }

  100% {
    margin-top: 40px;
  }
}

@-webkit-keyframes lower-shadow {
  0% {
    margin-top: 0;
  }

  100% {
    margin-top: 40px;
  }
}

@-o-keyframes lower-shadow {
  0% {
    margin-top: 0;
  }

  100% {
    margin-top: 40px;
  }
}

@-ms-keyframes lower-shadow {
  0% {
    margin-top: 0;
  }

  100% {
    margin-top: 40px;
  }
}

@keyframes lower-shadow {
  0% {
    margin-top: 0;
  }

  100% {
    margin-top: 40px;
  }
}

.imagem_video {
  position: relative;
}

.imagem_video iframe {
  max-height: 100%;
}

@media(min-width: 542px) {
  .imagem_video {
    max-width: 500px;
    margin: auto;
  }

  .video {
    position: absolute;
    left: 43px;
    top: 6px;
    width: 83%;
    height: 268px;
  }
}

@media(max-width: 541px) {
  .imagem_video .video {
    position: absolute;
    left: 8.6%;
    top: 2%;
    width: 83%;
    height: 88%;
  }
}

@media(max-width: 767px) {
  form#form_principal {
    padding: 0 10px;
  }
}

.simule-agora {
  position: fixed;
  bottom: 18%;
  z-index: 10;
  right: 0px;
  /* font-family: 'FontAwesome'; */
  font-size: 12px;
  width: 100px;
  height: 50px;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #000000;
  border-radius: 35px 0px 0px 35px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}


.simule-agora a {
  color: #fff;
  font-weight: bolder;
}

@media(max-width: 450px) {
  .page_home .contato .textos .texto a {
    font-size: 12px;
  }
}

.bold{
  font-weight: bold;
}

