
.contenedorvideo {
	padding: 0px;
	width: 100%;
	margin: auto;
}

/* ------------------------- */
/* Estilos CSS del Reproductor */
/* ------------------------- */
.fm-video {
	width: 100%;
	height: 534px;
	object-fit: cover;
}



.fm-video .vjs-control-bar {
	background: rgba(255,255,255,0);
	color: #fff;
	
}

.fm-video .vjs-play-progress,
.fm-video .vjs-volume-level {
	background: #fff;
}

.fm-video .vjs-slider {
	background: #fff;
	

}

.vjs-poster{
	background-image: url('../portada2.png');
	background-position: center center;
	background-size: cover;
}


.video-js:hover .vjs-big-play-button {
	background: rgba(0,0,0,.2);
}

.fm-video .vjs-big-play-button {
	background: rgba(0,0,0,.2);
	width: 100px;
	height: 100px;
	line-height: 80px;
	border-radius: 100%;
	border:solid 10px #fff;
	box-shadow: 0px 0px 10px rgba(0,0,0,.5);
	margin-top: -3%;
}

.fm-video .vjs-big-play-button:hover {
	background: rgba(0,0,0,.5);
}


@media screen and (max-width: 600px) {
	header {
		position: relative;
		height: auto;
	}

	main {
		margin-top: 50px;
	}
}