.main_content {
  display: flex;
  flex-direction: row;
}

.card { 
	display: flex;
	flex-direction: column;
	width: 100%;
	height:23rem;
	background-color: #f2f2f2;
	border: 0.1vw solid #f2f2f2;
	border-radius: 0.525rem;
	box-shadow: 0.1rem 0.1rem 0.25rem #ccc;
  margin: 0.5rem;
}

.parasha {
	color: #314b84;
  text-shadow: 0.1rem 0.1rem 0.15rem #ccc;
  font-family: Roboto;
  font-size:  1.2rem;
  text-align: center;
  font-weight: bold;
  margin: 0.5rem 0 0 0;
}

.data_parasha {
  font-family: Roboto;
  font-size: 1rem;
  color: #777;
  text-align: center;
  margin: 0.5rem;
}

.referencias {
	color: #000;
  text-shadow: 0.1rem 0.1rem 0.15rem #ccc;
  font-family: Roboto;
  font-size:  1.1rem;
  text-align: center;
  font-weight: normal;
  margin: 0 auto;
}

.video {
	align-self: center;
	width: 100%;
	height: 100%;
  max-width: 28rem;
  margin-top: 0.5rem;
}

.live {
	color:  #ff0000;
	font-family: Roboto;
	font-size:  0.9rem;
	font-style: oblique;
	text-align: center;
  margin: 0.2rem 0 0.4rem 0;
}

.n_parasha {
  margin: 0.2rem;
  text-align: center;
  color: #afabab;
  font-family: Roboto;
  font-size: 0.8rem;
}