@font-face {
  font-family: 'Abril Fatface';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Abril Fatface'), local('AbrilFatface-Regular'), url(/vendor/fonts/AbrilFatface/zOL64pLDlL1D99S8g8PtiKchq-dmjQ.woff2) format('woff2');
}
.font-logo {
	font-family: "Abril Fatface", sans-serif;
}
.font-title {
	font-family: 'Escrow Condensed', serif;
	font-weight: 700;
	line-height: 1.1;
}
.font-subtitle {
	font-family: 'Exchange', serif;
}
.text-medium {
	color: #a5a5a5!important;
}
.text-site {
	color: #BE3636!important;
}
a {
	text-decoration: none;
}
.btn, .form-control, button {
	box-shadow: none!important;
	outline: none!important;
}
.btn:disabled {
	border: none;
}
.border-medium {
	border-color: #494949!important;
}
body {
	color: #fff;
	background-color: #121213;
}
.tooltip {
	--bs-tooltip-font-size: 0.925rem;
    --bs-tooltip-color: #000;
	--bs-tooltip-bg: #fff;
}
.bg-app {
	background-color: #121213!important;
}
header {
	border-bottom: 1px solid #494949;
}
header h1 {
	font-size: 1.75rem;
}
.top-area {
	border-top: 1px solid #494949;
	margin-top: 2px;
}
footer {
	background-color: #000;
}

#artwrap {
	margin: 0 -15px;
	overflow: hidden;
}
.art-sizer, .art-item {
	width: 100%;
}
.art {
	position: relative;
	border-left: 1px solid #494949;
	padding: 15px;
	margin: 0 0 0 -1px;
}
.art-in {
	display: block;
	border-bottom: 1px solid #494949;
}
.play-ico:before {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 5.4rem;
	color: rgba(255, 255, 255, .8);
}

#videoplayer {
	background-color: #121213;
}
#video {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: 50% 50%;
}
#ytwrap {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100vw; 
	height: 56.25vw;
	max-height: 100vh;
	max-width: 177.78vh;
	margin: auto;
}
#videowait {
	background-color: rgba(0, 0, 0, .2);
	z-index: 1;
}
#videoheader {
	text-shadow: 1px 1px 2px #000;
	background: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	z-index: 2;
}
#videoheader img {
	width: 50px;
	height: 50px;
}
#videocontrols {
	background: linear-gradient(to bottom, rgba(0, 0, 0, .1), rgba(0, 0, 0, .8));
	z-index: 2;
}
#timetrack {
	position: relative;
	height: 2px;
	background-color: #F3F4F6;
}
#timetracktime {
	width: 0;
	height: 100%;
	background-color: red;
}
#trackbutton {
	position: absolute;
	top: -8px;
	left: 0;
	width: 100%;
}
#trackhandle {
	width: 18px;
	height: 18px;
	background-color: red;
	border-radius: 50%;
}

.top-slider-widget {
	min-height: 69px;
	border-bottom: 1px solid #494949;
	padding: .5rem 0;
}
.top-slider-wrap {
	max-height: 53px;
	overflow: hidden;
}
.top-slider img {
	width: 70px;
}
.top-slider h6 {
	font-size: .875rem;
	font-weight: 400;
	height: 53px;
	padding: 0 .5rem;
	margin: 0;
	overflow: hidden;
}
.top-slider a {
	text-decoration: none!important;
	color: #fff;
	flex: 0 0 70px;
}
.slick-prev:before, .slick-next:before {
	font-family: 'Ionicons';
	font-size: 20px;
	line-height: 1;
	opacity: .75;
	color: #333;
}
.slick-prev:before {
	content: "\f2ca";
}
.slick-next:before {
	content: "\f30f";
}

.fs--1 {
	font-size: .925rem!important;
}
.fs--2 {
	font-size: .875rem!important;
}
.fs--3 {
	font-size: .825rem!important;
}
.fs--4 {
	font-size: .75rem!important;
}
.btn-xxl {
	min-width: 130px;
}
.no-select {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.wait {
	position: relative;
}
.wait:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -1rem 0 0 -1rem;
	display: inline-block;
	width: 2rem;
	height: 2rem;
	vertical-align: text-bottom;
	border: .25em solid currentColor;
	border-right-color: transparent;
	border-radius: 50%;
	-webkit-animation: spinner-border .75s linear infinite;
	animation: spinner-border .75s linear infinite;
}
.wait>* {
	visibility: hidden;
}
.small-news-wrap img {
	max-width: 100%;
	height: auto;
}

.text-facebook {
	color: #3B5998!important;
}
.text-twitter {
	color: #1DA1F2!important;
}
.text-instagram {
	color: #D94079;
}
.text-reddit {
	color: #FF4500!important;
}
.text-youtube {
	color: #f00!important;
}
.text-linkedin {
	color: #0077B5!important;
}
.text-whatapp {
	color: #2EB843!important;
}

.form-group {
	padding-bottom: 1rem;
}
.am {
	position: relative;
	padding-bottom: 10px;
}
.am .handle {
	position: absolute;
	top: 5px;
	left: 10px;
	z-index: 3;
}
.ammenu {
	position: absolute;
	top: 0;
	right: 5px;
	z-index: 4;
}
.amtext {
	left: 5px;
	bottom: 10px;
	right: 5px;
	font-size: .825rem;
	line-height: 1.1;
	height: 3.12rem;
	color: #fff;
	background-color: rgba(0, 0, 0, .5);
	padding: .2rem;
	overflow: hidden;
	z-index: 3;
}
.am .embed-responsive {
	border: 1px solid #ced4da;
}
.amremove {
	position: absolute;
	top: 0;
	right: 5px;
	z-index: 4;
}

@media (min-width: 768px) {
	header h1 {
		font-size: 3.25rem;
	}
	.art-sizer, .art-item {
		width: 50%;
	}
	.art-item.art-main {
		width: 100%;
	}
	.art-main .play-ico:before {
		font-size: 6.8rem;
	}
	
	.small-news-wrap {
		border-right: 1px solid #494949;
		border-left: 1px solid #494949;
		padding: 30px 40px;
		overflow: hidden;
	}
}

@media (min-width: 992px) {
	header h1 {
		font-size: 3.75rem;
	}
	
	.art-sizer, .art-item {
		width: 25%;
	}
	.art-item.art-main {
		width: 50%;
	}
}

@media (min-width: 1400px) {
	.container {
		max-width: 1140px;
	}
}