.navbar-gray {
    -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.6);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.6);
    background-color: rgba(222, 222, 222, 1);
    color: black;
    font-weight: bold;
    padding-top: 0px;
    padding-bottom: 0px;
}

.nav-link {
    color: #e91325;
    margin-top: 6px;
    font-size: 13px;
    text-transform: uppercase;
    font-family: 'Open Sans', arial;
    font-weight: bold;
}

.nav-link:hover {
    color: white;
}

.navbar-gray li {
    line-height: 20px;
}

.nav-item .nav-item li.active, .nav-item .navbar-gray li.active:hover {
    background-color: #e91325;
}

.nav-item {
    padding-left: 10px;
    padding-right: 10px;
    display: block;
    font-size: 14px;
    font-family: 'Open Sans', arial;
    font-weight: bold;
    color: black !important;
}
.dropdown-item{
    color: white;
}
.dropdown-menu li > a {
    padding: 0 1.5em;
    line-height: normal;
    display: block;
    text-align: left;
    padding-top: 1em;
    padding-bottom: 1em;
    border: none !important;
    font-size: 11px;
    color: #e3e3e3;
    background-color: #262626;
    font-family: 'Open Sans', Arial;
    font-weight: normal;
    opacity: 1 !important;
}
.dropdown-menu-margen {
    margin:.5rem 0 0 !important;
    border-radius: 0rem;
}
.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a {
    background-color: #222222 !important;
    text-decoration: none;
    color:#e91325;
}

.dropdown-menu .active > a,
.dropdown-menu .active > a:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #0081c2;
    background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
    background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
    background-image: -o-linear-gradient(top, #0088cc, #0077b3);
    background-image: linear-gradient(to bottom, #0088cc, #0077b3);
    background-repeat: repeat-x;
    outline: 0;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}

.dropdown-menu .disabled > a,
.dropdown-menu .disabled > a:hover {
    color: #999999;
}

.dropdown-menu .disabled > a:hover {
    text-decoration: none;
    cursor: default;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.nav-link{
    font-weight: bold;
    color: black !important;
}

li.nav-item > active {
    background-color: black;
}

.navbar-toggler {
    background-color: #040404 !important;
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1.0)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.navbar-nav > li.tienda > a {
    background-color: #9CD517;
    border-top: 6px solid #3BA73A;
    color: #fff !important;
    line-height: 1;
    margin-top: 0;
    text-align: center;
}
.navbar-nav  > li.tienda > a>span {
    color: #ff0;
    font-size: 120%;
}
.red:before{
    color: red;
}
