/*
 * TMV 1.0.3: largura total passou a ser opt-in.
 * Filmes e Séries mantêm o layout original do DooPlay com sidebar,
 * igual à Home. A classe tmv-fullwidth-catalog só deve ser adicionada
 * por uma página que realmente não possua sidebar.
 */
/*
 * Correção solicitada: remove a coluna vazia reservada à antiga sidebar
 * somente nas páginas de catálogo reconhecidas pelo TMV Layout Global.
 * Não altera Home, páginas individuais nem o player.
 */
body.tmv-layout-catalogo.tmv-fullwidth-catalog #contenedor,
body.tmv-layout-catalogo.tmv-fullwidth-catalog #contenedor.site,
body.tmv-layout-catalogo.tmv-fullwidth-catalog #contenedor.site.full,
body.tmv-layout-catalogo.tmv-fullwidth-catalog .module,
body.tmv-layout-catalogo.tmv-fullwidth-catalog .module .content,
body.tmv-layout-catalogo.tmv-fullwidth-catalog .module > .content,
body.tmv-layout-catalogo.tmv-fullwidth-catalog main,
body.tmv-layout-catalogo.tmv-fullwidth-catalog main.main,
body.tmv-layout-catalogo.tmv-fullwidth-catalog .main-content {
    width: 100% !important;
    max-width: none !important;
    box-sizing: border-box !important;
}

body.tmv-layout-catalogo.tmv-fullwidth-catalog .module .content,
body.tmv-layout-catalogo.tmv-fullwidth-catalog .module > .content,
body.tmv-layout-catalogo.tmv-fullwidth-catalog .content.right,
body.tmv-layout-catalogo.tmv-fullwidth-catalog .content.left {
    float: none !important;
    margin-right: 0 !important;
    padding-right: 0 !important;
}

body.tmv-layout-catalogo.tmv-fullwidth-catalog .module > .sidebar,
body.tmv-layout-catalogo.tmv-fullwidth-catalog .module .sidebar,
body.tmv-layout-catalogo.tmv-fullwidth-catalog aside.sidebar,
body.tmv-layout-catalogo.tmv-fullwidth-catalog #sidebar {
    display: none !important;
    width: 0 !important;
    min-width: 0 !important;
    max-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

body.tmv-layout-catalogo.tmv-fullwidth-catalog .tmv-layout-grade {
    width: 100% !important;
    max-width: none !important;
}
