/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 20 2025 | 10:03:25 */
.owl-carousel .owl-nav {
	display: flex;
    justify-content: space-between;
	position: absolute;	
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}
.owl-carousel .owl-dots {
    align-items: center;
	display: flex;
    justify-content: center;
	position: relative;
}
.owl-carousel button.owl-dot {
	background-color: transparent !important;
	border: 1px solid var(--contrast) !important;
	border-radius: 10px;
	height: 10px;
	margin: 0 8px;
	width: 10px;
}
.owl-carousel button.owl-dot.active {
	background-color: var(--contrast) !important;
	width: 30px;
}

/* BODY SLIDER */
.owl-carousel.body-slider .owl-nav .owl-next,
.owl-carousel.body-slider .owl-nav .owl-prev {
    color: var(--base);
	font-size: 60px !important;
    font-family: serif;
    font-weight: bold;
	padding: 10px !important;
}
.owl-carousel.body-slider button.owl-dot {
	background-color: var(--base) !important;
	border: 1px solid var(--base) !important;
}
.owl-carousel.body-slider button.owl-dot.active {
	background-color: var(--base) !important;
}
.owl-carousel.body-slider .owl-dots {
    margin-bottom: 30px;
    margin-top: -40px;
    justify-content: center;
}


/* BODY CAROUSEL */
.owl-carousel.body-carousel .owl-stage {
	margin: auto;
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.owl-carousel.body-carousel .owl-stage-outer {
  overflow: unset; /* Desborda els items del container */	
}
.owl-carousel.body-carousel .owl-nav {
	display: flex;
    font-size: 60px;
	font-family: ui-monospace;
	font-weight: bold;
    line-height: 0;
    gap: 24px;
    right: 40px;
    top: -70px;
    transform: none;
    width: auto;
}
.owl-carousel.body-carousel .owl-nav button {
	display: flex;
    align-items: center;
	position: relative;
}
.owl-carousel.body-carousel .owl-nav button.disabled {
	pointer-events: none;
}
.owl-carousel.body-carousel .owl-nav button.disabled span {
	opacity: .3;
}
.owl-carousel.body-carousel .owl-nav button span {
	line-height: 33px;
    height: 40px;
}
.owl-carousel.body-carousel .owl-nav .owl-prev:after {
	background-color: var(--contrast);
    display: inline-block;
	content: " ";
	height: 100%;
	left: 21px;
	margin: auto 10px;
	pointer-events: none;
	position: absolute;
	width: 1px;
	opacity: .3;
}
