@import url(reset.css);
@import url(fonts.css);
@import url(padrao.css);
@import url(responsivo.css);
@import url(swiper.min.css);

.img a img{filter:alpha(opacity=100);	-moz-opacity: 100;	opacity: 100;	-webkit-transition: opacity 0.5s; transition: opacity 0.5s;	}
.img a img:hover{	filter:alpha(opacity=70);	-moz-opacity: 0.70;	opacity: 0.70;	-webkit-transition: opacity 0.5s; transition: opacity 0.5s;}

body a  { -webkit-transition: background 0.3s ease-in-out; -moz-transition: background 0.3s ease-in-out; -o-transition: background 0.3s ease-in-out; -ms-transition: background 0.3s ease-in-out; transition: background 0.3s ease-in-out; }
body a:hover  { background: 0.3; -webkit-transition: background 0.3s ease-in-out; -moz-transition: background 0.3s ease-in-out; -o-transition: background 0.3s ease-in-out; -ms-transition: background 0.3s ease-in-out; transition: background 0.3s ease-in-out; }

#slider a img:hover{opacity:10!important}

a{ -moz-color: 0.50;	color: 0.50;	-webkit-transition: color 0.5s;	/* Safari */transition: color 0.5s;}
a:hover{text-decoration: none;  -moz-color: 0.50;	color: 0.50;	-webkit-transition: color 0.5s;	/* Safari */transition: color 0.5s;}

.imgfull img{
    float: left;
    width:100%;
    height:auto
}

.mini_header{
    width: 100%;
    position: fixed;
    background: #0089CB;
    padding: 5px 0 0px 0;
    z-index:999;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.30);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.30);
    box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.30);
    display:none
}

.mini_header .loguinho{
    float: left;
    width:auto;
    height:50px
}
.mini_header .nav{
    margin: 15px
}
.mini_header .busca{
    margin-top: 15px;
}

.mini_header  .busca form input[type="submit"] {
    background: url(../image/ic_lupa2.png) center center no-repeat;
}

.mobile{display:none}
.header{
    width: 100%;
    display:block;
    float: left;
    background: #0089CB;
    position: relative;
    padding: 20px 0;
}

.logo{
    position: absolute;
    left:0;
    right:0;
    /*margin: 0 auto 0;*/
    z-index:99;
    width:192px;
    padding:0px;
    top:-23px;
}

.content_header{
    float: right;
    width: 70%; 
    padding: 0px;
    position: relative;
    min-height: 19px;
}

.nav{
    float: left;
    width:auto;
    padding:0px;
    list-style:none;
    margin:  0px;
}
.nav li{
    float: left;
    width:auto;
    padding:0;
    margin:0;
}
.nav li a{
    color: #fff;
    font-weight: normal;
    padding: 0px 34px 0px;
    font-size: 13px;
    display: block;
    font-family: 'swis721_btbold';
}
.nav li a:hover{
    color:#ddd;
}
.clear_nav{padding: 0 0 0 0!important}

.header_2{
    width: 100%;
    display:block;
    float: left;
    background-color: rgba(0,0,0, 0.7);
    padding:10px  0px;
    padding: 15px 0;
    position: absolute;
    top: 59px;
    z-index:9;
}

.ic_h{
    float:left;
    width:auto;
    color:#fff; 
    font-size:12px;

}
.ic_h:before{
    float: left;
    width:15px;
    height: 15px;
    background: url(../image/ic_fone.png)  left no-repeat;
    content:"";
    margin-right: 5px;
    margin-top:2px;

}

.busca{
    float:right;
    width:31%
}
.busca form input[type="text"] {
    padding: 0 5px;
    width:90%;
    float: lef;
    border: none;
    background:transparent;
    border-radius:0;
    color:#fff;
    font-size:12px!important;
}
.busca input::-webkit-input-placeholder { color:#fff!important; font-size:12px!important;}
.busca input:-moz-placeholder { color:#fff!important; font-size:12px!important;}
.busca form input[type="submit"] {
    border: none;
    width:5%;
    float: right;
    height:15px;
    background: url(../image/ic_lupa.png) center center no-repeat;
    cursor: pointer;

}

#pagination_slider{position: absolute; z-index:999; }
#pagination_slider .swiper-pagination-bullet{border-radius:50px;border: none; background:#fff; }
#pagination_slider .swiper-pagination-bullet-active{background:#0089CB!important}
#pagination_slider  {  width: 99.9%; bottom: 40px!important;  text-align:center!important;  }
#next_slider{
    background: url(../image/seta_1.png) top right no-repeat;
    width:25px;
    height:67px;
    right:10px!important;
    position: absolute;
    left:auto;
    top:45%;
    opacity:0.5
}
#prev_slider{
    background: url(../image/seta_1.png) top left no-repeat;
    width:25px;
    height:67px;
    left:10px!important;
    position: absolute;
    top:45%;
    opacity:0.5
}
#prev_slider:hover{opacity:10}
#next_slider:hover{opacity:10}


#next_slider_2{
    background: url(../image/seta_1.png) top right no-repeat;
    width:25px;
    height:67px;
    right:10px!important;
    position: absolute;
    left:auto;
    top:60%;
    opacity:0.5
}
#prev_slider_2{
    background: url(../image/seta_1.png) top left no-repeat;
    width:25px;
    height:67px;
    left:10px!important;
    position: absolute;
    top:60%;
    opacity:0.5
}
#prev_slider_2:hover{opacity:10}
#next_slider_2:hover{opacity:10}

.saudacao h1{
    text-align:center;
    font-size:30px;
    text-transform: uppercase;
    position: relative;
    padding:20px 0px 20px 0px;
}
.saudacao h1:before{
    background:#0089CB;
    width:55px;
    height:4px;
    content:"";
    position: absolute;
    left:0;
    right:0;
    margin: 0 auto 0;
    bottom: 10px;
}

.saudacao p {
    font-size:20px;
    margin:20px 0;
    padding: 0 14%;
    text-align:center;
    color:#888;
    line-height:25px;
    font-family: 'swis721_lt_btlight';

}

.setor{float: left; width:100%; padding:0 7.5%; margin: 20px 0}
.setores{
    float: left;
    width:32%;
    padding: 0 30px;
    margin: 4% 0;
    border-right:solid 1px #ccc
}

.setores:nth-child(2) {
    margin: 4% 2%
}

.setores:nth-child(3) {
    border-right:none
}


.setores img{
    float: left;
    margin-right: 20px;
}
.setores h2{
    width:73%;
    line-height:19px;
    font-size:24px;
    padding:0px;
    font-family: 'swis721_lt_btlight';
}
.setores h2 span{
    display:block;
    font-size:13px;
}
.setores p{
    display:block;
    font-size:16px;
    float:left; 
    width:100%;
    text-align:left;
    margin: 15px 0 0 0 
}


#novidades  {margin: 25px 0;}
#novidades .swiper-slide{width:49%}
#novidades .swiper-wrapper{ left: -305px;}
#pagination_novidades  {bottom:0px!important; position: relative}
#pagination_novidades .swiper-pagination-bullet{border-radius:50px;border: none; width:13px; height:13px;  background:#ddd; margin: 0 6px }
#pagination_novidades  .swiper-pagination-bullet-active{background:#0089CB!important}

.novidades {
    margin: 10px 0 30px 0
}
.novidades h1{
    text-align:center;
    font-size:30px;
    text-transform: uppercase;
    position: relative;
    padding:5px 0px 5px 0px;
    font-family: 'swis721_lt_btlight';
    border-bottom: solid 1px #ddd
}
.novidades h1:before{
    background:#0089CB;
    width:55px;
    height:4px;
    content:"";
    position: absolute;
    left:0;
    right:0;
    margin: 0 auto 0;
    bottom:-2px;
}
.novidade{
    float: left;
    width: 100%;
}
.novidade a{
    padding: 20px 0px;
    color:#006633;
}
.novidade h2{
    padding: 10px 0px;
}
.novidade p{
    text-align:left!important;
    float: right;
    width: 70%;
    color:#888;
    margin-top: 20px;
    padding-right:60px;
    margin-bottom: 30px;
}

#venda{
    background: #F1F1F1;
    padding: 35px 0px;
    position: relative;
    float: left;
    margin: 30px 0 0 0;
    width: 100%;
    height: auto;
}

#venda h1{
    text-align: center;
    font-size: 30px;
    text-transform: uppercase;
    position: relative;
    padding: 5px 0px 5px 0px;
    margin-bottom: 40px;
    font-family: 'swis721_lt_btlight';
    border-bottom: solid 1px #ddd;
}

#venda h1:before{
    background: #0089CB;
    width: 55px;
    height: 4px;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto 0;
    bottom: -2px;
}

.imovel{
    float: left;
    width:31.33%;
    height: auto;
    min-height: 525px;
    position: relative;
    margin: 0px 1% 25px;
    background: #fff;
    border-bottom: 1px solid #0089cb;
    padding: 25px;
}

.imovel h2{
    font-size:22px;
    font-family: 'swis721_lt_btlight';
    padding-top: 20px;
}

.imovel span span{
    margin: 0 15px;
}

.imovel span{
    font-size:14px;
}

.imovel a{ font-size:17px; transition: all 0.7s ease; -webkit-transition: all 0.7s ease; }

.imovel a:hover{
    color: #0089CB;
}

.imovel  p{
    font-size:14px;
    margin: 15px 0;
    display:block;
    text-align:left
}

.ver_todos{float: left; width:100%; display:block; text-align:center; margin: 20px 0px 0px 0px; }

a.todos{
    display: inline-block;
    padding:12px 30px;
    background:#0089CB;
    border: solid 1px #0089CB;
    color:#fff;
    font-size:18px;
    font-family: 'swis721_lt_btlight';
    transition: all 0.7s ease; -webkit-transition: all 0.7s ease;
}

a.todos:hover {
    background:#fff;
    color:#0089CB;
}

.copy{
    text-align:right;
}

.copy span{
    display:block
}
.copy a{
    display:block;
    margin-top: 10px;
}
.copy a span{
    font-size:10px
}
.copy a img{
    float:right;
}



.rodape{
    padding:10px 0;
    background:#F5F5F5;
    border-top: solid 1px #0089CB;
    float: left;
    margin-top: 20px;
}
.footer{
    padding:25px 0;
    background:#E6E6E6;
    float: left;
}

.barra{height:30px; background:#333; float: left;}

.navf{
    float: left;
    width:auto;
    padding:0px;
    list-style:none;
    margin:  0px;
}
.navf li{
    float: left;
    width:auto;
    padding:0;
    margin:0;
}
.navf li a{
    padding:0px 30px 0px 0px;
    font-size:13px;
    display:block;
}


.ic_map{
    float:left;
    width:auto;
    color:#000; 
    font-size:13px;
    background: url(../image/ic_mapa.png) 0 5px no-repeat;
    padding-left:35px;
}
.ic_map h2{
    display:block
}
.ic_map p{
    display:block
}

.redes{
    padding-bottom:10px;
    float: left;
    border-bottom: solid 1px #999
}
.redes span{
    font-size:14px;
    padding: 10px 0px 0px 0px;
    float:left;
}

/*// .redes a { width: 29px; height: 29px; display: block; position: relative; float: left; text-decoration: none; cursor: pointer; }*/

.ic_fone{
    float:left;
    width:auto;
    color:#333; 
    font-size:22px;
    margin-top:20px;
}
.ic_fone:before{
    float: left;
    width:24px;
    height: 25px;
    background: url(../image/ic_fone_2.png)  left no-repeat;
    content:"";
    margin-right: 10px;
    margin-top:-5px

}

.ela{
    position: absolute; 
    right:-30px;
    bottom:-55px;
    z-index:9
}

.nav_mobile{
    float: left;
    width:100%;
    padding:0px;
    list-style:none;
    margin:0px 0px 0px 0px;
    background:#336699;
    display:none;
}

.nav_mobile li{
    float: left;
    width:100%;
    padding:0px 0px;
}
.nav_mobile li a{
    color:#fff;
    font-weight:bold;
    padding:10px 0px;
    text-align:center;
    width:100%;
    float: left;
    text-transform:uppercase;
    border-top: solid 1px #153C63;
}

.ic_menu { z-index: 999; position: fixed; top: 17px; right: 3%; margin:0px; display: none; float:right; width:30px; height: 25px; background:url('../image/ic_menu.png') top center no-repeat; } 
.ic_menu_active { background:url('../image/ic_menu.png') bottom center no-repeat;} 

#missao_visao { border-top: 1px solid #ddd; padding: 30px 0px; margin: 50px 0px 10px; background-color: #f9f9f9; }
.traco_azul { background:#0089CB; width:55px; height:4px; content:""; position: relative; left:0px; right:0px; margin: 0px auto; bottom:-50px; }

a.img_imoveis { display: block; float: left; font-size: 0; height: 208px; position: relative; text-indent: -1500px; width: 100%; opacity: 1; text-decoration: none; transition: all 0.7s ease; -webkit-transition: all 0.7s ease; }
a.img_imoveis:hover { text-decoration: none; opacity: 0.6; }

a.galeria_imagens_separado { opacity: 1; position: relative; width: 21%; text-align: center; height: auto; float: left; margin: 13px 3% 20px 0px; font-size: 0px; color: #FFF; text-decoration: none; background-color: transparent; padding: 0px; -webkit-border-radius: 4px 4px 4px 4px; border-radius: 4px 4px 4px 4px; transition: all 0.7s ease; -webkit-transition: all 0.7s ease; }
a.galeria_imagens_separado:hover { text-decoration: none; opacity: 0.6; }

a.links_leia_mais { -webkit-box-shadow: none; float: left; box-shadow: none; position: relative; width: auto; height: auto; margin: 30px 0px; font-size: 14px; font-family: 'Calibri'; color: #FFF; text-decoration: none; background-color: #0089CB; padding: 13px 20px; transition: all 0.7s ease; -webkit-transition: all 0.7s ease; }
a.links_leia_mais:hover { background-color: #365899; }

.valorimovel { color: #0089CB; font-size: 23px; font-weight: 700; }

#posicao_pesquisa { padding: 30px; width: 100%; position: relative; float: left; -webkit-border-radius: 5px 5px 5px 5px; border-radius: 5px 5px 5px 5px; background-color: #F9F9F9; border: 1px solid #F1F1F1; }

.padding_mini_header { padding: 0px 30px 0px 0px!important; }

#blog_home { position: relative; float: left; width: 100%; height: auto; padding: 10px 0px 30px; }

#blog_home h1{
    text-align:center;
    font-size:30px;
    text-transform: uppercase;
    position: relative;
    padding:20px 0px;
    margin-bottom: 25px;
}
#blog_home h1:before{
    background:#0089CB;
    width:55px;
    height:4px;
    content:"";
    position: absolute;
    left:0;
    right:0;
    margin: 0 auto 0;
    bottom: 10px;
}

.blog{
    float: left;
    width:31.33%;
    height: auto;
    position: relative;
    margin: 0px 1% 25px;
    background: #fff;
    border-left: 1px solid #0089cb;
    padding: 25px;
    background-color: #F1F1F1;
}

.blog h2 { font-size: 20px; font-family: 'swis721_lt_btlight'; padding: 20px 0px 10px; }
.blog a { font-size:12px; transition: all 0.7s ease; -webkit-transition: all 0.7s ease; }
.blog a:hover { color: #0089CB; }

.padding_content { padding: 60px 0px 40px; }

#video_galeria_quem_somos .caixa_galeria { margin: 0px 1% 30px; }

#obras .imovel { min-height: auto!important; }