@import url(./component.loading.css);

body{
    overflow: hidden;
}

#home{
    width: 100%;
}

.lateral{
    width: 35%;
    height: 94vh;
    float: left;
    position: absolute;
    z-index: 888;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
    overflow: hidden;
    /* background:#f1f1f1; */
    background-color: var(--lateral-bg);
}

.loading-fixed{
    position: fixed;
    bottom: 0;
    width: 30%;
    height: auto;
    /* background:#f1f1f1; */
    background-color: var(--lateral-bg);
    text-align: center;
    display: none;
}

#loading{
    width: 100%;
    height: auto;
}

.filtros{
    width: 100%;
    height: auto;
    /* background-color: white; */
    background-color: var(--filtros-bg);
}

.filtros-titulo{
    width: 100%;
    height: auto;
    background-color: var(--primary);
    padding:10px;
}

.filtros-opcoes{
    width: 100%;
    height: auto;
    padding:10px;
}

.filtro-opcao{
    width: 250px;
    display: inline-block;
    margin-top: 5px;
}

.div-modal-filtros{
    align-items: center !important;
}

.div-modal-filtros label{
    margin-left: 5px !important;
}

.div-modal-filtros input[type="checkbox"]{
    margin-left: 5px !important;
}

.div-modal-filtros i{
    margin-left:5px !important;
    color: var(--primary) !important;
}

.lojas{
    width: 100%;
    /* height: 430px; */
    height: 670px;
    overflow: auto;
    padding:10px 20px 10px 20px;
    text-align: center;
}

.lojas h4{
    padding-top: 200px;
}

.lojas::-webkit-scrollbar-track{
	background-color: #F5F5F5;
	border-radius: 10px;
}

.lojas::-webkit-scrollbar{
	width: 10px;
	background-color: #F5F5F5;
}

.lojas::-webkit-scrollbar-thumb{
	background-color: #AAA;
	border-radius: 10px;
	background-image: -webkit-linear-gradient(90deg, var(--primary) 100%, transparent 50%);
}

.loja-item-lista{
    width: 100%;
    height: 190px;
    /* height: 160px; */
    /* background:white; */
    background-color: var(--loja-item-lista-bg);
    border:1px solid #d6d6d6;
    box-shadow:0 2px 3px 0px rgba(0,0,0,0.10);
    border-radius:25px;
    transition:.2s all;
    margin-bottom: 10px;
    /* padding: 10px; */
    padding-top: 10px;
    padding-bottom: 10px;
    cursor: pointer;
    text-align: left;
    float: left;
}

.loja-item-lista:hover{
    border: 2px solid var(--primary);
    margin-left: 10px;
}

.loja-foto{
    width: 30%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius:25px;
    float: left;
    display: inline-block;
    margin-left: 10px;
    position: relative;
}

.loja-titulo-horarios-rating{
    width: 66%;
    height: auto;
    float: left;
    display: inline-block;
    margin-left: 10px;
}

.titulo-horarios{
    width: 85%; 
    float: left;
}

.titulo-horarios h6{
    font-weight: 900;
    margin-bottom: 0rem !important;
    font-size: 0.9rem !important;
}

.titulo-horarios span{
    font-size: 12px;
}

.rating{
    width: 15%; 
    float: left;
    color: var(--primary);
    font-weight: 900;
    display: none;
}

.loja-descricao{
    width: 66%;
    height: 25px;
    float: left;
    display: inline-block;
    margin-left: 10px;
    margin-top: 10px;
    font-size: 12px;
}

/* .loja-descricao span{
    font-size: 10px;
} */

.loja-comodidades{
    width: 66%;
    height: auto;
    float: left;
    display: inline-block;
    margin-left: 5px;
    margin-top: 10px;
}

.loja-comodidades img{
    width:17px;
    height: 17px;
    margin-left: 5px;
    margin-right: 5px;
}

.loja-distancia{
    width: 66%;
    height: auto;
    float: left;
    display: inline-block;
    margin-left: 10px;
    margin-top: 5px;
    font-size: 12px;
}

.barra-verde{
    width: 100%;
    background-color: var(--primary);
    height: 40px;
    float: left;
    bottom: 0px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    margin-top: -30px;
    z-index: 0;
}

.mapa{
    width: 100%;
    height: 92.5vh;
    background-color: lightgray;
    float: left;
}

.mapa-divisao1{
    width: 30%; 
    height: 94vh; 
    background-color: lightgray; 
    float: left;
}

.mapa-divisao2{
    width: 70%; 
    height: 94vh; 
    background-color: lightgray; 
    float: left;
    text-align: center;
}

.mapa-divisao2 h4{
    padding-top: 45vh;
}

.pac-container {
    z-index: 10000 !important;
}

.btn-vgo{
    margin-top: 5px;
}

@media (max-width: 575.98px) and (orientation:portrait){
    
    .lateral{
        width: 100% !important;
    }

    .loading-fixed{
        width: 100% !important;
    }

    .lojas{
        padding: 10px 5px 100px 5px !important;
    }

    .lojas h4{
        padding-top: 100px !important;
    }

    .loja-item-lista{
        /* height: 122px !important; */
        height: 175px !important;
        margin-bottom: 20px !important;
    }

    .loja-foto{
        /* width: 37% !important; */
        width: 30% !important;
        height: 100px !important;
        margin-top: 10px !important;
    }

    .sem-fachada{
        background-size: contain;
    }

    .loja-titulo-horarios-rating{
        /* width: 60% !important; */
        width: 64% !important;
    }

    .titulo-horarios{
        width: 80% !important;
    }

    .titulo-horarios h6{
        font-size: 13px !important;
    }

    .rating{
        width: 20% !important;
    }

    .rating h6{
        font-size: 14px !important;
    }

    .loja-descricao{
        width: 64% !important;
        font-size: 10px !important;
        /* display: none !important; */
    }

    .loja-comodidades{
        /* width: 60% !important; */
        /* width: 67% !important;
        margin-top: 35px !important; */
        width: 64% !important;
    }

    .loja-distancia{
        width: 64% !important;
    }

    .barra-verde{
        margin-top: 1px !important;
    }
}

@media (min-width: 767.98px) and (orientation:portrait){

    .lateral{
        width: 48% !important;
    }

    .loading-fixed{
        width: 48% !important;
    }

    .lojas{
        padding: 10px 5px 100px 5px !important;
    }

    .loja-item-lista{
        height: 210px !important;
    }

    .loja-foto{
        width: 37% !important;
    }

    .loja-titulo-horarios-rating{
        /* width: 60% !important; */
        width: 57% !important;
    }

    .loja-descricao{
        /* width: 60% !important; */
        width: 57% !important;
    }

    .loja-comodidades{
        /* width: 60% !important; */
        width: 58% !important;
    }

    .loja-distancia{
        width: 57% !important;
    }

    .titulo-horarios{
        width: 80% !important;
    }

    .titulo-horarios h6{
        font-size: 14px !important;
    }

    .rating{
        width: 20% !important;
    }

    .rating h6{
        font-size: 14px !important;
    }
}

@media (max-width: 1290px) and (orientation:landscape){

    .lateral{
        width: 50% !important;
    }

    .loading-fixed{
        width: 50% !important;
    }

    /* .lojas{
        padding: 10px 5px 100px 5px !important;
    } */

    .loja-foto{
        width: 37% !important;
    }

    .loja-titulo-horarios-rating{
        width: 58% !important;
    }

    .loja-descricao{
        width: 58% !important;
    }

    .loja-comodidades{
        width: 59% !important;
    }

    .loja-distancia{
        width: 58% !important;
    }

    .titulo-horarios{
        width: 82% !important;
    }

    .titulo-horarios h6{
        font-size: 11px !important;
    }

    .rating{
        width: 18% !important;
    }

    .rating h6{
        font-size: 14px !important;
    }
}

@media (max-width: 1575px) and (orientation:landscape){

    .loja-foto{
        width: 37% !important;
    }

    .loja-titulo-horarios-rating{
        width: 58% !important;
    }

    .loja-descricao{
        width: 58% !important;
    }

    .loja-comodidades{
        width: 59% !important;
    }

    .loja-distancia{
        width: 58% !important;
    }

    .titulo-horarios{
        width: 82% !important;
    }

    .titulo-horarios h6{
        font-size: 11px !important;
    }

    .rating{
        width: 18% !important;
    }

    .rating h6{
        font-size: 14px !important;
    }
}