@media screen and (min-width:300px) and (max-width:800px) {
body{font-size:0.8em;}
sidebar{display:none;}
}
@media handheld
body{width:98%;font-family:Verdana;font-size:16px;}

@-moz-document url-prefix() { //fix firefox being 1px off
	.slider .volume{
    margin-top: 0px;
	}
}
p1 {color:#FFFFFF}
html, body {
    min-height: 100%;
}
* {margin:0; padding:0}

body {
        min-height: 100vh;
        background-color: #000000;
        animation: changeBackground 40s infinite;
        /*position: inherit;  relative Posición relativa para el body
        border: 4px solid #921132!important;*/
        
}
 @keyframes changeBackground 
{
            0% { background-color: #FF0000; }
            10% { background-color: #FF7F00; }
            20% { background-color: #FFFF00; }
            30% { background-color: #332f42; }
            40% { background-color: #0000FF; }
            50% { background-color: #4B0082; }
            60% { background-color: #8B00FF; }
            70% { background-color: #FF00FF; }
            80% { background-color: #212424; }
            90% { background-color: #FFD700; }
            100% { background-color: #FF0000; }
}
.radio
{   position: relative;
	margin: 0 auto;
	height: auto;
	width: 100%;
	display: flex;
    background-color: rgb(153, 175, 148);
    /*border: 6px solid #a7dd12!important;*/
}
.pie
{   margin: 0 auto;
	height: auto;
	width: 100%;
	display: flex;
    background-color: rgb(153, 175, 148);
    /*border: 6px solid #51e2a6!important;*/
    position: relative;
    
}
.player {
    margin: 0 auto;
    /*border: 4px solid #6f39d3!important;*/
    height: 300px;
	width: 100%;
	background-color: rgb(51, 138, 255);
	border-radius: 25px;
	border-top-left-radius: 135px;
    border-top-right-radius: 135px;
}
#arm { /* Aguja*/
	width: 200px; /*90*/
	height: 200px;
	position: relative;
	z-index: 99;
	top: 1%;
	left: 53%;
	transform-origin: 77.5% 18.5%;
	transform: rotate(-45deg);
	background-image: url(https://i.imgur.com/mG8lQbm.png);
	background-size: cover;
}
.artwork {
	position: relative;
	top: -50%;
	left: -6%;
	height: 400px;
	width: 400px;
	/*background: url(https://f-pizarro.com/radio/img/logofreedy.png),
	url(https://f-pizarro.com/radio/img/logofreedy.png) z-index 1 center no-repeat;*/
	background-size: 400px, 75px !important;
	margin: 0 auto;
}
.artwork img { 
  position: relative;
  height: 200px;
  width: 200px;
  border-radius: 100px;
  left: 24%;
  top: 24.5%;
  z-index: 1;
  border: 4px solid #cbd666!important;
}

.imgfreedy {
	position:absolute;
	top: 0%;
	left: 35%;
	height: 400px;
	width: 400px;
	/*background: url(https://f-pizarro.com/radio/img/logofreedy.png),
	url(https://f-pizarro.com/radio/img/logofreedy.png) z-index 2 center no-repeat;*/
	background-size: 400px, 75px !important;
	/*background: url(https://f-pizarro.com/radio/img/logofreedy1.png) z-index 2 center no-repeat;*/
	background-size: cover;
}
.imgfreedy img { 
  position:relative;
  top: 11%;
  left: 11%;
  height: 310px;
  width: 310px;
  border-radius: 50px;
  z-index: 3;
}

h0 {
	font-family: 'Open Sans', sans-serif;
	font-size: 14pt;
	font-weight: 0;
	text-transform: uppercase;
	color: rgb(0, 0, 0);
	cursor: default;
	
}
h1 {
	font-family: 'Open Sans', sans-serif;
	font-size: 30pt;
	font-weight: 0;
	text-transform: uppercase;
	color: rgb(0, 0, 0);
	cursor: default;
}
h2 {
	font-family: 'Open Sans', sans-serif;
	font-size: 20pt;
	font-weight: bold;
    font-weight: 0;
	color: rgb(0, 0, 0);
	cursor: default;      
}
h3 {
	font-family: 'Open Sans', sans-serif;
	font-size: 20pt;
	font-weight: 0;
    color: rgb(0, 0, 0);
	cursor: default;
}
h4 {
	font-family: 'Open Sans', sans-serif;
	font-size: 20pt;
	font-weight: 0;
    color: rgb(0, 0, 0);
	cursor: default;
}
h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 20pt;
	font-weight: 0;
    color: rgb(0, 0, 0);
	cursor: default;
}
.info h1 { /*Titulo*/
	
    text-align: center;
	align-content: center;
	/*margin-left: 42%;
    margin-top: 0%;*/
	/*width: 400px; */
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
    color: rgb(131, 19, 7);
}
.info h2 {/*Nombre cancion*/
	text-align: center;
	align-content: center;
    /*margin-top: 0%;
	margin-left: 42%;
	width: 400px;*/
    
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.info h3 {/*Nombre de artista*/
	text-align: center;
	align-content: center;
	/*margin-left: 42%;
	
    margin-top: 0%;
	width: 400px;*/
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.info h4 {/*Album*/
	text-align: center;
	align-content: center;
	/*margin-left: 42%;
	
    margin-top: 0%;
	width: 400px;*/
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.info h5 {/*Genero*/
	text-align: center;
	align-content: center;
	/*margin-left: 42%;
	
    margin-top: 0%;
	width: 400px;*/
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.player ul {
	list-style: none;
}
.player ul li {
	display: inline-block;
}

.button-items {/*Linea*/
	/*margin-left: 250px;/*250px;*/
               
}
#slider {/*Linea*/
	margin: 0 auto;
    /*margin-top: 1%;
    margin-left: 29%;*/
	width: 250px;
	height: 4px;
	background: rgb(0,0,0);
	border-radius: 2px;
	/*overflow: hidden;*/
    text-align: center;
	align-content: center;    
}

#timer {
	margin: 0 auto;
	color: rgb(5, 5, 5 );
    font-family: Arial, Sans-Serif;
	font-size: 10pt;
    margin-top: 0%;
    width: 35%;
	text-align: center;
	align-content: center;
}
.controls {/*Player y control*/
	margin: 0 auto;
	/*height: auto;*/
	width: 35%;
	text-align: center;
	align-content: center;

	/*border: 4px solid #dbb229!important;*/
}
.controls svg:nth-child(2) 
{
	margin-left: 5px;
	margin-right: 5px;
}
#play 
{
	padding: 0 3px;
	width: 50px;
	height: 50px;
	x: 0px;
	y: 0px;
	enable-background: new 0 0 25 25;
    margin-top: 14px;
}
#play g 
{
	stroke: rgb(30, 33, 37);
	stroke-width: 1;
	stroke-miterlimit: 10;
}
#play g path 
{
	fill: rgb(30, 33, 37);
}
#play:hover 
{
	cursor: pointer;
}
#play:hover g 
{
	stroke: rgb(0, 137, 187);
	cursor: pointer;
}
#play:hover g path 
{
	fill: rgb(0, 137, 187);
	cursor: pointer;
}
.step-backward 
{
	width: 18px;
	height: 18px;
	x: 0px;
	y: 0px;
	enable-background: new 0 0 25 25;
	margin-bottom: 15px;
}
.step-backward g polygon, .step-foreward g polygon 
{
	fill: rgb(30, 33, 37);
}
.step-foreward 
{
	width: 18px;
	height: 18px;
	x: 0px;
	y: 0px;
	enable-background: new 0 0 25 25;
	margin-bottom:15px;
}

#pause 
{
	x: 0px;
	y: 0px;
	enable-background: new 0 0 25 25;
    margin-top: 18px;
	width: 50px;
	height: 50px;
	position: absolute;
	margin-left: -60px; /*41*/
	cursor: pointer;
      
}
#pause rect 
{
	fill: rgb(30, 33, 37);
}
#pause:hover rect 
{
	fill: rgb(0, 137, 187);
}
.expend 
{
	padding: 0.5px;
	cursor: pointer;
}
.expend svg:hover g polygon 
{
	fill: rgb(0, 137, 187);
	cursor: pointer;
}
.slider 
{/*volumen*/
	width: 80px;
	position: absolute;
	display: block;
	margin: 0px 0 0 0px;
    margin-left: 165px;*/
	text-align: center;
	align-content: center;
}

.slider .volume
{
	    width: 120px;
        height: 4px;
        background: rgba(30, 104, 8 );
        border-top-left-radius: 2px;
        border-bottom-left-radius: 2px;
        margin-bottom: -9px;
        margin-left: 0px;
}

#slider #elapsed 
{
	width: 0px;
	height: 0px;
	background: rgb(0, 137, 187);
	border-radius: 2px;       
}
#slider #buffered 
{
	width: 0px;
	height: 0px;
	background: rgba(0, 187, 255, 0.5);
	border-radius: 2px;
	
        
}
#relogio
{
  position:relative;
  top: 50%;
  left: 0%;
  border-radius: 50px;
  width: 200px;
  height: 25px;
  font-size: 25px; 
  display: flex;
  font-family: "Poppins", sans-serif;
  color: #FFFFFF!important;
  background-color: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(40px);
  border: 2px solid #064D9C!important;
  align-content: center;
  justify-content: center;
  z-index: 2;
}

