.solo-pc { display: block !important; }	
.solo-responsive{ display: none !important; }


.element-invisible {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}

/*Hacer desaparecer en la reserva la selección de empleado*/
.reserfisio .am-employee-select{
	display:none!important;
}

/*Hacer desaparecer en el panel cliente el botón filtro para no poder filtrar por servicio ni empleado*/
.panel-client-filter .am-capf__menu-btn{
	display:none!important;
}

.uagb-button__link{
	text-transform: none;
	line-height: 1.2;
}

/****************************************************************************/
/******************************** RESPONSIVE ********************************/
/****************************************************************************/

@media screen and (max-width: 767px) {
	.solo-pc { display: none !important; }
	.solo-responsive { display: block !important; }
}

@media screen and (max-width: 544px) {	
	
}