/**
 * @license Copyright 2021 Lahuen Health SPA. All Rights Reserved.
 */
:root {
	--swiper-theme-color: #fff !important;
}

.c-news-panel {
	height: 100%;
}

.c-news-panel h1 {
	display: none;
}

.c-news-panel__slider {
	height: 100%;
	width: 100%;
}

.c-news-panel {
	background: url('/assets/skins/lahuen/sso/images/bg_leaves.svg') no-repeat center/cover var(--primary-c-normal);
}

.swiper-slide {
	align-items: flex-start;
	color: #fff;
	display: flex;
	flex-direction: column;
	font-size: 18px;
	justify-content: flex-end;
}

.puntos-slides {
	position: absolute;
	text-align: center;
	transform: translate3d(0, 0, 0);
	transition: 300ms opacity;
	z-index: 10;
}

.c-slide__pager {
	position: absolute;
	text-align: center;
	transform: translate3d(0, 0, 0);
	transition: 300ms opacity;
	z-index: 10;
}

.swiper-slide .label-titulo {
	font: 600 2.5rem / normal 'Lato', sans-serif;
	margin-bottom: 1rem;
	margin-left: 7rem;
}

.swiper-slide .label-mensaje {
	font: 400 1.2rem / normal 'Open Sans', sans-serif;
	margin-bottom: 8rem;
	margin-left: 7rem;
	width: 60rem;
}

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
	bottom: 2rem !important;
}

.swiper-pagination-bullet {
	background: #fff !important;
	height: 1rem !important;
	opacity: 0.2 !important;
	width: 1rem !important;
}

.swiper-pagination-bullet-active {
	background: #fff !important;
	opacity: 1 !important;
}
