@media screen and (max-width: 767px) {
  .girar {
    transform: rotate(90deg);
  }

  .oculto {
    display: none;
  }

  .steps {
    text-align: center;
  }
}

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-thumb {
  background: #a0a0a0e1;
  border-radius: 10px;
  /* border: 2px solid transparent;
    background-clip: padding-box;  */
}

::-webkit-scrollbar-thumb:hover {
  border: 0;
}

::-webkit-scrollbar-track {
  background: transparent;
}
.negrita {
  font-weight: 500 !important;
}

.tabla_detalle {
  max-height: 405px;
  overflow-y: auto;
}

table thead th {
  padding: 10px 5px !important;
}

table.dataTable td {
  padding: 5px;
  white-space: nowrap;
}

table.dataTable td:not(table.dataTable td:last-child) {
  text-overflow: ellipsis;
  max-width: 100px;
  overflow: hidden;
}

/* table.dataTable td:hover {
    overflow: visible !important;
    white-space: normal !important;
    cursor: pointer;
} */

table {
  width: 100% !important;
}

.card {
  box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.15);
}

.topnav {
  background: #ffffffe7 !important;
  backdrop-filter: blur(30px) saturate(150%);
  -webkit-backdrop-filter: blur(30px) saturate(150%);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}

.topnav .navbar-nav .nav-link {
  color: #434752;
}

.main-content{
    /* background: #e9e9f0; */
    overflow: visible;
  }

.header-profile-user {
  object-fit: cover;
}

.img-thumbnail {
  height: 100px !important;
  min-width: 100px !important;
  object-fit: cover;
}

.paginas .steps {
  background: #eef0fcc5;
  font-size: 14px !important;
  margin: 15px 0;
  border-radius: 5px;
  padding: 10px;
}

.paginas .steps div {
  border-radius: 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
  font-weight: 600;
}

.paginas .steps .numero {
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  border: 2px solid #556ee6;
  margin: 10px;
}

.paginas .steps .activo {
  background: #dde2fa;
}

.paginas .steps .activo .numero {
  color: #fff;
  background: #556ee6;
}

.logo_titulo {
  color: rgba(255, 255, 255, 0.9);
  letter-spacing: 3px;
  font-size: 20px;
  font-weight: bold;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.dropdown-item {
  cursor: pointer;
}

.barra {
  position: relative;
  top: 0;
  right: 0;
  left: 0;
  border-radius: 6px 6px 0 0;
  background: #556ee6;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
  padding: 5px 10px;
  display: flex;
  justify-content: left;
}

.btn_archivos,
.btn_subir,
.btn_limpiar {
  top: 0;
  right: 0;
  background: #ffffff33;
  padding: 5px 10px;
  color: #fff;
  border-radius: 4px;
  cursor: pointer;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
  font-size: 11px;
  font-weight: bold;
  transition: all 0.1s;
  margin: 2px;
}

.barra > *:hover {
  transform: scale(0.95);
}

.offcanvas {
  background: rgba(247, 247, 247, 0.938) !important;
}

.offcanvas .card .img-fluid {
  border-radius: 6px 6px 0 0 !important;
  max-height: 90px !important;
  object-fit: cover;
}

.siampaq {
  position: relative;
  width: 100%;
  height: auto;
}

.siampaq img {
  width: 100%;
  height: 100%;
}

table tr td:last-child {
  text-align: right;
  vertical-align: middle;
}

table tr th:last-child {
  text-align: center;
}

.topnav {
  max-height: 100% !important;
}

.logo_municipio {
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo_municipio img {
  width: 80%;
  height: auto;
  max-height: 150px;
  margin: 10px;
}

.logo_inicio {
  display: flex;
  align-items: center;
}

.logo_inicio div {
  border-left: 2px solid #ccc;
}

/* input:not(input[type="email"]),
select {
    text-transform: uppercase !important;
} */

.bg-overlay {
  /* background-image: linear-gradient(200deg, #554823ad 1%, #6b1a30c7 100%), url("../images/overlay.png") !important; */
  background-image: linear-gradient(
      200deg,
      rgba(14, 25, 55, 0.432) 20%,
      rgba(59, 126, 171, 0.411) 100%
    ),
    url("../images/overlay.png") !important;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  opacity: 1 !important;
}

.bg-caja {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo_login p {
  letter-spacing: 2px;
  font-size: 15px;
  font-weight: bold;
  color: #d2d5e6d0 !important;
}

.logo_login img {
  width: 80%;
  margin: 30px 0;
  filter: drop-shadow(5px 5px 5px #00000034);
}

.carta {
  background: rgba(255, 255, 255, 0.507);
  border-radius: 10px;
  padding: 18px;
  height: 180px;
  font-weight: bold;
  color: #26272c;
  display: block;
  cursor: pointer;
  transition: all 0.5s;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
}

.carta i {
  font-size: 40px;
  margin-bottom: 20px;
}

.carta:hover {
  transform: translateY(5px);
}

.logo-sm,
.logo {
  filter: drop-shadow(5px 5px 5px #00000034);
}

.app-search {
  width: 300px !important;
}

.hidden {
  display: none;
}

.form-switch .form-check-input,
.form-switch
  .form-check-input:focus:not(.form-switch .form-check-input:checked) {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='rgba(85, 110, 230, 1)'/%3E%3C/svg%3E");
}

.form-switch .form-check-input:disabled {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='rgba(0, 0, 0, .25)'/%3E%3C/svg%3E");
}

select {
  text-transform: uppercase !important;
}

table td {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  /* font-size: 13px; */
}

.tabla_foto {
  width: 40px;
  height: 40px;
  object-fit: cover;
  border: 3px solid #ddd;
  /* box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1); */
  border-radius: 50px;
}

table.dataTable {
  margin-bottom: 40px !important;
}

.dataTable th {
  font-size: 0.85em;
  /* letter-spacing: .1em; */
  text-transform: uppercase;
}

@media screen and (max-width: 1200px) {
  .dataTable {
    border: 0;
  }

  .dataTable thead {
    display: none;
  }

  .dataTable tr {
    border: 1px solid #ccc;
    display: block;
    margin-bottom: 0.625em;
  }

  .dataTable td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: 0.8em;
    text-align: right;
    max-width: 100% !important;
  }

  .dataTable td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
}

.centrado {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

/* .input-group>.form-control,
.input-group>.form-select {
    width: auto !important;
} */

.archivos {
  position: relative;
  text-align: center;
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
}

.archivos .archivo {
  position: relative;
  display: inline-block;
  transition: all 0.2s;
  cursor: pointer;
}

.archivos img:not(.dz-image img) {
  overflow: hidden;
  width: 115px;
  height: 130px;
  border-radius: 8px;
  margin: 10px 5px;
  object-fit: cover;
}

.archivos .archivo:hover {
  transform: scale(0.95);
}

.archivos .archivo:hover .archivo_nombre {
  opacity: 1;
}

.archivos .archivo_nombre {
  position: absolute;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.9);
  font-size: 10px;
  color: #24252a;
  padding: 1px 5px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  bottom: 20px;
  left: 12px;
  right: 12px;
  border-radius: 4px;
  opacity: 0;
}

/* ------------------------------------------------------- */

.navbar-header {
  height: 60px !important;
}

/* body[data-topbar=dark] #page-topbar {
    background: rgba(44, 45, 47, 0.863);
    backdrop-filter: blur(30px) saturate(150%);
    -Webkit-backdrop-filter: blur(30px) saturate(150%);

} */

.topnav {
  margin-top: 60px !important;
}

.vertical-menu {
  top: 60px;
  box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.1);
}

.dataTables_filter {
  display: none;
}

.text-right {
  text-align: right !important;
}

.text-left {
  text-align: left;
}

.card_animada i {
  position: absolute;
  left: 15px;
  opacity: 0.6;
  bottom: 15px;
  font-size: 20px;
}

.card_animada {
  transition: all 0.3s;
  cursor: pointer;
}

.card_animada:hover {
  transform: translateY(2px);
}

#sidebar-menu ul li a,
#sidebar-menu ul li a i {
  transition: none !important;
  -webkit-transition: none !important;
}

.lista {
  position: relative;
  height: 350px;
  padding: 10px 15px 0 15px;
  overflow: auto;
}

.busqueda {
  width: 100%;
  display: flex;
  align-items: center;
  overflow: hidden;
  border-radius: 20px;
  background: #fff;
  border: 1px solid #ced4da;
}

.busqueda input {
  background: transparent;
  font-size: 12px;
  border: none;
  padding: 5px 10px;
  width: 100%;
  outline: none;
}

.busqueda i {
  color: #c0c0c0;
  font-size: 15px;
  padding: 5px 10px;
}

.lista .card {
  border: 2px solid rgba(88, 108, 136, 0.12);
  box-shadow: none !important;
  /* border-radius: 10px; */
  /* overflow: hidden; */
}

.lista .card-header {
  background: #58638019;
}

.lista .seleccionado {
  opacity: 0.9;
  border: 2px solid rgba(75, 177, 135, 0.39) !important;
  background: rgba(47, 177, 86, 0.1) !important;
}

.lista .seleccionado::after {
  content: "✔";
  display: "flex";
  position: absolute;
  bottom: 0px;
  right: 3px;
  font-size: 12px;
  color: #3e8e70;
}

/* .lista .seleccionado .badge {
    background: rgba(50, 172, 127, 0.15);
    color: #2e7a5e;
} */

.rango input {
  background: #fff;
  font-size: 12px;
  border-radius: 20px;
  width: 100%;
  border: 1px solid #ced4da;
  padding: 5px 10px;
  outline: none;
}

.flotante {
  position: absolute;
  top: 5px;
  right: 5px;
  background: transparent;
  padding: 3px;
  border-radius: 20px;
  cursor: pointer;
}

.flotante:hover {
  background: rgba(171, 181, 192, 0.4);
}

/* .circulo {
    background: rgb(171, 181, 192);
    padding: 3px;
    color: #fff;
    border-radius: 20px;
}

.circulo:hover {
    transform: scale(1.4);
    background: rgb(163, 173, 185);
} */

.noselect {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.detail {
  max-height: 190px;
  overflow: auto;
  position: relative;
}

#modal .tab-content {
  background: #f9f9f9 !important;
  border-radius: 0 0 10px 10px;
  min-height: 350px;
  max-height: 570px;
  overflow-x: scroll;
}

.detalle .tab-content {
  min-height: 350px;
}

.pildoras {
  box-shadow: 10px 0 10px -10px rgba(0, 0, 0, 0.1);
}

.pildoras .nav-link {
  position: relative;
}

.pildoras .nav-link.active::after {
  content: " >";
  font-size: 15px;
  display: flex;
  color: #fff;
  top: 5px;
  right: 10px;
  position: absolute;
}

.selector {
  border: 2px solid transparent;
  cursor: pointer;
}

.selector:hover {
  border: 2px solid red;
  background: rgba(255, 0, 0, 0.11);
}

.selector.seleccionado {
  border: 2px solid red;
  background: rgba(255, 0, 0, 0.09);
}

/* --------------------------------------- MODAL --------------------------------------------- */

.modal-content {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15) !important;
  border: none !important;
}

.modal-header {
  background: #f1f1f1d1;
}

.modal-title {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-size: 15px !important;
  letter-spacing: 1px;
  font-weight: bold;
  color: #595b67 !important;
}

.modal {
  background: #656b7264 !important;
  backdrop-filter: blur(5px) saturate(150%);
  -webkit-backdrop-filter: blur(5px) saturate(150%);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}

.btn-close {
  margin: unset !important;
  border-radius: 50px;
  background: rgba(164, 164, 164, 0.289)
    url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3E%3C/svg%3E")
    50%/1em auto no-repeat !important;
}

/* .nav-pills .nav-link.active, .nav-pills .show>.nav-link{
    background: #636678;
} */

.dataTables_processing {
  padding: 30px !important;
  border-radius: 2px !important;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

.dataTables_empty {
  text-align: center;
  font-size: 18px !important;
  height: 200px;
}

.dataTables_empty p {
  margin: 5px 0;
}

.dataTables_empty span {
  color: #c9d4e0;
  font-size: 50px;
  margin-bottom: 10px;
}

.dataTables_empty small {
  color: #6e7278;
}

.dataTable td {
  font-size: 12px;
  font-weight: 500 !important;
  border: none;
  border-bottom: 1px solid #e7e9ed !important;
}

/* .dataTable tbody tr{
    box-shadow: 1px 1px 5px rgba(0, 0, 0, .15);
} */

.dataTable thead {
  /* background: transparent !important; */
}

.dataTable thead th {
  background: #eeeff2;
  color: #676971 !important;
  border: none;
  /* border-bottom: 2px solid #678aeb !important; */
}

.dataTable tbody tr:first-child td {
  padding-top: 10px;
}

.dataTable td:first-child,
.dataTable th:first-child {
  padding-left: 10px !important;
}

/* .dataTable td:first-child, */
.dataTable th:first-child {
  border-top-left-radius: 14px;
  border-bottom-left-radius: 14px;
}

/* .dataTable td:last-child, */
.dataTable th:last-child {
  border-bottom-right-radius: 14px;
  border-top-right-radius: 14px;
}

/* .dataTable td:last-child{
    text-align: center !important;
} */

.dataTable {
  /* border-collapse: collapse !important;
   border-spacing: 0 10px !important; */
  border: none !important;
}

.table-responsive {
  overflow: hidden;
}

.dataTables_filter {
  position: relative;
  margin-top: 0;
  /* margin-right: 20px; */
  margin-bottom: 0;
}

.dataTables_filter label {
  position: relative;
  width: 150px;
  transition: all 0.3s;
  cursor: pointer;
}

/* .dataTables_filter label::after {
    content: "\f00c";
    font-family: 'Font Awesome 5 Free';
    width: 30px;
    height: 99%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    color: rgb(255, 255, 255);
    top: 0;
    right: 0;
    border-radius: 20px;
    background: #5E72E4;
    font-size: 13px;
} */

.dataTables_filter label::before {
  content: "";
  display: flex;
  position: absolute;
  right: 0;
  border-radius: 20px;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  /* box-shadow: 1px 2px 8px rgba(112, 137, 184, 0.4); */
  border: 2px solid #dde3ee !important;
}

.dataTables_filter input {
  font-weight: 500;
  border: none;
  position: relative;
  padding: 10px 20px;
  width: 100% !important;
  right: 0;
  background: transparent !important;
}

.dataTables_filter label:focus-within {
  width: 200px !important;
}

.busqueda_flotante {
  position: absolute;
  right: 10px;
  height: 100%;
  display: flex;
  align-items: center;
}

.busqueda_flotante i {
  font-size: 20px;
  color: #556ee6;
  transition: all 0.2s;
  cursor: pointer;
}

.busqueda_flotante i:hover {
  transform: scale(1.2);
}

.tail-select .select-label {
  all: unset !important;
  cursor: pointer !important;
}

.select-label:after {
  display: none !important;
}

body{
  background-color: #ececef;
}

footer{
  box-shadow: -15px 0 30px #5a5c6915;
}

.new_item {
  width: 31px;
  color: transparent;
  height: 20px;
  margin: auto 0;
  position: absolute;
  right: 7px;
  top: 7px;
  bottom: 7px;
  background: rgb(84 145 176);
  display: flex;
  cursor: pointer;
  align-items: center;
  padding: 12px 10px 10px 10px;
  border-radius: 4px;
  font-weight: bold;
  font-size: 10px;
  transition: width 0.5s, transform 0.2s;
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.new_item:hover {
  transform: translateY(1px) translateX(1px);
  background: rgb(111, 168, 196);
  width:auto !important;
  color: white !important;
}

.new_item::before {
  content: "\f055";
  font-family: "Font Awesome 5 Free";
  padding: 5px 5px 5px 0;
  color: white !important;
}

.cargando {
  pointer-events: none;
}

.cargando::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(255, 255, 255, 0.445);
  backdrop-filter: blur(2px) saturate(150%);
  -webkit-backdrop-filter: blur(2px) saturate(150%);
}

.cargando::after {
  content: "";
  width: 50px;
  height: 50px;
  border: 5px solid #f3f3f3;
  border-top: 5px solid #1f49e1;
  border-left: 5px solid #1f49e1;
  border-radius: 50%;
  animation: spin 2s linear infinite;
  position: absolute;
  left: calc(50% - 25px);
  top: calc(50% - 25px);
  z-index: 1111;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.form-floating .text-danger {
  display: block;
  position: absolute;
  color: white !important;
  background: #e8121291;
  border-radius: 8px;
  padding: 10px;
  width: auto;
  font-size: 11px !important;
  box-shadow: 1px 1px 15px #0000001f;
  font-weight: 400 !important;
  backdrop-filter: saturate(100%) blur(3px);
  -webkit-backdrop-filter: saturate(100%) blur(3px);
  z-index: 1;
  opacity: 0;
  transition: all 0.4s;
}

.form-floating .text-danger::after {
  content: "";
  position: absolute;
  top: -5px;
  left: 20px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #e812126c;
}

.form-floating .validacion:hover ~ .text-danger {
  opacity: 1;
  cursor: pointer !important;
  transform: translateY(5px);
}

.validacion {
  box-shadow: 0 0 1px 1px #f70707dc !important;
}


cite{
  font-size: 11px;
}

/* .simplebar-content-wrapper{
  display: flex;
  align-items: center;
} */

.sidebar-menu,.simplebar-content{
  height: 100%;
  width: 100%;
}

li.mm-active{
  box-shadow: 0 0 20px rgba(32, 58, 160, 0.1);
  border-left: 5px solid rgb(54, 115, 221);
}

textarea.form-control {
  height:auto !important;
}


.target {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  padding: 15px 20px;
}

.target::before,
.target::after,
.target .corner1,
.target .corner2 {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border: 4px solid rgb(201, 201, 201);
}

/* Esquina superior izquierda */
.target::before {
  top: 0;
  left: 0;
  border-right: none;
  border-bottom: none;
}

/* Esquina inferior izquierda */
.target::after {
  bottom: 0;
  left: 0;
  border-right: none;
  border-top: none;
}

/* Esquina superior derecha */
.target .corner1 {
  top: 0;
  right: 0;
  border-left: none;
  border-bottom: none;
}

/* Esquina inferior derecha */
.target .corner2 {
  bottom: 0;
  right: 0;
  border-left: none;
  border-top: none;
}

.form-control:focus, .form-select:focus{
  box-shadow: 0 0 4px rgb(79, 135, 255);
}

.card,.modal-body{
  background: #fbfbfb;
}

.select-dropdown{
  background: #ffffffd4 !important;
  backdrop-filter: blur(5px) saturate(150%);
  -webkit-backdrop-filter: blur(5px) saturate(150%);
  box-shadow: -10px 10px 30px rgba(24, 42, 91, 0.3) !important;
  border-radius: 4px !important;
}

.dropdown-option.disabled{
  background: transparent !important;
}

.dropdown-inner{
  max-height: 230px !important;
}

.dropdown-search{
  box-shadow: none !important;
}

.select-label .label-inner{
  padding-right: 20px !important;
}

.bg-cool{
  background: #3e3e3e45;
  backdrop-filter: blur(5px) saturate(150%);
  -webkit-backdrop-filter: blur(5px) saturate(150%);
}

.photoviewer-modal {
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: saturate(100%) blur(4px);
  -webkit-backdrop-filter: saturate(100%) blur(4px);
}

.photoviewer-stage {
  background: rgba(255, 255, 255, 0.8);
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

#tabla tbody tr:hover{
  padding: 10px auto !important;
  cursor: pointer !important;
  box-shadow: 5px 5px 20px rgba(32, 58, 160, 0.2) !important;
}

#tabla tbody tr:hover td:not(.dataTables_empty):first-child{
  box-shadow: inset 3px 0 0 0 rgb(54, 115, 221);
}

#tabla tbody td:not(.dataTables_empty):hover {
  white-space:normal !important;
  font-size: 10px !important;
  font-weight: bold !important;
}