body {
    background-image: url(../../media/website/backgrounds/img_fondo_04.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

#map_of_spain {
    width: 800px;
    margin: auto;
}

.info-container {
    margin-bottom: 100px;
}

.comunity-info {
    color: white;
    margin-bottom: 10%;
}

.comunity-info__name {
    font-size: 1.2em;
}

.center {
    border-bottom: 1px #FFFFFF solid;
    padding: 50px 0 30px 0;
}

.center-number {
    font-family: Monserrat Bold;
}

.center__name {
    font-family: monserrat bold;
}

.center__info {
    font-size: 0.8em;
    color: rgb(239, 239, 239);
}

#map_of_spain rect{
    fill: transparent;
    stroke-dasharray: 5 5;
    stroke: #FFFFFF !important;
}
#map_of_spain text{
    fill: #FFFFFF;
}

@media (max-width: 850px) {
    #map_of_spain {
        width: 100%;
    }
}

@media (max-width: 600px) {
    .info-container {
        margin-bottom: 0px;
    }

    .comunity-info {
        padding-top: 15px;
    }
}
