/** * Aplica para el Menu de pagina */
@media screen and (min-width: 835px){
#topmenu2{
  display: none;
}

#topmenu{
    background-color: #ffffff !important;
     position: relative;
     z-index: 999999;
     display:block;
     box-sizing:border-box;
     float:left;
     width:95%;
     border-radius:100px;
     -moz-border-radius:100px;
     -webkit-border-radius:100px;
     top:-15px;
     left: 20px;
}

 .menu {
     float: left;
     padding: 0 0 0 20px; 
     width:100%;
}
 .menu ul {
     margin: 0;
     padding: 0;
     font-family: 'Assistant', sans-serif;
     font-size: 17px;
     font-weight:600;
}
 .menu ul li {
     display: inline-block;
     float: left;
     margin: 0;
     position: relative;
     text-align: center;
}


 .menu ul li:last-child{
    float:right;
}
 .menu ul li:last-child a{
    background: #54be73;
     padding:20px 30px;
     color:#FFF;
     font-weight:600;
     border-top-right-radius: 50px;
     border-bottom-right-radius: 50px;
}
 .menu ul li:last-child a:hover{
    color:#fff !important;
}
 .menu ul li a{
    padding: 19.5px 30px;
     display: block;
     color: #000;
}
 .menu ul li ul li:last-child{
    float:left;
}
 .menu ul li ul li:last-child a{
     background-color:transparent !important;
     color:#000;
     border-radius:0px !important;
}
 .menu ul li ul li:last-child a:hover{
    color:#54be73;
     background-color:#000 !important;
}
 .menu ul li ul li {
     display: block;
     position: relative;
     float: none;
     border-bottom: 1px solid rgba(150,150,150,.15);
}
 .menu ul li ul li a {
     display: block;
     padding-top: 10px;
     padding-bottom: 10px;
     position: relative;
     top: 1px;
     text-align: left;
     border-right: none;
     color: #000;
}
 .menu ul li ul li a:hover {
     background-color: #000000;
}
 .menu ul li a:hover, .sitenav ul li.current_page_item a, .sitenav ul li.menu-item-has-children.hover, .sitenav ul li.current-menu-parent a.parent {
     color: #54be73;
}
 .menu ul li ul {
     display: none;
     z-index: 9999999;
     position: relative;
}
 .menu ul li:hover > ul {
     display: block;
     width: 210px;
     position: absolute;
     left: 0;
     text-align: left;
     background-color: #f8f8f8;
}
 .menu ul li:hover ul li ul {
     display: none;
     position: relative;
}
 .menu ul li:hover ul li:hover > ul {
     display: block;
     position: absolute;
     left: 200px;
     top: 1px;
}
 .menu ul li:hover > ul li a {
     border-radius: 0px;
}
}

/** * Aplica para el Menu de Celular */
@media screen and (min-width: 100px) and (max-width: 835px){
#topmenu{
  display: none;
}

#topmenu2{
    clear: both;
    background-color: #ffffff !important;
     position: relative;
     z-index: 999999;
     display:block;
     box-sizing:border-box;
     float:left;
     width:99%;
     top:-15px;
  font-family: 'Assistant', sans-serif;
  font-size: 17px;
  font-weight:600;

}


h1 {
    float: left;
    padding: 5 0 0.2em;
}

#logo img {
    margin-left: 0.5em;
    height: 40px;
    width: 40px;
    vertical-align:middle
}
.control-menu {
    background-color: transparent;
    background-position: center center;
    border: 1px solid #fff;
    display: block;
    float: right;
    height: 40px;
    margin-right: 1.3em;
    width: 40px;
}
.control-menu a span {
    display: inline-block;
    height: 40px;
    text-indent: -9999px;
    width: 40px;
}
.control-menu .close {
    background-image: url("../img/close-menu.png");
    background-position: center center;
    background-repeat: no-repeat;
    display: none;
}
.control-menu .open {
    background-image: url("../img/open-menu.png");
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
}

ul.nav-items {
    clear: both;
    height: 0;
    overflow: hidden;
    transition: height 0.4s ease-in-out 0s, background-color 2s ease 0s; /*El menú cambia su altura y su color de fondo mediante una transición suavizada al voover a su estado unicial*/
}

#navigation:target ul.nav-items {
    background: #f0f0f0 none repeat scroll 0 0;
    height: 15.8em; /* height: 15.8em; es el tamano del menu al desplegarce 3 por elemento*/
    transition: height 0.4s ease-in-out 0s, background-color 0.9s ease 0s; /*El menú cambia su altura y su color de fondo mediante una transición suavizada al abrirse*/
}

/*Al hacer clic sobre el enlace que abre el menú éste desaparece*/

.close { 
   display:none;
}
        
#navigation:target .open {
      display: none;
}

/* Al hacer clic sobre el enlace que abre el menú aparece el enlace .close que previamente estaba oculto*/

#navigation:target .close {
        display: block;
}

/*Estilos menu*/

ul.nav-items li {
    display: block;
}
ul.nav-items a {
    border-top: 2px dotted #dddbdb;
    color: #333;
    display: block;
    height: 3em;
    line-height: 3em;
    margin: 0 1.3em;
}
ul.nav-items li:first-child a {
    border-top: 2px solid transparent;
}
ul.nav-items li a span {
    border-left: 3px solid;
    height: 3.2em;
    padding: 0.4em 0.5em; 
}
#Web-Dev a span {
    border-color: #ff6633;
}
#Mobile a span {
    border-color: #bda94d;
}
#Data a span {
    border-color: #5887bc;
}
#Net-VS a span {
    border-color: #00a2b7;
}
#SharePoint a span {
    border-color: #639bf2;
}



}