/*------Menu----*/
.sp-megamenu-parent>li.active>a, .sp-megamenu-parent>li.active:hover>a {
    background: #30BAD2;
    border-radius: 90px;
    padding: 0px 21px;
}
.sp-megamenu-parent>li>a, .sp-megamenu-parent>li>span {
    line-height: 51px;
}
.sp-megamenu-parent>li:after {
    display: none;
}
/*----Fin menu----*/

/*----Widgetkit---*/
.uk-scope .uk-h1, .uk-scope .uk-h2, .uk-scope .uk-h3, .uk-scope .uk-h4, .uk-scope .uk-h5, .uk-scope .uk-h6, .uk-scope .uk-heading-2xlarge, .uk-scope .uk-heading-large, .uk-scope .uk-heading-medium, .uk-scope .uk-heading-small, .uk-scope .uk-heading-xlarge, .uk-scope h1, .uk-scope h2, .uk-scope h3, .uk-scope h4, .uk-scope h5, .uk-scope h6 {
    color: inherit;
}
.uk-scope .uk-thumbnav>* {
    padding-left: 0px;
}
.uk-scope .uk-thumbnav>*>::after {
    background: none;
}

.uk-scope a img {
      border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    box-shadow: -5px 0px 5px #00000040;
}
.uk-scope .uk-thumbnav>*>* {
    margin-right: -16px !important;
}
.uk-scope .uk-margin-top {
    margin-top: -28px!important;
}
/*----Fin----*/
#sp-header.header-sticky {
    background: rgb(39 19 44);
}
/*----Bottom---*/
#sp-footer:before {
    content: '';
    background: url(../images/bottom-before-img.png) no-repeat scroll center center / cover;
    height: 133px;
    width: 100%;
    position: absolute;
    left: 0;
    top: -133px;
}
#sp-footer {
    position: relative;
}