body {
    margin: 0px;
    padding: 0px;
} 

/*Sticky menu*/
.bgColor {
    background: #ffffffeb;
    transition: all .5s;
    padding-top: 1.4em;
    box-shadow: 1px 1px 20px #d1d1d1ad;
}
.bgTransparent {
    background: rgba(255, 255, 255, 0);
    transition: all 1s;
}

.menuHeader {
    margin: 0px;
    padding: 0px;
    display: grid;
    grid-template-columns: 20% 80%;
    position: sticky;
    top: 0;
    padding-bottom: 5px;
    z-index: 2;
    background: #d3d8f4;
    align-items: center;
    box-shadow: #00000012 3px 3px 11px;
}  
.menuHeader-item {
    margin: 0px;
    padding: 1em;
    padding-bottom: .8em;
}
.menuHeader a {
    color: #1e2f49;
    text-decoration: none;
    font-weight: 400;
    margin-left: 1em;
    margin-right: 1em;
    padding-bottom: 5px;
}
.menuHeader a:hover {
    color: #5d79a2;
}
.dropdown {
    position: relative;
    display: inline-block;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #e5e8f6;
    width: 260px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    padding: 0em;
    z-index: 1;
    text-align: left;
    border-radius: 8px;
    margin-top: 0px;
}
.dropdown-content p {
    margin: 12px 0px;
}
.dropdown:hover .dropdown-content {
  display: block;
}
.dropdown .dropdown-content > .menuHeader a {
  margin-left: 1em !important;
  margin-right: 1em !important;
}

.dropdown-content .submenu-categoria {
    color: #1e2f49;
}

.soloMovil {display: none;}


@media screen and (max-width: 1024px) {
    .menuHeader a {
        margin-left: 1em;
        margin-right: 1em;
    }
}

@media screen and (max-width: 840px) {
    .menuHeader a {
        margin-left: .8em;
        margin-right: .8em;
    }
}

@media screen and (max-width: 768px) {
    .menuHeader a {
        margin-left: 0em;
        margin-right: 0em;
    }
    #menuToggle {
        z-index: 3;
        -webkit-user-select: none;
        user-select: none;
        right: 30px;
        top: 40px;
        position: fixed;
    }
    #menuToggle a {
        text-decoration: none;
        color: #1e2f49;
        transition: color 0.3s ease;
        font-size: 16px;
        text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
    } 
    #menuToggle a:hover {
        color: #1e2f49;
    }
    #menuToggle input {
        display: block;
        width: 40px;
        height: 32px;
        position: absolute;
        top: -7px;
        left: -5px;
        cursor: pointer;
        opacity: 0; /* hide this */
        z-index: 2; /* and place it over the hamburger */
        -webkit-touch-callout: none;
      }
    /*   * Just a quick hamburger   */
    #menuToggle span.cruz {
        display: block;
        width: 33px;
        height: 4px;
        margin-bottom: 5px;
        position: relative; 
        background: #1e2f49;
        border-radius: 3px;
        z-index: 1;
        transform-origin: 4px 0px; 
        transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
    } 
    #menuToggle span.cruz:first-child {
        transform-origin: 0% 0%;
    }
    #menuToggle span.cruz:nth-last-child(2) {
        transform-origin: 0% 100%;
    }
    /*  * Transform all the slices of hamburger  * into a crossmark.  */
    #menuToggle input:checked ~ span {
        opacity: 1;
        transform: rotate(45deg) translate(-2px, -1px);
        background: #1e2f49;
    }
    /*   * But let's hide the middle one.   */
    #menuToggle input:checked ~ span:nth-last-child(3) {
        opacity: 0;
        transform: rotate(0deg) scale(0.2, 0.2);
    }
    /*   * Ohyeah and the last one should go the other direction   */
    #menuToggle input:checked ~ span:nth-last-child(2) {
        transform: rotate(-45deg) translate(0, -1px);
    }
    /*   * Make this absolute positioned   * at the top left of the screen   */
    #menu {
        position: fixed;
        width: 300px;
        margin: -100px 0 0 -180px;
        padding: 50px;
        padding-top: 125px;
        background: #b5ccc9e8;
        list-style-type: none;
        -webkit-font-smoothing: antialiased;
        /* to stop flickering of text in safari */
        transform-origin: 0% 0%;
        transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
        height: 92vh;
        padding: 65px 50px 0px 30px;
        max-width: 165px;
        margin-right: -30px;
        transform: translate(100%, 0); /*aparece del lado derecho*/
        text-align: left;
        margin-top: -68px;
        border-radius: 0px;
        overflow-x: hidden !important;
        overflow-y: auto !important;
    }
    #menu li {
        padding: 15px 0;
        font-size: 16px;
        font-weight: 500;
        display: block;
    }
    .ajuste {
        padding-bottom: 0px;
        margin-bottom: 0px;
    }
    #menuToggle input:checked ~ ul {
        transform: none;
    }
    .bgColor {
        background: rgb(255,255,255,0.0);
        transition: all .5s;
    }
    .bgTransparent {
        background: rgb(255,255,255,0.0);
        transition: all 1s;
    }
    #navbar {display: none;}
    .soloMovil {display: block;}
    .arrow {
      background-repeat: no-repeat;
      background-position: right 15px;
      padding-right: 20px;
      background-size: 20px;
    }
    .arrow:hover {
      background-image: url(https://www.nacsport.com/blog/plugins/blog/img/arrowOcreBlog.png);
    }
    .ns_dropdown {
      position: relative;
      display: inline-block;
      padding-bottom: 10px;
      padding-top: 10px;
    }
    .ns_dropdown-content {
      display: none;
      position: absolute;
      z-index: 2;
      margin-top: 1em;
    }
    .ns_dropdown:hover .ns_dropdown-content {
      display: block;
      padding: 0em;
      background-color: #002B31;
      text-align: left;
      border-radius: 10px;
      margin: 0em;
      box-shadow: 2px 2px 10px #00000075;
    }
    .ns_dropdown-content p {
      margin-top: 0em;
    }
    .ns_dropdown-content a {
      padding: .4em;
      margin-bottom: -1em;
      display: block;
      margin-right: 0em;
      padding-left: 2em;
      font-size: 18px !important;
    }
    .ns_dropdown-content .last-a {
      padding-bottom: 1.1em;
    }
    .ns_dropdown-content .last-a:hover {
      border-radius: 0px 0px 10px 10px;
      padding-bottom: 1em;
    }
    .ns_dropdown-content .first-a:hover {
      border-radius: 10px 10px 0px 0px ;
    }
    .accordion {
      cursor: pointer;
      transition: 0.4s;
      background: no-repeat;
      color: #1e2f49;
      border: 0px;
      font-size: 14px;
      font-weight: bold;
      font-family: inherit;
      padding-top: 10px;
      padding-bottom: 10px;
      text-align: justify;
      width: 180px;
      padding-left: 0px;
    }
    .accordion:after {
      content: "" url(https://www.klipdraw.com/img/web/arrowDown.png) "" ; 
      color: #777;
      font-weight: bold;
      float: right;
      margin-left: 5px;
    }
    .noaccordion:after {
      content: "" ; 
      font-weight: bold;
      margin-left: 5px;
    }
    .panel {
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.2s ease-out;
      background-color: #b5ccc9cf;
      width: 240px;
      margin-left: -30px;
      padding-left: 30px;
      padding-top: 0px !important;
      padding-bottom: 0px !important;
    }
    .panel a {
      display: block;
      font-size: 14px;
      padding: 6px;
      padding-left: 20px;
      /*font-weight: 600;*/
      margin-left: 30px !important;
      line-height: 1em !important;
        padding-bottom: .75em !important;
    }
    .activemenu:after {
    content: "" url(https://www.klipdraw.com/img/web/arrowUp.png) "" ; 
    }
    .menuNav {
        height: 90px;
        background: #d3d8f4;
    }
}