.cinta{
	position: relative;
	background: url(../images/cinta_ahorro.png) no-repeat;
	top: -965px;
	left: 157px;
	z-index: 1000;
	height: 300px;
}
#sp-header-wrapper {
  background: rgba(73,200,245,0.7);
  z-index: 1000;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  max-height: 90px;
}
#sp-header-wrapper.menu-fixed {
  height: 60px;
  background: rgba(73,200,245,0.9);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9998;
  -webkit-animation: fadeInDown 500ms;
  -moz-animation: fadeInDown 500ms;
  -ms-animation: fadeInDown 500ms;
  -o-animation: fadeInDown 500ms;
  animation: fadeInDown 500ms;
}
#sp-header-wrapper.menu-fixed .logo-wrapper .image-logo{width: 210px;height:60px;}
#sp-elegir-wrapper {
  background: url(../images/service-bg.jpg);
  padding: 100px 0 !important;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-attachment: fixed;
  color: #fff;
}
#sp-elegir-wrapper h2.module-title {
  color: #fff;
}
#sp-precios-wrapper {
  padding: 100px 0 !important;
}
#sp-presupuestos-wrapper {
  padding: 100px 0 !important;
}
#sp-slider-wrapper .slider-title h1 {
  text-transform: uppercase;
  font-size: 70px;
  font-family: Arial;
}
.btn.btn-transparent ,.btn.btn-primary , .boton{
  text-shadow: none;
  font-size: 16px;
  background: none;
  cursor: pointer;
  padding: 20px 40px;
  display: inline-block;
  margin: 15px 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
  outline: none;
  position: relative;
  color: #000;
  font-weight: 700;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.boton{border: 1px solid #ffd200;-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;}
.boton:hover{background:#ffd200;}
#sp-slider-wrapper .carousel-content {
  top: 50%;
  margin-top: -70px;
  left: 0;
  padding: 0;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 100;
  color: #000;
}
.cabecerawmotion{width: 100%;
height: 180px;
background: #fff;
position: absolute;
z-index: 1000;
top: 0px;
left: 0;
background: #f5f4f1 url(../images/fondo-web.png) repeat 0 0;
padding: 20px;
}


.pricing-table ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.pricing-table .plan {
  text-align: center;
  background: #f5f5f5;
  border: 1px solid #ddd;
}
.pricing-table .plan .plan-name {
  background: #666;
  text-transform: uppercase;
  color: #fff;
  font-size: 26px;
  font-weight: 400;
  padding: 30px 0;
}
.plan-duration{padding:5px 0px;}
.pricing-table .plan .plan-price {
  background: #fafafa;
  padding: 10px 0;
}
.pricing-table .plan .plan-price h2 {
  font-size: 48px;
  font-weight: 700;
  color:#000;
}
.pricing-table .plan .plan-price sup.dollar {
  font-size: 30px;
}
.pricing-table .plan .plan-price sub.duration {
  font-size: 20px;
  text-transform: lowercase;
  font-weight: 100;
}
.pricing-table .plan .plan-details {
  font-size: 16px;
}
.pricing-table .plan .plan-details li {
  line-height: 50px;
}
.pricing-table .plan .plan-details li:nth-child(odd) {
  background: #f5f5f5;
}
.pricing-table .plan .plan-details li:nth-child(even) {
  background: #fafafa;
}
.pricing-table .plan .plan-action {
  background: #fafafa;
  padding: 40px 0;
  position: relative;
}
.pricing-table .plan .plan-action:before {
  content: "";
  position: absolute;
  bottom: -1px;
  right: -1px;
  border-width: 0 0 25px 25px;
  border-style: solid;
  background: none;
  display: block;
  width: 0;
}
.pricing-table .plan .plan-action a {
  padding: 10px 20px;
  font-size: 14px;
  color: #fff;
  background: #9a9a9a;
}
.pricing-table .featured .plan-action {
  position: relative;
}
.pricing-table .featured .plan-action:before {
  content: "";
  position: absolute;
  bottom: -1px;
  right: -1px;
  border-width: 0 0 25px 25px;
  border-style: solid;
  background: none;
  display: block;
  width: 0;
}
.pricing-table .featured .plan-action a:hover {
  background: #e0e0e0;
}

.pricing-table .plan .plan-action:before {
  border-color: rgba(0,0,0,0) rgba(0,0,0,0) #fff #e6e6e6;
}
.pricing-table .plan .plan-action a {
  color: #fff;
}
.pricing-table .plan .plan-action a:hover {
  background: #000;
}
.pricing-table .featured {
  border: 1px solid #ffd200;
}
.pricing-table .featured .plan-name {
  background: #ffd200;
}
.pricing-table .featured .plan-action:before {
  border-color: rgba(0,0,0,0) rgba(0,0,0,0) #fff #ffd200;
}
.pricing-table .featured .plan-action a {
  background: #ffd200;
}
