/* Add here all your css styles (customizations) */

.cover {
	background-size: cover;
}
* {
	font-family: 'Open Sans', sans-serif;
}
/* Slider */
.suga-slider-wrap {
  overflow: hidden;
  margin: 1em;
}

.suga-slider-group {
  &:before,
  &:after {
    content: " ";
    display: table;
  }

  &:after {
    clear: both;
  }
}

.suga-slide {
  float: left;
  position: relative;
  margin-left: 0;
  padding-right: 8px;
}
#logos li {
	list-style: none;
}
.maestranza {
		color: rgba(255, 255, 255, .5);
		font-size: 0.85em;
		float: right;
	}
.maestranza a {
		font-weight: 600;
		color: rgba(255, 255, 255, .6);
	}
.maestranza a:hover {
		color: rgba(255, 255, 255, 1);
		text-decoration: none;
	}
.mae-copy {
		list-style: none;
		display: block;
	}
.copyright {
		color: rgba(255, 255, 255, .5);
		font-size: 0.85em;
	}
@media screen and (min-width: 768px) {
	.maestranza {float: right;}
	.copyright {
		float: left;
	}
}
@media screen and (max-width: 767px) {
	.mae-copy {
		display: table;
	}
	.maestranza,
	.copyright {
		float: none;
	}
}

.serv img{
	width: 100%;

}
.servicios h4{
	color: #fff;
}
.servicios h4 {
	font-weight: 800;
	font-size: 1.2em;
}
.servicios-azul {
	background-color: #3e94d1;
}
.servicios-verde {
	background-color: #b0cc08;
}
.text-serv {
  padding: 10px 5px;
}
.text-center {
	text-align: center;
}
hr.colored {
  max-width: 100px;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  height: 2px;
  margin: 15px auto;
}
hr.colored {
	border-color: #3e94d1
}
.pricing {
  color: white;
  background-color: #222;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
.pricing .pricing-item {
  text-align: center;
  background: white;
  color: #222;
  padding: 30px;
  -webkit-box-shadow: 0px 0px 30px 5px rgba(34, 34, 34, 0.75);
  -moz-box-shadow: 0px 0px 30px 5px rgba(34, 34, 34, 0.75);
  box-shadow: 0px 0px 30px 5px rgba(34, 34, 34, 0.75);
  z-index: 1;
  margin-bottom: 30px;
}
.pricing .pricing-item h3 {
  margin: 0;
}
.pricing .pricing-item hr {
  max-width: 100px;
  text-align: center;
}
.pricing .pricing-item .price {
  margin-bottom: 20px;
}
.pricing .pricing-item .price .number {
  font-weight: 900;
  font-size: 50px;
}
.pricing .pricing-item .price .number sup {
  font-size: 30px;
}
.pricing .pricing-item .list-group-item {
  border-radius: 0;
}
@media (min-width: 992px) {
  .pricing {
    background-attachment: scroll;
  }
  .pricing .pricing-item {
    margin-bottom: 0;
  }
  .pricing .pricing-item.featured-first {
    margin-right: -15px;
    margin-top: 15px;
  }
  .pricing .pricing-item.featured {
    position: absolute;
    width: 100%;
    left: 0;
    margin: 0;
    padding: 45px 30px;
  }
  .pricing .pricing-item.featured-last {
    margin-left: -15px;
    margin-top: 15px;
  }
}
@media (min-width: 1025px) {
  .pricing {
    background-attachment: fixed;
  }
}

.why-we-item--bg-img {
  background: url(assets/img/bg2.jpg);
  background-size: cover;
}
.float-left {
  float: left!important;
}
.pointer {
  cursor: pointer;
}
.soft-text {
  color: #999
}
.dark {
  background-color: #3e393f;
}
@media screen and (min-width: 1024px) {
  .max-height {
  max-height: calc(100vh - 70px);
  overflow: visible;
  }
}