.lista-home li{
    flex: 0 23%;
}
.lista-home ul{
    row-gap: 25px;
}
@media(max-width: 1024px){
	.lista-home ul{
		flex-direction: column;
	}
}
.enlace-flecha h3{
	margin:0;
}
.imagen-full > div{
	padding: 0 !important;
}
a {
    color: #E7EAEE;
}

@media(min-width: 1024px){
	.titulo-servicio{
	margin-left: -130px;	
}
}


.video-home{
	position: absolute;
    right: 0;
    top: 0;
    width: 1200px !important;
}
@media(max-width:1024px){
	.video-home{
	    height: 100%
	}
	.video-home > div{
	    height: 100%
	}
}
@media(max-width:767px){
	.video-home{
	    display: none;	
	}
}

@media(max-width:767px){
	.tarjetas-home{
		max-height: 300px
	}
}