/***** CURRICULUM Y EXPERIENCIA *****/
#curriculum-and-experience {
	background-color: #F4F8FB;
}

#back-title {
	color: white;
	height: 200px;
	display: flex;
	align-items: center;
	text-align: center;
}

#back-title > div {
	width: 90%;
	margin: 0 auto;
}

.cv-exp-section {
	background-color: #F4F8FB;
	color: #263238;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	text-align: center;
	position: relative;
	z-index: 1;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: bold;
}

#cv-exp-items {
	width: 90%;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 30px;
	background-color: #F4F8FB;
}

.item {
	display: inline-block;
	vertical-align: top;
	width: 275px;
	margin: 20px;
	position: relative;
}

.logo-institution {
	background-color: white;
	width: 100%;
	height: 230px;
	display: flex;
	align-items: center;
}

.logo-institution img {
	max-width: 90%;
	max-height: 180px;
}

.logo-institution > div {
	width: 100%;
	margin: 0 auto;
}

.cv-image-placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 150px;
	padding: 20px;
	box-sizing: border-box;
	color: #005CA2;
	font-size: 14px;
	line-height: 1.4;
	text-align: center;
}

.degree-description {
	background-color: #263238;
	color: white;
	text-align: center;
	min-height: 215px;
	font-size: 16px;
	padding-bottom: 15px;
}

.degree {
	margin: 0;
	font-weight: bold;
	font-size: 20px;
	padding-top: 30px !important;
}

.degree-description > p {
	padding: 0 15px;
	line-height: 1.45;
}

.circle-item {
	position: absolute;
	width: 100%;
	height: 5px;
	background: #00A6C7;
	top: 220px;
	border-radius: 0;
	left: 0;
}

#certifications .degree-description {
	background-color: #1e282d;
	min-height: 130px;
}

#experience .degree-description {
	background-color: #005CA2;
	min-height: 170px;
}

#awards .degree-description {
	background-color: #004A82;
	min-height: 155px;
}

.type {
	position: absolute;
	bottom: 5px;
	right: 10px;
	color: #00A6C7;
	text-transform: uppercase;
	font-size: 12px;
	font-style: italic;
}

/***** FIN CURRICULUM Y EXPERIENCIA *****/

@media only screen and (max-width: 599px) {
	#curriculum-and-experience {
		text-align: center;
	}

	.item {
		width: 250px;
		margin: 20px 8px;
	}

	.logo-institution {
		height: 210px;
	}

	.circle-item {
		top: 201px;
	}

	.degree-description {
		min-height: 0 !important;
		height: auto !important;
		padding-bottom: 30px;
	}

	.cv-exp-section {
		line-height: 25px;
		height: auto;
		min-height: 50px;
	}
}
