@font-face {
    font-family: 'roboto-regular-webfont';
    src: url('/Content/font/Roboto/roboto-regular-webfont.woff') format('woff'), url('/Content/font/Roboto/roboto-regular-webfont.woff') format('woff2');
}

* {
    font-family: 'roboto-regular-webfont' !important;
    line-height: 1.8em !important;    
}

#liEdicaoAtualAnais  {
    display: none;
}

#liEdicaoAnterioresAnais{
    display: list-item;
}
#liAnais {
    display: none;
}
#liAnaisDoSIC {
    display: none;
}


#liCertificado {
    display: list-item;
}

body {
    background-color: #fafbfe !important;
}

h2 {
    font-size: calc(1.325rem + .1vw) !important;
    text-align: left;
}

.topoEvento {
    width: 100%;
    height: 489px;
}

.menuEvento ul li {
    border-left: none;
    border-radius: 0.5rem;
    background-color: #dfe2eb;
    margin-bottom: 6px;
    padding: 15px;
    list-style-type: none;
    transition: all 1s;
}

    .menuEvento ul li:hover {
        color: #ffffff;
        background-color: #41614a;
    }

.topoEvento a img {
    width: 100%;
    border-radius: 0.5rem;
}

.conteudoEvento {
    box-shadow: 0.1px 0.1px 15px #ccc;
    border-radius: 1rem !important;
    padding: 1rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.rodapeEvento {
    border-radius: 1rem;
    background-color: #41614a !important;
}

#liNormas{
    display: none;
}
