.pw-slider {
	position: relative;
	width: 100%;
	overflow: hidden;
	border-radius: 8px;
}

/* Estira el slider de borde a borde de la pantalla, aunque esté dentro
   de un contenedor "boxed" con márgenes laterales (sección normal de Elementor). */
.pw-slider--full-bleed {
	width: 100vw;
	max-width: 100vw;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	border-radius: 0;
}

.pw-slide {
	position: relative;
	width: 100%;
	height: 100%;
}

.pw-slide__image {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.pw-slide__overlay {
	position: absolute;
	inset: 0;
}

.pw-slide__content {
	position: relative;
	z-index: 2;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 40px;
}

.pw-slide__title {
	margin: 0 0 12px;
}

.pw-slide__description {
	margin: 0 0 20px;
	max-width: 600px;
}

.pw-slide__button {
	display: inline-block;
	padding: 12px 28px;
	border-radius: 4px;
	background: #ffffff;
	color: #111111;
	text-decoration: none;
	font-weight: 600;
	transition: transform 0.2s ease;
}

.pw-slide__button:hover {
	transform: translateY(-2px);
}

.pw-slider .swiper-button-prev,
.pw-slider .swiper-button-next {
	color: #ffffff;
}

.pw-slider .swiper-pagination-bullet {
	background: #ffffff;
	opacity: 0.6;
}

.pw-slider .swiper-pagination-bullet-active {
	opacity: 1;
}
