/* Estilos Mapa geografico */

#main {
    padding: 0 !important;
}
#contenedorLeaftMap {
    height: 0;
    padding-bottom: 36% !important;
    position: relative;
}
    #contenedorLeaftMap > * {
        height: 100% !important;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }
    .leaflet-tile-pane {
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
    }

/* Fin de los estilos mapa geografico */

/* Leyenda */

.barraLeyenda {
    overflow: hidden; width: 100%; background: #ffffff;
    padding: 12px 0;
}
.barraLeyenda > ul {
    display: -moz-flex;
    display: -ms-flex;
    display: -oflex;
    display: flex;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    margin: 0 auto;
    max-width: 1100px;
    list-style: none;
}
.barraLeyenda > ul > li {
    font-size: 1.5rem !important;
    line-height: 125% !important;
    text-transform: uppercase;
}
.barraLeyenda > ul > li + li {
    margin: 0 0 0 12px;
}
.barraLeyenda > ul > li img {
    vertical-align: middle !important;
}
    .barraLeyenda ul li.leyenda{color: #999999; padding-right: 30px; /*background: url(/wp-content/themes/Avada-Child-Theme/img/contenido/delegaciones/flechaLeyenda.gif) no-repeat top right;*/}
    .barraLeyenda ul li.bolaAzul{color: #005aa5}
    .barraLeyenda ul li.bolaRoja{color: #d40021}
    .barraLeyenda ul li.bolaGris{color: #666666;}
    .barraLeyenda ul li.bolaAmarilla{color: #c09803;}

/* Fin de la leyenda */

/* Media queries */

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

    .barraLeyenda > ul > li:nth-child(1) {
        margin-bottom: 16px;
        width: 100% !important;
    }    
    .barraLeyenda > ul > li:nth-child(5) {
        margin-top: 12px !important;
    }

}

@media only screen and (max-width: 620px) {

    .barraLeyenda > ul > li:nth-child(4),
    .barraLeyenda > ul > li:nth-child(5) {
        margin-top: 12px !important;
    }

}

@media only screen and (max-width: 480px) {

    .barraLeyenda > ul > li {
        width: 100% !important;
    }
    .barraLeyenda > ul > li + li {
        margin: 12px 0 0 0 !important;
    }

}

@media only screen and (max-width: 1800px) {

    #contenedorLeaftMap {
        padding-bottom: 42% !important;
    }    

}

@media only screen and (max-width: 1450px) {

    #contenedorLeaftMap {
        padding-bottom: 50% !important;
    }    

}

@media only screen and (max-width: 1100px) {

    #contenedorLeaftMap {
        padding-bottom: 65% !important;
    }    

}

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

    #contenedorLeaftMap {
        padding-bottom: 85% !important;
    }    

}

@media only screen and (max-width: 740px) {

    #contenedorLeaftMap {
        padding-bottom: 100% !important;
    }    

}

/* Fin de las media queries */