.title-bloglist
	@include fontstyle(35px,700,2px,#979FA3)

.slider-blogs
	.box-image
		height: 210px		
		background-size: cover
	.fecha
		@include fontstyle(12px,100,2px,#979FA3)	
	.title
		height: 30px	
	.slider-blogs-detalle	
		.slick-list
			height: 784px !important


.slider-left-arrow
  position: absolute
  top: 50%
  left: 5%
  cursor: pointer
  @include mq(xs)
   right: 20% 
  @include mq(sm)
   right: 15%  


.slider-right-arrow
  position: absolute
  top: 50%
  right: 5%
  @include transform-rotate(180deg)
  cursor: pointer