.mapa {
    background: #0F63FF;
    height: 0;
    padding-bottom: 500px;
    position: relative;
    overflow: hidden;
}
.mapa iframe {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
}
