.primary-color{
    background-color: transparent !important; 
}

.btn.btn-md {
    padding: .7rem 1.6rem;
    font-size: 1rem;
    font-weight: bold;
    color: #ef8a8c;
    float: right;
}

.btn {
    box-shadow: none !important;
}

.conditional {
    margin: 1em 0 0.5em;
    border-top: 2px dotted #eee;
    padding-top: 1em;
    color: rgba(0, 0, 0, .7);
    font-size: .9em;
}

.conditional > .conditional {
    color: rgba(0, 0, 0, .5);
}

select,
input[type=text] {
    border-radius: 5px;
    padding: 6px 10px;
    border: 2px solid #9fc7c0;
    font-color: #666;
    font-size: 15px;
}
#mapa-flex{
    order: 1;
}
#sele-flex{
    order: 2;
}

@media only screen and (min-width: 992px) {

    #mapa-flex {
        padding-right: 0px !important;
    }
    
    #sele-flex {
        padding-left: 5px !important;
    }

}

@media only screen and (max-width: 768px) {
    
    #sele-flex {
        margin-top: 5px !important;
    }

}

#panel {
    float: left;
    width: 100%;
    height: 561px;
}

#map-container {
    border-radius: 0;
    border: 5px solid #ffcdcb;
}

#map {
    width: 100%;
    height: 550px;
    border-radius: 0;
}

#markerlist {
    height: 400px;
    margin: 10px 5px 0 10px;
    overflow: auto;
}

#timetaken {
    color: #f00;
}

.info {
    text-align: center;
    width: 200px;
}

.info img {
    border: 0;
}

.info-body {
    width: 200px;
    height: 1px;
    line-height: 200px;
    margin: 2px 0;
    text-align: center;
    overflow: hidden;
}

.info-img {
    height: 220px;
    width: 200px;
}

.button-tienda {
    background-color: transparent;
    border: none;
    text-align: left;
    font-size: 15px;
    color: #ef8a8c;
}

.button-tienda:hover {
    text-decoration: underline;
}

.tienda {
    text-align: center;
}

.listado {
    background: #f3f4f6;
    display: inline-block;
    height: 93%;
    overflow: hidden;
    vertical-align: top;
    width: 100%;
    overflow-y: auto;
    padding: 15px 20px;
    margin-top: 5px;
}

.txt-tienda {
    font-size: 11px;
    display: block;
    line-height: 1.2;
    text-align: left;
    color: #181e48;
}