#text-primero, #decimo, #undecimo{
	opacity: 0;
}
#primero{
	height: 100vh;

	background-image: url('../images/enalte-escucha.png');
	background-repeat: no-repeat;
	object-fit: cover;
	object-position: center;
	background-position-x: 50%;
	background-position-y: 50%;

	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	color: white;
}
#primero > div[class^="container"]{
	position: absolute;
	left: 50%;
	right: 50%;
	transform: translate(-50%, -50%);
	top: 75%;
}

.titulo{
	margin-bottom: 1rem;
}
.secundario{
	margin-bottom: 2rem;
}

#enviar .form-floating label{
	color: rgba(0, 0, 0, .6);
	padding-left: 2rem;
}
.modal .modal-content{
	padding: 2rem 4rem;
}
.modal input,
.modal textarea,
.modal select{
	margin-bottom: 1rem;
	border-radius: 10px;
}
#enviar.modal textarea{
	height: 8rem !important;
}
button[data-bs-dismiss]{
	position: absolute;
	top: 15px;
	right: 15px;
}
#consultar .modal-body p{
	margin-bottom: 2rem;
}
#mod-enviar{
	display: block;
	margin-right: auto;
}
#btn-buscar{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.hide-search{
	display: none;
	opacity: 0;
}
#show-ticket{
	max-height: 25em;
	display: none;
	opacity: 0;
	transition: opacity 1s ease;
}
#show-ticket.show{
	display: block;
	opacity: 1;
}
div.you, div.admin{
	margin-bottom: .5rem;
}
div.admin small,
div.you small{
	color: blue !important;
}
div.you small{
	display: block;
	margin-right: auto;
	text-align: right;
}
#show-ticket #display-msg #subject{
	display: block;
	margin: auto;
	margin-bottom: 1rem;
	text-align: center;
}
.admin p{
	color: white;
	background-color: rgba(24, 102, 255, 1);
	max-width: 60%;
	width: fit-content;
	border-radius: 10px;
	padding: 1rem;
	display: block;
	margin-bottom: 0 !important;
}
.you p{
	max-width: 60%;
	width: fit-content;
	color: white;
	background-color: rgba(1, 45, 97, 1);
	border-radius: 10px;
	padding: 1rem;
	display: block;
	margin-left: auto;
	margin-bottom: 0 !important;
}
#mensage{
	border-radius: 10px 0 0 10px;
}
#new-folio:hover{
	text-decoration: underline;
}
#new-folio{
	cursor: pointer;
}
div#banner-folio{
	height: 4em;
	width: 100%;
	border: 1px solid #ccc;
	text-align: center;
	padding-top: calc(2em - 1rem / 2);
	border-radius: 10px;
	background-color: #72A1FD;
	margin-bottom: 1rem;
	margin-top: 1.5rem;
	display: none;
}
div#banner-folio.show{
	display: block;
}
#enviar-over{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .5);
	border-radius: 10px;
	z-index: 1;
	display: none;
	justify-content: center;
	align-items: center;
}
#enviar-over.show{
	display: flex;
}
#enviar-over div{
	color: white;
	font-weight: bold;
	font-size: 2rem;
	text-align: center;
}
#consultar #show-ticket input[type="submit"]{
	flex: 0 0 auto;
	width: 15%;
	border-radius: 0 10px 10px 0;
	height: 4rem;
	padding: 1rem;
}
#consultar #show-ticket .form-floating{
	flex: 1 0 auto;
}
#consultar #show-ticket .form-floating textarea{
	width: 100%;
	height: 4rem;
}
#consultar #show-ticket form{
	display: flex;
}
#consultar-over{
	background-color: rgba(0, 0, 0, .5);
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	color: white;
	display: none;
	align-items: center;
	justify-content: center;
	font-size: 2rem;
	border-radius: 10px;
}
#msg-over{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, .5);
	z-index: 1;
	color: white;
	font-size: 1.5rem;
	display: none;
	align-items: center;
	justify-content: center;
}
#display-msg{
	width: 100%;
	height: 4rem;
	border: 1px solid #ccc;
	border-radius: 15px;
	background-color: rgba(114, 161, 253, .3);

	margin-bottom: .5rem;
	overflow-y: scroll;
	height: 20em;
	padding: 1rem;
}
.modal-body small{
	color: #f04a4a;
}
@media screen and (max-width: 991px) {
	#primero{
		background-position: 60% 0;
	}
	#primero .titulo {
		top: 80%;
	}
}
@media screen and (max-width: 767px) {
	
}
@media screen and (max-width: 479px) {

}