
.list-inline-item:not(:last-child) {
	margin-top: 2px;
}

._play{
		cursor:pointer;
		margin-bottom:10px;
	}
._play:hover{
	font-weight: bold;
	
}

.current2{
	margin-top:35px; 
	float: right;
}

.time{
	margin-top:35px; 
	float:left;
}

.timeline{
	margin-bottom:15px;
}

.audio-player {
	/*border-top: solid 1px #000;
	/*border-radius: 3px;*/
	margin-top: 5px;
	height: 50px;
	width: 100%;
	/*box-shadow: 0 30px 20px -20px #000;*/
	font-family: arial;
	color: #999;
	text-shadow: 1px 1px #111;
	font-size: 0.85em;
	overflow: hidden;
	display: grid;
	grid-template-rows: 3px auto;
}
.audio-player .timeline {
	position: relative;
    top: 50%;   
    /*transform: translateY(-50%);*/
    height: 0.4rem;    
    /*border-radius: 10px;*/
    background: none;
    /*box-shadow: inset 0 -1px 1px rgb(255 255 255 / 20%);*/
	box-shadow: inset 0px 0.5px 1px 1px rgb(255 255 255 / 20%);
    overflow: hidden;
    box-sizing: border-box;

}
.audio-player .timeline .progress {
	content: "";
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    height: 1rem;
   /* border-radius: 10px;*/
    width: 10%;
    background: #fff;
    box-shadow: 0 0 2px 2px #fff;
}

.play-container{
	
	
}

.audio-player .controls {
	font-size:0.85rem;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	padding: 20px 20px;
	
}

.audio-player .controls > * {
	display: flex;
	justify-content: center;
	align-items: center;
}
.audio-player .controls .toggle-play.play {
	cursor: pointer;
	position: relative;
	left: 0;
	height: 0;
	width: 0;
	border: 7px solid #0000;
	border-left: 13px solid white;
}
.audio-player .controls .toggle-play.play:hover {
	transform: scale(1.1);
}
.audio-player .controls .toggle-play.pause {
	height: 15px;
	width: 20px;
	cursor: pointer;
	position: relative;
}
.audio-player .controls .toggle-play.pause:before {
	position: absolute;
	top: 0;
	left: 0px;
	background: white;
	content: "";
	height: 15px;
	width: 3px;
}
.audio-player .controls .toggle-play.pause:after {
	position: absolute;
	top: 0;
	right: 8px;
	background: white;
	content: "";
	height: 15px;
	width: 3px;
}
.audio-player .controls .toggle-play.pause:hover {
	transform: scale(1.1);
}
.audio-player .controls .time {
	display: flex;
}
.audio-player .controls .time > * {
  padding: 2px;
}
.audio-player .controls .volume-container {
  cursor: pointer;
  position: relative;
  z-index: 2;
}
.audio-player .controls .volume-container .volume-button {
  height: 26px;
  display: flex;
  align-items: center;
}
.audio-player .controls .volume-container .volume-button .volume {
  transform: scale(0.7);
}
.audio-player .controls .volume-container .volume-slider {
  position: absolute;
  left: -3px;
  top: 15px;
  z-index: -1;
  width: 0;
  height: 15px;
  background: white;
  box-shadow: 0 0 20px #000a;
  transition: 0.25s;
}
.audio-player .controls .volume-container .volume-slider .volume-percentage {
  background: #fff;
  height: 100%;
  width: 10%;
}
.audio-player .controls .volume-container:hover .volume-slider {
  left: 0px;
  width: 120px;
}


.footer-audio-map{
	width: 100%;
	z-index:100000;
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 70px;
	background-color:  #292929!important;
}

.audio-record {
	height: 37px;
	width: 200px;
	/*background: #444;*/
	/*box-shadow: 0 0 3px 0 #000a;*/
	font-family: arial;
	color: white;
	font-size: 0.75em;
	overflow: hidden;
	display: grid;
	grid-template-rows: 6px auto;
}

.audio-record .timeline {
	background: white;
	width: 100%;
	position: relative;
	cursor: pointer;
	box-shadow: 0 2px 10px 0 #0008;
}

.audio-record .timeline .progress {
	background: coral;
	width: 0%;
	height: 100%;
	transition: 0.25s;
}

.audio-record .controls {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	padding: 0 20px;
}
.audio-record .controls > * {
	display: flex;
	justify-content: center;
	align-items: center;
}

.audio-record .controls .toggle-play.play {
	cursor: pointer;
	position: relative;
	left: 0;
	height: 0;
	width: 0;
	border: 7px solid #0000;
	border-left: 13px solid white;
}
.audio-record .controls .toggle-play.play:hover {
	transform: scale(1.1);
}
.audio-record .controls .toggle-play.pause {
	height: 15px;
	width: 20px;
	cursor: pointer;
	position: relative;
}
.audio-record .controls .toggle-play.pause:before {
	position: absolute;
	top: 0;
	left: 0px;
	background: white;
	content: "";
	height: 15px;
	width: 3px;
}
.audio-record .controls .toggle-play.pause:after {
	position: absolute;
	top: 0;
	right: 8px;
	background: white;
	content: "";
	height: 15px;
	width: 3px;
}
.audio-record .controls .toggle-play.pause:hover {
  transform: scale(1.1);
}

.audio-record .controls .time {
  display: flex;
}
.audio-record .controls .time > * {
  padding: 2px;
}

.audio-record .controls .volume-container {
  cursor: pointer;
  position: relative;
  z-index: 2;
}
.audio-record .controls .volume-container .volume-button {
  height: 26px;
  display: flex;
  align-items: center;
}
.audio-record .controls .volume-container .volume-button .volume {
  transform: scale(0.7);
}

.audio-record .controls .volume-container .volume-slider {
  position: absolute;
  top: 15px;
  left: -3px;
  z-index: -1;
  width: 0;
  height: 15px;
  background: white;
  box-shadow: 0 0 20px #000a;
  transition: 0.25s;
}

.audio-record .controls .volume-container .volume-slider .volume-percentage {
  background: coral;
  height: 100%;
  width: 75%;
}
.audio-record .controls .volume-container:hover .volume-slider {
  left: -123px;
  width: 120px;
}

/*https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/range*/
.custom-slider {
  -webkit-appearance: none;
  /*width: 100%;*/
  height: 7px;
  box-shadow: inset 0px 0.5px 1px 1px rgb(255 255 255 / 20%)!important;
   box-sizing: border-box;
  background: #292929;
 
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
}

.custom-slider:hover {
  opacity: 1;
}

.custom-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 7px;
  height: 7px;
  background: #ccc;
  cursor: pointer;
}

.custom-slider::-moz-range-thumb {
  width: 7px;
  height: 7px;
  background: #ccc;
  cursor: pointer;
}


.icon-set{
	margin-top:5px;
	z-index:10000;
	position:absolute;
	margin-left:10px
}

.info-set{
	margin-top:8px;
	z-index:10000;
	position:absolute;
	margin-left:1rem;
	font-size:10px;
	color:#fff;
}


.blanco {
	color:#fff	
}

.blanco:hover{
	color:#999;	
}

.info-panel{
	/*z-index:100000;*/
	padding:0.1rem 0.4rem 1rem 1rem;
	position: absolute;
	bottom: 5vh;
	left: 0;
	width: 11rem !important;
	height:16rem !important;
	background-color: #292929!important;
	
}

.cierrainfo{
	cursor:pointer;  
	text-align: right; 
	right:0;
	margin-top:0;
	padding-right:10px;
	position: absolute;
}

.info-registro{
	margin-top: 0.5rem!important;
	margin-bottom: 0.8rem!important;
	margin-left: 0.6rem!important;
	font-size:9.5px;
	
}

.ul-info{
	overflow-y: auto; 
	overflow-x: hidden;
}

.ul-info li {
	padding-top: 0.1rem;
	padding-bottom: 0.1rem;
}

img.logo_normal {
	
	max-width: 90%;
	max-height: 90%;
}

img.logo_vertical{
	max-width: 90%;
	max-height: 90%;
}