@font-face {
	font-family: 'icomoon';
	src:url('../fonts/icomoon.eot?smpg2x');
	src:url('../fonts/icomoon.eot?#iefixsmpg2x') format('embedded-opentype'),
		url('../fonts/icomoon.ttf?smpg2x') format('truetype'),
		url('../fonts/icomoon.woff?smpg2x') format('woff'),
		url('../fonts/icomoon.svg?smpg2x#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-flecha:before {
	content: "\e600";
}
.icon-plus:before {
	content: "\ea0a";
}

.cbp-fwslider {
	position: relative;
	margin: 0 0 10px;
	overflow: hidden;
	height: auto;
	max-height: 610px;
}

.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 > a,
.cbp-fwslider ul li > div {
	display: block;
	text-align: center;
	outline: none;
}

.cbp-fwslider ul li > a img {
	border: none;
	display: block;
	margin: 0 auto;
	width: 100%;
	max-height: 610px;
}

.cbp-fwslider nav span {
	position: absolute;
	top: 50%;
	width: 50px;
	height: 100px;
	background: none;
	color: #fff;
	font-size: 50px;
	text-align: center;
	margin-top: -50px;
	line-height: 123px;
	cursor: pointer;
	font-weight: normal;

}

.cbp-fwslider nav span:hover {
	background: #134754;
}

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

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

}

.cbp-fwdots {
	position: absolute;
	bottom: 0px;
	white-space: nowrap;
	text-align: center;
	width: 100%;
}

.cbp-fwdots span {
	display: inline-block;
	width: 18px;
	height: 18px;
	background: #ddd;
	margin: 4px;
	border-radius: 50%;
	cursor: pointer;
}

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

.cbp-fwdots span.cbp-fwcurrent {
	background: #134754;
	box-shadow: 0 0 0 2px #134754;
	-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;
}
