body {
    margin: 0;
    padding: 0;
}

header {
    margin: 0;
    width: auto;
    max-width: none;
}

main {
    margin: 0 auto;
    margin-top: 74px;
    max-width: 1200px;
}

.header-e {
    background: #ffffff;
    display: flex;
    justify-content: center;
    box-shadow: 0 3px 6px #00000029;
    width: 100%;
    position: fixed;
    top:0;
    z-index: 101;
}

.header-container-new {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1200px;
    padding: 0 12px;
}

.mae {
    background: rgba(255, 255, 255, .6);
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    box-shadow: 0 3pt 6pt #00000029;
    display: flex;
    flex-direction: column;
    padding: 36px;
    position: fixed;
    left: -100%;
    top: 0;
    width: 90%;
    height: 100%;
    transition: all .5s ease-in-out;
    z-index: 102;
}

.active {
    left: 0;
}

.mae a, .close-m, .maep {
    border-bottom: 1px solid #4D4D4D;
    color: #4D4D4D;
    font-size: 14pt;
    text-align: left;
    text-decoration: none;
    padding: 20px 0;
}

.mae a:hover {
    color:#ffffff !important;
}

.maep a {
    border: none;
    display: flex;
    padding: 0;
}

.maep a:hover {
    color:#ffffff !important;
}

.close-m {
    display: flex;
    justify-content: flex-end;
    text-align: right;
    font-size: 14pt;
    border: none;
    padding: 0;
}

.submae {
    display: flex;
    background-color: #f0f0f0;
    flex-direction: column;
    padding: 15px;
    position: absolute;
    top: 0;
    left: -100%;
    width: 95%;
    height: 100%;
    transition: all .5s ease-in-out;
}

.submae a {
    border-bottom: 1px solid #4D4D4D;
    text-decoration: none;
    font-size: 12pt;
    margin: 30px 15px;
}

.submae2 {
    background: #ffffff;
    display: flex;
    flex-direction: column;
    position: absolute;
    left: -100%;
    top: 0;
    width: 95%;
    height: 100%;
    padding: 15px;
    transition: all .5s ease-in-out;
    min-width: 150px;
}

.submae2 a {
    font-size: 12pt;
}

/* .submae-sec {
} */

.show {
    display: flex;
    left: 0;
}

.header-logo {
    color: #009BDA;
    text-decoration: none;
    font-size: 34px;
    font-family: 'comex_italic', sans-serif;
}

.header-logo:hover {
    color: #006e99;
    text-decoration: none;
}

.shortcuts {
    display: flex;
    align-items: center;
    gap: 24px;
}

.iconos {
    display: flex;
    align-items: center;
    gap: 8px;
}

.arh {
    background: #E98839;
    border-radius: 16px;
    color: #ffffff !important;
    font-size: 12px;
    padding: 8px 12px;
    text-decoration: none;
}

.arh:hover {
    background: #cf6a17;
    cursor: pointer;
    text-decoration: none;
}

.icono-style {
    background: #009BDA;
    border-radius: 50%;
    padding: 6px;
    width: 32px;
    height: 32px;
}

.icono-style:hover {
    background: #006e99;
}

.icono-style img {
    height: 20px;
}

.nmb {
    display: none;
}

.favorites {
    background: rgba(255, 255, 255, .6);
    display: flex;
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    box-shadow: 0 -3pt 6pt #00000029;
    position: fixed;
    bottom: 0;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    z-index: 1;
}

.favorite {
    display: flex;
    color: #4D4D4D;
    flex-direction: column;
    flex-grow: 1;
    align-items: center;
    justify-content: center;
    height: 56px;
    text-decoration: none;
}

.favorite img {
    max-width: 24px;
    height: 20px;
}

.favorite span {
    font-size: 8pt;
    margin-top: 2px;
}

.sesion-container {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.sesion {
    background: rgba(255, 255, 255, .8);
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    box-shadow: 0 3px 6px #00000029;
    display: flex;
    flex-direction: column;
    position: fixed;
    top: -100%;
    padding: 15px;
    text-align: right;
    width: 200px;
    transition: top .5s ease-in-out;
    z-index: 1;
}

.sesion a {
    color: #4D4D4D;
    text-decoration: none;
    margin: 15px 0;
}

.sesion a:hover {
    text-decoration: underline;
}

.sesion-active {
    top: 54px;
}

.scroll-spy.active {
    bottom: 70px;
}

.notifications {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.notification-container {
    background: rgba(255, 255, 255, .8);
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    box-shadow: 0 3px 6px #00000029;
    display: none;
    flex-direction: column;
    max-height: 400px;
    position: fixed;
    text-align: left;
    bottom: 56px;
    right: 0;
    width: 200px;
    overflow-y: scroll;
    z-index: 101;
}

.notification {
    margin: 5px 10px;
    border-bottom: 1px solid #4D4D4D;
    padding: 5px;
}

.notification-title {
    color: #002072;
}

.notification-txt {
    font-size: 12px;
}

.show-notifications {
    display: flex;
}

@media (min-width:1024px) {
    .mme {
        display: none;
    }
    .mae {
        box-shadow: none;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: auto;
        height: auto;
        padding: 0;
        position: relative;
        left: auto;
    }
    .mae a {
        border: none;
        font-size: 14px;
        padding: 20px 12px;
        text-decoration: none;
    }
    .mae a:hover {
        background: #009BDA;
        color: #ffffff;
    }
    .submae {
        background: #f0f0f0;
        display: none;
        flex-direction: column;
        padding: 0;
        top: 58px;
        left: auto;
        margin-top: 0;
        width: auto;
        height: auto;
        min-width: 150px;
    }
    .submae a {
        margin: 0;
        min-width: 200px;
        font-family: 'comex_medium', sans-serif;
    }
    .maep {
        border: none;
        padding: 0;
    }
    .maep:hover .submae {
        display: flex;
    }
    .submae-sec:hover .submae2{
        display: flex;
        font-size: 8px;
        min-width: 220px;
    }
    .submae2 {
        background: #f0f0f0;
        display: none;
        height: auto;
        padding: 0;
    }
    .favorites {
        display: none;
    }
    .nmb {
        display: block;
    }
    .campana path {
        fill:#ffffff;
    }
    .close-m {
        display: none;
    }
    .notification-container {
        top: 54px;
        bottom: auto;
        right: auto;
    }
}