/*
* Modal customizado para header do site
*/
.ndmais-header-modal{
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    left: 0;
    top:0;
    display: none;
    z-index:9999999999;
}

.ndmais-header-modal.show{
    display: block;
}

.ndmais-header-modal-open{
    overflow: hidden;
}