.breadcrumb-item a{
    color: #d98b2b !important;
}

#sp-header {
    background: rgba(255, 255, 255, 0.78);
    box-shadow: 0px 0px 0px #00000000;
    border-bottom: 0px solid #e6e6e6;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

.sp-contact-info li {
    font-size: 100%;
}

#sp-top-bar {
    background: #0345bf;
    color: #ffffff;
    font-size: 14px;
}

.view-article .article-details .article-full-image img {
    border-radius: 16px;
    margin-bottom: 30px;
}

#sp-page-title {
    padding: 80px 0px 50px 0px;
    background-image: url("/images/inicio/page-title-pvp-vison.jpg");
}

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

#sp-header {
    position: relative;
    top: 33px;
    background-color: #fff;
}

#sp-top-bar {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    animation: spFadeInDown 0.5s;
}
#sp-header.header-sticky {
    top: 33px;
}
@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 {
    background-color: #ffffff00;
    padding: 0px;
    margin-top: 0px;
    margin-left: 0px;
    display: flex;
    justify-content: center;
}

.breadcrumb-item.active {
    color: #fff;
}
.float-start {
    color: #ffffff;
}

.view-article .article-details .article-info {
    margin: 10px 0;
}
.view-article .body-innerwrapper>#sp-page-title {
    display: block;
    margin-top: 44px;
    padding: 50px 0px 50px;
    background-position-y: 41%;
}
.view-article .article-details {
    margin: 0 auto;
    padding-top: 30px;
}
.view-category #sp-page-title .sp-page-title>.container {
    text-align: center;
}

.article-details .article-header {
    display: flex;
    justify-content: center;
}

.article-info {
    text-align: center;
    display: flex;
  justify-content: center;
}
.article-info {
    text-align: center;
     display: flex;
    justify-content: center;
}

.article-list .article .article-header h2 a:hover{
	color: #0d5784;
}

.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;
}