/*general */
:root {
    --tg-theme-primary: #f8c700;
}

.slider__content .title {
    text-shadow: -1px 5px 0px rgb(63 50 39);
}

.slider__content .sub-title {
    line-height: 0;
}

.slider__img__lateral {
	width: 70%;
	margin: auto;
}

.slider__shapes img:nth-child(5) {
	left: 43%;
	top: 55%;
    animation-delay: 0.8s;
}
@media (max-width: 991.98px) {
	.slider__shapes img:nth-child(5) {
		left: 45%;
		top: 45%;
	}
}
@media (max-width: 767.98px) {
	.slider__shapes img:nth-child(5) {
		left: 38%;
		top: 48%;
	}
}

.search__wrap .title span {
    text-shadow: -1px 5px 0px rgb(63 50 39);
}

.container {
    max-width: initial;
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    display: block;
}
.color-y {
	color: var(--tg-theme-primary);
}
.color-g {
	color: var(--tg-theme-primary);
}
.tg-border-btn {
	min-height: 58px;
}
.breadcrumb-area {
	background-color: rgba(0, 0, 0, 0.6);
    background-blend-mode: multiply;
}
.tg-header__area {
    padding: 0px;
}
@media (min-width: 1200px) {
	.row-cols-xl-4>* {
		width: 21%;
	}
}
.paypal-parent-container {
	display: flex;
	justify-content: center;
}

#paypal-button-container {
	background-color: #FFF;
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    margin-top: 20px;
    text-align: center;
    width: 40%;
}

.txt-small {
	font-size: 13px;
}

.tg-border-btn {
	background-image: initial;
}
.icon {
	width: 1em;
	height: 1em;
	vertical-align: -0.125em;
}

.slider__content .title {
	font-size: 130px;
}
.logo img {
    max-width: 100px;
}

.tgmenu__nav .logo img{
	margin-top: 10px;
}

.pegi-container {
	display: flex;
	align-items: flex-start;   /* Alinea arriba */
	gap: 8px;                  /* Espacio entre iconos */
}

.pegi-container .img-pegi {
	height: 55px;
}

.ajax-response.error {
	color: var(--tg-common-color-red) !important;
	background: #fbecee;
    padding: 5px;
    border-radius: 5px;
}
.ajax-response.success {
	color: var(--tg-common-color-teal) !important;
	background: #1a2b24;
    padding: 5px;
    border-radius: 5px;
}

/* formulario */
.file-upload {
	overflow: hidden;
	display: inline-block;
}
.file-upload input[type=file] {
	display: none;
}
.file-upload label {
	background-color: var(--tg-theme-secondary);
	padding: 10px 20px;
	color: var(--tg-common-color-black);
	font-family: var(--tg-heading-font-family);
	font-weight: var(--tg-fw-bold);
	cursor: pointer;
	text-transform: uppercase;
    font-weight: var(--tg-fw-bold);
    letter-spacing: 1px;
}
.file-upload label:hover {
	background-color: var(--tg-theme-secondary);
	border-radius: 10px;
}
.file-name {
	margin-top: 5px;
}
.contact__form-wrap .input-grp select {
    display: block;
    width: 100%;
    border: 1px solid #262f39;
    background: transparent;
    color: var(--tg-body-color);
    padding: 15px 25px;
}
.contact__form-wrap .input-grp select:focus-visible {
	outline: none;
	border: 1px solid #262f39;
}
select option {
	background: #262f39;
}

/* checkbox */
.custom-checkbox {
  display: none;
}
.custom-checkbox + label {
  font-weight: normal;
  cursor: pointer;
}
.custom-checkbox + label span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  width: 24px;
  height: 24px;
  cursor: pointer;
  position: relative;
  border: 1px solid #EAECEF;
  background-color: #ffffff;
  border-radius: 3px;
  font-weight: 500;
}
.custom-checkbox + label span::before {
  content: "";
  opacity: 0;
  width: 12px;
  height: 12px;
  background-color: #000000;
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  transform: translate(-50%, -50%);
  transition: opacity 0.2s;
  border-radius: 2px;
}
.custom-checkbox:checked + label span::before {
  opacity: 1;
}
.custom-checkbox:disabled + label {
  opacity: 0.5;
  cursor: default;
}
.custom-checkbox:disabled + label span {
  cursor: default;
}

/* cuenta */
.team__info-discord {
	background: none;
}

/* menu cuenta */
.sub-menu {
    position: absolute;
    left: 0;
    top: 100%;
    min-width: 230px;
    border: 1px solid var(--tg-border-2);
    background: var(--tg-common-color-gray);
    margin: 0;
    -webkit-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
    transform-origin: 0 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    -webkit-box-shadow: 0px 30px 70px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 30px 70px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 30px 70px 0px rgba(0, 0, 0, 0.15);
    border-radius: 0;
    padding: 18px 0;
    display: block;
    visibility: hidden;
    opacity: 0;
    z-index: 9;
}

/* armería personaje */
/*.shop__details-images-wrap .nav-tabs {
    width: initial;
	list-style: none;
    padding: 0;
}
.shop__details-images-wrap .nav-tabs .nav-item {
	display: flex;
    align-items: center;
    gap: 10px;
}

.shop__details-images-wrap .nav-tabs .nav-link p {
	margin: 0;
}
.shop__details-images-wrap .nav-tabs .nav-link {
	width: initial;
	padding: 0px;
	border: 3px solid;
}
.shop__details-images-wrap {
    width: initial;
}
.shop__details-images-wrap .tab-pane.active {
	padding: 5px;
	margin-right: calc(var(--bs-gutter-x) * .5);
	margin-top: calc(var(--bs-gutter-x) * .5);
	margin-bottom: calc(var(--bs-gutter-x) * .5);
}
.shop__details-images-wrap .nav-tabs .nav-item-right {
    flex-direction: row-reverse;
}

.shop__details-images-wrap .tab-content {
	text-align: center;
}
.shop__details-images-wrap .nav-tabs-inline {
    display: -webkit-inline-box;
}
.shop__details-images-wrap .nav-tabs .nav-item-inline {
	margin-right: 10px;
	text-align: left; 
	margin-bottom: 10px;
}
.product__desc-wrap .tab-content {
    background: none;
}*/

/* armería cabecera */
/*.shop__details-price {
    margin: initial;
}
.shop__details-model ul {
    margin-left: initial;
}
.shop__details-cart-btn {
    font-size: 13px;
	width: initial;
	height: initial;
	border-width: 0.25px;
    border-color: #282f36;
    border-style: solid;
    border-radius: 2px;
	box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.18);
	padding: 3px 15px;
}
.sin-borde {
	border-bottom: none !important;
}
hr {
    border-bottom: 1px solid #FFF;
}*/
.hidden {
    display: none !important;
}

/* barra de progreso */
.progress-container {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.progress-bar-wrapper {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 20px;
}
.progress-bar-wrapper div {
	color: var(--tg-heading-color);
}
.progress-bar {
	position: relative;
	height: 25px;
	overflow: hidden;
	border: 1px solid hsla(0,0%,100%,.2);
    background: transparent;
}
.progress-fill {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 0%; /* Inicializa la animación desde 0% */
}
.progress-fill-friendly {
	background: linear-gradient(90deg,#074a00 0,#0f9601);
}
.progress-fill-neutral {
	background: linear-gradient(90deg,#a17f02 0,#edba03);
}
.progress-fill-exalted {
	background: linear-gradient(90deg,#196855 0,#28a687);
}
.progress-fill-hated {
	background: linear-gradient(90deg,#8e0902 0,#d90e03);
}
.progress-text {
	position: absolute;
	left: 10px;
	z-index: 2;
}

/* tooltip */
.progress-bar-wrapper {
    position: relative;
}
.tooltip-custom {
	visibility: hidden;
    width: 60%;
    background-color: black;
    color: white;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 3;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 5px;
	padding: 7px;
}
.progress-bar-wrapper:hover .tooltip-custom {
    visibility: visible;
}

/* logros */
.tournament__list-name {
    width: 405px;
}
.tournament__list-thumb img {
    border: 1px solid var(--tg-theme-primary);
}
.active-color-nav {
	color: var(--tg-theme-primary) !important;
}
.product-categories li {
	display: block !important;
}
.product-categories-son {
	margin-left: 15px;
}

/* monturas y mascotas */
.shop__item-thumb_mont {
	min-height: 100px;
}
.shop__item_mont {
    height: initial;
	background-image: initial;
    background-color: #171F27;
	border-radius: 10px 10px 35px 10px;
}

/* talentos */
.tournament__list-item_tal:before {
    background: none;
}

/* cookies */
body .cfGMLl .cf3Mob[data-cookiefirst-button=primary]:not([disabled]), .cfGMLl .cf3Mob[data-cookiefirst-button=primary]:not([disabled]) svg {
	background: #ffbe18 !important;
}
body .cfGMLl .cf3Mob[data-cookiefirst-button=primary]:not([disabled]):focus svg, .cfGMLl .cf3Mob[data-cookiefirst-button=primary]:not([disabled]):hover svg {
    fill: #ffbe18 !important;
	background: none !important;
}
body .cf2OTb {
    color: var(--tg-body-color) !important;
}
body .cookiefirst-root [data-cookiefirst-widget] {
    background: var(--tg-common-color-gray) !important;
	color: var(--tg-body-color) !important;
}
body .cookiefirst-root h2, .cookiefirst-root h3, .cookiefirst-root h4, .cookiefirst-root h5, .cookiefirst-root h6 {
    color: var(--tg-heading-color) !important;
}
body .cookiefirst-root [data-cookiefirst-accent-color] {
    color: var(--tg-theme-primary) !important;
}
body .cf1uIq, body .cf3CaA {
    /* firma */
}
body .cookiefirst-root [data-cookiefirst-button] {
    background: var(--tg-theme-secondary) !important;
    border: 0px solid;
    border-color: initial !important;
    border-radius: var(--banner-btn-border-radius) !important;
    color: var(--tg-common-color-black) !important;
}
body .cookiefirst-root [data-cookiefirst-button]:hover {
	background: var(--tg-theme-secondary) !important;
	border-color: initial !important;
	border-radius: initial !important;
	color: initial !important;
}
body .cookiefirst-root [data-cookiefirst-outline-accent-color]:focus {
    outline: none !important;
}
body .cftD2p {
    color: var(--tg-heading-color) !important;
    background-color: var(--tg-common-color-gray) !important;
}
body .cookiefirst-cookie-declaration p [data-cookiefirst-outline-accent-color] {
	color: var(--tg-common-color-black) !important;
    background: var(--tg-theme-primary) !important;
}

/* recompensas */
.shop__item-content-top .title {
    white-space: initial;
}
.breadcrumb__content .breadcrumb .breadcrumb-item:not(:last-child)::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background: var(--tg-theme-primary);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    margin: 0 10px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.shop__details-price .stock-status {
    font-size: 30px;
}
.form-dark {
    width: 100%;
    border-width: 0.25px;
    border-color: #282f36;
    border-style: solid;
    border-radius: 0 0 10px 0;
    background: #1b242e;
    height: 53px;
    clip-path: polygon(100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%, 0 0);
}

/* responsive */
@media (max-width: 767.98px) {
    .slider__content .title {
        font-size: 12vw !important;
        text-shadow: -1px 3px 0px rgba(69, 248, 130, 0.66);
    }
}
@media (max-width: 767.98px) {
    .slider__content .sub-title {
		padding: 20px 0px 22px 30px;
    }
}
@media (max-width: 767.98px) {
    .tg-header__area .mobile-nav-toggler {
        margin-top: 10px;
    }
}
