section.gt-block.mapa .map {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
gap: 8rem;
width: 100%;
max-width: -webkit-fill-available;
height: 80.9rem;
-ms-flex-item-align: stretch;
align-self: stretch;
z-index: 2;
}
section.gt-block.mapa .map iframe, section.gt-block.mapa .map > * {
position: relative;
width: 100% !important;
height: 100% !important;
min-height: 50rem;
max-width: 100%;
}