.nav-link{
	cursor: pointer;
}

.nav-item{
	padding: 0 10px!important /*8px movil*/
}
.navMovil {
	padding: 0 8px!important /*8px movil*/
}

.itemNav{
	text-align: center;
	height: 40px;
}

.dropdown-toggle::after {
	color: #b50e2e;
}
.itemNav:hover{
	border-bottom: 2px solid #ffff
}
.fondoServicios:hover {
	background: #d8d6d6;
}
@media (max-width: 767px) {
	.itemNav:hover {
		border-bottom: 2px solid #960a25;
	}
}

.itemNav p{
	padding-top: 8px;
	font-family: Circular, "Helvetica Neue", Helvetica,Arial, sans-serif;
	font-size: 15px;
	line-height: 1.43;
	color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255,255,255,.8)!important;
  border-color: rgba(255,255,255,0)!important;
	font-size: 25px;
}

.bg-transparent{
	background-color: rgba(0,0,0,1)!important;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 999;
	transition: 1s;
}
.opcionesNav2 {
	margin-left: 600px;
}
.options {
	color: white;
}
.navbar{
	height: 80px;
	transition: 1s;
}

.bg-transparent.active{
	background-color: rgba(0,0,0,.8)!important;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 999;
	transition: 1s;
}

.navbar.active{
	height: 60px;
	transition: 1s;
}
.nav_ordenador{
	display: block;
}

.nav_movil{
	display: none;
}

.titulonav strong{
  color: #58585a;
  font-size: 23px;
}

/*nav_movil*/
/*nav_movil*/
/*nav_movil*/
@media (max-width: 767px) {
	.nav_ordenador{
		display: none;
	}
	.nav_movil{
		display: block;
	}
	.bg-transparent{
		background-color: rgba(0,0,0,1)!important;
		position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 998;
	}
	.bg-transparent.active{
		background-color: rgba(0,0,0,.8)!important;
		position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 998;
	}
	.itemNav p {
		font-size: 20px;
		margin: 20px;
	}
}
.menuEfecto1{
	width: 18px;
	background: #fff;
	height: 4px;
	content: '';
	border-radius: 1px;
	margin: 5px 0;
	transition: .5s;
}
.component{
	-webkit-box-align: center;
  align-items: center;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
	background: #fff;
  color: #424242;
  height: 40px;
  border-radius: 3px;
  flex: 0 0 auto;
  text-decoration: none;
  padding: 8px 12px 7px;
	font-size: 16px;
	font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif !important;
	overflow-wrap: break-word !important;
	font-weight: 500 !important;
	line-height: 1.28571em !important;
}

.component:hover,.component2:hover {
	background-color: #f2f2f2;
	color: #000;
	text-decoration: none;
}
#sidebar.active {
  left: 0;
}
#sidebar {
	padding: 0px;
  width: 275px;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  z-index: 99999;
	background: #fff;
  color: #fff;
  transition: all 0.3s;
}
#sidebarCollapse{
	display: none;
}
@media (max-width: 768px) {
	#sidebar {
		padding: 0;
    width: 275px;
    position: fixed;
    top: 0;
    left: -275px;
    height: 100vh;
    z-index: 99999;
		background: #fff;
    color: #fff;
    transition: all 0.3s;
    overflow-y: scroll;
	}

	#sidebarCollapse{
		display: block;
	}
}
.nombreJabali{
	float: left;
	width: 100%;
	background-color: #fff;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	padding-left: ;
	height: 51px;
	border-bottom: 1px solid #e9ecef;
	position: relative;
}
.imagenLogoMovil{
	position: absolute;
  left: 50%!important;
  top: 50%!important;
  transform: translate(-50%, -50%)!important;
  -webkit-transform: translate(-50%, -50%)!important;
}
.perfilNav{
	width: 100%;
	float: left;
	background-color:#000;
	height: 51px;
	overflow: initial;
	position: relative;
	margin-bottom: 45px;
}

.navbarMovil{
	z-index: 997;
	padding: 0.5em 10px;
	width: 100%;
}
.overlay2 {
  display: none;
  position: fixed;
  width: 100vw;
	height: calc(100vh + 51px );
  background: rgb(0, 0, 0,.5);
  z-index: 9999;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

.overlay {
  display: none;
  position: fixed;
  width: 100vw;
	height: calc(100vh + 51px );
	margin-top: -51px;
  background: #000;
  z-index: 99998;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

.overlay.active, .overlay2.active {
    display: block;
    opacity: .8;
}

