@charset "utf-8";

*
{
	border: none;
	padding: 0px;
	margin: 0px;
	resize: none;
	text-decoration: none;
	list-style: none;
	outline: none;
	/*-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;*/
  scrollbar-width: thin;
  scrollbar-color: #dedede #f5f5f5;  
}

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

a:hover
{
  text-decoration: none;
}

a:active
{
  color: #000;
  text-decoration: none;
}

a:visited
{
  color: #000;
  text-decoration: none;
}

html, body
{
	width: 100%;
	font-family: verdana;
	overflow-x: hidden;
	font-size: 18px;
}

.bg_initial
{
/*  position: absolute;
  top: 20px;
  left: 0px;
  z-index: -1;*/
  width: 100%;
  height: 100%;
  /*max-height: 720px;*/
  /*max-height: 360px;*/
  /*background: url("../layout/design_topo.jpg") top center no-repeat;*/
  box-shadow:rgba(150, 150, 150, 0.8) 0px 0px 20px 0px;
}

.bg_initial img
{
  width: 100%;
  /*max-width: 1920px;*/
  height: 100%;
  max-height: 360px;
}

.content
{
	width: 100%;
	margin: auto;
}

.header
{
	width: 100%;
  height: 100%;
	max-height: 80px;
	overflow: hidden;
	background: #000;
  color: #fff;
}

.top
{
	display: flex;
	flex-wrap: nowrap;
  width: 100%;
  height: 100%;
}

.logo
{
  width: 100%;
  max-width: 300px;
  height: 100%;
  max-height: 61px;
  padding: 15px;
  overflow: hidden;
  text-align: center;
  margin: auto;

/*	max-width: 393px;
	max-height: 80px;*/
}

.logo img
{
  width: 100%;
  min-width: 150px;
  height: 100%;
  min-height: 31px;
}

.menu
{
	display: flex;
	width: 300px;
	height: 60px;
	line-height: 60px;
	padding: 10px;
	text-align: center;
}

.menu .itens
{
	width: 150px;
}

.nav-container
{
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: auto;
  max-height: 466px;
  background: #000;
  margin: auto;
  text-align: center;
}

.nav-scrolling
{
  display: flex;
  align-items: center;
  margin: 0 auto;
  width: 90%;
  max-width: 791px;
  height: auto;
  max-height: 466px;
  background: transparent;
  aspect-ratio: 9/6;
}

.nav-lines
{
  display: flex;
  height: 100%;
  overflow-y: hidden;
  overflow-x: auto;
  scrollbar-width: none;
  scrollbar-color: #dedede #f5f5f5;
  scroll-behavior: smooth;
}

.nav-line
{
  min-width: 100%;
  max-height: 466px;
}

.nav-lines img
{
  width: 100%;
  height: 100%;
  -webkit-transition: all 1.5s ease;
  transition: all 1.5s ease;
}

.nav-lines img:hover
{
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.zoom_imgs
{
  width: 100%;
  height: 100%;
  -webkit-transition: all 1.5s ease;
  transition: all 1.5s ease;
}

/*
keyframe 
{
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
*/

@keyframes slidein {
  from {
    transform: translateX(0%);
  }

  to {
    transform: translateX(100%);
  }
}

.nav-updated-scroll
{
  position: relative;
 /*responsive*/
  max-width: 1270px;
  width: 100%;
  height: auto;
  /*responsive*/
  max-height: 400px;
  margin: auto;
  margin-top: 0px;
  overflow-y: hidden;
  overflow-x: auto;
  scrollbar-width: none;
  scrollbar-color: #dedede #f5f5f5;
  background: transparent;
}

.nav-updated-scroll::-webkit-scrollbar, .nav-lines::-webkit-scrollbar
{
  width: 0px!important;
}

.nav-updated-line
{
  display: flex;
  align-items: center;
  gap: 0px;
  /*responsive*/
 /* max-width: 2810px;*/
  width: 100%;
  max-height: 600px;
  height: auto;
  /*responsive*/
  background: #dedede;
}

.nav-updated-line img
{
  min-width:100%;
  max-height:100%;
  cursor: pointer;
  /*position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);*/
}

.arrows button
{
    position: absolute;
    /*top: 50%;*/
    z-index: 2;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-family: monospace;
    background-color: #eee3;
    border: none;
    color: #fff;
    font-weight: bold;
    font-size: large;
    cursor: pointer;
    left: 5%;
    transition: background 0.5s, color 0.5s;
}

.arrows button#next
{
    left: unset;
    right: 5%;
}

.arrows button:hover
{
    background-color: #eee;
    color: #000;
}

.dots
{
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 25px;
  width: 90%;
  max-width: 791px;
  height: 100%;
  max-height: 20px;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  margin: 0px;
  padding: 0px;
  overflow-y: hidden;
  overflow-x: auto;
  scrollbar-width: none;
  scrollbar-color: #dedede #f5f5f5;
  background: transparent;
}

.empty
{
  width: 20px;
  height: 20px;
  line-height: 20px;
  background: transparent;
  border-radius: 50%;
  transition: 0.5s;
  opacity: 1.0;
  font-size: 10px;
  color: transparent;
}

.dots-childrem
{
  width: 20px;
  height: 20px;
  line-height: 20px;
  background: #fff;
  border-radius: 20px;
  transition: 0.5s;
  opacity: 0.6;
  font-size: 10px;
  color: #000;
  flex-shrink: 0;
}

.dots-childrem:hover
{
  opacity: 1.0;
  cursor: pointer;
}

.dots-childrem.active
{
    opacity: 1.0;
}

.imgfull
{
  display: flex;
  align-items: center;
  justify-items: center;
  flex-wrap: nowrap;
  position: fixed;
  left: 0px;
  top: 0px;
 /* max-width: 100%;*/
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 999;
}

.imgfull-box
{
  position: relative;
  /*width: 90%;*/
  max-width: 55%;
  max-height: 100%;
  width: auto;
  height: auto;
  overflow: hidden;
  background: #fff;
  padding: 12px;
  margin: auto;
}

.imgfull-box img
{
  /*width: 100%;
  height: auto;*/
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;

}

.closer
{
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  line-height: 15px;
  border-radius: 50%;
  background: #f00;
  text-align: center;
  border: #dedede solid 2px;
  padding: 5px;
  font-weight: bold;
  cursor: pointer;
  color: #fff;
}

.preview
{
    display: flex;
    column-gap: 10px;
    max-width: 1248px;
    min-width: 400px;
    max-height: 330px;
    overflow: hidden;
    padding: 10px;
    margin: auto;
    
}

.preview_foto
{
  position: relative;
  width: 100%;
  max-width: 400px;
  overflow: hidden;
  border: #dedede solid 2px;
  box-shadow: rgba(255, 255, 255, 0.15) 0px 2px 5px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
}

.preview_foto img
{
  max-width: 100%;
  height: 100%;
  transition: all .9s ease-in-out;
  -webkit-transition: -webkit-transform .3s ease;
}

.preview_foto img:hover
{
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.more-imoveis, .reseta-pesquisa
{
  width: 240px;
  height: 50px;
  line-height: 50px;
  margin: auto;
  margin-top: 50px;
  background: #1f2528;
  overflow: hidden;
  border-radius: 7px;
  box-shadow: 2px 2px 3px rgb(255 255 255 / 25%);
}

.more-imoveis:hover, .reseta-pesquisa:hover
{
  box-shadow: 2px 2px 6px rgb(0 0 0 / 35%);
  transition: all .3s ease-in-out;
  -webkit-transition: -webkit-transform .3s ease;
}

.more-imoveis button, .reseta-pesquisa button
{
  width: 100%;
  height: 50px;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  background: transparent;
  overflow: hidden;
  color: #76797e;
  border-radius: 7px;
  letter-spacing: 2px;
  cursor: pointer;
}

.bairro_novo
{
  width: 100%;
  height: 16px;
  overflow: hidden;
  text-align: left;
  font-size: 12px;
  padding-left: 5px;
}

.cidade, .bairro, .tipo, .desc
{
  width: 100%;
  height: 13px;
  overflow: hidden;
  background: rgba(150, 150, 150, 0.2);
  margin-top: 1px;
  text-transform: uppercase;
  font-size: 10px;
  padding-left: 5px;
  color: #e3e4e4;
  /*text-shadow: 1px 1px 2px black;*/
  text-align: center;
}

.detalhes
{
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 60px;
  overflow: hidden;
}

.preco
{
  font-size: 22px;
  font-weight: bold;
  overflow: hidden;
  background: rgba(150, 150, 150, 0.2);
  color: #f5f5f5;
  text-align: center;
  margin-top: 2px;
}

.box_i
{
  width: 100%;
  margin-top: 20px;
}

.ops_i
{
  width: 100%;
  max-width: 1248px;
  margin: auto;
  overflow: hidden;
}

.boxes_info
{
  display: flex;
  flex-wrap: wrap;
  column-gap: 10px;
  grid-row-gap: 10px;
  width: 100%;
  padding: 10px;
  text-align: center;
}

.boxes_info_area
{
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  width: 150px;
  height: 80x;
  overflow: hidden;
  background: #fff;
  padding: 10px;
  border-radius: 4px;
  box-shadow: 2px 2px 6px rgb(0 0 0 / 25%);
  transition: all .3s ease-in-out;
  -webkit-transition: -webkit-transform .3s ease;
}

.boxes_info_area:hover
{
  box-shadow: 2px 2px 6px rgb(0 0 0 / 45%);
  transition: all .3s ease-in-out;
  -webkit-transition: -webkit-transform .3s ease;
}

.boxes_info_ico
{
  width: 25px;
  height: 100%;
  max-height: 65px;
  line-height: 75px;
  color: #000;
}

.boxes_info_desc
{
  width: 100px;
  height: 65px;
}

.detalhes_i
{
  width: 100%;
  padding: 10px;
}

.medias_descricao
{
  width: 100%;
  padding: 10px;
}

.medias_buttons_pagina
{
  display: flex;
  grid-column-gap: 12px;
  width: 100%;
  height: 115px;
  overflow: hidden;
  margin: auto;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.medias_buttons
{
  display: flex;
  grid-column-gap: 12px;
  width: 100%;
  height: 115px;
  overflow: hidden;
}

.insta_button, .face_button, .whatsapp_button
{
  width: 80px;
  height: 105px;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 2px 2px 6px rgb(0 0 0 / 25%);
  transition: all .3s ease-in-out;
  -webkit-transition: -webkit-transform .3s ease;
}

.insta_button:hover, .face_button:hover, .whatsapp_button:hover
{
    box-shadow: 2px 2px 6px rgb(0 0 0 / 45%);
    transition: all .3s ease-in-out;
    -webkit-transition: -webkit-transform .3s ease;
    cursor: pointer;
}

.whatsapp_button
{
  background: #0b9444;
}

.face_button
{
  background: #1977f3;
}

.face_logo
{
  background: #fff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  overflow: hidden;
  margin: auto;
  margin-top: 2px;
}

.face_logo_texto
{
  display: block;
  /*transform: translateY(-50%);*/
  text-align: center;
  color: #1977f3;
  font-size: 50px;
  font-weight: bold;
}

.whatsapp_logo
{
  width: 50px;
  height: 50px;
  overflow: hidden;
  margin: auto;
  margin-top: 2px;
}

.insta_button
{
  background: #c3c6d1;
}

.insta_logo
{
  background: transparent;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  overflow: hidden;
  margin: auto;
  margin-top: 2px;
}

.insta_button img, .face_button img, .whatsapp_button img
{
  width: 100%;
  height: 100%;
}

.medias_line
{
  width: 100%;
  height: 4px;
  background: rgba(0, 0, 0, 0.2);
  margin-top: 10px;
}

.medias_share_text
{
  text-align: center;
  margin-top: 10px;
  text-transform: uppercase;
  color: #fff;
}

.mais_opcoes
{
  width: 100%;
  max-width: 1248px;
  margin: auto;
  margin-top: 50px;
}

.mais_opcoes_title
{
  margin-bottom: 10px;
}

.mais_opcoes_view
{
  display: flex;
  justify-content: center;
  grid-row-gap: 12px;
  flex-wrap: wrap;
  column-gap: 5px;
  max-width: 1248px;
  min-width: 320px;
  overflow: hidden;
  padding: 10px;
  margin: auto;
  margin-top: 50px;
}

.design_view
{
  display: flex;
  justify-content: center;
  grid-row-gap: 12px;
  flex-wrap: wrap;
  column-gap: 15px;
  max-width: 1248px;
  min-width: 320px;
  overflow: hidden;
  padding: 10px;
  margin: auto;
  margin-top: 50px;
}

.titulo_inicial
{
  width: 100%;
  text-transform: uppercase;
  text-align: center;
}

.design_box
{
  width: 100%;
  max-width: 320px;
  height: 100%;
  max-height: 450px;
  overflow: hidden;
  border: #bba993 solid 1px;
}

.design_box_img
{
  display: flex;
  align-items: center;
  width: 320px;
  height: 210px;
  overflow: hidden;
  text-align: center;
}

.design_box_img img
{
  max-width: 100%;
  height: auto;
  /*max-height: 100%;*/
  -webkit-transition: all 1.5s ease;
  transition: all 1.5s ease;
}

.design_box_img img:hover
{
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.design_box_dados
{
  width: 100%;
  padding: 3px;
  text-align: left;
}

.design_box_dados_nome_condominio
{
  height: 42px;
  overflow: hidden;
}

.design_box_dados h5
{
  width: 99.90%;
  height: 12px;
  padding: 2px 5px;
  font-size: 12px;
  overflow: hidden;
}

.design_box_dados h4
{
  width: 99.90%;
  padding: 2px 5px;
  font-size: 16px;
  overflow: hidden;
}

.design_box_dados h3
{
  width: 99.90%;
  padding: 2px 5px;
  overflow: hidden;
}

.ref
{
  font-size: 12px;
  padding: 2px 5px;
  color: #bba993;
}

.linha
{
  width: 100%;
  height: 1px;
  margin-top: 5px;
  margin-bottom: 5px;
  border-top: #bba993 solid 1px;
}

.design_box_detalhes
{
  display: flex;
  flex-wrap: nowrap;
  justify-content: left;
  column-gap: 8px;
  width: 99.90%;
  height: 30px;
  padding: 2px 5px;
}

.design_box_cols
{
  display: flex;
  flex-wrap: nowrap;
  justify-content: left;
  column-gap: 7px;
  grid-gap: 7px;
  width: 100%;
  max-width: 120px;
}

.design_box_quantidades
{
  font-size: 10px;
  height: 22px;
  line-height: 22px;
}

.boxes_info_ico_img
{
  width: 20px;
  height: 20px;
 /* margin: auto;
  margin-top: 2px;
*/}

.saiba_mais
{
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-transform: uppercase;
  text-align: center;
  background: #bba993;
  color: #fff;
}

.response_search
{
  width: 100%;
  height: 30px;
  text-align: center;
  color: #f00;
}

.box-preview
{
  width: 320px;
  height: 430px;
  border-radius: 7px;
  border: #76797e solid 1px;
  overflow: hidden;
}

.box-img-preview
{
  width: 320px;
  height: 250px;
  text-align: center;
  background: #000;
  border-top-right-radius: 7px;
  border-top-left-radius: 7px;
}

.img-preview
{
  width: 320px;
  height: 210px;
  overflow: hidden;
  text-align: center;
  background: #000;
}

.img-preview img
{
  width: 100%;
  height: 100%;
  -webkit-transition: all 1.5s ease;
  transition: all 1.5s ease;
}

.img-preview img:hover
{
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.faixa-top-preview
{
  position: relative;
  width: 100%;
  height: 40px;
  margin: auto;
  bottom: 0px;
  z-index: 0;
  color: #fff;
  background: #1f2528;
}

.procurando
{
  position: fixed;
  top: 1px;
  left: 0px;
  width: 100%;
  height: 100%;
  text-align: center;
  margin: auto;
  background: rgba(255, 255, 255, 0.8);
  z-index: 999;
}

.cor_identidade
{
  color: #bba993;
}

.busca_nova
{
  width: 100%;
  margin: auto;
  background: #bba993;
}

.busca_nova_interno
{
  width: 100%;
  max-width: 1248px;
  margin: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.busca_nova_titulo
{
  width: 100%;
  height: 30px;
  text-align: center;
  text-transform: uppercase;
}

.form_nova
{
  display: block;
  flex-wrap: wrap;
  column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.box-form-nova
{
  width: 98%;
  max-width: 300px;
  margin: auto;
  padding: 20px;
  background: #f5f5f5;
  border-radius: 7px;
  box-shadow: rgba(0, 0, 0, 0.30) 0px 3px 8px;
}

.box-form-nova:hover
{
  box-shadow: 2px 2px 6px rgb(0 0 0 / 45%);
  transition: all .3s ease-in-out;
  -webkit-transition: -webkit-transform .3s ease;
  cursor: pointer;
}
.campos_nova
{
  width: 240px;
  height: 40px;
  margin: auto;
  margin-bottom: 15px;
}

.campos_nova input, .campos_nova select
{
  width: 240px;
  height: 40px;
  font-size: 18px;
  background: #f5f5f5;
  color: #000;
  border-radius: 7px;
  box-shadow: rgba(0, 0, 0, 0.30) 0px 3px 8px;
  padding-left: 5px;
}

.campos_nova input::placeholder
{
  color: #000;
}

.campos_nova button
{
  width: 240px;
  height: 40px;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-radius: 7px;
  box-shadow: rgba(0, 0, 0, 0.30) 0px 3px 8px;
}

.campos_nova button:hover
{
  box-shadow: 2px 2px 6px rgb(0 0 0 / 45%);
  transition: all 1.3s ease-in-out;
  -webkit-transition: -webkit-transform 1.3s ease;
  cursor: pointer;
}


.input_search
{
  position: absolute;
  z-index: 40;
  background: transparent;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  transition: top .5s;
  top: 0px;
}

.input_search:focus-within
{
  top: -32px;
  background: #fff;
}

.input_search:not(:focus-within)
{
  top: 0px;
  background: transparent;
}

.wrapper
{  
  display: inline-block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.wrapper span
{
  display: block;
  color: #CCC;
  padding: 10px;
  border-bottom: 1px solid #CCC;
}

.search 
{
  width: 99%;
  height: 30px;
  padding: auto 5px;
  display: inline-block;
}

.search-input
{
  border: 0;
}

.datalist
{

}

.condominios_select
{
  position: absolute;
}

.bt_nova
{
  width: 120px;
  height: 40px;
  margin: auto;
  text-align: center;
}

.bt_nova button
{
  width: 100%;
  height: 100%;
  background: #000;
  color: #fff;
  text-transform: uppercase;
  transition: all .3s ease-in-out;
  -webkit-transition: -webkit-transform .3s ease;
  box-shadow: rgb(50 50 105 / 15%) 0px 2px 5px 0px, rgb(0 0 0 / 5%) 0px 1px 1px 0px;
}

.bt_nova button:hover
{
  cursor: pointer;
  box-shadow: rgb(255 255 255 / 15%) 0px 2px 5px 0px, rgb(0 0 0 / 50%) 0px 1px 1px 0px;
}

.mais_opcoes_box
{
  position: relative;
/*  width: 100%;
  max-width: 320px;
  height: 100%;
  max-height: 240p;*/
  width: 400px;
  height: 280px;
  overflow: hidden;
  border: #dedede solid 2px;
  box-shadow: rgb(50 50 105 / 15%) 0px 2px 5px 0px, rgb(0 0 0 / 5%) 0px 1px 1px 0px;
  transition: all .3s ease-in-out;
  -webkit-transition: -webkit-transform .3s ease;
  /*opacity: 0;*/
}

[data-anime="anima"]
{
  transform: translateX(-600px);
}


[data-anime].animacao
{
  transform: translateX(0px);
  opacity: 1;
}

.mais_opcoes_box img
{
  max-width: 100%;
  height: 100%;
  transition: all .3s ease-in-out;
  -webkit-transition: -webkit-transform .3s ease;
}

.mais_opcoes_box img:hover
{
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.pelucula_mais_opcoes
{
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.0);
}

.pelucula_mais_opcoes:hover
{
  color: #f00;
  /*background-size: 120%;
           .foto
           {
           width: 400px; height: 400px; background-image: url("01.jpg"); background-size: 100% auto; transition: background-size 1s; -webkit-transition: background-size 1s;
           background-position: center center;
           }
          .foto:hover 
          {
          background-size: 120%;
          }
        <div class="foto"></div> 

  */
}

.box_over_img
{
  position: absolute;
  /*background: rgba(0, 0, 0, 0.8);*/
  color: #fff;
  text-shadow: 2px 2px 2px rgb(0 0 0 / 65%);
  word-break: break-word;
}

.cidade_over_img
{
  top: 5px;
  left: 0px;
  padding-left: 5px;
  text-align: left;
  height: 20px;
  line-height: 20px;
  width: 100%;
  overflow: hidden;
}

.condominio_over_img
{
  top: 35px;
  left: 0px;
  padding-left: 5px;
  text-align: left;
  height: 20px;
  line-height: 20px;
  width: 100%;
  overflow: hidden;
  font-size: 12px;
}

.codigo_over_img
{
  top: 5px;
  right: 0px;
  padding-right: 5px;
  text-align: left;
  height: 20px;
  line-height: 20px;
  max-width: 120px;
}

.info_over_img
{
  bottom: 5px;
  left: 0px;
  overflow: hidden;
  height: 90px;
  width: 100%;
  text-align: center;
}

.tipo_over_img
{
  font-size: 16px;
}

.detalhes_over_img
{
  display: flex;
  justify-content: center;
  grid-column-gap: 5px;
  flex-wrap: nowrap;
  overflow: hidden;
}


.box_detalhes_over_img
{
  width: 80px;
  height: 30px;
  text-align: center;
  margin-top: 2px;
}

.number_detalhes_over_img
{
  font-size: 10px;
}

.valor_over_img
{
  font-size: 26px;
}

.bg_initial_over_footer
{
  width: 100%;
  margin-top: auto;
  box-shadow:rgba(150, 150, 150, 0.8) 0px 0px 20px 0px;
}

.bg_initial_over_footer img
{
  width: 100%;
}


.contato_flex
{
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 20px;
  width: 100%;
  max-width: 1248px;
  margin: auto;
}

.contato
{
  width: 100%;
  max-width: 360px;
  text-align: center;
  margin: auto;
}

.contato_titulo
{
  width: 100%;
  margin: auto;
  text-transform: uppercase;
  text-align: center;
  font-size: 20px;
}

.contato_whats, .contato_numero
{
  width: 100%;
  margin: auto;
  text-transform: uppercase;
  text-align: center;
  font-size: 18px;
}

.destaque
{
  color: #bba993;
}

.footer
{
/*  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  grid-gap: 10px;
*/  width: 100%;
  background: #000;
  text-align: center;
  margin-top: 150px;
  overflow: hidden;
}

.dados
{
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  column-gap: 10px;
  width: 100%;
  max-width: 900px;
  overflow: hidden;
  margin: auto;
  margin-top: 10px;
  margin-bottom: 10px;
}

.dados_box
{
  position: relative;
  width: 175px;
  height: 80px;
  line-height: 80px;
  border-radius: 4px;
  overflow: hidden;
  background: #f60;
  box-shadow: 2px 2px 6px rgb(255 255 255 / 25%);
  border: #fff solid 1px;
}

.dados_box_logo
{
  width: 30px;
  height: 80px;
  line-height: 80px;
  overflow: hidden;
}

.dados_box_desc
{
  width: 145px;
  height: 80px;
  line-height: 80px;
  background: #fff;
  font-size: 12px;
}

.box_esquerda
{
  position: absolute;
  left: 0px;
  top: 0px;
}

.box_direita
{
  position: absolute;
  right: 0px;
  top: 0px;
}

.dados_box_logo_div
{
/*  overflow-wrap: break-word;*/
/*  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
   -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
*/}

/*.whatsapp, .creci_footer, .face, .insta
{
  width: 300px;
  height: 120px;
  line-height: 120px;
  text-align: center;
  margin: 5px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.08);
}

.title_app, .title_app_tel, .title_creci
{
  width: 100%;
  height: 40px;
  line-height: 40px;
  color: #000;
  margin: 2px;
  transition: all .3s ease-in-out;
  -webkit-transition: -webkit-transform .3s ease;
}

.title_app
{
  font-size: 14px;
}

.title_app:hover
{
  color: #fff;
}

.title_app_tel, .title_creci_numero
{
  font-size: 22px;
  font-weight: bold;
  color: #fff;
}

.title_app_tel a, .title_creci_numero a
{
  font-size: 22px;
  font-weight: bold;
  color: #fff;
}*/

.whatsapp_inicial
{
    width: 90px;
    height: 90px;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    margin: auto;
}


.float
{
    right: 25px;
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 1000;
}

.my-float
{
  margin-top:16px;
}

.my-float img
{
  width: 100%;
  height: 100%;
}

.sistema_busca
{
  max-width: 900px;
  min-width: 360px;
  margin: auto;
  padding: 10px;
/*  box-shadow: rgba(255, 255, 255, 0.15) 0px 2px 5px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;*/
}

.sistema_busca_box
{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  grid-gap: 10px;

}

.sistema_busca_bts
{
  width: 250px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 4px;
  border: #d8d8d8 solid 1px;
  background: #000;
  color: #fff;
  transition: all .3s ease-in-out;
  -webkit-transition: -webkit-transform .3s ease;
  font-size: 18px;
  letter-spacing: 1.2px;
  box-shadow: rgba(255, 255, 255, 0.5) 0px 2px 5px 0px, rgba(0, 0, 0, 0.5) 0px 1px 1px 0px;
}

.sistema_busca_bts:hover
{
  cursor: pointer;
}

.sistema_busca_button
{
  width: 250px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  border-radius: 4px;
  background: #f60;
  color: #fff;
  transition: all .3s ease-in-out;
  -webkit-transition: -webkit-transform .3s ease;
  margin: auto;
  cursor: pointer;
}

.sistema_busca_button:hover
{
  cursor: pointer;
}

.sistema_busca_button button
{
  width: 100%;
  height: 100%;
  background: transparent;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}

.sistema_busca_button button:hover
{
  cursor: pointer;
}

.sistema_busca_title
{
  width: 100%;
  padding: 10px;
  text-align: center;
  color: #000;
  /*text-shadow: 1px 1px 2px #000;*/
}

.sistema_busca_campos_input
{
  width: 100%;
  height: 50px;
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
  box-shadow: rgba(255, 255, 255, 0.5) 0px 2px 5px 0px, rgba(0, 0, 0, 0.5) 0px 1px 1px 0px;
}

.sistema_busca_campos_input input
{
  width: 100%;
  height: 38px;
  padding: 7px;
  background: transparent;
  font-size: 18px;
}

.sistema_busca_campos_select
{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  grid-gap: 20px;
  width: 100%;
  min-height: 50px;
  border-radius: 4px;
  overflow: hidden;
  margin: auto;
}

.estructure
{
  width: 240px;
  background: #fff;
  box-shadow: rgba(255, 255, 255, 0.5) 0px 2px 5px 0px, rgba(0, 0, 0, 0.5) 0px 1px 1px 0px;
  border-radius: 4px;
}

.sistema_busca_campos_select .estructure select
{
  width: 100%;
  min-height: 38px;
  padding: 7px;
  background: transparent;
  font-size: 18px;
}

.sistema_busca_opcoes
{
  width: 100%;
  min-height: 50px;
  border-radius: 4px;
  overflow: hidden;
  margin: auto;
}

.box_flex
{
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  grid-gap: 2px;
  width: 100%;
  min-height: 20px;
  border-radius: 4px;
  overflow: hidden;
  margin: auto;
}

.domitorios
{
  width: 30px;
  text-align: center;
  padding: 2px;
  background: #f5f5f5;
  cursor: pointer;
}

.domitorios:hover
{
  cursor: pointer;
}

.title_dormintorios
{
  width: 100%;
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
  color: #000;
 /* text-shadow: 1px 1px 2px #000;*/
}

.bt_sn_title_checked
{
  background: #708090;
  color: #fff;
}

.bt_sn
{
  width: 100%;
  margin: auto;
  text-align: center;
}

.bt_sn_title
{
  display: inline-block;
  width: 150px;
  height: 60px;
  line-height: 20px;
  padding: 20px;
  cursor: pointer;
}

.desenvolvedores
{
  color: #fff;
  font-size: 14px;
}

.desenvolvedores a
{
  color: #fff;
}

/*==========================================galeria*/

.border_left
{
  border-left: #000 solid 1px;
}

.border_right
{
  border-right: #000 solid 1px;
}

.radius_left
{
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.radius_right
{
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.centraliza
{
  text-align: center;
}

.m_top5
{
  margin-top: 5px;
}

.m_top7
{
  margin-top: 7px;
}

.m_top10
{
  margin-top: 10px;
}

.m_top15
{
  margin-top: 15px;
}

.m_top20
{
  margin-top: 20px;
}

.m_top25
{
  margin-top: 25px;
}

.m_top50
{
  margin-top: 50px;
}

.m_bottom5
{
  margin-bottom: 5px;
}

.m_bottom7
{
  margin-bottom: 7px;
}

.m_bottom10
{
  margin-bottom: 10px;
}

.m_bottom15
{
  margin-bottom: 15px;
}

.m_bottom20
{
  margin-bottom: 20px;
}

.m_bottom25
{
  margin-bottom: 25px;
}

.m_bottom30
{
  margin-bottom: 30px;
}

.m_bottom35
{
  margin-bottom: 35px;
}

.m_bottom40
{
  margin-bottom: 40px;
}

.m_bottom45
{
  margin-bottom: 45px;
}

.m_bottom50
{
  margin-bottom: 50px;
}

.font_size10
{
  font-size: 10px;
}

.text_upper
{
  text-transform: uppercase;
}

.color_white
{
  color: #fff;
}

.color_red
{
  color: #f00;
}

.largura_100
{
  width: 100%;
}

.corne_aredondado
{
  border-radius: 5px;
}

.position_absolute
{
  position: absolute;
  z-index: 1;
}

.position_top_left
{
  top: 0px;
  left: 0px;
}

.margin_auto
{
  margin: auto;
}

.hidden
{
  display: none;
}

.noscrolly
{
  overflow-y: hidden;
}

/* Works on Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: #dedede #f5f5f5;
}

/* Works on Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 10px;
}

*::-webkit-scrollbar-track {
  background: #f5f5f5;
}

*::-webkit-scrollbar-thumb {
  background-color: #dedede;
  border-radius: 20px;
  border: 0px solid #000;
}

*::-webkit-scrollbar-button
{

}

.bold
{
  font-weight: bold;
}
