@charset "UTF-8";
/* CSS Document */

/* 11AUG2022 end 17AUG2022 */

.page-wrapper {
	width: 100%;
	max-width: 1216px;
	margin: 0 auto;
	padding: 0 22px;
}

.mbb-event-main {
	width: 100%;
	margin-bottom: 5em;
	display: grid;
	grid-template-columns: 45.23% 51.81%;
	column-gap: 2.96%;
}

@media screen and (max-width: 768px) {
	.mbb-event-main {
		display: block;
	}
}

.mbb-event-image {
	aspect-ratio: 1;
	align-self: center;
}

.mbb-event-text {
	background: none;
	display: flex;
	justify-content: center;
	align-content: center;
	flex-direction: column;
	flex: 1;
}

.mbb-event-text br {
	display: none;
}

.mbb-section-title {
	font-size: 2.8em;
	line-height: 1em;
	font-family: inherit;
	font-weight: bolder;
	text-transform: uppercase;
	color: #0d0d0d;
	margin-bottom: 1em;
	margin-top: 80px;
}

.mbb_h1_test {
	font-size: 37px;
	line-height: 53px;
	font-family: inherit;
	font-weight: bolder;
	color: #0d0d0d;
	margin-bottom: 0em;
	text-transform: unset !important;
}

.mbb_description {
	font-size: 24px;
	line-height: 44px;
	font-family: inherit;
	font-weight: 400;
	margin-top: 20px;
	padding-bottom: 1em;
	margin-bottom: 0em;
	text-transform: unset !important;
	color: #6E6E6E;
	word-break: break-word;
}

.mbb_description b {
	color: #6E6E6E;
	font-weight: 700;
}

.mbb_date {
	font-size: 1.3em;
	line-height: 1em;
	font-family: inherit;
	font-weight: 400;
	color: #000000;
	margin-top: 0.5em;
	margin-bottom: 1.5em;
}

.events-list-buttons-cont {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	margin-top: auto;
}

.events-list-buttons-cont .mbb-button1 {
	width: 100%;
}

.events-list-buttons-cont .mbb-button2 {
	width: 100%;
}

.events-list-buttons-cont .mbb-button2:hover,
.events-list-buttons-cont .mbb-button2:active,
.events-list-buttons-cont .mbb-button2:focus {
	color: #0d0d0d !important;
}

.mbb-button2 {
	outline: unset !important;
	border: 2px solid #0d0d0d;
}

@media screen and (max-width: 401px) {

	.mbb-button1,
	.mbb-button2 {
		width: 100%;
	}
}

@media only screen and (min-width:0px) and (max-width: 900px) {
	/* .mbb-event-main {
		width: 100%;
		display: block;
		margin-bottom: 5em;
		column-gap: 2.5em;
	} */

	.mbb_photo {
		max-height: 100% !important;
		height: 100% !important;
		min-width: 100% !important;
		width: 100% !important;

	}

	.mbb-event-image {
		width: 100%;
	}

	.mbb-event-text {
		width: 100%;
	}

	.mbb_h1_test {
		margin-top: 0.5em;
	}

	.mbb_description {
		line-height: 1.5em;
		/* font-size: 85%; */
	}

	.mbb_date {
		margin-bottom: 1em;
	}
}

/* LIGHTBOX */
.lightbox2 {
	background: rgba(0, 0, 0, 0.8);
	display: none;
	position: fixed;
	z-index: 10000;
}

.lightbox2 iframe {
	width: 100%;
	height: 100%;
}

.lightbox2:target {
	align-items: center;
	bottom: 0;
	display: flex;
	justify-content: center;
	left: 0;
	right: 0;
	top: 0;
}

.lightbox2 img {
	border-radius: 1em;
	display: block;
	margin: auto;
	max-height: 80vh;
	max-width: 90vh;
}

.conteudo {
	width: 95%;
	height: 95vh;
}

.bvfXiF {
	display: none;
}

.cyhHl {
	right: 25px;
	transition: all .2s ease-in-out;
}

.cyhHl:hover {
	color: #FA0F9C;
}

.lightbox2 .fechar {
	color: #fff;
	font-size: 3em;
	line-height: 1em;
	font-weight: 300;
	position: fixed;
	text-align: center;
	background: #FA0F9C;
	opacity: 1 !important;
	height: 55px;
	width: 55px;
	border-radius: 100%;
	right: 4.6%;
	top: 3.7%;
	z-index: 1001;
	cursor: pointer;
}

.lightbox2 p {
	font-size: 2em;
	font-weight: bold;
	text-align: center;
}

@media screen and (max-width: 950px) {
	.lightbox2 .fechar {
		font-size: 2.5em;
		line-height: 1em;
		font-weight: 300;
		position: fixed;
		text-align: center;
		background: #FA0F9C;
		opacity: 1 !important;
		height: 50px;
		width: 50px;
		border-radius: 100%;
		right: 6.2%;
		z-index: 1001;
	}
}

@media screen and (max-width: 646px) {
	.lightbox2 .fechar {
		right: 3%;
		top: 2.7%;
	}
}