@import url('https://fonts.googleapis.com/css?family=Alegreya+Sans|Libre+Baskerville|Nunito|Pacifico|Asul:400,700|Tillana');
body {
	background-image: url(http://radiopandevida.org/img/RPDVBackground.jpg);
	background-attachment: fixed;
	background-position: center;

}
.scrollbox::-webkit-scrollbar{
	width: 5px;
}
.scrollbox::-webkit-scrollbar-button{
	display: none;

}
.scrollbox::-webkit-scrollbar-thumb{
	background: #E0DFE5;
	border-radius: 30px 30px 30px 30px;
	-moz-border-radius: 30px 30px 30px 30px;
	-webkit-border-radius: 30px 30px 30px 30px;

}
.T1{
	font-family: 'Pacifico';
	color: #130012;
}
.T2{
	font-family: 'Pacifico';
	color: white;
	font-size: 22px;
}
.Par1{
	font-family: 'Arial', serif;
}
.Par2{
	font-family: 'Libre Baskerville', serif;
	color: white;
	font-size: 10px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.header{
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 12;
	background-color: #130012;
	color: #E8E8E8;
	padding-top: 5px;
	padding-bottom: 5px;
	overflow: hidden;
	-webkit-box-shadow: 0px 0px 8px 4px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 8px 4px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 8px 4px rgba(0,0,0,0.75);
}
.donar{
	color: white;
	font-size: 20px;
	font-family: 'Libre Baskerville';
	margin-bottom: 20px;
}
.fondo-donar{
	background-image: url(/img/Brocha1.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	padding: 15px 0px 15px 1px;
}
.donar a{
	font-weight: bold;
}
.mainContent {
	margin-top: 125px;
}
.btn-outline-dark{
	color: white;
	border-color: white;
}
.btn-outline-dark:hover{
	background-color: white;
	color: black;
}
.btn-secondary{
	background-color: transparent;
	color: white;
	border-color: white;
}
.btn-secondary:hover{
	background-color: white;
	color: black;
	border-color: white;
}
.Programacion{
	color: white;
	background-color: #130012;
	padding-top: 20px;
	padding-bottom: 20px;
	border: 1px solid black;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
}
.Sbtns{
	display: none;
}
.list-group-item{
	background-color: #E0DFE5;
}
.list-group-item:hover{
	background-color: #C1C0CA;
}
.list-group-item:focus{
	background-color: #454162;
	border-color: #454162;
	color: white;
}
.scrollbox {
  height: 338px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.MainDiv{
	margin-bottom: 28px;
}
.Programacion button{
	cursor: pointer;
}
.Div2{
	
	background-color: #E0DFE5;
	padding-top: 20px;
}
.Div2-1{
	background-color: white;
	margin: 0px 0px 20px 0px;
	padding: 20px 50px 20px 50px;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border: 1px solid #A8A7AC;
	-webkit-box-shadow: 0px 0px 10px -2px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 10px -2px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 10px -2px rgba(0,0,0,0.75);
}
#ChatContainer{
	background-color: white;
	margin: 0px 0px 20px 0px;
	padding: 20px 20px 20px 20px;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border: 1px solid #A8A7AC;
	-webkit-box-shadow: 0px 0px 10px -2px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 10px -2px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 10px -2px rgba(0,0,0,0.75);
}
.Div2-2{
	margin-bottom: 30px;
	padding: 0px 0px 0px 0px;
}
#Slider1 h5{
	font-family: 'Asul', sans-serif;
}
#Slider1 p{
	font-family: 'Tillana';
}
.FT{
	background-color: black;
	padding: 10px 15px 10px 15px;
	-webkit-box-shadow: 0px 0px 8px 4px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 8px 4px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 8px 4px rgba(0,0,0,0.75);
}
.RowP{
	background-color: #E0DFE5;
	margin: 0px 0px 0px 0px;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;	
}
.RowP .T3{
	margin-bottom: 0px;
	color: #130012;
	font-family: 'Arial', sans-serif;
	font-weight: bold;
}
.RowP .row{
	border-bottom: 1px solid #A8A7AC;
	padding: 5px 0px 5px 0px;
	cursor: pointer;
}
.RowP .row i{
	color: black;
	font-size: 20px;
}
.RowP .SD{
	padding: 10px 15px 10px 15px;
}
.RowP .SD p{
	text-align:center;
	color: black;
	margin-bottom: 0px;
	font-size: 10px;
	font-family: 'Arial', serif;
	font-weight: bold;
	border: 0.5px solid #2A2155;
	padding: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;	

}
.NODisplay{
	display: none;
}
.EnVivo{
	background-color: #e74c3c;
	font-size: 10px;
	font-weight: bold;
	margin-bottom: 0px;
	text-align: center;
	color: white;
	margin: 0px 0px 0px 0px;
	border: 1px solid #c0392b;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
}
.RowP .row .EnVivo p{
	margin: 0px 0px 0px 0px;
}
.badge-primary{
	background-color: #2A2155;
}
.Cargando{
	display: none;

}
.sidenav {
    height: 100%;
    width: 0px;
    position: fixed;
    z-index: 13;
    top: 0;
    left: 0;
    background-color: #383839;
    overflow-x: hidden;
    overflow-y: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav a {
    font-family: 'Asul', sans-serif;
    text-decoration: none;
    font-size: 20px;
    color: #A8A7AC;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #E4E3EA;
}

.sidenav .salir {
    position: absolute;
    top: 0;
}
.sidenav .salir a{
    color: white;
    font-size: 36px;
}
.LM{
	padding-bottom: 10px;
	padding-top: 10px;
}
.LM:hover{
	background-color: #706F72;
}
.Pasaje-Bck{
	background-image: url(http://www.radiopandevida.org/img/pergamino2.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center;
	margin-top: 10px;
	padding:40px 7px 30px 7px;
}
.Pasaje{
	color: black;
	text-align: center;
	margin-bottom: 0px;
	font-family: 'Pacifico';
}
.versiculo{
	margin-right: 10px;
	color: black;
	padding-top: 5px;
	font-size: 12px;
	text-align: right;
	font-weight: bold;
}
.HM span {
	font-size: 40px;
	cursor: pointer;
}
.avisoNombre{
	padding: 5px 0px 5px 0px;
-webkit-box-shadow: -2px 2px 10px -2px rgba(0,0,0,0.75);
-moz-box-shadow: -2px 2px 10px -2px rgba(0,0,0,0.75);
box-shadow: -2px 2px 10px -2px rgba(0,0,0,0.75);
}
footer p {
	font-family: 'Tillana';
}
@media screen and (min-width: 992px){
	body{
		background-size: 100%;
	}
}
@media screen and (max-width: 991px){
	.reproductor{
		margin-bottom: 40px;
	}
	.MainDiv{
		margin-bottom: 40px;
	}
	.scrollbox{
		height: 300px;
	}
	.T2{
		font-size: 16px;
	}
	/*.FT button{
		font-size: 10px;
	}*/
}
@media screen and (max-width: 767px){
	.scrollbox{
		height: 300px;
	}
	.T2{
		font-size: 10px;
	}
	.Div2-1{
		padding: 20px 10px 20px 10px;
	}
	#ChatContainer{
		padding: 5px 5px 5px 5px;
	}
	.Par1{
		font-size: 10px;
	}
}
@media screen and (max-width: 575px){
	.Sbtn{
		display: none;
	}
	.header{
		margin-bottom: 10px;
	}
	.Sbtns{
		display: flex;
		margin-bottom: 20px;
	}
	.Cargando{
		display: block;
		background-color: white;
		color: black;
		text-align: center;
		padding: 50px 10px 50px 10px;
		margin: 80px 0px 200px 0px;
		border: 1px solid #A8A7AC;
		border-radius: 10px 10px 10px 10px;
		-moz-border-radius: 10px 10px 10px 10px;
		-webkit-border-radius: 10px 10px 10px 10px;
	}
	.mainContent{
		margin-top: 105px;
	}
	.RowP .T3{
		font-size: 14px;
	}
	.Chat{
		padding: 0px 0px 0px 0px;
	}
	.T2{
		font-size: 25px;
	}
}