body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

html {
    font-family: "Open Sans", sans-serif;
    color: #888888; /*#919191*/
    overflow-y: scroll;
    overflow: -moz-scrollbars-vertical;
    overflow-x: auto;
}

*, *:focus, *:hover {
    outline: none;
}

a {
    color: #47aead; /*#919191   #47aead; */
}

fieldset {
    padding: 0px;
    margin: 0px;
    border: 0px none #FFFFFF;
}

header {
    background: url(../img/bg_header.jpg) repeat-x;
    height: 116px;
    position: fixed;
    z-index:999;
    width:100%;
}

.container {
    max-width: 1000px;
}

.row {
    margin-bottom: 0;
}

header .container {
    position: relative;
}

.logo {
    margin-top: 0px;
    float: left;
}

    .logo img {
        height: 110px;
        background-color:#fff;
    }

.conteudo {
    margin-left: 114px;
}

.titulo {
    color: #47aead;
    font-weight: 700;
    font-size: 18px;
    height: 65px;
}

    .titulo p {
        margin: 0px;
    }


.menu {
    height: 52px;
    line-height: 52px;
}

    .menu li {
        margin-right: 20px;
    }

    .menu .valign-wrapper:nth-child(1) {
        height: 52px;
        line-height: 52px;
        float: left;
    }

    .menu i {
        color: #47aead;
        cursor: pointer;
        margin-top: 2px;
    }

    .menu .valign-wrapper:nth-child(2) {
        height: 52px;
        line-height: 52px;
        float: right;
    }

.login-mobile {
    border-radius: 3px;
    border: 1px solid #b7b7b7;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    color: #47aead;
}

.nav {
    width: 100%;
    position: absolute;
    left: 0;
    background: #e1e1e1;
    top: 102px;
    display: none;
}

    .nav li {
        text-align: center;
        border-bottom: #bababa 1px solid;
        color: #838383;
    }

        .nav li a {
            color: #838383;
        }

        .nav li:last-child {
            border-bottom: none;
        }

.login-desktop {
    display: none;
}

.paginas {
    background-color: #fff;
    z-index: 1;
}

/* SESSÕES */
.sessao_blanco {
    background-color: #fff;
}

.sessao_cinza {
    background-color: #f5f5f5;
}


/* BANNER */

.banner {
    background-image: url(../img/fundo_banners.jpg);
    background-repeat: no-repeat;
    background-position: center center;
}

    .banner .container {
        padding: 0px;
        line-height: 0;
    }

    .banner img {
        margin-top: -2px;
    }

/* MAIN */
.main {
    background: #f5f5f5;
}

.main-titulo {
    color: #47afad;
    margin: 50px 0 25px 0;
}

/* TEMPO */
.tempo {
    height: 72px;
    font-size: 18px;
}

.tempo-dias {
    margin: -2px 0 6px 0;
    text-align: center;
    font-size: 13px;
    line-height: 15px;
}

    .tempo-dias img {
        width: 45%;
    }

.vds-tab {
    margin: 0;
}

    .vds-tab li {
        height: 45px;
        line-height: 45px;
        display: inline-block;
        padding: 0 27px;
        background: #f5f5f5;
        color: #47afad;
        cursor: pointer;
    }

        .vds-tab li.selected {
            background: white;
        }

.vds-tab-content .separador {
    padding: 20px;
    background: white;
}



.post-titulo {
    color: #353535;
    font-size: 17px;
    margin-top: -7px;
}

.post-data {
    font-size: 12px;
}

.ver-mais {
    text-align: right;
    margin-top: 20px !important;
    padding-bottom: 20px;
    color: #47aead !important;
}

/* CLASSIFICADOS */
.classificados {
    background-color: white;
}

    .classificados img {
        border: 1px solid #e6e6e6;
        width: 100%;
    }

/* DOCUMENTOS E LINKS */
.pagina_lista {
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e6e6e6;
}

    .pagina_lista:last-child {
        border-bottom: none;
    }

.documento-post-content {
    float: right;
    width: calc(100% - 110px);
}


/* LINKS UTEIS */

ul.links-uteis-lista:not(.browser-default) li {
    list-style-type: disc;
    margin-left: 15px;
    padding: 8px 0;
}


/* ESTILO GERAL */
.titulo-sessao {
    color: #47afad;
    font-size: 32px;
    text-align: center;
    margin-bottom: 60px;
}

.subtitulo-explicacao {
    font-size: 16px;
    color: #919191;
    margin-bottom: 30px;
    text-align: center;
}

.esq {
    float: left;
}


/* GALERIA DE FOTOS */
.galeria-fotos {
    background: #ebf8f8;
    text-align: center;
}

.galeria-lista {
    margin-bottom: 50px;
    position: relative;
    margin-left: 40px;
    width: 863px;
}

.slideshow {
    width: 103% !important;
}


.galeria-lista .galeria-img {
    height: 149px;
    margin-right: 20px;
    cursor: pointer;
}

.galeria-lista #prev {
    position: absolute;
    left: -42px;
    top: 50%;
    transform: translate(0, -50%);
}

.galeria-lista #next {
    position: absolute;
    right: -60px;
    top: 50%;
    transform: translate(0, -50%);
}

/* LOCALIZAÇÃO */

.localizacao {
    background: white;
}


/* FOOTER */

.footer {
    background: #f5f5f5;
    padding: 30px 0 10px 0;
    font-size:13px;
    margin-top:50px;
}

.footer .fcond {
    font-weight: bold;
    margin-bottom: 10px;
    color:#47aead;
    font-size:18px;
}

.footer .fend {
    margin-bottom: 10px;
}

.footer-nav li {
    display: inline-block;
    border-right: 1px solid #b4b4b4;
}

    .footer-nav li:last-child {
        border-right: none;
    }

    .footer-nav li:nth-child(1) a {
        color: #b4b4b4;
        padding: 0;
        padding-right: 6px;
    }

    .footer-nav li a {
        color: #b4b4b4;
        padding: 0 6px;
    }

.footer-logo {
    display: inline-block;
}

    .footer-logo img {
        width: 125px !important;
    }

.footer-info {
    color: #b4b4b4;
    font-size: 12px;
    display: inline-block;
    margin-left: 5px;
}

.google-maps {
    position: relative;
    padding-bottom: 450px;
    height: 0;
    overflow: hidden;
}

    .google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
    }

@media screen and (min-width: 601px) {
    .post-content {
        float: right;
        width: calc(100% - 155px);
    }
}

@media screen and (max-width: 993px) {
    .container {
        width: 100% !important;
        padding: 0 20px;
    }
}

@media screen and (min-width: 993px) {
    header {
        background: url(../img/bg_header2.jpg) repeat-x;
        width: 100%;
        height: 100px;
    }

    .logo {
        position: absolute;
    }

        .logo img {
            height: 120px;
        }

    .titulo {
        height: 50px;
        margin-left: 30px;
    }

        .titulo p {
            margin: 0px !important;
        }

    .menu {
        margin-left: 30px;
    }

        .login-mobile, .menu i {
            display: none;
        }

    .nav {
        width: 100%;
        position: unset;
        left: unset;
        background: unset;
        top: unset;
        display: unset;
    }

        .nav li {
            text-align: left;
            border: unset;
            color: #838383;
            display: inline-block;
            font-size: 14px;
        }

            .nav li a {
                color: #838383;
            }

            .nav li:last-child {
                border-bottom: none;
            }

    .login-desktop {
        display: block;
        position: absolute;
        right: 0;
        top: 10px;
        vertical-align: middle;
        font-size: 13px;
    }

        .login-desktop img {
            vertical-align: middle;
            margin-right: 3px;
        }

        .login-desktop a {
            color: white;
            background: #46aead;
            color: white;
            border-radius: 3px;
            height: 30px;
            line-height: 30px;
            vertical-align: middle;
        }

    .fornecedores-titulo {
        text-align: left;
    }

    .fornecedores-lista {
        max-width: 100%;
    }

        .fornecedores-lista li {
            width: 100%;
        }


    .classificado {
        width: 100%;
        position: unset;
        left: unset;
        background: unset;
        top: unset;
        display: unset;
    }

        .classificado li {
            text-align: left;
            border: unset;
            color: #838383;
            display: inline-block;
            padding-right: 25px;
        }

    .confira-lista {
        text-align: left;
    }

    .localizacao-icon {
        float: left;
        margin-top: 60px;
    }

    .localizacao-content {
        float: left;
        margin-top: 60px;
        margin-right: 70px;
    }

    .localizacao-titulo {
        margin-left: 35px;
    }

    .endereco {
        margin-left: 35px;
    }

    .form-endereco {
        margin-top: 30px;
        color: #868686;
        font-size: 14px;
        width: 280px;
        line-height: initial;
    }

        .form-endereco a {
            display: block;
            width: 100%;
            text-align: center;
            background: #a4a4a4;
            color: white;
            padding: 8px 0;
            border-radius: 3px;
        }


        .form-endereco input {
            width: 280px;
        }


    .footer-condominio-info p {
        margin-top: 25px;
    }

    .footer-logo {
        display: block;
        text-align: right;
    }

        .footer-logo img {
            width: initial;
        }

    .footer-info {
        color: #b4b4b4;
        font-size: 14px;
        display: block;
        text-align: right;
        margin-left: 0;
        margin-top: 40px;
    }
}

/* PAGINAS - Geral */

.interna_lista {
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e6e6e6;
    color: #888888;
}

    .interna_lista .titulo_int {
        font-size: 16px;
        font-weight: 700;
        margin-bottom: 10px;
        color: #5f5f5f;
    }

    .interna_lista .descricao_int {
        margin-bottom: 20px;
    }

    .interna_lista .anuncio {
        float: right;
        width: calc(100% - 130px);
        margin-bottom: 15px;
    }

        .interna_lista .anuncio .anuncio_altura {
            height: 140px;
            overflow: hidden;
        }

        .interna_lista .anuncio.mostrar .anuncio_altura {
            height: auto;
        }

        .interna_lista .anuncio .mostrar-mais {
            text-align: right;
        }

        .interna_lista .anuncio .imagem-sombra {
            width: 100%;
            height: 100%;
        }

        .interna_lista .anuncio .btn-floating i {
            color: #26a69a;
        }

        .interna_lista .anuncio .botao {
            float: left;
            margin-top: -24px;
            width: 100%;
            height: 24px;
            position: relative;
        }

        .interna_lista .anuncio.mostrar .botao {
            margin-top: 0;
        }

        .interna_lista .anuncio .botao i {
            position: absolute;
            top: 0;
            right: 0;
        }

    .interna_lista .linha {
        float: right;
        width: 100%;
        margin-top: 10px;
        padding-bottom: 10px;
    }

        .interna_lista .linha .label {
            font-weight: 600;
            color: #5f5f5f;
        }




.espacamento {
    background-image: url(../img/espacamento.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    height: 100px;
}

.pagina-titulo {
    font-size: 26px;
    color: #5f5f5f;
    margin: 30px 0;
}

.pagina-subtitulo {
    font-size: 26px;
    color: #47afad;
    margin: 30px 0 20px 0;
    font-weight: 300;
}

.texto_destaque {
    font-weight: 600;
    color: #47aead;
}

/* LISTAS LATERAIS */
.listas-laterais ul {
    background: #6cbebd;
    padding: 0 12px;
}

    .listas-laterais ul li {
        height: 50px;
        border-bottom: 1px solid white !important;
    }

        .listas-laterais ul li:last-child {
            border-bottom: none;
        }

    .listas-laterais ul a {
        color: white;
        width: 100%;
    }

    .listas-laterais ul span {
        float: right;
        margin-right: 5px;
        color: #fff;
    }

.bold {
    font-weight: 600;
}

b {
    font-weight: 600;
}

.paginas .documento-post-content {
    color: #5f5f5f;
    border-bottom: none;
    margin-bottom: 20px;
}

/* PAGINAS - Documentos */
.fornecedor {
    margin-bottom: 20px;
}

    .fornecedor img {
        width: 100px;
        height: 100px;
        display: inline-block;
        vertical-align: middle;
    }

    .fornecedor p {
        display: inline-block;
        vertical-align: middle;
        font-weight: 600;
        margin-left: 20px;
    }

/* PÁGINAS - Classificados */

.img-anuncio {
    width: 110px;
    height: 110px;
    float: left;
}

    .img-anuncio img {
        width: 110px;
        height: 110px;
    }

.classificado {
    padding: 20px 0;
    color: #5f5f5f;
    border-bottom: 1px solid #e6e6e6;
}

    .classificado:last-child {
        border-bottom: none;
    }

.classificado-single {
    color: #757575;
}

    .classificado-single .preco, .classificado-single .anuncio-titulo {
        font-size: 19px;
    }

    .classificado-single .anuncio {
        font-size: 15px;
    }

.anuncio table tr:last-child {
    border-bottom: none;
}

.lista-categorias {
    color: #47afad;
    font-size: 15px;
    font-weight: normal;
}

@media screen and (max-width: 992px) {
    .classificado-single .img-anuncio {
        width: 100%;
        height: 155px;
        float: inherit;
        text-align: center;
    }

    .classificado-single .anuncio {
        float: right;
        width: 100%;
    }
}

/* PÁGINAS - Noticias */
.voltar {
    margin-top: 8%;
}

.recente {
    margin-top: 10px;
    font-size: 15px;
    color: #353535;
    border-bottom: 1px solid #e4e4e4;
}

    .recente a {
        color: #888888;
    }

    .recente:last-child {
        border-bottom: none;
    }

    .recente .data {
        color: #a5a5a5;
        width: 100%;
        display: block;
        margin-top: 5px;
        margin-bottom: 10px;
    }

.noticia {
    margin-top: 40px;
    border-bottom: 1px solid #e6e6e6;
}

    .noticia:last-child {
        border-bottom: none;
    }

    .noticia .img-noticia {
        float: left;
    }

        .noticia .img-noticia img {
            width: 135px;
        }

    .noticia .texto-noticia {
        float: right;
        width: calc(100% - 155px);
    }

        .noticia .texto-noticia.sem-img {
            float: right;
            width: 100%;
        }

.texto-noticia {
    font-size: 14px;
    color: #888888;
    margin-bottom: 20px;
}

    .texto-noticia .data {
        color: #47aead;
        float: left;
    }

    .texto-noticia .leiamais a {
        color: #47aead;
        float: right;
    }

.titulo-noticia-interna .voltar {
    float: right;
}

.titulo-noticia-interna span a {
    font-size: 14px;
    color: #47aead;
    font-weight: normal;
}

.noticia-post .data {
    width: 40px;
    float: left;
}

    .noticia-post .data .dia {
        font-size: 30px;
        font-weight: bold;
        color: #47aead;
    }

    .noticia-post .data .mes {
        font-size: 20px;
        font-weight: normal;
        color: #47aead;
    }

.noticia-post .texto {
    font-size: 14px;
    color: #888888;
    float: right;
    width: calc(100% - 60px);
}

.noticia-post .texto_titulo {
    font-size: 20px;
    font-weight: 600;
    color: #5f5f5f;
    margin-bottom: 20px;
}

.noticias-anteriores {
    margin-top: 70px;
    height: 80px;
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    vertical-align: middle;
}

    .noticias-anteriores a img {
        vertical-align: middle;
    }

    /*.noticias-anteriores a {
    color: #353535;
    font-size: 14px;
    max-width: 230px;
    line-height: 20px;
    vertical-align: middle;
    display: inline-block;
    margin-top: 20px;
}*/

    .noticias-anteriores a {
        display: inline-block;
        height: 80px;
        line-height: 80px;
        color: #353535;
        font-size: 14px;
        max-width: 230px;
    }

    .noticias-anteriores .voltar {
        float: left;
    }

        .noticias-anteriores .voltar a:nth-child(2) {
            line-height: 20px;
            margin-left: 20px;
        }

    .noticias-anteriores .ir {
        float: right;
    }

        .noticias-anteriores .ir a:nth-child(1) {
            line-height: 20px;
            margin-right: 20px;
        }


/*.noticias-anteriores a:nth-child(1) {
    display: inline-block;
    height: 80px;
}

.noticias-anteriores a:nth-child(2) {
    float: right;
}*/

@media screen and (max-width: 992px) {
    .noticia-post .texto {
        width: 100%;
    }
}

@media screen and (max-width: 600px) {

    .noticias-anteriores a {
        max-width: 150px;
    }
}

/* Linha Geral*/
.linha {
    width: 100%;
    display: flex;
    margin-bottom:10px;
}

    .linha div {
        margin-right: 3%;
    }

        .linha div:last-child {
            margin-right: 0%;
        }

    .linha .esq {
        float: left;
    }

    .linha .dir {
        float: right;
    }

.titulo1 {
    font-size: 26px;
    color: #47afad;
    font-weight: 300;
    font-size: 30px;
}

.s16 {font-size:16px !important;}
.s18 {font-size:18px !important;}
.s20 {font-size:20px !important;}
.s22 {font-size:22px !important;}

.b_b {
    border-bottom: 1px solid #e4e4e4;
}

.b_t {
    border-top: 1px solid #e4e4e4;
}

.b_e {
    border-left: 1px solid #e4e4e4;
}

.b_d {
    border-right: 1px solid #e4e4e4;
}

.m_t10 {
    margin-top: 10px;
}

.m_t15 {
    margin-top: 15px;
}

.m_t20 {
    margin-top: 20px;
}

.m_t30 {
    margin-top: 30px;
}

.m_t50 {
    margin-top: 50px;
}

.m_bb {
    margin-bottom: 5%;
}

/* Noticias anteriores */
.not_anteriores div {
    height: 80px;
    line-height: 80px;
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
}

    .not_anteriores div img {
        vertical-align: middle;
    }

.t0 {
    width: 0% !important;
}

.t05 {
    width: 5% !important;
}

.t10 {
    width: 10% !important;
}

.t15 {
    width: 15% !important;
}

.t20 {
    width: 20% !important;
}

.t25 {
    width: 25% !important;
}

.t30 {
    width: 30% !important;
}

.t35 {
    width: 35% !important;
}

.t40 {
    width: 40% !important;
}

.t45 {
    width: 45% !important;
}

.t40 {
    width: 40% !important;
}

.t50 {
    width: 50% !important;
}

.t55 {
    width: 55% !important;
}

.t60 {
    width: 60% !important;
}

.t65 {
    width: 65% !important;
}

.t70 {
    width: 70% !important;
}

.t75 {
    width: 75% !important;
}

.t80 {
    width: 80% !important;
}

.t85 {
    width: 85% !important;
}

.t90 {
    width: 90% !important;
}

.t95 {
    width: 95% !important;
}

.t100 {
    width: 100% !important;
}

.h100 {
    height: 100% !important;
}

.linha_msg {
    height: 30px;
    display: inline-block;
    width: 100%;
    text-align: left;
}

.alerta {
    color:#ed1d1d;
}

/* Sobreposição de estilos do materialize*/
h1 {
    color: #47aead;
    font-size: 200%;
    text-align: center;
    font-weight: 300;
    margin: 0% 0 0% 0;
    padding: 3% 0 3% 0;
}

h2 {
    color: #47aead;
    font-size: 180%;
    line-height: 140%;
    font-weight: 400;
}

    h2 span {
        color: #47aead;
    }

h5 {
    color: #47aead;
    margin: 20px 0 15px 0;
}

.page-footer {
    background-color: #f5f5f5;
}

span {
    color: #888888;
}

.circle {
    border: 1px solid #e6e6e6;
}

.progress {
    margin: .1rem 0 .3rem 0;
}

.btn, .btn-large {
    background: #46aead;
}

form p {
    margin: 0 0 20px 0 !important;
    text-align: inherit;
}

/* input*/
input[type="text"]:not(.mdl-textfield__input), input[type="password"]:not(.mdl-textfield__input) {
    height: 36px;
    border: 1px solid #C0C0C0;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 15px;
    width: 100%;
    padding-left:5px;
    box-shadow: 0;
    margin: 0;
    box-sizing: border-box;
}

textarea {
    font-family: inherit;
    padding: 5px;
    border: 1px solid #C0C0C0;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 15px;
    width: 100%;
    width: 100%;
    resize: none;
    margin: 0;
}

.numero {
    text-align: right;
}

select {
    height: 36px;
    border: 1px solid #C0C0C0;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    width: 100%;
    font-size: 15px;
    display:flex;
    padding-left:5px;
    margin: 0;
}

input.error {
    border: 1px solid #FCAA04;
    background-color: #FCF5CA;
}

textarea:focus {
    border: 1px dotted black;
}

textarea.error {
    border: 1px solid #FCAA04;
    background-color: #FCF5CA;
}

select:focus {
    border: 1px dotted black;
}

select.error {
    border: 1px solid #FCAA04;
    background-color: #FCF5CA;
}

.ajax-upload-dragdrop {
    margin-right:0px !important;
}

.msg_form {
    min-height:20px;
}

label {
    font-size: 15px;
    margin-bottom:5px;
    display:block;
}

.upl-tagit {
    border-radius: 3px;
    background-color: #C0C0C0;
    padding-left: 5px;
    padding-right: 5px !important;
    margin: 1px 0 1px 0;
    height: 25px;
}

    .upl-tagit a {
        color:#9e9e9e;
    }

.c-dir {
    text-align: right !important;
    padding-right: 0px !important;
}