       #MenuPrincipal .Item {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 600;
    position: relative;
    padding: 0px 20px;
    -webkit-transition: 0.500s linear;
    -ms-transition: 0.500s linear;
    -moz-transition: 0.500s linear;
    -o-transition: 0.500s linear;
    transition: 0.500s linear;
    letter-spacing: 2px;
}
       #MenuPrincipal .RadMenu .rmHorizontal .rmText {
    padding: 0px;
}
@media screen and  (min-width:768px)  {
       #MenuPrincipal .Item:after { 
   width: 10px;
    height: 0px;
    content: "";
    position: absolute;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
   -webkit-transition: 0.500s linear;
    -ms-transition: 0.500s linear;
    -moz-transition: 0.500s linear;
    -o-transition: 0.500s linear;
    transition: 0.500s linear;
    left: calc(50% - 5px);
    bottom: -19px;
 }
       #MenuPrincipal .Item:before { 
   -webkit-transition: 0.500s linear;
    -ms-transition: 0.500s linear;
    -moz-transition: 0.500s linear;
    -o-transition: 0.500s linear;
    transition: 0.500s linear;
   content: "";
    position: absolute;
    width: 1px;
    height: 0px;
    left: calc(50% - 1px);
    bottom: -40px;
 }
       #MenuPrincipal .Item:hover:after {   
    width: 10px;
    height: 10px;
    background: #b9fc17;
 
}
       #MenuPrincipal .Item:hover:before{ 
    width: 1px;
    height: 22px;
    background: #b9fc17;
}
       #MenuPrincipal .ItemSelected:after { 
   width: 10px !important;
    height: 10px !important;
     background: #b9fc17;
 } 
       #MenuPrincipal .ItemSelected:before{ 
    width: 1px  !important;
    height: 22px !important;
      background: #b9fc17;
 } 
}
 
       #MenuPrincipal .RadMenu {
    height: 100% !important;
    width: 100% !important;
  
}
 
 
@media screen and  (max-width:767px)  {
   #MenuPrincipal .RadMenu a.rmLink {
    cursor: pointer;
    display: block;
    -moz-box-sizing: inherit !important;
    -webkit-box-sizing: inherit !important;
    box-sizing: inherit !important;
    *zoom: 1;
}
     #MenuPrincipal .RadMenu {
    height: calc(100vh - 100px) !important;
    width: 100% !important;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 100px;
    overflow-y: scroll;
}
       #MenuPrincipal .RadMenu ul.rmRootGroup {
    display: table;
    margin: auto;
    text-align: center;
    padding: 0px;
    margin: 0px;
    top:0;
}
       #MenuPrincipal .Item {
    color: #fff;
    font-size: 15px !important;
     margin-top: 15px  !important;
    margin-bottom: 15px  !important;
    width: 100%;
}
       #MenuPrincipal .RadMenu .rmHorizontal .rmText {
    padding: 0px;
    float: none;
    text-align: center;
}
       #MenuPrincipal .rmSlide {
    position: relative !important;
    display: block !important;
    float: none !important;
    top: 0px !important;
    left: 0px !important;
    min-width: initial !important;
    visibility: visible !important;
    /* width: 220px !important; */
    overflow: inherit !important;
    height: auto !important;
    margin: auto;
    text-align: center;
 }
       #MenuPrincipal .RadMenu .rmRootGroup .rmItem .rmGroup {
    padding-bottom: 1px;
    float: none;
    display: block !important;
    left: 0px !important;
    /* width: 100% !important; */
    /* top:-15px !important; */
    text-align: center;
    display: inline-block;
}
        #MenuPrincipal .RadMenu .rmItem {
     float: left  !important;  
      clear: both  !important; 
      width: 100%  !important;  
    padding: 0px;
    margin: 0px;
    text-align: center;
}
       #MenuPrincipal .RadMenu .rmHorizontal .rmRootLink .rmToggle {
    display: none;
}
       #MenuPrincipal .rmSlide .Item {
 
}
       #MenuPrincipal .Item:after {
   width: 10px;
   height: 0px;
   content: "";
   position: absolute;
   -webkit-border-radius: 50%;
   -moz-border-radius: 50%;
   border-radius: 50%;
   -webkit-transition: 0.500s linear;
   -ms-transition: 0.500s linear;
   -moz-transition: 0.500s linear;
   -o-transition: 0.500s linear;
   transition: 0.500s linear;
   left: 3px;
   bottom: 5px;
 }
       #MenuPrincipal .Item:before {
   -webkit-transition: 0.500s linear;
   -ms-transition: 0.500s linear;
   -moz-transition: 0.500s linear;
   -o-transition: 0.500s linear;
   transition: 0.500s linear;
   content: "";
   position: absolute;
   width: 1px;
   height: 0px;
   left: -25px;
   bottom: 10px;
 }
       #MenuPrincipal .Item:hover:after {   
    width: 10px;
    height: 10px;
    background: #b9fc17;
 
}
       #MenuPrincipal .Item:hover:before{ 
  width: 30px  !important;
    height:1px !important;
      background: #b9fc17;
}
       #MenuPrincipal .ItemSelected:after { 
   width: 10px !important;
    height: 10px !important;
     background: #b9fc17;
 } 
       #MenuPrincipal .ItemSelected:before{ 
    width: 30px  !important;
    height:1px !important;
      background: #b9fc17;
 } 
 
}
@media screen and  (min-width:768px)  and  (max-width:991px)   {
       #MenuPrincipal .Item {
    font-size: 16px;
    padding: 0px 10px;
}
}

