/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 15/05/2018, 16:09:50
    Author     : Jean
*/


* {
    margin: 0;
    padding: 0;
    
}
a {
    color:#000000;
    text-decoration: none;
}
a:hover {
    color:#555555;
    text-decoration: none;
    
}
.btn-menu-home {
    display: none;
}
.itens-menu-home {
    display: inline-block;
}

.altura100perc {
    height: 95%;
}
.altura80perc {
    height: 85%;
}
.title {
    z-index: 989;
    background-color: white;
    grid-area: title;
    position: fixed;
    top:0px;
    width: 100%;
}
.header {
    grid-area: header;
}
.sidebar {
    grid-area: sidebar;
    background-color: #FFFFFF88
        
}
.sidebarDir {
    grid-area: sidebarDir;
    background-color: #FFFFFF88
}
.corpo{
    grid-area: filtros;
    padding-top: 10vh;
    padding-bottom: 10vh;
    //overflow-y: scroll;
    
}

.footer {
    text-align: center;
    grid-area: footer;
    height: 10vh;
    background-color: #FFFFFF
}

.jogaEsquerda {
    position: fixed; 
    top:10vh;
    width: 30%;
    bottom: 5vh;
    overflow-y: scroll;
    background-color: #FFFFFF99;
}
.fundoTransparente {
        background-color: #FFFFFF99;
}
.style-4::-webkit-scrollbar-track
{
        border-radius: 4px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

.style-4::-webkit-scrollbar
{
	width: 10px;
}

.style-4::-webkit-scrollbar-thumb
{
	background-color: #333333;
	border: 2px solid #555555;
        border-radius: 4px;
}

.btn-branco {
    background-color:#FFFFFF;
    border-radius:5px;
}

.tile-imovel {
    background-color: #FFFFFF;
    
}
.title-nav {
    display: inline-block;
    width: 100%;
}
.pesquisaHome {
    position:absolute;
    background-color: rgba(255,255,255,0.8);
    top:0px;
    
    margin-top: 20%;
    margin-bottom: 50%;
    margin-right: 15%;
    margin-left: 30%;
    padding: 10px;
        
}
.fotos {
    height: 90%;
    width: 100%;
    background-color: red;
}

.foto{
                height: 73vh;
                max-height: 73vh;
                background-size: contain;
                background-repeat: no-repeat;
                background-position-x: center;
                background-position-y: center;
            }


.caixaDetalhe {
    margin-right: auto;
    margin-left: auto;
    margin-top: auto;
    margin-bottom: auto;
    background-color: white;
    border-width: 1px;
    border-style: solid;
    border-radius: 5px;
    overflow: hidden;
    width: 50vw;
    height: 95vh;
}


#cabecalhoDetalhe {
    height: 20vh;
    min-height: 20vh;
    max-height: 20vh;
    padding-left: 10px;
    padding-right: 10px;
    z-index: 800;
}
#corpoDetalhe {
    height: 75vh;
    min-height: 75vh;
    max-height: 75vh;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    box-sizing: border-box;
}

.cemporcentoAltura{
    height: 50vh;
}
.cemporcentoLargura{
    width: 50vw;
}

.semPaddingMargin{
    padding: 0px;
    margin: 0px;
}

.rodape {
    width: 100px;
    position: absolute;
    bottom: 0px;
}

.divDetalheImovel{
    position: fixed;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    overflow: hidden;
    background-color: #dededede;
    z-index: 990;
    visibility: hidden;
    }

.divWait{
    position: fixed;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background-color: rgb(229,239,241);
        
    z-index: 999;
    opacity: 0.80;
    visibility: hidden;
    }
    
    .centerPag {
        margin-top: 200px;
        width: 80px;
        height: 80px;
        margin-left: auto;
        margin-right: auto;
    }    
    .sair {
                position: absolute;
                top: 10px;
                right: 26vw;
                z-index: 999;
                cursor: pointer;
            }


.buscarapida {
}

.display-none {
    display: none;
}

.resultadoImoveis {
    position: absolute; 
    top:10vh;
    right: 0px; 
    width: 70%;
}
/*
@media screen and (min-width: 320px) and (max-width: 767px) and (orientation: landscape) {
  html {
    transform: rotate(-90deg);
    transform-origin: left top;
    width: 100vh;
    overflow-x: hidden;
    position: absolute;
    top: 100%;
    left: 0;
  }
}
*/

@media only screen and (max-width: 1024px)and (min-width: 651px) {
    .logo {
        width: 215px;
    }
    .menu {
            font-size: 0.9rem;
    }
}
@media only screen and (max-width: 650px) {


.corpo{
    grid-area: filtros;
    padding-top: 15vh;
    padding-bottom: 10vh;
    //overflow-y: scroll;
    
}

.endereco {
    font-size: small;
    text-align: center;
    width: 100%;
}    

.fones {
    text-align: center;
    width: 100%;
}    

.jogaEsquerda {
    position: relative;
    top:10vh;
    width: 100%;
    bottom: 10vh;
    background-color: #FFFFFF99;
    overflow-y: none;
}
.resultadoImoveis {
    position: relative;
    right: 0px; 
    width: 100%;
    padding-bottom: 10vh;
}
    
    
.buscarapida {
display: block;
}
    
.btn-menu-home {
    display: block;
}
.itens-menu-home {
    display: none;
}

.caixaDetalhe {
                top:10px;
                bottom: 10px;
                left:5px;
                right: 5px;
                width: 95%;
                height: 95%;
                margin-top: 10px;
                background-color: white;
                border-width: 1px;
                border-style: solid;
                border-radius: 5px;
                overflow: hidden;
            }

.content {
    padding-top: 50px;
    grid-area: content;
    overflow-y : auto;
    
}
.fundoHome1 {
    padding-top: 10vh;
    background-image: none;
    background-size: cover;
    background-repeat: no-repeat;
}
.fundoHome2 {
    padding-top: 10vh;
    background-image: none;
    background-size: cover;
    background-repeat: no-repeat;
}
.fundoHome3 {
    padding-top: 10vh;
    background-image: none;
    background-size: cover;
    background-repeat: no-repeat;
}
.fundoHome4 {
    padding-top: 10vh;
    background-image: none;
    background-size: cover;
    background-repeat: no-repeat;
}
.fundoHome5 {
    padding-top: 10vh;
    background-image: none;
    background-size: cover;
    background-repeat: no-repeat;
}
.fundoHome6 {
    padding-top: 10vh;
    background-image: none;
    background-size: cover;
    background-repeat: no-repeat;
}
.fundoHome7 {
    padding-top: 10vh;
    background-image: none;
    background-size: cover;
    background-repeat: no-repeat;
}
.gridContainer {
    height: 100%;
    display: grid;
    grid-template-columns: 100vw;
    grid-template-rows: 10vh 80vh 10vh;
    grid-template-areas: "title"
                         "content"
                         "footer";
}
.header {
    display: none;
}
.sidebar {
    grid-area: sidebar;
    background-color: #FFFFFF88;
    display:none;
}
.sidebarDir {
    grid-area: sidebarDir;
    background-color: #FFFFFF88;
    display:none;
}

.sair {
                position: absolute;
                top: 15px;
                right: 20px;
                z-index: 999;
                cursor: pointer;
            }

}
