/* Activ'Map Plugin
 * Copyright (c) 2015-2017 Pandao
 * Documentation : https://activmap.pandao.eu/doc */
#activmap-geolocate,
#activmap-target {
    font-family: 'Noto Sans', sans-serif;
    font-size: 0.95em;
}

#activmap-accordion {
    clear: both;
}

#activmap-accordion .panel-default {
    border: none;
}

#activmap-accordion .panel-heading .activmap-accordion-toggle:after {
    margin: 0 0 0 15px;
}

#activmap-accordion .panel-heading {
    background: #006c85;
    color: #fff !important;
    border-radius: 0;
    padding: 12px 9px 9px 19px;
    border-bottom: 1px solid #ffffff;
}

#activmap-accordion .panel-title a {
    display: block;
    color: #ffffff;
    font-family: 'Noto Sans', sans-serif;
    font-size: 0.7em !important;
    text-decoration: none;
    font-weight: 400;
}

#activmap-accordion .panel-title a:hover {
    text-decoration: none;
}

#activmap-accordion .panel-title a:after {
    font-family: FontAwesome;
    content: '';
    float: right;
}

#activmap-accordion .panel-title a.collapsed:after {
    content: '';
}

#activmap-wrapper {
    height: 750px;
    width: auto;
    overflow: hidden;
    position: relative;
    background-color: rgba(0, 0, 0, 0);
}

#activmap-container,
#activmap-canvas {
    position: relative;
    width: 100%;
    height: 100%;
    float: right;
}

#activmap-places {
    background: #005062;
    position: absolute;
    left: -318px;
    z-index: 10;
    height: 100%;
    width: 320px;
    padding: 0 20px;
    overflow: auto;
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
}

@media (max-width:767px){
    #activmap-places.hidden-xs {
        display: none!important;
    }
}

@media (min-width:768px){
    #activmap-places.hidden-xs {
        display: block!important;
    }
}

#activmap-results-num {
    font-weight: 800;
    font-size: 15px;
    color: #ffffff;
    text-transform: uppercase;
    padding: 10px 0;
    font-family: 'Noto Sans', sans-serif;
}

.activmap-place {
    display: none;
    padding: 10px;
    margin: 10px 0;
    cursor: pointer;
    transition: 0.3s;
    border-bottom: 1px dotted #ffffff;
}

.activmap-place:hover,
.activmap-place.active {
    border-left: 5px solid #005062;
    background: #005062;
    color: #fff;
}

.activmap-place h3 {
    font-size: 16px;
    margin: 0 0 10px 0;
    font-weight: 700;
    font-family: 'Noto Sans', sans-serif;
    text-indent: -18px;
    color: #ffffff;
    padding-left: 20px;
}

.activmap-place h3:before {
    font-family: FontAwesome;
    content: '';
    margin-right: 10px;
}

.activmap-infowindow {
    padding: 10px;
}

.activmap-brand {
    display: none;

    /* float: left;
    margin: 0 20px 10px 0;
    height: 80px;
    width: 80px; */
}

.activmap-brand img {
    max-height: 100%;
    max-width: 100%;
}

.activmap-details {
    max-width: 240px;
    float: right;
}

h4.activmap-title {
    font-size: 18px;
    margin: 0 10px 0 0;
}

.activmap-details a {
    color: #F24937;
}

@media (max-width:575px) {
    div#col-lista-pueblos {
        max-height: 220px;
        overflow: scroll;
        border-bottom: 10px solid #ffffff;
    }

    div#map-area {
    }
}
