/* 
    Document   : style
    Created on : 20/08/2012, 14:14:02
    Author     : User
    Description:
        Purpose of the stylesheet follows.
*/

/* #### Generated By: http://www.cufonfonts.com #### */

@font-face {
    font-family: 'Myriad Pro Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Regular'), url('myriadpro-regular.woff') format('woff');
}

@font-face {
    font-family: 'Myriad Pro Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Bold'), url('MYRIADPRO-BOLD.woff') format('woff');
}

* {
    box-sizing: border-box;
}
body{
    background: #dcdcdc url(../images/site/background.jpg) repeat;
    padding: 0;
    margin: 0;
    /*font-family: "Ubuntu","Verdana", "Sans-Serif";*/
   font-family: 'Open Sans', sans-serif;
    color: #606060;
}

h2{
    font-size: 16px;
    font-weight: bold;
}

p{
    font-size: 12px;
    text-align: justify;
}

br{
    font-size:10px;
    line-height: 10px;
    height: 10px;

}


a, a:hover, a:visited, a:active{
    color: #606060;
    text-decoration:none;
}

/*
a:hover{
    text-decoration: underline;
}
*/

a{
    text-decoration: none;
}

.wrapper{
    width: 940px;
    margin:auto;
}

.banner{
    margin-bottom: 50px;
}


.banner-wrapper{
    width: 940px;
    height: 310px;
    margin: 0 auto 30px auto;
    /*overflow: hidden;*/
}

.media-wrapper{
    width: 680px;
    height: 375px;
    padding: 5px;
    background-color: #FFF;
    /*overflow: hidden;*/
}

.topbar{
    display: none;
    background: #333132;
    width: 100%;
    height: 50px;
}

.header{
    width: 100%;
    height: 120px;
    overflow: hidden;
    color: #606060;
    background: #FFFFFF;
}

.header .info-header {
    float: right;
    font-size: 16px;
    margin-top:20px;
    width: 300px;
    text-align: right;
}
.header .info-header p {
    font-size: 14px;
    text-align: right;
    font-weight: lighter;
    text-transform: uppercase;
}

.header .info-header .tel {
    color: #ea353d;
    font-weight: bold;
    font-size: 12px;
}
.topbar img{
}

.banner{
    width: 100%;
    height: 320px;
    padding: 20px 0px;
    position: relative;
}


.content{
    width: 100%;
/*    height: 1000px;*/
    display: inline-block;
    margin: 20px 0 60px;
}

.top-menu{
    height: 60px;
    width: 100%;
    font-size: 12px;
    font-weight: bold;
    position: relative;
    border-top: #D4D4D4 solid 1px;
    border-bottom: #D4D4D4 solid 1px;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 5px 14px 0px rgba(50, 50, 50, 0.4);
    -moz-box-shadow:    0px 5px 14px 0px rgba(50, 50, 50, 0.4);
    box-shadow:         0px 5px 14px 0px rgba(50, 50, 50, 0.4);
    overflow: hidden;
}

.top-menu ul{
    list-style-type: none;
    float: left;
    margin: 0px;
    height:40px;
    padding:0;
}

.top-menu ul li{
    float: left;
    border-left: #D4D4D4 solid 1px;
    padding: 21px;
    color: #606060;
    height: 58px;
}

.top-menu ul li.last{
    border-right: #D4D4D4 solid 1px;
}

.top-menu a {
    color: #606060;
    text-decoration: none;
    font-weight: lighter;
}

.top-menu a:hover {
    color: #FA625F;
    text-decoration: none;
}

.footer{
    height: 240px;
    width: 100%;
    margin: 200px 0 0 0;
    background: #111111 url(../images/site/bg-footer.png) repeat;;
    color: #C6C6C6;
    font-size: 11px;
}

.footer img.vector{
    position: relative;
    top: -100px;
}

img.diastec{
    display: none;
    float: left;
    opacity: 0.7;
    -moz-opacity:0.7;
    filter:alpha(opacity=70);
    margin-top:10px;
}

.footer .menu{
    height: 20px;
    width: 700px;
    margin: auto;
    margin-top: -110px;
    margin-bottom: 20px;
    font-size: 15px;
}

.footer .menu ul{
    list-style-type: none;
}

.footer .menu ul li{
    float: left;
    margin:0px 20px;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
}

.footer a{
    color: #C6C6C6;
    text-decoration: none;
}

.footer a:hover{
    color: #CCC;
    text-decoration: none;
}

.footer .address ul{
    list-style-type: none;
    font-size: 11px;
    margin:0;
    padding:0;
    color: #CCC;
}

.footer img.mark{
    opacity: 0.7;
    -moz-opacity:0.7;
    filter:alpha(opacity=70);
}

.footer .diastec{
    margin-top: -50px;
}

.footer .address ul li.phone{
    color: #C6C6C6;
    font-size: 11px;
    margin-top: 10px;
}

/*slider*/

.arrow{
    margin-top: -120px;
    cursor: pointer;
    opacity: 1;
}

.arrow:hover{
    opacity: 0.8;
}

.left{
    float: left;
}

.right{
    float: right;
}


.sliders-wrap-inner li img{
    width:100%;
}

.main-slider-content{
    width: 100%;
}

.navigator-content{
    width: 100%;
    height: 100%;
    position: absolute;
    top:240px;
    left: 0px;

}

.navigator-wrapper {
    height: 20px;
    width: auto;
}

.navigator-wrap-inner li{
    border: none;
    float: left;
}

/*content*/


.content-center{
/*    width: 620px;*/
    width: 100%;
    padding: 10px 10px 10px 0px;
    float: left;
}

.content-right{
    display: none;
    width: 300px;
    padding: 10px 0px 10px 10px;
    margin-top: 30px;
    float: left;
}


div.titulo{
    height: 16px;
    width: 100%;
    font-size: 20px;
    color: #606060;
    text-transform: uppercase;
    background: none;
    padding: 5px 0 0 0;
    margin: 20px 0 10px 0;
}

div.titulo h1{
    float: left;
    margin-top: -4px;
    font-size: inherit;
    font-weight: normal;
    width: 100%;
    font-weight: bold;
    text-transform: uppercase;
    
}


.foto{
    width: 300px;
    height: 220px;
    margin-right: 10px;
    margin-bottom: 10px;
    float: left;
    border: solid 1px #ccc;
}
.noticias{
    width: 100%;
/*    height: 360px;*/
    letter-spacing: 0.04em;
    line-height: 1.45em;
    float: left;
}

.noticia{
/*
    width: 290px;
    height: 385px;
    padding: 5px;
    background:#FFF;
    border: 1px solid #ccc;
    margin-top: 20px;
    float: left;
*/
    width: 48%;
    height: 455px;
    background: #FFF;
    margin-top: 20px;
    float: left;
    margin: 1%;
    position: relative;
}

.noticia_full{
    width: 98%;
    height: 500px;
}

.noticia_full img{
    width: 100%;
}

.noticia_full .texto{
    height: 120px !important;
}

.container-img {
    height: 50%;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.noticia img{
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 100%;
/*
    width: 290px;
    height: 200px;
*/
}

.noticia h2 {
    text-transform: uppercase;
    color: #363636;
    padding: 2% 2%;
    border-bottom: 1px solid #ccc;
/*    margin: 0 4%;*/
        margin: 2% 4% 0;
    font-size: 20px;
}

.info{
    width: 100%;
    height: 180px;
}

.noticias .texto{
    height: 70px;
    overflow: hidden;
    letter-spacing: 0.04em;
    line-height: 1.45em;
    padding: 5% 0;
    margin: 0 4%;
    font-size: 12px;
}

.more{
/*
    float: right;
    color: #ccc;
    font-weight: bold;
    font-size: 12px;
    text-decoration: none;
    margin-top: 0px;
*/
    float: right;
    color: white;
    font-size: 14px;
    text-decoration: none;
    font-weight: lighter;
    margin-top: 0px;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: right;
    padding: 10px;
/*    background: #EA353D;*/
    background:  #EA353D url("../images/site/more-seta.png") no-repeat;
    background-position: center right 10px;
    padding-right: 40px;

}

.more:hover, .more:visited, .more:active{
    background-color: #EA3535;
    text-decoration: none !important;
    color: #fff;
}
.novidades .noticia {
    width: 32%;
    height: 300px;
    margin: 0.5%;
}

.novidades .container-img {
    height: 70%;
}

.novidades .container-tit {
    position: relative;
    height: 30%;
    bottom: 0;
}
.novidades h2 {
    border-bottom: none;
    font-size: 16px;
    line-height: 20px;
    margin: 0 auto;
    position: absolute;
    padding: 5%;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.sobre{
    width: 100%;
    height: auto;
    float: left;
    margin-right: 28px;
    letter-spacing: 0.04em;
    line-height: 1em;
}

.obras{
    width: 330px;
    height: 350px;
    float: left;
}

.obras .foto{
    width: 180px;
    height: 120px;
    margin-top: 14px;
}

.parceiros{
/*    width: 100%;*/
/*    height: 360px;*/
}

.parceiros-list{
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.parceiros-list li{
    width: 100%;
    height: 100px;
    margin-bottom: 10px;
    border: solid 1px #ccc;
    cursor: pointer;
}

.parceiros-list li img{
    width: 100%;
    height: 100px;
}

.parceiros-list li{
    width: 100%;
    height: 100px;
    margin-bottom: 10px;
    border: solid 1px #ccc;
    cursor: pointer;
}

.parceiros-list li img{
    width: 100%;
    height: 100px;
}

.servicos-list{
    list-style-type: none;
    padding: 0;
    margin: 20px 0 0 0;
}

.servicos-list li{
    width: 100%;
    height: 250px;
}

.servicos-list div{
    width: 100%;
    color: #ccc;
    font-weight: bold;
    font-size: 14px;
}

.servicos-list .foto{
    margin: 10px 10px 10px 0px;
    width: 98%;
    height: 170px;
}

.list-interna{
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.list-interna li.noticia-item{
/*
    width: 310px;
    height: 355px;
    float: left;
*/
    width: 32%;
    /* height: 476px; */
    float: left;
    margin: 20px 0.5%;
}

.list-interna div.noticia{
    width: 100%;
    color: #666;
    font-size: 14px;
    overflow: hidden;
}

.list-interna div.noticia div{
    font-weight: bold;
}

.list-interna .foto{
    margin: 10px 10px 10px 0px;
    width: 120px;
    height: 70px;
}

.data{
    float: right;
    color: #ccc;
    font-weight: bold;
    font-size: 11px;
    text-decoration: none;
    margin-top: 0px;
}

.summary{
    text-align: left;
}

/* form */

.table-form{
    width: 100%;

}

input, textarea{
    background-color: #fff;
    border: solid 1px #CCC;
    padding: 5px;
    color: #606060;
    font-weight: bold;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
}

input[type=text], textarea{
    width: 100%;
}

textarea{
    height:200px;
}

label{
    color: #ccc;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
}

input[type=submit]{
    cursor:pointer;
    float: right;
    margin-right: -10px;
}

.justify{
    text-align: justify;
    font-size: 12px;
    letter-spacing: 0.04em;
    line-height: 1.45em;
}

.bottombar{
    background: #333132;
    width: 100%;
    height: 60px;
    padding: 10px 0;
}

.bar{
    height:8px;
    width:400px;
    float: right;
    margin: 10px;
    background: #EB1C24;
}


.social{
    height: 20px;
    margin-top:-5px;
    float: right;
    list-style-type: none;
    padding-top: 0px;
}

.social a{
    text-decoration: none;
    float: left;
    color: #fff;
    margin-left: 10px;
}

.fone{
    margin-top: 21px;
   
}
.facebook{
    margin-top: 16px;
}

.social div{
    height:20px;
    width: 16px;
    padding: 5px 7px;
    border-radius: 30px;
    background: #575757;
    color: #323232;
    margin:0;
    text-align: center;
}

.social div:hover{
    background: #CACACA;
    color: #333132;
}

.social-bottom{
    margin-top: -100px;
    font-size:16px;
}

#arrow-scroll{
    float: right;
}


/* Tiny Carousel */

#slider1 { height: 650px; width: 300px; overflow:hidden; padding: 0 0 0 0; position:relative }
#slider1 .viewport { float: left; width: 100%; height: 560px;  letter-spacing: 0.04em; line-height: 1.45em; overflow: hidden; position: relative; }
#slider1 .buttons { 
    display: block;
    margin: auto;
    /*background-position: 0 -38px;
    text-indent: -999em; float: left;*/
    width: 100%;
    height: 40px;
    overflow: hidden;
    position: relative;
    letter-spacing: 0.04em;
    line-height: 1.45em;
}
#slider1 .buttons:hover{opacity(0.8,80);}
#slider1 .next {  background:url("../images/site/arrow-bottom.jpg") no-repeat;  }
#slider1 .prev {  background:url("../images/site/arrow-top.jpg") no-repeat;  }


#slider1 .disable { visibility: hidden; }
#slider1 .overview { list-style: none; position: absolute; padding: 0; margin: 0; width: 100%; left: 0; top: 0; }
#slider1 .overview li{ float: left; margin: 0 20px 0 0; padding: 1px;  width: 100%; height:360px; }


.amazingslider-watermark-0{
    opacity:0 !important;
    -moz-opacity:0 !important;
    filter:alpha(opacity=0) !important;
}

.amazingslider-arrow-left-0 {
    /*top:23% !important;*/
}

.amazingslider-arrow-right-0 {
    /*top:23% !important;*/
}

.barra-mayer {
    display: none;
    width: 100%;
    height: 53px;
    background: url("../images/bg-barra.png") repeat-x;
    bottom: 0;
    position: fixed;
    z-index: 999999
}

.barra-mayer .barra-dados-mayer {
    float: left;
    margin: -26px 0 0 -470px;
    width: 940px;
    left: 50%;
    height: 75px;
    background: url("../images/barra-mayer.png") no-repeat;
    background-size: 100%;
    position: relative;
}

.barra-mayer .barra-dados-mayer a.face-barra {
    float: right;
    margin: 31px 0 0 0;
    width: 40px;
    height: 40px;
}

.barra-mayer .barra-dados-mayer a.mail-barra {
    float:right; 
    width: 220px; 
    height:40px; 
    margin: 33px 260px 0 0;       
}


/*pagina de imovies*/

#imoveis{
    width: 100%;
    
}
.row02 .empreendimentos  {
    float: left;
/*    margin: 15px 26px 15px 0;*/
    width: 50%;
    padding: 3%;
    position: relative;
    
}

.row02 .empreendimentos:first-child {
/*    padding-right: 30px;*/
    border-right: 1px solid #CCC;
}

.row02 .empreendimentos h2 {
    float:left;
    width:100%;
    margin:0 0 25px 0;
    color:#888888;
    text-transform: uppercase;
}

.row02 .empreendimentos:nth-child(2n){
    
    margin-right: 0;
}

.row02 .andamento-obras {
    float:left;
    margin:0 0 15px 45px;
    width:43%;
    padding:15px 0;
    border-top: 1px dotted #ccc;
}
.row02 .andamento-obras a {
    float: left;
    margin: 5px 0 0 25px;
    color: #777;
    font-weight: bold;
    font-size: 15px;
}
.row02 .andamento-obras a.veja {
    float: right;
    width: 100px;
    margin: 103px 23px 0 0;
    padding: 3px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #ed1c24;
    font-size: 12px;
    text-align: center;
    color: #FFF;
    font-weight: normal;
    cursor: pointer;
}
.row02 .empreendimentos a {
    /*float:left;*/
    /*margin:5px 0 0 25px;*/
    color:#777;
    font-weight:bold;
    font-size:15px;
    text-decoration: none;
}

.empreendimentos .nome-imovel:hover{
    text-decoration: underline;
}

.row02 .empreendimentos.nome-imovel{
    margin-bottom: 15px;
    display: block;
}

.row02 .empreendimentos a img {
    float:left;
    border:2px solid #CCC;
    margin-right: 20px;
}
.row02 .empreendimentos .resumo {
    /* float: left; */
    /* width: 220px; */
/*    height: 110px;*/
    /* margin: 25px 0 0 25px; */
    font-size: 13px;
    color: #888;
    text-align: justify;
    overflow: hidden;
}
.row02 .resumo  p {
    margin:0 0 10px 0 !important;
}
.row02 .resumo  p strong{
    font-weight:bold !important;
}
.row02 .empreendimentos .mais {
    width: 42%;
    float: right;
    margin: 20px auto;
    display: block;
    padding:3px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background:#ed1c24;
    font-size:12px;
    text-align:center;
    color:#FFF;
    font-weight:normal;
    cursor:pointer;
/*
    position: absolute;
    right: 30px;
    bottom: 0;
*/
}
.row02 .empreendimentos .mais:hover {
    text-decoration:none;
}
.row02 .galeria-obras {
    float:left;
    margin:0 0 0 85px;
}
.row02 .galeria-obras h3{
    font-size:17.5px;
}
.row02 .galeria-obras h4{
    float: left;
    margin: 0 0 15px 0;
    width: 100%;
    font-size: 15.5px;
}
.row02 .galeria-obras a img {
    margin:0 0 0 8px;
    padding: 3px;
    background: #FFF;
    border: 1px solid #CCC;
}
.row02 .galeria-obras a img:hover {
    background: #CCC;
}
.row02 .logo-empreendimento {
    float:left;
    width:250px;
    margin:20px 0 0 67px;
}
.row02 .imagem-empreendimento {
    float:right;
    /*border:2px solid #CCC;*/
    margin:20px 80px 0 0;
    width:200px;
}
.row02 .imagem-empreendimento small {
    float:left;
    /*position: absolute;*/
    width: 200px;
    bottom: 180px;
    margin:0 0 4px 0;
    text-align: center;
    line-height: 1.2;
    color: #777;
}
.row02 .imagem-empreendimento img  {
    border:2px solid #CCC;
}

/* pagina interna */

.conteudo-imovel .logo-empreendimento {
    float: left;
    width: 250px;
    margin: 20px 0 0 0;
    display: none;
}

.conteudo-imovel .imagem-empreendimento {
    float: right;
    border: 2px solid #CCC;
    margin: 20px 0 20px 0;
    width: 250px;
}

.conteudo-imovel .resumo {
    float: left;
    width: 510px;
    margin: 15px 0 0 0;
}

.conteudo-imovel .detalhes {
    float: left;
    width: 29%;
    margin: 25px 0 0 0;
    padding-top: 15px;
    position: relative;
}

.conteudo-imovel .detalhes2 {
    float: left;
    width: 23%;
    margin: 25px 0 0 0;
    padding-top: 15px;
    position: relative;
}

.conteudo-imovel .box-detalhes{
    width: 100%;
    border-top: 1px dotted #CCC;
    clear: both;
    position: relative;
}

#contact {
    float: right;
    margin: 0 0 25px 0;
    width: 242px;
    right: 0;
    /*position: absolute;*/
    top: 0;
}

#contact input {
    font-size: 1em;
    padding-left:10px;
    width:230px;
    margin:7px 0 0 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border:1px solid #CCC;
    padding:5px;
    color:#333;
    font-family: 'Open Sans', sans-serif;
}

#contact textarea#mensagem {
    height:72px;
    font-size: 1em;
    padding-left:10px;
    width:230px;
    margin:10px 0 0 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border:1px solid #CCC;
    padding:5px;
    color:#333;
    font-family: 'Open Sans', sans-serif;
}

#contact input.enviar {
    width:120px;
    background:red;
    color:#FFF;
    font-size:0.9em;
    text-transform:uppercase;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border:0 none;
    padding:5px 0;
    cursor:pointer;
    margin:10px 0 0 56px;
    font-weight:bold;
} 

#contact h3 {
    margin: 58px 0 10px 0;
    padding: 0px;
    width: 242px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    color: #FFF;
    border-radius: 3px;
    font-size: 1em;
    background-color:red;
}

.error {
    float: left;
    width: 235px;
    margin: 5px 0 7px 5px;
    color: red;
    font-size: 0.8em;
    font-weight: bold;
}

/**/

.container{
    margin: 0 auto;
    clear: both;
    float: left;
    margin-top: 35px;;
}

#tab-content{
    height: 379px;
    overflow-y: auto;
}

ul.tabs{
    margin: 0px;
    padding: 0px;
    list-style: none;
}
ul.tabs li{
    background: none;
    color: #222;
    display: inline-block;
    padding: 10px 15px;
    cursor: pointer;
}

ul.tabs li.current{
    background: #ededed;
    color: #222;
}

.tab-content{
    display: none;
    background: #ededed;
    padding: 15px;
}

.tab-content.current{
    display: inherit;
}

#feedback2{
    position: absolute;
    width: 242px;
    height: 343px;
    background: #CAF0CE;
    font-weight: bold;
    top: 0;
    right: 0;
    display: none;
}

#feedback2 p{
    text-align: center;
    font-size: 2em;
    line-height: 1.1;
}

.btn-fechar{
    float: right;
    margin: 10px 10px 0;
}


.lista-galeria{
    margin: 0;
    padding: 0;
}

.lista-item{
    width: 140px;
    height: 140px;
    display: inline-block;
    overflow: hidden;
    position: relative;
    margin-right: 6px;
    margin-bottom: 6px;
}

.lista-item:nth-child(6n){
    margin-right: 0;
}


.fancybox-thumb{
    display: block;
}

/* Qualitare - Dez/15*/

.banner .slider-banner {
    width: 940px;
    height: 310px;
    margin: auto;
    background: transparent;
/*    overflow: hidden;*/
}

.parceiros{ 
width: 940px;
margin: 0 auto 90px;
}

.slider-parceiros {
    width: 940px;
    height: 250px;
    margin: auto;
    background: transparent;
}


.parceiros .slider-parceiros .slick-slide {
    border-right:1px solid #CCCCCC;
}
.slider-parceiros .img-parceiro {
    overflow: hidden;
    height: 250px;
    margin: 10px;
    background: white;
    text-align: center;
    position: relative;
    
    
}
.slider-parceiros .img-parceiro img {
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
      top: 50%;
      transform: translateY(-50%);
        max-width: 80%;
    
}
.slider-parceiros .slick-dots {
    background: transparent;
    border:none;
    bottom: -90px;
}

.tit {
    text-transform: uppercase;
    font-weight: lighter;
    font-size: 30px;
    margin-top: 50px;
}

.atendimento-online {
    float:right;
}

.btn-container {
    text-align: center;
    width: 100%;
}
.btn-novidades {
    width: 301px;
    height: 61px;
    background:  #EA353D url("../images/site/more-seta.png") no-repeat;
    background-position: center right 25px;
    padding-right: 40px;
    color: #fff !important;
    display: inline-block;
    margin: 40px auto;
    position: relative;
}

.btn-novidades span{
font-size: 14px;
font-weight: 700;
text-align: center;
text-transform: uppercase;
margin: 0 auto;
position: absolute;
left: 0;
right: 0;
top: 50%;
transform: translateY(-50%);
}

.btn-novidades:hover {
    background-color: #EA3535;
}