/* IDIOMAS */
#sp-top-bar .sp-module{
  margin-left: 0px;
}
.chosen-container-single .chosen-single span {
  color:black !important;
}
/* CONTACTO*/
.sp-contact-phone {
  color: rgb(238, 157, 7) !important;
}
.sp-contact-email {
  color: rgb(238, 157, 7) !important;
}
.sp-contact-mobile {
  display: none !important;
}
/* MENU */
.sp-menu-item{
  font-weight: bold;
}
.sp-megamenu-parent > li.active > a {
  font-weight: 700;
}
/* CAJA TITULO  */
.sp-page-title{
  padding-top: 12px;
  padding-bottom: 14px;
}
.sp-page-title .sp-page-title-heading{
  color: #000 !important;
}
/* SECCION sp-main-body BAJO EL TITULO*/
#sp-main-body {
  padding: 0px 0 !important;
}
/* SELIDER */
#sp-slider{
  margin-top: 0px;
}
/* BANNERS */
#sp-bottom{
  padding-top: 30px;
}
#sp-bottom1 .sp-module .sp-module-title {
  font-size: 24px;
  color: #000 !important;
  font-weight: 400;
}
#sp-bottom2 .bottom2-es .sp-module .sp-module-title {
  font-size: 24px;
  color: #000 !important;
  font-weight: 400;
}
#sp-bottom2 .bottom2-fr .sp-module .sp-module-title {
  font-size: 24px;
  color: #000 !important;
  font-weight: 400;
  min-height: 1.5em;
}
#sp-bottom2 .bottom2-en .sp-module .sp-module-title {
  font-size: 24px;
  color: #000 !important;
  font-weight: 400;
}
#sp-bottom2 .bottom2-eus .sp-module .sp-module-title {
  font-size: 24px;
  color: #000 !important;
  font-weight: 400;
}
#sp-bottom3 .sp-module .sp-module-title {
  font-size: 24px;
  color: #000 !important;
  font-weight: 400;
}
#sp-bottom4 .bottom4-es .sp-module .sp-module-title {
  font-size: 24px;
  color: #000 !important;
  font-weight: 400;
  min-height: 2.4em;
}
#sp-bottom4 .bottom4-fr .sp-module .sp-module-title {
  font-size: 24px;
  color: #000 !important;
  font-weight: 400;
  min-height: 2.4em;
}
#sp-bottom4 .bottom4-en .sp-module .sp-module-title {
  font-size: 24px;
  color: #000 !important;
  font-weight: 400;
  min-height: 0em;
}
#sp-bottom4 .bottom4-eus .sp-module .sp-module-title {
  font-size: 24px;
  color: #000 !important;
  font-weight: 400;
  min-height: 0em;
}
/* INICIO */
/* Decoracion featured en vista DESTACADOS */
.article .badge.bg-danger.featured-article-badge {
  display: none !important;
}
/* Titulo Destacados, Blog, Lista */
.article-header h2 a {
  font-size: 1.6rem !important;
  color: #4943ac !important;
  line-height: 1.2 !important;
}
/* Leer Mas */
.article-list .article .readmore a {
  color: #4943ac;
}
/* VISTA BLOG */
/* Decoracion featured en vista Blog anulada */
.badge.featured-article-badge {
  display: none !important;
}
/* Etiquetas > vista blog > espaciado */
.tags a {
  display: inline-block;
  margin: 0.25rem 0.4rem;
  font-size: 0.825rem !important;
}
.tags a:hover{
  color:gold;
}
/* Títulos item en vista Blog */
.item-content .article-header h2 {
  font-size: 1.6rem !important;
  font-weight: 600;
  line-height: 1.2;
}
/*  FOOTER */
.oficina-central{
    text-align: left;
}
.facebook-arbegui{
    text-align: center;
}
.doc-footer{
    text-align: right;
}
@media (max-width: 768px){
	.oficina-central{
		text-align: center;
		font-size: 1em;
  }
  .doc-footer{
    text-align: center;
    margin-top: 15px;
  }
}
/* Cookies */
@media (max-width: 480px){
  #hideme {
    margin-top: 10px;
    margin-left: 0px;
  }
}
