* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
body {
  background:#FFFFFF;
}
#main {
    background: #FFFFFF;
}
#submenu {
    height: 56.33px;
    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;
    color: #000000;
    font-family: 'HelvicaNeueBold';
    text-transform: uppercase;
}
#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_desk {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    padding-right: 88px;
    overflow: auto;
    scroll-behavior: smooth;  
}
#submenu .anchor_desk::-webkit-scrollbar {
    display: none;
}
#submenu .anchor {
    position: relative;
    color: #808080;
    display: flex;
    align-items: center;
    justify-content: center;
    /*text-align: center;*/
    min-width: auto;
    min-height: 54px;
    padding: 0 10px;

}
#submenu .anchor-default {
    padding: 0 20px;
    min-width:170px;
}
#submenu .anchor a {
    color: #595757;
    font-family: 'HelvicaNeueRegular';
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    line-height: 20px;
    text-transform: none;
}
#submenu .auxi .anchor.active a,
#submenu .anchor_desk .active a {
    color: #000000 !important;
    font-family: 'HelvicaNeueBold', sans-serif;
    font-size: 18px;
    font-weight: 800;
    font-style: normal;
    line-height: 22px;
    text-transform: uppercase;
}
/*#submenu .anchor_desk li:nth-child(1){*/
/*    text-transform: uppercase;*/
/*    font-family: 'HelvicaNeueBold';*/
/*    font-style: normal;*/
/*    font-weight: 400;*/
/*    font-size: 20px;*/
/*    line-height: 25px;*/
/*    color: #333333;*/
/*    padding: 25.3px 41px 10.7px;*/
/*}*/
.menu_anchor {
    width: 100%;
    display: block;
    margin: 0 auto;
    padding: 0;
    z-index: 1000;
    right: 0px;
    border-left: 0;
    padding: 50px 0;
}

/*.menu_anchor ul {*/
/*    display: flex;*/
/*    display: -webkit-flex;*/
/*    display: -moz-flex;*/
/*    display: -ms-flexbox;*/
/*    display: -o-flex;*/
/*    justify-content: space-between;*/
/*    -webkit-box-pack: justify;*/
/*    -moz-box-pack: justify;*/
/*    -ms-flex-pack: justify;*/
/*    -webkit-justify-content: space-between;*/
/*    align-content: space-between;*/
/*    -ms-flex-line-pack: justify;*/
/*    -webkit-align-content: space-between;*/
/*    display: -ms-inline-flexbox;*/
/*    flex-direction: row;*/
/*}*/


.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: 'Avenir Next LT Regular', sans-serif;
    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: #9E1B32;
  display: block;
  position: absolute;
  bottom: 0;
}
@media (max-width: 1100px) {
    #submenu .auxi {
        padding-left: 20px;
    }
    #submenu .anchor_desk {
        padding-right: 44px;
    }
}
@media (max-width: 910px) {
    #submenu .auxi {
        padding-left: 20px;
    }
}
@media (max-width: 852px) {
    #submenu .auxi {
        padding-left: 20px;
    }
    #submenu .anchor_desk {
        padding-right: 20px;
    }
}
@media (max-width: 767px){
    #submenu {
        height: 45px;
        background: #F2F2F2;
        padding:0;
    }
    #submenu .auxi {
        padding-left: 0;
    }
    #submenu .anchor.anchor-default {
        padding-inline: 16px;
        min-width: initial;
        width: max-content;
        max-width: 140px;   
        box-shadow: 1px 0px 4px rgba(0, 0, 0, 0.36);
        margin-right: 10px;
    }
    #submenu .anchor {
        padding: 17px 0 14px;
        min-height: 40px;
    }
    #submenu .anchor.active {
        padding-inline: 5px;
    }
    #submenu .anchor.anchor-default.active {
        padding-inline: 16px;
    }
    #submenu .anchor-default {
        padding: 0;
        min-width: 58px;
    }
    #submenu .anchor_desk {
        overflow:auto;
        /*height: 54px;*/
        padding-right: 0;
        padding-right: 15px;
    }
    /*#submenu .anchor {*/
    /*    padding: 0 12px;*/
    /*}*/
    #submenu .auxi .anchor.active::after,
    #submenu .anchor-desktop .anchor.active::after {
        height: 4px;
        background-color: #BF0010;
        bottom: 2px;
    }
    #submenu .auxi .anchor-default.active::after {
        width: calc(100% - 32px);
        height: 3px;
        background-color: #BF0010;
    }
    #submenu .separacion {
        display:none;
    }
    #submenu .anchor a {
        color: #878585;
        font-size: 12px;
        line-height: 17px;
        text-align: center;
        width: max-content;
    }
    #submenu .anchor_desk .active a,
    #submenu .auxi .anchor.active a{
        color: #232323;
        font-size: 12px;
        font-weight: 700;
        font-style: normal;
        line-height: 14px;
        text-align: center;
    }
    #submenu .anchor-default:before{
        height: 3px;
        background-color: #B7131B;
    }
    #submenu .anchor-default:after{
        content:none;
    }
}
.legal{
   padding-left:5%;
   padding-right:5%;
   font-family: 'HelvicaNeueRegular';

}
.legal .titu{
    line-height:3;
}
.legal .baja{
    line-height:1.2;
    font-size:14px;
}
.legal .baja a{
    color:#BF0010;
}
.legal .baja a:hover{
    color:#BF0010;
    border-bottom:1px solid #BF0010;
}

/*@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_desk li:nth-child(1){*/
/*         font-size: 15px;*/
/*     }*/
     
/*}*/


