body {
	background-color: #000000;
	color: #FFFFFF;
}

#wrapper {
	position: absolute;
	top: 66px;
	left: 0;
	right: 0;
	margin-inline: auto;
}

.container {
	/* background-color: #222; */
	color: #FFFFFF;
	padding: 5px;
	max-width: 95%;
}

.black-container {
	background-color: #000000;
}

.my-auto {
	background-color: #000000;
}

.inline {
	display: inline-block;
}

input {
	color-scheme: dark;
}

.h1,
.h5 {
	margin-top: 10px;
	font-family: "Source Sans Pro", sans-serif;
	color: #FFFFFF;
}

.bottom-div {
	border-bottom: 1px solid #8F8F8F;
	margin-bottom: 20px;
}

.side-triangle-icons::before,
.side-triangle-icons::after {
	display: inline-block;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	content: "";
	border-bottom: 0.3em solid;
	border-right: 0.3em solid transparent;
	border-top: 0;
	border-left: 0.3em solid transparent;
	margin-right: 5px;
}

.form-group {
	margin-bottom: 16px;
}

.form-control-user,
.form-control-user:disabled,
.form-control-sm,
.form-select-sm,
.form-select,
.form-select .form-control-textarea-box::after {
	font-family: "Source Sans Pro", sans-serif;
	background-color: #0e0d0d;
	display: inline-block;
	border: 1px solid #FFFFFF;
	border-radius: 0;
	font-size: 1rem;
	color: #FFFFFF;
	min-height: 30px;
	margin-left: 5px;
}

.form-control-textarea-box>textarea {
	resize: none;
	height: 100%;
}

.form-control-textarea-box {
	display: grid;
}

.form-control-textarea-box::after {
	content: attr(data-replicated-value) " ";
	white-space: pre-wrap;
	visibility: hidden;
}

input[type="file"] .form-control-user {
	color: #AAAAAA;
}

.form-control-user::file-selector-button {
	background-color: #000000;
	color: #ffffff;
}

.form-control-user:hover::file-selector-button {
	color: #000000;
}

.form-control {
	color: #ffffff;
	background-color: #000000;
}

.form-control-user:disabled:hover::file-selector-button {
	color: #ffffff;


}

.form-control-user:disabled {
	color: #aaaaaa;
	opacity: 0.5;
}


.pagination {
	--bs-pagination-color: #FFFFFF;
	--bs-pagination-bg: #000000;
	--bs-pagination-border-color: #FFFFFF;
	--bs-pagination-hover-color: #FFFFFF;
	--bs-pagination-hover-bg: #2c2c2c;
	--bs-pagination-hover-border-color: #FFFFFF;
	--bs-pagination-focus-color: #FFFFFF;
	--bs-pagination-focus-bg: #000000;
	--bs-pagination-focus-box-shadow: 0 0 0 0 #000000;
	--bs-pagination-active-color: #FFFFFF;
	--bs-pagination-active-bg: #005080;
	--bs-pagination-active-border-color: #FFFFFF;
	--bs-pagination-disabled-color: #FFFFFF;
	--bs-pagination-disabled-bg: #000000;
	--bs-pagination-disabled-border-color: #FFFFFF;
	--bs-pagination-border-radius: 0;
}

.form-label-even {
	width: 100%;
	padding-left: 0;
	margin-left: 5px;
}

form.user .form-control-user {
	border-radius: 0;
	font-size: 1rem;
	color: #FFFFFF;
}

form.user .form-control-user:focus {
	background-color: #000000;
}

.form-control-user::placeholder,
.form-control-sm::placeholder,
.form-select::placeholder,
.form-select-sm::placeholder {
	color: #8F8F8F;
}

form.user .form-control-user::placeholder {
	color: #8F8F8F;
}

.form-control-user:focus,
.form-control-sm:focus,
.form-select:focus,
.form-select-sm:focus {
	background-color: #000000;
	color: #FFFFFF;
}

.form-check-input {
	width: 24px;
	height: 24px;
	margin: 0;
	margin-bottom: 10px;
	margin-left: 10px;
	border-collapse: separate;
	overflow: hidden;
	border-radius: 50%;
}

.form-label {
	width: 100%;
}

.btn {
	font-family: "Source Sans Pro", sans-serif;
	transition: all 0.5s;
	font-size: 1rem;
}

.btn:hover {
	animation-duration: 1s;
}

.btn-block {
	background: rgb(0, 52, 108);
	background: linear-gradient(90deg, rgba(0, 52, 108, 1) 0%, rgba(0, 150, 180, 1) 80%);
	color: #FFFFFF;
	border: 0 solid #000000;
}

.btn-small {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
	padding-bottom: 4px;
	padding-top: 4px;
	padding-left: 8px;
	padding-right: 8px;
	display: flex;
	width: fit-content;
	justify-content: center;
	align-items: center;
}

.btn-warning {
	background: #aa8833;
	border-width: 0;
}

.btn-danger {
	background: #aa3333;
	border-width: 0;
}

.languages {
	display: flex;
	gap: .1rem;
}

.lang-button {
	background-color: transparent;
	font-family: "Source Sans Pro", sans-serif;
	font-size: 0.8rem;
	border: 0;
	cursor: pointer;
}

.text-dark {
	color: #FFFFFF !important;
}

.bg-primary {
	background-color: #AAAAAA !important;
	color: #000000 !important;
}

.card {
	background: rgb(2, 0, 40);
	background: linear-gradient(45deg, rgb(40, 39, 39) 36%, rgba(70, 70, 70, 1) 100%);
	color: #FFFFFF;
}

.card2 {
	background: rgb(44, 36, 201);
	background: linear-gradient(45deg, rgb(27, 24, 24) 36%, rgb(38, 32, 198) 100%);
	color: #FFFFFF;
}

.copyright {
	margin-top: 15px;
}

.margin-small {
	margin: 5px;
}

.bg-secondary {
	background: linear-gradient(45deg, rgba(40, 40, 40, 1) 36%, rgba(70, 70, 70, 1) 100%);
}

.modal-content {
	background-color: #333333;
}

.bg-light {
	background-color: #2c2c2c !important;
	border-radius: 10px;
}

.text-left {
	margin-left: 20px;
}

.navbar-brand {
	display: flex;
	align-items: center;
	vertical-align: middle;
}

.centrar {
	list-style-type: none;
	float: top;
	margin-bottom: 0;
	font-size: 16px;
	text-align: center;
	background: linear-gradient(45deg, rgba(20, 20, 20, 1) 36%, rgba(40, 40, 40, 1) 100%);
	color: #FFFFFF;
	padding: 0;
	margin-left: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	border-radius: 6px;
}

.centrar2 {
	list-style-type: none;
	float: top;
	margin-bottom: 0;
	font-size: 16px;
	text-align: center;
	background: linear-gradient(45deg, rgba(20, 20, 20, 1) 36%, rgba(40, 40, 40, 1) 100%);
	color: #FFFFFF;
	padding: 0;
	margin-left: 12px;
	margin-right: 12px;
	border-radius: 0px;
}

.esp {
	list-style-type: none;
	margin: 2px;
	padding: 2px;
	padding-bottom: 20px;
	background: linear-gradient(45deg, rgba(20, 20, 20, 1) 36%, rgba(40, 40, 40, 1) 100%);
}

.even {
	background-color: #2c2c2c !important;
}

@keyframes notification {
	0% {
		top: 0%;
		opacity: 0;
		z-index: 9999;
	}

	5% {
		top: 70px;
		opacity: 1;
		z-index: 9999;
	}

	95% {
		top: 70px;
		opacity: 1;
		z-index: 9999;
	}

	100% {
		top: 0%;
		opacity: 0;
		z-index: 9999;
	}
}

.notification {
	position: fixed;
	border-radius: 5px;
	width: 90%;
	left: 5%;
	z-index: -1;
	animation-name: notification;
	animation-duration: 5s;
	animation-timing-function: ease;
	display: flex;
	vertical-align: middle;
	align-items: center;
	padding: 10px;
	font-family: "Source Sans Pro", sans-serif;
	opacity: 0;
}

.notification-list {
	margin-bottom: 0;
}

.report-message-box-left {
	display: flex;
	justify-content: left;
}

.report-message-box-right {
	display: flex;
	justify-content: right;
}

.report-message {
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	margin: 7px;
	width: 50%;
	border-radius: 8px;
	overflow-wrap: break-word;
	font-size: small;
}

@media only screen and (max-width: 768px) {
	.report-message {
		width: 70%;
	}
}

.report-message-box-left>.report-message {
	background: #000000;
}

.report-message-box-right>.report-message {
	background: linear-gradient(90deg, rgba(0, 52, 108, 1) 20%, rgba(0, 100, 120, 1) 100%);
}

.table-row {
	border-bottom: 2px solid #2c2c2c;
}

.world-icon {
	display: inline-block;
	padding-top: 3px;
	padding-bottom: 3px;
	width: 1rem;
	aspect-ratio: 1;
	background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" fill="white" viewBox="0 0 511.999 511.999"><path d="M437.02,74.98C388.667,26.628,324.379,0,255.999,0S123.333,26.628,74.98,74.98C26.628,123.333,0,187.62,0,255.999 s26.628,132.667,74.98,181.019c48.352,48.352,112.639,74.98,181.019,74.98s132.667-26.628,181.019-74.98 c48.352-48.352,74.98-112.639,74.98-181.019S485.371,123.333,437.02,74.98z M454.124,158.127 c12.207,24.468,19.976,51.696,22.232,80.395H369.37c-1.413-27.842-6.267-54.762-14.179-80.395H454.124z M432.519,123.173h-90.485 c-14.901-33.789-35.434-62.812-60.671-86.687C342.966,43.557,396.947,75.402,432.519,123.173z M177.687,238.522 c1.679-27.76,7.38-54.762,16.551-80.395h124.204c8.882,25.633,14.327,52.286,15.91,80.395H177.687z M334.29,273.477 c-1.698,27.818-7.329,54.762-16.357,80.395H193.763c-8.939-25.633-14.44-52.263-16.079-80.395H334.29z M256.145,60.709 c18.802,17.489,34.662,39.162,47.116,62.464h-93.68C222.036,99.87,237.749,78.22,256.145,60.709z M230.988,36.446 c-24.545,23.649-45.252,52.938-60.415,86.727H79.48C115.121,75.402,169.239,43.433,230.988,36.446z M57.876,158.127h99.362 c-8.175,25.633-13.13,53.014-14.59,80.395H35.644C37.9,209.824,45.669,182.595,57.876,158.127z M57.876,353.871 c-12.207-24.468-19.976-51.695-22.232-80.395H142.66c1.462,27.861,6.364,54.762,14.324,80.395H57.876z M79.48,388.826h90.746 c15.025,33.789,35.722,62.919,61.158,86.773C169.471,468.707,115.197,436.597,79.48,388.826z M256.566,451.332 c-18.96-17.467-34.958-38.037-47.521-62.505h93.738C290.431,412.129,274.834,433.893,256.566,451.332z M281.861,475.456 c24.3-23.522,44.79-52.84,59.809-86.63h90.85C397.042,435.431,343.256,468.269,281.861,475.456z M454.123,353.871h-99.268 c8.073-25.633,12.981-52.99,14.464-80.395h107.036C474.1,302.176,466.331,329.403,454.123,353.871z"></path></svg>') 0 0/contain no-repeat !important;
}

.dropdown-toggle-icon {
	opacity: 0.55;
}

.dropdown-toggle-icon:hover {
	opacity: 0.75;
}


.fa-acceso {
	display: inline-block;
	width: 1em;
	aspect-ratio: 1;
	background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M1.5 15a.5.5 0 0 0 0 1h13a.5.5 0 0 0 0-1H13V2.5A1.5 1.5 0 0 0 11.5 1H11V.5a.5.5 0 0 0-.57-.495l-7 1A.5.5 0 0 0 3 1.5V15zM11 2h.5a.5.5 0 0 1 .5.5V15h-1zm-2.5 8c-.276 0-.5-.448-.5-1s.224-1 .5-1 .5.448.5 1-.224 1-.5 1"/></svg>') 0 0/contain no-repeat;

}

.fa-pen-to-square {
	display: inline-block;
	width: 1rem;
	aspect-ratio: 1;
	background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M15.502 1.94a.5.5 0 0 1 0 .706L14.459 3.69l-2-2L13.502.646a.5.5 0 0 1 .707 0l1.293 1.293zm-1.75 2.456-2-2L4.939 9.21a.5.5 0 0 0-.121.196l-.805 2.414a.25.25 0 0 0 .316.316l2.414-.805a.5.5 0 0 0 .196-.12l6.813-6.814z"/></svg>') 0 0/contain no-repeat;

}

.fa-trash {
	display: inline-block;
	width: 1em;
	aspect-ratio: 1;
	background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M11 1.5v1h3.5a.5.5 0 0 1 0 1h-.538l-.853 10.66A2 2 0 0 1 11.115 16h-6.23a2 2 0 0 1-1.994-1.84L2.038 3.5H1.5a.5.5 0 0 1 0-1H5v-1A1.5 1.5 0 0 1 6.5 0h3A1.5 1.5 0 0 1 11 1.5m-5 0v1h4v-1a.5.5 0 0 0-.5-.5h-3a.5.5 0 0 0-.5.5M4.5 5.029l.5 8.5a.5.5 0 1 0 .998-.06l-.5-8.5a.5.5 0 1 0-.998.06m6.53-.528a.5.5 0 0 0-.528.47l-.5 8.5a.5.5 0 0 0 .998.058l.5-8.5a.5.5 0 0 0-.47-.528M8 4.5a.5.5 0 0 0-.5.5v8.5a.5.5 0 0 0 1 0V5a.5.5 0 0 0-.5-.5"/></svg>') 0 0/contain no-repeat;
}



#qr_code {
	margin: 1rem;
}

.fa-check-square {
	display: inline-block;
	width: 3em;
	aspect-ratio: 1;
	color: #AAAAAA;
	background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2z"/> <path fill-rule="evenodd"  d="M10.97 4.97a.75.75 0 0 1 1.071 1.05l-3.992 4.99a.75.75 0 0 1-1.08.02L4.324 8.384a.75.75 0 1 1 1.06-1.06l2.094 2.093 3.473-4.425z"/></svg>') 0 0/contain no-repeat;
}

.fa-chart-line {
	display: inline-block;
	width: 3em;
	aspect-ratio: 1;
	color: #AAAAAA;
	background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 16 16"><path fill-rule="evenodd"  d="M11 2a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v12h.5a.5.5 0 0 1 0 1H.5a.5.5 0 0 1 0-1H1v-3a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v3h1V7a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v7h1zm1 12h2V2h-2zm-3 0V7H7v7zm-5 0v-3H2v3z"/>/></svg>') 0 0/contain no-repeat;
}

.fa-comments {
	display: inline-block;
	width: 3em;
	aspect-ratio: 1;
	color: #AAAAAA;
	background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 16 16"><path fill-rule="evenodd"  d="M11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0"/><path fill-rule="evenodd"  d="M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2M9.5 3A1.5 1.5 0 0 0 11 4.5h2v9.255S12 12 8 12s-5 1.755-5 1.755V2a1 1 0 0 1 1-1h5.5z"/>/></svg>') 0 0/contain no-repeat;
}

.fa-money-bill-alt {
	display: inline-block;
	width: 3em;
	aspect-ratio: 1;
	color: #AAAAAA;
	background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 16 16"><path fill-rule="evenodd"  d="M0 5a5 5 0 0 0 4.027 4.905 6.5 6.5 0 0 1 .544-2.073C3.695 7.536 3.132 6.864 3 5.91h-.5v-.426h.466V5.05q-.001-.07.004-.135H2.5v-.427h.511C3.236 3.24 4.213 2.5 5.681 2.5c.316 0 .59.031.819.085v.733a3.5 3.5 0 0 0-.815-.082c-.919 0-1.538.466-1.734 1.252h1.917v.427h-1.98q-.004.07-.003.147v.422h1.983v.427H3.93c.118.602.468 1.03 1.005 1.229a6.5 6.5 0 0 1 4.97-3.113A5.002 5.002 0 0 0 0 5m16 5.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0m-7.75 1.322c.069.835.746 1.485 1.964 1.562V14h.54v-.62c1.259-.086 1.996-.74 1.996-1.69 0-.865-.563-1.31-1.57-1.54l-.426-.1V8.374c.54.06.884.347.966.745h.948c-.07-.804-.779-1.433-1.914-1.502V7h-.54v.629c-1.076.103-1.808.732-1.808 1.622 0 .787.544 1.288 1.45 1.493l.358.085v1.78c-.554-.08-.92-.376-1.003-.787zm1.96-1.895c-.532-.12-.82-.364-.82-.732 0-.41.311-.719.824-.809v1.54h-.005zm.622 1.044c.645.145.943.38.943.796 0 .474-.37.8-1.02.86v-1.674z"/>/></svg>') 0 0/contain no-repeat;
}

.fa-clipboard-list {
	display: inline-block;
	width: 3em;
	aspect-ratio: 1;
	color: #AAAAAA;
	background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 16 16"><path fill-rule="evenodd"  d="M10 1.5a.5.5 0 0 0-.5-.5h-3a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h3a.5.5 0 0 0 .5-.5zm-5 0A1.5 1.5 0 0 1 6.5 0h3A1.5 1.5 0 0 1 11 1.5v1A1.5 1.5 0 0 1 9.5 4h-3A1.5 1.5 0 0 1 5 2.5zm-2 0h1v1A2.5 2.5 0 0 0 6.5 5h3A2.5 2.5 0 0 0 12 2.5v-1h1a2 2 0 0 1 2 2V14a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V3.5a2 2 0 0 1 2-2"/>/></svg>') 0 0/contain no-repeat;
}

.fa-circle-info {
	display: inline-block;
	width: 3em;
	aspect-ratio: 1;
	color: #AAAAAA;
	background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14m0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16"/> <path fill-rule="evenodd" d="m8.93 6.588-2.29.287-.082.38.45.083c.294.07.352.176.288.469l-.738 3.468c-.194.897.105 1.319.808 1.319.545 0 1.178-.252 1.465-.598l.088-.416c-.2.176-.492.246-.686.246-.275 0-.375-.193-.304-.533zM9 4.5a1 1 0 1 1-2 0 1 1 0 0 1 2 0"/></svg>') 0 0/contain no-repeat;
}




.centrado {
	display: flex;
	justify-content: center;
}

.ancho {
	width: auto;

}

.red {
	background: #253c50;
}

.colorp {
	width: 5em;
}

.encoger {
	width: 100%;
}

@keyframes load_spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.load_spinner {
	border: 16px solid #00000000;
	border-top: 16px solid #8F8F8F;
	border-radius: 50%;
	height: 80%;
	width: 80%;
	display: block;
	margin: auto;
	animation: load_spin 1s cubic-bezier(0.7, 0.3, 0.3, 0.7) infinite;
	z-index: 2;
}

.centro {
	text-align: left;
}

.esp {
	list-style-type: none;
	margin: 2;
	padding: 2;

	background-color: darkgray;
}

.peq {
	margin: 2px 2px 2px 2px;
	padding: 1px;
	float: left;
	width: 50px;
	height: 65px;
	font-size: 8px;
	text-align: center;
}

.menu_dropdown_link {
	display: block;
	padding: 15px;
	font-size: var(--bs-nav-link-font-size);
	font-weight: var(--bs-nav-link-font-weight);
	color: #eee;
	text-decoration: none;
	background: 0 0;
	border: 0;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
	.menu_dropdown_link {
		transition: none;
	}
}

.menu_dropdown_link:hover {
	text-decoration: none;
}

.menu_dropdown_menu {
	position: static;
	z-index: 1000;
	display: none;
	min-width: 10rem;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0;
	margin: 0;
	font-size: 1rem;
	color: #a1a8b0;
	text-align: left;
	list-style: none;
	background-color: #212529;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 5px;
}



.menu_dropdown_menu>li {
	padding: 0;
	margin: 0;
}

.menu_dropdown_menu>li:hover {
	background-color: #2b3035;
}

.menu_dropdown_menu>li>a,
.menu_dropdown_menu>li>button {
	padding: 4px;
	padding-left: 16px;
	padding-right: 16px;
	color: #FFFFFF8C;
	text-decoration: none;
}

.login_lang_dropdown {
	width: fit-content;
}

.login_lang_dropdown>ul {
	position: absolute;
}

.icenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	background-color: transparent;
	border: none;
}

.fa-circle-pay {
	display: inline-block;
	width: 2em;
	margin: 0;
	padding: 0;
	aspect-ratio: 1;
	background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20"  height="20" viewBox="0 0 16 16"><path  fill-rule="evenodd" d="M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14m0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16"/> <path fill-rule="evenodd" d="m8.93 6.588-2.29.287-.082.38.45.083c.294.07.352.176.288.469l-.738 3.468c-.194.897.105 1.319.808 1.319.545 0 1.178-.252 1.465-.598l.088-.416c-.2.176-.492.246-.686.246-.275 0-.375-.193-.304-.533zM9 4.5a1 1 0 1 1-2 0 1 1 0 0 1 2 0"/></svg>') 0 0/contain no-repeat;
	filter: invert(100%) sepia(100%) saturate(10000%) hue-rotate(90deg) brightness(50%) contrast(50%);

}



.btn,
.button,
.button2,
.button3 {
	background-image: radial-gradient(rgb(50, 150, 200), rgb(10, 50, 100));
	border-radius: 15%;
	color: #ffffff;
	/* cursor: pointer; */
	justify-content: center;
	font-family: ui-sans-serif, system-ui, -apple-system, system-ui, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-weight: 400;
	font-size: 1rem;
	margin: 5px;
	padding: 3px;
	text-align: center;
	transition: all .1s cubic-bezier(.4, 0, .2, 1);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	touch-action: manipulation;
}

.btn {
	padding: 8px;
}

.btn:active,
.button:active,
.button2:active,
.button3:active {
	box-shadow: 3px 3px 0px 0px rgba(255, 255, 255, 0.1);
	transform: translate(2px, 2px);
	background-image: radial-gradient(rgb(10, 50, 100), rgb(50, 150, 200));

}

.btn:hover,
.button:hover,
.button2:hover,
.button3:hover {
	background-image: radial-gradient(rgb(10, 50, 100), rgb(50, 150, 200));
}

.button3,
.btn-danger {
	background-image: radial-gradient(red, #4d0707);
}

.button3:active,
.btn-danger:active {
	background-image: radial-gradient(#4d0707, red);
}

.button3:hover,
.btn-danger:hover {
	background-image: radial-gradient(#4d0707, red);
}

.btn-warning {
	background-image: radial-gradient(rgb(220, 222, 89), #746e49);
}

.btn-warning:active {
	background-image: radial-gradient(#746e49, rgb(220, 222, 89));

}

.btn-warning:hover {
	background-image: radial-gradient(#746e49, rgb(220, 222, 89));

}

.allado {
	display: inline;
	font-size: small;
}

.navbar-collapse {
	flex-grow: unset;
}

.fa-folder {
	display: inline-block;
	width: 16px;
	aspect-ratio: 1;
	background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path d="M12.643 15C13.979 15 15 13.845 15 12.5V5H1v7.5C1 13.845 2.021 15 3.357 15zM5.5 7h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1 0-1M.8 1a.8.8 0 0 0-.8.8V3a.8.8 0 0 0 .8.8h14.4A.8.8 0 0 0 16 3V1.8a.8.8 0 0 0-.8-.8z"/></svg>') 0 0/contain no-repeat;
	filter: invert(100%) sepia(100%) saturate(10000%) hue-rotate(90deg) brightness(50%) contrast(50%);

}

.fa-folder2 {
	display: inline-block;
	width: 16px;
	aspect-ratio: 1;
	background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M1.5 15a.5.5 0 0 0 0 1h13a.5.5 0 0 0 0-1H13V2.5A1.5 1.5 0 0 0 11.5 1H11V.5a.5.5 0 0 0-.57-.495l-7 1A.5.5 0 0 0 3 1.5V15zM11 2h.5a.5.5 0 0 1 .5.5V15h-1zm-2.5 8c-.276 0-.5-.448-.5-1s.224-1 .5-1 .5.448.5 1-.224 1-.5 1"/></svg>') 0 0/contain no-repeat;
	filter: invert(100%) sepia(100%) saturate(10000%) hue-rotate(90deg) brightness(50%) contrast(50%);

}

.row {
	margin-top: 20px;

}

body {
	margin: 0;
	padding: 0;
	background-color: #000;
	color: #fff;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

#instrucciones {
	padding: 0%;
	margin: 0%;
	position: fixed;
	top: 10px;
	left: 5%;
	width: 90%;
	color: #fff;
	height: auto;
	background-color: #000000;
	z-index: 9999;
	font-size: 0.75em;
}




a {
	color: rgb(189, 189, 137);
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#container {
	width: 100%;

}


#fotomenu {
	padding: 0;
	margin: 0;
	height: 60px;
	width: auto;
	margin-left: auto;
	margin-right: auto;
}

.botones {
	padding: 0;
	height: 40px;
	width: 40px;
	border-radius: 5px;
	z-index: 3000;

}

.home {
	padding: 5px;
	margin-right: 10px;
	height: 40px;
	width: 40px;
	border-radius: 5px;
	z-index: 3000;
	filter: invert(33%) sepia(33%) saturate(10000%) hue-rotate(90deg) brightness(50%) contrast(50%);


}

#joyDiv {
	display: inline;
	position: fixed;
	bottom: 0;
	right: 0;
	padding: 0;
	margin: 0;
	height: auto;
	width: auto;
}


#desc {
	padding: 2px;
	margin: 2px;
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 50%;
	height: auto;
	background-color: #2c2c2c;
	z-index: 50;
}

#desc1 {
	display: inline;
	position: relative;
	top: 0px;
	left: 0px;
	width: 40%;
	height: auto;

	z-index: 300;
}

#desc2 {
	display: inline;
	position: relative;
	top: 0px;
	right: 0px;
	width: 40%;
	height: auto;

	z-index: 100;
}

#todo {
	width: 100%;
}


a,
button,
input,
select {
	pointer-events: auto;
}


/* This keeps child nodes hidden while the element loads */
:not(:defined)>* {
	display: none;
}


model-viewer {
	background-color: rgb(32, 18, 18);
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: hidden;
	--poster-color: #eee;
	pointer-events: auto;
}

#ar-button {


	background-color: #003;
	position: fixed;
	right: 10px;
	bottom: 10px;
	padding: 3px;
	margin: 3px;
	font-family: Roboto Regular, Helvetica Neue, sans-serif;
	font-size: 1em;
	color: #4285f4;
	height: 100px;
	width: 100px;
	border-radius: 10%;
	border: 1px solid #DADCE0;
	text-align: center;
}

#ar-button:active {
	background-color: #E8EAED;
}

#ar-button:focus {
	outline: none;
}

#ar-button:focus-visible {
	outline: 3px solid #3c3f44;
}


model-viewer>#ar-prompt {
	position: absolute;
	left: 50%;

	animation: elongate 10s infinite ease-in-out alternate;
	display: none;
}

model-viewer[ar-status="session-started"]>#ar-prompt {
	display: block;
}

model-viewer>#ar-prompt>img {
	animation: circle 4s linear infinite;
}

model-viewer>#ar-failure {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 175px;
	display: none;
}

model-viewer[ar-tracking="not-tracking"]>#ar-failure {
	display: block;
}

.menu {
	position: absolute;
	background-color: #2c2c2c;
	top: 10px;
	left: 10px;
	text-align: center;
	padding: 0;
	color: white;
	font-size: 36px;
	font-weight: 700;
	line-height: 25px;
	cursor: pointer
}

#men {

	background-color: #2c2c2c;
	font-size: 26px;
	position: absolute;
	top: 2px;
	left: 2px;

}

#css-menu {
	position: fixed;
	top: 0;
	left: -340px;
	z-index: 9999;
	background: #2C2C2D;
	height: auto;
	transition: all .4s ease-in-out;
}

#cssmenu,
#cssmenu ul,
#cssmenu li,
#cssmenu a {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	font-weight: normal;
	text-decoration: none;
	line-height: 1;
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	position: relative;
}

#cssmenu a {
	line-height: 1.3;
	padding: 12px 15px;
}

#cssmenu {
	width: 240px;
}

#cssmenu>ul>li {
	cursor: pointer;
	background: #efefef;
	border-top: 1px solid #3d3d3d;
	border-bottom: 1px solid #161616;
}

#cssmenu>ul>li:first-child {
	border-top: none;
}

#cssmenu>ul>li:last-child {
	border-bottom: 1px solid #3d3d3d;
}

#cssmenu>ul>li:last-child>a {
	border-bottom: 1px solid #161616;
}

#cssmenu>ul>li>a {
	font-size: 14px;
	display: block;
	color: #ffffff;
	text-shadow: 0 1px 1px #000;
	background: #2C2C2D;
	padding: 12px 15px;
}

#cssmenu>ul>li>a:hover {
	text-decoration: none;
	background: #3d3d3d
}

#cssmenu>ul>li.active {
	font-weight: 700;
}

#cssmenu>ul>li.home .close-menu {
	background: #2C2C2D;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	padding: 12px 15px;
	display: block
}

#cssmenu>ul>li.has-sub>a:after {
	content: '';
	position: absolute;
	top: 15px;
	right: 10px;
	border: 5px solid transparent;
	border-left: 5px solid #ffffff;
}

#cssmenu>ul>li.has-sub.active>a:after {
	right: 14px;
	top: 17px;
	border: 5px solid transparent;
	border-top: 5px solid #ffffff;
}

#cssmenu ul ul {
	padding: 0;
	display: none;
}

#cssmenu ul ul.expand {
	height: 300px;
	overflow: auto;
}

#cssmenu ul ul a {
	background: #efefef;
	display: block;
	color: #797979;
	font-size: 13px;
}

#cssmenu ul ul a:hover {
	color: #000;
}

#cssmenu ul ul li {
	border-bottom: 1px solid #c9c9c9;
}

#cssmenu ul ul li.odd a {
	background: #e5e5e5;
}

#cssmenu ul ul li:last-child {
	border: none;
}

#loading {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 43%;
	display: flex;
	justify-content: center;
	align-items: center;
}

#loading .progress {
	margin: 1.5em;
	border: 1px solid white;
	width: 50vw;
}

#loading .progressbar {
	margin: 2px;
	background: white;
	height: 1em;
	transform-origin: top left;
	transform: scaleX(0);
}

.left {
	position: absolute;
	top: 50%;
	left: 150;
	transform: translateY(-50%);
	background-color: #2c2c2c;
	color: white;
	padding: 10px;
	font-size: 20px;
	cursor: pointer;
}

.b {
	color: black;
	text-decoration: none;
}

.arrow,
.arrow:active,
.arrow:hover {
	background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="flecha" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 226.77 226.77"><defs><style>.cls-1{fill:%23798a9d;}</style></defs><path d="M168.3,124.13c5.03-3.63,10.24-7.26,14.91-11.16L24.43,0H.63l158.16,112.89c-10.06,7.44-20.84,14.43-31.07,21.78C85.32,164.95,42.57,195.06,0,225.25c7.99.09,15.9.44,23.89.62,3.14,0,6.29.35,9.52.44v-.89s-8.35-.62-8.35-.62c47.51-33.73,96.28-66.67,143.25-100.67Z"/><path d="M66.64,226.75s-.06,0-.09,0h0s.09,0,.09,0Z"/><path d="M58.56.44c-6.2-.27-12.39.44-18.5.44l158.79,112.27v.44L40.06,225.87v.89c8.86.09,17.63-.17,26.5,0l6.82-4.6c-5.03,2.57-7.18,5.14-14.28,3.63l152.77-107.84v-.44l5.39-3.98L58.56.44Z"/><path class="cls-1" d="M208.9,101.29C162.47,67.03,113.43,34.44,66.55.44c-2.69,0-5.39.09-8.08,0l158.79,112.89-5.39,3.98v.53L59.1,225.69c7.18,1.51,9.34-.97,14.28-3.63l153.4-108.29-17.87-12.48Z"/><path class="cls-1" d="M189.86,113.07l-.09.09L31.07.89c-2.87,0-5.93-.44-8.98-.44l158.79,112.89c-4.67,3.9-9.88,7.53-14.91,11.16-46.97,34.09-95.74,66.94-143.25,100.67l8.35.62,158.79-112.27v-.44Z"/></svg>'),
	radial-gradient(rgb(50, 150, 200), rgb(10, 50, 100));
	background-blend-mode: multiply;

}

.arrow2,
.arrow2:active,
.arrow2:hover {
	background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="flecha" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 226.77 226.77"><defs><style>.cls-1{fill:%23798a9d;}</style></defs><path d="M58.47,102.64c-5.03,3.63-10.24,7.26-14.91,11.16l158.79,112.98h23.8L67.99,113.88c10.06-7.44,20.84-14.43,31.07-21.78C141.45,61.82,184.2,31.72,226.77,1.52c-7.99-.09-15.9-.44-23.89-.62-3.14,0-6.29-.35-9.52-.44v.89s8.35.62,8.35.62c-47.51,33.73-96.28,66.67-143.25,100.67Z"/><path d="M160.13.02s.06,0,.09,0h0s-.09,0-.09,0Z"/><path d="M168.22,226.33c6.2.27,12.39-.44,18.5-.44L27.93,113.62v-.44L186.72.9V.02c-8.86-.09-17.63.17-26.5,0l-6.82,4.6c5.03-2.57,7.18-5.14,14.28-3.63L14.91,108.84v.44l-5.39,3.98,158.7,113.07Z"/><path class="cls-1" d="M17.87,125.48c46.43,34.27,95.47,66.85,142.35,100.85,2.69,0,5.39-.09,8.08,0L9.52,113.44l5.39-3.98v-.53L167.68,1.08c-7.18-1.51-9.34.97-14.28,3.63L0,113l17.87,12.48Z"/><path class="cls-1" d="M36.91,113.71l.09-.09,158.7,112.27c2.87,0,5.93.44,8.98.44L45.89,113.44c4.67-3.9,9.88-7.53,14.91-11.16C107.77,68.2,156.54,35.35,204.05,1.61l-8.35-.62L36.91,113.26v.44Z"/></svg>'),
	radial-gradient(rgb(50, 150, 200), rgb(10, 50, 100));
	background-blend-mode: multiply;
}

.op {
	background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="flecha" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 226.77 226.77"><defs><style>.cls-1{fill:%23798a9d;}</style></defs><path d="M58.47,102.64c-5.03,3.63-10.24,7.26-14.91,11.16l158.79,112.98h23.8L67.99,113.88c10.06-7.44,20.84-14.43,31.07-21.78C141.45,61.82,184.2,31.72,226.77,1.52c-7.99-.09-15.9-.44-23.89-.62-3.14,0-6.29-.35-9.52-.44v.89s8.35.62,8.35.62c-47.51,33.73-96.28,66.67-143.25,100.67Z"/><path d="M160.13.02s.06,0,.09,0h0s-.09,0-.09,0Z"/><path d="M168.22,226.33c6.2.27,12.39-.44,18.5-.44L27.93,113.62v-.44L186.72.9V.02c-8.86-.09-17.63.17-26.5,0l-6.82,4.6c5.03-2.57,7.18-5.14,14.28-3.63L14.91,108.84v.44l-5.39,3.98,158.7,113.07Z"/><path class="cls-1" d="M17.87,125.48c46.43,34.27,95.47,66.85,142.35,100.85,2.69,0,5.39-.09,8.08,0L9.52,113.44l5.39-3.98v-.53L167.68,1.08c-7.18-1.51-9.34.97-14.28,3.63L0,113l17.87,12.48Z"/><path class="cls-1" d="M36.91,113.71l.09-.09,158.7,112.27c2.87,0,5.93.44,8.98.44L45.89,113.44c4.67-3.9,9.88-7.53,14.91-11.16C107.77,68.2,156.54,35.35,204.05,1.61l-8.35-.62L36.91,113.26v.44Z"/></svg>'),
	radial-gradient(rgb(50, 150, 200), rgb(10, 50, 100));
	background-blend-mode: multiply;
}

.btn-sel {
	font-size: 30px;

	position: absolute;
	display: block;
	width: 70px;
	height: 70px;
	color: #000;
	background: #ffffff;
	background-repeat: no-repeat;
	margin: 2px;
	padding: 2px 10px 2px 4px;
	border: 4px #ccc solid;
	cursor: pointer;
}

.ul-sel {
	font-size: 25px;
	list-style-type: none;
	position: absolute;
	width: 70px;
	color: #000;
	background: #ffffff;
	margin: 2px;
	padding: 2px;
	border: 4px #ccc solid;
}

.li-option {
	background-size: auto 100%;
	background-repeat: no-repeat;
	margin: 2px;
	width: 40px;
	padding: 2px;
	cursor: pointer;
}

.li-option.selected {
	background-color: #ccc;
}

.li-option:hover {
	color: #fff;
	background-color: #aaa;
}

.derecha {
	display: inline;
	width: 45%;
	padding: 5px;
	height: fit-content;
	margin-top: 10px;
	margin-bottom: auto;
	margin-left: 30px;
	margin-right: 0px;

}

.menu-flecha {
	display: inline-block;
	width: 1.25em;
	height: 1.25em;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 80%;
	border-radius:5%;
	background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='UTF-8'?%3E%3Csvg id='Capa_1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 44.53 47.3'%3E%3Cdefs%3E%3Cstyle%3E.cls-1{fill:none;stroke:%23e30613;stroke-width:8px;}.cls-1,.cls-2{stroke-miterlimit:10;}.cls-2{fill:%23fff;stroke:%23dadada;stroke-width:7px;}%3C/style%3E%3C/defs%3E%3Cline class='cls-2' x1='0' y1='34.35' x2='43.04' y2='34.35'/%3E%3Cline class='cls-2' x1='0' y1='3.5' x2='43.04' y2='3.5'/%3E%3Cline class='cls-2' x1='0' y1='19.08' x2='43.04' y2='19.08'/%3E%3Ccircle class='cls-1' cx='38.16' cy='40.93' r='2.37'/%3E%3C/svg%3E");
}
.menuboton {
	padding: 0.25rem 0.25rem;
	font-size: 1.25rem;
	line-height: 1;
	background-color: transparent;
	border: 2px solid ;
	border-radius: 15%;
	box-shadow: 3px 3px 0px 0px rgba(255, 255, 255, 0.3);


	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	touch-action: manipulation;
  }
  .menuboton:active {
	box-shadow: 3px 3px 0px 0px rgba(255, 255, 255, 0.3);
	transform: translate(2px, 2px);
  }
  @media (min-width: 992px) {
	.menu_dropdown_menu { 	
		position: absolute;
	}
	.menuboton{
		display: none;
	}
}
.pequeno{
font-size: 14px;
}
.maspequeno{
	font-size: 8px;
}
.card-body2{
height: 60px;
}

.cardcen{
	position:static;
	display: flex;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #a09ef6;
	background-clip: border-box;
	border: 1px solid rgba(0, 0, 0, 0.125);
	border-radius: 0.rem;
}
.cardb {
	flex: 1 1 auto;
	padding: .5rem .5rem;
  }