iframe.full {
    border: none;
    width: calc(100vw - 2rem);
    height: calc(100vh - var(--altura-header) - 1.5rem);
    overflow: hidden;
}