body{
    background: #E6E6FA;
}

a{
    color: #0d1a4d;
    text-decoration: none;
}
a:hover{
    color: #e5ab32;
}

/* Redes sociais */
#content-social-media {
    padding: 5px;
}
#content-social-media a {
    color: #BEBEBE;
}
#content-social-media a:hover {
    color: #fff;
}
#content-social-media a::before {
    color: #fff;
}
/* Redes sociais */

.top-header{
    background: #b3d236;
}

/* Nabvar */
.navbar-top{
    background: #57308B;
    font-weight: bold;
    border-bottom: 1px solid #57308B;
}
.navbar{
    margin: 0 110px;
}
.navbar-nav>li>a {
    color: #BEBEBE;
}
.navbar-nav>li:hover>a,
.navbar-nav>li.active>a {
    color: #fff;
    font-weight: 700;
}
.navbar-nav li ul.dropdown-menu{
    
}
.dropdown-item:hover{
    font-weight: 700;
    background-color: #0065B3;
}
#control-menu a{
    color: #0d1a4d;
}
#control-menu a:hover{
    color: #fff;
}
.navbar a{
    color: #0d1a4d;
}
.navbar a:hover {
    color: #fff;
    font-weight: 700;
}
/* Navbar */

/* Sidebar */
.sidebar .nav-link {
    font-weight: 500;
    color: #0d1a4d;
}
.sidebar .nav-link:hover {
    background: var(--bs-light);
    font-weight: 700;
    color: #0d1a4d;
}
/* Sidebar */

/* Main */
main{
    padding: 15px;
}
h3.title-page{
    font-weight: 800;
    padding: 15px 0;
    color: #760a2e;
}
/* Main */


.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

.b-example-divider {
    height: 3rem;
    background-color: #0d1a4d;
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.b-example-vr {
    flex-shrink: 0;
    width: 1.5rem;
    height: 100vh;
}

.bi {
    vertical-align: -.125em;
    fill: currentColor;
}

.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}

.nav-scroller .nav {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.flexMain {
    display: flex;
    align-items: center
}

.flex1 {
    flex: 1
}

.flex2 {
    flex: 2
}

.flex3 {
    flex: 3
}

button.siteLink {
    margin-left: -5px;
    border: none;
    padding: 24px;
    display: inline-block;
    min-width: 115px;
}

.whiteLink {
    background: #fff;
}

.whiteLink:active {
    background: #0d1a4d;
    color: #fff;
}

.blackLink {
    color: #fff;
    background: #232323;
    transition: all 300ms linear;
}

.blackLink:active {
    color: #0d1a4d;
    background: #fff
}

#siteBrand {
    font-family: impact;
    letter-spacing: -1px;
    font-size: 32px;
    color: #252525;
    line-height: 1em;
}

#menuDrawer {
    background: #fff;
    position: fixed;
    height: 100vh;
    overflow: auto;
    z-index: 12312;
    top: 0;
    left: 0;
    border-right: 1px solid #eaeaea;
    min-width: 25%;
    max-width: 320px;
    width: 100%;
    transform: translateX(-100%);
    transition: transform 200ms linear;
}

#mainNavigation {
    transition: transform 200ms linear;
    background: #fff;
}

.drawMenu>#menuDrawer {
    transform: translateX(0%);
}

.drawMenu>#mainNavigation {
    transform: translateX(25%);
}

.fa-times {
    cursor: pointer
}

a.nav-menu-item:hover {
    margin-left: 2px;
}

a.nav-menu-item {
    transition: border 200ms linear;
    text-decoration: none;
    display: block;
    padding: 18px;
    padding-left: 32px;
    font-weight: bold;
    color: #0d1a4d
}

select.noStyle {
    border: none;
    outline: none
}

#img-logo{
    width: 140px;
    height: auto;
}

/* Voltar ao topo */
#back-to-top{
    position: fixed;
    bottom: 30px;
    right: 00px;
    text-decoration: none;
}
/* Voltar ao topo */

/* Cards */
#cards-container {
    display: flex;
}

#events-container .card {
    border-radius: 10px;
    padding: 0;
    margin: 5px auto;
}

#events-container .card:hover {
    border-radius: 8px;
}

.card .card-date {
    font-size: 12px;
    color: #999;
}

.card .card-title {
    color: #212121;
    font-weight: 700;
    margin-bottom: 30px;
    height: 40px;
}

.card .card-text{
    line-height: 18px;
    height: 40px;
}

.text-link{
    width: 100%;
    text-align: end;
}

.card .card-org {
    font-size: 14px;
    color: #757575;
}
/* Cards */
