﻿
.lazyload {
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.lazyloaded {
    opacity: 1;
}
/* Trabalhando avaliações destaque */
.ajuste_banner_avaliacao {
    height: 15vw;
}



.slick-slide img {
    display: block;
}
.perfil_estabelecimento {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    margin: 0.5vw 0vw 0.5vw 0vw;
    padding-left: 1vw;
}

    .perfil_estabelecimento a {
        font-family: var(--font-family-montserrat);
        font-size: 1.2em;
        padding: 0.1vw 0.5vw;
        color: white;
        background-color: rgba(255, 255, 255, 0.3);
        border-radius: 0.3vw;
        margin: auto 0 auto 0.0vw;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 30vw;
        text-decoration: none;
    }

        .perfil_estabelecimento a span {
            color: white !important;
            font-weight: bold;
        }
/* Trabalhando avaliações destaque */
.ajuste_perfil_estabelecimento {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    margin: 0vw 0vw 0.5vw 0vw;
    height: 1.5vw;
}

    .ajuste_perfil_estabelecimento a {
        font-family: var(--font-family-montserrat);
        font-size: 1.0em;
        border-radius: 0.3vw;
        margin: auto 0 auto 0.0vw;
        overflow: hidden;
        text-overflow: ellipsis;
        padding: 0.0vw 0.5vw 0.0vw 0.5vw;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

        .ajuste_perfil_estabelecimento a span {
            font-weight: bold;
            color: var(--cor_cinza_escura) !important;

        }

.ajuste_estrelas_demaispostagens {
    font-size: 0.9em;
    color: var(--cor_principal);
}

.conteudo_postagem_destaque {
    width: 100%;
    text-align: center;
    font-family: var(--font-family-montserrat);
    color: var(--cor_branca);
    font-size: 1.0em;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0.0vw 0.5vw;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    max-height: 12vw;
    line-height: 1.5em;
}

.conteudo_postagem {
    width: 100%;
    text-align: justify;
    font-family: var(--font-family-montserrat);
    color: var(--cor_cinza_escura);
    font-size: 0.8em;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0.1vw 0.5vw;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
    line-height: 1.5em;
}


/* ************************Responsividade******************** */
@media only screen and (max-width: 1024px) {

    .ajuste_banner_avaliacao {
        height: 25vw;
    }

    .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;
        height: 2vw;
    }

        .ajuste_perfil_estabelecimento a {
            border-radius: 0.5vw;
            padding: 0.1vw 0.5vw;
            margin: auto 0 auto 1.5vw;
            max-width: 35vw;
        }

    .conteudo_postagem_destaque {
        -webkit-line-clamp: 3;
        max-height: 20vw;
    }

    .conteudo_postagem {
        -webkit-line-clamp: 8;
        max-height: 20vw;
    }
}

@media only screen and (max-width: 768px) {


    .ajuste_banner_avaliacao {
        height: 25vw;
    }


    .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;
    }


    /* Trabalhando avaliações destaque */

    .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;
        }

    .conteudo_postagem_destaque {
        -webkit-line-clamp: 3;
        max-height: 20vw;
    }

    .conteudo_postagem {
        -webkit-line-clamp: 6;
        max-height: 10vw;
    }
}

@media only screen and (max-width: 480px) {

    .ajuste_banner_avaliacao {
        height: 45vw;
    }

    .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 0.0vw 0vw;
        height: 11vw;
        max-width: 44vw;
    }

        .ajuste_perfil_estabelecimento a {
            border-radius: 1vw;
            padding: 0.1vw 1vw;
            margin: auto 0 auto 1.5vw;
            max-width: 45vw;
        }

    .conteudo_postagem_destaque {
        -webkit-line-clamp: 2;
        max-height: 20vw;
    }

    .conteudo_postagem {
        -webkit-line-clamp: 5;
        max-height: 28vw;
    }
}
