.wrapper {
	max-width: 1280px;
	margin: auto;
}

hgroup {		
	padding: 15px 0;
	display: block;
	width:100%;
	margin-top: 10px;
}

hgroup .icon-hammer2 {
	font-size: 22px;
	color: #20b7c5;
	margin-right: 10px;
}

hgroup h4 {
	font-size: 20px;
	font-weight:300;
	display: block;
	border-bottom: 1px solid var(--p);
	padding: 5px 0;
}

.titulo {
	padding: 15px 40px;
	display: block;
	width:100%;
	text-align: center;
	margin-bottom: 20px;
}

h2 {
	font-size: 36px;
	font-weight: 800;
}

h3 {
	font-size: 20px;
	font-weight: 400;
}
	
.main {
	width:100%;
	padding: 0 20px;
	display: block;
}

table {
	margin: auto;
	width: 100%;
	border-collapse: collapse;
	border-bottom: solid 3px #20b7c5;
}

table td {
	font-family: 'Assistant', sans-serif;
	height: 30px;
	font-size: 18px;
	font-weight: 300;
}

table th:nth-child(2), table th:nth-child(3), table th:nth-child(4) {
	text-align: center;
	font-size: 14px;
	font-weight: 600;
}

table th {
	border-right: solid 1px #20b7c5;
	height: 20px;
}

table tr:nth-child(even) {
	background: rgba(104, 2017, 249, 0.15);
}

table tr:nth-child(1) {
	background: rgba(104, 2017, 249, 0.15);
}

table tr:nth-child(3) {
	border-bottom: solid 2px #20b7c5;
}

table tr:nth-child(3) td {
	font-size: 12px;
}

table tr:nth-child(4) td {
	font-weight: 700;
}

table tr:nth-child(1) th:nth-child(1), table tr:nth-child(2) th:nth-child(1){
	background: white;
}

table tr:nth-child(1) td {
	font-size: 12px;
}

table td:nth-child(1) {
	width: 49%;
	border-right: solid 1px #20b7c5;
	padding-left: 10px;
}

table td:nth-child(2), table td:nth-child(3), table td:nth-child(4) {
	text-align: center;
	border-right: solid 1px #20b7c5;
	width: 17%;
}

tr:hover td {
	font-weight: 600;
	background: rgba(177, 239, 255, 1);
}

table .p_uni td:nth-child(1) {
	font-weight: 300;
	font-size: 18px;
	padding: 10px;
	text-align: left;
	vertical-align: top;
}

table .p_uni td:nth-child(2), table .p_uni td:nth-child(3) {
	font-weight: 300;
	font-size: 12px;
	padding: 10px;
	text-align: left;
	vertical-align: top;
}

table .p_bio td:nth-child(1) {
	width: 49%;
	font-weight: 300;
	font-size: 18px;
	padding: 10px;
	text-align: left;
	vertical-align: top;
}

table .p_uni {
	border-bottom: solid 3px #20b7c5;
}

table .p_bio {
	border-top: solid 3px #20b7c5;
	margin-top: 15px;
}

table .p_bio td:nth-child(2) {
	width: 34%;
	padding: 10px;
}

.leyenda {
	font-size: 13px;
	font-weight: 300;
	margin: 5px 0 10px 70px;
}

.notas h5 {
	width: 90%;
	display: block;
	font-family: 'Assistant', sans-serif;
	font-size: 18px;
	font-weight: 300;
	width: 90%;
	margin: 25px auto 35px auto;
}


@media screen and (max-width: 1024px) { /*----------------1024----*/

	h2 {
		font-size: 34px;
		font-weight: 800;
	}

	h3 {
		font-size: 22px;
		font-weight: 400;
	}

	table {
		width: 100%;
	}

	table td {
		font-size: 18px;
	}

	table td:nth-child(1) {
		width: 43%
	}

	table td:nth-child(2), 
	table td:nth-child(3), 
	table td:nth-child(4) {
		width: 19%;
	}

	.leyenda {
		font-size: 12px;
		margin: 5px 0 25px 10px;
	}	
}

@media screen and (max-width: 1280px) { /*----960-----*/

	.wrapper {
		padding: 0 15px;
	}

}
	@media screen and (max-width: 960px) { /*----960-----*/

	h3 {
		font-size: 22px;
	}
}

@media screen and (max-width: 812px) { /*----812-----*/

	.main {
		padding: 0 15px;
	}

	table th {
		height: 18px;
	}

	table td {
		font-size: 16px;
	}

	table th:nth-child(2), 
	table th:nth-child(3), 
	table th:nth-child(4) {
		font-size: 12px;
	}
}

@media screen and (max-width: 768px) { /*----768-----*/

	
	hgroup h4 {
		font-size:20px;
	}

	hgroup .icon-hammer2 {
		font-size: 20px;
	}

	h2 {
		font-size: 30px;
	}

	h3 {
		font-size: 20px;
	}

	table {
		font-size: 14px;
	}
}

@media screen and (max-width: 640px) { /*----640-----*/

	h3 {
		font-size: 20px;
	}
}

@media screen and (max-width: 480px) { /*----480-----*/

	table td {
		line-height: 18px;
		height: 40px;
	}
}

@media screen and (max-width: 375px) { /*----375-----*/

	.main {
		padding: 0 5px;
	}

	hgroup {
		padding: 10px 15px;
	}

	h4 {
		font-size: 16px;
	}

	h3 {
		font-size: 14px;
	}

	hgroup .icon-hammer2 {
		font-size: 16px;
	}

	table td {
	font-size: 13px;
	padding: 3px;
	}

	table td:nth-child(1) {
		padding-left: 5px;
	}

	table th {
		padding: 3px;
	}
}
