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

#back-title{
	color: white;
	height: 200px;
	display: flex;
	align-items: center;
	/*background: linear-gradient(to bottom, rgba(255, 255, 255, 0.6) 10%, rgba(255, 255, 255, 0.6) 100%), url(../img/banners/cv.jpg);
	background-size: cover;
	background-position: center;*/
	text-align: center;
}

#back-title > div{
	width: 90%;
	margin: 0 auto;
	/*margin-top: -70px;*/
}

.cv-exp-section{
	background-color: #f5f5f5;
	color: black;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	text-align: center;
	/* margin-top: -85px; */
	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;
	/*margin-top: -90px;*/
	padding-bottom: 30px;
	background-color: #fcfcfa;
}

.item{
	display: inline-block;
	vertical-align: top;
	width: 250px;
	margin: 20px;
	position: relative;
	border-radius: 5px;
	overflow: hidden;
}

.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{
	margin: 0 auto;
}

.degree-description{
	background-color: #736730;
	color: white;
	text-align: center;
	height: 155px;
	font-size: 16px;
	padding: 5px;
}

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

/*.degree-description > p{
	padding: 15px;
}*/

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

#certifications .degree-description{
	background-color: #736730;
	height: 160px;
}

#experience .degree-description{
	background-color: #736730;
	height: 130px;
}

#awards .degree-description{
	background-color: #736730;
	height: 130px;
}

.type{
	position: absolute;
    bottom: 5px;
    right: 10px;
    color: #0a86a7;
    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;
	}
	
	.logo-institution{
		height: 210px;
	}
	
	.circle-item{
		top: 201px;
	}
	
	.degree-description{
		height: auto !important;
	}

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