/*CONFIGURAÇÕES DO BODY E GLOBAIS PRINCIPAL DO SITE*/
body {
    font-family: Calibri;
    margin 0 auto;
    /*background-color: rgb(48,23,74);*/
    background-color: rgb(48,43,75);
}
a {
    color: rgb(255,255,255);
    text-decoration: none;
}

/*CONFIGURAÇÕES DO CABEÇALHO*/
#logo-site-div {
    /*background-color: rgb(48,23,74);*/
    background-color: rgb(48,43,75);
    position: relative;
    width: 300px;
    height: 150px;
    margin: 0 auto;
}
#logo-site {
    width: 300px;
}
#cabecalho {
    padding: 20px;
    /*background-color: rgb(48,23,74);*/
    background-color: rgb(48,43,75);
    width: 100%;
    height: 28px;
    margin: 50px 0px 0px 0px;
}
.btmenu {
    width: 100%;
    height: 155px;
    padding: 0px 20px 0px 20px;
    /*background-color: rgb(48,23,74);*/
    background-color: rgb(48,43,75);
    font-size: 30px;
}
.btmenu:hover{
    color: rgb(48,43,74);
    background-color: rgb(255,255,255);
}
#redes-sociais {
    margin: 0px 0px 0px 0px;
    position: fixed;
    top: 0px;
    right: 0px;
    width: 250px;
    height: 50px;
}
#ico {
    width: 40px;
    height: 40px;
    padding: 5px;
}

/*---------------------------------------------------------------------------------------------------------CONFIGURAÇÕES DO CONTEÚDO DO SITE*/
#corpo-site-index{
    position: relative;
    width: 100%;
    height: 450px;
    margin-top: 50px;
    *margin: 0px auto;
    /*background-color: rgb(48,23,74);*/
    background-color: rgb(48,43,75);
}
#sliderrotativo {
    margin: 0 auto;
    width: 95%;
    height: 400px;
    position: absolute;
}
#sliderrotativo img{
    margin: 0px 0px 0px 50px;
    opacity: 0;
    *position: relative;
    width: 95%;
    height: 400px;
    position: absolute;
    object-fit: cover;
    transition: 800ms;
}
#sliderrotativo img.selected { 
    opacity: 1;
}
#imgslide {
    width: 1024px;
    height: 400px;
    background-repeat: no-repeat;
    background-position: center;

}
#quemsomos, h1, p{
    margin: 0 auto;
    width: 95%;
    color: aliceblue;
    width: 95%;
	font-size: 16pt;
	text-indent: 100px;
	text-align: justify;
	padding-left: 25px;
	padding-right: 25px;
	margin-top: 5px;
	margin-bottom: 5px;
}
/*--------------------------------------------------CONFIGURAÇÕES DO FORMULÁRIO DE CONTATO-------------------------------------------------- */
#destaques_no_index {
    margin: 0 auto;
    width: 100%;   
}
/*--------------------------------------------------FIM DAS CONFIGURAÇÕES DO FORMULÁRIO DE CONTATO-------------------------------------------------- */
/*--------------------------------------------------CONFIGURAÇÕES DO FORMULÁRIO DE CONTATO-------------------------------------------------- */
fieldset#contato {
    border-radius: 10px;
    margin: 0 auto;
    width: 95%;
}
/*-------------------------------------------FIM DAS CONFIGURAÇÕES DO FORMULÁRIO DE CONTATO-------------------------------------------------- */
.btmenuform {
    text-decoration: none;
    display: table-cell;
    width: 250px;
    height: 30px;
    margin: 0px;
    padding: 1px 5px 1px 5px;
    background-color: #FFF;
    text-align: center;
    vertical-align: middle;
    border-radius: 90px;
    font-family: Arial;
    color: rgb(0,0,0);
    font-size: 12px;
    cursor: pointer;
}
.btmenuform:hover {
    color: rgb(255,255,255);
    background-color: rgb(48,23,74);
    
    transition:background-color 1.0s;
}
/*-------------------------------------------FIM DAS CONFIGURAÇÕES DO FORMULÁRIO DE CONTATO-------------------------------------------------- */

/*-------------------------------------------CONFIGURAÇÕES PÁGINA DE IMÓVEIS----------------------------------------------------------------- */

table#imoveis {
	margin: 0 auto;
	}
table#imoveis td#titulotabela {
	padding:10px;
	width:225px;
    color: #FFF;
	}
tr#imoveisterceirostitulo{
    background-color: darkblue;
}
tr#imoveisterceiros {
    background-color: rgb(255,255,200) ;
    color: darkblue;
    border: 1px;
}
table#imoveis td {
    padding:10px;
    width:225px;
}
img#imovel {
    border:5px solid #ffffff;
    box-shadow: 4px 4px 5px rgba(0,0,0,.9);
    -webkit-transition: all .5s;
}
img#imovel:hover {
    border: 5px solid #dedede;

}
td#imovel img:hover {
    -webkit-transform:scale(1.5);
}

/*CONFIGURAÇÕES DO RODAPÉ*/

/*--------------------------------------------------RESPONSIVIDADE-----------------------------------------------------*/
/*--------------------------------------------------RESPONSIVIDADE-----------------------------------------------------*/
/*--------------------------------------------------RESPONSIVIDADE-----------------------------------------------------*/

/*------------------------------CONFIGURAÇÕES DO CABEÇALHO DO SITE EM 980px----------------------------------*/
@media screen and (max-width: 980px){
body{
    background-color: rgb(48,23,74);
    }
#logo-site-div {
    background-color: rgb(48,23,74);
    position: relative;
    width: 400px;
    margin: 0 auto;
    }
#logo-site {
    width: 400px;
    }
#cabecalho {
    padding: 20px;
    background-color: rgb(48,23,74);
    width: 100%;
    height: 28px;
    margin: 150px 0px 40px 0px;
    }
.btmenu {
    width: 100%;
    padding: 0px 20px 0px 20px;
    background-color: rgb(48,23,74);
    font-size: 30px;
    }
/*------------------------------CONFIGURAÇÕES DO CORPOR DO SITE EM 980px----------------------------------*/
#corpo-site-index{
    background-color: rgb(48,23,74);
    width: 100%;
    height: 25px;
    margin-top: 380px;
    }
/*------------------------------------------------------CONFIGURAÇÕES DO SLIDER---------------------------*/

#sliderrotativo {
    margin: -300px 0px 0px 0px;
    width: 100%;
    height: 300px;
    position: absolute;
    }
#sliderrotativo img {
    margin: 0px 0px 0px 0px;
    opacity: 0;
    width: 100%;
    height: 300px;
    object-fit:cover;
    transition: 800ms;
    }
#sliderrotativo img.selected { 
    opacity: 1;
    }
#imgslide {
    width: 1024px;
    height: 400px;
    background-repeat: no-repeat;
    background-position: center;
    }
/*------------------------------------------------------CONFIGURAÇÕES DA PÁGINA QUEM SOMOS---------------------------*/
#quemsomos, h1{
    font-size: 36pt;
    margin: 0px 0px 0px 0px;
    width: 98%;
    color: aliceblue;
    }
    p {
        font-size: 28pt;
    }
    h1#imoveis {
        font-size: 24pt;
    }
}
