.ton-iframe-header {
    max-width: 1200px;
    height: 600px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0 0 20px 20px;
    overflow: hidden;
    flex-direction: column;
    gap: 20px;
}
header.ton-iframe-header > h2 {
    font-weight: bold;
    font-size: 16px;
}
button#permitirLocalizacaoBtn {
    cursor: pointer;
    background-color: var(--defaultBlue);
    color: white !important;
    padding: 6px 10px;
    font-size: 15px;
    line-height: 19px;
    border-radius: 20px;
    display: inline;
    font-family: "Ubuntu-bold", sans-serif;
    text-transform: uppercase;
}
.ton-iframe-header iframe{
    width: 100%;
    height: 100%;
}
.ads-retangulo{
    display: flex !important;
}