body{
    overflow-x: hidden;
}
.banner{
    width: 100%;
    height: 420px;
    background-image: url(../img/productos-banner.jpg);
    background-size: cover;
}
.donde{
    margin-top: 120px;

}
.donde h3{
    font-size: 50px;
    color: #ba9765;
    font-family: 'Montserrat', serif;
    text-transform: uppercase;
    font-style: italic;
    margin-top: 30px;
    margin-bottom: 20px;
    font-weight: bold;

}

.select-group{

    display: flex;
    justify-content: space-between;
    margin: 25px auto 15px;
}

.mapa{
    /*position: absolute;*/
    top: 83px;
    right: 0;
    width: 49vw;
    height: 727px;
    overflow: hidden;
}


.tiendas-des .item-modal.active{
    background-color: rgba(162,128,87,.2);
}

.tiendas-des .item-modal:hover{
    background-color: rgba(162,128,87,.2);
    cursor: pointer;
}
.tiendas-des{
    min-height: 450px;
    max-height: 450px;
    overflow-y: auto;
    overflow-x: hidden;
}

/* Let's get this party started */
.tiendas-des::-webkit-scrollbar {
    width: 8px;
}


.tiendas-des::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.tiendas-des::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background:  #ac895c;
}
.tiendas-des::-webkit-scrollbar-thumb:window-inactive {
    background:  #ac895c;
}

.select-group i{
    position: absolute;
    right: 30px;
    top: 15px;
    color: #a28057;
    pointer-events: none;
}


.select-group select{
    width: 100%;
    border-radius: 0;
    background: transparent;
    border: solid 1px #a28057;
    height: 45px;
    color: #a28057;
    font-family: 'Montserrat', serif;
    text-transform: uppercase;
    font-weight: bold;
    padding: 0 20px;
    font-size: 13px;
    cursor: pointer;
}

.donde h3{
    text-align: left;
    font-size: 45px;
}
.select-group select:focus{
    outline: none;
}
#ubi{
    width: 100%;
    height:  100%;
    display: block;
    }
.donde .tiendas{
    display: flex;
    filter: invert(100%);
    justify-content: center;
    align-items: center;
    padding-top: 20px;
    border-top: solid 1px rgba(255,255,255,.3);
    margin-bottom: 20px;
    opacity: .5;
}


.tiendas img{
    padding: 0 15px;
}
.item-modal{
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 20px;
    padding: 15px;
    min-height: 160px;
    transition: all .1s;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
}

.item-modal h4{
    font-size: 16px;
    margin-bottom: 10px;
    color: #a28057;
}
.item-modal p{
    margin: 2px 0;
    /*color: #a97905;*/
    color: #63605e;
    font-size: 12px;
}
.infowin{
    padding-top: 10px;
}
.infowin p {
    margin-bottom: 10px;
    font-weight: bold;
    color: #a28057;
}

.infowin p:not(:first-child) {
    color: #000;
    font-size: 11px;
    margin-bottom: 4px;
}
.select-group div{
    width: 48%;
    position: relative;
}

@media screen and (max-width: 992px){
    /*.mapa {*/
    /*    z-index: -1;*/
    /*}*/
}

@media screen and (min-width: 769px) and (max-width: 992px){
    #ubi{
        display: none;
    }
    .donde{
        margin-top: 130px;
    }
}

@media screen and (max-width: 768px){
    #ubi{
        display: none;
    }
    .tiendas{
        flex-wrap: wrap;
    }
    .tiendas img {
        padding: 10px 40px;
    }
    .select-group div{
        width: 100%;
        margin-bottom: 10px;
    }
    .select-group{
        flex-direction: column;
    }

}
