.topic_section_moodle{
	width: 100%;
	height: auto;
	/*background-color: #f56;*/
	overflow: hidden;
}

.agenda{
	text-align: center;
}

.topic_section_moodle .tag{
	text-align: center;
	color: #fff;
	font-weight: 600;
}

.tag h2{
	text-align: left;
	margin-top: 10px !important;
	margin-bottom: 10px !important;
	color: #737372 !important;
}

.topic_section_moodle .side_title{
	display: none;
}
.topic_section_moodle .side_a{
	/*background-color: #765;*/
	width: 30%;
	text-align: center;
	display: inline-block;
	vertical-align: top;
}

.topic_section_moodle .side_b{
	/*background-color: #F56;*/
	width: 68%;
	max-height: 400px;
	display: inline-block;
	vertical-align: top;
	overflow:auto;
}

.topic_section_moodle p{
	font-size: 1.1em;
}
.tags_cel{
  display:none;
}

@media(max-width: 900px){
	.topic_section_moodle{
		width: 100%;
		max-height: 600px;
		/*background-color: #000;*/
	
	}

	.topic_section_moodle .side_title{
		display: block;
		width: 100%;
		height: 50px;
		background-color: #3188e3;
		text-align: center;
	}

	.side_title h2{
		color: #fff !important;
		font-weight: 600;
		font-size: 2.8rem;
		padding-top: 0px;
		padding-bottom: 10px;
	}

	.topic_section_moodle .side_a{
		display: none;
	}

	.topic_section_moodle .side_b{
		width: 100%;
		height: auto;
		
	}

	.tag h2{
		font-size: 1.5rem;
		text-align: center;
		font-weight: 600;
		margin-top: 10px !important;
		margin-bottom: 15px !important;
		color: #7b8696;
	}
	.tags_cel{display:block;}
	.etiquetas_unidades{display: none;}
}

