.menu {
    color: white;
    margin-bottom: 50px;
    text-align: center;
    /*  display: flex; */
    justify-content: center;
    margin-left:3vw;
    margin-top: 0; 
    /*height:100%;  */
    float: left;
}
.tsa-menu {
    width: 18vw;
}

.tsa-menu-item {
    border-bottom: solid 2px;
    border-image: radial-gradient(transparent, transparent, #8c8989, #8c8989, rgb(209,208,209), #8c8989, #8c8989, transparent, transparent) 1;
    padding-bottom: 12px;
    margin-bottom: 12px;
}
.tsa-menu-item:last-child {
    border: unset;
}
#btn-menu {
    display: none !important;
}

@media (orientation: portrait){
    .MAIN[tsa-pagina=Principal] .MAIN_cuerpo_derecha{
        display: none;
    }
    #btn-menu {
        display: block !important;
    }
    /*
    .cuerpo.cuerpo-2 {
        z-index: 10;
    }
    */

    .tsa-menu {
        width: 100vw;
        margin-left: 0;
        margin-top: 0 !important;
        position: absolute;
        z-index: 10;
        top: 10vh !important;
    }

    .tsa-menu nav {
        background-color: rgba(0,0,0,0.75) !important;
    }

    .tsa-menu-hide {
        margin-left: -200vw;
    }

    .tsa-menu-hide nav {
        background-color: transparent !important;
    }

    /* Agrego ancho total a contenido de proceso*/
    /*margen por el calendario*/
    .MAIN[tsa-pagina="Programacion"] .MAIN_cuerpo_sinid {
        margin-top: 0 !important; 
    }
}

[rol="promocion-nombre"],
[rol="promocion-aplicada"] {
    font-size: 0.8rem;
}