﻿@charset "UTF-8";

.shadow {
    webkit-box-shadow: 0 4px 10px -10px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 4px 10px -10px rgba(0, 0, 0, 0.6);
    box-shadow: 0 8px 10px -10px rgba(0, 0, 0, 0.6);
}

.chamado {
    margin: 5px 0;
    text-align: center;
    border-top: 1px dashed;
    border-bottom: 1px dashed;
    overflow: hidden;
}

.promoItem {
    text-align: center;
    color: #333;
    display: inline-block;
    vertical-align: top;
    position: relative;
    transition: all 0.4s ease-in-out;
    border: 6px solid #fff;
}

    .promoItem:hover {
        border: 6px solid #f5ebe1;
        background: #fff;
        transition: all 0.4s ease-in-out;
    }

.imgPromo {
    float: left;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.itemDesconto {
    background: #333333;
    color: #fff;
    text-align: center;
}

.promoDesc {
    font-family: "cn", sans-serif;
    width: 100%;
    float: left;
}

.promoPrecoO {
    text-decoration: line-through;
    margin-bottom: 0;
    width: 100%;
    float: left;
}

.promoPrecoP {
    color: #333333;
    font-family: "cn", sans-serif;
    width: 100%;
    float: left;
}

.itemDesconto img {
    height: 15px;
    margin-right: 8px;
}

.promoValidade {
    color: #b5b5b5;
    font-size: 14px;
    margin-bottom: 10px;
}

.dvCarregarMais {
    float: left;
    width: 100%;
    margin-top: 40px;
}

.dvLimpaFiltros {
    width: 100%;
    float: left;
    cursor: pointer;
    padding: 5px;
    text-align: center;
    margin-bottom: 10px;
}

    .dvLimpaFiltros img {
        margin: -5px 10px 0 0;
    }

    .dvLimpaFiltros:hover {
        background: #ebdee6;
    }

.cnv {
    padding: 10px 20px;
    width: 100%;
    text-align: center;
    background: #c7ebff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    border: 1px solid #333;
    color: #333;
}

.logar {
    padding: 20px;
    margin: 0 auto;
    background: #fff6d7;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    border: 1px solid #e3dabc;
    color: #938555;
    text-align: center;
}
/*Slider*/
.jssorl-009-spin img {
    animation-name: jssorl-009-spin;
    animation-duration: 1.6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

/*@keyframes jssorl-009-spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}*/

/*jssor slider bullet skin 032 css*/
.jssorb032 {
    position: absolute;
}

    .jssorb032 .i {
        position: absolute;
        cursor: pointer;
    }

        .jssorb032 .i .b {
            fill: #fff;
            fill-opacity: 0.7;
            stroke: #333333;
            stroke-width: 1200;
            stroke-miterlimit: 10;
            stroke-opacity: 0.25;
        }

        .jssorb032 .i:hover .b {
            fill: #333;
            fill-opacity: .6;
            stroke: #fff;
            stroke-opacity: .35;
        }

    .jssorb032 .iav .b {
        fill: #E57942;
        fill-opacity: 1;
        stroke: #fff;
        stroke-opacity: .35;
    }

    .jssorb032 .i.idn {
        opacity: .3;
    }

/*jssor slider arrow skin 051 css*/
.jssora051 {
    display: block;
    position: absolute;
    cursor: pointer;
}

    .jssora051 .a {
        fill: none;
        stroke: #fff;
        stroke-width: 360;
        stroke-miterlimit: 10;
    }

    .jssora051:hover {
        opacity: .8;
    }

    .jssora051.jssora051dn {
        opacity: .5;
    }

    .jssora051.jssora051ds {
        opacity: .3;
        pointer-events: none;
    }

#slider {
    position: relative;
    overflow: hidden;
    margin: 0px auto 0 auto;
    width: 100%;
}

    #slider ul {
        position: relative;
        margin: 0;
        padding: 0;
        list-style: none;
    }

        #slider ul li {
            position: relative;
            display: none;
            float: left;
            margin: 0;
            padding: 0;
            /*max-height: 400px;*/
            /*max-width: 1200px;*/
            width: 100%;
            background: #efeeef;
            /*text-align: center;*/
            line-height: 300px;
            background-size: cover;
            background-position: center;
        }


.dvFiltros {
    border-top: 1px solid #eae8e4;
    border-bottom: 1px solid #eae8e4;
    overflow: auto;
}

.dvFiltro {
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: flex-start;
}

.dvIconsFiltro img {
    height: 15px;
    margin-right: 10px;
}

.dvIconsFiltro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    float: right;
    cursor: pointer;
}

.dvIconsFiltroAct {
    border-bottom: 2px solid #333333;
}

.dvContFiltros {
    width: 100%;
    background: #fff;
    display: none;
    float: left;
    border-bottom: 1px solid #eae8e4;
}

.opcaoFiltro {
    float: left;
    padding: 1px 5px;
    cursor: pointer;
    width: 100%
}

.selecionado {
    background: #ebdee6;
}



.dvContOpcoesFiltro {
    float: left;
}

.dvContOpcoesItens {
    overflow: auto;
    max-height: 350px;
}

    .dvContOpcoesItens::-webkit-scrollbar-track {
        background-color: #fff;
    }

    .dvContOpcoesItens::-webkit-scrollbar {
        width: 10px;
        background: #fff;
    }

    .dvContOpcoesItens::-webkit-scrollbar-thumb {
        background: #e57942;
        -webkit-border-radius: 5px;
        border-radius: 5px;
    }

.dvContPgs {
    padding-top: 0 !important;
}

.pOqProcura {
    color: #333333;
    text-align: center;
}

#txtPesquisa {
    color: #333333;
}

.btPesquisarHome {
    border: none;
    background: hsla(323, 31%, 30%, 0.11);
    width: 100%;
    transition: all 0.4s ease-in-out;
}

    .btPesquisarHome:hover {
        background: #fff;
    }

/*tablet*/
@media (min-width: 768px) {
    .chamado {
        font-size: 15px;
        height: 25px;
    }
        .btPesquisarHome {
        height: 60px;
    }

    #txtPesquisa {
        height: 60px;
        font-size: 30px;
    }

    .pOqProcura {
        font-size: 60px;
        line-height: 60px;
        margin-bottom: 35px;
    }

    #dvPesquisa {
        width: 80%;
    }

    .destItenImg {
        height: 220px;
    }

    .destIten {
        width: 24%;
        margin: 0.5%;
    }

    .opcaoFiltro {
        padding: 1px 5px;
    }

    .dvContOpcoesFiltro {
        width: 200px;
        margin: 10px 0 10px 20px;
    }

    .itemDesconto {
        padding: 7px 5px;
        font-size: 18px;
        margin-bottom: 5px;
    }

    .promoPrecoP {
        font-size: 22px;
    }

    .promoPrecoO {
        font-size: 16px;
    }

    .imgPromo {
        height: 200px;
        margin-bottom: 35px;
    }

    .promoItem {
        width: 24%;
        margin: 0.5%;
        padding:0;
    }

    .destIten p {
        margin: 15px 0 0px 5px;
    }

    .dvIconsFiltro {
        justify-content: center;
        width: 20%;
        height: 75px;
        max-width: 120px;
    }

    .dvFiltro {
        padding: 25px 0;
        width: 80%;
        height: 75px;
    }

    .dvFiltros {
        margin: 109px auto 0;
    }
}
/*smartphone*/
@media (max-width: 767px) {
    .chamado img {
        width:10%;
        margin: 3px 0 0;
        cursor: pointer;
        height:16px;

    }
    .chamado {
        font-size: 12px;
    }
        .imgFechaBusca {
        height: 40px;
    }

    .dvItemProResult {
        margin: 2px 5px !important;
    }

    .btPesquisarHome {
        height: 35px;
    }

    #txtPesquisa {
        height: 35px;
    }

    .pOqProcura {
        font-size: 20px;
        line-height: 20px;
        margin-bottom: 15px;
    }

    #dvPesquisa {
        width: 100%;
    }

    .destItenImg {
        height: 200px;
    }

    .destIten {
        width: 49%;
        margin: 0.5%;
    }

    .dvLimpaFiltros {
        font-size: 16px;
    }

    .opcaoFiltro {
        font-size: 15px;
        line-height: 20px;
    }

    .dvContOpcoesFiltro p {
        margin: 0;
        font-size: 15px;
    }

    .dvContOpcoesFiltro {
        width: 49%;
        padding: 5px 0 5px 5px;
        max-height: 110px;
        overflow-y: auto;
        background: #EEE9EC;
        margin: 0.5%;
    }

    .itemDesconto img {
        margin-top: -4px;
    }

    .itemDesconto {
        padding: 2px;
        font-size: 15px;
        margin-bottom: 3px;
    }

    .promoPrecoP {
        font-size: 15px;
    }

    .promoPrecoO {
        font-size: 14px;
    }

    .promoDesc {
        font-size: 16px;
    }

    .imgPromo {
        height: 200px;
        margin-bottom: 10px;
    }

    .promoItem {
        width: 48%;
        padding:0;
    }

    .destIten p {
        margin: 5px 0 0px 5px;
    }

    .tituloPagina img {
        margin-top: 10px !important;
    }

    .dvIconsFiltro {
        width: 100%;
        height: 35px;
    }

    .dvFiltro {
        display: none;
        padding: 10px 0 0;
        width: 100%;
        height: 35px;
    }

    .dvFiltros {
        margin: 73px auto 0;
    }
}
/*computador*/
@media (min-width: 1200px) {
    .chamado {
        font-size: 15px;
        height: 25px;
    }
    .btPesquisarHome {
        height: 60px;
    }

    #txtPesquisa {
        height: 60px;
        font-size: 30px;
    }

    .pOqProcura {
        font-size: 60px;
        line-height: 60px;
        margin-bottom: 35px;
    }

    #dvPesquisa {
        width: 60%;
    }

    .destItenImg {
        height: 380px;
    }

    .destIten {
        width: 24%;
        margin: 0.5%;
    }

    .opcaoFiltro {
        padding: 1px 5px;
    }

    .dvContOpcoesFiltro {
        width: 200px;
        margin: 10px 0 10px 20px;
    }

    .itemDesconto {
        padding: 7px 5px;
        font-size: 18px;
        margin-bottom: 5px;
    }

    .promoPrecoP {
        font-size: 22px;
    }

    .promoPrecoO {
        font-size: 16px;
    }

    .promoDesc {
        font-size: 18px;
    }

    .imgPromo {
        height: 380px;
        margin-bottom: 35px;
    }

    .promoItem {
        width: 24%;
        margin: 0.5%;
        padding:1%;
    }

    .destIten p {
        margin: 15px 0 0px 5px;
    }

    .dvIconsFiltro {
        justify-content: center;
        width: 20%;
        height: 75px;
        max-width: 120px;
    }

    .dvFiltro {
        padding: 25px 0;
        width: 80%;
        height: 75px;
    }

    .dvFiltros {
        margin: 147px auto 0;
    }
}
/*computador*/
@media (min-width: 1700px) {

    .destItenImg {
        height: 520px;
    }

    .imgPromo {
        height: 520px;
    }
}

/* Ripple Out */
@-webkit-keyframes hvr-ripple-out {
    100% {
        top: -12px;
        right: -12px;
        bottom: -12px;
        left: -12px;
        opacity: 0;
    }
}

@keyframes hvr-ripple-out {
    100% {
        top: -12px;
        right: -12px;
        bottom: -12px;
        left: -12px;
        opacity: 0;
    }
}

.hvr-ripple-out {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
}

    .hvr-ripple-out:before {
        content: '';
        position: absolute;
        border: #f5ebe1 solid 6px;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
    }

    .hvr-ripple-out:hover:before, .hvr-ripple-out:focus:before, .hvr-ripple-out:active:before {
        -webkit-animation-name: hvr-ripple-out;
        animation-name: hvr-ripple-out;
    }
