﻿/* ===== GOOGLE CUSTOM SEARCH ENGINE ===== */
.gsc-adBlock, .gcsc-more-maybe-branding-root {
    display: none !important;
}

.gsc-cursor-box {
    margin: 0 0 90px;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    padding: 12px 0;
}

.gsc-cursor {
    float: right;
    vertical-align: middle;
    margin: 0;
    padding-left: 0;
    border-radius: 4px;
    display: inline-block;
}

.gsc-cursor-box:after {
    content: "";
    display: block;
    clear: both;
}

.gsc-cursor-page {
    padding: 6px 13px;
    background-color: #fff;
    border: 1px solid #eaeaea;
    color: #222;
    transition: all 0.45s;
    text-decoration: none !important;
    margin-right: 0px !important;
}

    .gsc-cursor-page:hover {
        z-index: 2;
        color: #23527c;
        background-color: #eee;
        border-color: #ddd;
    }

    .gsc-cursor-page.gsc-cursor-current-page {
        z-index: 3;
        color: #fff !important;
        cursor: default;
        background-color: #337ab7;
        border-color: #337ab7;
    }
/* ======================= */
.filtro-tag {
    padding: .25rem !important;
    margin-right: .5rem !important;
    background-color: #fff;
    font-size: 12px;
}

    .filtro-tag > span {
        padding-left: .25rem !important;
        padding-right: .25rem !important;
        color: rgba(0,0,0,.6);
        background-color: #f1f3f5;
        font-weight: 600;
    }

.bg-filtro {
    background-color: #f1f3f5;
}

.card-vendas {
    height: 350px;
    width: 270px;
    border-radius: 6px !important;
}

    .card-vendas:hover {
        transition: all .3s
    }

#img-top {
    height: 150px;
    object-fit: cover;
    width: 100%;
}

#faixa-gratuito {
    position: absolute;
    top: -1px;
    left: 0;
    width: 90px;
    height: 90px;
    z-index: 5
}

#area-card-text {
    font-size: 13px;
}

#titulo-card {
    display: block !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}


.owl-prev, .owl-next {
}

.owl-prev {
    right: 100% !important;
}

.owl-next {
    left: 100% !important;
}

    .owl-next span, .owl-prev span {
/*        background: white;*/
/*        border: none !important;*/
        color: var(--azul-medio);
/*        box-shadow: 0 2px 4px rgba(0,0,0,.08), 0 4px 12px rgba(0,0,0,.08);*/
    }

#modo-exibicao {
}

    #modo-exibicao + button:focus, #modo-exibicao + button:hover {
        border: none !important;
        box-shadow: none !important;
    }
    /* #modo-exibicao + button:hover {
        background-color: transparent !important;
        border: none !important;
    }*/

    #modo-exibicao + button:after {
        content: none !important;
        display: none !important;
    }

/*<-------------------------TELAS PEQUENAS------------------------->*/
@media(max-width: 768px) {
    .owl-prev {
        right: 90% !important;
    }

    .owl-next {
        left: 90% !important;
    }
}
