.row.carreras {
	min-width: 40%;
	border-radius: 1em;
	border: solid 1px;
	float: right;
	margin-bottom: 5px;
	margin-left: 5px;
	padding: 5px;
	justify-content: center;
}
.row.carreras > * {
	width: auto;
	
}
.views-row {
    display: flex;
    position: relative;
}
.views-row .contenido{
    width:100%;
}
.views-field-body .field-content {
	display: flow-root;
}
.grado.views-row {
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	margin-bottom: 1em;
}