@font-face {
    font-family: Raleway;
    src: url("fonts/raleway/Raleway-Regular.ttf");
    font-style: normal;
}

* {
	font-family: Raleway;
}

body {
	background-color: #000;
	overflow: hidden;
}

h1 {
	font-size: 20px !important;
	color: #fff;
	font-weight: 700;
}

h3 {
	color: #be1335 !important;
}

p {
	font-size: 14px;
    line-height: 20px;
	color: #fff;
	font-weight: 400;
}

.red {
	color: #be1335 !important;
}

.selected {
	color: #fff !important;
	background-color: #be1335 !important;
}

.linea span {
	color: #fff;
}

.arrow img {
	width: 30px !important;
}

.arrow.right img {
	float: right !important;
}

.categorias span {
	background-color: #be1335 !important;
}

.detalles {
	padding-right: 30px !important;
	margin-right: 20px !important;
}

.item-itemline {
	width: 102% !important;
}

.item-arrow {
	color: #fff;
	font-size: 9px !important;
	width: 3% !important;
}

.item-arrow .anio {
	font-size: 12px !important;
}

.linea::-webkit-scrollbar-thumb,
.detalles::-webkit-scrollbar-thumb {
    background-color: #ffffff !important;
}

.linea::-webkit-scrollbar-track,
.detalles::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.5) !important;
}

.linea, .detalles {
	scrollbar-width: thin;
}

.fuente {
	font-size: 13px !important;
}

.creditos {
	color: #fff;
	float: right;
	margin: 0px 1vw;
}

.creditos a {
	color: #fff;
	text-decoration: none;
}

.creditos a:hover {
	color: #be1335;
}

.creditos p {
	line-height: 10px;
	font-size: 13px;
}