#global {
	overflow-x: hidden;
}

#chat-widget-container {
    display: none !important;
    visibility: hidden !important;
}

@media (max-width: 764px) {
	#global .p-encabezado {
		line-height: 1;
	}
}

/* CABECERA */

#cabecera {
	background-image: url(https://www.jokerbet.es/img/nuevas-landings/slots/bg-slots.webp);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 0 80px;
	padding-top: 50px;
}

#cabecera .container {
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: center;
	justify-items: center;
}

#cabecera .col-imagen img {
	width: 100%;
	object-fit: contain;
	height: 100%;
	position: relative;
	bottom: -10px;
	z-index: 0;
}

#cabecera .col-bono {
	display: flex;
	flex-direction: column;
	gap: 20px;
	cursor: pointer;
	width: 70%;
	padding-bottom: 40px;
}

#cabecera .parrafo-claim {
	color: var(--blanco-jokerbet);
	text-align: center;
	font-size: clamp(1.625rem, 3vw + 0.5rem, 2.3rem);
	font-weight: 700;
	line-height: 1.1;
	margin: 0;
	text-transform: uppercase;
}

#cabecera .parrafo-claim span {
	color: var(--rojo-jokerbet);
}

#cabecera .box-claim {
	border: 4px solid var(--rojo-jokerbet);
	border-radius: 24px;
	padding: 25px 30px;
	display: flex;
	flex-direction: column;
	align-items: center;
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
}

#cabecera .box-claim .tipo-bono {
	display: flex;
	align-items: center;
	gap: 10px;
	color: var(--blanco-jokerbet);
	font-weight: 700;
	font-size: 1rem;
	text-transform: uppercase;
	margin: 0;
	text-align: center;
}

#cabecera .box-claim .titulo-bono {
	color: var(--blanco-jokerbet);
	font-weight: 800;
	font-size: clamp(1.5rem, 2.5vw + 0.5rem, 2.3rem);
	text-transform: uppercase;
	margin: 0;
	line-height: 1.2;
	text-align: center;
}

#cabecera .bono-price {
	color: linear-gradient(90deg,
			rgba(220, 125, 56, 1) 0%,
			rgba(253, 242, 107, 1) 50%,
			rgba(239, 177, 63, 1) 100%);
	font-size: clamp(10.00rem, calc(9.000rem + 5.000vw), 15.00rem);
	font-weight: 700;
	margin: 0;
	letter-spacing: -15px;
	line-height: 0.9;
	background: linear-gradient(90deg,
			rgba(220, 125, 56, 1) 0%,
			rgba(253, 242, 107, 1) 50%,
			rgba(239, 177, 63, 1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

#cabecera .btn-registro {
	width: 100%;
}

#cabecera .bono-price .pct {
	font-size: clamp(4.00rem, calc(3.800rem + 1.000vw), 5.00rem);
	vertical-align: top;
	position: relative;
	left: -50px;
	top: 20px;
	text-shadow: -4px 6px 4px rgba(0, 0, 0, 0.5);
	-webkit-text-stroke-width: 0;
	-webkit-text-fill-color: white;
	font-weight: 600;
}

#cabecera .hasta {
	color: var(--blanco-jokerbet);
	font-weight: 800;
	font-size: clamp(1.5rem, 2vw + 0.5rem, 3.75rem);
	margin: 0;
	line-height: 1;
	text-transform: uppercase;
}

#cabecera .terminos {
	color: var(--blanco-jokerbet);
	font-size: clamp(0.5rem, 0.5vw + 0.3rem, 1rem);
	margin: 4px 0 0;
	opacity: 0.9;
}

#cabecera .textos-legales {
	display: flex;
	flex-direction: column;
	align-items: center;
	z-index: 1;
}

#cabecera .legal-extra {
	color: var(--blanco-jokerbet);
	font-size: clamp(0.7rem, 0.5vw + 0.3rem, 1rem);
	margin: 0;
	font-weight: 600;
}

#cabecera .legal-extra a {
	color: var(--rojo-jokerbet);
	text-decoration: underline;
}

#cabecera .nuevos-usuarios {
	color: var(--blanco-jokerbet);
	font-size: clamp(0.7rem, 0.5vw + 0.3rem, 1rem);
	margin: 0;
	font-style: italic;
	text-align: center;
}

@media (max-width: 1207px) {
	#cabecera .col-bono {
        width: 100%;
        padding-bottom: 0;
    }
}

@media (max-width: 1024px) {
	#cabecera {
		padding: 0 40px;
		padding-top: 50px;
	}

	#cabecera .col-imagen img {
		bottom: -130px;
	}

	#cabecera .bono-price .pct {
		left: -40px;
	}
}

@media (max-width: 764px) {
	#cabecera {
		padding: 0 20px;
		padding-top: 25px;
	}

	#cabecera .container {
		display: flex;
		flex-direction: column-reverse;
	}

	#cabecera .col-imagen {
		display: flex;
		justify-content: center;
	}

	#cabecera .col-imagen img {
		width: 100%;
		bottom: 0;
	}
}

@media (max-width: 360px) {
	#cabecera {
		padding: 0 10px;
		padding-top: 25px;
	}

	#cabecera .box-claim {
		padding: 20px;
	}

	#cabecera .bono-price .pct {
		left: -30px;
	}
}

/* VENTAJAS */

#ventajas {
	background: #002D72;
	background: radial-gradient(circle at 60% 0%, rgba(0, 45, 114, 1) 0%, rgba(34, 34, 34, 1) 40%);
	padding: 50px 80px;
	position: relative;
	z-index: 2;
}

#ventajas .p-encabezado {
	font-size: clamp(1.56rem, calc(1.505rem + 0.256vw), 1.81rem);
    margin: 0;
    line-height: 1;
    margin-bottom: 10px;
}

#ventajas .container {
	display: flex;
	gap: clamp(2rem, 2.5vw + 0.5rem, 6.25rem);
	justify-content: center;
}

#ventajas .bloque-registro {
	border-radius: 29px;
	border: 2px solid var(--rojo-jokerbet);
	background: rgba(255, 255, 255, 0);
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
	padding: 20px 40px;
	position: relative;
	cursor: pointer;
	height: auto;
}

#ventajas .bloque-registro span {
	font-size: clamp(4rem, 2.5vw + 0.5rem, 9.375rem);
	color: var(--rojo-jokerbet);
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: var(--blanco-jokerbet);
	font-weight: 900;
	text-shadow: 0px 0px 20px #a07f00;
	line-height: 0;
	position: absolute;
	left: -20px;
	top: 30%;
	z-index: 1;
}

#ventajas .bloque-ventaja {
    border-radius: 29px;
    background: #da291cb2;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    padding: 20px;
    position: relative;
    padding-left: 30px;
    height: auto;
    display: flex;
    align-items: center;
}

#ventajas .bloque-ventaja img {
    position: absolute;
    left: -15px;
    top: 35%;
    width: 30px;
    height: 30px;
}

.swiperRegistroSlots, .swiperVentajasSlots {
	overflow: visible !important;
}

.separador-ventajas {
	border: 0;
	height: 1px;
	background-color: var(--gris-jokerbet);
	margin: 50px 0;
}

a.bloque-registro, a.bloque-ventaja {
	text-decoration: none;
	color: inherit;
	cursor: pointer;
}

@media (max-width: 1024px) {
	#ventajas {
		padding: 50px 40px;
	}
}

@media (max-width: 764px) {
	#ventajas {
		padding: 25px;
	}
}

/* MARCAS SLOTS */

#marcas-slots {
	padding: 50px 80px;
	background: linear-gradient(352deg, var(--rojo-jokerbet) -17.65%, #000 113.01%);
	text-align: center;
}

#marcas-slots #cajaSwiper {
	margin: 0 -80px;
}

#cajaSwiper {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
}

.mySwiperCartas {
	overflow: hidden;
	width: 100%;
}

.mySwiperCartas .swiper-wrapper {
	transition-timing-function: linear;
}

.mySwiperCartas {
	--carta-w: 245px;
}

.mySwiperCartas .swiper-slide {
	width: var(--carta-w);
	height: auto;
}

.mySwiperCartas .logo-proveedor {
	display: block;
	width: 100%;
	aspect-ratio: 3 / 4;
	object-fit: contain;
}

.mySwiperCartas .swiper-slide:hover .logo-proveedor {
	transform: translateY(-6px);
}

@media (prefers-reduced-motion: reduce) {
	.mySwiperCartas .logo-proveedor {
		transition: none;
	}
}

#cajaSwiper .swiper-button-prev,
#cajaSwiper .swiper-button-next {
	position: static;
	flex: 0 0 auto;
	width: 11px;
	height: 20px;
	margin: 0;
	color: #fff;
	cursor: pointer;
}

@media (max-width: 1024px) {
	#marcas-slots {
		padding: 50px 40px;
	}
}

@media (max-width: 764px) {
	#marcas-slots {
		padding: 25px;
	}

	.mySwiperCartas {
		--carta-w: 165px;
		height: 310px;
	}
}

@media (max-width: 360px) {
	#marcas-slots {
		padding: 25px;
	}
}

/* NUEVAS SLOTS */

#nuevas-slots {
	padding: 100px 80px;
	background: #131313;
	background-image: url("https://www.jokerbet.es//img/nuevas-landings/slots/Group%2018773.webp");
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	background-blend-mode: screen;
	background-size: cover;
}

#nuevas-slots .row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 50px;
	text-align: left;
	align-items: center;
}

#nuevas-slots .col-carruselslots img {
	border-radius: 30px;
	border: 4px solid #DA291C;
	object-fit: cover;
	width: 100%;
    height: 100%;
}

@media (max-width: 1024px) {
	#nuevas-slots {
		padding: 50px 40px;
	}

	#nuevas-slots .row {
		display: flex;
		flex-direction: column;
	}

	#nuevas-slots .coltext .p-encabezado {
		font-size: 18px;
		line-height: 1.2;
	}
}

@media (max-width: 360px) {
	#nuevas-slots {
		padding: 25px;
	}
}

/* PROMOCIONES */

#promociones {
	background: linear-gradient(352deg, var(--rojo-jokerbet) -17.65%, #000 113.01%);
}

/* CONTENIDO */

#contenidos {
	padding: 75px 80px;
	background-image: url("https://www.jokerbet.es//img/nuevas-landings/bg-contenidos-slots.webp");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	display: flex;
    justify-content: center;
}

#contenidos .container {
	max-width: 1041px;
}

#contenidos .container div {
    text-align: center;
}

#contenidos h1 {
	text-align: center;
	margin-bottom: 50px;
	line-height: 1.2;
}

#contenidos h1 span {
	color: var(--rojo-jokerbet)
}

#contenidos a {
	text-decoration: none;
	font-weight: 600;
	color: var(--rojo-jokerbet)
}

#contenidos ul {
	padding-left: 15px;
}

#contenidos li {
	font-weight: 600;
}

#contenidos h2 {
	border-left: 4px solid var(--rojo-jokerbet);
	padding-left: 4px;
}

@media (max-width: 1024px) {
	#contenidos {
		padding: 50px 40px;
	}
}

@media (max-width: 360px) {
	#contenidos {
		padding: 25px;
	}
}


/* LOCALES */

#locales {
	padding: 100px 80px;
	text-align: center;
	background-color: #14090c;
	background-image:
		radial-gradient(ellipse 180% 220% at 100% 100%, rgba(190, 30, 30, 0.95) 0%, rgba(150, 25, 28, 0.45) 40%, rgba(20, 9, 12, 0) 75%),
		radial-gradient(ellipse 70% 90% at 8% 100%, rgba(40, 45, 130, 0.85) 0%, rgba(30, 30, 90, 0.35) 45%, rgba(20, 9, 12, 0) 75%),
		radial-gradient(ellipse 100% 100% at 50% 0%, rgba(45, 20, 26, 1) 0%, rgba(16, 8, 10, 1) 70%)
}

#locales .row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 50px;
	text-align: left;
	align-items: center;
}

#locales .col-carruselslots img {
	border-radius: 30px;
	border: 4px solid #DA291C;
	object-fit: cover;
}

@media (max-width: 1024px) {
	#locales {
		padding: 50px 40px;
	}

	#locales .row {
		display: flex;
		flex-direction: column-reverse;
	}
}

@media (max-width: 360px) {
	#locales {
		padding: 25px;
	}
}

/* SWIPER PROMOCIONES */

#promociones .mySwiper {
    position: relative;
    padding: 0 50px;
}

@media (max-width: 1024px) {
    #promociones .mySwiper {
        padding: 0;
    }
}

#promociones .swiper-button-next, #promociones .swiper-button-prev {
    width: 25px;
    height: 25px;
    background: var(--rojo-jokerbet);
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0 !important;
    z-index: 10;
    padding: 5px;
    margin: 0 -2px;
}