/* EXCEPCIONES PROPIAS DE PÁGINAS CON MAPA EN LA CABECERA Y LISTADO DE PUEBLOS */
#municipios-map-container {
    height: 400px;
}

.panel-title-herrizherri {
    font-family: 'Oswald' !important;
    font-size: 28px !important;
    font-weight: normal !important;
    display: inline;
    text-transform: uppercase;
}

.panel-subtitle-herrizherri {
    font-family: 'Oswald';
    font-weight: 300;
    font-size: 20px;
    display: block;
    text-transform: uppercase;
    color: #11904D;
    margin-bottom: 20px;
    margin-top:0;
}
.municipio-herrizherri {
    text-transform: uppercase;
    padding-top: 10px;
    padding-bottom: 10px;
}

.municipio-herrizherri p {
    font-family: 'Oswald';
    font-size: 15px;
    margin-bottom: 4px;
}

h2.subtitulo-herriz{
    font-family: 'Oswald' !important;
    font-size: 22px !important;
    font-weight: normal !important;
    text-transform: uppercase;
    margin:5px 0 15px 0;

}

.widget-herria{
    padding: 5px 20px 10px 20px;
    background-color: #f0f0f0;
}
.widget-herria h3{
    font-family: 'Oswald';
    font-size:22px;
    font-weight: 400;
    text-transform: uppercase;
}
.widget-herria h3 span{
    font-weight: 100;
}
.widget-herria ul{
    margin-left: 10px;
}
.widget-herria ul li{
    list-style: none;
    padding:8px 10px;
    color: #333;
    font-family: 'Oswald';
    text-transform: uppercase;
}


.widget-herria ul li:before {
    content: "\f054";
    font-family: FontAwesome;
    display: inline-block;
    position: absolute;
    margin-left: -20px;
    width: 20px;
    color: #333;
    font-size: 18px;
    padding-top: 2px;
}
.widget-herria ul li.off{
    color: #666;
}
.widget-herria ul li.off:before {
    color: #666;
}

#udala-map-container{
    width: 100%;
    height:400px;
    margin-bottom: 10px;
}

.datos-udala{
    padding:10px 20px;
}

.datos-udala h4{
    font-family: 'Oswald';
    font-size:22px;
    font-weight: 400;
    color:#008000;
    text-transform: uppercase;
}
.datos-udala h4.batzoki{
    color:#3ca977;

}


.datos-udala p{
    font-size:14px;
    color:#333;
}

h5.tituloGmapsHHZ{
    font-family: 'Oswald';
    font-size:22px;
    font-weight: 400;
    color:#008000;
}
.contenidoGmapsHHZ p{
    line-height: 18px;
}

@media(min-width:1200px){

}

@media only screen and (min-width: 993px) and (max-width: 1199px) {

}

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

}

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




}