.is-hidden{
	display: none;
}

.content-audio-speech {
	box-sizing: content-box;
	display: flex;
	padding: 0 12px 0 24px;
	background-color: #2b4294;
	background-image: linear-gradient(180deg, #2b4294 0%, #290bae 100%);
	border-radius: 5px;
	position: relative;
	overflow: hidden;
	width: 120px;
	margin-bottom: 2rem;
}

.content-audio-speech::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 8px;
	height: 100%;
	background-color: #2f4cb5;
}
.content-audio-speech::before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-left: 9px solid #2f4cb5;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	top: 50%;
	left: 8px;
	transform: translate(0%, -50%);
}

.content-audio-speech .label-speech-audio {
	font-family: sans-serif;
	font-weight: 700;
	font-size: 14px;
	color: #fff;
	margin-top: 11px;
}

.content-audio-speech .label-speech-audio .label-speech-note {
	font-size: 20px;
	margin-top: -8px;
	margin-bottom: 8px;
}

#btn-audio-speech {
	border: none;
	outline: none;
	cursor: pointer;
	background-color: transparent;
	background-repeat: no-repeat;
	background-size: 85%;
	background-position: center right;
	width: inherit;
	margin-right: 4px;
}

#btn-audio-speech.stop {
	background-image: url('/themes/custom/ambitojuridico/images/icons/icon-audio-nota.svg');
}

#btn-audio-speech.play {
	background-image: url('/themes/custom/ambitojuridico/images/icons/icon-play-nota.svg');
}

#btn-audio-speech.pause {
	background-image: url('/themes/custom/ambitojuridico/images/icons/icon-stop-nota.svg');
}
