
*{
    box-sizing: border-box;   
    margin: 0;   
    padding: 0;
  
}
h1,h2,h3,h4,h5,h6,strong{
    font-weight: 600 !important;
}
html {
      scroll-behavior: smooth;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  height: 100%;
}
body {   
         min-height: 100vh;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
      font-size: 16px;    
        font-family: "Poppins", Arial, Helvetica, sans-serif;  
           color: #000000;
    line-height: 1.6;    
      letter-spacing: normal !important;          
          background:linear-gradient(to right, #fff,#ffffff);  
  }
img{   
    object-fit: cover; 
    object-position: center;    
  filter: brightness(1.02) contrast(1.03);
    max-width: 100%;    
  display: block;
box-shadow: inset 0 0 10px 0 #00000006;
}
.sobree{
    padding: 6vw 0;
}
.wtt img{
    position: fixed;
    bottom: 0;
    right: 0;
    width: 6vw;
     transition: transform 0.4s ease;
}
.wtt img:hover {
 transform: scale(1.1);
}
    video{
        
             
        width: 100%;
        max-width: 100%;
        height: 20vw;
        max-height: 20vw;
        filter: brightness(1.02) contrast(1.03);
      outline: none;
    }      
   
    .login h2{
        width: 100%;
        text-align: left;
        font-size: 2.6rem;
    }
    .hide-line {
        display: none;        
    }
    .login{
        width: 100%;
        height: 100vh;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        
    }
    
    .avali h5{
        font-size: 2.5rem;
    }
    .avali {
        width: 100%;
        max-width: 100%;       
        display: flex;
         align-items: center;
        justify-content: center;
        flex-direction: column;
        background: linear-gradient(to right, #f3f3f3, #ececec);
        padding: 3vw;
        margin-top: 3vw;
    }
    .avali2{
        width: 100%;
        max-width: 100%;
        flex-wrap: wrap;
        display: flex;
        align-items: center;
        justify-content: center; 
        padding: 1.6vw;
    }
    .avali img{
        width: 100%;
        max-width: 100%;
        width: auto !important;
        height: auto!important;
        margin: 1vw;
        
        
    }
    .login form{
        display: flex;
        flex-direction: column;    
        justify-content: center;
        
    }
    .login input{
        width: 20vw;
        height: 6vh;
        padding: 6px;
        border-radius: 0.3vw;
        border: solid 1px #00000026;  
        font-size: 1.3rem;      
    }
    .login button{
        border-radius: 0.3vw;
        border: solid 1px #00000006;
        color: #ffffff;
        margin-top: 1vw;
        width: 100%;
        height: 6vh;
        padding: 6px;
        box-shadow: 0px 0px 1px #00000016;
        background-color: #000000;
    }  
    .cta-imobiliaria {
  background: linear-gradient(135deg, #004aad, #0077ff);
  color: white;
  padding: 110px 20px;
  text-align: center; 
  box-shadow: 0 2px 20px rgba(0,0,0,0.2);
}

.cta-imobiliaria .cta-container {
  max-width: 100%;
     display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.cta-imobiliaria h2 {
  font-size: 2.5rem;
  margin-bottom: 20px;
  font-weight: bold;
}

.cta-imobiliaria p {
  font-size: 1.2rem;
  margin-bottom: 30px;
  line-height: 1.6;
}

.cta-button {
    width: 30vw; 
  background-color: #fff;
  color: #004aad;
  padding: 25px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1rem;
  transition: 0.3s ease;
  box-shadow: 0 4px 15px rgba(0,0,0,0.2);  
}     
.cta-button:hover {
  background-color: #e6e6e6;
  color: #003a8c;
   transform: scale(1.1);
}  
.slideshow-container {
    position: relative;
    width: 100%; 
    max-width: 100%; 
    margin: auto;
    overflow: hidden;    
    border-radius: 0.6vw;
}
.slides {
    display: none;
}
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: #fff;
    font-weight: 600;
    font-size: 1.3rem;
    transition: 0.6s ease;
    border-radius: 0.3vw;
    background-color: rgba(0, 0, 0, 0.5); 
    z-index: 1;
}
.prev {
    left: 0;
}
.next {
    right: 0;
}
.prev:hover, .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}
.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}
@-webkit-keyframes fade {
    from {opacity: .4} 
    to {opacity: 1}
}
@keyframes fade {
    from {opacity: .4} 
    to {opacity: 1}
}
.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 1vw;
    display: inline-block;
    transition: background-color 0.6s ease;
}
.active, .dot:hover {
    background-color: #717171;
}
.calculator h2{
    font-size: 2rem;
}
.h1xpes{
    margin-top: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.info_conteudo:hover {
    transform: scale(1.02);   
}
.info_conteudo2:hover {
    transform: scale(1.02);   
}
.imov_post:hover {
    transform: scale(1.01);    
}
.calculator h2{
    font-size: 2.3rem;
}
.calculator input[type=number]{
    border-radius: 10px;
    border: solid 1px #00000010;
}
.calculator { min-width: 90%;width: 90%;  max-width: 90%; margin: 3vw; padding: 1vw; box-shadow: 0px 1px 20px 0px #00000010; border-radius: 6px; display: flex; flex-direction: column;  align-items: center; justify-content: center;background-color: #fff; border: solid 1px #00000008;}
label { display: block; margin: 10px 0 5px; }
.calculator input { min-width: 26%; padding: 6px; margin-bottom: 10px;  padding: 16px;}

.calculator button {min-width:20%; height: 6vh; padding: 10px; background-color: #28a745; color: #000; border: none; border-radius: 6px; cursor: pointer; }
.memem{
    width: 100%; 
    max-width: 100%;
    text-align: right;
   text-decoration: underline;
    background-color: #f8f8f8;    
    padding: 0.5vw 3vw;   
}
.memem a{
    color: #000;
    margin: 0 1vw;
    font-size: 1rem;
}
.meme{
    width: 100%; 
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding: 0.5vw 0;
  
}
header{
    width: 100%; 
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    
    background: linear-gradient(#fff, #ffffff);  
    height: auto; 
    position: fixed;
    z-index: 8000;
    top: 0;
    left: 0;
    right: 0;  
    box-shadow: 0px 2px 20px 0px #00000010;   
   padding: 0;
}
.newlater{   
    margin: 0;
    padding: 0;
}
.newlater form h3{
    font-size: 1.6rem;
}
.newlater input{
    margin: 0;
    padding: 0.8vw;
    font-size: 1rem;
    width: 100%;
    border-radius: 0.2vw;
    border: solid 1px #00000016;
}
.newlater input[name='submit']{
    margin: 0;
    padding: 16px;
    width: 100%;
    background-color: #000000;
    color: #ffffff;
    font-size: 1.2rem;
}
.an{
    display: flex;
    justify-content: center;
    flex-direction: column;
    background-color: #fff; 
}
.menumen p{
    color: #000000;
    padding: 0.5vw 1vw;
    background-color: #e6e6e6;
    margin-bottom: 0.3vw;
    box-shadow: 0 0 1px #00000036    
}
.cadastro_imo2{
    width: 100%;
      display: flex;
  justify-content: center;
  align-items: center;
      height: 100vh;  
  }
.echo{
    width: 100%;
text-align: center;
    color: red;
  font-size: 30px;
 margin-top: 100px;
}
.cont_ve{ 
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    min-height: 100vh;
    padding: 0 6vw;
  
}
.cont_ve img{
    width: 15vw !important;
    max-width: 15vw !important;
text-align: left;
    min-width: 15vw !important;

    height: 10vw !important;   
    
          
}
.echo2{
    margin-top: 100px;
    width: 100%;
    text-align: center;
    color: greenyellow; 
    font-size: 30px;
}
.count_destaque{
       text-align: center;  
    display: flex;
    justify-content: center;
    justify-content: center;
    align-items: center;
    font-size: 1.6rem;
    padding: 11vh 0; 
    background: linear-gradient(to right, #f3f3f3, #ececec);
    min-width: 100%;
    border-radius: 0.3vw;
    margin: 3vw 0;
}
.count_destaque p {   
    margin-right: 50px; 
    font-weight: 600;
    font-size: 3rem;  
}
.count_destaque h2{
    color: #6fff36;     
    margin-right: 1vw; 
    font-size: 5rem;  
     text-shadow: 0 1px 2px #0000002d; 
}
.h1x span{
    color: #6fff36;   
}
.desk_h1{
    font-family: "Protest Riot";
    font-weight: normal;
    font-style: normal;
}
header h2 {
        font-family: "Protest Riot";
        font-weight: normal;
        font-style: normal;      
        font-size: 1.6rem;
             }
nav li a{
    text-decoration: none;
    color:#000;
    font-size: 1rem;      
    font-weight: 600;
} 
nav ul {
    display: flex;
    align-items: center;
    justify-content: center;  
}
footer img{
    width: 6vw;
    max-width: 6vw;
    height: 2vw;
    
    
}
nav li {
padding: 20px; 
list-style: none; 
}
section{  
    width: 100%;
    max-width: 100%;        
    display: flex;  
    justify-content: center;
    flex-direction: column;       

}
section img{
    width:100%; 
    max-width: 100%;  
    height: 100vh; 
    
        
}
section a{
 
    color: #fff;  
 
}
.pagina_cont ul{
    padding: 0 1.6vw;
}
.pagina_cont ol{
    padding: 0 1.6vw;
}
.infdes h2{
    font-size: 1.6rem; 
    background: linear-gradient(to right, #7cc509, #609709);
    margin: 0;
    padding: 10px;   
    text-shadow: 0px 1px 1px #000000;
    box-shadow: 0px -1px 20px 0px #000000;   
}
.infdes{   
        
       font-size: 3rem;    
    display: flex;
    flex-direction: column;    
    color: #fff;   
    text-align: center; 
}
.desc{
    width: 100%;
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-left: 3vw;
}
#slide {
    width: 100%;
    max-width: 100%;
    margin: auto;
    position: relative;
}

#slide img {
    width: 100%;
    height: 100vh;
    display: none;
}

#slide img.active {
    display: block;
}


.contdesc {  
    font-weight: 600;
    width: 100%; 
    max-width: 100%; 
    display: flex;
    justify-content: center;
    align-items: center;
    
    position:absolute;
    top: 13vw;
    left: 0;  
    z-index: 6000;        
}
.desc h1{     
     width: 100%; 
    text-align: left;     
    font-size: 3.6rem;   
    text-shadow: 0px 1px 3px #000000;  
    line-height: 1.6; 
    font-weight:600;
    margin: 0;
    color: #fff;
    padding: 0;
}
.desc p{    
    width: 100%; 
    text-align: left;     
    font-size: 3.6rem;    
    text-shadow: 0px 1px 3px #000000;  
    line-height: 1.6; 
    font-weight:600;
text-decoration: none;
color: #ffffff;
margin: 0;
padding: 0;
}
.pesquisa{
    display: flex;  
    justify-content: center; 
    align-items: center;
    margin: 0;
    padding: 0;        
}
.pespes{
    width: 90%;
    max-width: 90%;
    background-color: #fff;   
    height: 10vh;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2px;
    box-shadow: 0 2px 20px 0 #00000016;
}
.pesquisa button{
  color:#fff;
  font-weight: 500;   
  background-color: #000; 
  height: 2.9vw;
 width: 9vw;
  margin: 0;
  padding: 0;
  border-radius: 6px;
  cursor: pointer;
  box-shadow: 0 0 6px  #00000006;
  border: solid 1px #00000010;
  margin: 0 0.1vw;
  font-size: 1.1rem; 
    }  
 .pesquisa form{
    display: flex;
    align-items: center;
    justify-content: center;
    
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    padding: 6px;
 }    
 .pesquisa select[name=tipo]{ 
    padding: 10px;
    width: 6vw;
    height: 2.9vw;
    border-radius: 6px;
       box-shadow: 0 1px 10px  #00000006;
    border: solid 1px #00000016;
    margin: 0 0.1vw;
    font-size: 1rem;    
 }
 .pesquisa select[name=tipo2]{ 
    padding: 10px;
    width: 6vw;
    height: 2.9vw;
    border-radius: 6px;
      box-shadow: 0 1px 10px  #00000006;
    border: solid 1px #00000016;
    margin: 0 0.1vw;
    font-size: 1rem;   
 }
 .pesquisa input[name=pesquisa]{
    width: 16vw;
    font-size: 1rem;  
    height: 2.9vw;
    border-radius: 6px;
    cursor: pointer;         
    margin: 0;
    padding: 10px;   
    box-shadow: 0 1px 10px  #00000006;
    border: solid 1px #00000016;
    margin: 0 0.1vw;
}
.pespes option{
    font-size: 1rem; 
}
 option{
    font-size: 1rem; 
   
  }
  .blog li {
    line-height: 3.9;
    color: #333;
}
.modal {
    display: flex; 
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 1; 
    padding-top: 2vw;
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4); 
  }  
  .modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;   
    width: 80%;
  }   
  .close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: 600;
  }  
  .close:hover,
  .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
  } 
input[name=condominio]{
    width: 5vw;
    height: 3vh; 
    border: solid 1px #00000036;
    border-radius: 0.2vw;
    padding: 0.6vw;
margin-left: 0.3vw;
}
input[name=endereco]{
    width: 30vw;
    height: 3.9vh;
    font-size: 1rem;
    border: solid 1px #00000036;
    border-radius: 0.2vw;
    padding: 0.6vw;
margin-left: 0.3vw;
}
input[name=iptu]{
    width: 6vw;
    height: 3vh;  
    border: solid 1px #00000036;
    border-radius: 0.2vw;
    padding: 0.6vw;
margin-left: 0.3vw;
}
.contato{
  
    display: flex;
 justify-content: center; 
 

}
.cca{
  
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.cct{
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;   
    border-radius: 1vw;
    box-shadow: 0 0 3px #00000036;
    margin-bottom: 6vw; 
}
.contato_c{
    display: flex;
     justify-content: center; 
     align-items: center;
    
    flex-direction: column;
    padding: 3vw;  
}
.contato_c h1{
    font-size:3rem;
    line-height: 1.6;  
}
.contato_c p{    
    font-size:1.6rem;   
    line-height: 2.6;
    padding: 2vw 0;
}
.cont_te{
   padding: 0 20vw;     
  }
.cont_te img{
    min-width: 100%;
    height: 50vh;  
    
             
}
.cont_te h1{
    margin: 1vw 0;
    font-size: 3rem;    
    line-height: 1.5;   
}
.cont_te h2{
    font-size: 2.6rem; 
    line-height: 1.5;
    padding: 3vw 0;        
 }
 .cont_te h3{
    font-size: 2.5rem;
    padding: 3vw 0;
    line-height: 1.5;      
 }
 .cont_te h4{
    font-size: 2.4rem;
    padding: 3vw 0; 
    line-height: 1.5;    
 }
 .cont_te p{
    width: 100%;
    font-size: 1.1rem;
    line-height: 2.6;   
 }
 .cont_te ul{
    font-size: 1.1rem;
    line-height: 2.6; 
    margin: 0 3vw;
 }
 .cont_te ol{
    font-size: 1.1rem;
    line-height: 2.6; 
    margin: 0 3vw;
 }
 .cont_te li{
    font-size: 1.1rem;
    line-height: 2.6; 
 }
 .contato_x{
    margin-top: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    
    justify-content: center;
 }
 .contato_x h1{
    font-size: 3.5rem;
 }
 .contato_x p{
    font-size: 1.3rem;
    width: 29vw;
    line-height: 2;
 }
.resultado_pesquisa{     
    border-radius: 10px;
    background-color: #fff;    
    font-size: 17px;
    margin: 0;
    padding: 0;  
}
.ppai{
    width: 100%;
    height: 100vh;
    flex-wrap: wrap;
    flex-direction: column;   
    display: flex;
    justify-content: center;
    align-items: center;
}
.pc{
    margin: 10px 0;
    width: 30vw;
    height: 10vh;
    background-color:black;    
    border-radius: 0.2vw;
    color: #fff;
}
.pc h1{
    display: flex;
    align-items: center;
    justify-content: center;
    
    font-size: 25px;
    color:rgb(116, 209, 116);  
    height: 100%;  
}
.pc h2{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    color: rgb(81, 83, 207);
    height: 100%;    
}
.pc h3{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    color: rgb(226, 222, 13);    
}
.pc h4{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    color: rgb(13, 194, 226);   
}
.ppai a{
    text-decoration: none;
    color: #000;
}
.design_pesquisa{
    display: flex;
    justify-content: center;
    flex-direction: column;   
}
.design_pesquisa img{
    width: 5vw;
    height: 10vh;
    padding: 6px;
    
    
}
.design_pesquisa p{      
    padding: 10px; 
    text-decoration: underline;
    width: 70%; 
    max-width: 70%;    
}
.design_pesquisa p:hover{
       background-color: rgba(175, 210, 255, 0.548);     
}
.design_pesquisa a{
    text-decoration: none;
    color: #000000;
    padding: 6px;   
}
.painel input[name=titulo] {
    width: 30vw;
height: 5vh;
font-size: 1rem;
border: solid 1px #00000036;
border-radius: 0.2vw;
padding: 0.6vw;
}
.painel input[name=desc_imo] {
    width: 300px;
height: 200px;
font-size: 1rem;
border: solid 1px #00000036;
border-radius: 0.2vw;
padding: 0.6vw;
}
.painel input[type=number] {
    width: 5vw;
height: 3vh;
border: solid 1px #00000036;
border-radius: 0.2vw;
padding: 0.6vw;
}
.painel input[type=submit] {
    max-width: 100%;
    width: 30vw;
height: 60px;
margin-top: 3vw;
border: 0px;
border: solid 1px #00000036;
border-radius: 0.2vw;
background-color: #000;
color: #fff;
font-size: 1.2rem;
}
.painel2 input[type=submit] {
    max-width: 100%;
    width: 30vw;
height: 60px;
margin-top: 50px;
border: 0px;
border: solid 1px #00000036;
border-radius: 0.2vw;
}
.painel p{
    margin: 0.5vw 0;
}
input[name=preco] {
    width: 16vw;
height: 40px;
font-size: 1rem;
border: solid 1px #00000036;
border-radius: 0.2vw;
padding: 0.6vw;
margin-left: 0.3vw;
}
input[name=browser] {
    width: 16vw;
height: 40px;
font-size: 1rem;
border: solid 1px #00000036;
border-radius: 0.2vw;
padding: 0.6vw;
}
input[name=m2] {
    width: 3vw;
    height: 3vh;
    font-size: 1rem;
border: solid 1px #00000036;
border-radius: 0.2vw;
padding: 0.6vw;
margin-left: 0.3vw;
}
.painel{
    width: 100%;
    padding: 0 6vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 1rem;
}
.painel h1{
    color: #fff;
    font-size: 2rem;
    margin: 1vw 0;   
}
.cont_ve h1{
    color: #fff;
    font-size: 2rem;
    margin: 1vw 0;     
}
.tt3c{
    background-color: #ececec;
    padding: 1.6vw;
    border-radius: 0.5vw;
    margin-bottom: 1vw;
    box-shadow: 0 0 1px #00000016;
    border: solid 1px #00000016;    
}
.menumen a{
    text-decoration: none;
color:#000000;
display: flex;
justify-content: center;
align-items: center;
}
.cadastro_imo{
    display: flex;
    margin-top: 4.3vw;
    margin-left: 11vw;
     
    }
    .menumen {
        position: fixed;
        left: 0;
        width: 16vw; 
         max-width: 16vw; 
        z-index: 110000;
        min-width: 16vw;         
        min-height: 100vh;
       
    }
    /* Botões principais */
    .menu-button {
        background-color: #333;
        color: #fff;
        padding: 10px 20px;
        font-size: 16px;
        cursor: pointer;
        border: none;
        text-align: left;
        width: 100%;
    }
    .menu-button:hover {
        background-color: #555;
    }
    /* Links das opções */
    .menu-options {
        display: none;
        background-color: #f9f9f9;
        box-shadow: 0px 8px 1px rgba(0, 0, 0, 0.2);
        margin: 0;
        padding: 0;
    }
    .menu-options a {
        display: block;
        text-decoration: none;
        color: #000;
        padding: 0.3vw;
    }
    .menu-options a:hover {
        background-color: #ddd;
    }
.maisimo{   
    display: flex;
    
    justify-content: center;
    margin: 50px 0;
}
.maisimo button{
    width: 30vw;
    color: #ffffff;
    background-color: #000000fa;
    font-size: 1.2rem;  
    height: 6vh;
    border: none;
    border-radius: 10px; 
    cursor: pointer;  
}
.maisimo a{    
    color: #000;
    text-decoration: none;    
}
#imoveis{   
    width: 100%; 
    max-width: 100%;
    min-width: 100%;
display: flex;
gap: 1vw;
padding: 1vw;

justify-content: center;
align-items: center;
flex-wrap: wrap;
}
.cadastro{  
    width: 100%;
    max-width: 100%;
    display: flex;
    justify-content: center;
    
    flex-direction: column;
    padding: 0;    
    height: 55vh;
    text-align: center;
    background-color: rgb(0, 0, 0);
    color: #fff;
    margin-bottom: 60px;   
}
.cadastro h2{
   padding: 20px;
  font-size: 5rem;
  margin: 0;  
}
.cadastro button{
   width: 300px;
   height: 60px;
   background-color: #fff; 
   color: #000;
   border: solid 1px rgba(128, 128, 128, 0.205);
   box-shadow: 0 0 5px  rgba(0, 0, 0, 0.089); 
   font-size: 25px;
   margin-top: 50px;
   border-radius: 5px;
   cursor: pointer;
   font-weight: bold;
}
.titulo{
    display: flex;
    justify-content: center;
    align-items: center;    
}
.titulo  a{
    font-size: 1.6rem;
    color: #000000;
    margin: 0;
    padding: 3vw;
    text-align: center;
    }
.titulo h2{  
    font-size: 2.5rem;
}
.info_cont{ 
    display: flex;
justify-content: center;
align-items: center;
}
.info_cont a {
    color: #000000;
    text-decoration: none;    
}
#eror_404 h1 {
    color: red;   
}
#eror_404{
    text-align: center;
    font-size: 30px;
 display: flex;
 flex-direction: column;
 justify-content: center;
 align-items: center;
    height: 100vh;
}
#eror_404 button{
    width: 250px;
    height: 60px;
    color: #fff;
    background-color: #000;
    border: none;
    margin-top: 50px;
    font-size: 20px;
    cursor: pointer;
}
#eror_404 p{
    font-size: 40px;
}
#selectedImages img{
    width: 200px;
    height: 200px;    
    
       
}
.painel img{
    width: 200px;
    height: 200px;  
    
         
}
.pt{
    margin-top: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 60px;       
}
.pt p {
   width: 60%;
    line-height:3;
}
.info_conteudo{
    display: flex;    
    align-items: center;    
    display: flex;
   width: 50%;
 
   background:linear-gradient(to right,#fbfbff,#fcfcff); 
      box-shadow: 2px 2px 10px 1px #00000017;
    border-radius: 10px; 
    
}
.info_conteudo2{
    display: flex;    
    align-items: center;    
    display: flex;
    width: 50%;
     
   background:linear-gradient(to right,#fbfbff,#fcfcff); 
    box-shadow: 2px 2px 10px 1px #00000017;
    border-radius: 0.6vw;    
}
.info_conteudo2 span{
    color:#8f7cfd;
    font-weight: 600;
    text-shadow: 0 1px 2px #00000006;
    font-size: 1rem;
    margin: 0;
    padding: 0;
}
.pagin{
     display: flex; 
     align-items: center;    
    margin-top: 15vh;
    padding: 20px;
}
.pagin a{
    color: #000000;
    margin: 0 0.5vw;  
}
.info_img img{  
    width: 18vw;
    min-width: 18vw;
    max-width: 18vw;
    min-height: 30vh;
    max-height: 30vh;
    height: 30vh;
    margin: 0;
    padding: 0; 
    border-top-left-radius: 0.6vw; 
    border-bottom-left-radius: 0.6vw;   
    
              
}
.ccrs{
    background:linear-gradient(to right,#5e48ac,#6951be);
}
.info_icont{
    width: 100%;
    display: flex;
    flex-direction: column; 
    margin: 0;
    padding: 0;
   padding: 0 1vw;    
}
.login, .cadastro_imo2{
    background-image: url('img/icon/bpppp.jpeg');
  background-size: cover; /* Faz a imagem cobrir toda a tela */
  background-repeat: no-repeat; /* Impede que a imagem se repita */
  background-position: center; /* Centraliza a imagem */
}
.info_icont h2 {
    font-weight: 500;
  font-size: 1.4rem;  
  margin-bottom: 0.1vw; 
  line-height: 1.6;     
}
.info_icont h3 {
    font-weight: 500;
    font-size: 1.2rem;   
    line-height: 1.6;     
}
.info_icont p {
    margin: 0.1vw 0;
    font-size: 1rem;   
    line-height: 1.6;   
}
.login{    
    display: flex;
    align-items: center;
    flex-direction: column;    
}
.login-pai{   
height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center; 
}
.login-pai input[type="submit"] {
    width: 20vw;
height: 6vh;
font-size: 1.1rem;
background-color: rgba(0, 0, 0, 0.952);
border: 1px solid rgba(128, 128, 128, 0.425);
box-shadow: inset 0 0 5px  #00000007;
color: #fff;
margin: 5% 0;
padding: 0;
}
.login-pai input[type="email"] {
    width: 20vw;
height: 5vh;
font-size: 1.1rem;
border: 1px solid rgba(128, 128, 128, 0.425);
box-shadow: inset 0 0 5px  #00000007;
margin:0;
padding: 0;
}
.login-pai input[type="password"] {
    width: 20vw;
height: 5vh;
border-radius: 5px;
font-size: 1.1rem;
border: 1px solid rgba(128, 128, 128, 0.425);
box-shadow: inset 0 0 5px  #00000007;
margin:0;
padding: 0;
}
.login-pai p{
    font-size: 1.3rem;
 color: #000;
 margin: 1% 0;
 padding: 1% 0;
}
   
.imov_post{  
    width: 300px;
    max-width:300px ;
    min-width: 300px;
  border-radius: 0.6vw;
  box-shadow: 2px 2px 20px 1px #00000017;
  background-color: #fff;
   position: relative;
    overflow: hidden;
}

.nn{
    text-align: center;
    height: 100vh;
    font-size: 20px;
}
.cont_page{  
    width: 100%;
    max-width: 100%;   
    display: flex;    
    justify-content: center;
    flex-direction: column;  
      gap: 1vw;
    padding: 0;
    margin: 0;  
    margin-bottom: 1vw;   
}
.cont_page a{
    text-decoration: none;
    color: #000;
}
.filtro{
    padding: 20px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    justify-content: center; 
    font-size: 1.3rem; 
    background-color: #f8f8f8;
    margin: 30px 0; 
}
.filtro label{
    font-size: 1rem;
    padding: 10px;
}
.filtro select{
    display: flex;
    align-items: center;
    justify-content: center; 
    margin: 0px 1vw;
    padding: 0.5vw;
    border-radius: 0.6vw;   
    box-shadow: 0px 0px 6px #00000006;
 }
.filtro button{
    background-color: #000000;
    color: #fff;
    border: none;
 min-width: 6vw;
 padding: 0.5vw;
 margin: 0px 1vw;
    font-size: 0.6rem;
    border-radius: 0.6vw;        
}
.usuarios p{
    margin: 0;
    padding: 0;
}
.dele_usu{
    margin-left: 5px;
}
.cont_ve h6{
    font-size: 2rem;
    color: #fff;
    font-weight: bold;
    margin: 0 5px;
}
.cont_ve button{
    width:100px;
    height: 30px;
    background-color: #000;
    color: #fff;
    border-radius: 3px;
    border: solid 1px gray;
}

.cont_ve table{  
max-width: 100%;
width:100%;
    margin: 0;
    padding: 0;  
    border-collapse: collapse;
    border-spacing: 0 10px; /* 10px entre colunas, 0px entre linhas */
    border-collapse: separate; /* Necessário para que border-spacing funcione */
background-color: none !important;
}
.cont_ve tr{
   
    box-shadow: 0 1px 6px 0 #00000010;
    border-radius: 5PX;
    margin: 0;
    padding: 0; 
    text-align: center; 
}
.cont_ve th{
 background-color: #fff;
    margin: 1vw 0;
    padding: 0; 
    
}
.cont_ve td{
    background-color: #fff;
    padding: 1vw; 
      
 
}
.cont_ve p{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000;
    padding: 0px 16px !important;
    height: 50px;
    color: #fff;   
}
.deletar_venda{ 
   width: 100%;
   display: flex;
   justify-content: center;
  
    min-height: 100vh;
    display: flex;    
   margin-top: 4.3vw; 
   border: solid 1px #00000016;
   border-radius: 0.6vw;
}
.usuarios{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff; 
}
.usuarios input[name=submit] {
    width: 100px;
height: 30px;
background-color: aquamarine;
box-shadow: inset 0 0 5px  #00000007;
}
.usuarios td{
    padding: 0px 20px;
}

.imov_post h2{ 
    font-weight: 500;
margin: 1vw 0;
margin-bottom: 0.1vw;
    padding: 0 0.6vw;  
    font-size: 1.1rem;   
    line-height: 1.6;  
}
.imov_post p{
    margin: 0;
    padding: 0 0.6vw;
    font-size: 1rem; 
font-weight: normal;
}
.imov_post img{  
    display: block;   
    max-width: 100%;
    width: 100%; 
    height: 20vh; 
    border-radius: 0;
    border-top-right-radius: 0.6vw;       
    border-top-left-radius: 0.6vw;           
}
.imov_post h3{   
    display: flex;
    align-items: center;    
    font-weight: 600;       
    font-size: 1.5rem;    
    padding: 9px;    
     width: 100%;
    position: absolute;   
    z-index: 1000;    
    background-color: #00000061;  
    color: #fff; 
   top: 14vh;
   left: 0;
    text-shadow: -1px 2px 3px #00000016;    
   }
   .imov_postdesc{
    height: 21vh
 
}
hr{
  display: none;
   
}
.hr2{
    width: 70%;
}
.visita{
    margin: 0px;
    padding: 0px;
    margin-bottom: 50px;
}
.imov_post a{
    text-decoration: none;
color:#000000;
padding: 0;
}
.hero-imobiliaria {
  background: linear-gradient(135deg, #000000, #0c0c0c);
  color: white;
  padding: 100px 20px 80px;
  text-align: center;
}

.hero-imobiliaria .hero-content {
  max-width: 1000px;
  margin: 0 auto;
}

.hero-imobiliaria h2 {
  font-size: 3rem;
  margin-bottom: 20px;
  font-weight: 800;
}

.hero-imobiliaria p {
  font-size: 1.3rem;
  margin-bottom: 30px;
  line-height: 1.6;
}

.hero-button {
  background-color: #25D366;
  color: #fff;
  padding: 15px 40px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1rem;
  transition: 0.3s ease;
  display: inline-block;
  box-shadow: 0 4px 15px rgba(0,0,0,0.2);
  text-shadow: 0 1px 3px #000;   
      transition: transform 0.4s ease;
}

  
.hero-button:hover {
  background-color: #1ebc59;
  color: #fff;
  transform: scale(1.1);
}
footer p {
    text-align: center;
    color: #fff;
}
footer{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    min-width: 100%;
      background-color: #000000;  
   box-shadow: 0px -1px 5px  #00000015;    
}
.footer_cont{
    width: 100%;
    margin: 0;
    padding: 2.6vw 0; 
    display: flex;
    align-items: center;
    justify-content: center; 
 
}
.footer_cont p a{
        color: #fff;
}
.footer_cont p{
    color: #fff;
font-size: 1rem;
 margin: 0 0.5vw;
    text-align: center;    
}
pre {
    white-space: pre-wrap; 
    word-wrap: break-word; 
    overflow-wrap: break-word; 
  }

.imov_post button{
    width: 100%;
    max-width: 100%;
    height: 6vh;
    border: solid 1px #000;
    font-size: 1.1rem;
    background: #000000;  
    border-bottom-right-radius: 0.6vw;
    border-bottom-left-radius: 0.6vw;
    color:#fff;
    cursor: pointer;
}
.h1x{
    width: 100%; 
    max-width:100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
       padding: 6px;
}

.filtro2 section{
    display: flex;
    justify-content: center;
    align-items: center;    
    padding: 20px;   
}
.filtro2 section p{  
    width: 48vw; 
    max-width:48vw;  
    font-size: 1.2rem;
    padding: 0;
    line-height: 2.5;
    color: #333;
    letter-spacing: normal;
    margin: 0;
  
}
.filtro2 section span{
    font-weight: 500;
    color: #000;
}
.tipo{
    display: flex;
}
.tipo p{
 padding: 0px 20px;
}
.pagina_cont{
    width: 35vw;    
    display: flex;    
 
    flex-direction: column;    
   border-radius: 1vw;        
   }
.pagina_cont h1{
    font-weight: 500;
   padding: 1vw 0;
 line-height: 1.6;
 font-size: 2.5rem;
}
.counter{
     display: flex;
    align-items: center;
    justify-content: center;
    
}
.pagina_cont h2{
    font-weight: 500;
  width: 100%;
  padding: 0;
  margin: 0; 
  font-size: 1.4rem; 
 }
 .clinf p{
    line-height: 1.6 !important;
    font-size: 1.03rem; 
 }
  .pagina_q1 p{
    line-height: 1.6 !important;
    font-size: 1rem !important;
 }
 .pagina_cont p{  
    font-size: 1.03rem; 
    line-height: 2.2;
    font-weight: normal;   
}
.pagina_cont li{
    font-size: 1.1rem;  
    line-height: 2.2;         
}
 .pagina_cont h3{
    font-weight: 500;
  width: 100%;
  padding: 1vw 0;
  line-height: 1.6;
  font-size: 1.3rem; 
 }
 .mapindex{  
    padding: 26px 0;
    width: 100%; 
    display: flex;
    justify-content: center;
    align-items: center;
}
.info_an h2 {
    font-size: 2.3rem;
    padding: 1vw 0;
    margin: 0;
    font-weight: 500;
}
.info_an{
    display: flex;
    justify-content: center;     
    flex-direction: column;
    background: linear-gradient(to right, #f4f4f4, #f8f8f8);   
    border-radius: 0.6vw;
    padding: 2.5vw;
    margin: 3vw 0;  
}
/* Estilização do Modal */
.modal {
    display: none; /* Oculto por padrão */
    position: fixed;
    z-index: 32000;
    left: 0;
    top: 0;
    max-width: 100%;
    width: 100%;   
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.8); /* Fundo escuro com transparência */
  }  
  /* Conteúdo do Modal */
  .modal-content {
    display: flex;    
    justify-content: center;
    flex-direction: column;
    background-color: #fff;
   height: 86%;
    padding: 20px;
    border-radius: 10px;
    width: 50%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-content p{
    width: 70%; 
    max-width: 70%;
  } 
  .close-modal h2 ,p, textarea{
    margin: 0.6vw 0;
  } 
  /* Botão de Fechar */
  .close-modal {
    width: 100%;
    text-align: right;
    color: #aaa;
    float: right;
    font-size: 2rem;
    font-weight: 600;
    margin-right: 3vw;
  }
  .modal form{
    display: flex;
  
    flex-direction: column;
    width: 100%;
    max-width: 100%;  
  }
  .modal input{
    width: 100%;
    max-width: 100%;
    height: 3vw;
    border-radius: 0.3vw;
    border: solid 1px #00000026;
  }
  .modal p{
    min-width: 100%;
    width: 100%;
  }
  .close-modal:hover,
  .close-modal:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
  }
  
.pagina_cont button{
    width: 100%;
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 55px;
    font-size: 1.3rem;
    font-weight: 600;
margin: 1vw 0px;
 background-color: rgba(143, 178, 231, 0.973);
 color: rgb(0, 0, 0);
 border: solid 1px #00000009;
cursor: pointer;
  }
  .pagina_cont button:hover {
    transform: scale(1.1);

  }
  .wtss a{
    font-weight: 600;
  }
  .wtss a:hover{
    transform: scale(1.1);
  }
  .pagina_cont  a{
    color: #fff;
    text-decoration: none;  
  }
.pagina_q1{
    display: flex;
    flex-direction: column;
   
    margin: 0;
   
    width: 100%; 
    
}
.clinf{
    max-width: 100%;
    width: 100%;
    display: flex;
    flex-direction: row;
}

.clinf img{
    width: 1.3vw;
    max-width:1.3vw;
    height: 1.3vw;
    margin-right: 1vw;
    
    
}
.cvc{
    color: #003392;
    font-size: 1.1rem !important;
    font-weight: 700 !important;
}
.clifc img{
    vertical-align: middle;
    object-position: center;
    border-radius: 60%;
    width: 3.3vw;
    max-width: 3.3vw;
    height: 3.3vw;
    margin: 1vw 0;
    filter: brightness(1.02) contrast(1.02);  
    box-shadow: 0 2px 2px #00000016;  
    
    
}
.pagina_q1 span{
    margin: 0 0.3vw;
}

.clinf span{
    margin-right: 1vw;
}
.visitabutton h4{
    width: 100%;
    max-width: 100%;
    font-size: 1.5rem;
    font-weight: 500;
}
.visitabutton p{
    width: 100%;
    text-align: left;
    margin: 1vw 0;
    display: flex;
    align-items: normal !important;
    font-size: 1rem !important;
    justify-content: left !important;
}
.visitabutton form{
    width: 100%;   
}
.visitabutton input{
    width: 100%; 
    min-width: 100%; 
    max-width: 100%;   
    height: 6vh;
    padding: 0 1vw;
    border-radius: 0.3vw;
  background-color: #ffffff;
    font-size: 0.8rem;     
    color: #333;
    border: solid 1px #00000006;
}
.visitabutton input[name=submit]{
    background-color: #000000;
    color: #ffffff;
    margin-top: 1vw;
}
.visitabutton{
    display: flex;
    justify-content: center;
    
    flex-direction: column;
    background: linear-gradient(to right, #e9e9e9, #efefef);
    padding: 2.2vw;
    margin: 1vw 0;
    border-radius: 0.5vw;
    font-size: 1.1rem;  
}
.wtss{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}
.wtss img{
    width: 3vw;
    max-width:3vw ;
    margin-right: 10px;
    
    
}
.visitabutton a{
    width: 100%;
    background-color: #000000;
    color: #fff;
    font-size: 1.3rem;
    padding: 15px;
    margin: 5px;
    border-radius: 5px;
    box-shadow: 0 0 3px  #00000011;
    
}
.wtss a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80%;
    max-width: 80%;
    background-color: #4dd823;
    color: #000000;
    font-size: 1.2rem;
    padding: 6px;
    font-weight: 600;
    margin: 5px 0;
    border-radius: 2px;
    box-shadow: 0 1px 2px  #00000011;
}
.wtss p{
    width: 100%;
    text-align: center;
}
.cke_notifications_area{
    display: none;
}
.pagina_fotos {  
    position: sticky !important;  
    top: 20vh;
    width: 41vw;
    height: 100vh;       
    box-shadow: none;  
    
     }
.pagina_fotos img {
    width: 100%; 
    height: 70vh;
   border-radius: 0.6vw;    
 
}
.pagina_pai{
    width: 100%;
    max-width: 100%;
    display: flex;
justify-content: center;
gap: 2vw;

padding: 0.6vw;
}
.desk_h1 a{ 
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #000000;
       text-shadow: none;
}
.desk_h1 a img{
    width: 3vw;
    max-width: 100%;
    box-shadow: none;
   
}
.desk_h1 span{   
    font-size: 13px;
    text-shadow: none;
}
.login h1{
    font-size: 50px;
    color: #000;
}
.painel2 input[name=email]{
    width: 500px;
    font-size: 20px;
    height: 50px;
    border: 1px solid gray;
    margin: 0px;
    padding: 0px; 
    box-shadow: inset 0 0 5px  #00000007;  
}
.painel2 p{
font-size: 1.1rem;
margin: 0.6vw 0;
}
.painel2 label{
    margin: 0.6vw 0;
}
.painel2 input[name=senha]{
    width: 500px;
    font-size: 20px;
    height: 50px; 
    border: 1px solid gray;
    margin: 0px;
    padding: 0px;  
    box-shadow: inset 0 0 5px  #00000007; 
}
.painel2 input[name=submit]{
    width: 100%;
    max-width: 100%;
    font-size: 1.3rem;
    height: 6vh;
    background-color: #000;
    color: #fff;
    border-radius: 0.1vw;     
}
.painel input[name=tipo] {
    width: 10vw;
    height: 3.9vh;
font-size: 1.1rem;
border: none;
border-radius: 0.2vw;
box-shadow: inset 0 0 2px  #00000066;
padding: 0.6vw;
margin-left: 0.3vw;
}
.novo_imovel{
        display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000000;
   color: #fff;  
 margin: 16px;
}
.novo_imovel form{
    display: flex;
    justify-content: center;
 
    flex-direction: column;
}
.novo_imovel input, select{
    margin-left: 0.5vw;
}
.novo_imovel h3{
    color: #fff;
    font-size: 2rem; 
    padding: 2vw 0;     
}
.novo_imovel h4{  
    display: flex; 
    align-items: center;     
     font-size: 1.1rem;
   margin: 0.3vw 0;
     padding: 0.1vw; 
   width: 100%;
    font-weight: normal;       
}
.novo_imovel p{  
    display: flex; 
    align-items: center;     
   font-size: 1.1rem;
    margin: 0.2vw;
    padding: 0;  
    color: #fff;       
}
.novo_imovel select{
     height: 3.3vh;
    width: 10vw;
    border: 0;
     border-radius:3px;
      font-size: 1rem;
}
.novo_imovel input[name=email] {
    width: 26vw;
    height: 3.3vh;
     border: 0;
     padding: 1vw;
  font-size: 1.1rem;
background-color: #ffffff;
border-radius:3px;

}
.novo_imovel input[name=tipo] {    
     height: 3.3vh;
    border-radius: 3px;
    margin: 0 0.5vw;
    padding: 0;
    border: none;
   font-size: 1.1rem;
}
.novo_imovel input[name=quartos] {   
    width: 3vw; 
    height: 2.5vh;
    border: none;
    border-radius:3px;
     font-size: 1.1rem;
}
.novo_imovel input[name=submit] {
    width:30vw;
    margin-top: 1vw;
  height: 5vh;
padding: 6px;
border: none;
font-size: 1.1rem; 
background-color: #fff; 
color: #000;
border: none;
border-radius:3px;

}
.recomen{
    min-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 2vw 0;
}
.painel select {
    width: 30%;
    border: solid 1px #00000036;
    padding: 0.6vw 0;
}
.recomen h4{
    width: 85%;
    max-width: 85%;
    display: flex;
    align-items: center;
  justify-content: left;
 font-weight: 600;
    font-size: 1.7rem;
    line-height: 3;   
    padding: 1vw 0;     
}
.recomen h5{
    width: 85%;
    max-width: 85%;
    display: flex;
    align-items: center;
  justify-content: left;
  font-weight: 600;
    font-size: 1.7rem; 
    line-height: 1.6;  
    padding: 1vw 0; 
}
 .blogbb{
        margin-top: 9vh;
      }
.blog{
    width: 100%;
    max-width: 100%;
  margin-top: 150px; 
    display: flex;
    justify-content: center;
    
    align-items: center;
    flex-direction: column;
}
.blog article {
    width: 50%;
    display: flex;
    justify-content: center;
    
    align-items: center;
    flex-direction: column;
}
.blog img{
    width: 56vw;
    height: 50vh;
    
    
}
.blog .container {
   width: 60vw;
    display: flex;
    justify-content: center;       
    flex-direction: column;
    padding: 60px;
    background-color: #fff;
    border-radius: 5px;
 box-shadow: 0px 0px 10px #00000030;
    margin-bottom: 100px;
}
.blog h1 {
    font-size: 2.8rem; 
    color: #333;
    line-height: 2; 
    padding: 6vh 0; 
}
.blog h2 {
    font-size: 1.8rem;
    margin-top: 20px;
    color: #333;
    line-height: 3;
    padding: 6vh 0; 
}
.blog h3 {
    font-size: 1.5rem;
    color: #333;
    line-height: 3;
    padding: 6vh 0; 
}
.blog p {
       line-height: 3.9;
    color: #333;    
}
.blog ul {
    list-style-type: disc;
    padding-left: 20px;
    color: #333;
    line-height: 3.9;
}
.blog table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
}
.blog table {
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    display: block;
}
.blog table th,
.blog table td {
    padding: 8px;
    text-align: left;
    white-space: nowrap; /* Impede quebra de linha em células */
}
.blog .highlight {
    background-color: #e2f7e1;
}
.blog .info {
    font-size: 0.9rem;
    color: #666;
}
.blog .note {
    font-style: italic;
    color: #777;
}
.blog a{
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    background-color: #2cb843;    
    padding: 13px;
    margin: 10px;
    border-radius: 0.2vw;
    color: #000000;
    width: 30vw;
    font-size: 1.39rem;
    box-shadow: 0px 1px 2px  #00000016;
    text-decoration: none;
    text-align: center;
    font-weight: 600;
}
.icscins img{
   display: flex;
   justify-content: center;
   align-items: center;
   flex-direction: row;
    width: 2vw !important; 
    max-width: 2vw !important;
    height: 2vw !important;
    max-height: 2vw;

}
.co_blog img{
    width: 100%;
    height: 38vh;
      box-shadow: 0px 0 10px 0px #00000026;
      border: solid 1px #00000007;  
      border-radius: 3px; 
      
      
}
.co_blog a{
    color: #fff;
    text-shadow: 0 1px 2px #000000;
    font-size: 1.2rem;  
    height: 38vh;
}
.cont_blog{
    display: flex;
    justify-content: center;
    
    align-items: center;
    flex-direction: column;
    margin:0;
    padding: 3vw 0;
    margin-bottom: 8vw;
}
.contbl{
    width: 100%;
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
    align-items: center;  
     gap: 1vw;
}
.cont_blog h3{
    font-size: 2.5rem;
    margin-bottom: 1.3vw;
}
.sd{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    margin-bottom: 2vw;
}
.sd a{
    font-weight: normal;
    margin-left: 1vw;
    font-size: 2rem; 
    color: #000;
   
}
.vsfd{
    height: 16vh;
    background-color: #fff;
    margin: 1vw;
    box-shadow: 0 2px 20px 0  #00000007;
}
.cont_blog h4{    
    position: relative;
    top: -150px;
    left: 0px; 
    padding: 16px;
}
.co_blog{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 340px;
}
.recomen span{
    font-size: 1.6rem;
}
.contato form{     
 border-radius: 15px;
 width: 61vw;
 padding: 3vw;
 padding-top: 0; 
 display: flex;
 justify-content: center; 
 flex-direction: column;
}
.pagina_cont iframe{
    width: 100%;
}
.cont_blog h1{
    width: 100%;
    padding: 3vw;
}
.contato input[name=email] {
    min-width: 95%; 
    max-width: 95%; 
    width: 95%;   
    height: 6vh;
    font-size: 1rem;
    border: solid 1px #00000016;
box-shadow: 0 0 3px  #00000006; 
border-radius: 0.3vw;
padding: 0 1vw;
}
.contato input[name=telefone] {
    min-width: 95%; 
    max-width: 95%; 
    width: 95%;       
    height: 6vh;
    font-size: 1rem;
    border: solid 1px #00000016;
box-shadow: 0 0 3px  #00000006; 
border-radius: 0.3vw;
padding: 0 1vw;
}
.contato input[name=submit] {
    width: 100%;
    height: 6vh;
    font-size: 1rem;
background-color: #000000;
color:#fff;
border: solid 1px #00000016;
box-shadow: 0 0 3px  #00000006; 
border-radius: 0.3vw;
}
.contato input[name=enviar] {
    width: 96%;
    height: 6vh;
    font-size: 1rem;
background-color: #000;
color:#fff;
border: solid 1px #00000016;
box-shadow: 0 0 3px  #00000006; 
border-radius: 0.3vw;
}
textarea{
    max-width: 100%;
    width: 100%;
    font-size: 1rem;
    border: solid 1px #00000016;
box-shadow: 0 0 3px  #00000006; 
border-radius: 0.3vw;
padding: 1vw;
}
.painel textarea{
    width: 30vw;
    font-size: 1rem;
    border: solid 1px #00000016;
box-shadow: 0 0 3px  #00000006; 
border-radius: 0.3vw;
}
.contato p{   
    font-size: 1.3rem;
    padding: 1.3vh 0;
}
.column p {
position: relative;
top: -300px;
left: 00px;
color: #fff;    
    }
.mySlides {display: none}
.slideshow-container {
    width: 100%; 
  max-width: 100%;
  position: relative;
  margin: auto;
}
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 18px;
  margin-top: -22px;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0.3vw;
  user-select: none;
  background-color: #070707e3;
     box-shadow: 0 2px 20px 0 #00000017;    
}
.next {
  right: 0;
  border-radius: 0.3vw;
}
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 0.1vw;
  display: inline-block;
  transition: background-color 0.6s ease;
}
.active, .dot:hover {
  background-color: #717171;
}
.image-preview-container{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
  }
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

.sidepanel{
    display: none;
}
.openbtn{
    display: none;
}
.menu_mobile{display: none;}
@media (max-width: 1366px)  {  
    .imov_postdesc {
    height: 29vh;
}
.imov_post img {
    display: block;
    max-width: 100%;
    width: 100%;
    height: 21vh;
    border-radius: 0;
    border-top-right-radius: 0.6vw;
    border-top-left-radius: 0.6vw;
}
.imov_post h3{   
    display: flex;
    align-items: center;    
    font-weight: 600;       
    font-size: 1.5rem;    
    padding: 9px;    
     width: 100%;
    position: absolute;   
    z-index: 1000;    
    background-color: #00000061;  
    color: #fff; 
   top: 13.5vh;
   left: 0;
    text-shadow: -1px 2px 3px #00000016;    
   }
    .info_icont h2 {
        font-weight: 600;
      font-size: 1.1rem;  
      margin-bottom: 0.1vw; 
      line-height: 1.5;     
    }
    .info_icont h3 {
        font-weight: 600;
        font-size: 1.1rem;   
        line-height: 1.5;     
    }
    .info_icont p {
        margin: 0.1vw 0;
        font-size: 1rem;   
        line-height: 1.5;   
    }
    .pagina_cont h1{
        font-size: 2.1rem;
    }

  
      .cadastro_imo{
        display: flex;
        margin-top: 6vw;
         
        }
    .deletar_venda{   
    
        min-height: 100vh;
        display: flex; 
        flex-direction: row;   
       margin-top: 6vw;
    }
    .desc h1{ 
        width: 53vw;   
        text-align: left;   
        justify-content: center;
        flex-direction: column;
        font-size: 3rem;   
        text-shadow: -0px 1px 3px #000000;  
        line-height: 1.5;  
    }
    .desc p{ 
        width: 53vw;   
        text-align: left;   
        justify-content: center;
        flex-direction: column;
        font-size: 3rem;   
        text-shadow: -0px 1px 3px #000000;  
        line-height: 2; 
    }    
    .imov_post h2{       
     padding: 6px;
     margin-top: 0.7vw;
        font-size: 1.2rem;
        font-weight: 600;
    }
    .info_conteudo{
        display: flex;    
        align-items: center;
        display: flex;
        width: 60%;
       
        background-color: #fffffff6;       
        border-radius: 0.6vw;    
    }
    .info_conteudo2{
        display: flex;    
        align-items: center;
        display: flex;
        width: 60%;
       
        background-color: #fffffff6;       
        border-radius: 0.6vw;    
    }
  
    .recomen h4{
        width: 100%;
        min-width: 100%;
        display: flex;
        align-items: center;
      justify-content: left;
     
        font-size: 1.7rem;   
        padding: 2vw;
    }
    .recomen h5{
        width: 100%;
        min-width: 100%;
        display: flex;
        align-items: center;
      justify-content: left;
     
        font-size: 1.7rem;  
        padding: 2vw;    
    }
    .info_img img{
        padding: 0px ;
        margin: 0;
        min-width: 24vw ;
        min-height: 20vw ;         
    }
    
}

@media only screen and (max-width: 1306px) {  
    
    .imov_post h3{   
    display: flex;
    align-items: center;    
    font-weight: 600;       
    font-size: 1.5rem;    
    padding: 9px;    
     width: 100%;
    position: absolute;   
    z-index: 1000;    
    background-color: #00000061;  
    color: #fff; 
   top: 13.4vh;
   left: 0;
    text-shadow: -1px 2px 3px #00000016;    
   }
    .info_an {
     width: 100%;
     max-width: 100%;
        padding: 30px;
        margin: 30px 0;
    } 
    .pagina_fotos{
        position:static;
    }   
    .pagina_cont h1{   
        font-size: 2rem;  
        align-items: center;
              
     }
     .pagina_cont h2{       
        align-items: center;
        justify-content: center; 
        font-size: 1.5rem;    
    }    
    .pagina_cont p{  
        width: 100%;
        max-width: 100%;
        font-size: 1rem;          
    }
header{
    height: auto;
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
}
    .openbtn{        
        display: block;
    }
.desktop{
    display: none;
}
.sidepanel  {
    width: 0;
    display: block;
    position: fixed;
    z-index: 90000;
    height: 100vh;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
  }  
  .sidepanel p {
    font-size: 0.8rem;
    color: #fff;
  }
  .sidepanel a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 1.6rem;
    color:white;
    display: block;
    transition: 0.3s;
  }  
  .sidepanel a:hover {
    color: #f1f1f1;
  }  
  .sidepanel .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 2rem;
  }  
  .openbtn {
    font-size: 30px;
    cursor: pointer;
    background-color: #ffffff;
    color:black;
    font-weight: 900;
    padding: 5px;
    border: none;
  }  
  .openbtn:hover {
    background-color: #fff; 
  }
    .slider {      
        height: 500px;     
      }
    .slider img{
        height: 500px;
    }     
    .design_pesquisa p{
           margin-left: 10px;     
    }
    .pagina_pai{    
        padding: 0;
        margin: 0;
        margin-top: 0;       
        display: flex;
     flex-direction: column;
       
    } 
    .pagina_cont{ 
        width: 100%;
        max-width: 100%;
        min-width: 100%;              
        display: flex;
        align-items: normal;
        justify-content: center;
        flex-direction: column;              
        margin-bottom: 50px;
    }  
    .pagina_cont button{       
        height: 60px;
     margin-top: 50px;  
     color: #fff;    
     border: 0px;
      }  
      .footer_cont{
        width: 100%;   
        display: flex;
        flex-direction: column;
        background-color: #000; 
        margin: 0;
        padding: 0;       
    }    
    .footer_cont p{
        padding: 10px 0;
    }
.column {
    display: flex;
    width: 100%;    
    }
    .row > .column {
        padding: 0 0px;
      }      
      .modal img{
        width: 300px;
        height: 400px;
    }   
  .modal-content {
    position: relative;
    background-color: #fff; 
    margin: auto;
    padding: 0;
    width: 100%;
    max-width: 300px;  
  }
  .resultado_pesquisa{
    width: 100%;   
}
.design_pesquisa p:hover{
    width: 100%; 
    background-color: rgba(176, 196, 222, 0.548);  
}
.design_pesquisa a{
    text-decoration: none; 
    padding: 10px;
    height: 50px;
}   
.info_conteudo{   
    display: flex;
    width: 70%;
 
    border-radius: 0.6vw;    
} 
.info_conteudo2{   
    display: flex;
    width: 70%;
   
    border-radius: 0.6vw;    
}
    .info_cont{
        display: flex;
    justify-content: center;
    align-items: center;
    
    padding: 0px; 
    margin: 0;      
    }  
    .info_img img{
        padding: 0px ;
        min-width: 25vw;
        height: 38vw;         
    }
    .cont_page p {
        font-weight: normal;
        font-size: 1rem !important;
        margin: 1px 0; 
        padding: 1px 0px;
        letter-spacing: normal;
        line-height: 1;
    }  
    .cont_page h2{
        font-weight: 600;
       font-size: 1.2rem !important;
       margin: 3px 0; 
        padding: 0px;
        line-height: 1;
    }
    .cont_page h3{
        font-weight: 600;
        font-size: 1.2rem !important;
       padding: 0;
       margin: 3px 0;  
       line-height: 1; 
    }
    .cont_page span{
        font-weight: 600;
        font-size: 1.2rem !important;
       padding: 0;
       margin: 3px 0;  
       line-height: 1; 
    }
    .cont_page{
        display: flex;    
        justify-content: center;
        flex-direction: column;         
    }  
    .pagina_fotos{
        margin: 0px;
        height: 60vh;
       width: 100%;
        margin-left: 0;
        padding: 0;
    }    
    .pagina_fotos img{
        height: 100vh;
       width: 60vw;
       border-radius: 0;
    }   
    .contato_c{
        text-align: center;      
        padding: 0px 0px;       
    }
    .info_icont{
        display: flex;
        flex-direction: column;
        margin-left: 10px;
    }
    .pagina_q1{       
        display: flex;        
      align-items: normal;
      justify-content: center;
        margin: 0px;
        padding: 0px ;           
    }
    .pagina_q1 span {
        margin: 0.2vw;
    }
    .count_destaque{
       padding: 2vw 0;  
        font-size: 1rem;
    }      
   .imov_post{        
        margin-bottom: 10vw;       
    }
  
    .cadastro{
        width: 100%;
        height: 100vh;
    } 
    .cadastro h2{
        font-size: 45px;
       padding-top: 60px;
        margin: 0;
      }       
      section img{   
        max-width: 100%;    
        width: 100%;
        height: 100vh;    
    }    
    .painel h1{
        font-size: 35px;
    }    
       
    .contato_c p{
        width: 90%;
        font-size:1.3rem;        
        line-height: 2;
        padding: 10px;
        text-align: left;
    }
    .login h1{
        font-size: 35px;    
    }
    .painel input[name=email]{
        width: 300px;
        font-size: 20px;
        height: 50px;          
        margin: 0px;
        padding: 0px;  
        box-shadow: inset 0 0 5px  #00000007;     
    }
    .painel input[name=endereco]{
        width: 350px;
        font-size: 20px;
        height: 30px;          
        margin: 0px;
        padding: 0px;  
        box-shadow: inset 0 0 5px  #00000007;     
    }    
    .painel p{
    font-size: 20px;
    }
    .painel input[name=senha]{
        width: 300px;
        font-size: 20px;
        height: 50px;       
        margin: 0px;
        padding: 0px;            
    }    
    .painel input[name=submit]{
        width: 300px;
        font-size: 20px;
        height: 50px;
        background-color: #000;
        color: #fff;
        border-radius: 1px;  
        box-shadow: inset 0 0 5px  #00000007;     
    }     
    .ppai{
        width: 100%;
        height: 100vh;        
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .pc{
        margin: 20px 0;
        width: 300px;
        height: 80px;
        background-color:slategrey;       
        border-radius: 3px;
    }
    .pagin{
        display: flex;
          
        margin: 0;
        padding: 10px 0;              
        margin-top: 100px;  
        font-size: 0.8rem;  
    }
    .titulo h1{
        font-size: 25px;
    }  
    .contdesc{
        top: 10vh;
        left: 20vw;
        padding: 0;
        margin: auto;
        flex-direction: column;
        justify-content: center;
        align-items: center;   
    }    
  }  
  @media (max-width: 1280px) and (max-height: 1366px) { 

    .cta-button{
        width: 90vw;
    }
       .imov_postdesc{
    height: 25vh
 
}
    .titulo{
        flex-direction: column;
    }
       .pagin {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0;
        padding: 10px 0;
        margin-top: 100px;
        font-size: 1rem;
        text-align: center;
    }

    
    .painel2{
 max-width: 100vw;
    }
    .painel2 input[name=email] {
        width: 90vw;
        font-size: 20px;
        height: 50px;
        border: 1px solid gray;
        margin: 0px;
        padding: 0px;
        box-shadow: inset 0 0 5px #00000007;
    }
    .cadastro_imo2 {
        align-items: normal;
    }
    .menumen {
        position: fixed;
        left: 0;
        width: 100vw !important;
        margin: 7vw 0 !important;
        z-index: 3000;
    }
    .painel {
        margin: 30vw 0;
        width: 100%;
        padding:0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        
    }
    .cadastro_imo {
        width: 100%;
        display: flex;
        flex-direction: column;
        margin-top: 4.3vw;
        margin-left:0;
        
    }
    .menumen p {
        color: #000000;
        padding: 5vw 1vw !important;
        background-color: #e6e6e6;
        margin-bottom: 0.3vw;
        box-shadow: 0 0 1px #00000036;
    }
    .cont_ve table{
        width: 100%;
        max-width: 100%;
        overflow-x: auto;
        display: block;   
    }
    .cont_ve img {
        width: 20vw;
        min-width: 20vh;
        height: 16vh;
        
        
    }
    .cont_ve {
        width: 100%;
        max-width: 100%;
        display: flex ;
        margin-top: 13vh;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        min-height: 100vh;
    }
    .painel input[type=number] {
        width: 8vw;
        height: 3vh;
        border: solid 1px #00000036;
        border-radius: 0.2vw;
    }
    input[name=iptu] {
        width: 8vw;
        height: 3vh;
        border: solid 1px #00000036;
        border-radius: 0.2vw;
    }
    .deletar_venda {
        min-height: 100vh;
        display: flex;
        margin-top: 4.3vw;
        margin-left: 0 !important;
        border: solid 1px #00000016;
        border-radius: 0.6vw;
    }
    element.style {
        width: 399px;
        margin: 5px;
    }
    .painel2 input[name=senha] {
        width: 90vw;
        font-size: 20px;
        height: 50px;
        border: 1px solid gray;
        margin: 0px;
        padding: 0px;
        box-shadow: inset 0 0 5px #00000007;
    }
    .cont_te main{
        padding: 0 6vw;
    }
    .cont_te h1{
        margin: 1vw 0;
        font-size: 1.8rem;    
        line-height: 1.5;   
    }
    .cont_te h2{
        font-size: 1.6rem; 
        line-height: 1.5;
        padding: 3vw 0;        
     }
     .cont_te h3{
        font-size: 1.5rem;
        padding: 3vw 0;
        line-height: 1.5;      
     }
     .cont_te h4{
        font-size:1.4rem;
        padding: 3vw 0; 
        line-height: 1.5;    
     }
     .cont_te p{
        width: 100%;
        font-size: 1.1rem;
        line-height: 2.6;   
     }
     .cont_te ul{
        font-size: 1.1rem;
        line-height: 2.6; 
        margin: 0 3vw;
     }
     .cont_te ol{
        font-size: 1.1rem;
        line-height: 2.6; 
        margin: 0 3vw;
     }
     .cont_te li{
        font-size: 1.1rem;
        line-height: 2.6; 
     }
    .pagina_cont ul{
        padding: 0 3vw;
    }
    .pagina_cont ol{
        padding: 0 3vw;
    }
    .pespes {
        width: 96%;
        max-width: 96%;
    }
    .clinf {
        max-width: 100%;
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    .memem {
display: none
};
    .titulo{
        padding: 3vw; 
        flex-direction: column;  
    }     
    .cont_page span {
        font-weight: lighter;
        font-size: 1.6rem;
        margin: 3px 0;
        padding: 0px;
        line-height: 1;
    }
    .cont_page h3 {
        font-weight: 600;
        font-size: 2rem;
        margin: 3px 0;
        padding: 0px;
        line-height: 1;
    }
    .info_conteudo{   
        display: flex;
        width: 100%;
      
        border-radius: 0.6vw;    
    } 
    .info_conteudo2{   
        display: flex;
        width: 100%;
      
        border-radius: 0.6vw;    
    }
        .cont_page h2 {
            font-weight: 600;
            font-size: 2rem;
            margin: 3px 0;
            padding: 0px;
            line-height: 2;
        }
        .cont_page p {       
            font-weight: normal;   
            font-size: 1.8rem;
            margin: 3px 0;
            padding: 0px;
            line-height: 1;
        }
  
   
    .clinf img{
        width: 3vw;
        max-width:3vw;
        height: 3vw;
        margin-right: 1vw;
    }
      .clifc img{
        
        object-position: top;
        border-radius: 50%;
        width: 8vw;
        max-width:8vw;
        height: 8vw;       
        }
    .count_destaque p {   
        margin-right: 50px; 
        font-weight: 600;
        font-size: 1rem;  
    }
    .count_destaque h2{
        color: #6fff36;     
        margin-right: 1vw; 
        font-size: 1rem;   
    }
 
    .co_blog a{
        height: auto;
    }
    .co_blog {
        display: flex;
        width: 100%;
min-width: 100% ;
        justify-content: center;
        align-items: center;
        margin: 6px;
        max-width: 100%;
        height: auto;
    }
    .contbl{
        flex-direction: column;
    }
    .co_blog img {
        max-width: 100%;
        min-width: 100% ;
        width: 95vw;
        height: 50vh;
        box-shadow: 0px 0px 1px #00000016;
    }
    .modal {
        display: none; 
        position: fixed;
        z-index: 100000; 
        padding-top: 0px;
        left: 0;
        top: 0;
        width: 100%; 
        height: 100%; 
        overflow: auto;
        background-color: rgb(0,0,0);
        background-color: rgba(12, 5, 5, 0.4); 
      }
    .modal-content {
        position: relative;
        background-color: #fff; 
        margin: auto;
        padding: 0;
        height: auto;
        width: 100%;
        max-width: 90%;  
      }
      .modal input {
        width: 100%;
        max-width: 100%;
        height: 10vw;
        border-radius: 0.3vw;
        border: solid 1px #00000026;
    }
    .modal form {
        display: flex;
        justify-content: center;
        flex-direction: column;
        width: 100%;
        max-width: 100%;
        padding: 3vw;
    }
    .modal h2 {
        min-width: 100%;
        width: 100%;
        padding: 3vw;
    }
    .modal p {
        min-width: 100%;
        width: 100%;
        padding: 3vw;
    }
    .modal h1 {
        min-width: 100%;
        width: 100%;
        padding: 3vw;
    }
    .close-modal {
        width: 100%;
        text-align: right;
        color: #aaa;
        float: right;
        font-size: 3rem;
        font-weight: 600;
        margin-right: 10vw;
    }
    .count_destaque{
        display: flex;
        justify-content: center;
        justify-content: center;
        align-items: center;
        font-size: 1.6rem;
        padding: 10vh 0; 
        background-color: #f5f5f5;
        min-width: 100%;
        border-radius: 0.3vw;
        margin: 3vw 0;
    }
    .image-preview-container{
        width: 100%;
    }    
    .desc h1{ 
        text-align: left;   
        justify-content: center;
        flex-direction: column;     
        font-size: 3rem;   
        text-shadow: -0px 1px 6px #000000;        
        line-height: 1.5; 
        width: 100%;
        max-width: 100%;
        }  
    .desc p{ 
        text-align: left;   
        justify-content: center;
        flex-direction: column;
     
        font-size: 3rem;   
        text-shadow: -0px 1px 6px #000000;        
        line-height: 2; 
        width: 100%;
        max-width: 100%;
    }   
    .recomen h5{
        display: flex;
        align-items: center;
        line-height: 1.6;
        padding: 6vw 0;
        font-size: 1.7rem;
    }
    .pesquisa button{
        color:#ffffff;   
        width: 30vw;
        margin: 0;
        padding: 0;       
        font-size: 16px;       
          }    
          .contato form{    
          padding: 16px;
         border-radius: 15px;
        width: 95%;
         display: flex;
         justify-content: center; 
         flex-direction: column;
        }
    .contato input[name=email] {
        border-radius: 1vw;
              height: 6vh;
    font-size: 1rem;  
    border-radius: 0;    
    }
    .contato input[name=telefone] {
                border-radius: 10px;       
        height: 6vh;
    font-size: 20px;   
    border-radius: 0;
    }
    .contato input[name=submit] {
        border-radius: 0.6vw;        
    height: 6vh;
    font-size: 16px;
    background-color: #000;
    color:#fff;
    border: none;
    border-radius: 0;
    }
    .contato input[name=enviar] {
        border-radius: 0.6vw;
        width: 100%;
        height: 6vh;
    font-size: 16px;
    background-color: #000;
    color:#fff;
    border: none;
    border-radius: 0;
    }
    textarea{
        width: 100%;
        font-size: 20px;
        border-radius: 0.6vw;
    }
    section img{
        width: 100vw;
        height: 230vw; 
    }
    .cont_te img{
        width: 100%;
        height: 26vh;        
    }
    .cadastro{  
        display: flex;
        justify-content: center;
        flex-direction: column;
        padding: 0;
        width: 100%;
      height: 100vh;
        text-align: center;
        background-color: rgb(0, 0, 0);
        color: #fff;
        margin-bottom: 100px;
    }
    .contdesc {          
        position:absolute;
        top: 10vh;
        left: 0vw;
        right: 0;     
        z-index: 7000;
        display: flex;          
        margin: 0; 
      
    }
    
    .pesquisa select[name=tipo] {
        padding: 10px;
        width: 16vw;
        height: 5vh;
        border-radius: 1vw;
        box-shadow: 0 0 6px  #00000006;
    }
    .pesquisa select[name=tipo2] {
        padding: 10px;
        width: 16vw;
        height: 5vh;
        border-radius: 1vw;
        box-shadow: 0 0 6px  #00000006;
    }
    .pesquisa input[name=pesquisa] {
        width: 39vw;
        font-size: 1rem;
        height: 5vh;
        border-radius: 1vw;
        cursor: pointer;
        box-shadow: 0 0 6px  #00000006;
        margin: 0;
        padding: 0px;
        border: none;
    }
    .pagina_fotos{
        margin-bottom: 6vh;
        padding: 0;
        width: 100vw;
        height: 100vh;
    }
    .pagina_fotos img{
        width: 100%;
        height: 100vh;;
        border-radius: 0;
    }
    .pagina_cont{  
        min-width: 100vw;            
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;        
        margin-bottom: 50px; 
       padding: 6vw;   
          }
   }
   
   @media (max-width: 1024px) and (max-height: 600px) {  
  
    .pagina_fotos img {
        width: 100%;
        max-width: 100%;
        min-height: 56vh !important;
        max-height: 56vh !important;
        border-radius: 0;
        margin: 0;
        padding: 0;
    }
   }
   
  @media only screen and (max-width: 1024px)  {
    .meme{justify-content: center;
    }
    .desk_h1 a img {
    width: 12vw;
    max-width: 100%;
    box-shadow: none;
}
      .icscins img {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    width: 12vw !important;
    max-width: 12vw !important;
    height: 12vw !important;
    max-height: 12vw !important;
}
        .wtt img{
    position: fixed;
    bottom: 0;
    right: 0;
    width: 20vw;
}
 
       .memem {
padding: 3vw 0
};
    .vsfd {
    width: 60vw;
    height: 12vh;
    background-color: #fff;
    margin: 1vw;
    box-shadow: 0 2px 20px 0 #00000007;
}
       .cta-imobiliaria h2 {
    font-size: 2rem;
  }

  .cta-imobiliaria p {
    font-size: 1rem;
  }
.cta-imobiliaria {
    border-radius:0;
}
    
    .info_img img {  
        width: 37vw;
        min-width: 37vw ;
        max-width: 37vw ;
        height: 16vw ;
        margin: 0;
        padding: 0;
        box-shadow: 0 0 5px  #0000000c;             
    }  
    .avali2{
        width: 100%;
        max-width: 100%;
        flex-wrap: nowrap;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center; 
        padding: 6vw;
    }
    .avali h5{
        width: 100%;
        max-width: 100%;
        display: flex;
        align-items: center;
        justify-content: center; 
        font-size: 1.3rem;
        margin: 6vw;
        text-align: center;
    } 
    .cont_blog{
        display: flex;
        justify-content: center;
        
        align-items: center;
        flex-direction: column;
        flex-wrap: nowrap;
        width: 100%;
        max-width: 100%;
        margin:0;
        padding: 6vw;
        margin-bottom: 8vw;
    }
  
    .cont_page h2 {
        font-weight: 600;
        font-size: 2rem;
        margin: 3px 0;
        padding: 0px;
        line-height: 1;
    }
    .cont_page h3 {
        font-weight: 600;
        font-size: 1.8rem;
        padding: 0;
        margin: 6px 0;
        line-height: 1;
    }
    .info_conteudo2 span {
        color: #8f7cfd;
        font-weight: bolder;
        text-shadow: 0 1px 2px #00000006;
        font-size: 1.3rem;
    }
    .cont_page p {
        font-weight: normal;
        font-size: 1.6rem;
        margin: 1px 0;
        padding: 1px 0px;
        letter-spacing: normal;
        line-height: 1;       
    }
    .novo_imovel input[name=email] {
        width: 48vw;
        height: 2.5vw;
        border: none;
        font-size: 1rem;
        background-color: #ffffff;
        border-radius: 3px;
        box-shadow: 0 1px 2px #00000016;
    }
    .novo_imovel select {
        height: 2.5vw;
        width: 150px;
    }
    .novo_imovel input[name=quartos] {
        width: 3vw;
        height: 2.5vw;
        border: none;
        border-radius: 3px;
        box-shadow: 0 1px 2px #00000016;
    }
    footer img{
        width: 30vw;
        max-width: 30vw;
        height: 10vw;
    }
    video{     
        width: 100%;
        max-width: 100%;
        height: 50vh;
        max-height: 40vh;
        filter: brightness(1.03) contrast(1.03);
    }   
    .desktop{
        display: none;
    }
    .pagina_cont h1{       
        padding: 0;      
        padding-bottom: 6vw;
      line-height: 1.6;
      font-size: 2rem;
        
     }
    .pagina_cont{   
        max-width: 100%;
        width: 100%;         
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;        
            margin-top: 10vw;  
          
    }
    .co_blog{
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 6px;
        max-width: 100%;
      }   
    .cct{
        min-width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin: 3vw;
        padding: 2vw;
        border-radius: 1vw;
        box-shadow: 0 0 3px #00000036;
    }
    .imov_post h2{ 
        padding: 6px;        
        line-height: 1.5;
        margin: 0;
           font-size: 1.3rem;
           font-weight: 600;  
       }
       .imov_post{        
        margin-bottom: 10vw;   
        margin: 2vw 0;
        padding:  0;
        border-radius: 2vw;
    }
  
    .pesquisa button{
        color:#ffffff;
        font-weight: 500;   
        background-color: #000; 
        height: 6vh;
       width: auto;
        margin: 0;      
        border-radius: 1vw;  
        cursor: pointer;
        font-size: 0.5rem;  
        box-shadow: 0 0 6px  #00000006;
        border: solid 1px #00000010;
          }  
    .blog{       
          align-items: normal;        
      }
      .blogbb{
        margin-top: 7vh;
      }
      .cont_blog h4{    
        position: relative;
        top: -150px;
        left: 0px; 
        padding: 16px;
        text-align: center;
    }
      .blog article {
        min-width: 100%;
        display: flex;
        justify-content: center;
        
        align-items: center;
        flex-direction: column;
    }
    .filtro button{
        background-color: #000000;
        color: #fff;
        border: none;
     min-width: 10vw;
     padding: 2.9vw 0;
        margin: 0 6px;
        font-size: 0.6rem;
        border-radius: 10px;       
    }
    .filtro label{
        font-size: 0.8rem;
        padding: 3.9vw 0.1vw;
        margin: 0 2vw;
    }
    .login form{
        min-width: 90%;
        display: flex;
        flex-direction: column;    
        justify-content: center;
        
    } 
    .login input{
        min-width: 95%;
        height: 3vh;
        padding: 6px;
        border-radius: 0.3vw;        
        box-shadow: 0px 0px 1px #00000016;
    }
    .login button{
        border-radius: 0.3vw;       
        margin-top: 3vh;
        min-width: 95%;
        height: 6vh;
        padding: 6px;
        box-shadow: 0px 0px 1px #00000016;
    }
    .novo_imovel input[name=submit] {
        width: 56vw;
        margin-top: 1vw;
        height: 4vw;
        padding: 6px;
        border: none;
        font-size: 1.1rem;
        background-color: #ffffff;
        color: #000;
        border: none;
        border-radius: 3px;
        box-shadow: 0 1px 2px #00000016;
    }
    .login-pai input[type="submit"] {
        width: 100%;
    height: 6vh;
    border: 0;
    font-size: 1.1rem;    
    background-color: rgba(0, 0, 0, 0.952);   
    color: #fff;
    margin: 5% 0;
    padding: 0;
    }
    .login-pai input[type="password"] {
        width: 100%;
    height: 5vh;
    border-radius: 5px;
    font-size: 1.1rem;
    border: 0;   
    margin:0;
    padding: 0;
    }
    .login-pai input[type="email"] {
        width: 100%;
    height: 5vh;
    font-size: 1.1rem;
    border: 0;   
    margin:0;
    padding: 0;
    }
    .pt p {
        min-width: 96%;
         line-height:3;
     }
    .infdes h2{
        font-size: 1.3rem;       
        margin: 0;
        padding: 10px; 
    }
       .contbl{
        flex-wrap: nowrap;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .blog .container { 
        min-width: 90vw;
        padding: 16px;
    }
    .blog h1 {
        font-size: 1.8rem; 
        color: #333;
        line-height: 1.7;
    }
    .blog h2 {
        font-size: 1.7rem;
        margin-top: 20px;
        color: #333;
        line-height: 1.7;
    }
    .blog h3 {
        font-size: 1.6rem;
        color: #333;
        line-height: 1.7;
    }
    .blog p {
        margin: 1em 0;
        line-height: 3;
        color: #333;        
    }
    .blog ul {
        list-style-type: disc;
        padding-left: 20px;
        color: #333;
        line-height: 3;
    }
    .blog table {
        display: block;
        overflow-x: auto;
    }
    .blog img{
        min-width: 90vw;
        max-width: 90vw;
        height: 30vh;
    } 
    .recomen h4{     
        display: flex;
        align-items: center;
       justify-content: center;
        width: 100%;
        max-width: 100%;
        min-width: 100%;
        font-size: 1.6rem;
        padding: 9vw; 
        line-height: 1.5;
    }
    .recomen h5{
        display: flex;
        align-items: center;
       justify-content: center;
        width: 100%;
        max-width: 100%;
        font-size: 1.6rem;
        line-height: 1.5;
        padding: 9vw; 
    }   
    .recomen span{
        display: flex;
        align-items: center;
       justify-content: center;
        width: 100%;
        max-width: 100%;
        font-size: 1.6rem;
        line-height: 1.5;
        padding: 6vw; 
    } 
    .filtro2 section p{        
        font-size: 1.2rem;
        line-height: 2.7;
        padding: 0;
        margin: 0;
        min-width: 100%;
    }
    .visitabutton{
        display: flex;
        justify-content: center;
        
        flex-direction: column;
        background-color: #fff;   
        padding: 6vw;
        margin: 1vw 0;
        border-radius: 0.29vw;
        font-size: 1.2rem;  
    }
    .visitabutton a{
        width: 100%;
        background-color: #000000;
        color: #fff;
        font-size: 1rem;
        padding: 16px;
        margin: 6px;
        border-radius: 5px;
        box-shadow: 0 0 3px  #00000011;
    }
    .wtss a{
        width: 90%;
        background-color: #4dd823;
        color: #fff;
        font-size: 1rem;
        padding: 16px;
        margin: 6px;
        border-radius: 5px;
        box-shadow: 0 0 3px  #00000011;
    }
    .info_an{
        width: 100%;
        max-width: 100%;
        min-width: 100%;
        display: flex;
        justify-content: center;
        flex-direction: column;             
        border-radius: 0.6vw;
       padding: 6vw;
        margin: 0;
        margin-top: 6vw;
    }
    .contato{
        display: flex;
   
     margin-bottom: 0;
     padding: 20px;
    }  
    .h1x{
        width: 100%;
        font-size: 1.1rem;
        padding: 6vw 8vw;
          }
    .filtro2 section p{
        width: 96%;
        font-size: 1.1rem;
        line-height: 2.7;
        padding: 0;
        margin: 0;
    }    
    .wtss img{
        width: 10vw;
        margin-right: 10px;
    }
    .calculator {min-width: 100%; max-width: 100%; margin: 6vw 0; padding: 20px; border-radius: 10px; display: flex; flex-direction: column; justify-content: center; align-items: center; }
   .calculator input { min-width: 100%;}
   #slide img {
    width: 100%;
    height: 113vh;
    display: none;
}
    section img{
        width: 100vw;
        min-width: 100vw;
        height: 130vw; 
    }
    .pesquisa form{
        width: 100%;
        max-width: 100%;
        padding: 0;
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: center;
     } 
    .pagina_fotos{ 
        position: static; 
        max-width: 100%;  
        min-height: 36vh;
        max-height: 36vh;        
        height: 36vh;       
    }
    .pagina_fotos img{
        width: 100%;
        max-width: 100%;
        min-width: 100%;
        width: 100%;
       min-height: 36vh;
       max-height: 36vh;
        border-radius: 0;           
    }  
.pesquisa{
    display: flex;
    flex-direction: column;  
    justify-content:center;       
    padding: 0;
   margin: 0; 
   width: 100%;    
}
.cont_te{
    width: 100%; 
    padding: 0;
    text-align: left; 
}
.cont_te img{
    width: 100vw;
    height: 36vh;
}
 .pesquisa{
    display: flex;
    flex-direction: column; 
    align-items: center; 
    justify-content: center;
    width: 100%;
   max-width: 100%; 
   margin: 0;
   padding: 0;   
}
.desc h1{ 
    text-align: left;   
    justify-content: center;
    flex-direction: column;
    font-size: 3rem;   
    text-shadow: -0px 1px 6px #000000;        
    line-height: 1.5; 
    width: 100%;
    max-width: 100%;
} 
.desc p{ 
    text-align: left;   
    justify-content: center;
    flex-direction: column;

    font-size: 3rem;   
    text-shadow: -0px 1px 6px #000000;        
    line-height: 1.6; 
    width: 100%;
    max-width: 100%;
} 
.contdesc {      
    width: 100%;
    min-width: 100%;
    position:absolute;
    top: 12vh;
    left: 0;
    right: 0;
    z-index: 7000;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center; 
 
}
.filtro{
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
       }
.filtro select{
    width: 7vw;
    height: 8vw;   
    margin: 0 ;    
}
.contato_x p{
    width: 80%;
    font-size: 20px;
}
.contato_x h1{
    text-align: center;    
    font-size: 2.1rem;
 }
.maisimo button{
    margin: 0;
    padding: 10px;
    width: 85vw;
    color:#ffffff;
    background-color: #000000fa;
    font-size: 25px;
    font-weight: 500;
    height: auto;
    border: none;
    border-radius: 3px; 
    cursor: pointer;
}
header h2{
    width: 75%;
}
  }
  




@media only screen and (orientation: landscape) and (max-width: 1024px) {
  
    .blog img {
        min-width: 90vw;
        max-width: 90vw;
        height: 70vh !important;
    }
   

    .cont_te img {
        width: 100vw;
        height: 70vh;
    }
    section img {
        width:100%;
        min-width: 100%;
        height: 107vw;
    }
    .pagina_fotos img {
        width: 100%;
        max-width: 100%;
        min-height: 91vh !important;
        max-height: 91vh !important;
        border-radius: 0;
        margin: 0;
        padding: 0;
    }
    .pagina_fotos {
        position: static;
        max-width: 100%;
        min-height: 41vw !important;
        max-height: 41vw !important;
        height: 41vw !important;
    }
    .info_img img {
        width: 37vw;
        min-width: 37vw;
        max-width: 37vw;
        min-height: 40vw;
        margin: 0;
        padding: 0;
        box-shadow: 0 0 5px #0000000c;
    }
    .filtro2 section p {
        min-width: 90vw;
        font-size: 1.1rem;
        line-height: 2.7;
        padding: 0;
        margin: 0;
    }
    .login input {
        min-width: 95%;
        height: 15vh;
        padding: 6px;
        border-radius: 0.3vw;
        box-shadow: 0px 0px 1px #00000016;
    }
    .login button {
        border-radius: 0.3vw;
        margin-top: 3vh;
        max-width: 95%;
        height: 13vh;
        padding: 6px;
        box-shadow: 0px 0px 1px #00000016;
    }
    .painel2 input[name=submit] {
        width: 100%;
        max-width: 100%;
        font-size: 1.3rem;
        height: 15vh;
        background-color: #000;
        color: #fff;
        border-radius: 0.1vw;
    }
}
  @media only screen and (max-width: 430px) {
    .cadastro h2 {
        font-size: 45px;
        padding-top: 60px;
        line-height: 1.6;
        margin: 0;
    }
    .novo_imovel {
  
        margin: 6vw;
    }
    .wtss img {
        width: 10vw;
        min-width: 10vw;
        max-width: 10vw;
        height: 10vw;
        min-height: 10vw;
        max-height: 10vw;
        margin-right: 10px;
    }
    #imoveis{   
        width: 100%; 
        max-width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    
    align-items: center;
    flex-wrap: nowrap;
    }

    .info_img img { 
      width: 37vw;
        max-width: 37vw; 
        min-width: 37vw;
        height: 20vh;
        min-height:20vh ;
        max-height:20vh ;
        margin: 0;
        padding: 0;
        box-shadow: 0 0 5px  #0000000c;             
    }
    .titulo  a{
        font-size: 1.2rem;
        color: #000000;
        margin: 3vw 0;
        }
  
    .cont_page h2 {
        font-weight: 600;
        font-size:1rem !important;
        margin:  3px 0;
        padding: 0px;
        line-height: 1;        
    }
    .cont_page h3 {
        font-weight: 600;
        font-size:0.9rem !important;
        margin:  2px 0;
        padding: 0px;
        line-height: 1;
    }
    .info_conteudo2 span {
        color: #8f7cfd;
        font-weight: bolder;
        text-shadow: 0 1px 2px #00000006;
        font-size: 0.8rem !important;
        margin:  0;
        padding: 0px;
        line-height: 1;   
    }
    .cont_page p {
        font-size:0.9rem !important;
        margin:  0;
        padding: 0px;
        letter-spacing: normal;
        line-height: 1;   
        font-weight: normal;
    }
    .novo_imovel select {
        height: 8.5vw;
        width: 150px;
    }
    .novo_imovel input[name=tipo] {
        height: 3vw;
        border-radius: 3px;
        margin: 0 0.5vw;
        padding: 0;
        border: none;
        box-shadow: 0 1px 2px #00000016;
        font-size: 1.3rem;
    }
    .novo_imovel input[name=quartos] {
        width: 7vw;
        height: 5.5vw;
        border: none;
        border-radius: 3px;
        box-shadow: 0 1px 2px #00000016;
    }
    .novo_imovel input[name=submit] {
        width: 69vw;
        margin-top: 1vw;
        height: 10vw;
        padding: 6px;
        border: none;
        font-size: 1.1rem;
        background-color: #ffffff;
        color: #000;
        border: none;
        border-radius: 3px;
        box-shadow: 0 1px 2px #00000016;
    }
        .novo_imovel input[name=email] {
            width: 48vw;
            height: 7.5vw;
            border: none;
            font-size: 1rem;
            background-color: #ffffff;
            border-radius: 3px;
            box-shadow: 0 1px 2px #00000016;
        }   
    .clinf img{
        width: 3.3vw;
        max-width:3.3vw;
        height: 3.3vw;
        margin-right: 0.3vw;
    }
   .clinf p{       
        margin:0 ;
        padding: 0;
    }
   
    .clifc{
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 3vw 0;
    }
    .clifc img{
        
        object-position: top;
        border-radius: 50%;
        width: 25vw;
        max-width:25vw;
        height: 20vw;     
        margin: 2vw 0;     
        }
        .titulo{
            flex-direction: column;
        }
        .titulo a{
            font-size: 1.3rem;
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 0 3vw;  
             text-align: center;  
            font-weight: 600;
        }
        .calculator h2 {
            font-size: 2rem;
          text-align: center;
        }
    .titulo h2{
        font-weight: 600;
 font-size: 2rem;
        display: flex;
        justify-content: center;
        align-items: center;  
        text-align: center;
        margin: 6vw 0;         
        
    }
    .co_blog img {
        max-width: 100%;
        min-width: 100% ;
        width: 95vw;
        height: 30vh;
        box-shadow: 0px 0px 1px #00000016;
    }
    .co_blog a{
        margin: 0;
        height: 30vh;
    }
 
    .avali h5{
        font-size: 2rem;
        margin: 6vw 0;
           text-align: center;
    }   
    .cont_blog h3{
        font-size: 2rem;
        margin: 6vw 0;
        text-align: center;
    } 
    .sd a{
        font-size: 1.6rem;
    } 
    .count_destaque{
        display: flex;
        flex-direction: column;
        align-items: center;
        font-size: 1.3rem;
        padding: 5vh 0; 
        background-color: #f5f5f5;
        max-width: 100%;
        width: 100%;
        border-radius: 0.3vw;
        margin: 10vw 0;
    }
    .count_destaque h2{
        font-size: 5rem ;
      padding: 0;      
  
      margin: 0 6vw ;
    }
    .count_destaque p{
        font-size: 1.6rem ;
      padding: 0; 
      margin:0; 
    }
    .desc h1{ 
        text-align: left;   
        justify-content: center;
        flex-direction: column;
      
        font-size: 3rem;   
        text-shadow: -0px 1px 6px #000000;        
        line-height: 1.4; 
        width: 100%;
        max-width: 100%;
    } 
    .desc p{ 
        text-align: left;   
        justify-content: center;
        flex-direction: column;
      
        font-size: 3rem;   
        text-shadow: -0px 1px 6px #000000;        
        line-height: 1.4; 
        width: 100%;
        max-width: 100%;
    }
    section img {
        width: 100%;
        min-width: 100%;
        height: 230vw;
    }
    .imov_post h2{  
        margin-top: 2vw;       
        padding: 2vw;        
        line-height: 1.3;    
           font-size: 1.2rem;
           font-weight: 600;      
       }
       .imov_post p{ 
        padding-top: 0;
        padding:  1vw 2vw;
        line-height: 1;    
           font-size: 1rem;
           font-weight: normal;        
       }
       .imov_post{   
        width: 100vw; 
        min-width: 80vw; 
        border-radius: 2vw;             
         }
    
  }
  @media only screen and (max-width: 390px) {
        .desc h1 {
      
        font-size: 2.5rem

      
    }
         .desc p {
      
        font-size: 2.5rem

      
    }
  
}
  @media only screen and (max-width: 375px) {
   
    .cont_page h2 {
        font-weight: 600;
        font-size:0.9rem !important;
        margin:  1px 0;
        padding: 0px;
        line-height: 1;        
    }
    .cont_page h3 {
        font-weight: 600;
        font-size: 0.9rem !important;
        margin:  1px 0;
        padding: 0px;
        line-height: 1;
    }
    .info_conteudo2 span {
        color: #8f7cfd;
        font-weight: bolder;
        text-shadow: 0 1px 2px #00000006;
        font-size: 0.9rem !important;
        line-height: 1;
        margin:  0;
        padding: 0px;
    }
    .cont_page p {
        font-size: 0.8rem !important;
        margin:  0;
        padding: 0px;
        letter-spacing: normal;
        line-height: 1;
        font-weight: normal;
    }
  }
