/* CSS Document */
::-webkit-scrollbar {
  width: 5px;
	height: 7px;
}

::-webkit-scrollbar-thumb:hover {
  background: #EA3A11; 
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px white; 
  border-radius: 5px;
}

::-webkit-scrollbar-thumb {
  background: #424242; 
  border-radius: 5px;
}

.input_busqueda, .inputBusUnidad:enabled::-webkit-input-placeholder { /* WebKit browsers */
    opacity:    10;
}

.input_busqueda, .inputBusUnidad:enabled::-webkit-input-placeholder { /* WebKit browsers */
    opacity:    10;
}
.input_busqueda, .inputBusUnidad:enabled:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    opacity:    10;
}
.input_busqueda, .inputBusUnidad:enabled::-moz-placeholder { /* Mozilla Firefox 19+ */
    opacity:    10;
}
.input_busqueda, .inputBusUnidad:enabled:-ms-input-placeholder { /* Internet Explorer 10+ */
   opacity:    10;
}

#descripcion_documento:enabled::-webkit-input-placeholder { /* WebKit browsers */
    opacity:    10;
}

input:enabled::-webkit-input-placeholder { /* WebKit browsers */
    opacity:    0;
}
input:enabled:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    opacity:    0;
}
input:enabled::-moz-placeholder { /* Mozilla Firefox 19+ */
    opacity:    0;
}
input:enabled:-ms-input-placeholder { /* Internet Explorer 10+ */
   opacity:    0;
}

body{
	
	font-family: 'Rajdhani', sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	
}

button{
	
	cursor: pointer;
}

.sidenav {
	
	font-family: 'Rajdhani';
	font-style:normal;
	font-weight: 500;
	font-size: 14px;
	width: 15%;
	height: 100%;
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	background-color: white;
	overflow: scroll;
	overflow-x: auto;
	transition: 0.5s;
	padding: 10px 15px 15px 15px;
	box-shadow: 5px 2px 15px 2px #404040;
	
}

.filternav {
	
	font-family: 'Rajdhani';
	font-style:normal;
	font-weight: 500;
	font-size: 14px;
	width: 16%;
	height: 100%;
	position: fixed;
	z-index: 10;
	top: 0;
	right: 0;
	background-color: white;
	overflow: scroll;
	overflow-x: auto;
	transition: 0.5s;
	padding: 10px 15px 15px 15px;
	box-shadow: 5px 2px 15px 2px #404040;
	
}

.secInfoGen{
	
	min-height: 100px;
	min-width: 100%;
	background-color: aqua;
	z-index: 150;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	
}

.selectedRow{
	
	background-color: rgba(229,82,38,0.7);
	color: white;
	
}

.img_logo_menu{
	
	width: 140px;
	
}

.img_body_logo{
	
	width: 659px;
	position: relative; 
	left: 10%; 
	top: 20%;
}

.main{

	font-family: 'Rajdhani', sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	min-height: 100vh;
	height:100vh;
	width: 100%;
	background-color: #E5E5E5;
	background-size:480px 300px ;
	background-repeat: no-repeat;
	background-position:center;
	
}

.deleteAct{
	
	background-color: rgba(213,0,3,0.47);

}

.btnActFun{
	
	text-align: center;
	background-color: #404040;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	width: 65px;
}

.container-login{
	
	position: absolute;
	top: 20%;
	left: 40%;
	min-height: 25%;
	min-width: 15%;
	width: 20%;
	height: auto;
	border: none;
	padding: 25px;
	background-color: white;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	backdrop-filter: blur(15px);
	border-radius: 5px;
	
}

.container-login img{

	min-width: 181px;
	width: 181px;
	
}

.body_login{ 
	
	background: url("../img/blancos.svg"); 
  	background-size: cover;
	background-position: center;
  	background-repeat: no-repeat;
  	margin: 0;
  	height: 100vh;
	}

.input_control{
	
	width: 100%;
	height: 34px;
	border: none;
	background: #F1F1F1;
	border-radius: 5px;
	padding: 15px;
	margin-bottom: 15px;
}

.input_control:focus{
	
	outline: none !important;
    border:1px solid #EA3A11;
}

button{
	
	position: relative;
	float: right;
	width: 115px;
	height: 30px;
	background-color: #EA3A11;
	color: white;
	border: none;
	border-radius: 5px;
	
}

.cabecera{
	
	position: absolute;
	padding: 25px;
	top: 15px;
	min-width: 100%;
	width: 100%;
	min-height: 80px;
	height: 80px;
}

.dataEncabezado > div > label{
	
	font-size: 14px;
	font-weight: 700;
	color: #EA3A11;
	
}

.dataEncabezado > div > label > span{
	
	font-size: 14px;
	color: #424242;
	
}

.name_form{
	
	display: inline-block;
	min-height: 25px;
	height: 55px;
	width: auto;
	align-content: space-between;
	text-align: center;
	position: absolute;
	top: 10px;
	left: 18%;
}

.div_sel_tab{
	
	display: inline-block;
	min-height: 25px;
	height: 55px;
	max-width: 30%;
	align-content: space-between;
	text-align: center;
	position: absolute;
	top: 10px;
	right: 45px;
	
}

.function_data{
	
	display: flex;
	min-height: 35px;
	height: 35px;
	max-width: 380px;
	text-align: center;
	position: absolute;
	top: 10px;
	right: 12px;
	
}

.function_data_pos{
	
	position: absolute;
	display: flex;
	height: auto;
	max-width: 100%;
	text-align: center;
	top: 10px;
	right: 20px;
	
}

.row_filter_panel{
	
	position: absolute;
	display: block;
	height: auto;
	min-width: 99%;
	text-align: left;
	top: 2%;
	left: 1%;
}

.block_filter{
	
	display: inline-block;
	margin: 0px 5px 0px 5px;
}

.block_export{

	position: absolute;
	right: 2%;
	display: inline-block;
	margin: 0px 5px 0px 5px;
	
}

.filtros_pan select {
	
	min-width: 180px !important;
	
}

.select_imagen{
	
	position: absolute;
	top: 95px;
	left: 20%;
	min-width: 77%;
	min-height: 15%;
	
}

.select_multiple{
	
	text-align: center;
	border: 1px solid rgba(64,64,64,0.2);
	border-radius: 5px;
	background-color: transparent;
	
}

.select_multiple:hover{
	
	box-shadow: 1px 1px 10px 3px #EA3A11;
	transition: 0.4s;
}

.class_link{
	
	min-width: 80%;
	width: 88%;
	display: inline;
	
}

.img_agregar_catalogo{
	
	height: 17px;
	position: relative;
	right: 0px;
	display: none;
	
}

.img_agregar_catalogo:hover{
	
	border: 2px solid #E5E5E5;
	
}

.button_export{
	
	border: 1px solid #EA3A11;
	border-radius: 5px;
	min-height: 30px;
	height: 30px;
	width: 110px;
	text-align: center;
	background-color: #EA3A11;
	color: white;
	position: absolute;
	top: 20px;
	right: 8%;
}

.button_export:hover{
	
	box-shadow: 1px 1px 10px 3px #EA3A11;
	transition: 0.4s;
}

.btn_edit{

	width: 35px;
	height: 30px;
	background-color: transparent;
	color: white;
	border: none;
	border-radius: 5px;
	filter:none;
	float:none ;
}

.btn_edit:hover{
	
	border: 1px solid white;
	background-color: white;
}

.img_space_filter{
	
	min-height: 35px;
	height: 35px;
	width: auto;
	margin-left: 20px;
}

.img_space_filter:hover{
	
	border-radius: 5px;
	box-shadow: 1px 1px 10px 3px #EA3A11;
	transition: 0.4s;
	cursor: pointer;
}

.img_export{
	
	display: inline-block;
	min-height: 35px;
	height: 35px;
	width: auto;
	text-align: center;
	margin-left: 20px;
	
}

.btn_export_img{
	
	position: relative;
	top: 0px;
	border: none;
	width: 40px;
	text-align: center;
	min-height: 60px;
	background-color: #E5E5E5;
	background-image: url('../img/iconos/Exportar.svg');
	background-position:center ;
  	background-repeat: no-repeat;
  	background-size: 48px 33px;
	
}

.btn_import_img{
	
	position: relative;
	top: 0px;
	border: none;
	width: 40px;
	text-align: center;
	min-height: 60px;
	margin-left: 20px;
	background-color: #E5E5E5;
	background-image: url('../img/iconos/importar_xlsx.svg');
  	background-position:center ;
  	background-repeat: no-repeat;
  	background-size: 48px 33px;
	
}

.btn_filter_img{
	
	position: relative;
	top: 0px;
	border: none;
	width: 40px;
	text-align: center;
	min-height: 60px;
	margin-left: 20px;
	background-color: #E5E5E5;
	background-image: url('../img/iconos/Filtros.svg');
  	background-position:center ;
  	background-repeat: no-repeat;
  	background-size: 48px 33px;
	
}

.btn_filter_img:hover{
	
	background-size: 50px 35px;
	transition: 0.2s;
	cursor: pointer;
}

.btn_export_img:hover{
	
	background-size: 50px 35px;
	transition: 0.2s;
	cursor: pointer;
}

.btn_import_img:hover{
	
	background-size: 50px 35px;
	transition: 0.2s;
	cursor: pointer;
}

.img_clean{
	
	border-radius: 5px;
	min-height: 20px;
	height: 20px;
	text-align: center;
	position: absolute;
	top: 20px;
	right: 2%;
	
}

.img_filter_clean{
	
	max-height: 30px;
	height: 30px;
}

.img_export:hover{
	
	border-radius: 5px;
	box-shadow: 1px 1px 10px 3px #EA3A11;
	transition: 0.4s;
	cursor: pointer;
}

.titulo_seccion{
	
	display: inline-block;
	min-height: 35px;
	height: 35px;
	width: auto;
	margin-left: 10px;

}

.img_seccion{
	
	display: inline-block;
	position: relative;
	top: -15px;
	min-height: 55px;
	height: 65px;
	width: auto;
	text-align: center;
	
}

.img_menu{
	
	display: none;
	
}

.button_mas{
	
	border: 1px solid #EA3A11;
	border-radius: 5px;
	min-height: 30px;
	height: 30px;
	width: 110px;
	text-align: center;
	background-color: #EA3A11;
	color: white;
	position: absolute;
	top: 20px;
	right: 12%;
	
}

.input_busqueda{
	
	display: inline-flex;
	border: none;
	margin-right: 15px;
	border-radius: 5px;
	min-height: 30px;
	height: 30px;
	width: 180px;
	text-align: center;
	
}

.select_rol_form{
	
	position: absolute;
	top: 0px;
	right: 250px;
	border: none;
	border-radius: 5px;
	min-height: 30px;
	height: 30px;
	width: 260px;
	text-align: center;
	
}

.input_busqueda:hover{
	
	box-shadow: 1px 1px 10px 3px #EA3A11;
	transition: 0.4s;
}

.input_busqueda:focus{
	
	outline: none !important;
    border:1px solid #EA3A11;
}

.input_busqueda_pos:hover{
	
	box-shadow: 1px 1px 10px 3px #EA3A11;
	transition: 0.4s;
}

.input_busqueda_pos:focus{
	
	outline: none !important;
    border:1px solid #EA3A11;
}

.line_menu{

	display: inline-block;
	
}

.ul-submenu{
	
	margin-left: 20px;
	
}
	
.sidenav a {
  padding: 8px 8px 8px 5px;
  text-decoration: none;
  font-size: 14px;
  color: #404040;
  transition: 0.3s;
	display: inline-block;
}

.sidenav a:hover {
  color: #EA3A11;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.form-control{
	
	border: none;
	background-color: #E5E5E5;
}

.form-control_rol{
	
	border: none;
	background-color: #FFFFFF;
	min-width: 15%;
	border-radius: 5px;
	
}

.sec_btn_rol{
	
	position: relative;
	min-width: 15%;
	
}

.button_modal{
	
	border: 1px solid #EA3A11;
	border-radius: 5px;
	min-height: 30px;
	height: 30px;
	width: 110px;
	text-align: center;
	background-color: #EA3A11;
	color: white;
	
}

.button_modal:hover{
	
	box-shadow: 1px 1px 10px 3px #EA3A11;
	transition: 0.4s;
	
}

.button_modal_act{
	
	position: absolute;
	left: 20px;
	border: 1px solid #EA3A11;
	border-radius: 5px;
	min-height: 30px;
	height: 30px;
	text-align: left;
	background-color: #EA3A11;
	color: white;
	
}

.button_modal_act:hover{
	
	box-shadow: 1px 1px 10px 3px #EA3A11;
	transition: 0.4s;
	
}

.button_inter{
	
	border: 1px solid #EA3A11;
	border-radius: 5px;
	min-height: 30px;
	height: 30px;
	width: 110px;
	text-align: center;
	background-color: #EA3A11;
	color: white;
}

.info-general{
	
	position: relative;
	top: 10%;;
	left: 18%;
	width: calc((100% - 16%) - 50px);
	display: inline-flex;
	margin: 0px;
	
}

.flex-item-exp {
	margin-right: 15px;
	flex: 20%;
}

.flex-item-imp {
	margin-right: 15px;
  	flex: 20%;
}

.flex-item-via {
	margin-right: 15px;
	flex: 20%;
}

.flex-item-com {
	margin-right: 15px;
  	flex: 20%;
}

.flex-item-tra {
	margin-right: 15px;
	flex: 20%;
}

.flex-item-tot {
  	flex: 20%;
}

.text-block{

	height: 30px;
	border-radius:5px 0px 0px 5px;
	background-color: #EA3A11;
	min-width: 65%;
	color: white;
  	justify-content: center;
  	align-items: center;
	display: inline-flex;
}

.number-block{
	
	margin-left: -10px;
	border-radius:0px 5px 5px 0px;
	height: 30px;
	border: 2px solid #EA3A11;
	background-color: transparent;
	min-width: 30%;
	color:black;
  	justify-content: center;
  	align-items: center;
	display: inline-flex;
}

.danos_si {

	background-color: #AA0000;
	color: white;
	
}

.danos_no {

	background-color: #009415;
	color: white;
	
}

.space_filter{
	
	position: absolute;
	right: 0px;
	top: 30px;
	background-color: #EA3A11;
	width: 50px;
	height: 30px;
	display: flex;
	align-content: center;
	border-radius: 5px 0px 0px 5px; 
}

.space_menu{
	
	position: absolute;
	right: 0px;
	top: 30px;
	z-index: 1;
	background-color: #EA3A11;
	width: 50px;
	height: 30px;
	display: none;
	padding: 3px;
	align-content: center;
	border-radius: 5px 0px 0px 5px; 
}

.space_menu:hover  {

	box-shadow: 1px 1px 10px 3px #EA3A11;
	transition: 0.4s;
	
}

.space_filter:hover  {

	box-shadow: 1px 1px 10px 3px #EA3A11;
	transition: 0.4s;
	
}

.footer{
	
	position: absolute; 
	bottom: 10px; 
	right: 3%;
	
}

input{
	
	max-height: 30px !important;
	height: 30px !important;
	min-height: 30px !important;
	
}

.form-paginacion{
	
	max-height: 38px !important;
	height: 38px !important;
	min-height: 38px !important;
	border: 1px solid #E5E5E5;
	
}

.page-link{
	
	color: #424242;
	
}

.active_class{
	
	background-color: #424242 !important;
	color: white !important;
	
}

select{
	
	max-height: 30px !important;
	height: 30px !important;
	min-height: 30px !important;
	
}

#datos_intercambio a{
	
	color: white;
	
}

.modal-header{
	
	background-color: #EA3A11;
	color: white;
	max-height: 40px;
	display: flex;
	align-content: center;
	align-items: center;
	padding-top: 25px;
	padding-left: 40%;
	
}

.li-users{
	
	border: none;
	border-radius: 5px;
	margin: 1px;
	background-color: #E5E5E5;
	
}

.li-users:hover{
	
	transition: 0.5s;
	background-color: #424242;	
	
}

.active{
	
	background-color: #424242 !important;
	color: white !important;
	
}

.li-users a{
	
	color: #000000;
	
}

.li-users a:hover{
	
	transition: 0.5s;
	color: #fff;
	
}

.li-operaciones{
	
	border: 2px solid #E5E5E5;
	border-radius: 5px;
	margin: 3px;
	background-color: #FFFFFF;
	max-height: 35px !important;
	display: flex;
   	align-items: center;
	
}

.li-operaciones a{
	
	color: #000000;
	
}

.li-operaciones a:hover{
	
	transition: 0.5s;
	background-color: #424242;	
	color: #fff;
	max-height: 35px !important;
	align-items: center;
	
}

.div_operaciones_mostrar{
	
	display: block;
	
}

.div_operaciones_ocultar{
	
	display: none;
	
}

.active_ll{

	transition: 0.5s;
	cursor: pointer;
	color: #FFFFFF;
	background-color: #424242;
	
}

.btn_sel_all{
	
	border: 1px solid #E5E5E5;
	border-radius: 5px;
	background-color: #FFFFFF;
	margin-right: 50px;
	color: #000000;
	
}

.btn_sel_all:hover{
	
	transition: 0.5s;
	cursor: pointer;
	color: #FFFFFF;
	background-color: #424242;

}

.active_all{
	
	border: 1px solid #E5E5E5;
	color: #FFFFFF;
	background-color: #424242;
	
}

.advertencia{
	
	background-color: #424242;
	color: white;
	text-align: center;
	align-items: center;
	
}

.div_btns_function{
	
	position: absolute;
	top: 90px;
	right: 2%;
	min-width: 15%;
	display: flex;
	
}

.btn_mod_rol{
	
	position: absolute;
	top:90px;
	right: 2%;
	min-width: 20%;
	max-width: 20%;
	
}

.btn_mod_rol button{
	
	margin: 5px;
	
}

.div_card{

	width: calc((100% - 140px) / 4);
	height: 85%;
	background-color: transparent;
	border-radius: 5px;
	margin: 15px 15px 0px 15px;
	padding: 5px;
	display: flex;
  	align-items: stretch;
	
}

.div_img_card{
	
	background-color: #424242;
	min-height: 100%;
	max-height: 100%;
	min-width: 25%;
	max-width: 25%;
	border-radius: 5px;
	display: inline-block;
	
}

.div_img_card img{

  	min-height: 100%;
	max-height: 100%;
	min-width: 100%;
	max-width: 100%;
  	object-fit: cover;
	
}

.div_btn_card{

	width: 100%;
	display: flex;
  	justify-content: center;
	
}

.div_text_area{
	
	width: calc((75% - 5px));
	background-color: #fff;
	height: 60%;
	margin: 0px 0px 0px 5px;
	text-align: left;
	
}

.div_card label{
	
	margin-right: 15px;
	color: #EA3A11;
	
}

.div_card span{

	color: #000000;
	
}
.div_text_area a{

	margin-left: 15px;
	margin-right: 15px;
	
	
}

.button_card{
	
	background-color: transparent;
	border-radius: 5px;
	display: inline-flex;
	width: 35px;
	height: 30px;
	margin: 0px 5px 10px 5px;
	padding: 3px;
	
}

.button_card:hover{

	background-color: #E5E5E5;
	
}

.nav-tabs-kardex{
	
	min-width: 100%;
	max-width: 100%;
	overflow-x: scroll;
	
}

.nav-tabs-kardex ul li a{
	
	color: #000000;
	white-space: pre;

}

.div_content_sec{

	background-color: transparent !important;
	padding: 30px;
	display: flex;
	min-width: 100%;
	width: 100%;
}

.div-card-rh{
	
	min-width: 100%;
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: flex-start ;
}

.div-card-rh > .card{

	display: block;
	text-align: left;
	min-width: 240px;
	max-width: 240px;
	flex-wrap: wrap;
	margin: 0px 20px 10px 0px ;
	align-content: flex-start;
	align-items: flex-start;
	
}

.div-card-rh > .card h4{

	color: #000000
	
}

.div-btns-cards{
	
	min-width: 200px;
	max-width: 200px;
	background-color: transparent;
	display: flex;
	justify-content: center;
	
}

.btn-card-rh{

	background-color: transparent !important;
	max-width: 35px;
	margin: 4px;
	
}

.btn-card-rh:hover{

	box-shadow: 1px 1px 10px 3px #E5E5E5;
	transition: 0.4s;

}

.div_content_sec span{
	
	color: #EA3A11;
	
}

.div_content_sec label{
	
	color: #000000;
	
}

.div_filter_sec{
	
	display: inline-block;
	margin: 15px 25px 0px 15px;
	max-width: 100%;
	min-width: 100%;
	
}

.row_empleado_info{
	
	position: relative;
	top: 0px;
	min-height: 200px;
	max-height: 200px;
	width: 100%;
	display: flex;
	background-color: #FFFFFF;
	border: none;
	border-radius: 5px 5px 5px 5px;
	text-align: left;
	align-items: left;
	align-content: left;
	margin-bottom: 15px;
}

.row_empleado_info:hover {
	
	background-color: rgba(159,159,159,0.5);
	color: #FFFFFF;
	transition: 0.2s;
	cursor: pointer;
	
}

.active_row_empleado {
	
	background-color: rgba(159,159,159,0.5);
	color: #FFFFFF;
	transition: 0.3s;
	
}

.label_info{
	
	display: inline-flex;
	flex-flow: wrap;
	max-width: 95%;
	margin-top: 5px;
	
}

.label_info > label{
	
	margin-right: 10px;	
	margin-left: 30px;
	margin-top: -5px;
	min-width: calc(85% / 3);
	max-width: calc(85% / 3);
	cursor: pointer;
	
}

.img_perfil{

	display: inline-flex;
	min-width: 15%;
	max-width: 15%;
	height: 200px;
	max-height: 200px;
}

.img_perfil img{

	width: calc(100% - 30px);
	max-width: calc(100% - 30px) !important;
	height: 200px;
	max-height: 200px;
	object-fit: cover;
	
}

.col-button button{
	
	margin-top: 15px;
	margin-right: 15px;
	max-width: 60%;
	
}

.col-button button:hover{
	
	box-shadow: 1px 1px 10px 3px #EA3A11;
	transition: 0.4s;
	cursor: pointer;
}

.btnSecData{
	
	position: absolute;
	top: -30px;
	
}

.contentHeader{
	
	display: flex;
	flex-direction: row;
	align-content: center;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	max-height: 50px;
		
	
}

.headerTittle{
	
	max-width: calc(100% - 260px);
	width: calc(100% - 260px);
	min-height: 50px;
	max-height: 50px;
	
}

.headerTittle > button{
	
	margin-right: 35px;
}

.radioPersonal{
	
	max-width: 260px;
	width: 260px;
	min-height: 50px;
	max-height: 50px;
	display: flex !important;
	align-content: flex-start!important;
	align-items: flex-start!important;
	justify-content: flex-start!important;
	
}

@media only screen and (min-width:0px) and (max-width: 870px) {
	
	.function_data{

		right: 3%;
		top: 75px;
		
	}
	
	.input_busqueda{

		top: 75px;
		left: 6%;
		min-width: auto;
		max-width: 150px;
		
	}
	
	.label_info > label{
	
	margin-right: 10px;	
	margin-left: 30px;	
	min-width: calc(80% / 3);
	max-width: calc(80% / 3);
	cursor: pointer;
	
}
		
}

@media only screen and (min-width:0px) and (max-width: 870px) {
	
	.main{
		
		width: 100%;
	}
	
	.name_form{

		top: 5px;
		left: 5%;
	
	}
	
	.sidenav{
		
		padding-left: 7px;
		padding-bottom: 25px;
		width: 60%;
		display: none;
		
	}
	
	
	
	.img_menu{
	
		display: inline-block;
		position: absolute;
		top: 25px;
		right: 5%;
		height: 30px;
		
	}
	
	.img_menu:hover{
	
		box-shadow: 1px 1px 10px 3px #EA3A11;
		transition: 0.4s;
		padding: 5px;
		border: 1px solid #EA3A11;
		border-radius: 5px;
		right: 5%;
	}
	
	.class_link{
	
		width: 87%;
	
	}

	.select_imagen{
	
		min-height: 75%;
		min-width: 90%;
		position: absolute;
		top: 22%;
		left: 5%;
		max-width: 50px;
	
	}
	
	.button_mas{
	
		position: absolute;
		display: inline-block;
		top: 75px;
		right: 29%;
		text-align: center !important;
		width: 90px;
		
	}
	
	.img_body_logo{
	
		width: 420px;
		position: relative; 
		left:-7%; 
		top: 29%;
		
	}
	
	.space_menu{
		
		display: flex;
		
	}
	
	.container-login{
		
		left: 5%;
		width: 90%;
		
	}
	
	.filternav {
	
		width: 60%;
		
	}
	
	.info-general{
		
		top: 14%;
		left: 5%;
		width: 94%;
		flex-wrap: wrap;
		
	}
	
	.flex-item-exp {
		
		margin-right: 0px;
		margin-bottom: 5px;
		flex: 50%;
	}
	
	.flex-item-imp {
		margin-right: 0px;
		margin-bottom: 5px;
	  	flex: 50%;
	}
	
	.flex-item-via {
		margin-right: 0px;
		margin-bottom: 5px;
		flex: 50%;
	}
	
	.flex-item-com {
		margin-right: 0px;
		margin-bottom: 5px;
	  	flex: 50%;
	}
	
	.flex-item-tra {
		margin-right: 0px;
		flex: 50%;
	}
	
	.flex-item-tot {
	  	flex: 50%;
	}
	
}

@media only screen and (min-width:0px) and (max-width: 360px)  {
	
	.img_body_logo{
	
		width: 420px;
		position: relative; 
		left:-7%; 
		top: 25%;
		
	}
	
	.select_imagen{
	
		min-height: 75%;
		min-width: 90%;
		position: absolute;
		top: 22%;
		left: 5%;
		max-width: 50px;
	
	}
	
}

@media only screen and (min-width: 871px) and (max-width: 1200px)  {

	.name_form{

		top: 5px;
		left: 30%;
	
	}
	
	.label_info > label{
	
	margin-right: 10px;	
	margin-left: 30px;	
	min-width: calc(80% / 4);
	max-width: calc(80% / 4);
	cursor: pointer;
	
}
	
	.input_busqueda{
		
		min-width: auto;
		max-width: 150px;
		
	}
	
	.sidenav{

		width: 25%;
		display: block;
		
	}
	
	.button_mas{
		
		text-align: center;
		position: absolute;
		right: 10%;
	
	}

	.tablas_filtros{
		
		position: absolute;
		top: 190px;
		left: 20%;
		min-width: 60%;
		min-height: 45%;
		width: 76%;
		height: 66%;
		text-align: center;
		
	}
	
	.tablas_filtros_dobles{
		
		position: absolute;
		top: 230px;
		left: 20%;
		min-width: 50%;
		min-height: 45%;
		width: 50%;
		height: 50%;
		text-align: center;
		
	}
	
	.pie_pagina{
		
		right: 50px;
	
	}
	
	.img_agregar_catalogo{
	
		height: 17px;
		position: relative;
	
	}
	
}









