.divao{
			margin: auto;
		}

		.player{
			background-color: red;
		}

		.volume{
			 -webkit-appearance: none;
    		width: 143px;
    		height: 10px;
    		background: #bbb;
    		outline: none;
    		opacity: 0.7;
    		-webkit-transition: .2s;
    		transition: .2s;
    		margin-left: 5px;

		}

		.volume::-webkit-slider-thumb {
	    	-webkit-appearance: none;
	    	appearance: none;
	    	width: 10px;
	    	height: 10px;
	    	background: red;
	    	cursor: pointer;
		}

		.volume::-moz-range-thumb {
		    width: 10px;
		    height: 10px;
		    background: red;
		    cursor: pointer;
		}

		.container_playPause{
			background-color: #232323;
			display: block;
			float: left;
			padding: 10px;
		}

		#div_playPause{
			width: 50px;
			height: 50px;
			-webkit-background-image: url("play.gif");
			background-size: 70% 70%;
			background-repeat: no-repeat;
			background-position: center;
			cursor: pointer;
			transition: 0.3s;
			border: solid #ff2f2f 3px;

		}

		#div_playPause:hover{
			background-size: 95% 95%;
		}

		.div_player{

			background-color: #232323;
			
			width: 260px;
			margin: auto;
		}

		.barra-cima{
			width: 100%;
			background-color: #232323;
		}

		.icone-volume{
			background-image: url("icone-volume.png");
			background-repeat: no-repeat;
			background-position: center;
			background-size: 100% 100%;
			width: 20px;
			height: 20px;
			
		}

		.volume-bar{

		}

		.no-ar{
			text-transform: uppercase;
			font-family: 'Open Sans',serif;
			font-weight: bold;
			font-size: 24px;
			color: #ff2f2f;
			text-align: center;
		}
		#mutado{
			width: 100%;
			height: 100%;
			background-position: center;
			background-size: 100% 100%;
			background-repeat: no-repeat;
			opacity: 0.0;
			background-image: url("mutado.png");
			transition: 0.3s;
		}


		#apresentador-img{

			width: 450px;
   			height: 297px;
   			background-size: auto 70%;
   			background-repeat: no-repeat;
   			margin: auto;
   			background-position: top;
   			background-image: url("logo da FM branco.png");
			
		}

		.info-programa{
			position: relative;
			top: 247px;
			background-color: rgba(35,35,35,0.9);
			width: 100%;
			height: 50px;
		}

		#nome-programa{
			font-family: 'Open Sans',serif;
			font-weight: 700;
			font-size: 22px;
			text-transform: uppercase;
			text-align: center;
			color: #bcbcbc;
		}

		.div-apresentador-programa{
			font-family: 'Open Sans',serif;
			text-align: center;
			font-size: 10px;
			
			
			color: #8d8d8d;
		}

		
		#apresentador-programa{
			text-transform: uppercase;
			font-size: 15px;
		}
