<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.cbp-fwslider {
	position: relative;
	margin: 0 0 0px;
	overflow: hidden;
	padding: 0 0 0px;
}

.cbp-fwslider ul {
	margin: 0;
	padding: 0;
	white-space: nowrap;
	list-style-type: none;
}

.cbp-fwslider ul li {
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	transform: translateZ(0);
	float: left;
	display: block;
	margin: 0;
	padding: 0;
}

.cbp-fwslider ul li &gt; a,
.cbp-fwslider ul li &gt; div {
	display: block;
	text-align: center;
	outline: none;
}

.cbp-fwslider ul li &gt; a img {
	border: none;
	display: block;
	margin: 0 auto;
	max-width: 75%;
}

.cbp-fwslider nav span {
	height:0;width:0;
	display:none;
}

.cbp-fwslider.ver nav span {
	position: absolute;
	top: 50%;
	width: 50px;
	height: 100px;
	background: #ff5500;
	color: #fff;
	font-size: 50px;
	text-align: center;
	margin-top: -50px;
	line-height: 100px;
	cursor: pointer;
	font-weight: normal;
	display:block;
}
.cbp-fwslider nav span:hover {
	background: #378fc3;
}

.cbp-fwslider nav span.cbp-fwnextno {
	right: 0px;
	display:none;
}

.cbp-fwslider nav span.cbp-fwprevno {
	left: 0px;
	display:none;
}

.cbp-fwslider nav span.cbp-fwnext {
	right: 0px;
}

.cbp-fwslider nav span.cbp-fwprev {
	left: 0px;
}

.cbp-fwdots {
	position: absolute;
	bottom: -5px;
	white-space: nowrap;
	text-align: center;
	width: 100%;
}
.cbp-fwdots.ver {bottom:45px;}
	
.cbp-fwdots span {
	display: inline-block;
	width: 10px;
	height: 10px;
	background: #ddd;
	margin: 4px;
	border-radius: 50%;
	cursor: pointer;
}

.cbp-fwdots span:hover {
	background: #999;
}

.cbp-fwdots span.cbp-fwcurrent {
	background: #ff5500;
	box-shadow: 0 0 0 2px #ff5500;
	-webkit-transition: box-shadow 0.2s ease-in-out;
	-moz-transition: box-shadow 0.2s ease-in-out;
	transition: box-shadow 0.2s ease-in-out;
}
.cbp-fwslider .mh-col {margin-left:1.5%;}
.cbp-fwslider .mh-col:first-child {margin-left: 0;}
.cbp-fwslider .mh-1-4 {width:23.845%;}
.cbp-fwslider .articulo.noticia.shadowed {padding-bottom:25px;}
.cbp-fwslider .articulo.noticia.shadowed article {overflow:hidden;position:relative;}
.cbp-fwslider .articulo.noticia.shadowed article .piefoto {max-height:40px;font-size: 0.75em;}


/* Estilos slider 2  */

/*body {
	align-items: center;
	background: #E3E3E3;
	display: flex;
	height: 100vh;
	justify-content: center;
} */

@mixin white-gradient {
	background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
}

$animationSpeed: 40s;

// Animation
@keyframes scroll {
	0% { transform: translateX(0); }
	100% { transform: translateX(calc(-250px * 7))}
}


// Styling
.ss-slider {
	background: white;
	box-shadow: 0 10px 20px -5px rgba(0, 0, 0, .125);
	height: 100px;
	margin: auto;
	overflow:hidden;
	position: relative;
	width: 960px;
	
	&amp;::before,
	&amp;::after {
		@include white-gradient;
		content: "";
		height: 100px;
		position: absolute;
		width: 200px;
		z-index: 2;
	}
	
	&amp;::after {
		right: 0;
		top: 0;
		transform: rotateZ(180deg);
	}

	&amp;::before {
		left: 0;
		top: 0;
	}
	
	.slide-track {
		animation: scroll $animationSpeed linear infinite;
		display: flex;
		width: calc(250px * 14);
	}
	
	.slide {
		height: 100px;
		width: 250px;
	}
}/* CSS Document */</pre></body></html>