/*---top---*/
#sp-top-bar a {
    color: #e9ecef;
}
div#sp-top2 {
    padding: 0px;
}
#sp-top-bar {
    font-size: 0.7rem;
}
#sp-top-bar {
    background: #0d5784;
    color: #80e75a;
}

#sp-header {
   position: relative;
   top: 35px;
}
#sp-top-bar {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    animation: spFadeInDown 0.5s;
}
#sp-header.header-sticky {
    top: 36px;
}
@media (max-width: 575px) {
    #sp-header  {
    top: 52px;
    width: 100%;
    left: 0px;
}}
@media (max-width: 575px) {
#sp-header.header-sticky {
    top: 47px;
}}

/*---articulos---*/
.view-article .article-details .article-header h1 {
    font-family: "Poppins";
    font-weight: 500;
    font-size:25px;
    text-transform: none;
}

/*---migas-de-pan---*/
.breadcrumb {
    padding: 0px;
    background-color: #ffffff00;
    margin-top: -36px;
    margin-left: 35px;
}

.view-article .body-innerwrapper>#sp-page-title {
    display: block;
      margin-top: 44px;
    padding: 300px 0px 50px;
}
.view-article .article-details {
    margin: 0 auto;
    padding-top: 30px;
}
.view-category #sp-page-title .sp-page-title>.container {
    text-align: left;
}
.uk-scope .uk-h3, .uk-scope h3 {
    font-size: 17px;
    font-family: 'Poppins' !important;
    line-height: 1.4;
    font-weight: 500;
}
#sp-main-body {
    padding: 50px 0;
}