.explore-gallery-container {
	margin: 2rem 0rem 0rem 0rem;
	padding: 4rem;
	background: var(--e-global-color-secondary);
	box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
}

.splide__pagination.splide__pagination--ltr {
	display: none;
}

.explore-gallery-container .title {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.explore-gallery-container .title .icon {
	margin-right: 10px;
}

.explore-gallery-container .title h2 {
	font-family: var(--e-global-typography-984cd42-font-family), Sans-serif;
	font-size: var(--e-global-typography-f26bb16-font-size);
	margin-bottom: 0px;
}



.explore-gallery-container .content {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 2rem;
}

/* Setas */
.explore-gallery-container .splide__arrow {
	top: 1.5rem !important;
	background: transparent;
	opacity: 1;
}

.explore-gallery-container .splide__arrow--prev {
	right: 3em !important;
	left: initial !important;
}

.explore-gallery-container .splide__arrow--next {
	right: 0em !important;
}


.explore-gallery-container .splide__list {
	justify-content: space-between;
}

.explore-gallery-container .splide__list .splide__slide img {
	width: 380px;
	height: 380px;
	object-fit: cover;
}

.explore-gallery-container .num-page .current {
	color: var(--e-global-color-primary);
	font-size: 128px;
	font-weight: bold;
}

.explore-gallery-container .num-page .total {
	color: var(--e-global-color-secondary);
	font-size: 28px;
	font-weight: bold;
}

.explore-gallery-container .num-page {
	position: absolute;
	z-index: 99;
	margin-top: 1rem;
}

.explore-gallery-container {
	margin-top: 30px;
}

/* Navigation */

.explore-gallery-container .splide__arrow svg {
	height: 2.2em;
	width: 2.2em;
}

.explore-gallery-container .splide__arrow svg path {
	fill: #000;
}

.explore-gallery-container .splide__arrow svg circle {
	stroke: var(--e-global-color-cf9ceac);
}

@media screen and (max-width: 767.98px) {
	.explore-gallery-container {
		padding: 2rem;
	}

	.explore-gallery-container .num-page .current {
		font-size: 100px;
	}

	.explore-gallery-container .splide__list .splide__slide img {
		width: initial !important;
		height: 320px !important;
	}

	.explore-gallery-container .splide__arrow {
		top: -18% !important;
	}

	.explore-gallery-container .title h2 {
		font-size: 26px;
	}

	.explore-gallery-container .icon svg {
		width: 90%;
	}
}

@media screen and (min-width: 1800px) {
	.event-slider-container {
		margin-left: 14vw;
	}
}

@media screen and (min-width: 1650px) and (max-width:1700.98px) {
	.event-slider-container {
		margin-left: 12vw;
	}
}

@media screen and (min-width: 1600px) and (max-width:1649.98px) {
	.event-slider-container {
		margin-left: 11vw;
	}
}

@media screen and (min-width: 1530px) and (max-width:1599.98px) {
	.event-slider-container {
		margin-left: 10vw;
	}
}

@media screen and (min-width: 1500px) and (max-width:1529.98px) {
	.event-slider-container {
		margin-left: 9vw;
	}
}

@media screen and (min-width: 1400px) and (max-width:1499.98px) {
	.event-slider-container {
		margin-left: 8vw;
	}
}

@media screen and (min-width: 1300px) and (max-width:1399.98px) {
	.event-slider-container {
		margin-left: 4vw;
	}
}

@media screen and (min-width: 1100px) and (max-width:1299.98px) {
	.event-slider-container {
		margin-left: 9vw;
	}
}

@media screen and (min-width: 900px) and (max-width:1099.98px) {
	.event-slider-container {
		margin-left: 1vw;
	}
}