@charset "UTF-8";

.tr-flex-rsps {
	display: table-row;
	width:100%;
}

@media only screen and (max-width: 481px){
	.tr-flex-rsps {
		display: flex;
		flex-direction: column;
		width:100%;
	}
	.titulo-tickets {
		line-height: 1.2;
  		margin-bottom: 3px;
	}
	.margin-mensajes-compra {
		margin: 0px auto 5% auto !important;
	}
}

.trTabtickets {
	display: flex;
	flex-direction: column;
	text-align: left;
	padding: 5px;
	border: 0;
}

.colorTextos{
	color:#505050;
}

.inputFormTkt {
	margin-bottom: 15px !important;
	width: 97% !important;
	padding: 10px !important;
	font-size: 1rem !important;
	border: 1px solid #bbb !important;
}
.list-entradas {
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid #c3c4c7;
	width: 100%;
	background: #feffe8;
}

.contentFT {
	width: 850px;
	margin: 20px auto;
	padding: 35px 15px 15px 15px;
	background: #25dd8b;
	overflow-y: auto;
	max-height: 90vh;
	color: #000000;
	font-size: 1rem;
	line-height: 1.6rem;
	border: 1px solid #000000;
	max-width: 80vw;
}


