.donation .col-sm-3 { margin-bottom:30px;}
	/* PAYPAL */
.paypal-gateway-container {
color: var(--general-text-color);
}



.paypal-gateway-content {
margin: 10px;
background:rgba(44, 62, 80,0.3);
border: 1px solid #2C3E50;
padding: 10px;
overflow: auto;color: var(--general-text-color);
}

.paypal-gateway-conversion-rate {
margin: 0px auto;
text-align: center;
color: #000;
font-size: 18px;
padding: 10px 0px;
}

.paypal-gateway-form {
width: 100%;
margin: 0px auto;
text-align: center;color: #FFF;
font-size:28px !important;
}

.paypal-gateway-form div {
display: inline-block;
padding: 0px 10px;
color: #000;
text-align: center;color: #FFF;
font-size:28px !important;
}

.paypal-gateway-form input[type=text] {
width: 40px;
}

.paypal-gateway-continue {
margin: 0px auto;
text-align: center;color: var(--general-text-color);
width:100% !important;
}

.paypal-gateway-continue input[type=submit] {
background: url('../img/paypal-submit.jpg') no-repeat;
width: 200px;
height: 40px;color: var(--general-text-color);
border: 0px;
}

.paypal-gateway-logo {
	width: 100%;
	height: 100px;
	background:url('../img/paypal-logo-200-68.png') no-repeat center;
	background-size: contain;
	margin-bottom: 15px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.tooltipshop {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.tooltipshop .tooltiptext {
  visibility: hidden;
  background-color: rgba(5,5,5,0.90);
  min-width:280px;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 2;
  bottom: 125%;
  left:1%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltipshop .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tooltipshop:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}	

.tooltipshop .itemtittle { font-size:16px;}	
.tooltipshop .skill { color:#F9E79F;} 
.tooltipshop .luck { color:#AED6F1;}	 
.tooltipshop ul li { color:#82E0AA ; text-shadow:1px 1px 1px black; list-style:none;}

.gpshop .card { min-height: 450px;}

.gpshop .card .card-header { font-size: 1rem; text-align: center; width:  100%; float: inherit; align-content: center; align-items: center; }
.gpshop .card .card-body { font-size: 1rem; text-align: center; width:  100%; float: inherit; align-content: center; align-items: center;min-height:350px; }
.gpshop .card .card-footer { font-size: 1rem; text-align: center; width:  100%; float: inherit; align-content: center; align-items: center; }

#rankings { margin-top: 50px; margin-bottom: 30px;}
#rankings tbody tr { background-color: rgba(0,0,0,0.3); border-bottom: 7px solid #0f1116;}
#rankings thead tr { background-image: var(--bs-gradient); border-bottom: 7px solid #0f1116; color: #FFF; text-shadow: 1px 1px 1px black;}
#rankings tbody tr td a { font-weight: bolder;}


.deidad-table { margin-top: 50px; margin-bottom: 30px;}
.deidad-table tbody tr { background-color: rgba(0,0,0,0.3); border-bottom: 7px solid #0f1116;}
.deidad-table thead tr { background-image: var(--bs-gradient); border-bottom: 7px solid #0f1116; color: #FFF; text-shadow: 1px 1px 1px black;}
.deidad-table tbody tr td a { font-weight: bolder;}

@media only screen and (max-width: 768px) {

	/* For mobile phones: */
	.col-3 {
		width: 100%;
		max-width: 100%;
		min-width: 100%;
		flex: 0 0 100%;
	}

	.card-info-character {
		width: 100%;
		max-width: 100%;
		min-width: 100%;
		flex: 0 0 100%;
	}
}

.Char-info-header-table {
	width: 100%
}

.Char-info-header-table td.character-class span {
	font-size: 10px;
	margin-right: 5px;
	border-radius: 5px;
	font-weight: bolder;
	color: white;
	letter-spacing: 0px;
	text-transform: uppercase;
	text-align: center;
	padding: 5px;
	line-height: 30px;
	background-color: #884EA0;

}

.Char-info-header-table td a {
	display: block;
	font-size: 15px;
	font-weight: bolder;
	color: white;
	text-align: center;
	letter-spacing: 0px;
	text-transform: uppercase;
	padding-left: 5px;
	line-height: 30px;
}

.card-info-character {
	width: 300px;
	margin-left: 30px;
	margin-bottom: 30px;
	border-radius: 20px;
	background-color: #222227;
	padding: 5px;
	overflow: hidden;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 10px 0px;
	transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.info-char-small {
	margin-top: 10px;
	text-align: center;
}

.info-char-small span {
	display: inline-block;
	border-radius: 5px;
	font-size: 0.8rem;
	padding: 3px;
	margin-bottom: 10px;
	background-color: #2C3E50;
	color: azure
}


.card-info-character:hover {
	transform: scale(1.01);
}

.card-info-character .top-section {
	height: 180px;
	border-radius: 15px;
	display: flex;
	flex-direction: column;
	background-color: #222227;
	position: relative;
}


.card-info-character .top-section .border {
	border-bottom-right-radius: 10px;
	height: 40px;
	width: 160px;
	background: white;
	background-color: #222227;
	position: relative;
	transform: skew(-40deg);
	box-shadow: -10px -10px 0 0 #222227;
}

.card-info-character .top-section .border::before {
	content: "";
	position: absolute;
	width: 15px;
	height: 15px;
	top: 0;
	right: -15px;
	background: rgba(255, 255, 255, 0);
	border-top-left-radius: 10px;
	box-shadow: -5px -5px 0 2px #222227;
}

.card-info-character .top-section::before {
	content: "";
	position: absolute;
	top: 30px;
	left: 0;
	background: rgba(255, 255, 255, 0);
	height: 15px;
	width: 15px;
	border-top-left-radius: 15px;
	box-shadow: -5px -5px 0 2px #222227;
}


.card-info-character .top-section .icons {
	position: absolute;
	top: 0;
	width: 100%;
	height: 30px;
	display: inline-block;
	justify-content: space-between;
}

.card-info-character .top-section .icons .logo {
	height: 100%;
	padding: 7px 0 7px 15px;
}

.card-info-character .top-section .icons .logo .top-section {
	height: 100%;
}

.card-info-character .top-section .icons .social-media {
	height: 100%;
	padding: 8px 15px;
	display: flex;
	gap: 7px;
}

.card-info-character .top-section .icons .social-media .svg {
	height: 100%;
	fill: #1b233d;
}

.card-info-character .top-section .icons .social-media .svg:hover {
	fill: white;
}

.card-info-character .bottom-section {
	margin-top: 15px;
	padding: 10px 5px;
}

.card-info-character .bottom-section .title {
	display: block;
	font-size: 17px;
	font-weight: bolder;
	color: white;
	text-align: center;
	letter-spacing: 2px;
}

.card-info-character .bottom-section .row {
	display: flex;
	justify-content: space-between;
}

.card-info-character .bottom-section .row .item {
	flex: 30%;
	text-align: center;
	padding: 5px;
	color: rgba(170, 222, 243, 0.721);
}

.card-info-character .bottom-section .row .item .big-text {
	font-size: 12px;
	display: block;
}

.card-info-character .bottom-section .row .item .regular-text {
	font-size: 9px;
}
.card-info-character .border { border: none !important}


#clockdiv {
	font-family: sans-serif;
	color: #fff;
	display: inline-block;
	font-weight: 100;
	text-align: center;
	font-size: 20px;
    margin-bottom: 50px;
}

#clockdiv > div {
	padding: 10px;
	border-radius: 3px;
	background-image: var(--bs-gradient-5);
	display: inline-block;
}

#clockdiv div > span {
	padding: 15px;
	border-radius: 3px;
	    background-color: #121a23;
    background-image: -moz-linear-gradient(90deg, #0c0e12 0%, rgba(31, 41, 53, 0.36078) 100%);
    background-image: -webkit-linear-gradient(90deg, #0c0e12 0%, rgba(31, 41, 53, 0.36078) 100%);
	display: inline-block;
}
.smalltext {
	padding-top: 5px;
	font-size: 12px;
}

/* Golden Text Effect */
.golden {
    font-family: 'pt serif', serif;
    font-weight: 600;
    position: relative;
    text-transform: uppercase;
    margin: 0;
    text-align: center;
    display: block;
}

/* Ajuste específico para el título principal */
.blog-title [data-gold] {
    font-size: 2.5rem !important;
    margin: 20px 0;
}

/* Ajuste para los títulos de las tarjetas */
.erebor-benefit-card [data-gold] {
    font-size: 1.5rem !important;
}

[data-gold] {
    color: #ac733c;
    font-size: 1.5rem !important;
    margin-bottom: 10px;
    text-align: center;
    width: 100%;
    display: inline-block;
}

@supports(background-clip:text) or (-webkit-background-clip:text) {
    [data-gold] {
        color: transparent;
        background-image: -webkit-linear-gradient(left, transparent 0%, transparent 45%, white 50%, transparent 55%, transparent 100%), -webkit-linear-gradient(left, #c78c48, #cf9147 9.4%, #cf9348 9.4%, #b2763e 33.6%, #ad743c 35.7%, #ac723d 46.9%, #b0773d 51.7%, #b0793e 52.1%, #c4914c 64.6%, #c99750 68.5%, #ce9e54 73.2%, #f4d188);
        background-image: linear-gradient(to right, transparent 0%, transparent 45%, white 50%, transparent 55%, transparent 100%), linear-gradient(90deg, #c78c48, #cf9147 9.4%, #cf9348 9.4%, #b2763e 33.6%, #ad743c 35.7%, #ac723d 46.9%, #b0773d 51.7%, #b0793e 52.1%, #c4914c 64.6%, #c99750 68.5%, #ce9e54 73.2%, #f4d188);
        background-position: 110% 0%, 0 0;
        background-size: 200% auto, auto;
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-animation: shine 2s ease-in-out infinite;
    }
}

[data-gold]:before {
    content: attr(data-gold);
    color: #f0d8a9;
    position: absolute;
    z-index: -1;
    top: 0;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    text-shadow: #000 0 .08vw 12px;
}

@supports(background-clip:text) or (-webkit-background-clip:text) {
    [data-gold]:after {
        content: attr(data-gold);
        position: absolute;
        top: 0;
        width: 100%;
        left: 50%;
        transform: translateX(-50%);
        background-image: -webkit-linear-gradient(top, transparent 0%, transparent 48%, rgba(98, 16, 0, 0.5) 50%, transparent 75%);
        background-image: linear-gradient(to bottom, transparent 0%, transparent 48%, rgba(98, 16, 0, 0.5) 50%, transparent 75%);
        -webkit-background-clip: text;
        background-clip: text;
    }
}

@keyframes shine {
    0% {
        background-position: 110% 0%, 0 0;
    }
    100% {
        background-position: -10% 0%, 0 0;
    }
}

 .carrusel-container {
            max-width: 100%;
            width: 100%;
            position: relative;
            overflow: hidden;
	 margin-top: 50px;
	 margin-bottom: 50px;
        }
        .carrusel {
            display: flex;
            transition: transform 0.5s ease;
            cursor: grab;
            user-select: none;
        }
        .carrusel.dragging {
            cursor: grabbing;
            transition: none;
        }
        .video-item {
            min-width: calc(33.333% - 20px);
            margin: 0 10px;
            flex: 0 0 auto;
        }
        .video-container {
            position: relative;
            padding-bottom: 56.25%; /* 16:9 aspect ratio */
            height: 0;
            overflow: hidden;
            border-radius: 8px;
            box-shadow: 0 4px 8px rgba(0,0,0,0.1);
            background: #000;
        }
        .video-container iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            border: none;
        }
        .nav-btn {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            width: 40px;
            height: 40px;
            background-image: var(--bs-gradient);
            color: white;
            border: none;
            border-radius: 50%;
            font-size: 20px;
            cursor: pointer;
            z-index: 10;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .nav-btn:hover {
            background: rgba(0,0,0,0.8);
        }
        .prev-btn {
            left: 10px;
        }
        .next-btn {
            right: 10px;
        }
        @media (max-width: 900px) {
            .video-item {
                min-width: calc(50% - 20px);
            }
        }
        @media (max-width: 600px) {
            .video-item {
                min-width: calc(100% - 20px);
            }
        }


:root {
            --morado-oscuro: #4a148c;
            --morado-medio: #7b1fa2;
            --morado-claro: #9c27b0;
            --morado-suave: #e1bee7;
            --texto-blanco: #ffffff;
            --texto-gris: #e0e0e0;
        }
        

        
        .vip-container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 20px;
        }
        
        .header {
            text-align: center;
            margin-bottom: 40px;
            padding: 20px;
            background: rgba(74, 20, 140, 0.3);
            border-radius: 10px;
            border: 1px solid var(--morado-medio);
        }
        
        .header h1 {
            color: var(--texto-blanco);
            font-size: 2.5em;
            margin-bottom: 10px;
            text-shadow: 0 0 10px var(--morado-claro);
        }
        
        .header p {
            font-size: 1.2em;
            margin-top: 0;
        }
        
        .vip-tiers {
            display: flex;
            justify-content: center;
            flex-wrap: wrap;
            gap: 20px;
        }
        
        .vip-tier {
            background: rgba(33, 33, 33, 0.8);
            border-radius: 10px;
            width: 280px;
            padding: 25px;
            box-shadow: 0 0 20px rgba(156, 39, 176, 0.2);
            transition: transform 0.3s, box-shadow 0.3s;
            border-top: 4px solid;
            position: relative;
            overflow: hidden;
        }
        
        .vip-tier:hover {
            transform: translateY(-10px);
            box-shadow: 0 0 30px rgba(156, 39, 176, 0.4);
        }
        
        .vip-tier.normal {
            border-color: #757575;
        }
        
        .vip-tier.plata {
            border-color: #b8b8b8;
        }
        
        .vip-tier.oro {
            border-color: #ffd700;
        }
        
        .vip-tier.erebor {
            border-color: #9c27b0;
        }
        
        .tier-header {
            text-align: center;
            margin-bottom: 20px;
            position: relative;
        }
        
        .tier-name {
            font-size: 1.8em;
            margin-bottom: 5px;
            font-weight: bold;
        }
        
        .normal .tier-name {
            color: #bdbdbd;
        }
        
        .plata .tier-name {
            color: #e0e0e0;
        }
        
        .oro .tier-name {
            color: #ffd700;
        }
        
        .erebor .tier-name {
            color: #ba68c8;
            text-shadow: 0 0 10px rgba(156, 39, 176, 0.7);
        }
        
        .tier-icon {
            font-size: 3em;
            margin-bottom: 10px;
        }
        
        .tier-price {
            font-size: 1.5em;
            margin-bottom: 20px;
            color: var(--texto-blanco);
        }
        
        .tier-features {
            list-style-type: none;
            padding: 0;
            margin-bottom: 30px;
        }
        
        .tier-features li {
            padding: 8px 0;
            border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
            display: flex;
            align-items: center;
        }
        
        .tier-features li:before {
            content: "✓";
            color: var(--morado-claro);
            margin-right: 10px;
            font-weight: bold;
        }
        
        .tier-button {
            display: block;
            text-align: center;
            padding: 12px;
            border-radius: 5px;
            color: white;
            text-decoration: none;
            font-weight: bold;
            transition: background 0.3s;
        }
        
        .normal .tier-button {
            background: #616161;
        }
        
        .plata .tier-button {
            background: #9e9e9e;
        }
        
        .oro .tier-button {
            background: #ffc107;
        }
        
        .erebor .tier-button {
            background: linear-gradient(45deg, #7b1fa2, #9c27b0);
            box-shadow: 0 0 15px rgba(156, 39, 176, 0.5);
        }
        
        .tier-button:hover {
            opacity: 0.9;
        }
        
        .vip-container .badge {
            position: absolute;
            top: 10px;
            right: 10px;
            background: #d500f9;
            color: white;
            padding: 5px 10px;
            border-radius: 20px;
            font-size: 0.8em;
            font-weight: bold;
            transform: rotate(15deg);
        }
        
        @media (max-width: 768px) {
            .vip-tiers {
                flex-direction: column;
                align-items: center;
            }
        }

/* Club Erebor Styles */
.club-erebor-container {
    max-width: 1200px;
    margin: 50px auto;
    padding: 20px;
}

.club-erebor-header {
    text-align: center;
    margin-bottom: 40px;
    padding: 30px;
    background: linear-gradient(135deg, rgba(74, 20, 140, 0.9), rgba(218, 165, 32, 0.2));
    border-radius: 15px;
    border: 2px solid #9c27b0;
    box-shadow: 0 0 20px rgba(156, 39, 176, 0.3);
}

.club-erebor-header h1 {
    color: #ffd700;
    font-size: 3em;
    margin-bottom: 15px;
    text-transform: uppercase;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.club-erebor-header p {
    color: #e1bee7;
    font-size: 1.2em;
    line-height: 1.6;
}

.erebor-benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
    margin-top: 40px;
}

.erebor-benefit-card {
    background: rgba(33, 33, 33, 0.95);
    border-radius: 12px;
    padding: 25px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid #9c27b0;
    position: relative;
    overflow: hidden;
    animation: glowBorder 3s infinite;
}

.erebor-benefit-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #9c27b0, #ffd700);
}

.erebor-benefit-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(156, 39, 176, 0.4);
}

.erebor-benefit-icon {
    font-size: 2.5em;
    color: #ffd700;
    margin-bottom: 15px;
    text-align: center;
}

.erebor-benefit-title {
    color: #ffd700;
    font-size: 1.5em;
    margin-bottom: 15px;
    text-align: center;
    font-weight: bold;
}

.erebor-benefit-description {
    color: #e1bee7;
    font-size: 1em;
    line-height: 1.6;
    text-align: center;
}

.erebor-benefit-list {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.erebor-benefit-list li {
    color: #e1bee7;
    padding: 10px 0;
    margin: 5px 0;
    border-bottom: 1px dashed rgba(156, 39, 176, 0.3);
    display: flex;
    align-items: center;
}

.erebor-benefit-list li::before {
    content: '★';
    color: #ffd700;
    margin-right: 10px;
}

.erebor-join-button {
    display: block;
    width: 200px;
    margin: 40px auto;
    padding: 15px 30px;
    background: linear-gradient(45deg, #9c27b0, #ffd700);
    color: white;
    text-align: center;
    text-decoration: none;
    border-radius: 25px;
    font-weight: bold;
    text-transform: uppercase;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 15px rgba(156, 39, 176, 0.3);
}

.erebor-join-button:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 20px rgba(156, 39, 176, 0.5);
}

@keyframes glowBorder {
    0% { border-color: #9c27b0; }
    50% { border-color: #ffd700; }
    100% { border-color: #9c27b0; }
}