.conteudo {
    width: 950px;
    margin: 0 auto
}

.menu {
    background: url(../imgs/asia/menu.png) no-repeat right -249px,#000000b5;
    width: 100%;
    border-bottom: 2px solid #9f9f9f;
    margin: 0 auto;
    height: 60px;
    box-shadow: inset 0 -5px rgb(0 0 0/14%),inset 0 -30px rgb(0 0 0/1%),inset 0 -1px rgb(0 0 0/15%),0 4px rgb(0 0 0/5%);
    z-index: 99;
    position: sticky;
    top: 0;
	margin-top: -4px
}

#cssmenu ul {
    margin: 0;
    padding: 0
}

#cssmenu li {
    margin: 0;
    padding: 0
}

#cssmenu a {
    margin: 0;
    padding: 0
}

#cssmenu ul {
    list-style: none
}

#cssmenu a {
    text-decoration: none
}

#cssmenu>ul>li {
    float: left;
    margin-left: 10px;
    position: relative
}

#cssmenu>ul>li>a {
    color: #fff;
    text-shadow: 0 2px #000;
    font-size: 15px;
    line-height: 60px;
    padding: 15px;
    -webkit-transition: color .15s;
    -moz-transition: color .15s;
    -o-transition: color .15s;
    transition: color .15s
}

#cssmenu>ul>li>a:hover {
    color: #fff93f;
    text-shadow: 0 1px #fff
}

#cssmenu>ul>li>ul {
    opacity: 0;
    visibility: hidden;
    padding: 10px 0;
    background-color: #000;
    text-shadow: 0 2px rgba(255,255,255,.2);
    text-align: left;
    position: absolute;
    top: 55px;
    left: 50%;
    margin-left: -90px;
    width: 180px;
    -webkit-transition: all .3s .1s;
    -moz-transition: all .3s .1s;
    -o-transition: all .3s .1s;
    transition: all .3s .1s;
    border-radius: 4px;
    box-shadow: 0 0 0 1px rgba(0,0,0,.2),inset 0 -4px rgba(0,0,0,.1),0 4px rgba(0,0,0,.1)
}

#cssmenu>ul>li:hover>ul {
    opacity: 1;
    top: 65px;
    visibility: visible
}

#cssmenu>ul>li>ul:before {
    content: '';
    display: block;
    border-color: transparent transparent #000 transparent;
    border-style: solid;
    border-width: 10px;
    position: absolute;
    top: -20px;
    left: 50%;
    margin-left: -10px
}

#cssmenu>ul ul>li {
    position: relative
}

#cssmenu ul ul a {
    color: #fff93f;
    font-size: 13px;
    padding: 5px 8px 7px 16px;
    display: block;
    -webkit-transition: background-color .1s;
    -moz-transition: background-color .1s;
    -o-transition: background-color .1s;
    transition: background-color .1s
}

#cssmenu ul ul a:hover {
    background-color: #fff
}

#cssmenu ul ul ul {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: -10px;
    left: 206px;
    padding: 10px 0;
    background-color: #fff;
    text-align: left;
    width: 180px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    border-radius: 4px;
    box-shadow: 0 0 0 1px rgba(0,0,0,.2),inset 0 -4px rgba(0,0,0,.1),0 4px rgba(0,0,0,.1)
}

#cssmenu ul ul>li:hover>ul {
    opacity: 1;
    left: 190px;
    visibility: visible
}

#cssmenu ul ul a:hover {
    background-color: #707070;
    color: #fff
}

.menu .notifica h2 {
    display: none
}

.menu .notifica {
    background-color: #97c824;
    background-image: linear-gradient(to bottom,rgb(199,231,124),rgb(151,200,36));
    height: 30px;
    line-height: 30px;
    box-shadow: inset 0 3px rgba(255,255,255,.2),inset 0 -4px rgba(0,0,0,.1),inset 0 -25px rgba(0,0,0,.03),inset 0 0 0 1px rgba(0,0,0,.25),0 4px rgba(0,0,0,.1);
    float: right;
    margin-top: 15px;
    border-radius: 20px;
    font-size: 14px;
    color: #fff;
    text-shadow: 0 2px 2px rgba(0,0,0,.2);
    margin-right: 10px;
    transition: all .4s
}

.menu .notifica .botao {
    width: 30px;
    text-align: center;
    border-radius: 20px;
    height: 100%;
    position: relative;
    cursor: pointer
}

.menu .notifica .botao .num {
    background-color: #f05050;
    height: 18px;
    line-height: 18px;
    padding: 0 5px;
    text-align: center;
    border-radius: 10px;
    position: absolute;
    top: -5px;
    right: -5px;
    font-size: 12px;
    box-shadow: 0 2px 2px rgba(0,0,0,.2),inset 0 2px rgba(255,255,255,.2)
}

.menu .notifica:hover {
    margin-top: 9px
}

.menu .notifica .botao .caixa-notifica {
    background-color: #fff;
    width: 236px;
    max-height: 323px;
    line-height: 1;
    color: #777;
    position: absolute;
    top: 40px;
    left: -90px;
    text-align: left;
    z-index: 99991;
    border-radius: 6px;
    font-size: 14px;
    box-shadow: inset 0 3px rgba(255,255,255,.2),inset 0 -4px rgba(0,0,0,.1),0 0 0 1px rgba(0,0,0,.2),0 4px rgba(0,0,0,.1);
    display: none;
    cursor: auto;
    transition: all .4s
}

.menu .notifica .botao .caixa-notifica .scroll {
    overflow-y: scroll;
    overflow-x: hidden;
    max-height: 300px;
    margin: 4px;
    padding: 4px;
    margin-right: 0
}

.menu .notifica .botao .caixa-notifica .scroll::-webkit-scrollbar {
    width: 14px;
    box-shadow: -1px 0 rgba(0,0,0,.15)
}

.menu .notifica .botao .caixa-notifica .scroll::-webkit-scrollbar-thumb {
    background-color: rgba(0,0,0,.15);
    box-shadow: inset 0 0 0 5px #fff;
    border-radius: 7px
}

.menu .notifica:hover .botao .caixa-notifica {
    top: 46px
}

.menu .notifica .botao .caixa-notifica .seta {
    width: 0;
    height: 0;
    border-bottom: 8px solid #fff;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    position: absolute;
    top: -8px;
    left: 97px;
    -webkit-filter: drop-shadow(0 -1px rgba(0,0,0,0.2));
    filter: drop-shadow(0 -1px rgba(0,0,0,0.2))
}

.menu .notifica .botao .caixa-notifica .info {
    height: 30px;
    line-height: 25px;
    font-size: 16px;
    float: left;
    text-shadow: none
}

.menu .notifica .botao .caixa-notifica .evento {
    background-color: rgba(0,0,0,.05);
    height: 50px;
    padding: 5px;
    margin-bottom: 5px;
    border-radius: 2px;
    box-shadow: inset 0 3px rgba(255,255,255,.2),inset 0 -3px rgba(0,0,0,.1),inset 0 -40px rgba(0,0,0,.03),inset 0 0 0 1px rgba(0,0,0,.25),0 2px rgba(0,0,0,.1);
    position: relative
}

.menu .notifica .botao .caixa-notifica .e-tirinha {
    overflow: hidden;
    padding: 1px
}

.menu .notifica .botao .caixa-notifica .evento .tumb {
    background-color: rgba(0,0,0,.05);
    width: 50px;
    height: 50px;
    float: left;
    border-radius: 2px;
    box-shadow: inset 0 0 0 1px rgba(0,0,0,.1)
}

.menu .notifica .botao .caixa-notifica .evento .titulo {
    background-color: rgba(0,0,0,.05);
    width: 131px;
    padding: 0 5px;
    height: 25px;
    line-height: 25px;
    float: left;
    border-radius: 2px;
    margin-left: 5px;
    text-shadow: none;
    box-shadow: inset 0 0 0 1px rgba(0,0,0,.1)
}

.menu .notifica .botao .caixa-notifica .evento .mais {
    padding: 0 10px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    float: left;
    border-radius: 10px;
    margin-top: 5px;
    margin-left: 5px;
    background-color: #97c824;
    background-image: linear-gradient(to bottom,rgb(199,231,124),rgb(151,200,36));
    box-shadow: inset 0 3px rgba(255,255,255,.2),inset 0 -3px rgba(0,0,0,.1),inset 0 -10px rgba(0,0,0,.03),inset 0 0 0 1px rgba(0,0,0,.25),0 2px rgba(0,0,0,.1);
    font-size: 10px;
    color: #fff;
    text-shadow: 0 2px 2px rgba(0,0,0,.2)
}
