﻿
.lazyload {
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.lazyloaded {
    opacity: 1;
}

#avaliacao_marcada a {
    color: var(--cor_principal);
    background-color: var(--cor_principal_transparencia);
}

.ajuste_carrossel_avaliacao {
    width:80.5vw;
}

.ajuste_banner_avaliacao {
    height: 19vw;
}
    /* Trabalhando avaliações destaque */

    .perfil_estabelecimento {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    margin: 0.5vw 0vw 0.5vw 0vw;
    padding-left: 1em;
}

    .perfil_estabelecimento a {
        font-family: var(--font-family-montserrat);
        font-size: 0.8em;
        padding: 0.1vw 0.5vw;
        color: var(--cor_branca);
        background-color: rgba(255, 255, 255, 0.3);
        border-radius: 0.3vw;
        margin: auto 0 auto 0.5vw;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 30vw;
        text-decoration: none;
    }

.estrelas {
    font-size: 1.1em;
    color: var(--cor_branca);
}


.ajuste_tipo_avaliacao {
    position: absolute;
    top: 1vw;
    right: 1vw;
}


/* Trabalhando avaliações destaque */

.ajuste_perfil_estabelecimento {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    margin: 0vw 0vw 0.2vw 0vw;
    height: 1.2em;
}

    .ajuste_perfil_estabelecimento a {
        font-family: var(--font-family-montserrat);
        font-size: 0.8em;
        color: var(--cor_branca);
        background-color: rgba(75,75,75,0.3);
        border-radius: 0.3vw;
        padding: 0.1vw 0.3vw;
        margin: auto 0 auto 1.5vw;
        max-width: 11vw;
        height: 100%;
        text-decoration: none;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

.ajuste_estrelas_demaispostagens {
    font-size: 0.9em;
    color: var(--cor_principal);
}

.box_destaque_avaliacao{
    display:flex;
    align-items:center;
    justify-content:space-between;
    width:80vw;
    margin:0.5vw auto;
}
.seletor_especifico_destaque {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 0vw 0vw 0 0vw;
    gap: 1vw;
}
.opcoes_destaque {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--cor_branca);
    padding: 0.1vw 0.7vw;
    min-width: 6vw;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: var(--font-family-koho);
    font-size: 0.9em;
    color: var(--cor_cinza_clara);
    border: 0.1vw solid var(--cor_cinza_clara);
    box-shadow: 0 0 0.2vw var(--cor_cinza_escura);
    border-radius: 1vw;
    transition: background-color 0.3s ease;
    position: relative;
    margin-top: 0.5vw;
}

    .opcoes_destaque input[type="radio"] {
        display: none;
    }

            .opcoes_destaque input[type="radio"]:checked + span::before {
                content: "";
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
            }
.qtd_destaques {
    margin-right: 0.5vw;
    color: var(--cor_cinza_escura);
    font-weight: bold;
}
.nota_global i {
    font-size: 1.1em;
    color: var(--cor_principal);
    margin-right: 0.5vw;
}

.nota_global span {
    font-size: 1.1em;
    color: var(--cor_cinza_escura);
    font-family: var(--font-family-koho);
    font-weight: bold;
}
/* inserindo os botões */
.box_btn_filtrar_generico {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 1vw 0vw;
}

.btn_filtrar_generico {
    font-family: var(--font-family-koho);
    font-size: 1em;
    font-weight: 500;
    color: var(--cor_branca);
    background-color: var(--cor_principal);
    border: none;
    padding: 0.1vw 1vw;
    border-radius: 1.0vw;
    cursor: pointer;
}
/* ************************Responsividade******************** */
@media only screen and (max-width: 1024px) {
    .ajuste_carrossel_avaliacao {
        width: 90vw;
    }
    .ajuste_banner_avaliacao {
        height: 30vw;
    }
    .perfil_estabelecimento {
        margin: 0.5vw 0vw 0.5vw 0vw;
        padding-left: 1vw;
    }

        .perfil_estabelecimento a {
            padding: 0.1vw 0.5vw;
            border-radius: 0.5vw;
            margin: auto 0 auto 0.5vw;
            max-width: 80vw;
        }

    .ajuste_tipo_avaliacao {
        top: 1vw;
        right: 1vw;
    }


    /* Trabalhando avaliações destaque */

    .ajuste_perfil_estabelecimento {
        margin: 0vw 0vw 2.2vw 0vw;
    }

        .ajuste_perfil_estabelecimento a {
            border-radius: 0.5vw;
            padding: 0.1vw 0.5vw;
            margin: auto 0 auto 1.5vw;
            max-width: 35vw;
        }

    .box_destaque_avaliacao {
        width: 90vw;
        margin: 1.5vw auto;
    }

    .seletor_especifico_destaque {
        gap: 1vw;
    }

    .opcoes_destaque {
        padding: 0.3vw 1.5vw;
        border-radius: 1.5vw;
    }


    .qtd_destaques {
        margin-right: 0.8vw;
    }

    .nota_global i {
        margin-right: 0.8vw;
    }

  

    .btn_filtrar_generico {
        padding: 0.1vw 2vw;
        border-radius: 2.0vw;
    }
}

@media only screen and (max-width: 768px) {


    .ajuste_banner_avaliacao {
        height: 40vw;
    }

    .ajuste_carrossel_avaliacao {
        width: 90vw;
    }
    .perfil_estabelecimento {
        margin: 0.5vw 0vw 0.5vw 0vw;
        padding-left: 1vw;
    }

        .perfil_estabelecimento a {
            padding: 0.1vw 0.8vw;
            border-radius: 0.8vw;
            margin: auto 0 auto 0.5vw;
            max-width: 80vw;
        }


    .ajuste_tipo_avaliacao {
        top: 1vw;
        right: 1vw;
    }

    .ajuste_perfil_estabelecimento {
        margin: 0vw 0vw 2.2vw 0vw;
        height: 2.5vw;
    }

        .ajuste_perfil_estabelecimento a {
            border-radius: 0.8vw;
            padding: 0.1vw 0.8vw;
            margin: auto 0 auto 1.5vw;
            max-width: 35vw;
        }


    .box_destaque_avaliacao {
        width: 90vw;
        margin: 1.5vw auto;
    }

    .seletor_especifico_destaque {
        gap: 1vw;
    }

    .opcoes_destaque {
        padding: 0.3vw 2.0vw;
        border-radius: 2vw;
    }


    .qtd_destaques {
        margin-right: 1.0vw;
    }

    .nota_global i {
        margin-right: 1.0vw;
    }

    .botao_btn_filtrar_generico {
        padding: 0.1vw 1.5vw;
        border-radius: 1.0vw;
    }

}

@media only screen and (max-width: 480px) {

    .ajuste_banner_avaliacao {
        height: 59vw;
    }

    .ajuste_carrossel_avaliacao {
        width: 90vw;
    }
    .perfil_estabelecimento {
        margin: 0.5vw 0vw 0.5vw 0vw;
        padding-left: 1vw;
    }

        .perfil_estabelecimento a {
            padding: 0.1vw 1vw;
            border-radius: 1vw;
            margin: auto 0 auto 0.5vw;
            max-width: 80vw;
        }


    .ajuste_tipo_avaliacao {
        top: 1vw;
        right: 1vw;
    }


    /* Trabalhando avaliações destaque */

    .ajuste_perfil_estabelecimento {
        margin: 0vw 0vw 2.2vw 0vw;
        height: 4vw;
    }

        .ajuste_perfil_estabelecimento a {
            border-radius: 1vw;
            padding: 0.1vw 1vw;
            margin: auto 0 auto 1.5vw;
            max-width: 35vw;
        }

    .box_destaque_avaliacao {
        width: 90vw;
        margin: 1.5vw auto;
    }

    .seletor_especifico_destaque {
        gap: 1vw;
    }

    .opcoes_destaque {
        padding: 0.5vw 2.5vw;
        border-radius: 3vw;
    }


    .qtd_destaques {
        margin-right: 1.5vw;
    }

    .nota_global i {
        margin-right: 1.5vw;
    }

    .box_btn_filtrar_generico {
        margin: 3vw 0vw;
    }

    .btn_filtrar_generico {
        padding: 0.1vw 3vw;
        border-radius: 2.5vw;
    }
    .bloco_capa_destaques img {
        width: 90vw;
        height: 90vw !important;
    }

}
