﻿

.fundo_tela {
    background-color: var( --cor_fundo_tela);
}
.titulo_principal {
    display: inline-block;
    width: 100%;
    font-family: var(--font-family-montserrat);
    color: var(--cor_cinza_escura);
    font-size: 2em;
    font-weight: bold;
    text-align: center;
    margin: 0vw 0vw 2vw 0vw;
}

.box_voltar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 2vw 9vw 0vw 9vw;
}

.voltar_cidade {
    color: var(--cor_cinza_escura);
    text-decoration: none;
    cursor: pointer;
}

    .voltar_cidade i {
        font-size: 1.1em;
        color: var(--cor_principal);
        margin-right: 1vw;
    }


.nome_estabelecimento {
    width: 100%;
    text-align: center;
    font-family: var(--font-family-montserrat);
    color: var(--cor_branca);
    font-size: 1.1em;
    font-weight: 600;
    display: -webkit-box;
    padding-top: 0.6em;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.box_superior {
    display: flex;
    justify-content: end;
    align-items: center;
    width: 100%;
}

.bloco_tag_visualizacoes {
    display: flex;
    align-items: center;
    margin: 0.5vw 1vw 0.5vw 1.5vw;
    text-decoration: none;
    font-family: var(--font-family-koho);
    font-size: 1.0em;
    gap: 0.4em;
    color: var(--cor_branca);
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 0.4em;
    padding: 0.0em 0.5em 0.0em 0.5em;
    max-width: 30vw;
    flex-wrap: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.nota_global,
.qtd_avaliacoes {
    white-space: nowrap;
}

/* trecho de endereço e categoria */
.endereco_estabelecimento {
    width: 100%;
    text-align: start;
    font-family: var(--font-family-koho);
    color: var(--cor_branca);
    font-size: 0.8em;
    display: -webkit-box;
    padding-left: 1em;
    padding-top: 0.5em;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

    .endereco_estabelecimento i {
        margin-right: 0.5em;
    }

.box_func_categoria {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 0.5em;
    margin-bottom: 0.1em;
}

.categoria_estabelecimento {
    font-family: var(--font-family-koho);
    font-size: 0.8em;
    font-weight: 600;
    color: var(--cor_branca);
    padding-left: 1em;
}

.status_funcionamento {
    font-family: var(--font-family-koho);
    font-size: 0.8em;
    font-weight: 600;
    color: var(--cor_branca);
    padding-right: 1em;
}

.proximo_status_funcionamento {
    font-size: 0.8em;
}

.aberto {
    color: green;
    font-weight: bold;
}

.fechado {
    color: red;
    font-weight: bold;
}

.tag_nao_clicavel_outraspostagens {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: absolute;
    top: 1vw;
    right: 1vw;
    margin: 0.5vw 0vw 0.5vw 0.5vw;
    text-decoration: none;
    font-family: var(--font-family-koho);
    font-size: 0.9em;
    color: var(--cor_branca);
    background-color: var(--cor_principal);
    border-radius: 0.3em;
    padding: 0.2em 0.5em;
    max-width: 40vw;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}


/*/* espaço para os Demais experiências */
.box_superior_outros {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.nome_estabelecimento_outros {
    width: 100%;
    text-align: center;
    font-family: var(--font-family-montserrat);
    color: var(--cor_cinza_escura);
    font-size: 1.1em;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0.5em 1em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.bloco_tag_visualizacoes_outros {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0.5vw auto 0.5vw auto;
    text-decoration: none;
    font-family: var(--font-family-koho);
    font-size: 0.8em;
    gap: 0.4em;
    color: var(--cor_principal);
    font-weight: bold;
    border: 0.1vw solid var(--cor_principal);
    background-color: transparent;
    border-radius: 0.3em;
    padding: 0.1em 0.3em;
    max-width: 10vw;
    flex-wrap: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.nota_global_outros,
.qtd_avaliacoes_outros {
    white-space: nowrap;
}

.endereco_estabelecimento_outros {
    width: 100%;
    text-align: start;
    font-family: var(--font-family-koho);
    color: var(--cor_cinza_escura);
    font-size: 0.8em;
    display: -webkit-box;
    padding-left: 1em;
    padding-top: 0.8em;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 10em;
}

    .endereco_estabelecimento_outros i {
        margin-right: 0.3em;
    }

.box_func_categoria_outros {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 0.3em;
    margin-bottom: 0;
    flex-direction: column;
}

.categoria_estabelecimento_outros {
    font-family: var(--font-family-koho);
    font-size: 0.8em;
    font-weight: 600;
    color: var(--cor_cinza_escura);
    padding-left: 1em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 10vw;
}

.status_funcionamento_outros {
    font-family: var(--font-family-koho);
    font-size: 0.7em;
    font-weight: 600;
    color: var(--cor_cinza_escura);
    padding: 0.5em 0.5em;
}



.ajuste_banner_estab {
    height: 16vw;
}

/* ************************Responsividade******************** */
@media only screen and (max-width: 1024px) {



    .bloco_tag_visualizacoes {
        max-width: 80vw;
    }

    .nome_estabelecimento {
        padding-top: 0.3em;
    }


    /* trecho de endereço e categoria */
    .endereco_estabelecimento {
        padding-top: 0.2em;
    }

    .box_func_categoria {
        margin-top: 0.3em;
        margin-bottom: 0.1em;
    }

    .bloco_tag_visualizacoes_outros {
        max-width: 45vw;
    }

    .box_func_categoria_outros {
        flex-direction: column;
    }

    .nome_estabelecimento_outros {
        max-height: 11em;
        padding: 0.0em 0.1em 0.0em 0.1em;
    }

    .categoria_estabelecimento_outros {
        max-width: 30vw;
    }

    .ajuste_banner_estab {
        height: 22vw;
    }

    .tag_nao_clicavel_outraspostagens {
        max-width: 30vw;
    }

    .slick-dots {
        bottom: -7vw;
    }
}

@media only screen and (max-width: 768px) {



    .bloco_tag_visualizacoes {
        max-width: 80vw;
    }

    .nome_estabelecimento {
        padding-top: 0.3em;
    }


    /* trecho de endereço e categoria */
    .endereco_estabelecimento {
        padding-top: 0.2em;
    }

    .box_func_categoria {
        margin-top: 0.3em;
        margin-bottom: 0.1em;
    }

    .bloco_tag_visualizacoes_outros {
        max-width: 45vw;
    }

    .box_func_categoria_outros {
        flex-direction: column;
    }

    .nome_estabelecimento_outros {
        max-height: 11em;
        padding: 0.0em 0.1em 0.0em 0.1em;
    }

    .categoria_estabelecimento_outros {
        max-width: 30vw;
    }

    .ajuste_banner_estab {
        height: 30vw;
    }

    .tag_nao_clicavel_outraspostagens {
        max-width: 30vw;
    }

    .slick-dots {
        bottom: -13vw;
    }
}

@media only screen and (max-width: 480px) {


    .bloco_capa_destaques img {
        height: 80vw;
    }

    .bloco_tag_visualizacoes {
        max-width: 80vw;
    }

    .nome_estabelecimento {
        padding-top: 0.4em;
    }


    /* trecho de endereço e categoria */
    .endereco_estabelecimento {
        padding-top: 0.4em;
    }

    .box_func_categoria {
        margin-top: 0.5em;
        margin-bottom: 0.1em;
    }

    .bloco_tag_visualizacoes_outros {
        max-width: 45vw;
    }

    .box_func_categoria_outros {
        flex-direction: column;
    }

    .nome_estabelecimento_outros {
        max-height: 11em;
        padding: 0.0em 0.1em 0.0em 0.1em;
    }

    .categoria_estabelecimento_outros {
        max-width: 40vw;
    }

    .ajuste_banner_estab {
        height: 55vw;
    }

    .tag_nao_clicavel_outraspostagens {
        max-width: 70vw;
    }
    .slick-dots {
        bottom: -13vw;
    }
}



/* ************************Botão Flutuante******************** */


.botao-postar {
    position: fixed;
    bottom: 3vw;
    right: 3vw;
    background-color: var(--cor_principal);
    color: #fff;
    border-radius: 30px;
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.5em 1em;
    font-size: 1.2em;
    cursor: pointer;
    z-index: 9999;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    text-decoration: none;
}

    .botao-postar:hover {
        filter: brightness(0.8);
        box-shadow: 0 12px 30px rgba(0, 0, 0, 0.3);
    }

.conteudo-botao-postar {
    display: flex;
    align-items: center;
    gap: 0.5em;
}

    .conteudo-botao-postar i {
        font-size: 1.0em;
    }






@media only screen and (max-width: 768px) {

    .botao-flutuante {
        bottom: 3vw;
        right: 3vw;
        width: 5vw;
        height: 5vw;
        font-size: 1.5em
    }


    .botao-postar {
        bottom: 4vw;
        right: 4vw;
        font-size: 1em;
    }

    .conteudo-botao-postar i {
        font-size: 1.2em;
    }
}

@media only screen and (max-width: 480px) {


    .botao-flutuante {
        bottom: 3vw;
        right: 5vw;
        width: 12vw;
        height: 12vw;
        font-size: 2em;
    }


    .botao-postar {
        bottom: 5vw;
        right: 5vw;
        font-size: 1em;
    }

    .conteudo-botao-postar i {
        font-size: 1em;
    }
}