/*---alineacion del breadcrumbs page title---*/
.sp-page-title .breadcrumb > span, .sp-page-title .breadcrumb > li, .sp-page-title .breadcrumb > li + li:before, .sp-page-title .breadcrumb > li > a {
    color: #000;
  text-align: center;
  align-items: center;
    justify-content: center;
}


.sp-page-title .sp-page-title-heading, .sp-page-title .sp-page-title-sub-heading {
    color: #333;
}

.sp-page-title .breadcrumb>.active {
    color: #666;
}

.sp-page-title {
    background: #fff !important;
}

.sp-page-title .breadcrumb {
    align-items: center;
    justify-content: center;
}  

/*---centrar items page title---*/
.breadcrumb {
    align-items: center;
    justify-content: center;
}

.sp-page-title {
     text-align: center;
     align-items: center;
     justify-content: center;
}


/*---boton descarga edocman---*/
.edocman-download-link {
    background-color: #e30613;
}

/*---formulario---*/
.uk-button-primary {
    color: #ffffff;
    background-color: #dc3545;
}

.uk-button-primary:hover {
    color: #ffffff;
    background-color: #211915;
}

/*----Articulos Internas---*/

/*--color h1--*/
h1{
  color:#e30613;
}

/*---color fuentes negrita---*/
b, strong {
    font-weight: bolder;
    color: #E30613;
}
/*---color redes sociales---*/
.article-social-share .social-share-icon ul li a {
    color: #e30613;
}

/*---alinecion redes sociales---*/
.article-details .article-ratings-social-share {
    padding: 1rem 0;
    border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
    margin-bottom: 1rem;
    display: flex!important;
    align-items: center;
    flex-direction: column;
}

@media (min-width: 1200px){
.sppb-row-container {
	max-width: 1300px;
  }}
.article-details .article-details-top-wraper {
	margin: 0 -17px;
	}
/*---fondo del page title escritorio---*/
.article-details .article-details-top-wraper {
    background-image: url(/images/home/fondo-posionamiento.jpg);
    background-repeat: no-repeat;
    background-size: auto;
    background-attachment: inherit;
    background-position: 36% 457%;
}

/*---fondo del page title moviles---*/
@media (max-width: 767px){
.article-details .article-details-top-wraper {
    background-position: 32% 122%;
}}

.article-details .article-details-top-wraper .article-header {
	margin: 0px auto 0px auto;
  padding-top: 63px;
}
.article-details .article-details-top-wraper {
	padding-bottom: 20px;
	flex-direction: column;
}
@media (min-width: 1200px){
div[itemprop="articleBody"] {max-width: 916px;
  margin: 0px auto;}}


.article-details .article-details-top-wraper .article-header .article-details-title {
	font-size: 36px;
	font-weight: 700;
  	margin-bottom: 0px;
  	color: #1a1413;
  	line-height: 46px;
  	text-align: center;
  display: block;
}
.blogsd .article-details .article-details-top-wraper .article-header .article-details-title {
	color: #fff;
}
.article-details .article-details-top-wraper .article-header .article-info span {
	margin-bottom: 30px;
	text-transform: uppercase;
	letter-spacing: 5px;
  margin-right: 0px;
}
.article-info>span a {
	color: #ff8f0a;
}
.article-details .article-details-top-wraper .article-header .article-info {
	max-width: 100%;
	display: block;
	text-align: center;
}
@media (min-width: 1400px){
.sp-module-content-bottom {
max-width: 1320px;
margin-left:auto;
margin-right: auto;}}

.article-details .article-details-top-wraper .article-full-image img {
	border-radius: 10px;
	margin-bottom: 20px;
}
/*----Fin---*/
.article-list .intro-articles-top-title {
	display: none;
}

/*---quitarelementos footer---*/
#sp-footer .container-inner:after {
   display:none;
}

#sp-footer .container-inner:before {
    display:none;
  }

#sp-footer #sp-footer1 {
    padding-top: 10px;
    padding-bottom: 10px;
}
#sp-footer .container-inner {
    border-top: 0px solid rgba(255, 255, 255, 0.1);
}

/*---texto menu---*/
.sp-megamenu-parent>li>a {
    text-transform: none;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a{
  text-transform: none;
}
/*---top moviles---*/
@media (max-width: 767px){
 #sp-top-bar{
    padding: 9px 15px 9px 0px;
  }}

@media (max-width: 575px){
#sp-header {
    height: 78px;
  }}

@media (max-width: 575px){
.logo-image {
    height: 65px;
    padding-top: 0px;
    margin-top: 19px;
  }}

@media (max-width: 575px){
.burger-icon {
    width: 27px;
    cursor: pointer;
    margin-top: 19px;
  }}
/*---filtros del edocman---*/
div.sortPagiBar select {
    display: none;
}