/* TOP  */
#sp-top-bar {
  text-align: right;
  padding:0;
}
/* menu */
.sp-megamenu-parent > li.active > a, .sp-megamenu-parent > li:hover > a {
  border-top: 6px solid #FC0000;
  color: #221f1f;
}
.sp-megamenu-parent > li > a {
	border-top: 6px;
	color: #221f1f;
	display: inline-block;
	font-size: 16px;
	letter-spacing: -1px;
	line-height: 84px;
	padding: 0 15px;
	text-transform: uppercase;
	font-weight: bold;
}


/* MENU nav */

.sp-module.-nav ul > li {
  border-bottom: none;
  display: inline-block;
  transition: all 300ms ease 0s;
  padding: 0 10px;
}

/* page title */
#sp-page-title {
  background-image:none;
}
.sp-page-title {
  	padding: 40px 0 10px;
  	background-image: url(/images/site/bg-title.jpg);
}
.sp-page-title h2 {}
.sp-page-title .breadcrumb {
    margin: 10px 0 0;
	padding: 0;
	text-align: right;
	font-size: 12px;
}

/* MODULES */

.sp-module .sp-module-title {
  font-weight: bold;
}


/* modulo servicios */
.custom-servicios a {
	color: #333333;
	
}
.custom-servicios a:hover, 
.custom-servicios a:active,
.custom-servicios a:focus {
	color: #FC0000;
	
}

.custom-servicios div {
	text-align:center;
	font-size:13px;
	line-height:18px;
}

.custom-servicios i {
  font-size: 72px;
  margin: 20px auto;
  text-align: center;
}

.custom-servicios h3 {
  text-align: center;
font-size:18px;
}

/*.jm-xhtml-icontop [class^="icon-"]::after, .module.jm-xhtml-icontop [class^="fa-"]::after, .module.jm-xhtml-icontop [class*="icon-"]::after, .module.jm-xhtml-icontop [class*="fa-"]::after*/

.module.custom-servicios [class*="fa-"]::after {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border-radius: 50%;
  box-sizing: content-box;
  content: "";
  height: 102px;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transform: scale(1.3);
  transition: all 0.3s linear 0s;
  width: 102px;
  z-index: -1;
}
.module.custom-servicios:focus [class*="fa-"]:after,
.module.custom-servicios:hover [class*="fa-"]:after,
.module.custom-servicios:active [class*="fa-"]:after {
	background-color: #3F9;
	}
.sp-features {
	margin:0 auto;
}
#sp-footer a {
  color: #FC0000;
}

.custom-servicios a {
    color: #ff0000;
}


.custom-servicios a:hover  {
    color: #333;
}

.-servicios .fa {
    color: #ff0000;
}

.shadow  {
    text-shadow: 2px 2px #000000;
}
