/*estilo mobile*/
@media screen and (max-width: 768px) {

    .griner {
    }

        .griner span {
            border: 1px solid #ADCA4A;
            padding: 3px;
        }

            .griner span.mobile > span {
                border-style: none;
                padding-top: 5px;
                border-radius: 0;
            }

        .griner .mobile .mobile-informativo {
            display: block;
        }
        /*toogle nodes*/

        .griner .svg-mobile {
            display: block;
            position: absolute;
            left: 0;
            top: 0;
            z-index: -100;
        }

        .griner .nivel-1.mobile,
        .griner .nivel-2.mobile,
        .griner .sub-nivel-0,
        .griner .sub-nivel-1,
        .griner .sub-nivel-2 {
            opacity: 0;
            transition: opacity 300ms linear 20ms;
        }

            .griner .nivel-1.active.mobile,
            .griner .nivel-2.active.mobile,
            .griner .sub-nivel-0.active.mobile,
            .griner .sub-nivel-1.active.mobile,
            .griner .sub-nivel-2.active {
                opacity: 1;
                transition: opacity 250ms linear 0ms;
            }

        .griner .nivel-0 span,
        .griner .nivel-1 span {
            position: absolute;
        }


        .griner .nivel-0 {
            width: 100%;
            height: 155px;
        }

            .griner .nivel-0 span a {
                color: #fff !important;
            }

        .griner span a {
            font-size: 0.9rem;
            padding: 12px 10px;
        }
        /* nivel 0*/
        .griner .nivel-0 span:nth-child(1) {
            left: 130px;
        }

        .griner .nivel-0 span:nth-child(2) {
            bottom: 0;
            left: 20px;
        }

        .griner .nivel-0 span:nth-child(3) {
            bottom: 5px;
            right: 10px;
            height: 69px padding: 5px inherit;
        }

        .griner .link-mobile.active {
            display: inline-block;
        }

        .griner .nivel-0 span:nth-child(1) a {
            padding: 20px 15px;
        }

        .griner .nivel-0 span:nth-child(3) a {
            padding: 20px 15px;
        }
        /* nivel 1*/
        .griner .nivel-1 {
            height: 200px;
            width: unset;
            left: 0px;
        }

    .griner-row .nivel-1 span a {
        color: #fff !important;
    }

    .griner .nivel-1 span:nth-child(1) {
        left: 30px;
        top: 20px;
        min-width: 120px;
    }

    .griner .nivel-1 span:nth-child(2) {
        bottom: 0;
        left: 40px;
    }

    .griner .nivel-1 span cite {
        font-size: 14px;
    }

    .griner .nivel-1 span:nth-child(1) cite {
        right: -105%
    }

    .griner .nivel-1 span:nth-child(2) cite {
        right: -160%;
    }

    /* nivel 2*/
    .griner .griner-row {
        width: 350px;
        padding: 0;
    }

    .griner .nivel-2 {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        position: relative;
        width: 100%;
        top: -227px;
        overflow: hidden;
    }

        .griner .nivel-2 span a {
            font-size: 0.8rem;
            display: flex !important;
        }

        .griner .nivel-2 .column:nth-child(1) > span a {
            background-color: #98BC1B;
            color: #000;
            padding: 8px 8px;
        }

        .griner .nivel-2 .column > span {
            width: 105px;
            padding: 8px inherit;
            position: relative;
            left: 57%;
            transition: all 300ms ease-in-out 0s;
        }

        .griner .nivel-2 .column [class*="sub-nivel-"] > span a {
            color: #fdfdfd;
        }

    .griner-row .nivel-2 span a:nth-child(1) {
        /* color: #fff !important; 
        display: none; */
    }

    .griner .nivel-2 .column {
        width: 100%;
        position: relative;
        text-align: right;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .text-informativo.bottom {
        display: none;
    }

    span.active .text-informativo.bottom {
        display: block;
    }

    .griner .nivel-2 .column [class*="sub-nivel-"] {
        position: relative;
        width: 100%;
        height: 100%;
        box-sizing: border-box;
    }

    .griner .nivel-2 .column:nth-child(1) > span a {
        height: 50px;
    }

    .griner .nivel-2 .column.active {
        height: 260px;
        overflow: hidden;
        transition: all 300ms ease-in-out 290ms;
    }

    .griner .nivel-2 .column:not(.active) {
        height: inherit;
        height: 62px;
        overflow: hidden;
        /*  transition: all 300ms ease-in-out 100ms; */
    }

    .griner .nivel-2 .column:nth-child(1) > span:nth-child(1) {
        margin-right: 120px;
        margin-top: 10px;
        margin-bottom: 40px;
    }

    .griner .nivel-2 .sub-nivel-0 {
        width: 100% !important;
        text-align: center;
        vertical-align: top;
        height: 170px;
        position: relative;
    }

    .griner .nivel-2 .column:nth-child(2),
    .griner .nivel-2 .column:nth-child(3),
    .griner .nivel-2 .column:nth-child(4) {
        width: 330px;
        margin: -1px 0;
    }

    .griner .nivel-2 .sub-nivel-1,
    .griner .nivel-2 .sub-nivel-2,
    .griner .nivel-2 .sub-nivel-3 {
        margin-top: 50px;
    }

        .griner .nivel-2 .sub-nivel-1 > span,
        .griner .nivel-2 .sub-nivel-2 > span,
        .griner .nivel-2 .sub-nivel-3 > span {
            left: 38%;
        }



    .griner .nivel-2 .column > span.active {
        left: 38%;
        transition: all 300ms ease-in-out 0s;
    }

    .griner span cite {
        display: block;
        position: absolute;
        top: 10px;
        right: -160%;
        text-align: left;
    }

    .griner .nivel-2 .sub-nivel-0 > span {
        /* margin: 0 20px;
        width: 100px;
        overflow: hidden; */
    }

    .griner .nivel-2 .sub-nivel-0 > span {
        /*
        display: inline-block;
        position: absolute;
        margin-top: 10px;
        box-sizing: border-box;
        box-shadow: 0 0 2px 1px #98BC1B;
        color: #fff;
        */
    }

        .griner .nivel-2 .sub-nivel-0 > span,
        .griner .nivel-2 .sub-nivel-0 > span a {
            /* display: flex !important;
        align-items: center !important;
        justify-content: center !important;
           
        position: absolute;
        
        width: 90px;
        height: 52px;
           */
        }

    .griner .nivel-2 [class*="sub-nivel-"] > span {
        width: 90px;
        height: 56px;
        position: relative;
        display: flex;
    }

    .griner .nivel-2 .sub-nivel-0 > span a {
        box-sizing: border-box;
    }

    .griner .nivel-2 .sub-nivel-0 > span.active a {
        box-sizing: border-box;
        /*box-shadow: 0 0 3px 1px #98BC1B; */
        background-color: #ffffff;
        color: #444 !important;
    }

    .griner .nivel-2 .sub-nivel-0 > span:nth-child(1) {
        left: 38%;
        top: 25px;
    }

        .griner .nivel-2 .sub-nivel-0 > span:nth-child(1).active .text-informativo.bottom {
            left: -100px;
            margin-top: -20px;
        }

    .griner .nivel-2 .sub-nivel-0 > span:nth-child(2) {
        position: absolute;
        right: 10px;
        top: 5px;
    }

    .griner .nivel-2 .sub-nivel-0 > span:nth-child(3) {
        position: absolute;
        left: 10px;
        top: 5px;
    }

    .griner .nivel-2 .sub-nivel-0 > span:nth-child(2).active .text-informativo.bottom.right {
        right: 0;
        text-align: right;
    }

    .griner .nivel-2 .sub-nivel-0 > span:nth-child(3).active .text-informativo.bottom {
        left: 10px;
        margin-top: 10px;
    }

        .griner .nivel-2 .sub-nivel-0 > span:nth-child(3).active .text-informativo.bottom.left {
            left: -10px;
            text-align: left;
        }

    .griner .griner-row span.mobile a:nth-child(1) {
        display: none;
    }

    .griner .griner-row span.mobile a:nth-child(2) {
        display: inline-block;
    }

    span.mobile.pt::after {
        display: none;
    }

    .griner .column span.mobile:not([data-valor-top-mobile])::after {
        width: 25px;
        text-align: center;
        font-size: 0.76rem;
        display: none;
        position: absolute;
        top: -1rem;
        left: 32%;
        background-color: #fff;
        color: #0f0;
        padding: 2px 7px;
    }

    .griner .column span::after {
        text-align: center;
        font-size: 0.79rem;
        font-weight: bold;
        position: absolute;
        top: -21px;
        left: 31%;
        background-color: #fff;
        color: #000;
        padding: 2px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .griner span[data-valor-left]::before {
        width: 30px;
        text-align: center;
        font-size: 0.76rem;
        content: attr(data-valor-left);
        position: absolute;
        top: 36%;
        left: -1.7rem;
        background-color: #fff;
        color: #000;
        padding: 2px 7px;
    }

    .griner .mobile-4yxz-color-transparent {
        color: transparent !important;
    }
    /* styles for svg*/

    .griner polyline.animation {
        stroke-dasharray: 110;
        stroke-dashoffset: 80;
        transition: all 1s ease-out 0s;
    }

        .griner polyline.animation.active {
            stroke-dashoffset: 0;
            transition: all 1s ease-out 0s;
        }

    .griner .svg-griner-engenharia.active,
    .griner .svg-novinvest.active {
        display: block !important;
    }

}
/* auxiliar sem previsão*/

