ul.lojas {
    max-width: 1170px;
    margin: auto;
    padding: 30px 20px 20px 20px;
    background: #fff;
    position: relative;
}
ul.lojas h1 {
    width: 100%;
    color: #00478e;
    text-align: center;
    font-weight: bold;
    margin: 0 0 20px 0;
}   
@media(min-width:0) {
    ul.lojas li {                                
        margin: 0 0 20px 0;            
    }
    ul.lojas img{
        width: 100%;
        /* box-shadow: 10px 10px 10px #eee;         */
    }
    ul.lojas li .nome{        
        display: block;
        text-align: center;
        position: absolute;
        font-size: 28px;
        color: #000;
        width: 98%;
        left: 0;
        bottom: 100px;
        color: #00498F;
        font-weight: bold;
    }
    ul.lojas .img-loja{
        position: absolute;
        top: 0;
        left: 0;
    }
    ul.lojas .img-loja img{
        box-shadow: none;
    }
    ul.lojas a{        
        display: table;
        margin: auto;
        position: relative;
        border: 1px solid #eee;
        padding: 3px;
        background: #fff;        
    }
    ul.lojas .btn-home-comprar{
        width: 100%
    }
    ul.lojas .operadores span.min {
        position: absolute;
        left: 12px;
        z-index: 200;        
        font-size: 20px;
        bottom: 50px;
        color: #000;
        font-weight: bold;
    }
}

/*Operadores*/
@media(min-width:0) {

    ul.lojas .operadores {
        position: absolute;
        padding: 15px 15px 30px 15px;
        background: #fff;
        width: 235px;
        min-height: 250px;
        -webkit-box-shadow: 0px 0px 20px #000;
        box-shadow: 0px 0px 20px #000;
        z-index: 100;
    }
}

@media(min-width:1170px) {

    ul.lojas .operadores {
        width: 265px;
    }
}

        ul.lojas .operadores h4 {
            color: #000;
            font-weight: bold;
        }

        ul.lojas .operadores ul {
            width: 100%;
            height: 230px;
            overflow: auto;
        }

            ul.lojas .operadores ul li {
                height: auto;
                width: 100%;
                margin: 0;
                padding: 2px 0;
                border-radius: 0;
                min-height: auto;
                border: 0;
                border-bottom: 1px dotted #ccc;
            }

    @media(min-width:0px) {
        ul.lojas li:nth-child(even) .operadores {
            margin-top: -300px;
            margin-left: 0px;
        }

        ul.lojas li:nth-child(odd) .operadores {
            margin-top: -300px;
            margin-left: 0px;
        }
    }

    @media(min-width:768px) {
        ul.lojas li:nth-child(even) .operadores {
            margin-top: -300px;
            margin-left: 0px;
        }

        ul.lojas li:nth-child(odd) .operadores {
            margin-top: -300px;
            margin-left: 0px;
        }
    }

    ul.lojas .operadores:nth-child(1) {
        display: block;
    }

    ul.lojas .operadores .bto-comprar {
        width: 100%;
        height: auto;
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: 100;
        display: block;
    }

    ul.lojas li .operadores img {
        padding-bottom: 0;
        width: 100%;
    }

    ul.lojas .operadores .fechar {
        font-size: 18px;
        width: 35px;
        height: 35px;
        text-align: center;
        position: absolute;
        top: -10px;
        right: -10px;
        background: #fff;
        font-weight: bold;
        color: #333;
        padding: 5px;
        display: table;
        border-radius: 20px;
        -webkit-box-shadow: 0px 0px 20px #ccc;
        box-shadow: 0px 0px 20px #ccc;
        background: #00478e;
        color: #fff;
        cursor: pointer;
    }
