/* uteis */
$xsmall: 360px;
$small: 780px;
$medium: 980px;
$large: 1200px;

.aui {
    .cmo-nowrap {
        white-space: nowrap;
    }

    .table {

        td,
        th {
            &.cmo-valor {
                text-align: right;
                white-space: nowrap;
            }

            &.cmo-col-medium {
                min-width: 150px;
            }
        }
    }

    /* container para os destaques da home (assista, notícias) */
    .cn-cmo-container-destaque {
        position: relative;
        padding: 0.75rem;
        background: #EEEEEE;
        border: 1px solid #ACACAC;
        height: 430px;
        .cn-cmo-container-destaque--container-imagem {
            height: 300px;
            overflow: clip;
            img {
                width: 100%;
            }
        }
        .cn-cmo-container-destaque--ver-mais {
            position: absolute;
            right: 0.75rem;
            bottom: 0.75rem;
        }
        .cn-cmo-container-destaque--alerta {
            height: 300px;
            vertical-align: middle;
            display: flex;
            align-items: center;
            justify-content: center;
            background-color: white;
        }
    }
}