.megamenu_lat {
    margin-bottom: 20px;
}
.megamenu_lat a{
    display: block;
}
.a_cabecera {
    background-color: #626262;
    color:white !important;
    padding: 20px;
    font-family: LatoWebBold;
    text-transform: uppercase;
    display: block;
    cursor: pointer;
}
.a_cabecera:hover {
    color:white;
}
.megamenu_lat_icon{
    display: inline-block !important;
    padding-right: 7px;
    max-width: 25px !important;
    margin-top: -8px !important;
}
.megamenu_lat  li:nth-child(even) { background: #e5e5e5 }
.megamenu_lat  li:nth-child(odd) { background: #fafafa}

.megamenu_lat_a{
    font-family: LatoWebBold;
    padding: 8px 21px;
    color: #7f7f7f;
    text-transform: uppercase;
    font-size: 14px;
}
.megamenu_lat_a::before{
    content: "\e079";
    font-family: 'Simple-Line-Icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    float: right;
    font-size:20px;
}
.megamenu_lat_a:hover, .active a.megamenu_lat_a{
    background-color: #f40606;
    color:white !important;
    text-decoration: none;
    transition: color 0s ease-out;
}
.megamenu_lat_block{
    display: none;
}
.megamenu_lat li.active .megamenu_lat_block {
    background: #f3f3f3;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 100%;
    /*left: 15.87692rem;*/
    left: calc(94%);
    margin-top: 2.46154rem;
    /*max-height: 39.92308rem;*/
    position: absolute;
    top: -2.46154rem;
    width: 50.69231rem;
    z-index: 9999;
    padding: 1rem;
}
.megamenu_lat_block .bloque_tit {
    background: #f40606;
    color: #fff;
    display: inline-block;
    font-size: .72308rem;
    font-family: LatoWebBold;
    margin-bottom: .53846rem;
    margin-left: .84615rem;
    padding: 0 .61538rem;
    text-transform: uppercase;
}
.megamenu_lat_block .bloque {
    margin-bottom: .76923rem;
   /* margin-top: 1.15385rem;*/
    padding-left: .23077rem;
    margin-left: 1%;
}

.megamenu_lat_block a {
    margin-bottom: 0px;
    margin-left: .84615rem;
    padding: 0 .61538rem;
    color: #444;
}
.megamenu_lat_block a:hover {
    color: #f40606;
    transition: color 0s ease-out;
    text-decoration: underline;
}

@media (max-width: 1199px) {
    .a_cabecera {
        font-size: 12px;
        padding: 15px;
    }
    .megamenu_lat_icon {
        max-width: 22px !important;
    }
}
.menu_ancho1 {
    width: 21.15385rem !important;
}
.menu_ancho2 {
    width: 40.15385rem !important;
}
/*
.fondo_menu {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
}
.fondo_menu .show {
    opacity: .5;
    background-color: #000;
}
*/