html,
body {
	color: rgba(33, 37, 41, 1);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
	font-size: 14px;
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
	background-color: #fff;
}

.error,
.obligatorio {
	color: #fe3131;
}

.tt {
	font-size: 13px;
	font-weight: 500;
}

.tnr {
	font-weight: 500;
}

.tr,
.tnr {
	color: #00894b;
}

.radios {
	display: flex;
	justify-content: center;
	align-items: start;
	font-size: 12px;
}

.radio {
	display: flex;
	align-items: center;
}

.radio input {
	margin-right: 4px;
}

.radio label {
	margin-bottom: 0;
	margin-right: 6px;
}

a.sodio {
	width: 34px;
	height: 12px;
	margin-right: 20px;
}

a.sodio:hover,
a.sodio:active {
	background-position: left top;
}

a.sodio .logo_sodio_img {
	fill-rule: evenodd;
	clip-rule: evenodd;
	fill: #247faf;
	vertical-align: top;
}

a.sodio svg {
	vertical-align: top;
}

a.sodio:hover .logo_sodio_img,
a.sodio:active .logo_sodio_img {
	fill: #5b92d4;
}

a,
a:visited {
	color: #007bff;
	text-decoration: none;
	transition: color 0.1s ease-out;
}

a:hover,
a:focus {
	color: #80a9d1;
	text-decoration: none;
}

main {
	/* margin-left: 280px; */
	padding: 20px 0;
}

.form-inline .form-control {
	display: inline-block;
}

header {
	position: fixed;
	padding: 20px 0;
	top: 0;
	left: 30px;
	right: 30px;
	z-index: 1;
	background-color: #fff;
	transition: box-shadow 0.15s linear;
}

header.active {
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

header .titulo {
	font-size: 28px;
}

header .logo {
	height: 170px;
	vertical-align: top;
}

header .usuario {
	float: right;
	text-align: right;
	margin-top: 10px;
}

header .usuario a {
	line-height: 28px;
	vertical-align: top;
	margin-left: 20px;
}

header .salir {
	display: inline-block;
	height: 28px;
	width: 28px;
	background-image: url(../img/logout.svg);
	background-position: center center;
	background-size: 20px 19px;
	background-repeat: no-repeat;
	border-radius: 4px;
	transition: background-color 0.1s ease-out;
}

header .salir:hover {
	background-color: #c0d6f2;
}

header .boton_menu {
	display: none;
	height: 38px;
	width: 38px;
	background-image: url(../img/menu.svg);
	background-position: center center;
	background-size: 44px 42px;
	background-repeat: no-repeat;
	border-radius: 4px;
	transition: background-color 0.1s ease-out;
	margin-right: 20px;
	cursor: pointer;
	position: relative;
	left: -8px;
}

header .boton_menu:hover {
	background-color: #c0d6f2;
}

.sub_header {
	margin-bottom: 20px;
}

.sub_header:first-child {
	margin-bottom: 40px;
}

.sub_header input[type="text"].form-control {
	width: 250px;
}

.sub_header select.form-control {
	min-width: 100px;
	max-width: 250px;
}

.handle {
	background: url(../img/move.png) no-repeat;
	height: 25px;
}

.btn-primary {
	color: #fff;
	background-color: #2B3A92;
	border-color: #2B3A92;
}

.btn-primary:hover {
	color: #fff;
	background-color: #181244;
	border-color: #181244;
}

.btn-primary:visited {
	color: #fff;
	background-color: #181244 !important;
	border-color: #181244 !important;
}

.btn-primary:focus {
	color: #fff;
	background-color: #181244 !important;
	border-color: #181244 !important;
}

.boton_nav {
	text-align: left;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: 18px;
	background-color: transparent;
	border: none;
	color: #ffde00;
}

.boton_nav:hover {
	background-color: transparent;
}

nav {
	position: fixed;
	width: 280px;
	top: 0;
	left: 0;
	bottom: 0;
	background: linear-gradient(#c33435, #d55eb5);
	z-index: 3;
}

nav .cabezal {
	height: 80px;
	margin-bottom: 10px;
	padding: 20px;
	transition: box-shadow 0.15s linear;
}

nav .cabezal.active {
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

nav .controles {
	border-bottom: 1px solid #eee;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

nav .controles .form-control {
	margin-bottom: 10px;
}

nav .controles .form-control:last-child {
	margin-bottom: 0;
}

nav .contenido {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 150px;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 20px;
}

nav .boton_menu {
	display: none;
	height: 38px;
	width: 38px;
	background-image: url(../img/cerrar_menu.svg);
	background-position: center center;
	background-size: 38px 36px;
	background-repeat: no-repeat;
	border-radius: 4px;
	transition: background-color 0.1s ease-out;
	cursor: pointer;
	float: right;
}

nav .boton_menu:hover {
	background-color: #5692dc;
}

nav .boton {
	color: #fff;
}

nav a.link,
nav a.link:visited {
	color: #fff;
	text-decoration: none;
	transition: color 0.1s ease-out;
	font-size: 16px;
	display: block;
	margin-bottom: 10px;
}

nav a.link:hover,
nav a.link:focus {
	color: #aac9ee;
	text-decoration: none;
}

nav a.link .marca {
	background-color: #fff;
	width: 10px;
	height: 10px;
	border-radius: 100%;
	display: inline-block;
	margin-left: 10px;
}

nav .titulo {
	color: #ccc;
	font-size: 19px;
	margin-bottom: 0px;
	margin-top: 15px;
	border-bottom: 1px solid #578ed0;
	padding-bottom: 5px;
}

.nav_cerrar {
	height: 0;
	width: 0;
	display: none;
}

nav a.link.active:visited {
	color: #aac9ee;
}

nav form .btn {
	width: 100%;
}

.lista_secciones {
	display: none;
	border-bottom: 1px solid #578ed0;
	margin-top: 10px;
	/* margin-bottom: 10px; */
	padding-top: 10px;
	padding-bottom: 25px;
}

.lista_sub_secciones {
	display: none;
	padding: 10px;
}

.lista_secciones_show {
	border-bottom: 1px solid #578ed0;
	margin-top: 10px;
	/* margin-bottom: 10px; */
	padding-top: 10px;
	padding-bottom: 25px;
}

.lista_sub_secciones_show {
	padding: 10px;
}

footer {
	position: fixed;
	padding: 10px 20px 20px 20px;
	bottom: 0;
	left: 0;
	right: 0;
	height: 72px;
	background-color: #fff;
	border-top: 1px solid #eee;
}

footer.alto {
	height: 40px;
}

footer .paginado div {
	line-height: 38px;
}

.foto {
	margin-bottom: 20px;
}

.foto img {
	width: 200px;
}

.foto .btn {
	margin: 10px 0;
}

.row.linea-titulo {
	font-size: 15px;
	padding: 10px 0;
	border-bottom: 1px solid #bbb;
	line-height: 18px;
}

.row.linea {
	padding: 15px 0;
	border-bottom: 1px solid #ddd;
}

.row.seleccionado {
	background-color: #e6f2ff;
}

.elementos_seleccionados {
	line-height: 30px;
	font-size: 12px;
}

.row.campo-titulo {
	margin-bottom: 6px;
	font-weight: bold;
	font-size: 17px;
}

.row.campo-titulo-listado {
	margin-bottom: 10px;
}

.row.campo {
	margin-bottom: 30px;
	font-size: 16px;
	padding-bottom: 15px;
	border-bottom: 1px solid #ddd;
}

.row.campo2 {
	margin-bottom: 30px;
	font-size: 16px;
	padding-bottom: 15px;
}

.row.campo_listado {
	margin-bottom: 10px;
	font-size: 16px;
}

.row.listado {
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
	margin: 0;
	margin-bottom: 10px;
}

.row.listado:last-child {
	margin-bottom: 30px;
}

.fw-6 {
	font-weight: 600;
}

.contenedor_ficha {
	max-width: 800px;
	margin: initial;
}

.span_union_campos {
	margin: 0 5px;
}

.listado select {
	padding: 0.375rem 0.375rem !important;
	width: 100% !important;
}

select.compacto {
	padding: 0.375rem 0.375rem !important;
	width: 100% !important;
}

.logo {
	width: 240px;
}

.detalle_pago {
	height: 55vh;
	overflow-y: auto;
	overflow-x: hidden;
}

.contenedor_total {
	padding-top: 1rem;
}

.pagos {
	padding: 1rem 0;
}

.pagos.pagos_pendientes {
	max-height: 55vh;
	overflow-y: auto;
	overflow-x: hidden;
}

.pagos .pago {
	margin: 0 1rem 1rem 1rem;
	padding: 1rem;
	transition: box-shadow 0.3s ease-in;
	cursor: pointer;
}

.pagos .pago.active {
	margin: 0 1rem;
	border: 1px solid #0002;
}

.pagos .viajes_pagos {
	display: none;
	margin: 0 2rem 1rem 2rem;
	padding: 1rem;
	border: 1px solid #0002;
	border-top: none;
	border-bottom-left-radius: 0.25rem;
	border-bottom-right-radius: 0.25rem;
}

.pagos .pago.pago_pendiente.seleccionado {
	outline: 1px solid #50c878;
}

.custom_scroll::-webkit-scrollbar {
	width: 10px;
}

.custom_scroll::-webkit-scrollbar-track {
	background: #f1f1f1;
	border-radius: 1rem;
}

.custom_scroll::-webkit-scrollbar-thumb {
	background: #757575;
	border-radius: 1rem;
}

.custom_scroll::-webkit-scrollbar-thumb:hover {
	background: #555;
}

.logo_out {
	display: none !important;
}

.pl0 {
	padding-left: 0 !important;
}

.badge {
	padding: 5px !important;
}

.estilo-h4 {
	padding-left: 10px;
	padding-bottom: 10px;
	color: hsl(213deg 66% 26%);
}

.linea-rojo {
	border-bottom: 1px solid #cc3333;
}

.linea-azul {
	border-bottom: 1px solid #3d9fcd;
}

.linea-verde {
	border-bottom: 1px solid #33cc82;
}

.linea-naranja {
	border-bottom: 1px solid #daab4c;
}

@media (min-width: 920px) {
	.logo_out {
		display: none;
	}
}

@media (max-width: 920px) {
	header {
		left: 0;
	}

	header .boton_menu {
		display: inline-block;
	}

	header .nombre_usuario {
		display: none;
	}

	nav {
		left: -280px;
		transition: left 0.2s ease-out;
	}

	nav.activo {
		left: 0;
	}

	nav .boton_menu {
		display: block;
	}

	.nav_cerrar {
		position: fixed;
		height: initial;
		width: initial;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
		background-color: rgba(0, 0, 0, 0.1);
		z-index: 2;
		display: none;
	}

	main {
		margin-left: 0;
	}

	footer {
		left: 0;
	}
}

@media (max-width: 480px) {
	.sub_header:first-child {
		margin-bottom: 20px;
	}

	.sub_header:last-child {
		margin-bottom: 0;
	}

	.elementos_seleccionados {
		font-size: 12px;
	}
}