/* Remove o espaçamento do Helix3 no item de menu 112 */
.item-112 #sp-main-body {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-top: 0 !important;
}

/* Ajusta o container para largura total nesta página */
.item-112 #sp-main-body .container {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
}

/* Remove margens do iframe */
.item-112 iframe {
    display: block;
    margin: 0 !important;
    border: none !important;
}