.home{

}
.home .home-header{
	padding:0px;
}
.home .home-header .slick-dotted.slick-slider{
	margin-bottom:0px;
}
.home .home-header .slider-for img, 
.home .home-header .slider-for div{
	height: 610px;
}
.home .home-header .slick-dotted.slick-slider{
	width: auto;
}
.home .home-header .container{
	padding: 150px 20px;
}
.home .home-header .container.float{
	margin-top:-610px;
	position: relative;
}
.home .home-header .home-header-container{
	max-width: 500px;
}
.home .home-header .home-header-container .home-header-actions{
	display:flex;
	flex-wrap: wrap;
	margin-top:40px;
}
.home .home-header .home-header-container .home-header-actions a{
	margin-left:15px;
}
.home .home-header .home-header-container .home-header-actions a:first-child{
	margin-left:0px;
}
.home .home-about{
	background:#f7f7f7;
	padding:100px 20px;
}
.home .home-about .container{
	overflow:visible;
}
.home .home-about .home .home-about-descripcion{
	font-size:18px;
}
.home .home-about ul{
	margin-top:100px;
	list-style: none;
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
}
.home .home-about ul li{
	width: calc(33.33% - 20px);
	background: #fff;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
	box-sizing: border-box;
	font-size:14px;
	transition:.2s all ease-in;
}
.home .home-about ul li:hover{
	box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
}
.home .home-about ul li a{
	padding: 30px;
	display:block;
}
.home .home-about ul li i{
	font-size: 80px;
    margin-bottom: 20px;
    color: var(--color-01);
    width: 80px;
    height: 80px;
    text-align: center;
	overflow: hidden;
	display: block;
}
.home .home-about ul li i img{
	width: 100%;
    height: auto;
}
.home .home-about ul li strong{
	display:block;
	position:relative;
	padding-bottom:15px;
	margin-bottom:15px;
}
.home .home-about ul li strong::before{
	content:"";
	position:absolute;
	height: 3px;
	width: 80px;
	background-color: var(--color-01);
	bottom:0;
}

@media all and (max-width: 900px){
	.home .home-about ul li{
		width: 70%;
		margin:30px auto 0px;
	}
	.home .home-about ul li:first-child{
		margin-top:0px;
	}
}
@media all and (max-width: 600px){
	.home .home-header .home-header-container .home-header-actions a{
		width: 100%;
		margin:10px 0px 0px;
	}
	.home .home-header .home-header-container .home-header-actions a:first-child{
		margin-top:0px;
	}
	.home .home-about ul li{
		width: 100%;
	}
}