.iscSep {
     border-left: 1px solid #424242;
}
 .navbar-nav {
     margin: 0;
}
 .nav-item {
     padding: 0.5rem 0;
}
 .arrow {
     border: solid white;
     border-width: 0 3px 3px 0;
     display: inline-block;
     padding: 3px;
     transform: rotate(45deg);
     -webkit-transform: rotate(45deg);
}
 @media (max-width: 992px) {
     #iscNav {
         position: sticky;
    }
}
 @media (min-width: 992px) {
     #iscNav,#menu1-h {
         min-height: initial;
    }
     .main {
         margin-top: 4em;
    }
}
 .bottomBarFlutuante {
     width: 107%;
     float: left;
     position: fixed;
     bottom: -8px;
     min-width: 320px;
     min-height: 51px;
     margin: 0 -8px 8px -16px;
     border-top: 1px solid #ededed;
     box-shadow: 5px 10px 10px 10px #a5a5a5;
     background-color: #fff;
     z-index: 97;
     padding: 2px 13px 0 15px !important;
}
 .item-icone-menu-b {
     display: block;
     text-align: center;
     font-size: 25px;
}
 .item-menu-b {
     display: inline-block;
     width: 19%;
     font-size: 11px;
     text-align: center;
     color: #848484 !important;
}
 .menu-bottom-container {
     padding: 7px 0px 15px 0px;
}
 .zapIcon:hover {
     color: #58FC0A;
}
 .faceIcon:hover {
     color: #53CFFF;
}
 .ytIcon:hover {
     color: #FF5555;
}
 .istaIcon:hover {
     color: #FEABFE;
}
 .oldMx3Navbar {
     background: rgb(53,53,53);
    /* Old browsers */
     background: -moz-linear-gradient(top, rgba(53,53,53,1) 0%, rgba(47,47,47,1) 40%, rgba(0,0,0,1) 100%) !important;
    /* FF3.6-15 */
     background: -webkit-linear-gradient(top, rgba(53,53,53,1) 0%,rgba(47,47,47,1) 40%,rgba(0,0,0,1) 100%) !important;
    /* Chrome10-25,Safari5.1-6 */
     background: linear-gradient(to bottom, rgba(53,53,53,1) 0%,rgba(47,47,47,1) 40%,rgba(0,0,0,1) 100%) !important;
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

