* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  --font-regular:'VolvoNovum-Regular';
  --font-bold:'VolvoNovum-Bold';
  --font-medium:'VolvoNovum-Medium';
}
#submenu.menu_anchor .anchor.active a {
        color: #1C2B4D !important;
}
#main {
    background: #FFFFFF;
}
#submenu {
    height: 57.1px;
    background: #F2F2F2;
    padding:0;
}
#submenu .auxi{
    display: flex;
    max-width: 100%;
    height: 100%;
    padding-left: 116px;
}
#submenu .auxi .anchor-default a {
    display: flex;
    justify-content: center;
    align-items: center;
}
#submenu .separacion {
    background: #A0A0A0;
    /*transform: matrix(-1, 0, 0, 1, 0, 0);*/
    width: 1.33px;
    height: 26.67px;
    margin: 23px 35px 0 35px;
}
#submenu .anchor_desktop {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    padding-right: 88px;
    overflow: auto;
    scroll-behavior: smooth;  
}
#submenu .anchor_desktop::-webkit-scrollbar {
    display: none;
}
#submenu .anchor {
    position: relative;
    color: #808080;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 125px!important;
    /*min-height: 54px;*/
    padding: 0 10px;

}
#submenu .anchor-default {
    padding: 0 22px;
}
#submenu .anchor a {
    color: #666666;
    font-family: var(--font-regular);
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    line-height: 23px;
    text-transform: none;
}
#submenu .auxi .anchor.active a,
#submenu .anchor_desktop .active a {
    color: #1C2B4D;
    font-family: var(--font-bold);
    font-size: 18px;
    font-weight: 800;
    font-style: normal;
    line-height: 22px;
    text-transform: uppercase;
}

.menu_anchor {
    width: 100%;
    display: block;
    margin: 0 auto;
    padding: 0;
    z-index: 1000;
    right: 0px;
    border-left: 0;
    padding: 50px 0;
}

.anchor_mobile {
    display: none;
}

.sticky_sub {
    position: fixed !important;
    top: 0 !important;
    width: 100%;
    background-color: #ffffff;
}

.menu_anchor.sticky_sub .anchor_mobile {
    box-shadow: none !important;
    font-family: 'quicksand-bold';
    font-size: 14px;
    font-style: normal;
    height: 40px;
    padding: 0 0 0 20px;
    border: 1px solid #bebebe;
    color: #505059;
    vertical-align: middle;
    border-radius: 50px;
    outline: none;
    width: 100%;
}
#submenu .auxi .anchor.active::after,
#submenu .anchor-desktop .anchor.active::after {
  content: '';
  width: 100%;
  height: 4px;
  background-color: #1C2B4D;
  display: block;
  position: absolute;
  bottom: 0;
}
@media (max-width: 767px){
   
    #submenu {
        height: 45px;
        background: #F2F2F2;
        padding:0;
    }
    #submenu .auxi {
        padding-left: 24px;
    }
    #submenu .anchor-default {
        padding: 0;
    }
    #submenu .anchor {
        padding: 0 10px;
    min-width: 103px!important;
    
    }
    #submenu .anchor-default {
        padding: 0;
    }
    #submenu .anchor_desktop {
        overflow:auto;
        /*height: 54px;*/
        padding-right: 0;
        display:flex!important;
    }
    /*#submenu .anchor {*/
    /*    padding: 0 12px;*/
    /*}*/
    #submenu .auxi .anchor.active::after,
    
    #submenu .auxi .anchor-default.active::after {
        width: 100%;
        height: 3px;
        background-color: #1C2B4D;
    }
    #submenu .separacion {
        background: transparent;
        /*transform: matrix(-1, 0, 0, 1, 0, 0);*/
        height: 25.25px;
        min-width: 1px;
        margin: 15px 10px 0 10px;
    }
    #submenu .anchor a {
        color: #878585;
        font-size: 14px;
        line-height: 17px;
        
    }
    #submenu .anchor_desktop .active a,
    #submenu .auxi .anchor.active a{
        color: #232323;
        font-size: 14px;
        font-weight: 700;
        font-style: normal;
        line-height: 17px;
    }
    #submenu .anchor_desktop li:nth-child(1){
        color: #232323;
        font-size: 16px;
        line-height: 20px;
        padding: 0 10px 0 0;
    }
    #submenu .anchor-default:before{
        height: 3px;
        background-color: #B7131B;
    }
    #submenu .anchor-default:after{
        content:none;
    }
}


@media (max-width: 1100px) {
    #submenu .auxi {
        padding-left: 20px;
    }
    #submenu .anchor_desktop {
        padding-right: 44px;
    }
    
}
@media (max-width: 910px) {
    #submenu .auxi {
        padding-left: 20px;
    }
}
@media (max-width: 852px) {
    #submenu .auxi {
        padding-left: 20px;
    }
    #submenu .anchor_desktop {
        padding-right: 20px;
    }
}

/*@media (min-width:768px) and (max-width:900px){*/
/*     #submenu .anchor a {*/
/*      font-size: 10px;*/
/*     }*/
/*}*/
/*@media (min-width:901px) and (max-width:1300px){*/
/*     #submenu .anchor a {*/
/*      font-size: 12px;*/
/*     }*/
/*     #submenu .anchor_desktop li:nth-child(1){*/
/*         font-size: 15px;*/
/*     }*/
     
/*}*/


