.home-spot{
	background-position: left bottom;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
	position: relative;
	overflow: hidden;
}
.home-spot:before{
	content: "";
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.2);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
.home-spot .container{
	height: 455px;
	position: relative;
	z-index: 1;
}
/*Mobile*/
@media screen and (max-width:800px){
	.home-spot .container{
		margin-left: 40px;
		margin-right: 40px;
		width: calc(100% + -80px);
	}
}
.home-spot .cycle-slideshow{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
}
.home-spot .cycle-slide{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.home-spot a.btn{
	border: 2px solid #fff;
	background-color: transparent;
	text-shadow: 0px 0 8px #212121;
}
.home-spot .title{
	text-shadow: 0px 0 20px #212121;
}
.home-spot .subtitle{
	text-shadow: 0px 0 5px #212121;
}
.home-spot #arrow{
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	top: 0;
}
.home-spot #arrow a{
	display: block;
	background-color: rgba(0, 0, 0, 0.5);
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 40px;
	height: 40px;
	line-height: 31px;
}
.next{
	right: 10px;
}
.next:before{
	content: "";
	border: solid #fff;
  	border-width: 0 1px 1px 0;
  	display: inline-block;
  	padding: 3px;
  	transform: rotate(-45deg);
  	-webkit-transform: rotate(-45deg);
  	margin-left: -3px;
}
.prev{
	left: 10px;
}
.prev:before{
	content: "";
	border: solid #fff;
  	border-width: 0 1px 1px 0;
  	display: inline-block;
  	padding: 3px;
	transform: rotate(135deg);
  	-webkit-transform: rotate(135deg);
  	margin-left: 3px;
}




#blog{
	padding-top: 80px;
	padding-bottom: 0px;
}
#blog .brick{
	text-align: center;
}
/*Mobile*/
@media screen and (max-width:800px){
	#blog .brick{
		display: none;
	}
	#blog .brick:nth-child(1),
	#blog .brick:nth-child(2),
	#blog .brick:nth-child(3){
		display: inline-block;
	}
}
#blog .brick .pic img{
	min-width: 100%;
}
#blog .brick .title{
	color: #151515;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: -0.6px;
	line-height: 1.25;
}
#blog .brick .title:after{
	content: "";
	display: block;
	width: 30px;
	border-bottom: 2px solid #e1e1e1;
	margin: 10px auto;
}
#blog .brick .subtitle{
	color: #a1a1a1;
	font-size: 13px;
	letter-spacing: 0.18px;
	line-height: 2;
	text-transform: uppercase;
	padding-top: 14px;
}
#blog .brick .text{
	color: #717171;
	letter-spacing: 0.150px;
	line-height: 1.6;
	font-size: 0.8rem;
}
#blog .brick > a{
	font-size: 13px;
}


#servicios{
	padding-top: 40px;
	padding-bottom: 0px;
	text-align: center;
}
.servicio-item{
	padding-top: 20px;
	padding-bottom: 30px;
	padding-left: 15px;
	padding-right: 15px;
	width: calc(100% / 4 - 5px);
	display: inline-block;
	vertical-align: top;
}
/*Mobile*/
@media screen and (max-width:750px){
	.servicio-item{
		width: calc(100% / 2 - 5px);
	}
}
@media screen and (max-width:450px){
	.servicio-item{
		width: 100%;
	}
}
.servicio-item .pic{
	cursor: pointer;
}
.servicio-item .pic img{
	width: 100%;
	height: 190px;
	object-fit: cover;
	object-position: center;

	transition: all .5s ease-in-out;
  	backface-visibility: hidden; /* Remove Image flickering on hover */
}
.servicio-item:hover .pic img{
	-webkit-filter: brightness(0.75);
  	filter: brightness(0.75);
}
.servicio-item .text{
	color: #717171;
	letter-spacing: 0.225px;
	line-height: 1.8;
	font-size: 14px;
	height: 120px;
	overflow: hidden;
	margin-bottom: 5px;
	text-justify: revert;
	text-align: justify;
}
.servicio-item .text.open{
	height: auto;
}
.servicio-item .text .title{
	color: #151515;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: -0.45px;
	line-height: 1.666;
	margin-top: 20px;
	margin-bottom: 10px;
	text-align: center;
}
.servicio-item .text .title:after{
	content: "";
	display: block;
	width: 30px;
	border-bottom: 2px solid #e1e1e1;
	margin: 10px auto;
}
.servicio-item .ver-mas{
	font-size: 13px;
}
.servicio-item a.btn-primary{
	font-size: 0.55rem;
	padding: 6px 10px;
}

#clientes{
	text-align: center;
	padding-top: 60px;
	padding-bottom: 0px;
}
#clientes img{
	max-height: 115px;
}


#contacto{
	padding-top: 40px;
	padding-bottom: 20px;
	font-size: 0.75rem;
}
#contacto a{
	color: #222;
}
#contacto a img{
	display: inline-block;
	vertical-align: middle;
}

section .container:after{
	content: "";
	display: block;
	border-bottom: 1px solid #ebebeb;
	margin-top: 80px;
}
section.last .container:after{
	display: none;
}