/*
 * Cursos
 */

.categories hr {
	background: #274d78;
}
.category-blocks a {
	font-size: 1.5rem;
	color: #fff;
}
.category-blocks {
	background: #274d78;
}
.category-blocks.active {
	background: #9a9a9a;
}
.category-blocks:hover {
	background: #9a9a9a;
}
.category-blocks.active:hover {
	background: #7c7c7c;
}
.classes h1 {
	font-size: 2rem;
	font-weight: 300;
	color: #274d78;
	text-transform: uppercase;
	font-weight: bold;
}
.classes p {
	font-size: 1rem;
	font-weight: 400;
	color: #3f3f3f;
}
.classes.subscriptions h2 {
	font-size: 1rem;
	font-weight: 400;
	color: #3f3f3f;
	text-transform: uppercase;
}
.speakers {
	background: #82ca9c;
}
.speakers h1, .speakers h2 {
	font-weight: 700;
	color: #fff;
	text-transform: none;
}
.speakers h2 {
	font-size: 1.5rem;
}
.speakers span {
	font-size: 1.3rem;
	font-style: italic;
	color: #fff;
}

.event-description h2 {
	font-size: 1.1rem;
	font-weight: 300;
	color: #9a9a9a;
	text-transform: uppercase;
}
.classes table th {
	font-weight: 300;
}
.classes input, .classes button, .classes select {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	padding-top: 10px;
	padding-bottom: 10px;
}
