html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
  font-family: 'Poppins', sans-serif;
    position: relative;
    background: #151414;
}
.noScroll{
  overflow-y: hidden;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.container{
  max-width: 1170px;
  margin: 0 auto;
}

h1{
  font-size: 64px;
  line-height: 74px;
  color: #fff;
  margin-bottom: 36px;
  max-width: 600px;
  padding-top: 40px;
}

h2{
  font-size: 48px;
  line-height: 58px;
  color: #151414;
}

h3{
  font-size: 32px;
  line-height: 42px;
  color: #151414;
}

p{
  color: #fff;
  font-weight: 300;
font-size: 24px;
line-height: 36px;
}

.btnPadrao a{
  width: 270px;
  height: 72px;
background: #1456FF;
border-radius: 38.5px;
display: flex;
justify-content: center;
align-items: center;
color: #fff;
text-decoration: none;
font-size: 20px;
transition: opacity 0.3s ease-out 100ms;
}


.topo{
  background: rgba(26,27,29, 0.7);
  height: 1060px;
  width: 100%;
  display: flex;
justify-content: space-around;
align-items: center;

}

.topo .todoMenu{
  position: fixed;
  left: 0;
  top: 52px;
  width: 100%;
  transition: top 0.3s ease-out 100ms;
  transition: background 0.3s ease-out 100ms;
  transition: padding 0.3s ease-out 100ms;
  z-index: 10;
  
}


.todoMenu.active {
  background: #242424;
  top: 0;
  padding: 20px 0;

}

.topo .todoMenu .container{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.logo img{
  max-width: 180px;
}
.topo .todoMenu .container .menu ul{
  display: flex;
  justify-content: center;
  align-items: center;
}

.topo .todoMenu .container .menu ul li{
  margin-right: 48px;
  
}
.topo .todoMenu .container .menu ul li a{
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  position: relative;
}
.topo .todoMenu .container .menu ul li:last-child{
  margin-right: 0;
}

.topo .todoMenu .container .menu ul li a:before, a:after {
  content: '';
  position: absolute;
  width: 0%;
  height: 2px;
  bottom: -2px;
  background: #fff;
}

.topo .todoMenu .container .menu ul li a:before {
  left: 0;
}
.topo .todoMenu .container .menu ul li a:after {
  right: 0;
  background: #fff;
  transition: width 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.topo .todoMenu .container .menu ul li a:hover:before {
  background: #fff;
  width: 100%;
  transition: width 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.topo .todoMenu .container .menu ul li a:hover:after {
  background: transparent;
  width: 100%;
  transition: 0s;
}

.button.button-2 a::after{
  position: inherit !important;
  height: 0 !important;
}


.button.button-2 a::before{
  position: inherit !important;
  height: 0 !important;
}

.topo .texto{
  width: 100%;
}
.topo .texto p{
  max-width: 571px;
  margin-bottom: 48px;
}

.topo .texto .btnScroll {
  width: 64px;
  height: 64px;
  border: 1px solid #FFFFFF;
  border-radius: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.3s ease-out 100ms;
  
  cursor: pointer;
}
.topo .texto .btnScroll:hover{
  background-color :#1456FF;
}

.topo .texto .btnScroll a {
  width: 64px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.topo .texto .btnScroll img{
  padding-top: 5px;
}



.divPadrao{
  width: calc(100% - 80px);
  margin: 0 auto;
  border-radius: 36px;
  margin-bottom: 48px;
}
.divPadrao.branco{
  background: #fff;
  padding: 138px 0;

}

.faixa {
  width: 100%;
  height: 40px;
  background: rgba(26,27,29, 0.7);
  position: absolute;
  z-index: -1;
}

.divPadrao.branco p{
  color: #151414;
  max-width: 544px;
  margin-bottom: 48px;
}

.divPadrao.branco h2{
  margin-bottom: 48px;
}

.divPadrao .btnPadrao a{
  width: 370px;
}

.divPadrao.branco .imagem{
  width: 570px;
  height: 760px;
  /*background: #D9D9D9;*/
  background: url('../../src/images/img-adv-imovel-regular.webp');
  border-radius: 36px;
  background-position: right;
}
.divPadrao.branco .container{
 display: flex;
 justify-content: space-between;
 align-items: center;
}

.divPadrao.azul{
  background: #1456FF;
  padding: 124px 0;
  padding-bottom: 304px;
}
.coluna.dois {
  position: absolute;
  right: 0;
  top: 0;
  width: 570px;
  padding-top: 180px;
}
.divPadrao .tag span{
  font-weight: 300;
font-size: 20px;
line-height: 30px;
color: #FFFFFF;
margin-bottom: 48px;
display: block;

}

.divPadrao.azul h2{
  color: #fff;
  max-width: 600px;
  margin-bottom: 96px;
}


.divPadrao .boxes {
  display: block;
position: relative;
}
.divPadrao .boxes .box{
  width: 570px;
height: 570px;
background: #FFFFFF;
border-radius: 36px;
position: relative;
margin-bottom: 36px;
box-sizing: border-box;
padding: 48px;
}

.divPadrao .boxes .box:last-child{
  margin-bottom: 0;
}
.coluna {
  width: 100%;
}
.divPadrao .boxes .box p{
  color: #151414;
max-width: 469px;
font-size: 20px;
line-height: 32px;
padding-left: 8px;
}

.divPadrao .boxes .box h3{
  margin-bottom: 24px;
}
.divPadrao .boxes .box  .icone {
  width: 124px;
  height: 124px;
  background: #DADADA;
  border-radius: 36px;
}
.divPadrao .boxes .box .texto{
  position: absolute;
  bottom: 48px;
}

.divPadrao.branco.contato{
 padding-top: 124px;
 padding-bottom: 194px;
 margin-bottom: 0;
}

.divPadrao.branco.contato .container{
  display: block;
}
.divPadrao.branco.contato .tag span{
  color: #767676;
}

.divPadrao.branco.contato h2{
  max-width: 721px;
  margin-bottom:96px;
}
.grupoInput{
  margin-bottom: 48px;
  position: relative;
}
.grupoInput:last-child{
  margin-bottom: 0;
}
.grupoInput label {
  font-weight: 400;
  font-size: 20px;
  line-height: 36px;
  color: #151414;
  display: block;
  margin-bottom: 16px;
}

.grupoInput input, .grupoInput textarea{
  width: 100%;
  padding-bottom: 16px;
  font-weight: 300;
font-size: 24px;
line-height: 36px;
color: #737373;
box-sizing: border-box;
border: 0;
border-bottom: 2px solid #151414;
font-family: 'Poppins', sans-serif;
}

.grupoInput input::placeholder{
  opacity: 1;
  font-family: 'Poppins', sans-serif;
  color: #737373;
}
.grupoInput input:focus{
  outline: none;
}

.grupoInput textarea:focus{
  outline: none;
}

.grupoInput textarea::placeholder{
  opacity: 1;
  font-family: 'Poppins', sans-serif;
  color: #737373;
}

.grupoInput textarea{
  height: 148px;
  resize: none;
}

.select-fake .options {
  display: none;
  position: absolute;
  background: #fff;
  width: 100%;
  top: 104px;
  z-index: 10;

  box-sizing: border-box;
  border: 2px solid #151414;
}
.SetaAtivo {
  transform: rotate(180deg);
}
.selected {
  width: 100%;
  position: relative;
z-index: 100;
}

.btnWhats {
  position: fixed;
  right: 48px;
  bottom: 30px;
  z-index: 1000;
}
.select-fake .options li {
  margin-bottom: 10px;
  padding: 20px 25px;
  transition: 0.3s;
  cursor: pointer;
}
.select-fake .options li:last-child{
  margin-bottom: 0;
}
.select-fake .options li:hover{
  background: #e1e1e1;
}
.select-fake {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 2px solid #151414;
  padding-bottom: 16px;
  font-weight: 300;
  font-size: 24px;
  line-height: 36px;
  color: #737373;
}

#char-count {
  position: absolute;
  right: 0;
  bottom: 16px;
  font-weight: 300;
  font-size: 20px;
  line-height: 36px;
  text-align: right;
  color: #767676;
}

.botoes {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.divPadrao .botoes p{
  margin-bottom: 0 !important;
  font-size: 18px;
line-height: 36px;
}

.divPadrao .botoes p a{
  color: #151414;
}

footer{
  padding-top: 200px;
  padding-bottom: 124px;
}

footer .menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

footer .menu nav ul{
  display: flex;
  align-items: center;
}

footer .menu nav ul li{
  margin-right: 48px;
  font-size: 20px;
}
footer .menu nav ul li:last-chil{
  margin-right: 0;

}
footer .menu nav ul li a{
  color: #fff;
  text-decoration: none;
  position: relative;
}

footer .menu nav ul li a:before, a:after {
  content: '';
  position: absolute;
  width: 0%;
  height: 2px;
  bottom: -2px;
  background: #fff;
}

footer .menu nav ul li a:before {
  left: 0;
}
footer .menu nav ul li a:after {
  right: 0;
  background: #fff;
  transition: width 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
}

footer .menu nav ul li a:hover:before {
  background: #fff;
  width: 100%;
  transition: width 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
}

footer .menu nav ul li a:hover:after {
  background: transparent;
  width: 100%;
  transition: 0s;
}

footer .menu nav ul li .btnVoltarAoTopo a:hover:after {
  background: transparent;
  width: 100%;
  transition: 0s;
}

footer .menu nav ul li .btnVoltarAoTopo a{
  transition: 0.3s;
}

footer .menu nav ul li .btnVoltarAoTopo a:hover{
 background: #fff;
 color: #151414;
}
footer .menu nav ul li .btnVoltarAoTopo a img{
  transition: 0.3s;
}

footer .menu nav ul li .btnVoltarAoTopo a:hover img{
  filter: invert(100%);
}

footer .menu nav ul li .btnVoltarAoTopo a:before, a:after {
  content: inherit;
  position: inherit;
  width: 0%;
  height: 2px;
  bottom: -2px;
  background: #fff;
}



.btnVoltarAoTopo a {
  width: 170px;
  height: 64px;
  border: 1px solid #FFFFFF;
  border-radius: 38.5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btnVoltarAoTopo img{
  margin-left: 12px;
}

footer .infos {
  margin-top: 138px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .infos a{
  color: #fff;
  text-decoration: none;
}
footer .infos p{
  font-size: 18px;
line-height: 27px;
}




/* ELEVEN */

#hamburger-11{
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
height: 100%;
padding-top: 45px;
padding-left: 17px;
}

#hamburger-11.is-active {
  animation: smallbig 0.6s forwards;
  padding-top: 51px;
  padding-left: 13px;
}

@keyframes smallbig{
  0%, 100%{
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  50%{
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
}

#hamburger-11.is-active .line:nth-child(1),
#hamburger-11.is-active .line:nth-child(2),
#hamburger-11.is-active .line:nth-child(3){
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

#hamburger-11.is-active .line:nth-child(2){
  opacity: 0;
}

#hamburger-11.is-active .line:nth-child(1){
  transform: translateY(5px) rotate(45deg);
  transform: translateY(5px) rotate(45deg);
  transform: translateY(5px) rotate(45deg);
  transform: translateY(5px) rotate(45deg);
}

#hamburger-11.is-active .line:nth-child(3){
  -webkit-transform: translateY(-13px) rotate(-45deg);
  -ms-transform: translateY(-13px) rotate(-45deg);
  -o-transform: translateY(-13px) rotate(-45deg);
  transform: translateY(-13px) rotate(-45deg);
}

.hamburger .line {
  width: 30px;
  height: 2px;
  background-color: #ecf0f1;
  display: block;
  margin-bottom: 7px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.hamburger:hover{
  cursor: pointer;
}
.hamburger .line:nth-of-type(2) {
  width: 24px;
  margin-left: 6px;
}
.hamburger .line:nth-of-type(3) {
margin-bottom: 0;
}

.three.col {
  width: 64px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #1456FF;
  border-radius: 50%;
}

#hamburger-11.is-active .line{
  width: 40px;
}

.menu-mobile {
  display: none;
}
.todoMenuMobile{
  display: none;
}
@media only screen and (max-width:1180px) {

  .divPadrao.azul {
   
    padding-bottom: 124px;
  }

  .coluna.dois {
    position: relative;
    width: 100%;
    max-width: 570px;
    padding-top: 0px;
  }

  .button.buttonMaior {
    display: none;
  }

  .divPadrao .boxes .box img {
    max-width: 96px;
  }

  .button.button-2 a {
    font-size: 20px !important;
  }
  .menu-mobile {
    display: block;
  }
  .container{
    max-width: 96%;
  }
 
  h1 {
    font-size: 48px;
    line-height: 58px;
    padding-top: 60px;
  }
  p {
    font-size: 20px;
    line-height: 30px;
  }

  .todoMenuMobile.active {
    background: #242424;
  }

  .topo {
    height: 932px;

  }
  .btnWhats {
    position: fixed;
    right: 10px;
    bottom: 10px;
  }

  .divPadrao {
    width: 100%;
    
  }

  .divPadrao.branco {
    padding-top: 124px;
    padding-bottom: 69px;
  }

  .divPadrao.branco .container {
    flex-wrap: wrap;
  }

  h2 {
    font-size: 36px;
    line-height: 46px;
  }
  .divPadrao.branco h2 {
    margin-bottom: 36px;
  }

  .divPadrao .btnPadrao {
  display: none;
  }

  .divPadrao.branco p {
  
    margin-bottom: 78px;
  }
  .divPadrao .boxes {
    flex-wrap: wrap;
  }
  .divPadrao .boxes .box:last-child {
    margin-bottom: 48px;
  }

  .divPadrao .boxes .box {
    width: 100%;
    height: 566px;
    max-width: 570px;
  }

  h3 {
    font-size: 24px;
    line-height: 42px;

  }

  .divPadrao .boxes .box p {
    font-size: 18px;
    line-height: 30px;
    padding-left: 16px;

  }
  .divPadrao .boxes .box h3 {
    padding-left: 16px;
  }
  .divPadrao .boxes .box .texto {
  
    bottom: 64px;
  }
  .coluna:nth-of-type(2) .box:last-child{
    margin-bottom: 0;
  }

  .divPadrao.branco.contato {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .divPadrao .tag span {

    margin-bottom: 36px;

  }
  .divPadrao.branco.contato h2 {
    margin-bottom: 48px;
  }

  .grupoInput label {
    font-size: 16px;

  }

  .grupoInput input, .grupoInput textarea, .select-fake {

    font-size: 18px;

  }
  .grupoInput {
    margin-bottom: 36px;
    position: relative;
  }

  .btnPadrao.enviar {
    display: block;
    margin-top: 24px;
  }
  .divPadrao .botoes p {
  
    font-size: 16px;

  }
  .btnPadrao.enviar a{
  width: 270px;
  }
  .botoes{
    display: block;
  }
  footer .menu {
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }
  footer .menu nav ul {
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
  }
  footer .menu nav ul li {
    margin-right: 0px;
    width: 100%;
    margin-bottom: 36px;
  }
  footer {
    padding-top: 156px;
    padding-bottom: 149px;
  }
  footer .logo {
    margin-bottom: 48px;
  }

  .btnVoltarAoTopo a {
    margin-left: auto;
    margin-right: auto;
  }
  footer .infos {
    margin-top: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  footer .infos p:nth-of-type(2){
    order: 1;
  }
  footer .infos p:first-child{
    order: 2;
    width: 100%;
  margin-top: 36px;
  }
  footer .infos p{
    text-align: center;
  }


  .topo .todoMenu .container .menu ul {
    display: block;
    padding-top: 184px;
    padding-left: 16px;
  }
  .topo .todoMenu .container .menu ul li{
    margin-bottom: 48px;
  }
  .topo .todoMenu .container .menu ul li a {
  
    font-size: 36px;
    line-height: 58px;
  }


  



  .btnPadrao a {
  
    font-size: 20px !important;
  }


  .todoMenuMobile {
    position: fixed;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    top: 0px;
    z-index: 10000;
padding: 24px 0;
  }

  .topo .todoMenu {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;

    z-index: 1000;
    transition: left 0.3s ease-in-out;
    display: block;
  }
  .topo .todoMenu.menuAberto{
    left: 0;
  }

  .topo .todoMenu .logo{
    display: none;
  }

  .todoMenuMobile .logo{
    padding-left: 16px;
  }

  .todoMenuMobile .menu-mobile{
    padding-right: 16px;
  }


  .noScroll .three.col {

    background: #787878

  }



  }


  .button {
    width: 270px;
    height: 72px;
    background: transparent;
    border-radius: 38.5px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    cursor: pointer;
  }
  
  
  .button-2 {
    color: #fff;
    border: 3px solid #1456FF;
    background-image: -webkit-linear-gradient(30deg, #1456FF 50%, transparent 50%);
    background-image: linear-gradient(30deg, #1456FF 50%, transparent 50%);
    background-size: 800px;
    background-repeat: no-repeat;
    background-position: 0%;
    -webkit-transition: background 300ms ease-in-out;
    transition: background 300ms ease-in-out;
  }
  .button-2:hover {
    background-position: 100%;
    color: #fff;
  }



  
  .button.buttonMaior {
    width: 370px;
  }

  .buttonMaior {
    color: #fff;
    border: 3px solid #1456FF;
    background-image: -webkit-linear-gradient(30deg, #1456FF 50%, transparent 50%);
    background-image: linear-gradient(30deg, #1456FF 50%, transparent 50%);
    background-size: 900px;
    background-repeat: no-repeat;
    background-position: 0%;
    -webkit-transition: background 300ms ease-in-out;
    transition: background 300ms ease-in-out;
  }
  .buttonMaior a{
    color: #fff;
    text-decoration: none;
  }
  .buttonMaior:hover a{
    color: #1456FF;
  }
  .buttonMaior:hover {
    background-position: 100%;
    color: #1456FF;
  }

  .PopupPoliticas{
    display: none;
  }

  .PopupPoliticas.PoliticasAtivo {
    position: fixed;
    top: 50%;
    height: 500px;
    background: #fff;
    width: 100%;
    z-index: 99999;
    max-width: 800px;
    left: 50%;
    margin-left: -400px;
    margin-top: -250px;
    border-radius: 4px;
    padding: 60px 20px 30px;
    box-sizing: border-box;
    display: block;
  }

  .PoliticasClose {
    position: absolute;
    right: 0;
    font-size: 15px;
    color: #fff;
    padding: 13px;
    cursor: pointer;
    top: 0;
  }

.PoliticasClose {
    background: #131313;
  }

  .containerPoliticas {
    overflow-y: scroll;
    height: 100%;
  }
  .containerPoliticas h4 {
    font-weight: 700;
    width: 100%;
    font-size: 19px;
  }

  .containerPoliticas p {
    font-size: 14px;
    margin-bottom: 20px;
    margin-top: 20px;
    line-height: 22px;
    font-weight: 300;
    padding-right: 30px;
    text-align: justify;
    color: #151414;
  }

  .overlayBody.overlayAtivo {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 9999;
  }

  .bodyAtivo{
    overflow: hidden;
  }

  .erro {
    width: 320px;
    height: 32px;
    background: #B6000F;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    margin-top: 4px;
    position: absolute;
    font-size: 16px;
    border-radius: 3px;
    right: 0;
    top: 50px;
  }

  .button.buttonMaior.enviar.Sucesso {
    background: #808080;
    cursor: no-drop;
  }

  .button.buttonMaior.enviar.Sucesso:hover{
    background: #808080;
  }

  .button.buttonMaior.enviar.Sucesso a{
    color: #fff;
  }

  .button.buttonMaior.enviar.Sucesso a:hover{
    color: #fff;
  }

  @media only screen and (max-width:768px) {
  .erro {
    width: 100%;
    height: 30px;
    background: #B6000F;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    margin-top: 3px;
    position: absolute;
    border-radius: 3px;
    right: inherit;
    font-size: 14px;
    top: 110px;
  }}
  @media only screen and (max-width:1180px) {
  .button.buttonMaior {
    width: 270px;
    height: 64px;
    margin-top: 24px;
    display: flex;
  }
  .texto  .button.buttonMaior {
    display: none;
  }
}

/*ESCONDE RECAPTCHA*/
.grecaptcha-badge{
  display: none;
}