@charset "utf-8";
/* CSS Document */

*{
    margin:0;
    padding:0;
}

a{
    text-decoration: none;
}

.link_mais{
    text-decoration: none;
    color: #FFF;
}

.link_mais:hover{
    text-decoration: none;
    color: #FFFF28;
}

.a_pag{
    text-decoration: none;
    color: #281976;
}

.a_pag_select{
    text-decoration: none;
    color: #906A00;
}

html, body {
    //height: 100%;
}

* html #tudo {
    //height: 100%; /* hack para IE6 que trata height como min-height */	
}

#rodapegeral{
    position: relative;   
}

#rodape{
    position: absolute;   
}

#rodapeknop{
    position: absolute;
    top: 80px;
    left:260px;
}

#rodapemek{
    position: absolute;
    top: 95px;
    left:850px;
}

#rodapetelefone{
    position: absolute;
    top: 60px;
    left:740px;
}

#rodapeendereco{
    position: absolute;
    top: 58px;
    left:890px;
}

#rodapecopia{
    position: absolute;
    top: 225px;
    left:340px;
}

#menu {
    margin:2px;
    text-align:center;
}

#menu2 {
    margin:2px;
    margin-left:8px;
    text-align:left;
}

#corpo {	
    margin: 0px;
    text-align:justify;	
}

#cabecalho {
    position: relative;
    top: 0;
}
#logo {
    position: absolute;
    top: 25px;
    left: 100px;
}
#telefonecabecalho {
    position: absolute;
    top: 25px;
    left: 1055px;
}
#botaoprincipal {
    position: absolute;
    top: 230px;
    left: 600px;
}
#botaoempresa {
    position: absolute;
    top: 230px;
    left: 735px;
}
/*#botaoservicos {
    position: absolute;
    top: 235px;
    left: 870px;
}*/
#botaoconsulta {
    position: absolute;
    top: 230px;
    left: 870px;
}
#botaocontato {
    position: absolute;
    top: 230px;
    left: 1005px;
}
#fontetitulomenu{
    font-family:Franklin Gothic Demi, Verdana, Geneva, sans-serif;
    font-weight:bold;
    font-size:18px;
    color:#281976;
}

#fontemenu{
    font-family:Franklin Gothic Demi, Verdana, Geneva, sans-serif;
    font-size:16px;
    color:#000000;
}

#fontemenu2{
    font-family:Franklin Gothic Demi, Verdana, Geneva, sans-serif;
    font-size:14px;
    color:#000000;
    font-weight:bold;
}

#linha{
    height:2px; 
    border:none; 
    color:#999999; 
    background-color:#999999; 
    margin-top: 4px; 
    width:100%;
}

#linhavertical{
    background-color:#999999;
    width:2px;
    height:100%;	
}

#combo {

    padding: 5px;
    border: solid 5px #c9c9c9;
    border-radius: 10px;
    -webkit-transition: border 0.3s;
    -moz-transition: border 0.3s;
    -o-transition: border 0.3s;
    transition: border 0.3s;
    width:210px;

}

#botao{
    border : solid 1px #e6e6e6;
    border-radius : 4px;
    moz-border-radius : 3px;
    -webkit-box-shadow : 0px 0px 2px rgba(0,0,0,1.0);
    -moz-box-shadow : 0px 0px 2px rgba(0,0,0,1.0);
    box-shadow : 0px 0px 2px rgba(0,0,0,1.0);
    font-size : 18px;
    color : #696869;
    padding : 1px 17px;
    background : #ffffff;
    background : -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(49%,#f1f1f1), color-stop(51%,#e1e1e1), color-stop(100%,#f6f6f6));
    background : -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 49%, #e1e1e1 51%, #f6f6f6 100%);
    background : -webkit-linear-gradient(top, #ffffff 0%, #f1f1f1 49%, #e1e1e1 51%, #f6f6f6 100%);
    background : -o-linear-gradient(top, #ffffff 0%, #f1f1f1 49%, #e1e1e1 51%, #f6f6f6 100%);
    background : -ms-linear-gradient(top, #ffffff 0%, #f1f1f1 49%, #e1e1e1 51%, #f6f6f6 100%);
    background : linear-gradient(top, #ffffff 0%, #f1f1f1 49%, #e1e1e1 51%, #f6f6f6 100%);
    filter : progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 );

}

#box {
    /*Degrade*/
    background: -moz-linear-gradient(#CC0000, #990000) no-repeat scroll 0 0 transparent;
    /*cantos arredondados*/
    border-radius: 5px 5px 5px 5px;
    /*Sobreamente*/
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);

    width:270px;
    height:310px;
    margin-left: 12px;
    margin-right: 12px;
    margin-bottom: 26px;
    text-align:justify;
    padding: 10px;
}

#imagemprincipal{
    border-radius: 10px;
    width:270px;
    height:230px;
}

#boximovelprincipal{
    border-radius: 10px;
    width:260px;
    height:65px;
    background-color:#281976;
    margin-top:4px;
    padding:6px;
}

#fontetituloboximovel{
    font-family:Franklin Gothic Demi, Verdana, Geneva, sans-serif;
    font-size:14px;
    color:#FFFF00;
    font-weight:bold;
}

#fonteboximovel{
    font-family:Franklin Gothic Demi, Verdana, Geneva, sans-serif;
    font-size:12px;
    color:#FFFFFF;
    font-weight:bold;
}

#fonteboximovel2{
    font-family:Franklin Gothic Demi, Verdana, Geneva, sans-serif;
    font-size:11px;
    color:#FFFFFF;
}


.td_form{
    vertical-align: top;
    padding-left: 70px;
}

.td_form_center{
    padding-left: 70px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    vertical-align: central;
}

.btn_consulta{
    border-radius: 4px;
    font-family:Franklin Gothic Demi, Verdana, Geneva, sans-serif;
    font-size:12px;
    color:#FFFFFF;
    font-weight:bold;
    padding: 5px;
}

.center{
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    vertical-align: central;
}

.top{
    vertical-align: top;
}

#owl-banners .item img{
    display: block;
    width: 100%;
    height: auto;
}