
.lst-acessar {
    position: relative;
    background: transparent !important;
}

    .lst-acessar li {
        float: left;
        position: relative;
    }

        .lst-acessar li .lst-acessar-hover {
            display: none;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 168px;
            background: url("/assets/pessoajuridica/img/net-empresa/como-acessar-hover.png") no-repeat;
        }

            .lst-acessar li .lst-acessar-hover a {
                display: block;
                color: white;
                padding: 20px;
                height: 168px;
                font: italic 16px Georgia, "serif";
                text-decoration: none;
            }

        .lst-acessar li p {
            padding: 13px 0 0;
        }

    .lst-acessar div.owl-controls {
        width: 100%;
    }

        .lst-acessar div.owl-controls div.owl-pagination {
            width: 100%;
            position: absolute;
            bottom: 0;
        }

        .lst-acessar div.owl-controls div.owl-buttons div.owl-prev {
            position: absolute;
            left: 0;
            bottom: 42%;
            background: none;
            font-size: 30px;
            color: #666;
        }

        .lst-acessar div.owl-controls div.owl-buttons div.owl-next {
            position: absolute;
            right: 0;
            bottom: 42%;
            background: none;
            font-size: 30px;
            color: #666;
        }

        nav#mainMenu.mega-menu {
            position: absolute!important;
        }