/*---espacio-blog---*/
.sp-page-title {
    background: #000000;
    margin-bottom: 100px !important;
}

/*---padding-footer---*/
#sp-footer {
    padding: 10px 0px !important;
}
#sp-footer {
    font-family: 'Catamaran' !important;
    font-size: 13px !important;
}

/*---quitar-linea-menu-principal---*/
.sp-megamenu-parent>li::after {
    height: 0px !important;
}

/*---menu-principal---*/
.sp-megamenu-parent>li>a {
      text-transform: uppercase !important;
}
.sp-megamenu-parent>li>a:hover {
    color: #0036af;
    text-transform: uppercase !important;
}
/*------Articulos---*/
.view-article #sp-main-body .article-details .article-header h1 {
    font-size: 59px;
    line-height: 74px;
    text-align: center;
    text-transform: none !important;
    font-weight: 900;
    width: 100%;
}
@media (max-width: 575px) {.view-article #sp-main-body .article-details .article-header h1 {
    font-size: 31px;
    line-height: 45px;
    text-align: center;
    text-transform: none !important;
    font-weight: 900;
    width: 100%;
}}
.view-article #sp-main-body .article-details .article-full-image {
    padding-bottom: 65px;
}
/*------ajustar alineacion de imagen de interna al centro---*/
.view-article #sp-main-body .article-details .article-full-image {
    padding-bottom: 65px;
    align-content: flex-start;
    display: flex !important;
    justify-content: center !important;
}
/*------boton de acceso---*/
.sp-sign-in {
    background-color: #0036af;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;
}
.sp-sign-in {
	color: #fff;
}
.sp-sign-in:hover {
	color: #fff;
     background-color: #3bafd1;
}


