:root{
    --fondo: #f6f3ef;
    --azul1: #7499dfaf;
    --azul2:#0900af;
}
/*
Template Name: Syndron Admin
Author: codervent
File: app.css
*//*  
  - Google Font
  - General
  - Sidebar
  - Header
  - Metismenu
  - Extra CSS
  - Invoice Page
  - Chat box
  - Email box
  - Compose Mail
  - Navs and Tabs
  - Background Colors
  - Authentication
  - Buttons 
  - Pricing Table
  - Forms
  - Responsive
*/body{
	font-size: 14px;
	color: var(--azul1); 
	letter-spacing: .5px;
	overflow-x:hidden;
	background-color: #f4f4f4;
	font-family: Roboto, sans-serif
}a{
	text-decoration: none
}.wrapper{
	width: 100%;
	position: relative
}.sidebar-wrapper{
	width: 250px;
	height: 100%;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	background: #fff;
	border-right: 0 solid #e4e4e4;
	z-index: 11;
	box-shadow: 0 .3rem .8rem rgba(0, 0, 0, .12)!important;
	transition: all .2s ease-out
}.sidebar-header{
	width: 250px;
	height: 60px;
	display: flex;
	align-items: center;
	position: fixed;
	top: 0;
	bottom: 0;
	padding: 0 15px;
	z-index: 5;
	background: #fff;
	background-clip: padding-box;
	border-bottom: 1px solid #e4e4e4
}.logo-text{
font-size: 16px;
  margin-left: 10px;
  margin-bottom: 0;
  letter-spacing: 1px;
  color: black;
}.toggle-icon{
	font-size: 16px;
	cursor: pointer;
	color: black;
}.page-wrapper{
	height: 100%;
	margin-top: 60px;
	margin-bottom: 30px;
	margin-left: 250px
}.page-content{
	padding: 1.5rem
}.page-footer{
	background: #fff;
	left: 250px;
	right: 0;
	bottom: 0;
	position: fixed;
	text-align: center;
	padding: 7px;
	font-size: 14px;
	border-top: 1px solid #e4e4e4;
	z-index: 3
}.wrapper.toggled .page-wrapper{
	margin-left: 70px
}.wrapper.toggled .page-footer{
	left: 70px
}.sidebar-wrapper ul{
	padding: 0;
	margin: 0;
	list-style: none;
	background: 0 0
}.sidebar-wrapper .metismenu{
	background: 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 10px;
	margin-top: 60px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}.sidebar-wrapper .metismenu li+li{
	margin-top: 5px
}.sidebar-wrapper .metismenu li:first-child{
	margin-top: 5px
}.sidebar-wrapper .metismenu li:last-child{
	margin-bottom: 5px
}.sidebar-wrapper .metismenu>li{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	position: relative
}.sidebar-wrapper .metismenu a{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: left;
	padding: 8px 15px;
	font-size: 15px;
	color: black;
	outline-width: 0;
	text-overflow: ellipsis;
	overflow: hidden;
	letter-spacing: .5px;
	border: 1px solid #ffffff00;
	transition: all .3s ease-out
}.sidebar-wrapper .metismenu a .parent-icon{
	font-size: 24px;
	line-height: 1
}.sidebar-wrapper .metismenu a .menu-title{
	margin-left: 10px
}.sidebar-wrapper .metismenu ul a{
	padding: 6px 15px 6px 15px;
	font-size: 15px;
	border: 0
}.sidebar-wrapper .metismenu ul a i{
	margin-right: 10px
}.sidebar-wrapper .metismenu ul{
	border: 1px solid #ededed;
	background: #fff
}.sidebar-wrapper .metismenu ul ul a{
	padding: 8px 15px 8px 30px
}.sidebar-wrapper .metismenu ul ul ul a{
	padding: 8px 15px 8px 45px
}.sidebar-wrapper .metismenu .mm-active>a,.sidebar-wrapper .metismenu a:active,.sidebar-wrapper .metismenu a:focus,.sidebar-wrapper .metismenu a:hover{
	color: var(--azul1);
  text-decoration: none;
  background: rgba(224, 213, 205, 0.28);
}@media screen and (min-width:1025px) {.wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .sidebar-header .logo-text{
		display: none
	}.wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper{
		width: 70px
	}.wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .sidebar-header{
		width: 70px
	}.wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .sidebar-header .toggle-icon{
		display: none
	}.wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .sidebar-header{
		justify-content: center
	}.wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .sidebar-header{
		width: 70px
	}.wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .metismenu a{
		justify-content: center
	}.wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .metismenu .menu-title{
		display: none
	}.wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .metismenu li ul{
		display: none
	}.email-toggle-btn{
		display: none!important
	}.chat-toggle-btn{
		display: none!important
	}}.back-to-top{
	display: none;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 26px;
	color: #fff;
	position: fixed;
	border-radius: 10px;
	bottom: 20px;
	right: 12px;
	background-color: #0d6efd;
	z-index: 5
}.back-to-top:hover{
	color: #fff;
	background-color: #000;
	transition: all .5s
}.breadcrumb-title{
	font-size: 20px;
	border-right: 1.5px solid #aaa4a4
}.page-breadcrumb .breadcrumb li.breadcrumb-item{
	font-size: 16px
}.page-breadcrumb .breadcrumb-item+.breadcrumb-item::before{
	display: inline-block;
	padding-right: .5rem;
	color: #6c757d;
	font-family: LineIcons;
	content: ""
}/* owl carasoul */.chat-wrapper{
	width: auto;
	height: 600px;
	border-radius: .25rem;
	position: relative;
	background: #fff;
	box-shadow: 0 .1rem .7rem rgba(0, 0, 0, .1)
}.chat-toggle-btn{
	width: 40px;
	height: 40px;
	line-height: 40px;
	margin-right: 15px;
	text-align: center;
	font-size: 24px;
	color: #6c757d;
	border-radius: 50%;
	cursor: pointer;
	background-color: #fff;
	border: 1px solid rgb(0 0 0 / 15%)
}.email-wrapper{
	width: auto;
	height: 600px;
	overflow: hidden;
	border-radius: .25rem;
	position: relative;
	background: #fff;
	box-shadow: 0 .1rem .7rem rgba(0, 0, 0, .1)
}.email-toggle-btn{
	width: auto;
	height: auto;
	margin-right: 10px;
	text-align: center;
	font-size: 24px;
	color: #404142;
	border-radius: 0;
	cursor: pointer;
	background-color: #fff;
	border: 0 solid rgb(0 0 0 / 15%)
}.compose-mail-popup{
	width: 42%;
	position: fixed;
	bottom: -30px;
	right: 30px;
	z-index: 15;
	display: none
}.compose-mail-close{
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	font-size: 14px;
	border-radius: 2px;
	background-color: rgb(255 255 255 / 0%)
}.compose-mail-close:hover{
	background-color: rgb(255 255 255 / 20%)
}.section-authentication-signin{
	height: 100vh
}.bg-login{
	/*background-image: url(../images/login-images/bg-login-img.jpg);*/
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed
}.btn i{
	vertical-align: middle;
	font-size: 1.3rem;
	margin-top: -1em;
	margin-bottom: -1em;
	margin-right: 5px
}input::placeholder{
	color: #000!important;
	opacity: .3!important
}.search-close{
	font-size: 18px;
	right: 15px;
	cursor: pointer;
	display: none
}.header-notifications-list{
	position: relative;
	height: 360px
}.dropdown-menu{
	-webkit-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
	border: 0 solid #e9ecef;
	font-size: 14px
}.mobile-search-icon{
	display: none
}.mobile-toggle-menu{
	display: none;
	font-size: 26px;
	color: #404142;
	cursor: pointer
}.switcher-wrapper{
	width: 280px;
	height: 100%;
	position: fixed;
	right: -280px;
	top: 0;
	bottom: 0;
	z-index: 16;
	background: #fff;
	border-left: 0 solid #d2d2d2;
	box-shadow: 0 .3rem .6rem rgba(0, 0, 0, .13);
	transition: all .2s ease-out
}.switcher-btn{
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 24px;
	background: #0d6efd;
	box-shadow: 0 .3rem .6rem rgba(0, 0, 0, .13);
	color: #fff;
	text-align: center;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	position: absolute;
	top: 40%;
	right: 100%;
	cursor: pointer
}.switcher-wrapper.switcher-toggled{
	right: 0
}@media screen and (max-width:1024px) {.mobile-search-icon{
		display: block
	}.mobile-toggle-menu{
		display: block
	}.sidebar-wrapper{
		left: -300px;
		box-shadow: none
	}.page-wrapper{
		margin-left: 0
	}.page-footer{
		left: 0
	}.search-bar{
		display: none
	}.full-search-bar{
		display: flex;
		align-items: center;
		width: 100%;
		position: absolute;
		left: 0;
		z-index: 100;
		background: #22263a;
		height: 60px;
		padding: 0 1.4rem
	}.search-close{
		display: block
	}.wrapper.toggled .sidebar-wrapper{
		left: 0
	}.wrapper.toggled .page-wrapper{
		margin-left: 0
	}.wrapper.toggled .overlay{
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background: #000;
		opacity: .6;
		z-index: 10;
		display: block;
		cursor: move;
		transition: all .2s ease-out
	}.chat-toggled .overlay{
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 340px;
		background: #000;
		opacity: .5;
		z-index: 11;
		display: block;
		cursor: move;
		transition: all .3s ease-out
	}.email-toggled .overlay{
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 250px;
		background: #000;
		opacity: .5;
		z-index: 9;
		display: block;
		cursor: move;
		transition: all .3s ease-out
	}}@media screen and (max-width:991px) {.section-authentication-signin{
		height: 100%;
		margin-top: 6rem;
		margin-bottom: 2rem
	}.compose-mail-popup{
		width: auto;
		position: fixed;
		bottom: -30px;
		right: 0;
		left: 0
	}}/*----NOTIFICACIONES --*/