.text-shadow {
    text-shadow: #0a0a0a 1px 1px 1px;
}
.text-shadow-light {
     text-shadow: rgba(61, 109, 104, 0.6) 1px 1px 1px;
 }
ul {
    list-style: none;
}
.mb-5 {
     margin-bottom: 1.25rem !important;
 }
.mb-8 {
    margin-bottom: 2rem !important;
}
.pb-24 {
    padding-bottom: 6rem !important;
}
.is-bottom-0 {
    bottom: 0;
}
.is-absolute {
    position: absolute;
}
.pt-24 {
    padding-top: 6rem !important;
}
.px-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
}
.py-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
}

#bracms_app{
    background: #2A7B9B;
    background: linear-gradient(90deg, rgba(42, 123, 155, 1) 0%, rgba(87, 199, 133, 1) 50%, rgba(237, 221, 83, 1) 100%);
}

.card {
    background-color: #2dffc080!important;
}
.p-2 {
    padding: 0.5rem !important;
}
.mb-20 {
    margin-bottom: 5rem !important;
}
.mb-2 {
    margin-bottom: 0.5rem !important;
}

.navbar-item.is-current{
    color: #fff!important;
    background-image: linear-gradient(90deg, rgba(42, 123, 155, 1) 0%, rgba(87, 199, 133, 0.54) 50%,  rgba(42, 123, 155, 1) 100%);
}
.navbar-item:hover{
    color: #fff!important;
    background-image: linear-gradient(90deg, rgba(42, 123, 155, 1) 0%, rgba(87, 199, 133, 1) 50%,  rgba(42, 123, 155, 1) 100%);
}