.login{
	background-image: url(../images/background-login.jpg);
    background-size: cover;
}


.app-sidebar__user-avatar {
    width: 60px;
    background: none;
    padding: 1px;
	margin: 1px;
}
.app-sidebar__toggle{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 15pt;
}
.app-sidebar__toggle::before{
	display: none;
}

.headerView{
	background: #009688;
	color: #FFF;
}
.headerUpdate{
	background: #009688;
	color: #FFF;
}

.headerRegister{
	background: #009688;
	color: #FFF;
}
.textcenter{
	text-align: center;
}
.textright{
	text-align: right;
}
.textleft{
	text-align: left;
}
.bootstrap-select > .dropdown-toggle{
	border: 1px solid #CCC;
}
/*Estilos login*/
#divLoading{
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgba(254,254,255, .65);
	z-index: 9999;
	display: none;
}
#divLoading img{
	width: 50px;
	height: 50px;
}
.required{
	color: red;
	font-size: 13pt;
	font-weight: bold;
}
/* style portada categoría */
.prevPhoto {
    display: flex;
    justify-content: space-between;
    width: 300px;
    height: 200px;
    border: 1px solid #CCC;
    position: relative;
    cursor: pointer;
    background: url(../images/uploads/portada_categoria.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    margin: auto;
}
.prevPhoto label{
	cursor: pointer;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.prevPhoto img{
	width: 100%;
	height: 100%;
}
.upimg, .notblock{
	display: none !important;
}
.errorArchivo{
	font-size: 16px;
	font-family: arial;
	color: #cc0000;
	text-align: center;
	font-weight: bold; 
	margin-top: 10px;
}
.delPhoto{
	color: #FFF;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	width: 25px;
	height: 25px;
	background: red;
	position: absolute;
	right: -10px;
	top: -10px;
	z-index: 10;
}
#tbl_list_productos img{
	width: 50px;
}
.imgProductoDelete{
	width: 175px;
}

#imgCategoria{
	text-align: center;
}
#imgCategoria img{
	width: 200px;
	margin: auto;
}

/* Upload fotos*/
#containerImages{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}
#containerImages > div{
	margin-right: 10px;
	margin-bottom: 8px;
}
.prevImage{
	border: 1px solid #CCC;
	width: 120px;
	height: 148px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.prevImage img{
	width: 100%;
}
.inputUploadfile{
	display: none;
}
.btnUploadfile, .btnDeleteImage{
	border: 0;
	background-color: #009688;
	text-align: center;
	padding: 2px 3px;
	color: #FFF;
	font-size: 9pt;
	cursor: pointer;
	width: 100%;
}
.btnDeleteImage{
	background-color: #dc3545;
}
.prevImage .loading{
	width: 30px;
	height: 30px;
}
#celFotos img{
	width: 150px;
	margin: 10px;
}

.info_tableros{
	padding: 10px !important;
}

.info_tableros pre{
	font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;	
	font-size: 100% !important;
	white-space: pre-wrap !important;
}

.vista_tableros .app-title{
	margin: -30px -30px 1px -30px;
    padding: 8px 10px;
}

.vista_tableros .row{
	margin-right: -30px !important;
    margin-left: -31px !important;
}

.vista_tableros .row .col-md-12{
	padding: 0px !important;
}

.app-content{
	background-color: #FFF !important;
}

.listar_modulos a div.primario{
	background-color: #009688 !important;
}

.listar_modulos a div.secundario{
	background-color: #9acccd !important;
}

.listar_modulos a div .titulo{
	color: black !important;
}

.listar_modulos a div .icono{
	color: #504e4e !important;
}

.shadow{
	box-shadow:0 0.5rem 1rem rgba(0, 0, 0, 0.25) !important
}

.subir{
    padding: 5px 10px;
    background: #17a2b8;
    color:#000;
    border:0px solid #fff;
}
 
.subir:hover{
    color:#000;
    background: #086472;
}

.link-primary{
	color: #0d6efd;
}

.link-success{
	color: #198754;
}

.link-info{
	color: #0dcaf0;
}

.menu_tucas .app-menu__item i{
	color:#0e6b72 !important;
	font-weight: bold !important;
}

.menu_tucas .treeview-item i{
	color:#2E9C9D !important;
}

.app-title .fa{
	color:#0e6b72 !important;
}
.app-title h1{
	font-weight: bold !important;
}

#tableModulos td>i,#tableMenus td>i,#modalViewModulo th>i{
	color:#0E6B72 !important;
}

.listar_modulos .card:hover{
background: #d1e7dd !important;
}


/* ---------------- LOGIN ---------------- */

.login-content .login-box .login-form, .login-content .login-box .forget-form {
    position: initial !important;
    padding: 40px;
	padding-top: 5px;
}

.login-content .login-box {
	--width: 30%;
}

.pagTablero{
	position: fixed;
    top: 1%;
    left: 65%;
    z-index: 4000;
	display: none;
}

@media (max-width: 768px) {
	.pagTablero{
		top: 1%;
    	left: 30%;
	}

}


@media (max-width: 768px) {
  #iframe_pbi {
    height: 80vh !important; /* Altura para móviles */
  }
}




/*busqueda avanzada de datatable*/

.con_search .search-input-container .search-magnifier-icon, .search-input-container .search-delete-icon {
    color: #afafaf;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 100%;
    text-align: center;
    cursor: pointer;
}

.con_search .search-input-container input,.con_search .search-input-container select {
    background: transparent !important;
    width: calc(100% - 0px);
    border: initial;
}
.con_search .search-input-container {
    border-radius: 10px;
	margin-top: 2px;
}
.con_search .group_search {
	display: flex;
	justify-content: end;
	flex-wrap: wrap;
}

.con_search .group_search div{
	flex: 0 0 auto; /* Para que los elementos no cambien de tamaño */
  	margin-bottom: 10px; /* Margen entre elementos */
	padding: 0;
}

@media screen and (max-width: 600px) {
	.con_search .group_search div {
	  width: 100%; /* Todos los elementos ocupan el 100% del ancho cuando el ancho de la pantalla es menor que 600px */
	}
}

.con_search .search-input-container .search-magnifier-icon:hover, .search-input-container .search-delete-icon:hover {
    color: var(--primary);
}

.con_search .search-input-container.searc_btn{
	padding: 0;
}

.group_search .btns_rad{
	margin: 0.3em;
}
.con_search .tile{
	padding:1em;
}

.con_search .caja_dash{
	display: flex;
    align-items: center;
}

/* -------------- ESTILOS NUEVAS TARJETAS DIC 27 DE 2024 -------------- */

.listar_tarjetas{
	--display:grid;
    --grid-template-columns: repeat(auto-fill, minmax(20rem, 1fr));
}
.tarjeta_power{
	justify-content: space-between;
    flex-direction: column;
    display: flex;
}

.tarjeta_power footer{
	background-color: #0e6b72;
	padding: 0.8rem;
}

.tarjeta_power footer button del{
	color: #d9def2;
    display: flex;
    align-items: center;
    text-decoration: none;
    font-size: .875rem;
    line-height: 1.8;
}

.tarjeta_power footer div p{
	font-size: 0.68888rem;
    line-height: 1.5;
}

.tarjeta_power_header{
	aspect-ratio: 16 / 9;
	background-color: #d1ecf1;
	border-radius: 0.3rem 0.3rem 0 0;
	height: 100px;
  	max-height: 100px;
  	text-align: center;
}

.p-4 {
    padding: 0.5rem !important;
    background-color: #d1ecf1;
    display: flex;
    flex-grow: 1;
}
.p-4 a {
	flex: 1 1 auto;
	-webkit-box-flex: 1;
}
.p-4:hover{
	text-decoration:underline;
}

.relative{
	position:relative;
}
.absolute{
	position:absolute;
}
.pr-2 {
    padding-right: .5rem;
}
.pl-6 {
    padding-left: 1.5rem;
}
.p-0 {
    padding: 0;
}
.font-semibold {
    font-weight: 600;
}

.overflow-hidden {
    overflow: hidden;
}

.duration-300 {
    transition-duration: .3s;
}
.transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .15s;
}
.wh-full {
    width: 70%;
    height: 100% !important;
}
.h-auto {
    height: auto;
}
.scale-105:hover, .scale-110:hover {
	--tw-translate-x:0;
	--tw-translate-y:0;
	--tw-rotate:0;
	--tw-skew-x:0;
	--tw-skew-y:0;
	--tw-scale-x:1.05;
	--tw-scale-y:1.05;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-105{
	--tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
}
.right-0 {
    right: 0;
}
.pr-5 {
    padding-right: 1.25rem;
}
.mt-auto {
    margin-top: auto;
}
.py-2 {
    padding-top: .5rem;
    padding-bottom: .5rem;
}
.px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
}

.button-regular {
    border-radius: .25rem;
    text-align: center;
    font-weight: 700;
    --tw-text-opacity: 1;
	--white:255 255 255;
	--shadow-sm:0px 4px 4px 3px rgba(0,0,0,.15)
    color: rgb(var(--white) / var(--tw-text-opacity));
    --tw-shadow: var(--shadow-sm);
    --tw-shadow-colored: var(--shadow-sm);
	--tw-ring-offset-shadow:0 0 # 0000;
	--tw-ring-shadow:0 0 # 0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.no-button {
    background: none; /* Elimina el fondo */
    border: none; /* Elimina el borde */
    font: inherit; /* Hereda la fuente del texto */
    padding: 0; /* Elimina el padding (espaciado interno) */
    cursor: auto; /* Cambia el cursor para que se vea interactivo */
    text-decoration: none; /* Elimina cualquier subrayado en caso de ser texto */
 }


.no-button:active{
	outline: none;          /* Elimina el contorno */
	box-shadow: none;       /* Elimina la sombra al hacer clic */
	transform: none;        /* Elimina cualquier cambio de escala o transformación */
	background: none; /* Asegura que no se muestre el fondo cuando se hace clic */
	border: none; /* Elimina el borde cuando se hace clic */	
}

.text-neutral-title{
    color:#000;
    flex-shrink: 0;
}

.text-mobile-small {
    font-size: .75rem;
    line-height: 1.8;
}
.line-clamp-3, .line-clamp-6 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.line-clamp-3 {
    -webkit-line-clamp: 3;
}
a {
    color: inherit;
    text-decoration: inherit;
}

.h-fit {
    height: -moz-fit-content;
    height: fit-content;
}
.my-auto {
    margin-top: auto;
    margin-bottom: auto;
}
.top-0 {
    top: 0;
}
.right-0 {
    right: 0;
}
.bottom-0 {
    bottom: 0;
}

.tarjeta_visitas:before {
    position: absolute;
    height: 100%;
    width: 100%;
    border-radius: .25rem;
    --tw-bg-opacity: 1;
    --background-color: rgb(252 59 78 / var(--tw-bg-opacity));
    background-color:#17a2b8;
    content: "";
    left: 15%;
    transform: skew(-18deg);
}

.tarjeta_visitas_a {
    line-height: 1.4;
    padding-top: 0;
    margin: 0;
}

.text-white {
    --tw-text-opacity: 1;
	--white:255 255 255;
    color: rgb(var(--white) / var(--tw-text-opacity));
}
.text-mobile-h4 {
    font-size: 0.8rem;
    line-height: 1.5;
	padding: 0;
    margin: 0;
}
del.warning{
	color: coral !important;
}

.tarjeta_power_header.primario, .p-4.primario{
	background-color: #009487 !important;
}
.tarjeta_power_header{
	display: flex;
    justify-content: center;
    align-items: center;
}
.tarjeta_power_header a i{
	font-size: 3rem;
	color: #1c4e57;
}

.tarjeta_power_header a i:hover{
	color: #000;
}

.tarjeta_dash{
	justify-content: space-between;
  	display: flex;	
}
.tarjeta_dash div{
	width: 100%;	
}

.tarjeta_dash .info div{
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}

/* PALETA DE COLORES 2025*/

/* GREEN */
.as_gr_primary{
	background-color: #0E6B72;
}
.as_gr_secondary{
	background-color: #2E9C9D;
}
.as_gr_terceary{
	background-color: #66BBBA;
}
/* RED */
.as_red_primary{
	background-color: #D92127;
}
.as_red_secondary{
	background-color: #ED8380;
}
/* OTROS */
.as_ot_primary{
	background-color: #D9DEF2;
}
.as_ot_secondary{
	background-color: #E8F2D9;
}

.widget-small.as_gr_primary.coloured-icon{
	background-color: #fff;
  	color: #2a2a2a;
}
.widget-small.as_gr_primary.coloured-icon .icon {
	background-color: #0E6B72;
	color: #fff;
}

.widget-small.as_gr_secondary.coloured-icon{
	background-color: #fff;
  	color: #2a2a2a;
}
.widget-small.as_gr_secondary.coloured-icon .icon {
	background-color: #2E9C9D;
	color: #fff;
}

.widget-small.as_gr_terceary.coloured-icon{
	background-color: #fff;
  	color: #2a2a2a;
}
.widget-small.as_gr_terceary.coloured-icon .icon {
	background-color: #66BBBA;
	color: #fff;
}


.widget-small.as_red_primary.coloured-icon{
	background-color: #fff;
  	color: #2a2a2a;
}
.widget-small.as_red_primary.coloured-icon .icon {
	background-color: #D92127;
	color: #fff;
}

.widget-small.as_red_secondary.coloured-icon{
	background-color: #fff;
  	color: #2a2a2a;
}
.widget-small.as_red_secondary.coloured-icon .icon {
	background-color: #ED8380;
	color: #fff;
}

.widget-small .info h4{
	font-weight: bold;
	font-size: 0.95rem;
	line-height: 1.5;
	text-transform: capitalize;
}

.tarjeta_dash.no_asignados{
	cursor: pointer;
}
.tarjeta_dash.no_asignados:hover i{
	background-color: #CC5E5B !important;
}


.tarjeta_dash.no_asignados i:hover {
	transform: scale(1.02);
}
.tarjeta_dash.no_asignados h4:hover {
	text-decoration: underline;
}

.widget-small .info p {
    margin: 0;
    font-size: 2em;
	font-family: 'Roboto', sans-serif;
}

.text-primary.no_asignados{
	color: #0E6B72 !important;
	font-size: 1.1em;
	font-weight: bold;
	font-style: oblique;
	text-align: justify;
	padding: 5px;
}

#tableDashboard tr td:nth-child(5) {
	text-align: justify;
}
.listar_detalles.json .widget-small{
	margin-bottom:5px !important;
}

.listar_detalles.json .widget-small .icon{
	font-size: 2em;
}