/* vlibras text formatter */
.vlibras-container p {
	font-size: 1.4rem;
	margin-bottom: 0.5rem;
}

.vlibras-container > div {
	margin-bottom: 2rem;
	font-size: 1.4rem;
}
/* end vlibras text formatter */

.vlibras-container > h3,
h4 {
	font-size: 1.4rem;
	margin: 1rem 0;
	text-align: center;
}


.vlibras-toggle-btn {
	background: none;
	border: none;
	cursor: pointer;
	width: 45px;
	height: 45px;
	position: absolute;
	top: -0.2rem;
	right: -0.2rem;
	z-index: 100;
}

.vlibras-toggle-btn .vlibras-btn-icon {
	width: 100%;
	height: 100%;
	content: var(--vlibras-icon);
}

@media screen and (max-width: 400px) {
	.vlibras-toggle-btn {
		width: 38px;
		height: 38px;
		top: 0;
		right: 0;
	}
}
	

.vlibras-container {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: var(--bg-panel);
	z-index: 50;
	overflow-y: auto;
	padding: 1rem;
}

.vlibras-container.hidden {
	position: absolute;
	left: -999em;
	top: -999em;
	z-index: -1000;
}

.graphics-wrapper {
	width: 100%;
	height: 100%;
	position: relative;
}
/* end of vlibras */
