@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap" rel="stylesheet');


/* Global */

html {
  scroll-behavior: smooth;
}
html,
body {
  background: #fff;
  box-sizing: border-box;
  height: 100%;
  width: 100%;
}
img {
  max-width: 100%;
}
select {
  display: block;
}

/* Header*/

header {
  background: #fff;
  position: relative;
  height: 98px;
}
header a:hover {
  opacity: 0.8;
}
.holder-topo {
  display: flex;
  align-items: center;
  height: 98px;
}
.logo-second {
  margin-left: 35px;
}
nav {
  color: #313131;
  background-color: transparent;
  box-shadow: none;
  text-align: right;
  padding: 0 0 0 20px;
  height: auto;
}
nav ul li {
  display: inline-block;
}
nav ul {
    float: right;
}
nav ul a {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  color: #001f53;
  padding: 0 18px;
}

.menu-principal ul a {
  margin: 20px 0;
}

.menu-principal ul li ul a {
  margin: 0;
}

nav ul li {
  position: relative;
}

nav ul li ul {
  position: absolute;
  z-index: 9;
  background: white;
  padding: 20px 20px 15px 15px !important;
  left: -23px;
  top: 48px;
  display: none;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.20);
}

nav ul li:hover ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 0 10px;
  align-items: center;
  width: auto;
  box-shadow: 2px 2px 6px 4px rgba(0, 0, 0, 0.2);
}

nav ul a:hover {
  background: none;
}
li.link-contempladas a {
    background-color: #b02024;
    color: white;
    margin: 7px 15px 0 0;
    padding: 14px;
    border-radius: 7px;
}

li.link-contempladas a:hover {
    background-color: #b72126c4;
}

.logo-topo {
  margin: 0;
  padding: 0;
  position: relative;
}
.logo-topo a {
  background: url('../img/busca_logo.png') no-repeat;
  display: block;
  margin: auto;
  width: 224px;
  height: 70px;
  overflow: hidden;
  line-height: 999em;
  z-index: 9;
  position: relative;
}
.fundo-cinza {
  position: absolute;
  width: 999%;
  height: 98px;
  right: -20px;
  top: 0;
  background: #4c4c4c;
  transform: skew(-20deg, 0deg);
  z-index: 0;
}

.menu-item-instagram a,
.menu-item-instagram a:hover {
  background: url('../img/insta-verm.svg') no-repeat;
  display: inline-block;
  vertical-align: -3px;
  width: 18px;
  height: 18px;
  overflow: hidden;
  line-height: 999em;
}
.menu-item-facebook a,
.menu-item-facebook a:hover {
  background: url('../img/face-verm.svg') no-repeat;
  display: inline-block;
  vertical-align: -3px;
  width: 18px;
  height: 18px;
  overflow: hidden;
  line-height: 999em;
}

.link-home a,
.link-home a:hover {
  background: url('../img/home.svg') no-repeat;
  display: block;
  width: 17px;
  height: 17px;
  overflow: hidden;
  line-height: 999em;
}

.container {
  min-width: 1140px;
}

/* Conteúdo principal*/

.banner-slider {
  width: 100%;
  overflow:hidden;
}
.banner-slider-inner {
  background: url('../img/Rectangle2.png') no-repeat;
  background-size: cover;
  background-position: right;
  position: relative;
  height: 600px;
  border-radius: 40px 0 0 40px;
  margin-left: 35%;
}
.banner-slider .holder-texto-banner {
  height: 470px;
  display: flex;
  align-items: center;
}
.banner-slider h2 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-size: 48px;
  line-height: 48px;
  color: #ffffff;
  margin: -100px 0 0 100px;
}
.banner-slider h2 strong {
  font-weight: 700;
}
.menina-dest {
  position: absolute;
  bottom: 0;
  left: 195px;
}

.form-simule-outter {
  position: absolute;
  left: -345px;
  top: 40px;
  width: 440px !important;
}

.form-simule {
  background: #ffffff;
  box-shadow: 0px 9px 50px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  width: 100%;
  padding: 20px 35px;
}
.form-simule h3 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 25px;
  color: #000;
  margin: 10px 0 25px;
}
.form-simule h3 span {
  color: #c21010;
  font-weight: 700;
}
.form-simule input[type='text'],
.form-simule input[type='email'],
.form-simule input[type='tel'],
.form-simule select {
  background: #eeeeee;
  border-radius: 90px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #919191;
  padding: 12px;
  height: auto;
  margin: 0 0 10px;
  width: calc(100% - 24px);
  border: none;
}
.form-simule select {
  width: 100%;
  padding: 12px 10px;
}
.form-simule select.special-select {
  background: #b02024 !important;
  color: #fff !important;
}
.form-simule input::placeholder {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #919191;
}
.form-simule input[type='submit'] {
  border-radius: 90px;
  background: #0dc143;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  padding: 11px 25px;
  color: #ffffff;
  border: none;
  cursor: pointer;
  margin-top: 10px;
}
.botao-whatsapp-voador {
  width: 75px;
  height: 75px;
  background: url('../img/whats.svg') no-repeat, #0dc143;
  box-shadow: 6px 10px 60px rgba(0, 0, 0, 0.25);
  display: block;
  position: fixed;
  bottom: 40px;
  right: 40px;
  overflow: hidden;
  line-height: 999em;
  border-radius: 999em;
  background-position: center;
  z-index: 9;
}
section {
  position: relative;
}
.quem-somos-holder h3 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  font-size: 32px;
  line-height: 39px;
  color: #c21010;
  margin: 90px 0 30px;
}
.quem-somos-holder p {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  color: #6c6c6c;
  margin: 0 0 30px;
  max-width: 460px;
}
.img-mulher {
  display: block;
  margin: 0 auto -100px;
}
.img-letras {
  background: url('../img/letras.svg') no-repeat;
  background-position: 75px center;
}
.setinha {
  background: url('../img/setinha-vermelha.svg') no-repeat, #fff;
  position: absolute;
  width: 52px;
  height: 52px;
  bottom: -45px;
  left: 50%;
  z-index: 9;
  border-radius: 999em;
  background-position: center;
  background-size: 24px;
  margin-left: -26px;
}
.escolha-holder {
  background: #c21010;
  padding: 70px 0 90px;
  position: relative;
}
.escolha-holder h3 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  font-size: 32px;
  line-height: 39px;
  text-align: center;
  color: #ffffff;
  margin: 0 0 30px;
}
.escolha-holder .col a {
  width: 100%;
  background: #ffffff;
  box-shadow: 6px 10px 60px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  display: block;
  text-align: center;
}
.escolha-holder a h4 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 27px;
  text-align: center;
  color: #000000;
  margin: 15px 0 0;
}
.escolha-holder .col a span {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  color: #c21010;
  padding: 0 0 15px;
  display: block;
}
.escolha-holder .setinha {
  background: url('../img/setinha-branca.svg') no-repeat, #c21010;
  position: absolute;
  width: 52px;
  height: 52px;
  bottom: -25px;
  left: 50%;
  z-index: 9;
  border-radius: 999em;
  background-position: center;
  background-size: 24px;
  margin-left: -26px;
}
.oportunidades-carros-holder {
  background: #e7e7e7;
  padding: 60px 0 90px;
}
.oportunidades-carros-holder h3 {
  color: var(--primary-red, #c21010);
  text-align: center;
  font-size: 32px;
  font-family: Montserrat;
  font-weight: 800;
  margin-bottom: 30px;
}
.oportunidades-carros-holder .col a {
  width: 100%;
  background: #ffffff;
  box-shadow: 6px 10px 60px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  display: block;
  text-align: center;
  padding: 0 0 20px;
}
.oportunidades-carros-holder a h4 {
  color: var(--primary-red, #c21010);
  text-align: center;
  font-size: 16px;
  font-family: Montserrat;
  font-weight: 500;
  line-height: 30px;
  margin: 10px 0 -5px;
}
.oportunidades-carros-holder .col a span {
  color: #000;
  text-align: center;
  font-size: 22px;
  font-family: Montserrat;
  font-weight: 600;
}
.oportunidades-carros-holder .setinha {
  background: url('../img/setinha-vermelha.svg') no-repeat, #e7e7e7;
  position: absolute;
  width: 52px;
  height: 52px;
  bottom: -25px;
  left: 50%;
  z-index: 9;
  border-radius: 999em;
  background-position: center;
  background-size: 24px;
  margin-left: -26px;
}
.oportunidades-imoveis-holder {
  background: linear-gradient(180deg, #4d4d4d 0%, #2b2b2b 100%);
  padding: 60px 0 90px;
}
.oportunidades-imoveis-holder h3 {
  color: var(--primary-red, #fff);
  text-align: center;
  font-size: 32px;
  font-family: Montserrat;
  font-weight: 800;
  margin-bottom: 30px;
}
.oportunidades-imoveis-holder .col a {
  width: 100%;
  background: #ffffff;
  box-shadow: 6px 10px 60px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  display: block;
  text-align: center;
  padding: 0 0 20px;
}
.oportunidades-imoveis-holder a h4 {
  color: var(--primary-red, #c21010);
  text-align: center;
  font-size: 16px;
  font-family: Montserrat;
  font-weight: 500;
  line-height: 30px;
  margin: 10px 0 -5px;
}
.oportunidades-imoveis-holder .col a span {
  color: #000;
  text-align: center;
  font-size: 22px;
  font-family: Montserrat;
  font-weight: 600;
}
.oportunidades-imoveis-holder .setinha {
  background: url('../img/setinha-branca.svg') no-repeat, #4d4d4d;
  position: absolute;
  width: 52px;
  height: 52px;
  bottom: -25px;
  left: 50%;
  z-index: 9;
  border-radius: 999em;
  background-position: center;
  background-size: 24px;
  margin-left: -26px;
}
.video-home {
  background: #fff;
  padding: 60px 0;
}
.video-home h3 {
  color: var(--primary-red, #c21010);
  text-align: center;
  font-size: 32px;
  font-family: Montserrat;
  font-weight: 800;
  margin: 20px 0 0;
}
.video-home img {
  display: block;
  margin: auto;
}
.destaque-holder h3 {
  color: var(--Red, #b02024);
  text-align: center;
  font-family: Montserrat;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.btn-cinza {
  width: 220px;
  height: 50px;
  border-radius: 90px;
  background: #dbdbdb;
  color: #9a9a9a;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  display: block;
  margin: 50px auto 0;
  text-align: center;
  line-height: 50px;
}

/* Rodapé */

footer {
  height: auto;
  width: 100%;

  background: var(--primary-red, #c21010);
  padding: 40px 0 5px;
}
.assinatura-rodape {
  float: right;
  width: 178px;
  margin-top: 8px;
}

.footer-infos {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 10px;
}

@media (max-width: 1000px) {
  .footer-infos {
    flex-direction: column;
  }
}

footer h4 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #7ccae9;
}
.hs-logo-rodape {
  vertical-align: 10px;
  margin-left: 10px;
}
.telefone-rodape {
  background: url('../img/telefone.svg') no-repeat;
  color: #fff;
  font-size: 14px;
  font-family: Montserrat;
  font-weight: 500;
  padding: 1px 0 5px 30px;
  margin-right: 20px;
}
.endereco-rodape {
  background: url('../img/mapa.svg') no-repeat;
  color: #fff;
  font-size: 14px;
  font-family: Montserrat;
  font-weight: 500;
  padding: 2px 0 5px 30px;
}
footer p {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
}
.textos-rodape {
  padding-top: 20px !important;
  text-align: right;
}

.redes-sociais-rodape {
  display: flex;
  margin: 0;
  padding: 0;
  gap: 10px;
}

.rsr-instagram {
  background: url('../img/instagram-invertido.svg') no-repeat;
  display: block;
  margin: 0;
  width: 24px;
  height: 24px;
  overflow: hidden;
  line-height: 999em;
}
.rsr-facebook {
  background: url('../img/facebook-invertido.svg') no-repeat;
  display: block;
  margin: 0;
  width: 24px;
  height: 24px;
  overflow: hidden;
  line-height: 999em;
}
.rsr-linkedin {
  background: url('../img/linkedin-invertido.svg') no-repeat;
  display: block;
  margin: 0;
  width: 24px;
  height: 24px;
  overflow: hidden;
  line-height: 999em;
}
.rsr-youtube {
  background: url('../img/youtube-invertido.svg') no-repeat;
  display: block;
  margin: 0;
  width: 24px;
  height: 24px;
  overflow: hidden;
  line-height: 999em;
}
.redes-sociais-rodape li a:hover {
  opacity: 0.7;
}
.whatsapp-peq {
  background: url('../img/whatsapp-peq-branco.svg') no-repeat;
  padding-left: 25px;
}
.telefone-peq {
  background: url('../img/telefone.svg') no-repeat;
  padding-left: 25px;
}
.mail-peq {
  background: url('../img/carta.svg') no-repeat;
  padding-left: 25px;
}
.linha-vermelha {
  height: 4px;
  background: #001f53;
  margin: 30px 0 5px;
}
.copyright {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #ffffff;
}
.copyright strong {
  font-weight: 600;
}
.sidenav-trigger {
  display: none;
}
ul.sidenav li ul {
    margin-left:20px;
}
.form-simule select {
border-right: solid 10px #eee !important;
}
.form-simule select.form-simulacao-tipo {
	border-right: solid 10px #B02024 !important;
}
.destaque-holder .carousel {
  height: 440px;
}
.destaque-holder .carousel .carousel-item > img {
  background: #000;
  height: auto;
  width: 100%;
  position: absolute;
  z-index: -1;
  filter: brightness(40%);
}
.destaque-holder .carousel .carousel-item {
  width: 265px;
  height: 360px;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 6px 10px 60px 0px rgba(0, 0, 0, 0.25);
}
.destaque-holder .carousel .carousel-item span {
  display: block;
  text-align: center;
  line-height: 28px;
  text-shadow: 0px 0px 10px black;
}
.txt-cred {
  color: #fff;
  text-align: center;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  margin-top: 220px;
}
.txt-cat {
  color: #fff;
  font-family: Poppins;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
}
.txt-part {
  color: var(--Red, #b02024);
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}
.txt-valor {
  color: #fff;
  text-align: center;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
}
.destaque-holder {
  margin-bottom: 80px;
}
.melhor-negocio-inner {
  background-image: linear-gradient(#001f53, #001333);
  filter: drop-shadow(6px 10px 60px rgba(0, 0, 0, 0.25));
  border-radius: 30px;
  padding: 30px 80px;
}
.melhor-negocio-inner h3 {
  color: #fff;
  text-align: center;
  font-family: Montserrat;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 30px;
}
.melhor-negocio-inner h3 strong {
  color: #fff;
  font-family: Montserrat;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.melhor-negocio-inner .col {
  padding: 0 5px;
}
.melhor-negocio-inner .col div.inner-inner {
  height: 360px;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
}
.melhor-negocio-inner .col div.inner-inner3x {
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 1)
  ) !important;
  position: absolute;
  width: 100%;
  height: 360px;
  top: 0;
  left: 0;
}
.melhor-negocio-inner .col h4 {
  color: #fff;
  text-align: center;
  font-family: Montserrat;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 280px 0 0;
  display: inline-block;
  width: 100%;
  text-shadow: 0px 0px 10px black;
  z-index: 1;
  position: relative;
}
.melhor-negocio-inner .col a {
  color: var(--Red, #b02024);
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px; /* 187.5% */
  display: block;
  text-shadow: 0px 0px 10px black;
  z-index: 1;
  position: relative;
}
.vantagens-holder {
  background: #efefef;
  padding: 60px 0 80px;
  margin-top: -30px;
  z-index: 1;
}

.container-vantagens {
  max-width: 1140px;
  margin: 0 auto;
}

.row-vantagens {
  position: relative;
}

.vantagens-holder-form {
  position: absolute;
  right: 0;
  float: right;
}

.melhor-negocio-holder {
  z-index: 2;
}
.vantagens-holder h4 {
  color: var(--Red, #b02024);
  font-family: Montserrat;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px; /* 125% */
}
.vantagens-holder h4 strong {
  color: var(--Red, #b02024);
  font-family: Montserrat;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
}
.vantagens-holder p {
  color: #6c6c6c;

  /* Body */
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px; /* 187.5% */
}
.vantagens-holder ul {
  /*columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;*/
}
.vantagens-holder ul li {
  color: #6c6c6c;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px; /* 214.286% */
  background: url('../img/list-symbol.svg') no-repeat left;
  padding-left: 25px;
}

.vantagens-holder .col {
  position: relative;
}
.vantagens-holder .form-simule {
  left: auto;
  right: 0;
  width: 350px;
}
.vantagens-holder .form-simule h3 {
  color: var(--Red, #b02024);
  font-family: Montserrat;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px; /* 83.333% */
  letter-spacing: -0.03em;
}
.vantagens-holder .form-simule h3 span {
  color: var(--Red, #b02024);
  font-family: Montserrat;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: -0.03em;
}
.carro-flutuante {
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -380px;
  z-index: -1;
}
.sobre-nos-holder {
  padding: 170px 0 0;
}
.sobre-nos-holder h3 {
  color: var(--Red, #b02024);
  text-align: center;
  font-family: Montserrat;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.sobre-nos-holder p {
  color: #6c6c6c;
  text-align: center;

  /* Body */
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px; /* 187.5% */
}
.sobre-nos-holder .carousel {
  height: 250px;
}
.como-funciona-holder {
}
.como-funciona-holder h3 {
  color: var(--Red, #b02024);
  text-align: center;
  font-family: Montserrat;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.como-funciona-holder h3 strong {
  color: var(--Red, #b02024);
  font-family: Montserrat;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.como-funciona-holder img {
  display: block;
  margin: -30px auto 0;
}
footer {
  background: var(
    --Gradiente-Azul,
    linear-gradient(257deg, #001f53 1.82%, #001333 98.76%)
  );
}
footer .menu-item-instagram a,
footer .menu-item-instagram a:hover {
  background: url('../img/insta.svg') no-repeat;
}
footer .menu-item-facebook a,
footer .menu-item-facebook a:hover {
  background: url('../img/face.svg') no-repeat;
}
.logo-rodape {
  margin: auto;
  display: block;
}
.tel-horario {
  text-align: center;
}
.tel-horario strong {
  font-weight: 700;
}
.tel-horario img {
  vertical-align: -8px;
  margin: 0 0 0 15px;
}

/* Mobile */

@media (max-width: 1000px) {
  header nav {
    display: none;
  }
  .container {
    min-width: auto;
  }
  li.link-contempladas a {
    background-color: #b02024;
    color: white;
    margin: 0;
    padding: 0 32px;
    border-radius: 0;
}
  .sidenav-trigger {
    display: block;
    position: absolute;
    right: 20px;
    top: 38px;
    color: #001f53;
  }
  .logo-topo a {
    width: 194px;
    background-size: 100%;
  }
  .form-simule {
    position: relative;
    left: 0;
    top: 0;
    background: #ffffff;
    box-shadow: 0px 9px 50px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    width: 100%;
    padding: 20px 35px;
  }
  .banner-slider-inner {
    background: url('../img/Rectangle2.png') no-repeat;
    background-size: cover;
    background-position: right;
    position: relative;
    height: auto;
    border-radius: 0;
    margin-left: 0;
    padding: 0 0 80px;
  }
  .banner-slider .holder-texto-banner {
    height: auto;
  }
  .banner-slider h2 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    font-size: 48px;
    line-height: 48px;
    color: #ffffff;
    margin: 50px 0 20px;
  }
  .menina-dest {
    display: none;
  }
  .melhor-negocio-inner {
    padding: 30px 30px 0;
  }
  .melhor-negocio-inner .col {
    margin-bottom: 20px;
  }
  .vantagens-holder ul {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
  }
  .vantagens-holder .form-simule {
    left: auto;
    right: 0;
    width: 100%;
    padding: 20px 25px 80px;
    margin-top: 20px;
  }
  .carro-flutuante {
    position: relative;
    bottom: 0;
    left: auto;
    margin-left: auto;
    z-index: -1;
    margin-bottom: -50px;
  }
  .sobre-nos-holder {
    padding: 80px 0 0;
  }
  footer {
    margin-top: 0;
  }
  .como-funciona-holder img {
    display: block;
    margin: 0px auto 0;
  }
  .tel-rodape {
    margin: 0 auto 30px;
    display: block;
  }
  footer .redes-sociais-rodape {
    display: inline-block;
    vertical-align: -5px;
    margin-left: 0;
    text-align: center;
    width: 100%;
    padding: 20px 0 0;
  }
  footer .redes-sociais-rodape li {
    display: inline-block;
    padding-right: 5px;
    list-style: none;
    text-align: center;
  }
  .form-simule-outter {
    position: relative;
    left: 0;
    top: 0;
    width: 100% !important;
    margin-bottom: -60px;
}
.contemplado-item {  
    margin-bottom: 20px;
}
.vantagens-holder-form {
    position: relative;
    right: 0;
    float: left;
}
.horario-rodape {    
    width: 80%;
    text-align: left;
}
  
}

.contemplado-item {
  display: flex;
  height: auto;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
}

.contemplado-infos {
  padding: 30px;

  height: auto;
  width: 100%;

  position: absolute;
  bottom: 0;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.contemplado-infos-cred {
  color: #fff;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
}

.contemplado-infos-title {
  color: #fff;
  font-family: Poppins;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
}

.contemplado-infos-apart {
  color: #b02024;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}

.contemplado-infos-subtitle {
  color: #fff;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
}

.contemplado-item-layer {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.3) 50%,
    rgba(0, 0, 0, 0.9) 100%
  );
}

div.owl-carousel div.item {
    display: table-cell;
    max-width: 200px;
    max-height: 200px;
    vertical-align: middle;
    margin: 0;
    padding: 30px;
	width: 200px;
	height: 200px;
}

/******* BLOG ******/

.text-right {
    text-align: right!important;
}

.blog_info {
    padding-top: 30px;
}

.list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.blog_info .blog_meta li a {
    font: 300 14px/20px 'Open Sans', sans-serif;
    color: #777;
    vertical-align: middle;
    padding-bottom: 12px;
    display: inline-block;
}

.blog_info .blog_meta li a i {
    color: #222;
    font-size: 16px;
    font-weight: 600;
    padding-left: 15px;
    line-height: 20px;
    vertical-align: middle;
}

.div-pesquisa {
    border-radius: 35px;
    padding: 0 24px;
    background: red;
}

button.btn.btn-default {
    position: absolute;
    background: transparent;
    box-shadow: none;
    color: white;
    margin-left: 4px;
    margin-top: 5px;
    border-radius: 15px;
}
form.form-inline input.form-control {
    border: none;
    margin: 0;
    font-weight: 600;
    font-size: 20px;
    color:  white;
	
    width: 90%;
}

form.form-inline input.form-control::placeholder {
    color:  white;
}

form.form-inline input.form-control:focus {
    border: none 0px !important;
    box-shadow: none !important;
}

aside.single_sidebar_widget.search_widget {
    margin: 0 30px;
    border: 1px solid #DEDEDE;
    background-color: #EFEFEF;
    padding: 25px;
	
    gap: 20px;
    display: inline-grid;
}

aside.single_sidebar_widget.search_widget a {
    color: #4b4b4b;
	
    font-size: 12px;
}

aside.single_sidebar_widget.search_widget a h6 {
    margin: 0 auto 7px auto;
    font-weight: 600;
}

.form-simulacao-tipo {
    background-color: #B02024 !important;
    color: white !important;
}




/*********** BLOG *********/

