<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.buttonSalones1 {
	transition:all 0.6s;
	padding:10px 20px;
	
	color:white;
	font-size:15px;
	text-transform:uppercase;
	background:#075891;
	-webkit-box-shadow: 0px 0px 5px -1px rgba(7,88,145,0.95); 
box-shadow: 0px 0px 5px -1px rgba(7,88,145,0.95);
border-radius:4px;
text-decoration:none;
font-family:arial;
font-weight:600;
}

.buttonSalones1:hover {
	
	
	background:#ffffff;
	color:#ee1d23;
	-webkit-box-shadow: 0px 0px 0px -1px rgba(7,88,145,0.79); 
box-shadow: 0px 0px 0px -1px rgba(7,88,145,0.79);
}

.espaciadortb {
	margin: 20px 0px;
}
.buttonContainerRegresar{
	
	position:relative;
	top:-80px;
	width:10%;
	right:-36%;

	height:30px;
	margin:0 auto;
}

.buttonRegresar  {
	display:flex;
	justify-content:right;
	align-items:center;
	padding:5px 10px;
	transition:all 0.6s;
	width:165px;
	margin:0px 5px;
	color:white;
	font-size:20px;
	text-transform:uppercase;
	font-weight:600;
	background:#075891;
	-webkit-box-shadow: 0px 0px 5px -1px rgba(7,88,145,0.95); 
box-shadow: 0px 0px 5px -1px rgba(7,88,145,0.95);
border-radius:4px;
text-decoration:none;
}

.buttonRegresar:hover {
	
	
	background:#ffffff;
	color:#ee1d23;
	-webkit-box-shadow: 0px 0px 0px -1px rgba(7,88,145,0.79); 
box-shadow: 0px 0px 0px -1px rgba(7,88,145,0.79);
}</pre></body></html>