.bg-home {
	z-index: 100;
	height: auto;
	width: 100%;
	background-color: #3b0983;
	position: fixed;
	color: white;
}
.container {
	max-width: 1140px;
	align-content: center;
	display: flex;
	width: 100%;
	margin: 0 auto;
	justify-content: space-between;
	padding: 15px;
 	flex-wrap: nowrap;
}
.navbar-brand {
	display: inline-block;
	padding-top: .3125rem;
	padding-bottom: .3125rem;
	margin-right: 1rem;
	font-size: 1.25rem;
	line-height: inherit;
	white-space: nowrap;
  	color: white !important;
	text-decoration: none;
}
.nav-link.salir-rapido {
	color: white !important;
	text-decoration: none;
	display: block;
	padding: .5rem 0.5rem;
  	background-color: #b50303db;
}

body {
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: left;
}
.kiwi-wrap.kiwi-theme-bg {
	position: relative;
}
.kiwi-workspace {
	height: 90%;
}
.kiwi-statebrowser {
     top: 70px;
}
.kiwi-wrap {
	height: 95%;
	padding-top: 70px;
}
