.vyv-ambiente {
	--vyv-dust: #cbc4bb;
	--vyv-khaki: #4d4c31;
	position: fixed;
	right: 24px;
	bottom: 24px;
	z-index: 99990;
	padding: 0;
	background: transparent;
}

.vyv-ambiente audio {
	display: none;
}

.vyv-ambiente [hidden] {
	display: none !important;
}

.vyv-ambiente button.vyv-ambiente__toggle,
.vyv-ambiente button.vyv-ambiente__toggle:hover,
.vyv-ambiente button.vyv-ambiente__toggle:focus,
.vyv-ambiente button.vyv-ambiente__toggle:focus-visible,
.vyv-ambiente button.vyv-ambiente__toggle:active {
	box-sizing: border-box;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	min-width: 56px;
	min-height: 56px;
	padding: 0;
	margin: 0;
	border: 0 !important;
	border-width: 0 !important;
	border-color: transparent !important;
	border-radius: 50% !important;
	background: var(--vyv-khaki) !important;
	background-color: var(--vyv-khaki) !important;
	color: var(--vyv-dust) !important;
	font-size: 18px;
	line-height: 1;
	box-shadow: 0 8px 24px rgba(77, 76, 49, 0.35);
	cursor: pointer;
	appearance: none;
	-webkit-appearance: none;
	outline: none;
	text-decoration: none;
	transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.vyv-ambiente button.vyv-ambiente__toggle:hover,
.vyv-ambiente button.vyv-ambiente__toggle:focus,
.vyv-ambiente button.vyv-ambiente__toggle:focus-visible {
	background: var(--vyv-dust) !important;
	background-color: var(--vyv-dust) !important;
	color: var(--vyv-khaki) !important;
}

.vyv-ambiente__toggle [data-icon-play] {
	transform: translateX(1px);
}

.vyv-ambiente__toggle i {
	font-size: 18px;
	line-height: 1;
	pointer-events: none;
}

.vyv-ambiente__bar {
	position: fixed;
	top: 0;
	left: 0;
	height: 3px;
	width: 0;
	background: var(--vyv-dust);
	z-index: 100000;
	transition: width 240ms ease;
}

.vyv-ambiente__bar.is-on {
	width: 100%;
}

@media (max-width: 782px) {
	.vyv-ambiente {
		right: 16px;
		bottom: 16px;
	}
}
