.cont_heg_50 {
	position: absolute;
	height: 50%;
	left: 0;
	top: 0;
	width: 100%;
	background-color: #fd7b52;
}
/* ///  END DECORATION CSS  ///  */

.icon_select_mate {
	position: absolute;
	top:12px;
	right: 5px;
	font-size: 16px;
	height: 22px;
	transition: all 275ms;
}
.icon_select_mate svg {
	fill: #222222;
}


.select_mate {
	position: relative;
	width: 100%;
	font-weight: 700;
	font-family: inherit;
	color: #222222;
	background-color: #e9e9e9;
	border-radius: 30px;
	transition: all 375ms ease-in-out;
/* Oculto el elemento select */
select {
	position: absolute;
	overflow: hidden;
	height: 0px;
	opacity: 0;
	z-index: -1;
}
}

.cont_list_select_mate {
	position: relative;
	float: left;
	width: 100%;
}

.cont_select_int {
	position: absolute;
	left: 0px;
	top: 9px;
	z-index: 999;
	overflow: hidden;
	height: 0px;
	opacity: 0;
	width: 100%;
	background-color: #fff;
	padding: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	border: 1px solid rgba(130, 131, 127, 0.44);
	border-radius: 12px;
	transition: all 375ms ease-in-out;

li {
	position: relative;
	padding: 11px 20px 11px 20px;
	border-bottom: 1px solid rgba(130, 131, 127, 0.44);
	background-color: #e9e9e9;
	list-style-type: none;
	margin: 0px;
	transition: all 275ms ease-in-out;
	display: block;
	cursor:pointer;

&:last-child {
	 border-radius: 3px;
	 border-bottom:0px;

 }
&:hover {
	 background-color: white;
 }
}

.active {
	background-color: #EEEEEE;
}

}

/* etiqueta <p> con la opcion selecionada  */
.selecionado_opcion {
	display: block;
	width: 100%;
	padding: 14px 20px;
	margin: 0px;
	cursor: pointer;
}