/* ========== RADIO EN VIVO ==============*/
.radio-envivo{
	font-family: 'Roboto', sans-serif;
	font-size: 0.8rem;
	color: #333333;
}
.radio-envivo .breadcrumb{
	background: #000;
}
.radio-envivo .breadcrumb li:last-child:{
	color: #FEDCC1;
}
.radio-envivo .reproductor{
	background: #000;
	margin-bottom: 20px;
	overflow: hidden;
	padding: 15px;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-size: 1rem;
	font-weight: 700;
	color: gray;
}
.radio-envivo h1, .radio-envivo h3{
	color: #fff;
	font-size: 1.7rem;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	border-bottom: 1px solid #fff;
	padding: 10px;
	margin: 0;
	background: #000;
}
.radio-envivo h3{
	font-size: 1.3rem;
}
.radio-envivo .reproductor>p{
	margin: 10px 0;
}
.radio-envivo .reproductor .programacion{
	background: #FEDCC1;
	overflow: hidden;
	color: #332E2A;
	padding: 10px;
}
.radio-envivo .reproductor .programacion .contenido{
	width: 40%;
	display: inline-block;
	float: left;
}
.radio-envivo .reproductor .programacion figure{
	width: 60%;
	display: inline-block;
	float: left;
	margin:  0;
}
.radio-envivo .reproductor .programacion figure img{
	width: 100%;
}
.radio-envivo .reproductor .programacion .programa{
	font-size: 1.5rem;
	margin: 0;
	line-height: 2rem;
}
.radio-envivo .reproductor .programacion .dj{
	margin: 0;
	font-size: 1.2rem;
	margin-top: 10px;
	line-height: 1.2rem;
}
.radio-envivo .reproductor .programacion .horario{
	margin: 0;
	font-size: 0.95rem;
	margin-top: 10px;
	line-height: 0.95rem;
}
.radio-envivo .social-buttons>div, .radio-envivo .social-buttons>iframe{
	vertical-align: top;
	margin-right: 7px;
}
.radio-envivo .social-buttons>span{
	vertical-align: top;
	display: inline-block;
	margin-right: 20px;
}
