/* embed platges resposive */
.embed-platges {
    position: relative;
    overflow: hidden;
}

.embed-platges.z1 {
    height: 250px;
}

.embed-platges.z2 {
    height: 710px;
}

.embed-platges.z4 {
    height: 730px;
}

.embed-platges.z6 {
    height: 610px;
}

.embed-platges iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.embed-platges iframe .platja .h6 {
    font-weight: normal !important;
}

#svg-map {
    max-width: 100% !important;
}

#districtes-map g#prunera-borda:hover {
  fill: #444 !important;
  cursor: pointer;
}

@media (max-width:1200px) {
    .embed-platges.z6 {
        height: 580px;
    }

    .embed-platges.z2 {
        height: 645px;
    }

    .embed-platges.z4 {
        height: 665px;
    }
}

@media (max-width:992px) {
    .embed-platges.z6 {
        height: 535px;
    }

    .embed-platges.z2 {
        height: 555px;
    }

    .embed-platges.z4 {
        height: 580px;
    }
}

@media (max-width:458px) {
    .embed-platges.z2 {
        height: 505px;
    }

    .embed-platges.z4 {
        height: 545px;
    }
}

@media (max-width:379px) {
    .embed-platges.z6 {
        height: 575px;
    }

    .embed-platges.z2 {
        height: 469px;
    }

    .embed-platges.z4 {
        height: 545px;
    }
}