/* ==========================================================================
   Template do Site
   ========================================================================== */

/* Geral */

body {
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    background: #F6F6F6 url('../img/bg-site.jpg') repeat-x;
}

input,
select,
textarea,
button {
	outline: 0;
}

.semi-bold {
    font-weight: 600;
}

/* Topo do Site
   ========================================================================== */  

#header {
    height: 140px;
    background: url('../img/bg-header.jpg') no-repeat center top;
}

.header-logo {
    width: 160px;
    height: 140px;
    background-color: #FFFFFF;
    text-align: center;
    float: left;
}

.header-logo img {
    margin-top: 14px;
}

.header-menu {
    position: relative;
    width: 100%;
    height: 34px;
    background-color: #015F9D;
    margin-bottom: 17px;
    z-index: 9999;
}

.header-menu li {
    border-left: 1px solid #347FB1;
}

.header-menu li:first-child {
    border-left: none;
}

.header-menu li a {
    font-size: 10px;
    font-weight: 600;
    color: #FFFFFF;
    padding: 0 12px;
    line-height: 34px;
}

.header-menu li a:hover {
    color: #80CDFF;
}

.header-busca {
    width: 100%;
}

.header-busca-form {
    width: 78%;
    float: left;
}

.header-busca-form-inner {
    border: 1px solid #F7F7F7;
    border-right: none;
    padding: 11px 0 15px 37px;
    background: #E9E9E9 url('../img/icon-busca.jpg') no-repeat 12px 14px;
}

.header-busca .form-campo {
    float: left;
    margin-right: 10px;
}

.header-busca label {
    font-size: 9px;
    color: #1D1D1D;
    line-height: 13px;
    font-weight: 600;
    margin-left: 1px;
    margin-bottom: 4px;
}

.campo-size-1 { width: 118px; }
.campo-size-2 { width: 98px; }
.campo-size-3 { width: 76px; }
.campo-size-4 { width: 152px; }

.header-busca select {
    width: 100%;
    font-size: 12px;
    padding: 4px 5px;
}

.header-busca button {
    width: 76px;
    height: 30px;
    margin-top: 16px;
    border: none;
    background: url('../img/btn-buscar.jpg');
    text-indent: -99999px;
}

.header-busca-redes {
    width: 19%;
    float: left;
}

.header-busca-redes-inner {
    width: 145px;
    border: 1px solid #E3E3E3;
    background-color: #E3E3E3;
}

.header-busca-redes .redes-item {
    position: relative;
    width: 72px;
    height: 73px;
    background-color: #1A73AD;
    float: left;
    text-align: center;
    line-height: 73px;
}

.header-busca-redes .redes-item-link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url('../img/pixel.png') repeat;
}

.header-busca-redes-inner .redes-item:first-child {
    margin: 0 1px 0 0;
}

/* Rodape do Site
   ========================================================================== */
#footer .container {
    background-color: #FFFFFF;
}

#footer {
    margin-top: 15px;
}

.footer-logo {
    margin: 13px 0 0 34px;
}

.footer-content {
    position: relative;
    padding: 22px 0 35px;
    background-color: #142D65;
}

#footer .header-menu {
    margin-bottom: 0;
}

.footer-endereco {
    float: left;
    margin: 0 58px 0 25px;
    background: url('../img/icon-endereco.png') no-repeat left 7px;
    padding-left: 40px;
    font-size: 16px;
    font-style: italic;
    color: #FFFFFF;
    line-height: 22px;
}

.footer-endereco p {
    margin-bottom: 0;
}

.footer-telefone {
    float: left;
    font-size: 16px;
    font-style: italic;
    font-weight: 300;
    color: #FFFFFF;
    padding-left: 32px;
    line-height: 27px;
    background: url('../img/icon-fone.png') no-repeat left top;
    margin-top: 8px;
    margin-right: 67px;
}

.footer-telefone a {
    color: #FFFFFF;
    text-decoration: none;
}

.footer-email {
    float: left;
    font-size: 16px;
    font-style: italic;
    color: #FFFFFF;
    padding-left: 38px;
    line-height: 17px;
    background: url('../img/icon-email.png') no-repeat left top;
    margin-top: 12px;
}

.footer-email a {
    color: #FFFFFF;
}

.by-natela {
    position: absolute;
    bottom: 8px;
    right: 19px;
    font-size: 12px;
    color: #FFFFFF;
    line-height: 16px;
}

.by-natela:hover {
    color: #FFFFFF;
}


/* ==========================================================================
   Paginas internas
   ========================================================================== */

/* Pagina Inicial
   ========================================================================== */  

/* Banner */

#banner {
    margin-top: 24px;
}

.banner-item {
    display: none;
}

.banner-slides .banner-item:first-child {
    display: block;
}

.banner-item-left {
    width: 699px;
    float: left;
}

.banner-item-right {
    width: 240px;
    float: left;
}

.banner-item-full {
    width: 940px;
}

#banner .banner-item-pag-full {
    left: 870px;
}

.banner-item-pag {
    position: absolute;
    width: 48px;
    height: 30px;
    left: 18px;
    bottom: 25px;
    z-index: 9999;
}

.banner-item-pag .pag-item {
    width: 16px;
    height: 30px;
    float: left;
    background: url('../img/banner-pag.png') no-repeat;
    text-indent: -99999px;
}

.pag-item.pag-prev {
    margin-right: 14px;
}

.pag-item.pag-next {
    background-position: -16px 0;
}

/* Listagem Home */
.lista-emp-home {
    margin-top: 29px;
    padding-bottom: 20px;
}

.emp-home-titulo {
    font-size: 14px;
    color: #7E8E91;
    line-height: 18px;
    margin: 0 0 15px;
    font-weight: 300;
}

.emp-home-titulo .blue {
    color: #015F9D;
    font-weight: 700;
}

.home-emp-item {
    position: relative;
    overflow: hidden;
}

.home-emp .item-1 { width: 57%; height: 380px; float: left; margin-bottom: 20px; }
.home-emp .item-2 { width: 40%; height: 380px; float: right; }
.home-emp .item-3 { width: 48%; height: 230px; float: left; margin-bottom: 20px; }
.home-emp .item-4 { width: 48%; height: 230px; float: left; clear: left; }
.home-emp .item-5 { width: 48%; height: 480px; float: right; margin-top: -250px; }
.home-emp .item-6 { width: 48%; height: 230px; float: left; margin-bottom: 20px; margin-right: 2%; }
.home-emp .item-7 { width: 48%; height: 230px; float: right; margin-bottom: 20px; }

.home-emp-item .item-content-image {
    position: absolute;
    height: 100%;
    z-index: 5;
}

.home-emp-item .item-content-image img {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: -40px;
}

.home-emp-item .item-content-cat {
    position: absolute;
    height: 30px;
    top: -30px;
    left: 0;
    bottom: 60px;
    padding: 0 11px 0 21px;
    background: url('../img/seta-categoria.png') no-repeat 10px center;
    font-size: 11px;
    color: #FFFFFF;
    line-height: 30px;
    font-weight: 700;
    z-index: 90;
}

.home-emp-item .cat-lanc { background-color: #A2414F; }
.home-emp-item .cat-and { background-color: #CA7C00; }
.home-emp-item .cat-ent { background-color: #65917B; }

.home-emp-item .item-content-title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 10px 0;
    color: #FFFFFF;
    z-index: 90;
    background: url('../img/fundo-content-title.png') repeat;
}

#center-content .no-image {
    background-color: #FFFFFF;
}

#center-content .no-image img {
    margin-top: 0;
}

.home-emp-link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url('../img/pixel.png') repeat;
    z-index: 200;
}

.item-content-title p {
    font-size: 11px;
    font-weight: bold;
    line-height: 14px;
    margin: 0 0 3px;
    padding-left: 23px;
}

.item-content-title h3 {
    margin: 0;
    font-size: 20px;
    line-height: 22px;
    padding-left: 23px;
    font-weight: 300;
}

.home-emp-item:hover .item-mask {
    display: block;
}

.home-emp .item-mask {
    display: none;
    position: absolute;
    width: 100%;
    height: 84.22%;
    top: 0;
    left: 0;
    background: url('../img/mask-deg.png') repeat;
    z-index: 10;
}

.item-mask-valores {
    padding: 29px 31px 19px;
}

.item-mask-valores .valor-item:first-child {
    background: url('../img/mask-item-sep.jpg') no-repeat right center;
    padding-right: 21px;
    margin-right: 16px;
}

.item-mask-valores .valor-item {
    height: 75px;
    float: left;
}

.item-mask-valores .valor-item-label {
    font-size: 12px;
    color: #FFFFFF;
    line-height: 14px;
    margin-bottom: 0;
}

.item-mask-valores .valor-item-valor {
    font-size: 30px;
    color: #FFFFFF;
    line-height: 73px;
    margin-top: -6px;
    margin-bottom: 0;
}

.item-mask-valores .valor-item-valor .big {
    font-size: 45px;
    line-height: 73px;
    font-weight: 600;
}

.item-mask-link {
    display: block;
    width: 105px;
    height: 30px;
    background: url('../img/mask-btn-conheca.png');
    float: right;
    text-indent: -99999px;
    margin-top: 10px;
    clear: left;
}

.item-mask-lista {
    padding: 0 31px 0;
}

.item-mask-lista .lista-item {
    padding: 18px 0 0;
    border-top: 1px solid #FFFFFF;
    list-style: none;
    margin: 0;
}

.item-mask-lista li {
    font-size: 18px;
    line-height: 20px;
    color: #FFFFFF;
    font-weight: 600;
    margin-bottom: 12px;
    padding-left: 21px;
    background: url('../img/seta-categoria.png') no-repeat left 6px;
}

.item-mask-menor .valor-item-valor .big {
    font-size: 29px;
    line-height: 38px;
}

.item-mask-menor .item-mask-lista {
    display: none;
}

/* Conteudo da Home */
.home-content {
    width: 100%;
    background: url('../img/deg-home.jpg') repeat-y center;
    margin-top: 20px;
    padding-top: 26px;
    padding-bottom: 25px;
}

.home-content h2 {
    font-size: 14px;
    font-weight: 600;
    color: #015F9D;
    line-height: 16px;
    margin: 0 0 16px;
}

.lista-novidades .novidade-item:first-child {
    border-top: none;
    padding-top: 0;
    margin-top: 0;
}

.lista-novidades .novidade-item {
    position: relative;
    width: 290px;
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid #E5E8E9;
}

.novidade-item-titulo {
    font-size: 13px;
    font-style: italic;
    color: #7E8E91;
    line-height: 16px;
    margin: 0 0 7px;
}

.novidade-item-desc {
    font-size: 11px;
    font-weight: 600;
    color: #384042;
    line-height: 16px;
}

.novidade-item-blue {
    color: #015F9D;
}

.novidade-item-link {
    position: absolute;
    display: block;
    text-indent: -99999px;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url('../img/pixel.png') repeat;
}

.indices-fin {
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #FFFFFF;
}

.table-indices tr:first-child td {
    border-top: none;
}

.table-indices tr td {
    padding: 11px 8px;
    text-align: center;
    border-top: 1px solid #FFFFFF;
    font-size: 11px;
    color: #FFFFFF;
    line-height: 14px;
    background-color: #015F9D;
}

.table-indices .odd td {
    background-color: #142D65;
}

.table-indices-link a {
    display: block;
    padding-left: 16px;
    font-size: 12px;
    color: #FFFFFF;
    line-height: 14px;
    background: url('../img/seta-categoria.png') no-repeat left center; 
    text-align: left;
}

.receba-news h2 {
    margin-bottom: 8px;
}

.receba-news-desc {
    font-size: 11px;
    color: #384042;
    line-height: 14px;
    padding-bottom: 10px;
}

.receba-news .ipt-text {
    display: block;
    width: 220px;
    height: 41px;
    font-size: 11px;
    font-weight: 700;
    line-height: 41px;
    text-indent: 10px;
    margin-bottom: 9px;
    color: #015F9D;
    border: none;
}

::-webkit-input-placeholder { color: #015F9D; font-weight: 700; }
:-moz-placeholder { color: #015F9D; opacity: 1; }
::-moz-placeholder { color: #015F9D; opacity: 1; }
:-ms-input-placeholder { color: #015F9D; }

.receba-news .ipt-submit {
    display: block;
    width: 115px;
    height: 30px;
    background: url('../img/button-cadastrar.jpg');
    text-indent: -99999px;
    float: right;
    border: none;
    margin-top: 2px;
}

.mapa-obras h2 {
    float: left;
}

.mapa-obras img {
    max-width: none;
    width: auto;
}

.mapas-obras-ampliar {
    font-size: 10px;
    color: #015F9D;
    line-height: 26px;
    padding-left: 28px;
    background: url('../img/icon-ampliar.png') no-repeat left center; 
    font-weight: 600;
    float: right;
    margin-top: -2px;
}

.mapas-obras-mapa {
    border: 1px solid #FFFFFF;
}

#mapa-obras-home {
    width: 100%;
    height: 349px;
}

.legendas {
    padding-top: 7px;
    padding: 0;
    margin: 10px 0 0;
}

.legendas li {
    display: inline;
    float: left;
    padding: 0 10px 0 3px;
}

.legendas .cor-leg {
    display: block;
    width: 10px;
    height: 9px;
    margin-right: 4px;
    float: left;
    margin-top: 2px;
}

.legendas .tipo-1 { background-color: #A2414F; }
.legendas .tipo-2 { background-color: #CA7C00; }
.legendas .tipo-3 { background-color: #65917B; }

.legendas .titulo {
    font-size: 10px;
    color: #656565;
    line-height: 12px;   
    float: left; 
}

/* Conheca Tambem */
.conheca-tambem {
    height: 50px;
    line-height: 50px;
}

.conheca-tambem-link {
    display: block;
    padding-left: 15px;
    background: url('../img/seta-blue.png') no-repeat left center;
    color: #103871;
    font-style: italic;
}

/* Pagina Internas
   ========================================================================== */  

.pagina-interna-topo {
    padding-left: 19px;
}

.topo-wrapper {
    height: 30px;
    background-color: #FFFFFF;
    margin-top: 20px;
}

.pagina-interna-topo .topo-voltar {
    display: block;
    width: 82px;
    height: 30px;
    background: url('../img/voltar-icon.jpg');
    float: right;
    text-indent: -99999px;
}

.pagina-interna-topo .topo-home {
    display: block;
    width: 36px;
    height: 30px;
    background: url('../img/home-icon.jpg');
    float: right;
    text-indent: -99999px;
}

.pagina-interna-titulo {
    font-size: 24px;
    line-height: 26px;
    color: #015F9D;
    font-weight: 400;
    font-style: italic;
    padding-left: 34px;
    line-height: 63px;
    margin: 0;
}

.titulo-columns .pagina-interna-titulo {
    float: left;
}

.pagina-interna-left {
    margin-left: 19px;
}

.menu-cat {
    padding: 20px 0 20px 22px;
    background-color: #FFFFFF;
}

.menu-cat-link {
    display: block;
    font-size: 14px;
    color: #AECADD;
    font-weight: 600;
    margin-bottom: 8px;
}

.menu-cat-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.cat-list-item {
    padding: 2px 0;
    border-top: 1px solid #EDEFEF;
}

#pagina-interna
.menu-cat-list .item-active a {
    background-color: #FFFFFF;
    color: #015F9D;
    background-image: url('../img/seta-categoria-blue.png');
}

.cat-list-item a {
    display: block;
    height: 31px;
    line-height: 31px;
    text-indent: 21px;
    font-size: 12px;
    color: #FFFFFF;
    font-weight: 600;
    background: url('../img/seta-categoria.png') no-repeat 9px center;
}

.menu-cat-list .cat-lanc a { border: 1px solid #A2414F; background-color: #A2414F; }
.menu-cat-list .cat-and a { border: 1px solid #CA7C00; background-color: #CA7C00; }
.menu-cat-list .cat-ent a { border: 1px solid #65917B; background-color: #65917B; }

.pagina-interna-left 
.receba-news {
    margin-top: 34px;
}

.pagina-interna-left 
.receba-news h2 {
    font-size: 14px;
    font-weight: 600;
    color: #015F9D;
    line-height: 16px;
    margin: 0 0 10px 0;
}

.pagina-interna-left
.receba-news .ipt-text {
    width: 100%;
}

/* Footer */

#footer.footer-interno
.container {
    background-color: transparent;
}

.footer-interno
.footer-logo-wrapper {
    width: 135px;
    height: 123px;
    float: left;
    background-color: #FFFFFF;
    text-align: center;
    margin-left: 105px;
}

.footer-interno
.footer-logo-wrapper img {
    position: relative;
    width: 58px;
    height: auto;
    margin: 20px 0 0;
}

.footer-interno
.footer-endereco {
    margin-right: 36px;
}

.footer-interno
.footer-telefone {
    margin-right: 29px;
}

.conheca-tambem.is-footer {
    height: 40px;
    line-height: 40px;
}

/* Menu lateral - Internas */
.pagina-interna-menu {
    background-color: #FFFFFF;
    padding: 14px 0 14px 20px;
}

.pagina-interna-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.pagina-interna-menu li {
    padding: 8px 0;
    border-top: 1px solid #EDEFEF;
}

.pagina-interna-menu li:first-child {
    border-top: none;
}

.pagina-interna-menu li a:hover,
.pagina-interna-menu li a {
    color: #015F9D;
    font-size: 14px;
    font-weight: 600;
}

.pagina-interna-menu .active a {
    color: #AECADD;
}

/* Paginas internas - Conteudo */
.pagina-interna-conteudo {
    font-size: 11px;
    color: #384042;
    font-weight: 600;
    line-height: 15px;
}

.pagina-interna-conteudo p {
    margin: 0 0 13px;
}

.lista-interna-conteudo {
    list-style: none;
    padding: 0;
    margin: 20px 0 25px;
}

.lista-interna-conteudo li {
    padding: 15px 32px;
    border-top: 1px solid #F6F6F6;
    font-size: 12px;
    font-style: italic;
    color: #015F9D;
    line-height: 16px;
    background: #FFFFFF url('../img/seta-blue.png') no-repeat 16px center;
}

/* Paginas internas - Galeria */
.pagina-interna-galeria {
    margin-top: 20px;
}

.pagina-interna-galeria ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.galeria-titulo {
    font-size: 16px;
    font-weight: 600;
    color: #015F9D;
    line-height: 16px;
    margin: 0 0 10px;
}

.pagina-interna-galeria li {
    float: left;
    margin: 10px 5px;
    border: 1px solid #7CC5F5;
}


/* Form do Site
   ========================================================================== */  
.form-site-campo {
    margin-bottom: 9px;
}

.form-site-campo:before,
.form-site-campo:after {
  display: table;
  line-height: 0;
  content: "";
}

.form-site-campo:after {
  clear: both;
}

.form-site-campo label {
    width: 60px;
    text-align: right;
    margin-right: 20px;
    font-size: 11px;
    font-weight: 600;
    color: #384042;
    float: left;
    line-height: 30px;
}

.form-site .ipt-text {
    display: block;
    width: 251px;
    height: 28px;
    border: 1px solid #D2D2D2;
    background-color: transparent;
    float: left;
    text-indent: 10px;
    font-size: 11px;
    color: #015F9D;
    font-weight: 600;
    line-height: 28px;
    float: left;
}

.form-site .ipt-sel {
    display: block;
    height: auto;
    border: 1px solid #D2D2D2;
    background-color: transparent;
    float: left;
    font-size: 11px;
    color: #015F9D;
    font-weight: 600;
    padding: 8px 10px;
}

.form-site .selectricWrapper {
    width: 254px;
    border: 1px solid #D2D2D2;
    background-color: transparent;
    float: left;
}

.form-site .ipt-area {
    display: block;
    width: 234px;
    height: 82px;
    border: 1px solid #D2D2D2;
    background-color: transparent;
    float: left;
    font-size: 11px;
    color: #015F9D;
    font-weight: 600;
    line-height: 14px;
    float: left;
    padding: 10px;
    resize: none;
}

.form-site-campo .selectric .label {
    color: #015F9D;
}

.form-site-campo label.error {
    width: 100%;
    float: none;
    color: #FF0000;
    font-size: 10px;
    line-height: 12px;
    clear: both;
    text-indent: 18%;
    text-align: left;
    margin-top: 3px;
}

.form-site .ipt-submit {
    display: block;
    width: 58px;
    height: 30px;
    background: url('../img/btn-ok.jpg') no-repeat;   
    margin-left: 80px;
    border: none;
    text-indent: -9999px;
}

.form-site-titulo {
    font-size: 10px;
    font-weight: 600;
    color: #000000;
    text-indent: 9px;
    padding: 6px 0;
    background-color: #E3E3E3;
    margin-bottom: 9px;
}

.campo-menor .ipt-text,
.campo-menor .selectricWrapper {
    width: 195px;
}

/* Mensagens de Retorno */
.alert-box {
    padding: 10px 15px;
    margin-bottom: 10px;
    border: 1px solid transparent;
    border-radius: 4px;
    font-size: 12px;
    clear: both;
    margin-top: 5px;
    margin-bottom: 15px;
}

.alert-box.success {
    color: #3C763D;
    background-color: #DFF0D8;
    border-color: #D6E9C6;
}

.alert-box.error {
    color: #A94442;
    background-color: #F2DEDE;
    border-color: #EBCCD1;
}

.alert-box.info {
    color: #BFB823;
    background: #F5F197;
    border: 1px solid #F9F35B;
}

.alert-box p {
    margin: 8px 0;
}

/* Listagem de Empreendimentos
   ========================================================================== */  
.emp-item-content {
    position: relative;
    width: 240px;
    height: 390px;
    background: #025E9C url('../img/deg-emp-item.jpg') repeat-x;
}

.emp-item-cat {
    width: 240px;
    height: 30px;
    font-size: 10px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 30px;
    text-indent: 33px;
    background: url('../img/seta-categoria.png') no-repeat 18px center;
}

.emp-item-cat.cat-lanc { background-color: #A2414F; }
.emp-item-cat.cat-and { background-color: #CA7C00; }
.emp-item-cat.cat-ent { background-color: #65917B; }

.emp-item-titulo {
    margin-top: 30px;
    padding-left: 20px;
}

.emp-item-titulo .titulo-tipo {
    font-size: 11px;
    font-weight: 600;
    line-height: 12px;
    color: #FFFFFF;
    margin: 0 0 8px;
}

.emp-item-titulo h1 {
    width: 165px;
    font-size: 24px;
    line-height: 28px;
    color: #FFFFFF;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 15px;
    -webkit-text-stroke: 1px rgba(0,0,0,0.1);
    overflow: hidden;
}

.emp-item-desc {
    width: 205px;
    padding-left: 19px;
    font-size: 11px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 14px;
}

.emp-item-caract {
    margin-left: 19px;
    padding-bottom: 10px;
    padding-right: 16px;
    padding-top: 16px;
    margin-top: 17px;
    border-top: 1px solid #84A6C3;
    border-bottom: 1px solid #84A6C3;
}

.emp-item-caract .caract-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.caract-list li {
    font-size: 11px;
    color: #FFFFFF;
    line-height: 14px;
    font-weight: 600;
    padding-left: 12px;
    margin-bottom: 6px;
    background: url('../img/seta-caract.png') no-repeat left 2px;  
}

.emp-item-link {
    position: absolute;
    display: block;
    width: 105px;
    height: 30px;
    background: url('../img/btn-conheca.jpg');
    text-indent: -99999px;
    right: 10px;
    bottom: 10px;
}

.emp-item-content-link {
    position: absolute;
    z-index: 100;
    width: 100%;
    height: 100%;
    background: url('../img/pixel.png') repeat;
    top: 0;
    left: 0;
}

.emp-item {
    position: relative;
    width: 340px;
    float: left;
    margin: 0 20px 19px 0;
}

.lista-emp .emp-item-odd {
    margin-right: 0;
}

.emp-item .emp-item-image {
    width: 140px;
    float: left;
}

.emp-item .emp-item-content {
    width: 200px;
    float: left;   
}

.emp-item .emp-item-cat {
    width: auto;
}

.emp-item .emp-item-desc {
    width: auto;
    padding-right: 20px;
}

.lista-emp-nenhum {
    padding: 15px;
    background-color: #FFFFFF;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
}

/* Detalhe de Empreendimento
   ========================================================================== */

.emp-detalhe-topo {
    width: 100%;
    height: 30px;
    background-color: #015F9D;
    margin-bottom: 37px;
    font-size: 11px;
    font-weight: 700;
    color: #FFFFFF; 
}

.emp-detalhe-topo .topo-tipo {
    display: block;
    height: 30px;
    float: left;
    line-height: 30px;
    text-indent: 14px;
}

.emp-detalhe-topo .topo-cat {
    display: block;
    height: 30px;
    float: right;
    padding: 0 10px 0 28px;
    background: url('../img/seta-categoria.png') no-repeat 14px center;
    line-height: 30px;
}

.topo-cat.cat-lanc { background-color: #A2414F; }
.topo-cat.cat-and { background-color: #CA7C00; }
.topo-cat.cat-ent { background-color: #65917B; }

.emp-detalhe-titulo {
    font-size: 40px;
    font-weight: 300;
    color: #015F9D;
    line-height: 42px;
    margin: 0 0 17px;
}

.emp-detalhe-desc {
    font-size: 11px;
    font-weight: 600;
    color: #384042;
    line-height: 16px; 
}

.emp-detalhe-desc p {
    margin: 0 0 20px;
}

.emp-detalhe-galeria {
    position: relative;
    padding: 20px 50px;
    background-color: #FFFFFF;
    margin-top: 20px;
}

.galeria-carousel {
    height: 260px;
    overflow: hidden;
}

.galeria-carousel .car-item {
    position: relative;
    width: 280px;
    height: 260px;
    float: left;
    margin: 0 10px;
}

.galeria-carousel .car-item-mask {
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    background: url('../img/car-item-mask.png');
    right: 0;
    bottom: 0;
}

.car-item-titulo {
    display: block;
    width: 168px;
    font-size: 12px;
    line-height: 14px;
    padding-top: 5px;
    color: #384042;
    text-align: center;
}

.car-item a:hover {
    text-decoration: none;   
}

.emp-detalhe-galeria .gal-car-pag {
    position: absolute;
    width: 24px;
    height: 40px;
    background-image: url('../img/pag-car.png');
    top: 50%;
    margin-top: -20px;
    text-indent: -99999px;
}

.gal-car-prev {
    left: 20px;
}

.gal-car-next {
    right: 20px;
    background-position: -26px 0;
}

.emp-detalhe-subtitulo {
    width: 100%;
    height: 30px;
    background-color: #015F9D;
    margin: 22px 0 16px;
    font-size: 11px;
    font-weight: 700;
    color: #FFFFFF;
    line-height: 30px;
    text-indent: 14px;
}

.emp-detalhe-carac .carac-item:first-child {
    margin-right: 4%;
}

.carac-item {
    width: 48%;
    float: left;
}

.carac-item-inner {
    padding: 10px 20px 18px;
    border: 1px solid #C5C5C5;
}

.carac-item-titulo {
    font-size: 24px;
    color: #015F9D;
    font-weight: 300;
    font-style: italic;
    line-height: 28px;
    margin: 0 0 12px;
}

.carac-item-desc ul {
    margin-left: 2px;
}

.carac-item-desc ul li {
    font-size: 11px;
    color: #384042;
    line-height: 16px;
    font-weight: 600;
    margin-bottom: 4px;
    list-style: none;
    background: url('../img/bullet.png') no-repeat left 6px;
    padding-left: 8px;
    margin: 0 3px 4px;
}

.carac-item-desc {
    font-size: 11px;
    color: #384042;
    line-height: 16px;
    font-weight: 600;  
}

.emp-detalhe-plantas {
    position: relative;
    background-color: #FFFFFF;
}

.plantas-carousel-wrapper {
    padding: 0 55px 0;
}

.plantas-carousel {
    position: relative;
    height: 136px;
    overflow: hidden;
}

.plantas-carousel .car-item {
    float: left;
    margin: 0 14px 20px;
}

.emp-detalhe-plantas .plt-car-pag {
    display: block;
    position: absolute;
    width: 24px;
    height: 40px;
    background: url('../img/pag-car.png');
    top: 50%;
    margin-top: -20px;
    text-indent: -99999px;
}

.emp-detalhe-plantas .plt-car-prev {
    left: 20px;
}

.emp-detalhe-plantas .plt-car-next {
    right: 20px;
    background-position: -26px 0;
}

.emp-detalhe-interesse {
    width: 48%;
    float: left;
    margin-right: 4%;
}

.emp-detalhe-entregue {
    margin-top: 22px;
}

.emp-detalhe-localizacao {
    width: 48%;
    float: left;
}

.emp-detalhe-localizacao .loc-mapa {
    margin-top: -17px;
}

.emp-detalhe-localizacao .loc-mapa img {
    max-width: none;
    width: auto;
}

.emp-detalhe-localizacao #mapa-imovel {
    width: 336px;
    height: 321px;
}

.emp-detalhe-and .emp-detalhe-subtitulo {
    margin-bottom: 0;
}

.and-conteudo {
    padding: 20px 20px 25px;
    background-color: #FFFFFF;
}

.and-galeria {
    width: 332px;
    float: left;
}

.and-galeria-item {
    margin: 0 18px 20px 0;
    float: left;
}

.and-progresso {
    width: 328px;
    float: left; 
}

.and-progresso-item {
    margin-bottom: 18px;
}

.and-progresso
.and-progresso-item:last-child {
    margin-bottom: 0;
}

.and-progresso-item .item-label {
    width: 78px;
    text-align: right;
    font-size: 11px;
    line-height: 12px;
    color: #000000;
    float: left;
}

.and-progresso-item .item-value-bar {
    width: 207px;
    height: 10px;
    margin-left: 10px;
    background-color: #E6E6E6;
    float: left;
    margin-top: 2px;
}

.and-progresso-item .item-value-porc {
    float: left;
    font-size: 11px;
    line-height: 12px;
    color: #000000;
    margin-left: 5px;
}

.item-value-bar .bar-value {
    height: 10px;
    background-color: #A2414F;
}

.emp-detalhe-aviso {
    margin: 19px 0 16px 0;
}

.emp-detalhe-aviso img {
    float: left;
    margin: 6px 0 0 20px;
}

.emp-detalhe-aviso .aviso-right {
    padding-left: 89px;
}

.emp-detalhe-aviso .aviso-right {
    font-size: 11px;
    line-height: 14px;
    color: #878787;
}

/* Quem Somos
   ========================================================================== */
.emp-entregues {
    display: block;
    padding-left: 24px;
    font-size: 16px;
    color: #015F9D;
    line-height: 19px;
    float: right;
    background: url('../img/icon-emp-ent.png') no-repeat left center;
    margin-top: 20px;
    font-style: italic;
}

.emp-entregues .semi-bold {
    color: #142D65;
}

/* Portfolio
   ========================================================================== */
.link-localizacao {
    display: block;
    font-size: 16px;
    color: #015F9D;
    font-weight: 600;
    font-style: italic;
    background: url('../img/icon-localizacao.png') no-repeat left center;
    line-height: 22px;
    padding-left: 27px;
    float: right;
    margin-top: 20px;
    text-decoration: underline;
}

/* Como Chegar
   ========================================================================== */

.pagina-interna-mapa p {
    font-size: 11px;
    font-weight: 600;
    color: #384042;
    margin: 16px 0;
}

.pagina-interna-mapa
#mapa-blumenau {
    width: 100%;
    height: 348px;
}

.pagina-interna-mapa img {
    max-width: none;
}


/* Noticias
   ========================================================================== */
.pagina-interna-conteudo
.conteudo-titulo {
    font-size: 30px;
    line-height: 36px;
    color: #015F9D;
    font-weight: 300;
    margin: 0 0 12px;
}

.lista-noticias {
    margin-top: 26px;
}

.lista-noticias
.lista-titulo {
    font-size: 14px;
    line-height: 18px;
    color: #015F9D;
    margin: 0;
}

.lista-noticias .lista-interna-conteudo {
    margin-top: 8px;
}

/* Duvidas
   ========================================================================== */
.sanf-item-header {
    padding: 15px 32px;
    border-top: 1px solid #F6F6F6;
    font-size: 12px;
    font-style: italic;
    color: #015F9D;
    line-height: 16px;
    background: #FFFFFF url('../img/seta-blue.png') no-repeat 16px center;
}

.sanf-item-cont {
    padding: 9px 21px 18px 26px;
    font-size: 11px;
    font-weight: 600;
    color: #384042;
    line-height: 16px;
}


/* Contato
   ========================================================================== */
.pagina-interna-contato {
    padding-bottom: 38px;
}

.pagina-interna-contato
.contato-desc {
    font-size: 11px;
    font-weight: 600;
    color: #384042;
    line-height: 14px;
    margin: 0 0 25px;
}

.pagina-interna-contato label {
    width: 16%;
    margin-right: 2%;
}

.pagina-interna-contato .ipt-text {
    width: 76%;
    float: left;
}

.pagina-interna-contato
.campo-menor .ipt-text,
.pagina-interna-contato
.campo-menor .selectricWrapper {
    width: 195px;
}

.pagina-interna-contato .ipt-area-wrapper {
    width: 76%;
    float: left;
    border: 1px solid #D2D2D2;
}

.pagina-interna-contato .ipt-submit {
    margin-left: 18%;
}

.pagina-interna-contato
.form-site .ipt-area {
    width: 100%;
    border: none;
}

.ipt-news {
    margin-left: 18%;
}

.ipt-news .ipt-check {
    float: left;
    margin-right: 4px;
}

.ipt-news .check-label {
    font-size: 11px;
    font-weight: 600;
    color: #384042;
    float: left;
    line-height: 19px;
}


/* Quero investir
   ========================================================================== */
.pagina-interna-sel {
    background-color: #FFFFFF;
    margin-bottom: 20px;
}

.pagina-interna-sel .sel-emp-titulo {
    margin-top: 0;
}

.sel-emp-titulo {
    width: 100%;
    height: 30px;
    background-color: #015F9D;
    margin: 22px 0 16px;
    font-size: 11px;
    font-weight: 700;
    color: #FFFFFF;
    line-height: 30px;
    text-indent: 14px;
}

.pagina-interna-sel .sel-emp {
    position: relative;
    padding: 8px 53px 22px;
}

.sel-emp-car {
    height: 246px;
    overflow: hidden;
}

.sel-emp-item {
    width: 140px;
    margin: 0 25px 5px;
    float: left;
}

.sel-emp-item .item-imagem {
    display: table-cell;
    width: 124px;
    height: 172px;
    border: 4px solid #FFFFFF;
    text-align: center;
    vertical-align: middle;
}

.sel-emp-item.active
.item-imagem {
    border: 4px solid #FF9C00;
}

.sel-emp-item .item-tipo {
    display: block;
    padding-top: 10px;
    font-size: 11px;
    line-height: 16px;
    color: #000000;
    font-weight: 600;
}

.sel-emp-item .item-titulo {
    display: block;
    margin-top: 3px;
    font-size: 16px;
    color: #000000;
    font-weight: 600;
    line-height: 18px;
    text-transform: uppercase;
}

.sel-emp .sel-pag {
    display: block;
    position: absolute;
    width: 24px;
    height: 40px;
    background-image: url('../img/pag-car.png');
    top: 91px;
}

.sel-emp .pag-prev {
    left: 19px;
}

.sel-emp .pag-next {
    right: 19px;
    background-position: -26px 0;
}

/* Indicadores
   ========================================================================== */
.pagina-interna-ind
.ind-select {
    width: 115px;
    margin-bottom: 27px;
}

.pagina-interna-ind
.selectricWrapper {
    background-image: url('../img/fundo-sel-ind.jpg');
    width: 115px;
    text-indent: 18px;
    border: none;
}

.pagina-interna-ind
.selectricOpen .selectric {
    background: none;
}

.pagina-interna-ind
.selectric .label {
    font-size: 10px;
    font-weight: 600;
    color: #FFFFFF;
}

.ind-item-lista {
    margin-top: 18px;
    margin-bottom: 20px;
}

.ind-item-lista .ind-item {
    width: 48%;
    float: left;
}

.ind-item-lista .ind-item:first-child {
    margin-right: 4%;
}

.ind-item-lista .ind-item-titulo {
    font-size: 30px;
    color: #015F9D;
    font-weight: 600;
    font-style: italic;
    margin: 0 0 8px;
    padding-bottom: 3px;
    border-bottom: 1px solid #015F9D;
}

.ind-item-lista .ind-item-desc {
    font-size: 11px;
    line-height: 16px;
    color: #384042;
    font-weight: 600;
    margin: 0 0 17px;
}

.ind-item-table-wrapper {
    background-color: #FFFFFF;
    padding: 14px 20px;
}

.ind-item-table th {
    width: 100px;
    font-size: 11px;
    font-weight: 700;
    color: #142D65;
}

.ind-item-table td {
    font-size: 11px;
    font-weight: 600;
    color: #384042;
    padding: 1px 0;
}

.ind-item-table th,
.ind-item-table td {
    text-align: left;
}

/* Mapa Ampliado
   ========================================================================== */  
#mapa-ampliado-body {
    background: #FFFFFF;
    padding: 0;
}

#mapa-ampliado-body img {
    max-width: none;
    width: auto;
}

#mapa-ampliado-body .mapa-full {
    width: 100%;
    height: 500px;
}

.mapa-detalhe {
    width: 350px;
    padding: 5px 10px;
	display: table-cell;
}

.mapa-detalhe h1 {
    font-size: 18px;
    font-weight: 600;
    line-height: 18px;
    margin: 0 0 14px;
}

.mapa-detalhe p {
    font-size: 14px;
    line-height: 16px;
    color: #333333;
    margin: 0 0 5px;
}

.mapa-detalhe img {
    width: 80px;
    height: auto;
    float: right;
    margin-top: 3px;
    margin-left: 20px;
}

.mapa-detalhe a {
    text-decoration: none;
}

/* Assistencia - Status Chamado
--------------------------------------------------------------- */

#assistencia-status {
    float:right;
    width:100%;
    color:#555;
    line-height: 23px;
}

#assistencia-status h2{ font-weight:700; font-size:23px; color: #555; margin-top: 5px;}

#assistencia-status table a:link {
    color: #555;
    font-weight: 700;
    text-decoration:none;
}

#assistencia-status table a:visited {
    color: #777;
    font-weight: 700;
    text-decoration: none;
}

#assistencia-status table a:active,
#assistencia-status table a:hover {
    text-decoration:underline;
}

#assistencia-status table {
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    color:#555;
    text-shadow: 1px 1px 0px #fff;
    background:#fefefe;
    margin:20px;
    border:#dedede 1px solid;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
    -moz-box-shadow: 0 1px 2px #d1d1d1;
    -webkit-box-shadow: 0 1px 2px #d1d1d1;
    box-shadow: 0 1px 2px #d1d1d1;
    width: 98%;
    margin: 0 auto;
    border-collapse: inherit;
}

#assistencia-status table th {
    padding:7px 25px 7px 25px;
    border-top:1px solid #fafafa;
    border-bottom:1px solid #dadada;
    background: #efefef;
    background: -webkit-gradient(linear, left top, left bottom, from(#efefef), to(#ececec));
    background: -moz-linear-gradient(top,  #efefef,  #ececec);
}

#assistencia-status table th:first-child {
    text-align: left;
    padding-left:20px;
}

#assistencia-status table tr:first-child th:first-child {
    -moz-border-radius-topleft:3px;
    -webkit-border-top-left-radius:3px;
    border-top-left-radius:3px;
}
#assistencia-status table tr:first-child th:last-child {
    -moz-border-radius-topright:3px;
    -webkit-border-top-right-radius:3px;
    border-top-right-radius:3px;
}

#assistencia-status table tr {
    /*text-align: center;*/
    padding-left:20px;
}

#assistencia-status table td:first-child {
    text-align: left;
    padding-left:20px;
    border-left: 0;
    width: 150px;
}

#assistencia-status table td.itens_status:first-child {
    text-align: right;
    padding-right: 10px;
    font-weight: 700;
}

#assistencia-status table td {
    padding: 10px;
    border-top: 1px solid #ffffff;
    border-bottom:1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
    background: #fafafa;
    background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
    background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);
    font-size: 13px;
}

#assistencia-status table td strong {
    font-size: 14px;
}

#assistencia-status table tr.even td {
    background: #f6f6f6;
    background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
    background: -moz-linear-gradient(top,  #f8f8f8,  #f6f6f6);
}

#assistencia-status table tr:last-child td {
    /*border-bottom:0;*/
}

#assistencia-status table tr:last-child td:first-child {
    -moz-border-radius-bottomleft:3px;
    -webkit-border-bottom-left-radius:3px;
    border-bottom-left-radius:3px;
}

#assistencia-status table tr:last-child td:last-child {
    -moz-border-radius-bottomright:3px;
    -webkit-border-bottom-right-radius:3px;
    border-bottom-right-radius:3px;
}

#assistencia-status table tr:hover td {
    background: #f2f2f2;
    background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
    background: -moz-linear-gradient(top,  #f2f2f2,  #f0f0f0);  
}

#assistencia-status input.bt_pesquisa {
    display: block;
    text-align: center;
    color: #fff;
    line-height: 23px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    width: 120px;
    height: 40px;
    font-size: 12px;
    background: url(../img/bg-blue.jpg) repeat-x;
    margin-top: 5px;
    margin-bottom: 5px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
    cursor: pointer;
    border: none;
}

#assistencia-status textarea {
    width: 400px;
    height: 120px;
    padding: 5px;
    border: 1px solid #dedede;
    float: left;
    font-size: 13px;
    margin-bottom: 10px;
}

#assistencia-status .imprimir {
    float: right;
    margin-top: 10px;
}

/* Pesquisa
--------------------------------------------------------------- */

#pesquisa {
    float:right;
    width:100%;
    font-size:12px;
    color:#777;
    line-height:23px;
}

#pesquisa h2{ font-weight:normal; font-size:16px;}
#pesquisa h2 strong{ font-size:24px; width:710px; float:left;}

#pesquisa ul{
    float:left;
    margin:0px; padding:0px;
    width:316px;
    padding-top:30px;
}

#pesquisa ul li{
    font-size:14px;
    font-family:Arial, Helvetica, sans-serif;
    color:#777; 
}

#pesquisa ul li strong{
    float:left;
    color:#ed1c24;
    margin-right:18px;
    width:145px;
    text-align:right;
}

#pesquisa table a:link {
    color: #666;
    font-weight: bold;
    text-decoration:none;
}

#pesquisa table a:visited {
    color: #999999;
    font-weight:bold;
    text-decoration:none;
}

#pesquisa table a:active,
#pesquisa table a:hover {
    text-decoration:underline;
}

#pesquisa table {
    font-family:Arial, Helvetica, sans-serif;
    color:#666;
    font-size:12px;
    text-shadow: 1px 1px 0px #fff;
    background:#eaebec;
    margin:20px;
    border:#ccc 1px solid;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
    -moz-box-shadow: 0 1px 2px #d1d1d1;
    -webkit-box-shadow: 0 1px 2px #d1d1d1;
    box-shadow: 0 1px 2px #d1d1d1;
    width: 90%;
    margin: 0 auto;
    border-collapse: inherit;
}

#pesquisa table th {
    padding:7px 25px 7px 25px;
    border-top:1px solid #fafafa;
    border-bottom:1px solid #e0e0e0;

    background: #ededed;
    background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
    background: -moz-linear-gradient(top,  #ededed,  #ebebeb);
}

#pesquisa table th:first-child {
    text-align: left;
    padding-left:20px;
}

#pesquisa table tr:first-child th:first-child {
    -moz-border-radius-topleft:3px;
    -webkit-border-top-left-radius:3px;
    border-top-left-radius:3px;
}

#pesquisa table tr:first-child th:last-child {
    -moz-border-radius-topright:3px;
    -webkit-border-top-right-radius:3px;
    border-top-right-radius:3px;
}

#pesquisa table tr {
    text-align: center;
    padding-left:20px;
}

#pesquisa table td:first-child {
    text-align: left;
    padding-left:20px;
    border-left: 0;
    width: 60%;
}

#pesquisa table td {
    padding: 10px;
    border-top: 1px solid #ffffff;
    border-bottom:1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
    background: #fafafa;
    background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
    background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);
}

#pesquisa table tr.even td {
    background: #f6f6f6;
    background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
    background: -moz-linear-gradient(top,  #f8f8f8,  #f6f6f6);
}

#pesquisa table tr:last-child td {
    /*border-bottom:0;*/
}

#pesquisa table tr:last-child td:first-child {
    -moz-border-radius-bottomleft:3px;
    -webkit-border-bottom-left-radius:3px;
    border-bottom-left-radius:3px;
}

#pesquisa table tr:last-child td:last-child {
    -moz-border-radius-bottomright:3px;
    -webkit-border-bottom-right-radius:3px;
    border-bottom-right-radius:3px;
}

#pesquisa table tr:hover td {
    background: #f2f2f2;
    background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
    background: -moz-linear-gradient(top,  #f2f2f2,  #f0f0f0);  
}

input.bt_pesquisa {
    display: block;
    text-align: center;
    color: #fff;
    line-height: 23px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    width: 120px;
    height: 40px;
    font-size: 12px;
    background: url(../img/bg-blue.jpg) repeat-x;
    margin-top: 5px;
    margin-bottom: 5px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
    cursor: pointer;
    border: none;
}


/* 404
   ========================================================================== */  

.content-404-texto {
    padding: 31px 0 16px;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */

@media (min-width: 748px) and (max-width: 979px) {

    /* Template
       ========================================================================== */
    body {
        background-position: left 62px;
    }

    ::-webkit-input-placeholder { line-height: 41px; }
    :-moz-placeholder { line-height: 41px; }
    ::-moz-placeholder { line-height: 41px; }
    :-ms-input-placeholder { line-height: 41px; }

    .form-site .ipt-sel {
        height: auto;
        padding: 2px 10px;  
    }

    /* Topo */
    #header {
        height: auto;
        background: #FFFFFF;
        padding-bottom: 15px;
    }

    .header-logo {
        width: 122px;
    }

    .header-busca .form-campo {
        margin-bottom: 8px;
    }

    .header-busca-form-inner {
        padding-bottom: 9px;
    }
    
    .header-busca-redes {
        width: 22%;
    }

    .header-busca-redes .redes-item {
        width: 100%;
        height: 64px;
        line-height: 64px;
        border-top: 1px solid #347FB1;
    }

    .header-busca-redes-inner {
        width: 100%;
    }
    
    .nav-collapse {
        border: 1px solid #EEE;
    }
    
    .nav-collapse .nav {
        margin-bottom: 0;
    }

    .nav-collapse .nav > li {
        border-left: none;
    }

    .nav-collapse .nav > li a {
        display: block;
        padding: 5px;
        cursor: pointer;
        display: block;
        border-bottom: 1px solid #EEE;
        color: #666;
        border-top: 1px solid #FFF;
        background: #F9F9F9;
        padding-left: 20px;
    }

    .nav-collapse .nav > li a:hover {
        background: #F9F9F9;
    }
    
    /* Banner */
    .banner-item-left {
        width: 484px;
    }

    .banner-item-left img {
        width: auto;
        max-width: 9999px;
        height: 100%;
    }

    .banner-item-full {
        display: table-cell;
        width: 100%;
        height: 394px;
        vertical-align: middle;
    }

    .banner-item-pag-full {
        left: 10px;
        bottom: 55px;
    }
    
    /* Rodape */
    #footer {
        margin-top: 15px;
    }

    #footer .header-menu {
        display: none;
    }

    .footer-email {
        float: none;
        clear: both;
        margin-left: 25px;
        margin-top: 65px;
    }

    /* Pagina Inicial
       ========================================================================== */
    .home-content {
        background: #EFEFEF;
        padding-bottom: 20px;
    }

    .lista-novidades .novidade-item {
        width: 100%;
    }

    .receba-news .ipt-text {
        width: 100%;
        line-height: 41px;
    }

    .home-emp-item:hover .item-mask {
        display: none;
    }
    
    .footer-logo {
        margin: 16px 0 0 20px;
    }

    .home-emp-item .item-content-image img {
        margin-top: 0;
    }

    .item-content-title h3 strong {
        display: block;
    }

    .footer-interno
     .footer-endereco {
        padding-bottom: 9px;
    }

    /* Paginas Internas
       ========================================================================== */
    .footer-interno
    .footer-logo-wrapper {
        width: 100%;
        height: 139px;
        margin-left: 0;
    }

    .footer-interno
    .footer-logo-wrapper img {
        width: 88px;
    }

    /* Listagem de Produtos
       ========================================================================== */
    .emp-item {
        width: 100%;
        margin-right: 0;
    }

    .emp-item .emp-item-content {
        width: 398px;
    }

    /* Detalhe de Empreendimento
       ========================================================================== */
    .emp-detalhe-interesse {
        width: 100%;
        float: none;
    }

    .emp-detalhe-localizacao {
        width: 100%;
        float: none;
    }

    .galeria-carousel .car-item .align-img {
        display: table-cell;
        position: relative;
        height: 260px;
        vertical-align: middle;
    }

    .galeria-carousel .car-item-mask {
        display: none;
    }

    .and-galeria {
        width: 100%;
        float: none;
        margin-bottom: 15px;
    }
    
    .and-galeria-item {
        margin: 0 8px 10px;
    }
    
    .emp-detalhe-interesse .form-site {
        width: 400px;
        margin: 0 auto;
    }

    .and-progresso {
        width: 100%;
        padding-bottom: 20px;
    }

    .and-progresso-item .item-value-bar {
        width: 377px;
    }

    #pagina-interna #mapa-imovel {
        width: 100%;
    }
}

@media (max-width: 747px) {

    /* Template
       ========================================================================== */
    body {
        background-image: none;
    }

    ::-webkit-input-placeholder { line-height: 1; }
    :-moz-placeholder { line-height: 1; }
    ::-moz-placeholder { line-height: 1; }
    :-ms-input-placeholder { line-height: 1; }

    /* Topo */
    #header {
        height: auto;
        background: none;
        padding-bottom: 15px;
    }
    
    #header .row {
        width: 100%;
    }

    .header-logo {
        float: none;
        margin: 0 auto 15px;
    }
    
    .header-busca-form {
        width: 100%;
        float: none;
    }
    
    .header-busca-redes {
        width: 100%;
        float: none;
    }

    .header-busca-redes .redes-item {
        width: 100%;
        height: 64px;
        line-height: 64px;
        border-top: 1px solid #347FB1;
    }

    .header-busca .form-campo {
        width: 42%;
        margin-right: 4%;
        margin-bottom: 10px;
    }

    .header-busca-redes-inner {
        width: 100%;
    }

    .header-busca button {
        margin-top: 0;
        margin-bottom: 10px;
        clear: both;
    }
    
    .nav-collapse {
        border: 1px solid #EEE;
    }
    
    .nav-collapse .nav {
        margin-bottom: 0;
    }

    .nav-collapse .nav > li {
        border-left: none;
    }

    .nav-collapse .nav > li a {
        position: relative;
        display: block;
        padding: 5px;
        cursor: pointer;
        display: block;
        border-bottom: 1px solid #EEE;
        color: #666;
        border-top: 1px solid #FFF;
        background: #F9F9F9;
        padding-left: 20px;
        z-index: 9999;
    }

    .nav-collapse .nav > li a:hover {
        background: #F9F9F9;
    }
    
    /* Banner */
    
    /* Rodape */
    #footer .header-menu {
        display: none;
    }

    .footer-email {
        float: none;
        clear: both;
        margin-left: 25px;
        margin-top: 65px;
    }

    .footer-telefone {
        height: 26px;
    }

    /* Pagina Inicial
       ========================================================================== */
    .home-content {
        background: #EFEFEF;
        padding-bottom: 20px;
    }

    .lista-novidades .novidade-item {
        width: 100%;
    }

    .receba-news .ipt-text {
        width: 100%;
    }
    
    .lista-emp-home .home-emp-item {
        width: 100%;
        height: 264px;
        max-width: 540px;
        margin: 0 auto 20px;
        float: none;
    }

    .home-emp-item .item-content-image {
        position: relative;
        display: table-cell;
        vertical-align: middle;
        width: 100%;
    }

    .home-emp-item .item-content-image img {
        position: relative;
        display: block;
        width: auto;
        bottom: 0;
        margin-top: -20px;
    }

    .home-emp-item:hover .item-mask {
        display: none;
    }
    
    .home-content {
        margin-top: 0;
        padding-top: 0;
        background: none;
        padding-bottom: 0;
    }

    .lista-novidades {
        margin-bottom: 30px;
    }

    .mapa-obras {
        clear: both;
        padding-top: 20px;
    }

    .conheca-tambem-link {
        font-size: 12px;
        line-height: 16px;
    }
    
    .footer-logo-wrapper {
        padding: 15px 0;
        text-align: center;
    }
    
    .footer-content {
        padding: 22px 20px 35px;
    }

    .footer-logo {
        margin: 0;
    }
    
    .footer-email,
    .footer-telefone,
    .footer-endereco {
        float: none;
        font-size: 12px;
        line-height: 18px;
        margin: 0 0 15px;
    }

    #center-content .item-content-title {
        background-color: #1A73AD;
    }

    .item-content-title h3 strong {
        display: block;
    }

    .conheca-tambem {
        height: auto;
        padding: 15px 0;
        line-height: 16px;
    }

    /* Paginas Internas
       ========================================================================== */
    .footer-interno
    .footer-logo-wrapper {
        width: 100%;
        height: 139px;
        margin-left: 0;
    }

    .footer-interno
    .footer-logo-wrapper img {
        width: 88px;
    }

    .footer-interno .footer-endereco {
        clear: left;
    }

    .footer-interno .footer-logo-wrapper {
        display: none;
    }
    
    .pagina-interna-titulo {
        text-indent: 0;
        text-align: center;
        padding-left: 0;
    }

    .pagina-interna-topo {
        padding-left: 0;
    }

    .pagina-interna-left {
        margin-left: 0;
    }

    .pagina-interna-left 
    .receba-news {
        display: none;
    }

    /* Listagem de Produtos
       ========================================================================== */
    .lista-emp {
        margin-top: 25px;
    }

    .emp-item {
        width: 100%;
        margin-right: 0;
    }
    
    .emp-item .emp-item-image {
        display: none;
    }

    .emp-item .emp-item-content {
        width: 100%;
    }
    
    .conheca-tambem.is-footer {
        height: auto;
        padding: 15px 0;
        line-height: 14px;
    }

    .conheca-tambem.is-footer
    .conheca-tambem-link {
        float: left;
    }

    /* Detalhe de Empreendimento
       ========================================================================== */
    .emp-detalhe-topo {
        margin: 20px 0;
    }
    
    .galeria-carousel .car-item .align-img {
        display: table-cell;
        position: relative;
        height: 260px;
        vertical-align: middle;    
    }

    .galeria-carousel .car-item-mask {
        display: none;
    }

    .carac-item {
        width: 100%;
        float: none;
        margin-bottom: 10px;
    }

    .emp-detalhe-interesse {
        width: 100%;
        float: none;
    }

    .emp-detalhe-localizacao {
        width: 100%;
        float: none;
    }

    .and-galeria {
        width: 100%;
        float: none;
        margin-bottom: 15px;
    }
    
    .and-galeria-item {
        margin: 0 8px 10px;
    }
    
    .emp-detalhe-interesse .form-site {
        width: 256px;
        margin: 0 auto;
    }

    .and-progresso {
        width: 100%;
        padding-bottom: 20px;
    }

    .and-progresso-item .item-value-bar {
        width: 377px;
    }

    .form-site-campo label {
        width: auto;
        float: none;
        line-height: 14px;
        text-align: left;
    }

    .form-site .ipt-sel {
        display: block;
        border: 1px solid #D2D2D2;
        background-color: transparent;
        float: left;
        font-size: 11px;
        color: #015F9D;
        font-weight: 600;
        padding: 5px 10px;
    }

    .form-site .ipt-submit {
        margin: 0;
    }

    .and-progresso-item .item-label {
        width: 100%;
        text-align: left;
        margin-bottom: 5px;
    }

    .and-progresso-item .item-value-bar {
        width: 100%;
        margin-left: 0;
    }
    
    .and-galeria {
        text-align: center;
    }

    .and-galeria-item {
        display: inline-block;
        float: none;
    }

    #pagina-interna #mapa-imovel {
        width: 100%;
    }

    /* Paginas internas - Conteudo */
    .emp-entregues {
        font-size: 13px;
        float: none;
        clear: both;
        margin-bottom: 25px;
    }

    .pagina-interna-conteudo {
        margin-top: 30px;
    }

    /* Portfolio
       ========================================================================== */
    .link-localizacao {
        clear: both;
        float: none;
        margin: 20px 0;
    }

    /* Como Chegar
       ========================================================================== */
    .pagina-interna-mapa {
        margin-top: 20px;
    }

    .pagina-interna-conteudo
    .conteudo-titulo {
        font-size: 24px;
        line-height: 30px;
    }

    /* Duvidas
       ========================================================================== */
    .pag-interna-sanf {
        margin-top: 20px;
    }

    /* Fale conosco
       ========================================================================== */
    .pagina-interna-contato
    .contato-desc {
        margin-top: 20px;
    }
    
    .pagina-interna-contato .ipt-area-wrapper,
    .pagina-interna-contato .ipt-text {
        width: 100%;
    }

    .pagina-interna-contato .form-site {
        width: 90%;
        margin: 0 auto;
    }
    
    .ipt-news .check-label {
        width: 220px;
        font-size: 10px;
        line-height: 14px;
    }

    .ipt-news {
        margin-left: 0;
        width: 100%;
    }

    /* Indicadores
       ========================================================================== */
    .pagina-interna-ind {
        padding-top: 20px;
    }

    .ind-item-lista {
        margin-top: 10px;
    }

    .ind-item-lista .ind-item {
        width: 100%;
        margin-bottom: 20px;
        float: none;
    }

}

/* Impressao
========================================================================== */
@media print { 
 /* All your print styles go here */
    #header,
    .pagina-interna-left,
    #footer,
    .topo-wrapper,
    .conheca-tambem-link {
        display: none !important;
    }

}