#holamundo .box-student .top-box-student {
	background-color: #f26866;
	height: 70px;
}

#holamundo .box-student .top-box-student .title-box-student {
	position: relative;
}

#holamundo .box-student .top-box-student .title-box-student img {
	position: absolute;
	left: 15px;
	bottom: 5px;
}

#holamundo .box-student .top-box-student .title-box-student h3 {
	font-family: 'FuturaBold';
	color: #fff;
	font-size: 20px;
	line-height: 83px;
	margin: 0;
	padding-left: 90px;
}

#holamundo .box-student .body-box-stundet {
	background-color: white;
	padding: 20px 24px;
}

#holamundo .box-student .body-box-stundet .wrapper-box-stundet {
	height: 280px;
	position: relative;
}

#holamundo .box-student .body-box-stundet .wrapper-box-stundet .special-student .cover-special-student
	{
	background-size: cover;
	height: 160px;
	margin-bottom: 15px;
}

#holamundo .box-student .body-box-stundet .wrapper-box-stundet .special-student .desc-special-student
	{
	color: #383838;
	font-size: 18px;
	margin: 0;
}

#holamundo .box-student .body-box-stundet .wrapper-box-stundet a {
	font-family: 'Futura';
	bottom: 0;
	color: #f26866;
	font-size: 14px;
	position: absolute;
	right: 0;
}

#holamundo .box-student .body-box-stundet .wrapper-box-stundet .project-student
	{
	padding: 20px 0;
}

#holamundo .box-student .body-box-stundet .wrapper-box-stundet .project-student .project-desc
	{
	padding: 25px 0;
	width: 200px;
}

#holamundo .box-student .body-box-stundet .wrapper-box-stundet .calendario-civico>div
	{
	width: 48%;
	margin-bottom: 12px;
	padding: 0px;
	position: relative;
}
#holamundo .box-student .body-box-stundet .wrapper-box-stundet .calendario-civico a {
	color: white;
	position: relative !important;
	display: block;
}
.info-cc {
	padding: 10px;
	color: #fff;
	font-family: 'FuturaReg';
	font-size: 18px;
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background: rgba(0,0,0,0.4);
	opacity: 0;
	transition: all 0.2s ease;
	display: flex;
	align-items: center;
	text-align: center;
}
.info-cc>a, .info-cc>a:visited {
	color: #fff;
}
#holamundo .box-student .body-box-stundet .wrapper-box-stundet .calendario-civico>div:hover .info-cc {
	opacity: 1;
}

#holamundo .box-student .body-box-stundet .wrapper-box-stundet .calendario-civico img {
	width: 100%;
}

@media (max-width: 992px) {
	#holamundo {
    	margin-top: 20px;
    }
}