﻿@charset "utf-8";

@font-face {
    font-family: 'Inter-Regular';
    src: url('../fonts/Inter-Regular.eot');
    src: url('../fonts/Inter-Regulard41d.html?#iefix') format('embedded-opentype'), url('../fonts/Inter-Regular.woff2') format('woff2'), url('../fonts/Inter-Regular.woff') format('woff'), url('../fonts/Inter-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Inter-Medium';
    src: url('../fonts/Inter-Medium.eot');
    src: url('../fonts/Inter-Mediumd41d.html?#iefix') format('embedded-opentype'), url('../fonts/Inter-Medium.woff2') format('woff2'), url('../fonts/Inter-Medium.woff') format('woff'), url('../fonts/Inter-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Inter-Light';
    src: url('../fonts/Inter-Light.eot');
    src: url('../fonts/Inter-Lightd41d.html?#iefix') format('embedded-opentype'), url('../fonts/Inter-Light.woff2') format('woff2'), url('../fonts/Inter-Light.woff') format('woff'), url('../fonts/Inter-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

#menuLateralContainer {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #F6F6F6;
    list-style-position: initial;
    width: 16%;
    float: left;
    text-align: left;
    margin-left: 13%;
    clear: both;
}
#indiceLateralContainer {
    padding-top: 70px;
    background-color: #19133B;
    list-style-position: initial;
    width: 30%;
    float: left;
    
}
#menuLateralContainer a {
    color: #19133B;
}
#menuLateralContainer a:hover {
    color: #19133B;
}
#menuLateralContainer a:focus {
    color: #19133B;
}
.itemPrincipal {
    color: #19133B;
    font-family: Inter-Light;
    font-size: 16px;
    line-height: 30px;
}
.itemPrincipal:hover {
    font-family: Inter-Medium;
}
.subItem:hover {
    font-family: Inter-Medium;
}
.lastItem:hover {
    font-family: Inter-Medium;
}
.subItem {
    color: #19133B;
    font-family: Inter-Light;
    font-size: 14px;
    line-height: 30px;
}
.lastItem {
    color: #19133B;
    font-family: Inter-Light;
    font-size: 12px;
    line-height: 30px;
}
.subMenuLateral {
    margin-left:20px;
}
.lastMenu {
    margin-left: 20px;
}
.iconoDesplegable {
    width: 10px;
    height: 10px;
    display: inline-block;
    background-size: cover;
    background-image: url(../img/ico_desplegarMenu.png);
}
#subServiciosNacionales {
    display:none;
}
#subServiciosInternacionales {
    display:none;
}
#subServiciosConDescuento {
    display: none;
}
#subSolucionesSectoriales {
    display: none;
}
#subSolucionesEcomerce {
    display: none;
}
#subMrwBurofax {
    display: none;
}
#subEmbalajes {
    display: none;
}
#subEmpresa {
    display: none;
}

#subTrabajaconNosotros {
    display: none;
}
#subOficinas {
    display: none;
}
#subGuiaServicios {
    display: none;
}
#subMrwSolidario {
    display: none;
}
#subEuroSolidario {
    display: none;
} #subCampanaSolidaria {
    display: none;
}
#subFundacionMrw {
    display: none;
}
#subNoticias {
    display: none;
}
#subSeguimiento {
    display: none;
}
#subCondiciones {
    display: none;
}


@media only screen (max-width: 768px) {
    #menuLateralContainer 
    {
    display : none;
    }
}