body{
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
}
#gradient{
	background-size: 200% 200%;
	-webkit-animation: Animation 5s ease infinite;
	-moz-animation: Animation 5s ease infinite;
	animation: Animation 5s ease infinite;
}
@-webkit-keyframes Animation {
	0%{background-position:10% 0%}
	50%{background-position:91% 100%}
	100%{background-position:10% 0%}
}
@-moz-keyframes Animation {
	0%{background-position:10% 0%}
	50%{background-position:91% 100%}
	100%{background-position:10% 0%}
}
@keyframes Animation { 
	0%{background-position:10% 0%}
	50%{background-position:91% 100%}
	100%{background-position:10% 0%}
}

.invertir-span{
	-webkit-filter: invert(100%);
	filter: invert(100%);
}

html { 
	margin-top: 0px !important;
}

#trp-floater-ls{
	height: 0px;
	overflow: hidden;
}

.slick-slider{
	margin-bottom: 0px;
}

.slick-slide {
	margin: 0 10px;
}

.link-sin-estilo{
	color: inherit;
}