.height-menu{
	height: 75px;
	border-bottom: 1px solid #DFE2E6;
}
.style-page h3{
	color: #435059;
	font-family: 'Rubik', sans-serif;
	font-size: 32px;
	font-weight: 500;
	letter-spacing: 0.5px;
	line-height: 38px;
	margin-top: 60px;
}
.style-page span{
	color: #5A6B78;
	font-family: 'Muli', sans-serif;
	font-size: 16px;
	letter-spacing: 0.5px;
	line-height: 20px;
}
.style-page .contenido p strong span{
	color: #343E45;
	font-family: 'Muli', sans-serif;
}
.style-page p a span b{
	color: #FF6B0E !important;
	font-family: 'Muli', sans-serif;
}
.style-page h6.p1 span{
	margin-left: 65px;
	font-family: 'Muli', sans-serif;
}
.style-page em span{
	color: #00A787;
	font-family: 'Rubik', sans-serif;
	font-size: 14px;
	letter-spacing: 0.58px;
	line-height: 18px;
	font-style : normal;
}
.style-page ul{
	margin-left: 42px;
	font-family: 'Muli', sans-serif;
}
.style-page .contenido{
	margin-bottom: 60px;
}

/*Filtros bibliografia */
div.filtros{
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	padding-top:30px;
}

div.filtros h5{
	/* Filtros:: */
	font-family: Muli-SemiBold;
	font-size: 18px;
	color: #199EDA;
	letter-spacing: 0.5px;
	margin-right:20px;
}

div.filtros select{	
	border-radius:0;
	-webkit-appearance: none;
    -moz-appearance: none;
	width:170px;
	/* Autor: */
	font-family: Muli-SemiBold;
	font-size: 16px;
	color: #697D8C;
	letter-spacing: 0.5px;
	padding:5px;
	padding-right:30px;
	border:0px;
	background: transparent;
	z-index:3;
	text-align-last: center;
	padding-right: 29px;
}

div.filtros .custom_select{
	border:1px #CED3D9 solid;
	margin-left:-1px;
	position:relative;
}

div.filtros .custom_select i{
	position:absolute;
	right:3px;
	top:5px;
	z-index:-1;
}

#filtros-grid{
	padding-top:35px;
	padding-bottom:35px;
}

div.filtros .custom_select:first-of-type{
	border-radius:50px 0px 0px 50px;
	padding-left:10px;
}

div.filtros .custom_select:last-of-type{
	border-radius:0px 50px 50px 0px;
	padding-right:10px;
}

@media all and (max-width: 1199px){
	div.filtros{
		display:none !important;
	}
}

@media all and (max-width: 767px){
	.style-page .contenido{
		padding-right: 30px;
	}
	div.caracteristica ul{
		padding:0px;
	}
	div.caracteristica ul li{
		list-style: none;
	}
	.servicios .servicio{
		margin-bottom:15px;
	}
}