.blog-meta.packs{
padding: 15px 15px 15px !important;
}


#content-deidad {
	margin: 20px 0;
	padding: 10px;
	display: flex;
}

#content-deidad #sidebar {
	width: 500px;
	padding: 10px;
}

#content-deidad #stuff {
	flex: 1;
	margin-left: 10px;
	padding: 10px;
}


.container {
	width: 100%;
	padding-right: var(--bs-gutter-x, 0.75rem);
	padding-left: var(--bs-gutter-x, 0.75rem);
	margin-right: auto;
	margin-left: auto;
}

@media (min-width: 576px) {
	.container {
		max-width: 540px;
	}
}

@media (min-width: 768px) {
	.container {
		max-width: 720px;
	}
}

@media (min-width: 992px) {
	.container {
		max-width: 960px;
	}
}

@media (min-width: 1200px) {
	.container {
		max-width: 1140px;
	}
}

@media (min-width: 1400px) {
	.container {
		max-width: 1320px;
	}
}

.vs-streams-wrapper .row {
	--bs-gutter-x: 1.5rem;
	--bs-gutter-y: 0;
	display: flex;
	flex-wrap: wrap;
	margin-top: calc(var(--bs-gutter-y) * -1);
	margin-right: calc(var(--bs-gutter-x) * -.5);
	margin-left: calc(var(--bs-gutter-x) * -.5);
}

.vs-streams-wrapper .row>* {
	flex-shrink: 0;
	width: 100%;
	max-width: 100%;
	padding-right: calc(var(--bs-gutter-x) * .5);
	padding-left: calc(var(--bs-gutter-x) * .5);
	margin-top: var(--bs-gutter-y);
}

@media (min-width: 768px) {
	.vs-streams-wrapper .col-md-6 {
		flex: 0 0 auto;
		width: 50%;
	}
}

@media (min-width: 992px) {
	.vs-streams-wrapper .col-lg-4 {
		flex: 0 0 auto;
		width: 33.33333333%;
	}

	.vs-streams-wrapper .col-lg-5 {
		flex: 0 0 auto;
		width: 41.66666667%;
	}
}

@media (min-width: 1200px) {
	.vs-streams-wrapper .col-xl-6 {
		flex: 0 0 auto;
		width: 50%;
	}
}

.pagination {
	display: flex;
	padding-left: 0;
	list-style: none;
}

.position-relative {
	position: relative !important;
}

.w-75 {
	width: 75% !important;
}

.align-items-center {
	align-items: center !important;
}

.mt-0 {
	margin-top: 0 !important;
}

.mb-0 {
	margin-bottom: 0 !important;
}

.px-0 {
	padding-right: 0 !important;
	padding-left: 0 !important;
}

.py-0 {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.pb-0 {
	padding-bottom: 0 !important;
}

.text-center {
	text-align: center !important;
}

.text-white {
	color: #fff3d1 !important;
}

.text-white-50 {
	color: rgba(255, 255, 255, 0.5) !important;
}

@media (min-width: 992px) {
	.text-lg-start {
		text-align: left !important;
	}
}

/*! CSS Used from: http://localhost:81/ASD/css/style.css */
::-webkit-scrollbar-track {
	background-color: var(--light-gray-color);
}

::-webkit-scrollbar {
	width: 10px;
	background-color: var(--light-gray-color);
}

::-webkit-scrollbar-thumb {
	background-image: -webkit-linear-gradient(top, rgba(var(--theme-color2), 1) 0%, rgba(var(--theme-color), 1) 100%);
	background-image: linear-gradient(to bottom, rgba(var(--theme-color2), 1) 0%, rgba(var(--theme-color), 1) 100%);
}

a:focus,
a:active {
	outline: none;
}

.vs-streams-wrapper img:not([draggable]) {
	max-width: 100%;
	height: auto;
}

a {
	color: rgba(var(--theme-color), 1);
	text-decoration: none;
	outline: 0;
	-webkit-transition: all ease 0.4s;
	transition: all ease 0.4s;
}

a:hover {
	color: rgba(var(--theme-color2), 1);
}

a:active,
a:focus,
a:hover,
a:visited {
	text-decoration: none;
	outline: 0;
}

h2,
h3,
.h5 {
	font-family: var(--theme-font2);
	color: var(--title-color);
	font-weight: 700;
	line-height: 1.3;
	margin: 0 0 15px 0;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 30px;
}

.h5 {
	font-size: 18px;
}

@media (max-width: 1199px) {
	h3 {
		font-size: 26px;
	}
}

@media (max-width: 992px) {
	h2 {
		font-size: 38px;
	}

	h3 {
		font-size: 24px;
	}
}

@media (max-width: 768px) {
	h2 {
		font-size: 28px;
	}

	h3 {
		font-size: 22px;
	}
}

@media only screen and (min-width: 1200px) {
	.container {
		max-width: 1400px;
	}
}

.row:not([class*=g-]):not([class*=gx-]) {
	--bs-gutter-x: 30px;
}

.arrow-wrap {
	--arrow-position: -100px;
}

@media (max-width: 1500px) {
	.arrow-wrap {
		--arrow-position: -30px;
	}
}

@media (max-width: 1300px) {
	.arrow-wrap {
		--arrow-position: 60px;
	}
}

@media (max-width: 1199px) {
	.arrow-wrap {
		--arrow-position: 40px;
	}
}

.vs-btn2.outline4:after {
	-webkit-transform: skewX(10deg);
	-ms-transform: skewX(10deg);
	transform: skewX(10deg);
}

.vs-btn2.outline4 {
	padding: 5px 5px;
	color: var(--white-color);
	text-transform: capitalize;
}

.vs-btn2.outline4 i {
	color: rgba(var(--theme-color), 1);
}

.vs-btn2.outline4:before {
	-webkit-transform: skewX(-10deg);
	-ms-transform: skewX(-10deg);
	transform: skewX(-10deg);
	border: 1px solid #1e2128;
	-webkit-transition: all ease 0.4s;
	transition: all ease 0.4s;
}

.vs-btn2.outline4:hover::before {
	border-color: var(--white-color);
}

.vs-btn2 {
	vertical-align: middle;
	display: inline-block;
	text-align: center;
	border: none;
	position: relative;
	overflow: hidden;
	background-color: transparent;
	z-index: 1;
	min-width: 140px;
	padding: 0;
	line-height: 1;
	-webkit-transition: all ease 0.4s;
	transition: all ease 0.4s;
}

.vs-btn2 i {
	margin-right: 7px;
}

.vs-btn2:before {
	content: '';
	z-index: -1;
	position: absolute;
	left: 5.5px;
	right: 5.5px;
	top: 0;
	bottom: 0;
}

.vs-btn2:after {
	content: '';
	position: absolute;
	top: -5%;
	left: -30%;
	width: 20px;
	height: 110%;
	opacity: 0.7;
	visibility: visible;
	background-color: var(--white-color);
	-webkit-transition: all ease 0.6s;
	transition: all ease 0.6s;
}

.vs-btn2:hover:after {
	left: 120%;
	opacity: 0.3;
}

.vs-btn2.outline4:after {
	-webkit-transform: skewX(10deg);
	-ms-transform: skewX(10deg);
	transform: skewX(10deg);
}

.vs-btn2.outline4 {
	padding: 5px 5px;
	color: var(--white-color);
	text-transform: capitalize;
}

.vs-btn2.outline4 i {
	color: rgba(var(--theme-color), 1);
}

.vs-btn2.outline4:before {
	-webkit-transform: skewX(-10deg);
	-ms-transform: skewX(-10deg);
	transform: skewX(-10deg);
	border: 1px solid rgba(255, 255, 255, 0.05);
	-webkit-transition: all ease 0.4s;
	background: rgba(0, 0, 0, 0.1);
	transition: all ease 0.4s;
}

.vs-btn2.outline4:hover::before {
	border-color: #282b34;
}

.section-title {
	margin-bottom: 50px;
	position: relative;
}

@media (min-width: 1199px) {
	.sec-title2 {
		font-size: 35px;
		letter-spacing: -0.03em;
		line-height: 1.3;
		margin-bottom: 20px;
	}
}

.z-index-common {
	position: relative;
	z-index: 3;
}

.vs-sidebox {
	padding: 35px 40px 40px 40px;
	margin-bottom: 30px;
}

.sidebox-title {
	position: relative;
	margin-bottom: 30px;
	padding-bottom: 15px;
	border-bottom: 1px solid #3a240f;
}



@media (max-width: 1199px) {
	.vs-sidebox {
		padding: 17px 20px 20px 20px;
		margin-bottom: 30px;
	}
}

.pagination {
	text-align: center;
}

.pagination a {
	display: inline-block;
	border: none;
	font-weight: 700;
	position: relative;
	z-index: 1;
	margin: 0 2px;
}

.pagination a:before {
	content: '';
	position: absolute;
	left: -2px;
	top: -2px;
	bottom: -2px;
	right: -2px;
	z-index: -1;
	background-image: var(--bs-gradient);
}

.font-theme3 {
	font-family: var(--theme-font3);
}

.fs-12 {
	font-size: 12px !important;
}

.fs-18 {
	font-size: 18px !important;
}

@media (max-width: 1199px) {
	.fs-18 {
		font-size: 16px !important;
	}
}

.bg-light-dark {
	background-color: var(--light-dark-color) !important;
}

.bg-major-black {
	background-color: #130600;
}

.text-white {
	color: var(--white-color) !important;
}

.pt-60 {
	padding-top: 60px !important;
}

.pb-40 {
	padding-bottom: 40px !important;
}

.mg-auto {
	margin: auto;
}

.mt-10 {
	margin-top: 10px !important;
}

.mb-25 {
	margin-bottom: 25px !important;
}

.mb-25-off {
	margin-bottom: -25px !important;
}

@media (max-width: 992px) {
	.sidebox-title {
		position: relative;
		margin-bottom: 30px;
		padding-bottom: 15px;
		border-bottom: 1px solid #3a240f;
	}

 .vs-video-area,.vs-sidebox { padding: 30px;}
        .vs-sidebox {
        padding: 27px 30px 30px 30px;
    }
    .footer .logo-mobile { text-align: center}   
    .footer .col-lg-6 { width: 50% !important;} 
    
}

@media (max-width: 767px) {
	.mt-10-sm {
		margin-top: 10px !important;
	}

	.sidebox-title {
		position: relative;
		margin-bottom: 30px;
		padding-bottom: 15px;
		border-bottom: 1px solid #3a240f;
	}

 .vs-video-area,.vs-sidebox { padding: 30px;}
        .vs-sidebox {
        padding: 27px 30px 30px 30px;
    }
        .footer .logo-mobile { text-align: center}   
    .footer .col-lg-6 { width: 50% !important;} 
}

@media (max-width: 540px) {
	.mt-10-sm {
		margin-top: 10px !important;
	}

	.sidebox-title {
		position: relative;
		margin-bottom: 30px;
		padding-bottom: 15px;
		border-bottom: 1px solid #3a240f;
	}
    .vs-video-area,.vs-sidebox { padding: 30px;}
        .vs-sidebox {
        padding: 12px 15px 15px 15px;
    }
    .widget-player__first-name {
    font-size: 20px !important;
        

}
.text-description {
    font-size: 1rem !important;
    color: aliceblue;
    font-weight: 500;
}
    .footer .logo-mobile { text-align: center}   
    .footer .col-lg-6 { width: 50% !important;}     
    
}


@media (max-width: 340px) {
	.mt-10-sm {
		margin-top: 10px !important;
	}

	.sidebox-title {
		position: relative;
		margin-bottom: 30px;
		padding-bottom: 15px;
		border-bottom: 1px solid #3a240f;
	}
    .vs-video-area,.vs-sidebox { padding: 30px;}
        .vs-sidebox {
        padding: 5px 5px 5px 5px;
    }
    .widget-player__first-name {
    font-size: 20px !important;
        

}
.text-description {
    font-size: 1rem !important;
    color: aliceblue;
    font-weight: 500;
}
    .footer .logo-mobile { text-align: center}   
    .footer .col-lg-6 { width: 50% !important;} 
}

.ranking {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.row-ranking {
	display: flex;
}

.row-ranking:not(:last-child) {
	margin-bottom: 10px;
}

.cell-ranking a {
	color: #fff3d1 !important;
}

.cell-ranking a:hover {
	color: #ba6356 !important;
}

.cell-ranking {
	flex: 1;
	padding: 15px;
}

.cell-ranking:nth-child(1) {
	color: #fff3d13d1;
	flex: 0 0 50px;
	background: linear-gradient(135deg, #ba6356 85%, #1a0a00 50%);
	font-weight: 700;
}

.cell-ranking:nth-child(2) {
	color: #fff3d13d1;
	background-color: #1a0a00;
	font-size: 14px;
	font-weight: 700;
	flex: 2;
}

.cell-ranking:nth-child(3) {
	color: #fff3d13d1;
	background-color: #1a0a00;
	text-align: right;
}

.cell-ranking:nth-child(4) {
	color: #fff3d13d1;
	background-color: #1a0a00;
	text-align: right;
}

.cell-ranking span {
	background-color: rgba(255, 255, 255, 0.05);
	padding: 7px 15px 6px 15px;
	font-size: 14px;
	border-radius: 15px;
	color: var(--white-color);
	text-align: right;
}

.row-ranking:nth-child(odd) .cell-ranking:nth-child(1) {
	background: linear-gradient(135deg, #ba6356 85%, #1a0a00 50%);
}

.row-ranking:hover {
	filter: brightness(120%);
}

.pagination {
	margin-left: calc(50% - 153px);
}

.pagination td {
	border-top: 0px !important;
}

.page-left {
	min-width: 77px;
	height: 25px;
	line-height: 16px;
}

.page-center {
	min-width: 100px;
	height: 25px;
	line-height: 16px;
	margin-left: -20px;
}

.page-right {
	min-width: 77px;
	height: 25px;
	line-height: 16px;
	margin-left: -20px;
}

.vs-streams-wrapper .pagination {
	float: none;
}

.castlesiege-deidad td {
	color: var(--default-color);
	line-height: 20px;
}

.padding-cs {
	padding: 20px;
}

hr:not([size]) {
	height: 1px;
}

hr {
	background: rgba(255, 255, 255, 0.3) !important;
}

hr {
	margin: 1rem 0;
	color: inherit;
	background-color: currentColor;
	border: 0;
	opacity: 0.25;
}


.text-light {
	color: gainsboro !important;
}

.contour {
	opacity: 0.7;
}

.mt-10-off {
	margin-top: -10px !important;
}

.mb-10-off {
	margin-bottom: -10px !important;
}

.mr-10 {
	margin-right: 10px !important;
}

:root {
	--white-color: #EAECEE;
	--default-color: #D4AF37;
}


/*! CSS Used from: http://localhost:81/EREBOR/templates/EREBOR/css/custom.css */
*,
:after,
:before {
	box-sizing: border-box;
}

figure,
footer,
header {
	display: block;
}

h4,
h6 {
	margin-top: 0;
	margin-bottom: .5rem;
}

figure {
	margin: 0 0 1rem;
}

img {
	border-style: none;
}

img {
	vertical-align: middle;
}

h4,
h6 {
	margin-bottom: .5rem;
	font-weight: 500;
	line-height: 1.2;
}

h4 {
	font-size: 1.5rem;
}

h6 {
	font-size: 1rem;
}

.clearfix:after {
	display: block;
	clear: both;
	content: "";
}

@media print {

	*,
	:after,
	:before {
		text-shadow: none !important;
		box-shadow: none !important;
	}

	img {
		page-break-inside: avoid;
	}
}

.fa {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;

	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
}

.fa-star:before {
	content: "\f005";
}

.fa {
	font-family: "Font Awesome 5 Free";
}

.fa {
	font-weight: 900;
}

h4,
h6 {
	color: #fff3d1;
	margin: 0 0 .75em 0;
	font-weight: 700;
	line-height: 1.2;
	text-transform: uppercase;
	font-family: "Montserrat", sans-serif;
	letter-spacing: -0.02em;
}

h4 {
	font-size: 22px;
	text-transform: none;
	font-style: normal;
}

h6 {
	font-size: 14px;
	text-transform: uppercase;
	margin-bottom: 2em;
	line-height: 26px;
	font-size: normal;
}


figure {
	margin: 0;
}

.card__content {
	padding: 24px 24px;
}

.widget--sidebar .widget__content {
	font-size: 14px;
	line-height: 22px;
}

.widget-player .widget__content {
	background-color: #1a0a00;
	color: #fff3d1;
	height: 200px !important;
	overflow: hidden;
	position: relative;
	padding: 0 20px 0 140px;
	background-image: radial-gradient(at 0% 0%, rgba(255, 255, 255, 0.3), transparent);
	border-radius: 4px;
}

@media (min-width: 375px) {
	.widget-player .widget__content {
		padding-left: 158px;
	}
}

@media (min-width: 992px) {
	.widget-player .widget__content {
		height: 156px;
		padding-left: 50%;
	}
}

@media (min-width: 1200px) {
	.widget-player .widget__content {
		height: 150px;
	}
}

.widget-player__team-logo {
	display: block;
	position: absolute;
	left: -25%;
	top: -25%;
	width: 80%;
	height: auto;
	opacity: .1;
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
	z-index: 1;
}

.widget-player__team-logo img {
	width: 100%;
	height: auto;
}

.widget-player__photo {
	position: absolute;
	left: 0;
	top: 10px;
	max-width: 50%;
	z-index: 4;
}

.widget-player__header {
	padding-top: 20px;
	margin-bottom: 8px;
	position: relative;
	z-index: 4;
}

@media (min-width: 992px) {
	.widget-player__header {
		padding-top: 14px;
		margin-bottom: 0;
	}
}

@media (min-width: 1200px) {
	.widget-player__header {
		padding-top: 16px;
		margin-bottom: 10px;
	}
}

.widget-player__name {
	font-size: 14px;
	line-height: 1em;
	margin-bottom: 0;
	color: #fff3d1;
	text-transform: uppercase;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: relative;
	top: 4px;
	z-index: 1;
}

@media (min-width: 992px) {
	.widget-player__name {
		font-size: 18px;
	}
}

@media (min-width: 1200px) {
	.widget-player__name {
		font-size: 24px;
		top: 6px;
	}
}

.widget-player__first-name {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 25px;
	text-transform: none;
    text-align: center;
}

.widget-player__first-name img {
	width: 40px;
	border-radius: 50%;
}

.widget-player__last-name {
	display: block;
	color: #E74C3C;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 18px;
	text-transform: none;
    line-height: 1.5;
}

.widget-player__content {
	overflow: hidden;
	position: absolute;
	z-index: 1;
	left: 0;
	right: 0;
	padding: 12px 0;
}

.widget-player__content-inner {
	width: 100%;
	padding-left: 140px;
	padding-right: 24px;
}

@media (min-width: 375px) {
	.widget-player__content-inner {
		padding-left: 160px;
	}
}

@media (min-width: 992px) {
	.widget-player__content-inner {
		padding-left: 50%;
	}
}

.widget-player__stat {
	float: left;
	width: 33.3%;
	text-align: center;
}

@media (min-width: 376px) and (max-width: 991px) {
	.widget-player__stat {
		width: 60px;
	}
}

.widget-player__stat-label {
	font-size: 8px;
	margin-bottom: 0.5em;
	line-height: 1.2em;
	color: #fff3d1;
	font-weight: 400;
}

@media (min-width: 992px) {
	.widget-player__stat-label {
		font-size: 8px;
		margin-bottom: 1em;
	}
}

@media (min-width: 1200px) {
	.widget-player__stat-label {
		font-weight: 700;
		font-size: 10px;
	}
}

.widget-player__stat-number {
	font-size: 12px;
	line-height: 1.2em;
	font-size: 12px;
	text-transform: uppercase;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	letter-spacing: -0.02em;
}

@media (min-width: 992px) {
	.widget-player__stat-number {
		font-size: 18px;
	}
}

.widget-player__footer {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: #561f1f;
	z-index: 1;
	text-align: right;
	line-height: 40px !important;
	padding: 0px 0px !important;
    height: 40px !important;
}

.widget-player__footer-txt {
	display: inline-block;
	position: relative;
	background-color: #130600;
	color: #fff3d1;
	padding: 0 24px;
	line-height: 40px;
	font-size: 8px;
	text-transform: uppercase;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	letter-spacing: -0.02em;
}

.widget-class__footer-txt {
	display: inline-block;
	position: relative;
	margin-top: 5px;
	color: #fff3d1;
	padding: 0 0px;
	line-height: 30px;
	font-size:16px;
	text-transform: uppercase;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	letter-spacing: -0.02em;
	text-align: left;
	float: left;
	padding-left: 10px;
}

@media (min-width: 992px) {
	.widget-player__footer-txt {
		font-size: 9px;
		padding-left: 26px;
	}
}

@media (min-width: 1200px) {
	.widget-player__footer-txt {
		font-size: 10px;
		line-height: 40px;
	}
}

.widget-player__footer-txt .fa {
	font-size: 12px;
	margin-right: 0.5em;
	color: #E74C3C;
}

.widget-player__footer-txt::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	width: 20px;
	background-color: #561f1f;
}

.widget-player__footer-txt::before {
	left: -10px;
	-webkit-transform: skew(-30deg);
	transform: skew(-30deg);
}

@media screen {

	*,
	*::before,
	*::after {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	figure {
		display: block;
	}

	h6 {
		margin-top: 0;
		margin-bottom: .5rem;
	}

	figure {
		margin: 0 0 1rem;
	}

	img {
		vertical-align: middle;
		border-style: none;
	}

	h6 {
		margin-bottom: .5rem;
		font-weight: 500;
		line-height: 1.2;
	}

	h6 {
		font-size: 1rem;
	}
}

/* Estilo del contenedor de los widgets */
.widget-container-redes {
    position: fixed;
    bottom: 10px; /* Ajusta esta posición para mover los widgets más abajo */
    right: 20px;
    z-index: 1000; /* Asegura que esté por encima de otros elementos */
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

/* Estilo de cada widget individual */
.widget-redes {
    position: relative;
    margin-bottom: 10px; /* Espacio entre los widgets */
    z-index: 1; /* Asegura que los widgets estén detrás del botón de cierre */
}

/* Estilo de las imágenes de los widgets */
.widget-redes img {
    width: 270px; /* Ajusta el ancho de las imágenes */
    height: auto;
    border-radius: 5px;
}

/* Estilo del botón de cierre */
#close-widget-redes {
    position: absolute;
    top: -10px;
    left: -10px;
    background-color: rgba(0, 0, 0, 0.5);
    border: 2px solid #00BFFF;
    color: white;
    font-size: 20px;
    cursor: pointer;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s, transform 0.3s;
    z-index: 1001; /* Asegura que el botón de cierre esté al frente */
}

/* Estilo del botón de cierre al pasar el cursor */
#close-widget-redes:hover {
    background-color: rgba(0, 0, 0, 0.7); /* Más oscuro para hover */
    transform: scale(1.1); /* Efecto de aumento */
}


.flex-c-c {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.title a { color:aqua !important; } 
.news-body { color: aliceblue !important; } 
.datetime { color:burlywood !important; }
/* On screens that are 992px or less, set the background color to blue */
@media screen and (max-width: 992px) {
    
#content-deidad #sidebar {
	 width: 100% !important;
	padding: 10px;
}

#content-deidad #stuff {
	flex: 1;
	margin-left: 10px;
	padding: 10px;
    width: 100% !important;
}
#content-deidad {
    margin: 20px 0;
    padding: 10px;
    display: inherit;
}

}



.vs-video-area   { padding-bottom: 50px; background: url(../img/cover_page.jpg) no-repeat center center;
    background-size: cover;  }

#clockdiv {
	font-family: sans-serif;
	color: #fff3d1;
	display: inline-block;
	font-weight: 100;
	text-align: center;
	font-size: 20px;
    margin-bottom: 50px;
}

#clockdiv > div {
	padding: 10px;
	border-radius: 3px;
	background-image: linear-gradient(to right, #4a2d00 0%, #b88223 100%);
	display: inline-block;
}

#clockdiv div > span {
  padding: 15px;
  border-radius: 3px;
  background-image: linear-gradient(to right, #4a2d00 0%, #b88223 100%);
  display: inline-block;
  color: #ffffff;
  font-weight: bold; /* Ahora el texto es más grueso y visible */
}


@media only screen and (max-width: 480px) {
  #clockdiv > div {
    padding: 6px;
  }

  #clockdiv div > span {
    padding: 8px;
    font-size: 13px;
  }

  .smalltext {
    font-size: 7px;
  }
}

.smalltext {
	padding-top: 5px;
	font-size: 12px;
}
.modal-body { color: aliceblue;}
.sec-title2 a { font-size: 1rem !important; margin-bottom: 15px;}
.text-explain { font-size: 1.2rem; color:burlywood !important;font-weight: 500;}
.text-time { font-size: 1rem; color:grey;font-weight: 500;}
.text-description { font-size: 1.5rem; color: aliceblue;font-weight: 500;}
.text-description h3{ font-size: 1.5rem; color: aliceblue;font-weight: 500;}
.tituloopen { color: aliceblue;  font-size: 2rem !important; }



.button-quest {
  display: inherit !important;
  transition: all 0.3s ease;
  cursor: pointer;
  background-color: rgba(65, 25, 21, 0.5);
  background: url(../img/bp-niveltop.png) no-repeat;
  height: 53px !important;
  width: 210px !important;
  border: none;
  color: #fff3d1 !important;
  font-family: philosopher, sans-serif;
  font-size: 10px;
  line-height: 30px;
  position: relative;
  z-index: 1;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  box-shadow: none !important;
}

.button-quest-completed {
  display: inherit !important;
  transition: all 0.3s ease;
  background-color: rgba(65, 25, 21, 0.5);
  background: url(../img/bp-green.png) no-repeat;
  height: 53px !important;
  width: 210px !important;
  border: none;
  color: #fff3d1 !important;
  font-family: philosopher, sans-serif;
  font-size: 10px;
  line-height: 53px !important;
  position: relative;
  z-index: 1;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  box-shadow: none !important;
}

.button-quest-disabled {
	line-height: 53px !important;
  display: inherit !important;
  transition: all 0.3s ease;
  background-color: rgba(65, 25, 21, 0.5);
  background: url(../img/bp-niveltop.png) no-repeat;
  height: 53px !important;
  width: 210px !important;
  border: none;
  color: #fff3d1 !important;
  font-family: philosopher, sans-serif;
  font-size: 10px;
  position: relative;
  z-index: 1;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  box-shadow: none !important;
	filter: grayscale(100%)
}
.filter-week { margin: 30px;}
.filter-week .label { font-size: 1.5rem !important ; vertical-align: middle; margin-left: 20px;}



.table-quest {
line-height: 50px;
	font-size: 1rem;
	padding: 5px;
	color: aliceblue;
    width: 100%;
    margin-bottom: 50px;
    margin-top: 50px;
}

.table-quest  td .badge { align-content: center }
.table-quest td , .table-quest th {
	color: aliceblue;
	font-weight: 400 !important;
}
.table-quest td:first-child , .table-quest th:first-child { width: 5%; text-align: center; };
.table-quest tr:nth-child(even) {background:#212F3D}
.table-quest tr:nth-child(odd) {background:#17202A}
