/* 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: 10;
}

input:enabled:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	opacity: 10;
}

input:enabled::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	opacity: 10;
}

input:enabled:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	opacity: 10;
}

body {

	font-family: 'Rajdhani', sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;

}

.btnCloseGeneral {

	max-width: 35px;
}

.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;

}

.imgGuia {

	max-height: 300px !important;
	min-height: 300px !important;
	max-width: 300px !important;
	min-width: 300px !important;
	object-fit: cover;
	border-radius: 15px;

}

.lineGuia {

	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 100%;
	margin-bottom: 35x;
	padding: 35px;

}

.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 {

	cursor: pointer;
	background-color: #000000c7;
	border-radius: 5px;
	border: none;
	color: #FFF;
	padding: 5px 10px 5px 10px;
	font-weight: bold;

}

button:hover {

	transition: 0.3s ease-in-out;
	background-color: #EA3A11;
	color: #FFF;

}

.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;

}

.modalLarge {

	min-width: 80% !important;

}

.subtextos {

	color: var(--texto);
	font-weight: bold;
	margin: 3px;
}

.subtextos span {

	color: #EA3A11;

}

.headerDetails {

	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-content: center;

}

.headerDetails label {

	margin-right: 15px;

}

.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;

}

.img_agregar_doc {

	height: 22px;
	position: relative;
	margin-right: 5px;

}

.img_agregar_doc: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%;

}

.close {

	float: right;
	width: 30px;
	height: 100%;
	font-size: 35px;
	color: #FFF;
}

.modal-header {

	background-color: #EA3A11;
	color: #FFF;
}

.modal-title {

	width: 90%;
}

.colImgExp {

	max-height: 220px;
	padding: 10px;
	text-align: center;
}

.imgExpModal {

	height: 100%;
	max-width: 100%;
	object-fit: cover;
	object-position: center;
	border-radius: 5px;

}

.downloadDoc {

	background-image: url("../img/iconos/Iconos\ Ticket_Importar.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
	min-width: 50px;
	border: none;
	padding: 10px;

}

.deleteDoc {

	background-image: url("../img/iconos/Iconos_Eliminar.svg");

}

.btnFuncModal {

	background-position: center;
	background-repeat: no-repeat;
	background-size: 30%;
	border: none;
	padding: 10px;
	outline: none;
	cursor: pointer;

}

.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;

}

.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%;
	main-height: 100px;
	max-height: 100px;
	display: flex;
	flex-direction: row;
	align-content: center;
	align-items: center;
	justify-content: flex-start;
	overflow-x: scroll;

}

.pesSec {

	color: #000000;
	min-height: 40px;
	max-height: 40px;
	line-height: 12px;
	border-right: 1px solid #484848;
	border-radius: 5px 5px 0px 0px;
	padding: 5px;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
	text-align: center;

}

.pesSec:hover {

	background-color: #424242 !important;
	color: white !important;
	cursor: pointer;
	border-radius: 5px 5px 0px 0px;

}

.activeSec {

	background-color: #424242 !important;
	color: white !important;
	cursor: pointer;
	border-radius: 5px 5px 0px 0px;

}

.div_content_sec {


	padding: 30px;
	display: flex !important;
	flex-direction: row !important;
	flex-wrap: wrap !important;
	min-width: 100%;
	width: 100%;

}

.contentCard {

	min-width: 420px;
	max-width: 420px;
	min-height: 140px;
	margin: 10px;
	display: flex;
	flex-direction: row;
	background-color: #FFFFFF;
	border-radius: 5px;

}

.cardContainer {

	min-width: 250px !important;
	max-width: 250px !important;
	display: flex;
	flex-direction: column;
	background-color: #FFFFFF;
	border-radius: 10px;
	padding: 25px;
	margin: 10px;
}

.containerInfoCard {

	text-align: left
}

.containerInfoBtn {

	display: flex;
	flex-direction: row;
	justify-content: center;

}

.containerInfoCard span {

	color: #EA3A11;

}

.secImage {

	width: 120px;
	max-height: 100%;

}

.secImage img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.contentInfo {

	width: 180px;
	height: 100%;
	text-align: left;
	padding: 10px 0px 0px 10px;
	line-height: 12px;

}

.contentInfo label {

	font-size: 14px;

}

.contentInfo span {

	font-size: 14px;

}

.contentButtons {

	width: 120px;
	height: 100%;
	text-align: center;
	padding: 10px;

}

.btnCardEmp {

	max-width: 80px;
	margin: 5px;
}

.divViewInfo {

	min-width: 100%;
	max-width: 100%;
	max-height: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;

}

.div-card-rh {

	min-width: 100%;
	display: flex;
	flex-direction: row;
	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: 95%;
	min-width: 95%;

}

.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%;

}


.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;

}

.sidenav_sec {

	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;

}

.optionRole {

	min-width: 100%;
	max-width: 100%;
	min-height: 40px;
	max-height: 40px;
	display: flex;
	justify-content: flex-start;
	align-content: center;
	align-items: center;
	padding-left: 10px;
	border-bottom: 1px solid var(--texto);

}

.optionRole:hover {

	background-color: #EA3A11;
	color: #FFFFFF;
	cursor: pointer;

}

.optionRoleSelected {

	background-color: #EA3A11;
	color: #FFFFFF;
	cursor: pointer;

}

.contentData {

	padding: 25px;

}

.contentData label {

	color: #EA3A11;

}

.contentData span {

	color: #404040;
	margin-left: 5px;
}

.contentData,
label,
span {

	font-size: 18px;
	font-weight: bold;

}

.ocultarContent {

	display: none;

}

.divParentGen {

	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	border-radius: 10px;
	background-color: #E5E5E5;
	padding: 20px;
	align-items: flex-start;
	margin-bottom: 30px;
}

.divCuestionarioValidacion {

	min-width: 250px;
	max-width: 250px;
	max-height: 250px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	text-align: left;

}

.divCuestionarioSeguridad {

	min-width: 450px;
	max-width: 450px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	text-align: left;

}

.divDocumentosValidacion {

	display: flex;
	flex-direction: column;
	text-align: left;
	max-height: 250px;
	flex-wrap: wrap;

}

.divDocumentosValidacion a {

	margin-right: 20px;
	color: #484848;
}

.divLabelEstatus {

	display: flex;
	flex-direction: column;
	align-content: flex-start;
	align-items: flex-start;
	justify-content: flex-start;

}

.lineCheckAso {

	display: flex;
	flex-direction: row;
	width: 100%;
	align-content: center;
	align-items: center;
	justify-content: flex-start;
}

.divParentGen label {

	font-size: 14px;
	color: #484848;
	line-height: 16px;
	margin-left: 10px;
	padding-top: 7px;
	display: inline-flex !important;

}

.divParentGen span {

	font-size: 14px;
	color: #EA3A11;

}

.divParentGen button {

	margin: 0px 15px 0px 15px
}

.divBtnFun {

	display: flex;
	flex-direction: row;
	max-width: 100%;
	margin-top: 15px;
}

.imageEvid {

	min-width: 100%;
	max-width: 100%;
	max-height: 600px;
	padding: 10px;
	;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	overflow: auto;

}

.elementImage {

	max-width: calc((100% / 3) - 10px);
	min-width: calc((100% / 3) - 10px);
	max-height: 130px;
	min-height: 130px;
	margin: 5px;
	background-position: center;
	background-size: 100%;

}

.elementImage img {

	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	border-radius: 5px;

}

.switchBtn {
	position: relative;
	display: inline-block;
	width: 56px;
	height: 30px;
}

.switchBtn input {
	display: none;
}

.slide {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
	padding: 8px;
	color: #fff;
}

.slide:before {
	position: absolute;
	content: "";
	height: 22px;
	width: 22px;
	left: 30px;
	bottom: 4px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}

input:checked+.slide {
	background-color: #EA3A11;
	padding-left: 40px;
}

input:focus+.slide {
	box-shadow: 0 0 1px #01aeed;
}

input:checked+.slide:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px);
	left: -20px;
	content: "Si";
}

.slide.round {
	border-radius: 30px;
}

.slide.round:before {
	border-radius: 50%;
}

.btnTable {

	max-width: 85% !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;

	}

}