html, body{
  margin: 0;
  padding: 0;
  font-family: calibri;
  background: #f3f1f1;
  color: #696969;
}

#barMenu{
  height: 100vh;
  width: 300px;
  background: #10035b;
  position: fixed;
  z-index: 999;
}

.topo img{
  margin:  0 auto;
  display: block;
  padding-top: 10px;
  width: 50%;
}

.topo a{
  position: relative;
  z-index: 9999;
}



.logoMenu{
  width: 100%;
}

.logoMenu img{
  width: 70%;
  margin: 60px 15% 90px 15%;
}


.page{
  width: 100%;
}

.banner{
  width: 100%;
  position: relative;
  z-index: 1;
  height: 110px;
}

.bannerx{
  width: 100%;
  height: auto;
}

.banner img, .bannerx img{
  width: 100%;
}

.itensMenu{
  text-align: center;
}

.itensMenu a{
  color: #fff;
  text-decoration: none;
}

.itensMenu a:hover{
  color: #dfdede;
}
  

.itensMenu li{
  list-style: none;
  font-size: 1.2em;
  padding-bottom: 15px;
}

.desc{
  height: 20vh;
  width: 300px;
  position: fixed;
  bottom: 0;
  text-align: center;
  color: #fff;
}

.icons{
  margin-left: 110px;
}

.icons img{
  width: 25px;
  height: 25px;
  float: left;
  margin-left: 15px;
  text-align: center;
  display: block;
  margin-left: 8px;
}



.alinhar_busca{
  margin-top: 50px;
}

.alinhar_busca h5{
  background: #10035b;
  border-radius: 5px 5px 0 0 ;
  width: 170px;
  color: #fff;
  padding: 7px;
}

.cor{
  background: #ebe9e9;
  height: auto;
  display: table;
  width: 100%;
  padding: 50px 0;
}

.busca h1{
  color: #fff;
  font-size: 1.2em;
  padding: 8px;
  
}

.tipo{
  width: 23%;
  float: left;
  margin: 0 2% 15px 0;
}



.tipo2{
  width: 80%;
  float: left;
  margin: 0 3% 15px 0;
}

.tipo li, .tipo2 li{
  list-style: none;
  font-size: 0.8em;
}

.tipo h6, .tipo2 h6{
  font-size: 0.8em;
  font-weight: 100;
  margin-top: -15px;
  margin-bottom: 15px;
}

.tipo2{
  width: 63%;
  float: left;
  margin: 0 3% 0 0;
}

.buscar_codigo{
  text-align: center;
  margin-top: 15px;
  line-height: 45px;
  height: 45px;
  width: 260px;
  border-radius: 8px;
  border: 1px solid rgb(82, 138, 250);
  margin-left: 20px;
  background: #fff;
  float: left;

}

.centro{
  width: 80%;
  margin:  0 10%;
  height: auto;
  display: table;
}

.meiobox{
  width: 90%;
  margin: 0 5%;
}

.meiobox h3{
  font-size: 1.2em;
  color: #1d0798;
}



.lbl{
  width: 100%;
  height: 5px;
  color: #000;
}

.camp{
  width: 100%;
  height: 50px;
  border: 1px solid #ccc;
  border-radius: 5px;
  color: #696969;
  padding-left: 10px;
  margin-bottom: 15px;
  line-height: 50px;
}


.topo{
  display: none;
}

.camp2{
  width: 100%;
  height: 8px;
  border: 1px solid #ccc;
  border-radius: 5px;
  color: #696969;
  background: #10035b;
  margin-top: -25px;
}

.search{
  background: #10035b;
  height: 50px;
  line-height: 50px;
  width: 200px;
  border-radius: 5px;
  border: 1px solid #10035b;
  color: #fff;
  float: right;
  margin-right: 3%;
  -webkit-transform: scale(1);
  -webkit-transition-timing-function: ease-out;
  -webkit-transition-duration: 500ms;
  -moz-transform: scale(1);
  -moz-transition-timing-function: ease-out;
  -moz-transition-duration: 500ms;
  transform: scale(1);
  transition-timing-function: ease-out;
  transition-duration: 500ms;
  cursor: pointer;
}

.searchx{
  background: #10035b;
  height: 50px;
  line-height: 50px;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #10035b;
  color: #fff;
  margin-right: 3%;
  -webkit-transform: scale(1);
  -webkit-transition-timing-function: ease-out;
  -webkit-transition-duration: 500ms;
  -moz-transform: scale(1);
  -moz-transition-timing-function: ease-out;
  -moz-transition-duration: 500ms;
  transform: scale(1);
  transition-timing-function: ease-out;
  transition-duration: 500ms;
  cursor: pointer;
}


.search:hover{
    -webkit-transform: scale(1.02);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 500ms;
    -moz-transform: scale(1.02);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 500ms;
    transform: scale(1.02);
    transition-timing-function: ease-out;
    transition-duration: 500ms;
    background: #10035b;
    color: #fff;
}

.alinhar{
  width: 100%;
}

.alinhar h1{
  padding-top: 25px;
}

footer{
  width: 100%;
  height: 200px;
  background: #10035b;
  clear: both;
}

footer img{
  height: 30px;
}

.fim{
  width: 80%;
  float: right;
}

.imob{
  width: 30%;
  float: left;
  margin-right: 3%;
  padding: 40px 0;
}

.imob i{
  color: #fff;
  font-size: 0.8em;
  float: left;
  padding-right: 6px;
  padding-top: 4px;
}

.imob h2{
  color: #fff;
  font-size: 1.2em;
  margin-bottom: 15px;
  font-weight: 100;
}

.imob h3{
  color: #fff;
  font-size: 0.9em;
}

.imob p{
  color: #ccc;
  margin: 0;
  padding: 0;
  font-size: 0.9em;
}

.cop{
  color: #ccc;
  padding-top: 50px;
  font-size: 0.7em;
  text-align: right;
}

.acesso{
  width: 100%;
  clear: both;
  margin-top: 30px;
}

.acesso1{
  width: 45%;
  float: left;
  margin-right: 5%;
  background: rgb(41, 171, 231);
  padding: 10px 0;
  text-align: center;
  border-radius: 5px;
  margin-top: 50px;
}

.acesso2{
  width: 45%;
  float: left;
  margin-right: 5%;
  background: rgb(27, 146, 201);
  padding: 10px 0;
  text-align: center;
  border-radius: 5px;
  margin-top: 50px;
}

.form h2{
  font-size: 1.1em;
}

a .acesso1{
  color: #fff;
}

a .acesso2{
  color: #fff;
}

.box{
  width: 30%;
  margin: 0 3% 0 0;
  background: #fff;
  float: left;
  -webkit-transform: scale(1);
  -webkit-transition-timing-function: ease-out;
  -webkit-transition-duration: 500ms;
  -moz-transform: scale(1);
  -moz-transition-timing-function: ease-out;
  -moz-transition-duration: 500ms;
  transform: scale(1);
  transition-timing-function: ease-out;
  transition-duration: 500ms;
  margin-bottom: 50px;
  padding-bottom: 15px;
  box-shadow: 0px 0px 50px rgb(223, 223, 223);
  height: 430px;
  display: table;
}

.box img{
  width: 100%;
}

.box h2{
  margin: 5px 0;
  font-size: 1em;
}

.marca{
  width: 100%;
  margin: 30px 0;
}

.marca h1{
  color: #10035b;
  text-align: left;
  margin-bottom: 8px;
  width: 100%;
  font-size: 1.5em;
  font-weight: bold;
}

.marca p{
  text-align: center;
  color: #696969;
}

.demo{
  width: 130px;
  height: 1px;
  background: #ccc;
  margin: 0 auto;
  margin-bottom: 12px;
  text-align: left;
}

.box p{
  color: #666;
  margin: 8px 0;
}

.det{
  width: 60%;
  float: left;
}

.detalhe{
  float: right;
  background: #10035b;
  padding: 2px 8px;
  border-radius: 5px;
}

a .detalhe{
  color: #fff;
}

.box:hover{
  -webkit-transform: scale(1.03);
  -webkit-transition-timing-function: ease-out;
  -webkit-transition-duration: 500ms;
  -moz-transform: scale(1.03);
  -moz-transition-timing-function: ease-out;
  -moz-transition-duration: 500ms;
  transform: scale(1.03);
  transition-timing-function: ease-out;
  transition-duration: 500ms;
}



.tema{
  width: 80px;
  background: #dfdede;
  color: #000;
  height: 25px;
  border-radius: 6px;
  text-align: center;
  line-height: 25px;
  float: left;
  margin-right: 10px;
  -webkit-transform: scale(1);
  -webkit-transition-timing-function: ease-out;
  -webkit-transition-duration: 500ms;
  -moz-transform: scale(1);
  -moz-transition-timing-function: ease-out;
  -moz-transition-duration: 500ms;
  transform: scale(1);
  transition-timing-function: ease-out;
  transition-duration: 500ms;
}

.tema:hover{
  -webkit-transform: scale(1.02);
  -webkit-transition-timing-function: ease-out;
  -webkit-transition-duration: 500ms;
  -moz-transform: scale(1.02);
  -moz-transition-timing-function: ease-out;
  -moz-transition-duration: 500ms;
  transform: scale(1.02);
  transition-timing-function: ease-out;
  transition-duration: 500ms;
  background: #10035b;
  color: #fff;
}

.filtro{
  width: 180px;
  height: 30px;
  margin: 20px auto;
  margin-top: 60px;
}

.interno{
  padding: 50px 0;
  width: 100%;
}

.interno h1{
  color: #10035b;
  font-size: 1.6em;
  padding-bottom: 15px;
  height: auto;
  display: table;
}

.interno p{
  color: #666;
  text-align: justify;
}

.interno li{
  color: #666;
}

.linha{
  width: 100%;
  height: 2px;
  background: #10035b;;
}

.form{
  width: 50%;
  float: left;
  margin: 20px 0 80px 0;
  height: auto;
  display: table;
}

.input{
  width: 100%;
  background: #fff;
  border: none;
  margin-bottom: 15px;
  padding-left: 10px;
  box-shadow: 0px 0px 6px #ccc;
  height: 50px;
  border-radius: 5px;
}


.mensagem{
  width: 100%;
  background: #fff;
  border: none;
  margin-bottom: 15px;
  padding-left: 10px;
  box-shadow: 0px 0px 6px #ccc;
  height: 100px;
  border-radius: 5px;
}

.send{
  background: #10035b;
  width: 150px;
  height: 45px;
  color: #fff;
  border: none;
  border-radius: 6px;
  float: right;
  cursor: pointer;
  -webkit-transform: scale(1);
  -webkit-transition-timing-function: ease-out;
  -webkit-transition-duration: 500ms;
  -moz-transform: scale(1);
  -moz-transition-timing-function: ease-out;
  -moz-transition-duration: 500ms;
  transform: scale(1);
  transition-timing-function: ease-out;
  transition-duration: 500ms;
}

.send:hover{
  -webkit-transform: scale(1.02);
  -webkit-transition-timing-function: ease-out;
  -webkit-transition-duration: 500ms;
  -moz-transform: scale(1.02);
  -moz-transition-timing-function: ease-out;
  -moz-transition-duration: 500ms;
  transform: scale(1.02);
  transition-timing-function: ease-out;
  transition-duration: 500ms;
  background: #0b0144;
}

.form2{
  width: 45%;
  float: right;
  margin-bottom: 50px;
}

.sucesso{
  background: #e3f5d9;
  box-shadow: 0px 0px 20px green;
  border-radius: 10px;
  margin-top: 50px;
  text-align: center;
  padding: 15px;
}


.sucesso2{
  padding: 15px 30px;
  background: #b0f5b3;
  border-radius: 15px;
  box-shadow: 0px 0px 6px #47e741;
  margin-bottom: 30px;
  display: table;
  height: auto;
}

.sucesso i{
  text-align: center;
  font-size: 3em;
  color: green;
}

.sucesso h1{
  color: green;
  font-size: 1.4em;
  padding-top: 15px;
}

.sucesso p{
  text-align: center;
  margin-top: 0;
  padding-top: 0;
}

.tabela{
  width: 100%;
  border-collapse: collapse;
}

.title{
  background: #f0f0f0;
}

.title td{
  padding: 6px;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
}

.tabela tr td{
  padding: 6px;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
}

.tabela tr td i{
  font-size: 2.3em;
}

.interesse{
  width: 20%;
  float: left;
  margin-right: 3%;
}

.interesse h3{
  width: 100%;
  background: #10035b;
  color: #fff;
  font-size: 1em;
  padding: 15px 8px;
  border-radius: 5px;
}

.ip{
  width: 100%;
  height: 50px;
  background: #fff;
  box-shadow: 0px 0px 20px #ccc;
  border: none;
  margin-bottom: 8px;
  border-radius: 5px;
  padding-left: 8px;
}

.ar{
  width: 100%;
  height: 110px;
  background: #fff;
  box-shadow: 0px 0px 20px #ccc;
  border: none;
  margin-bottom: 8px;
  border-radius: 5px;
  padding-left: 8px;
}

.casa{
  width: 77%;
  float: right;
}

.maior{
  width: 66%;
  height: auto;
  margin-bottom: 8px;
  float: left;
}

.menor{
  width: 33%;
  float: right;
}

.maior img{
  width: 99%;
}

.menor img{
  width: 99%;
}

.separa{
  width: 100%;
  height: 1px;
  clear: both;
}

.over{
  width: 100%;
  height: auto;
  background: #fff;
  box-shadow: 0px 0px 20px #ccc;
  border: none;
  border-radius: 5px;
  padding: 15px;
  margin-top: 30px;
  display: table;
}

.over h1{
  font-size: 1em;
  margin: 0;
  padding: 0;
  color: #10035b;
  margin-bottom: 10px;
}

.mais-foto{
    background-color: #10035b;
}

.tbdesc_mobile{
  display: none;
}

.mais-fotozzz{
  background-color: #10035b;
  position: relative;
  z-index: 999;
  clear: both;
  width: 200px;
  height: 45px;
  border-radius: 8px;
  text-align: center;
  line-height: 45px;
  float: right;
}

a .mais-fotozzz{
  color: #fff;
}

.box_foto{
  width: 33.33%;
  float: left;
  display: table;
  height: auto;
  margin-bottom: 30px;
}

.box_foto img{
  width: 90%;
  margin: 0 5%;
  transition: 0.2s;
}

a .voltar{
  float: right;
  background: #ccc;
  padding: 5px 15px;
  border-radius: 8px;
  font-size: 0.8em;
  color: #10035b;
  cursor: pointer;
}

.blue{
  background: #10035b;
  color: #fff;
}


.box_foto img:hover{
  filter: brightness(50%);
}

a .mais-foto{
  color: #fff;
  clear: both;
  width: 150px;
  float: right;
  text-align: center;
  padding: 8px 15px;
  border-radius: 6px;
}

.over p{
  padding: 0;
  margin: 0;
}

.encerra{
  width: 100%;
  height: 80px;
  clear: both;
}

.encerra2{
  width: 100%;
  height: 150px;
  clear: both;
}

.more{
  width: 100%;
  height: auto;
  background: #fff;
  box-shadow: 0px 0px 20px #ccc;
  border: none;
  border-radius: 5px;
  padding: 15px;
  margin-top: 30px;
  display: table;
  margin-bottom: 30px;
}

.more p{
  color: #10035b;
  margin: 0;
  padding: 0;
}

.more h1{
  color: #10035b;
  margin-top: 15px;
}

.more li{
  list-style: none;
  color: #696969;
}

.atencao{
  padding: 15px 30px;
  background: #f5eab0;
  border-radius: 15px;
  box-shadow: 0px 0px 6px #e8eb5d;
  margin-bottom: 30px;
  display: table;
  height: auto;
}

.tl{
  font-weight: bold;
  text-align: center;
}

.menui{
  width: 100%;
  position: fixed;
  z-index: 3;
}

.menu_interno{
  width: 70%;
  margin: 0 15%;
}

.menu_interno ul{
  float: right;
}

.menu_interno ul li{
  float: left;
  list-style: none;
  padding: 30px 11px;
  font-size: 1.2em;
}

.menu_interno ul li a{
  color: #fff;
}

.shadow_busca{
  padding: 15px;
  background: rgb(223, 223, 223, 0.7);
  width: 100%;
  height: auto;
  display: table;
  border-radius: 8px 8px 8px 8px;
  margin-top: -50px;
  display: table;
}

.shadow_busca_codigo{
  padding: 15px;
  background: rgb(223, 223, 223, 0.7);
  width: 60%;
  height: auto;
  display: table;
  border-radius: 8px 8px 8px 8px;
  margin: -8px 20% 0 20% ;
  display: table;
}

.shadow_busca_codigo li, .shadow_busca_codigo h6{
  list-style: none;
  font-size: 0.8em;
  font-weight: 100;
}

.mapa{
  background: url('../images/mapa.jpg');
  background-size: cover;
}

.box-mapa{
  margin-left: 15%;
  background: #fff;
  width: 350px;
  padding: 15px;
  box-shadow: 0px 0px 6px #ccc;
}

.top-mapa{
  margin-left: 15%;
  width: 350px;
  height: 80px;
}

.mapa h3{
  font-size: 1.3em;
  font-weight: bold;
}

.mapa p, .mapa table tr td{
  font-size: 0.9em;
  line-height: 1.2em;
}

.fundo_menu{
  background: #10035b;
  width: 100%;
  display: table;
  height: 110px;
  position: fixed;
  z-index: 999;
}

.tbdesc{
  width: 60%;
}

.tbdesc tr td{
  padding: 5px 15px;
}

#brand{
  display: none;
}

#brand{
  background: #10035b;
}

/*banner entre venda e locação*/
.carrossel-mascara{
  width: 100vw; /* largura das imagens*/
  margin: 0 ;
  overflow: hidden;
  font-size: 0;
  }
  .carrossel-container {
  width: 700vw;  /* Somar da largura de todas as imagens */
  transition: 1s ease;
  height: auto; /* Altura das imagens */
  }
  .carrossel-container img, .carrossel-texto {
  width: 100vw;
  height: auto;
  display: inline-block;
  vertical-align:top;
  font-size: 16px;
  margin: 0 auto;
  }
  .carrossel-texto {
  height: 337px;
  position: relative;
  }
  .carrossel-texto p {
  position: relative;
  text-align: center;
  }
  
  .slide {
  animation: slide 20s ease infinite; /* Velocidade*/
  }
  
  @keyframes slide {
  0% {
  transform: translateX(0%);
  }
  12.5% {
  transform: translateX(0%);
  }
  25% {
  transform: translateX(-25%);
  }
  37.5% {
  transform: translateX(-25%);
  }
  50% {
  transform: translateX(-50%);
  }
  62.5% {
  transform: translateX(-50%);
  }
  75% {
  transform: translateX(-75%);
  }
  87.5% {
  transform: translateX(-75%);
  }
  99% {
  transform: translateX(-75%);
  }
  100% {
  transform: translateX(0);
  }
  }

  /*Faixa de valores*/

  .filter-item__range input[type=range] {
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    margin: 0;
    padding: 0 2px;
    overflow: hidden;
    border: 0;
    border-radius: 1px;
    outline: none;
    background: linear-gradient(#034f8a, blue) no-repeat center;
    background-size: 100% 6px;
    pointer-events: none;
  }
  .filter-item__range input[type=range]:active, .filter-item__range input[type=range]:focus {
    outline: none;
  }
  .filter-item__range input[type=range]::-webkit-slider-thumb {
    height: 25px;
    width: 25px;
    border-radius: 50%;
    box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.28);
    background: #10035b;
    position: relative;
    margin: 5px 0;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    pointer-events: all;
    z-index: 2;
  }
  .filter-item__range input[type=range]::-webkit-slider-thumb::before {
    content: " ";
    display: block;
    position: relative;
    top: 13px;
    left: 100%;
    width: 2000px;
    height: 2px;
    background: #1bae73;
  }
  .filter-item__range .multirange {
    position: relative;
    height: 25px;
  }
  .filter-item__range .multirange input[type=range] {
    position: absolute;
  }
  .filter-item__range .multirange input[type=range]:nth-child(1)::-webkit-slider-thumb::before {
    background-color: #1bae73;
  }
  .filter-item__range .multirange input[type=range]:nth-child(2) {
    background: none;
  }
  .filter-item__range .multirange input[type=range]:nth-child(2)::-webkit-slider-thumb::before {
    background-color: #979797;
  }
  .filter-item__range .result {
    display: flex;
    justify-content: space-between;
  }



  .result-l{
    font-size: 1em;
  }

  
.busca{
  width: 70%;
  margin: 100px 15%;
  position: absolute;
  z-index: 2;
}

.busca h1{
  font-size: 3em;
  font-weight: bold;
  color: #fff;
  text-align: center;
  text-shadow: 0px 0px 3px #000;
  
}

.busca p{
  text-align: center;
  color: #fff;
  list-style: none;
  text-shadow: 0px 0px 3px #000;
  margin-top: -20px;
}

.result p{
  font-size: 1em;
  color: #000;
  text-shadow: none;
  padding-top: 25px;
  font-weight: bold;
}



.inputx {
  position: absolute;
  clip-path: inset(50%);
}
.label {
  display: inline-block;
  position: relative;
  padding: 3px 15px;
  cursor: pointer;
}

.content {
  padding: 1rem;
  font-size: 2rem;
  display: none;
}
.inputx#input1:checked ~ [data-id=input1],
.inputx#input2:checked ~ [data-id=input2],
.inputx#input3:checked ~ [data-id=input3] {
  display: block;
}
.inputx:checked + .label {
  border-bottom: 2px solid blue;
}
.inputx:checked + .label::before {
  display: block;
}
.inputx + .label:hover {
  
}

.bc{
  width: 100%;
  height: 15px;
  clear: both;
}

.aparece{
  display: none;
}

.desaparece{
  display: table;
}

.txt{
  width: 100%;
  height: auto;
  display: table;
  border: none;
}

#locacao{
  display:none;    
  }

  #lancamento{
  display:none;    
  }

  #CliqueVenda, #CliqueLocacao, #CliqueLancamento{
      cursor: pointer;
  }

  .btv{
    border-radius: 5px;
    border: 1px solid #ccc;
    height: 45px;
    line-height: 45px;
    text-align: center;
    margin-right: 8px;
    background: #eaeaea;
    width: 120px;
  }

  .btv2{
    border-radius: 5px;
    height: 200px;
    border: 1px solid #ccc;
    height: 45px;
    line-height: 45px;
    text-align: center;
    margin-right: 8px;
    background: #eaeaea;
    width: 120px;
  }

  .btv:hover{
    border-bottom: 3px solid #0b0144;
  }




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


.payment-method {
  border: 3px solid #fff;
  box-sizing: border-box;
  float: left;
  height: 48px;
  position: relative;
  width: 95px;
  border-radius: 5px;
  background: #eaeaea;
}

.payment-method label {
  background: #fff;
  bottom: 1px;
  cursor: pointer;
  display: block;
  font-size: 15px;
  left: 1px;
  position: absolute;
  right: 1px;
  top: 1px;
  white-space: nowrap;
  color: #000;
  text-align: center;
  line-height: 40px;
  height: 40px
}

.payment-method + .payment-method {
  margin-left: 8px;
}


.payment-methods input:focus + label {
  outline: 2px dotted #10035b;
}

.payment-methods input:checked + label {
  outline: 4px solid #10035b;
}

.payment-methods input:checked + label:after {
  background: url('../images/check.png');
  bottom: -10px;
  content: "";
  display: inline-block;
  height: 20px;
  position: absolute;
  right: -10px;
  width: 20px;
}

@-moz-document url-prefix() {
  .payment-methods input:checked + label:after {
    bottom: 0;
    right: 0;
    background-color: #10035b;
  }
}


.video_youtube{
  width: 40%;
  float: left;
}




  
  




