.menu-topo {
    height: auto;
    background-color: #ffffff;
    position: relative;
    width: 100%;
    top: 2px;
    z-index: 100 !important;
    transition: .3s ease;
}


    .menu-topo.scroll-to-fixed-fixed {
        height: auto;
        background-color: #ffffff;
        box-shadow: 0px 0px 110px -22px #000;
    }

.logo-bmg {
    height: 48px;
    margin-top: 20px;
    transition: .3s ease;
    /*margin-left: 30px;*/
}



.menu-topo.scroll-to-fixed-fixed .logo-bmg {
    height: 36px;
    margin-top: 9px;
}

.itens-menu-topo {
    margin: 0;
    padding: 0;
    width: 100%;
    z-index: 50;
    transition: .3s ease;
    font-family: 'Ubuntu', sans-serif;
    display: flex;
    align-items: center;
    height: 95px;
    justify-content: space-around;
}

    .itens-menu-topo > li {
        list-style: none;
        display: inline-block;
        position: relative;
        height: 100%;
        display: flex;
        align-items: center;
    }



        .itens-menu-topo > li:hover {
            color: #ffffff;
        }

        .itens-menu-topo > li > a {
            font-size: 17px;
            font-weight: 500;
            color: #8c8c8c;
            padding: 0px 14px 0px;
            text-decoration: none;
            transition: background .5s ease;
            display: flex;
            letter-spacing: 0;
            white-space: nowrap;
            border: 1px solid transparent;
            text-align: center;
            align-items: center;
        }

        .itens-menu-topo > li.acesse {
            list-style: none;
            display: inline-block;
            position: relative;
            height: 100%;
            display: flex;
            align-items: center;
        }

            .itens-menu-topo > li.acesse > a {
                background-color: #ffffff;
                color: #f99d1c;
                transition: .3s ease;
                border: 2px solid #f99d1c;
                border-radius: 40px;
                padding: 6px 15px;
                text-transform: uppercase;
                font-size: 14px;
                display: flex;
                align-items: center;
            }


            .itens-menu-topo > li.acesse .submenu {
                width: 150%;
                margin-left: -80%;
            }

            .itens-menu-topo > li.acesse.com-sub .submenu {
                width: 150%;
                margin-left: -80%;
                opacity: 1;
                visibility: visible;
                top: 53px;
            }

            .itens-menu-topo > li.acesse > a i {
                color: #f99d1c;
            }


        .itens-menu-topo > li > a:hover,
        .itens-menu-topo > li.com-sub > a {
            color: #000000;
            margin-top: 0px;
        }


.menu-topo.scroll-to-fixed-fixed .itens-menu-topo {
    margin: 0;
    padding: 0;
    width: 100%;
    margin-top: 0px;
    height: 60px;
}

.submenu {
    position: absolute;
    width: 120%;
    background-color: #ffffff;
    box-shadow: 0px 10px 39px -20px #000000;
    opacity: 0;
    transition: 0.5s ease;
    display: block;
    padding: 0px 0px 0px 0px;
    left: 50%;
    margin-left: -63%;
    top: -10px;
    z-index:2;
    border-radius: 10px;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    margin-top: 20px;
}


.itens-menu-topo > li:hover .submenu{
    visibility: visible;
    opacity: 1;
    top: 53px;
}

.itens-menu-topo > li.active:before {
    width: 100%;
    height: 5px;
    background-color: #f5821e;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
}


.submenu li {
    list-style: none;
}

    .submenu li a {
        padding: 13px 20px;
        color: #a6a4a4;
        font-size: 10px;
        text-transform: uppercase;
        border-bottom: 1px solid #efefef;
        display: block;
        font-weight: 900;
        text-decoration: none;
        background-color: #ffffff;
        line-height: 15px;
    }

.submenu > li:hover > a {
    background-color: #f9f9f9;
    color: #fc9616;
}

.submenu li:last-child a {
    border-bottom: 0px solid #efefef;
}




.itens-menu-topo > li > a > i {
    font-size: 12px;
    margin-left: 11px;
    transform: rotate(0deg);
    transition: .3s ease;
    float: right;
    color: #797979;
    border-radius: 50px;
}

.itens-menu-topo > li:hover > a > i {
    transform: rotate(180deg);
    color: #797979;
}

.sub-menu-times {
    background-color: #f2f2f2;
    height: 0;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    transition: all .2s ease;
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: ease;
    transition-delay: 0s;
}
    .sub-menu-times.aberto{
        height:120px;
    }
    .sub-menu-times ul {
        margin: 0;
        padding: 0;
        list-style: none;
        display: flex;
        justify-content: space-around;
        align-items: center;
        height: 120px;
    }
        
        /* Menu icon styles */
        .menu-icon-wrapper {
            position: fixed;
            width: 34px;
            height: 34px;
            margin: 2em;
            pointer-events: none;
            transition: 0.1s;
            right: 30px;
            top: 0px;
            z-index: 1000;
        }

    .menu-icon-wrapper.scaled {
        -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
        transform: scale(0.5);
    }

    .menu-icon-wrapper svg {
        position: absolute;
        top: -33px;
        left: -33px;
        -webkit-transform: scale(0.1);
        -ms-transform: scale(0.1);
        transform: scale(0.1);
        -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        transform-origin: 0 0;
    }

        .menu-icon-wrapper svg path {
            stroke: #b7b7b7;
            stroke-width: 30px;
            stroke-linecap: round;
            stroke-linejoin: round;
            fill: transparent;
        }

    .menu-icon-wrapper .menu-icon-trigger {
        position: relative;
        width: 100%;
        height: 100%;
        cursor: pointer;
        pointer-events: auto;
        background: none;
        border: none;
        margin: 0;
        padding: 0;
    }

        .menu-icon-wrapper .menu-icon-trigger:hover,
        .menu-icon-wrapper .menu-icon-trigger:focus {
            outline: none;
        }






/* Menu styles */

.menu {
    top: 120px;
    left: 0;
    width: 400px;
    height: 100vh;
    padding-top: 0px;
    box-shadow: 210px 0px 120px -30px #000000;
    background: #f9f9f9;
    background: -moz-linear-gradient(left, #f9f9f9 0%, #ffffff 100%);
    background: -webkit-linear-gradient(left, #f9f9f9 0%, #ffffff 100%);
    background: linear-gradient(to right, #f9f9f9 0%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#ffffff', GradientType=1);
    padding: 0px 0px 0px 30px;
}

.menu-aberto.menu-aberto-active {
    box-shadow: 10px 0px 120px -30px #000000;
}

.menu__wrap {
    position: absolute;
    top: 100px;
    bottom: 0;
    overflow: hidden;
    width: 100%;
}

.menu__level {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    overflow: hidden;
    overflow-y: scroll;
    width: calc(100% + 50px);
    height: 100%;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

    .menu__level:focus {
        outline: none;
    }

.menu__level--current {
    visibility: visible;
}

.menu__item {
    display: block;
    width: calc(100% - 50px);
}

.menu__link {
    font-weight: 600;
    position: relative;
    display: block;
    padding: 10px 0px 30px 67px;
    color: #383838;
    -webkit-transition: color 0.1s;
    transition: color 0.1s;
    text-decoration: none !important;
    font-size: 25px;
}

    .menu__link[data-submenu]::after {
        content: "\e944";
        font-family: 'icomoon' !important;
        position: absolute;
        right: 0;
        padding: 0px 72px;
        color: #46474e;
    }

    .menu__link:hover,
    .menu__link:focus,
    .menu__link[data-submenu]:hover::after,
    .menu__link[data-submenu]:focus::after {
        color: #fc9616;
    }

.menu__link--current::before {
    content: '\00B7';
    font-size: 1.5em;
    line-height: 0;
    position: absolute;
    top: 50%;
    left: 0.5em;
    height: 4px;
    color: #5c5edc;
}

[class^='animate-'],
[class*=' animate-'] {
    visibility: visible;
}

.animate-outToRight .menu__item {
    -webkit-animation: outToRight 0.6s both cubic-bezier(0.7, 0, 0.3, 1);
    animation: outToRight 0.6s both cubic-bezier(0.7, 0, 0.3, 1);
}

@-webkit-keyframes outToRight {
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

@keyframes outToRight {
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

.animate-outToLeft .menu__item {
    -webkit-animation: outToLeft 0.6s both cubic-bezier(0.7, 0, 0.3, 1);
    animation: outToLeft 0.6s both cubic-bezier(0.7, 0, 0.3, 1);
}

@-webkit-keyframes outToLeft {
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes outToLeft {
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

.animate-inFromLeft .menu__item {
    -webkit-animation: inFromLeft 0.6s both cubic-bezier(0.7, 0, 0.3, 1);
    animation: inFromLeft 0.6s both cubic-bezier(0.7, 0, 0.3, 1);
}

@-webkit-keyframes inFromLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes inFromLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.animate-inFromRight .menu__item {
    -webkit-animation: inFromRight 0.6s both cubic-bezier(0.7, 0, 0.3, 1);
    animation: inFromRight 0.6s both cubic-bezier(0.7, 0, 0.3, 1);
}

@-webkit-keyframes inFromRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes inFromRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.menu__breadcrumbs {
    font-size: 0.65em;
    line-height: 1;
    position: relative;
    padding: 25px 25px;
    margin-bottom: 0px;
}

    .menu__breadcrumbs:nth-child(2) a {
        opacity: 0
    }

    .menu__breadcrumbs a {
        font-weight: 200;
        display: inline-block;
        cursor: pointer;
        vertical-align: middle;
        letter-spacing: 1px;
        text-transform: uppercase;
        color: #fc9616;
        font-size: 12px;
        text-decoration: none !important;
    }

        .menu__breadcrumbs a:last-child {
            pointer-events: none;
            font-weight: 200;
        }

        .menu__breadcrumbs a:hover,
        .menu__breadcrumbs a:focus {
            color: #fc9616;
        }


        .menu__breadcrumbs a:not(:last-child):hover::after,
        .menu__breadcrumbs a:not(:last-child):focus::after {
            color: #fc9616;
        }

.menu__back {
    font-size: 1.05em;
    position: absolute;
    z-index: 100;
    top: 0;
    right: 2.25em;
    margin: 0;
    padding: 1.365em 0.65em 0 0;
    cursor: pointer;
    color: #fc9616;
    border: none;
    background: none;
}

.menu__back--hidden {
    pointer-events: none;
    opacity: 0;
}

.menu__back:hover,
.menu__back:focus {
    color: #fff;
    outline: none;
}


/* Open and close buttons */

.action {
    position: absolute;
    display: block;
    margin: 0;
    padding: 0;
    cursor: pointer;
    border: none;
    background: none;
}

    .action:focus {
        outline: none;
    }

.action--open {
    font-size: 1.5em;
    top: 1em;
    left: 1em;
    display: none;
    color: #fff;
    position: fixed;
    z-index: 1000;
}

.action--close {
    font-size: 1.1em;
    top: 1.25em;
    right: 1em;
    display: none;
    color: #45464e;
}

@media screen and (max-width: 40em) {
    .action--open,
    .action--close {
        display: block;
    }

    .menu--open {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}



.menu-aberto {
    position: fixed;
    z-index: 999;
    right: 0;
    top: 0;
    transform: translateX(100%);
    transition: .6s cubic-bezier(1, 0, .32, 1);
}

    .menu-aberto.menu-aberto-active {
        transform: translateX(0%) !important;
    }

.navicon {
    border: none;
    background-color: transparent;
    padding: 10px 8px;
    outline: none;
    margin: 30px 1% 0 0;
    float: right;
    z-index: 1001;
    transition: .3s ease;
    position: relative;
}

#navicon.navicon--toggle {
    bottom: auto;
    top: -10px;
    right: 10px;
}

.menu-topo.scroll-to-fixed-fixed .navicon {
    margin: 9px 1% 0 0;
}

.menu-topo.scroll-to-fixed-fixed .abra-conta {
    margin: 0;
    padding: 0;
    width: 100%;
    margin-top: 0px;
    height: 60px;
}

.navicon__holder {
    display: block;
    cursor: pointer;
}

.navicon__line {
    position: relative;
    width: 26px;
    height: 3px;
    margin-bottom: 5px;
    display: block;
    border-radius: 5px;
    background-color: #797979;
    transition: all 0.25s cubic-bezier(0.57, 0.28, 0.25, 0.69);
}

    .navicon__line:last-of-type {
        margin-bottom: 0;
    }

.navicon--toggle .navicon__line:first-of-type {
    -webkit-transform: rotate(45deg) translateY(6px) translateX(6px);
    transform: rotate(45deg) translateY(6px) translateX(6px);
}

.navicon--toggle .navicon__line:nth-of-type(2) {
    opacity: 0.0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.navicon--toggle .navicon__line:last-of-type {
    -webkit-transform: rotate(-45deg) translateY(-5px) translateX(5px);
    transform: rotate(-45deg) translateY(-5px) translateX(5px);
}

.icone-bread,
.icone-bread:hover {
    font-size: 20px;
}

.menu__breadcrumbs {
    opacity: 0;
    transition: .3s ease;
    transition-delay: 0s;
}

    .menu__breadcrumbs.bread-menu {
        opacity: 1;
    }

    .menu__breadcrumbs a:nth-child(1) {
        opacity: 0;
        transition: .3s ease;
        margin-left: -10px;
    }

    .menu__breadcrumbs.bread-menu a:nth-child(1) {
        opacity: 1;
        margin-left: 0px;
        transition-delay: .53s;
    }

    .menu__breadcrumbs a:nth-child(2) {
        opacity: 0;
        margin-left: -10px;
        margin-top: 1px;
        transition: .3s ease;
    }

    .menu__breadcrumbs.bread-menu a:nth-child(2) {
        opacity: 1;
        margin-left: 20px;
        margin-top: 1px;
    }


.lista-menu-h {
    margin: 0;
    padding: 0;
}

.lista-interna-menu {
    margin: 0;
    padding: 0;
}

    .lista-interna-menu li {
        list-style: none;
        margin-bottom: 10px;
    }


        .lista-interna-menu li a {
            font-size: 16px;
            color: #858585;
            transition: .3s ease;
        }

.lista-menu-h > li {
    list-style: none;
    margin-bottom: 30px;
}

.lista-menu-h li p {
    font-size: 20px;
    font-weight: 900;
}

.lista-interna-menu li a:hover {
    font-size: 16px;
    color: #f5821e;
    margin-left: 5px;
    text-decoration: none !important;
}




#accordionMenu {
    width: 94%;
    margin-top: -20px;
}

.panel-body {
    padding: 0;
}

.panel-default {
    border-color: transparent;
    background-color: transparent;
}

.panel-group .panel + .panel {
    margin-top: 0;
    border-top: 0;
}

.panel-group .panel {
    border-radius: 0;
}

.panel-default > .panel-heading {
    color: #333;
    background-color: transparent;
    padding: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .panel-default > .panel-heading a {
        display: block;
        padding: 10px 0px;
        text-decoration: none;
        font-size: 20px;
        font-weight: 900;
        color: #6b6b6b;
        margin-top: 10px;
    }

        .panel-default > .panel-heading a:focus, .panel-default > .panel-heading a:hover {
            color: #6b6b6b !important;
        }

        .panel-default > .panel-heading a:after {
            content: "";
            position: relative;
            top: 3px;
            display: inline-block;
            font-family: 'Glyphicons Halflings';
            font-style: normal;
            font-weight: 400;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            float: right;
            transition: transform .25s linear;
            -webkit-transition: -webkit-transform .25s linear;
            font-size: 9px;
        }

            .panel-default > .panel-heading a[aria-expanded="true"]:after {
                content: "\e113";
            }

        .panel-default > .panel-heading a[aria-expanded="false"]:after {
            content: "\e114";
        }


.panel {
    margin-bottom: 20px;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, .05);
    box-shadow: 0 0px 0px rgba(0, 0, 0, .05);
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: transparent;
}


.panel-default > .panel-heading a.laranja:focus, .panel-default > .panel-heading a.laranja:hover {
    color: #fbac30 !important
}

.abra-conta {
    display: flex;
    align-items: center;
    height: 95px;
    transition: .3s ease;
}


.abra-conta > a {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f6891b+0,f4761e+100 */
    background: #f6891b; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #f6891b 0%, #f4761e 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #f6891b 0%,#f4761e 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #f6891b 0%,#f4761e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6891b', endColorstr='#f4761e',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    color: #ffffff;
    transition: .3s ease;
    border-radius: 40px;
    padding: 6px 15px;
    text-transform: uppercase;
    font-size: 1.2rem;
    display: flex;
    align-items: center;
}

.btn-mobile {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 11.666667% !important;
}

.menu-size {
    width: 71% !important;
}
