/* =========================================================
   QUANTIA Galeria de Estilos - v1.0.0
   =========================================================*/

body {
    font-family: 'Poppins', Arial, sans-serif;
    font-size: 14px;
    line-height: 1.8;
    font-weight: normal;
    color: gray;
    margin: 0;
    text-align: left;
}

h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5 {
    line-height: 1.5;
    font-weight: 400;
    font-family: 'Poppins', Arial, sans-serif;
    color: #000;
}

h2,
.h2 {
	font-size: 2rem;
}
@media (max-width:768px){
	h2{
		text-align :center;
	}
	
}
#content {
	width: 100%;
	min-height: 100vh;
	transition: all 0.3s;
	position: absolute;
	top: 0;
	right: 0;
	padding-top: 3rem;
}
@media (min-width:768px){
	#content {
		padding :3rem;
	}
	
}


input {
  border-width: thin;
}


/*SIDEBAR*/

#sidebar {
	width: 270px;
	position: fixed;
	top: 0;
	bottom: 0;
	left: -270px;
	height: 100vh;
	z-index: 999;
	/* overflow-y: auto; */

	/* background: #3445b4;
    color: #fff; */
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}


#sidebar .h6 {
	color: #fff;
}

#sidebar.active {
	margin-left: 270px;
}

#sidebar .footer {
	bottom: 0;
}

#sidebar h1 {
	margin-bottom: 20px;
	font-weight: 700;
	font-size: 30px;
}
#sidebar h1 .logo {
	color: #fff;
}
#sidebar .nombre-usuario {
	font-size: 14px;
	/* color: Se define en el estilo del cliente */
  	font-weight: 700;
	display: block;
}
#sidebar ul.components {
	padding: 0;
}
#sidebar ul li {
	font-size: 16px;
}
#sidebar ul li > ul {
	margin-left: 10px;
}
#sidebar ul li > ul li {
	font-size: 14px;
}
#sidebar ul li a {
	padding: 10px 0;
	display: block;
	color: rgba(255, 255, 255, 0.6);
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

/* #sidebar ul li a span {
          color: #44bef1; } */
#sidebar ul li a:hover {
	color: #fff;
}
#sidebar ul li.active > a {
	background: transparent;
	color: #fff;
}
@media (max-width: 991.98px) {
	#sidebar {
		margin-left: 0px;
	}
	#sidebar.active {
		margin-left: 270px;
		overflow-y: auto;
		overflow-x: hidden;
	}
	#sidebar.active .custom-menu .btn.btn-primary {
		right: 70%;
	}
}

@media (min-width: 991.98px) {
	#sidebar.active {
		margin-left: 270px;
		overflow-y: auto;
		overflow-x: hidden;
	}
	#sidebar.active .custom-menu .btn.btn-primary {
		right: 70%;
	}
}

#sidebar .custom-menu {
	display: inline-block;
	position: absolute;
	top: 20px;
	right: 0;
	margin-right: -20px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
@media (prefers-reduced-motion: reduce) {
	#sidebar .custom-menu {
		-webkit-transition: none;
		-o-transition: none;
		transition: none;
	}
}
#sidebar .custom-menu .btn {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	position: relative;
}
#sidebar .custom-menu .btn i {
	margin-right: -40px;
	font-size: 14px;
}
#sidebar .custom-menu .btn.btn-primary {
	background: transparent;
	border-color: transparent;

}
#sidebar .custom-menu .btn.btn-primary:after {
	z-index: -1;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: '';
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	/* background: #3445b4; */
	border-radius: 10px;
}
#sidebar .custom-menu .btn.btn-primary:hover,
#sidebar .custom-menu .btn.btn-primary:focus {
	background: transparent !important;
	border-color: transparent !important;
box-shadow: none;
}

@media (max-width: 991.98px) {
	#sidebarCollapse span {
		display: none;
	}
}

a {	
	text-decoration: none;
	background-color: transparent;
}

.piepagina {
    color: rgba(255, 255, 255);
  	font-family: 'Poppins', Arial, sans-serif;
    font-size: 14px;
    line-height: 1.8;
    font-weight: normal;
}

/* TABLA 1*/

.tabla1 {
	border-collapse: collapse;
}
.tabla1 {
	width: 100%;
	padding: 2rem;
	color: #212529;
}
.tabla1 td {
	padding: 0.1rem;
	vertical-align: middle;
	border-top: 1px solid #dee2e6;
}
.tabla1 th {
	padding: 0.75rem;
	vertical-align: middle;
	border-top: 1px solid #dee2e6;
}
.tabla1 thead th {
	vertical-align: middle;
	border-bottom: 2px solid #dee2e6;
}
.tabla1 tbody + tbody {
	border-top: 2px solid #dee2e6;
}
.tabla1 tbody tr td input {
	border:none;
  text-align:center;
}

.tabla1 tbody tr td select {
	border:none;
}

.tabla1-sm th {
	padding: 1.4rem important!;
}
.tabla1-sm td {
	padding: 0.1rem important!;
}
.tabla1-bordered {
	border: 1px solid #dee2e6;
}
.tabla1-bordered td,
.tabla1-bordered th {
	border: 1px solid #dee2e6;
}
.tabla1-bordered thead td,
.tabla1-bordered thead th {
	border-bottom-width: 2px;
}
.tabla1-borderless tbody + tbody,
.tabla1-borderless td,
.tabla1-borderless th,
.tabla1-borderless thead th {
	border: 0;
}
.tabla1-striped tbody tr:nth-of-type(odd) {
	background-color: rgba(0, 0, 0, 0.05);
}
.tabla1-hover tbody tr:hover {
	color: #212529;
	background-color: rgba(0, 0, 0, 0.075);
}
.tabla1-primary,
.tabla1-primary > td,
.tabla1-primary > th {
	background-color: #b8daff;
}
.tabla1-primary tbody + tbody,
.tabla1-primary td,
.tabla1-primary th,
.tabla1-primary thead th {
	border-color: #7abaff;
}
.tabla1-hover .tabla1-primary:hover {
	background-color: #9fcdff;
}
.tabla1-hover .tabla1-primary:hover > td,
.tabla1-hover .tabla1-primary:hover > th {
	background-color: #9fcdff;
}
.tabla1-secondary,
.tabla1-secondary > td,
.tabla1-secondary > th {
	background-color: #d6d8db;
}
.tabla1-secondary tbody + tbody,
.tabla1-secondary td,
.tabla1-secondary th,
.tabla1-secondary thead th {
	border-color: #b3b7bb;
}
.tabla1-hover .tabla1-secondary:hover {
	background-color: #c8cbcf;
}
.tabla1-hover .tabla1-secondary:hover > td,
.tabla1-hover .tabla1-secondary:hover > th {
	background-color: #c8cbcf;
}
.tabla1-success,
.tabla1-success > td,
.tabla1-success > th {
	background-color: #c3e6cb;
}
.tabla1-success tbody + tbody,
.tabla1-success td,
.tabla1-success th,
.tabla1-success thead th {
	border-color: #8fd19e;
}
.tabla1-hover .tabla1-success:hover {
	background-color: #b1dfbb;
}
.tabla1-hover .tabla1-success:hover > td,
.tabla1-hover .tabla1-success:hover > th {
	background-color: #b1dfbb;
}
.tabla1-info,
.tabla1-info > td,
.tabla1-info > th {
	background-color: #bee5eb;
}
.tabla1-info tbody + tbody,
.tabla1-info td,
.tabla1-info th,
.tabla1-info thead th {
	border-color: #86cfda;
}
.tabla1-hover .tabla1-info:hover {
	background-color: #abdde5;
}
.tabla1-hover .tabla1-info:hover > td,
.tabla1-hover .tabla1-info:hover > th {
	background-color: #abdde5;
}
.tabla1-warning,
.tabla1-warning > td,
.tabla1-warning > th {
	background-color: #ffeeba;
}
.tabla1-warning tbody + tbody,
.tabla1-warning td,
.tabla1-warning th,
.tabla1-warning thead th {
	border-color: #ffdf7e;
}
.tabla1-hover .tabla1-warning:hover {
	background-color: #ffe8a1;
}
.tabla1-hover .tabla1-warning:hover > td,
.tabla1-hover .tabla1-warning:hover > th {
	background-color: #ffe8a1;
}
.tabla1-danger,
.tabla1-danger > td,
.tabla1-danger > th {
	background-color: #f5c6cb;
}
.tabla1-danger tbody + tbody,
.tabla1-danger td,
.tabla1-danger th,
.tabla1-danger thead th {
	border-color: #ed969e;
}
.tabla1-hover .tabla1-danger:hover {
	background-color: #f1b0b7;
}
.tabla1-hover .tabla1-danger:hover > td,
.tabla1-hover .tabla1-danger:hover > th {
	background-color: #f1b0b7;
}
.tabla1-light,
.tabla1-light > td,
.tabla1-light > th {
	background-color: #fdfdfe;
}
.tabla1-light tbody + tbody,
.tabla1-light td,
.tabla1-light th,
.tabla1-light thead th {
	border-color: #fbfcfc;
}
.tabla1-hover .tabla1-light:hover {
	background-color: #ececf6;
}
.tabla1-hover .tabla1-light:hover > td,
.tabla1-hover .tabla1-light:hover > th {
	background-color: #ececf6;
}
.tabla1-dark,
.tabla1-dark > td,
.tabla1-dark > th {
	background-color: #c6c8ca;
}
.tabla1-dark tbody + tbody,
.tabla1-dark td,
.tabla1-dark th,
.tabla1-dark thead th {
	border-color: #95999c;
}
.tabla1-hover .tabla1-dark:hover {
	background-color: #b9bbbe;
}
.tabla1-hover .tabla1-dark:hover > td,
.tabla1-hover .tabla1-dark:hover > th {
	background-color: #b9bbbe;
}
.tabla1-active,
.tabla1-active > td,
.tabla1-active > th {
	background-color: rgba(0, 0, 0, 0.075);
}
.tabla1-hover .tabla1-active:hover {
	background-color: rgba(0, 0, 0, 0.075);
}
.tabla1-hover .tabla1-active:hover > td,
.tabla1-hover .tabla1-active:hover > th {
	background-color: rgba(0, 0, 0, 0.075);
}
.tabla1 .thead-dark th {
	color: #fff;
	background-color: #343a40;
	border-color: #454d55;
}
.tabla1 .thead-light th {
	color: #495057;
	background-color: #e9ecef;
	border-color: #dee2e6;
}
.tabla1-dark {
	color: #fff;
	background-color: #343a40;
}
.tabla1-dark td,
.tabla1-dark th,
.tabla1-dark thead th {
	border-color: #454d55;
}
.tabla1-dark.tabla1-bordered {
	border: 0;
}
.tabla1-dark.tabla1-striped tbody tr:nth-of-type(odd) {
	background-color: rgba(255, 255, 255, 0.05);
}
.tabla1-dark.tabla1-hover tbody tr:hover {
	color: #fff;
	background-color: rgba(255, 255, 255, 0.075);
}
@media (max-width: 575.98px) {
	.tabla1-responsive-sm {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}

	.tabla1-responsive-sm > .tabla1-bordered {
		border: 0;
	}
}
@media (max-width: 767.98px) {
	.tabla1-responsive-md {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}

	.tabla1-responsive-md > .tabla1-bordered {
		border: 0;
	}
}
@media (max-width: 991.98px) {
	.tabla1-responsive-lg {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}

	.tabla1-responsive-lg > .tabla1-bordered {
		border: 0;
	}
}
@media (max-width: 1199.98px) {
	.tabla1-responsive-xl {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}

	.tabla1-responsive-xl > .tabla1-bordered {
		border: 0;
	}
}
@media (max-width: 1400px) {
	.tabla1 {
		font-size: 0.9rem;
	}
	.tabla1-responsive-xl {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}

	.tabla1-responsive-xl > .tabla1-bordered {
		border: 0;
	}
}
.tabla1-responsive {
	display: block;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.tabla1-responsive > .tabla1-bordered {
	border: 0;
}

.d-tabla1 {
	display: tabla1 !important;
}
.d-tabla1 -row {
	display: tabla1 -row !important;
}
.d-tabla1 -cell {
	display: tabla1 -cell !important;
}

/* FIN TABLA 1*/

/* Inicio Modificador CARD*/
.card {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid rgba(0, 0, 0, 0.125);
	border-radius: 0.25rem;
}
.card > hr {
	margin-right: 0;
	margin-left: 0;
}
.card > .list-group:first-child .list-group-item:first-child {
	border-top-left-radius: 0.25rem;
	border-top-right-radius: 0.25rem;
}
.card > .list-group:last-child .list-group-item:last-child {
	border-bottom-right-radius: 0.25rem;
	border-bottom-left-radius: 0.25rem;
}

.card1x05 {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	margin: 0px 0px 20px 0px;
	/*height: 30.4rem;*/
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid rgba(0, 0, 0, 0.125);
	border-radius: 0.25rem;
}
.card > hr {
	margin-right: 0;
	margin-left: 0;
}
.card > .list-group:first-child .list-group-item:first-child {
	border-top-left-radius: 0.25rem;
	border-top-right-radius: 0.25rem;
}
.card > .list-group:last-child .list-group-item:last-child {
	border-bottom-right-radius: 0.25rem;
	border-bottom-left-radius: 0.25rem;
}
/*modificado 07/04/2022*/


/*modificado 07/04/2022*/

.card2x2 {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	margin: 0px 0px 20px 0px;
	/*height: 30.4rem;*/
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid rgba(0, 0, 0, 0.125);
	border-radius: 0.25rem;
}
.card > hr {
	margin-right: 0;
	margin-left: 0;
}
.card > .list-group:first-child .list-group-item:first-child {
	border-top-left-radius: 0.25rem;
	border-top-right-radius: 0.25rem;
}
.card > .list-group:last-child .list-group-item:last-child {
	border-bottom-right-radius: 0.25rem;
	border-bottom-left-radius: 0.25rem;
}
/*modificado 16/03/2022*/

.card-body {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	min-height: 15.4rem;
	/*height:252px;*/
	padding: 10px 0px;
	display: flex; /* agregado */
	justify-content: center; /* agregado */
	align-items: center; /* agregado */
} /*modificado 23/12/2021*/

.card-body1x05 {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	/*  min-height: 11rem ;  agregado */
	height: 6rem; /* agregado */
	padding: 10px 10px 10px 10px;
	display: flex; /* agregado */
	justify-content: center; /* agregado */
	align-items: center; /* agregado */
} /*modificado 07/04/2022*/
@media (min-width: 576px) {
	.card-body1x05 {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
		/*  min-height: 11rem ;  agregado */
		height: 8rem; /* agregado */
		padding: 14px 10px 10px 10px;
		display: flex; /* agregado */
		justify-content: center; /* agregado */
		align-items: center; /* agregado */
	} /*modificado 07/04/2022*/
}

.card-body2x2 {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	/*  min-height: 11rem ;  agregado */
	height: 29.2rem; /* agregado */
	padding: 10px 10px 10px 10px;
	display: flex; /* agregado */
	justify-content: center; /* agregado */
	align-items: center; /* agregado */
} /*modificado 16/03/2022*/
@media (min-width: 576px) {
	.card-body2x2 {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
		/*  min-height: 11rem ;  agregado */
		height: 39.2rem; /* agregado */
		padding: 25px 10px 10px 10px;
		display: flex; /* agregado */
		justify-content: center; /* agregado */
		align-items: center; /* agregado */
	} /*modificado 16/03/2022*/
}
.card-title {
	margin-bottom: 2px;
} /*modificado 1/10/2020*/



.card-header + .list-group .list-group-item:first-child {
	border-top: 0;
}



.card-img {
	width: 100%;
	border-radius: calc(0.25rem - 1px);
}

.card-img-top {
	width: 100%;
	border-top-left-radius: calc(0.25rem - 1px);
	border-top-right-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
	width: 100%;
	border-bottom-right-radius: calc(0.25rem - 1px);
	border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.card-deck .card {
	margin-bottom: 15px;
}

.card-deck .card {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-flex: 1;
		-ms-flex: 1 0 0%;
		flex: 1 0 0%;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-right: 15px;
		margin-bottom: 0;
		margin-left: 15px;
	}


.card-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.card-group > .card {
	margin-bottom: 15px;
}


.accordion > .card:not(:first-of-type) .card-header:first-child {
	border-radius: 0;
}
.accordion > .card:not(:first-of-type):not(:last-of-type) {
	border-bottom: 0;
	border-radius: 0;
}
.accordion > .card:first-of-type {
	border-bottom: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.accordion > .card:last-of-type {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.accordion > .card .card-header {
	margin-bottom: -1px;
}


/*FIN CARD*/

/* Inicio Estilo Modales  11/06/2025 */

body.modal-open {
    /* overflow: hidden; */
}

.modal {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /* z-index: 1051; */
    /* overflow: hidden; */
    outline: 0;
    background: transparent;
}

.modal.show {
    display: block;
    overflow-x: hidden;
    overflow-y: auto;
}

/* Orden de superposición */
.modal.primero {
    z-index: 1035;
}

.modal.segundo {
    z-index: 1045;
}
.modal.tercero {
    z-index: 1055;
}
.modal.cuarto {
    z-index: 1065;
}

.modal-backdrop-custom.primero {
    z-index: 1030;	
	/* display: none; */
}

.modal-backdrop-custom.segundo {
    z-index: 1040;
	display: none;
}
.modal-backdrop-custom.tercero {
    z-index: 1050;
	display: none;
}
.modal-backdrop-custom.cuarto {
    z-index: 1060;
	display: none;
}

.modal-backdrop-custom {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    opacity: 0.5 !important;
    transition: none !important;
    pointer-events: none;
}

/* Prevenir el parpadeo 
.modal-backdrop.show {
    opacity: 0.5 !important;
	transition: none !important;
} */

/* Contenido del modal */
.modal-content {
    position: relative;
    /* z-index: 1054; */
    pointer-events: auto;
}




/* Fin Estilo Modales */