@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');

*{
  margin: 0;
  outline: 0;
  appearance: 0;
  border: 0;
  text-decoration: none;
  box-sizing: border-box;
}

html{
  font-size: 14px;
}

::-webkit-scrollbar {
  width: 10px; /* Ancho del scrollbar vertical */
}

::-webkit-scrollbar-thumb {
  background-color: #91919183; /* Color del thumb (barra deslizadora) */
  border-radius: 5px; /* Bordes redondeados del thumb */
}

::-webkit-scrollbar-thumb:hover {
  background-color: #393939; /* Color del thumb al pasar el cursor sobre él */
}

/* Para navegadores de Microsoft (Edge) */
::-webkit-scrollbar-track {
  background-color: #f1f1f1; /* Color de la pista del scrollbar */
}

::-webkit-scrollbar-track:hover {
  background-color: #c2c2c2;
}

/**/

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #696969;
  border-color: #3d3d3d;
}

.contenedor {
  /* width: 100vw; */
  height: 100vh;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin: 0;
}

#mytable_wrapper{
  width: 100% !important;
  margin-top: 20px !important;
}
.titu {
  font-size: 30px;
  font-weight: bold;
  color: rgb(42, 42, 42);
  display: block;
  float: left;
  margin-top: 30px;
/*  margin-left: 30px;*/
  width: 100%;
}

.titaju{
  display: inline-block;
  float: left;
}

.cont {
  margin: 70px 20px 0px 70px;
  font-size: 12px;
  font-weight: normal;
}

#err{
  display: inline-block;
  width: 100%;
  color: #ff0000;
  text-align: center;
  border: 1px solid #ff0000;
  border-radius: 100px;
  background-color: #ffffff;
  margin-bottom: 10px;
}
.hrtitu {
  width: 30%;
  border: 2px solid #7e7e7e;
}

.logoreg{
  width: 200px;
  border-radius: 50px;
}
.logo12{
  text-align: -webkit-center;
}
/*pie de pagina*/

footer {
  position: fixed;
  width: 100%;
  font-size: 10px;
  background-color: #2d3250;
  color: #fff;
  padding: 10px 2px;
  text-align: center;
  bottom: 0;
}



.tabla {
  width: 100%;
  display: inline-block;
}

#mas, #menos{
  cursor: pointer;
}
#mas:hover, #menos:hover{
  text-shadow: 0px 0px 2px #2d3250;
}

/*--------------------------------------Menu----------------------------------------*/




:root {
  --header-height: 3rem;
  --nav-width: 68px;
  --nav-color: #c0c0c0;
  --first-color: #4b4b4b;
  --first-color-light: #222222;
  --white-color: #f7f6fb;
  --body-font: 'Nunito', sans-serif;
  --normal-font-size: 1rem;
  --z-fixed: 100
}

*,
::before,
::after {
  box-sizing: border-box
}

body {
  position: relative;
  margin: var(--header-height) 0 0 0;
  transition: .3s;
  width: 100vw;
  font-family: 'Poppins', sans-serif;
  user-select: none;
  overflow-x: hidden;
  color: var(--color-dark);
  background: #d9d9d9;
}
.action{
  position: absolute;
  top: 0px;
  right: 0px;
  background: #2d3250;
  width: 69%;
  color: #fff;
  border-radius: 20px;
  height: 60px;
  margin-top: -60px;
  margin-right: 55px;
}

.action .imgper{
  position: relative;
  width: 240px;
  height: 60px;
  /* border-radius: 50%; */
  overflow: hidden;
  /* cursor: pointer; */
}
.action .imgper img{
  position: absolute;
  left: 12px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.action .menusu::before{
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  background: #4b4b4b;
  transform: rotate(45deg);
}
.action .menusu{
  position: absolute;
  padding: 10px 20px;
  background: #2d3250;
  width: 200px;
  box-sizing: 0 5px 25px rgba(0,0,0,0.1);
  border-radius: 15px;
  transition: 0.5s;
  visibility: hidden;
  color: #fff;
  opacity: 0;
}
.action .menusu.active{
  visibility: visible;
  opacity: 1;
}
.nomusu{
  width: 60%;
  text-align: end;
  font-size: 14px;
  padding: 20px 0;
  font-weight: 500;
  font-size: 18px;
  color: #fff;
  line-height: 1.2rem;
  justify-content: center;
  align-content: center;
  display: block;
  position: relative;
  top: -6px;
}
.action .menusu ul li{
  list-style: none;
  padding: 10px 0;
  border-top: 1px solid  #eaeaea;
  display: flex;
  align-items: center;
  justify-content: center;
}
.action .menusu ul li a{
  max-width: 20px;
  margin-right: auto;
  opacity: 0.5;
  font-size: 12px;
  transition: 0.5s;
}

.action .menusu ul li:hover img{
  opacity: 1;
}
.action .menusu ul li  a{
  display: inline-block;
  text-decoration: none;
  color: #ffffff;
  font-weight: 500;
  transition: 0.5s;
}
.action .menusu ul li:hover a{
  color:#ffffff;
}

a {
  text-decoration: none;
}


.nav {
  /* height: 100%; */
  display: flex;
  flex-direction: column;
  /* justify-content: space-between; */
  overflow: hidden
}

.nav_logo,
.nav_link {
  display: grid;
  grid-template-columns: max-content max-content;
  align-items: center;
  column-gap: 1rem;
  padding: 1rem 0 1rem 1.5rem;
}
.nav_link_img {
  height: 65px;
  margin-left: -175px;
  align-items: center;
  column-gap: 1rem;
  padding: 1rem 0 1rem 1.5rem
}
.nav_link {
  position: relative;
  color: var(--white-color);
  transition: .3s
}

.nav_link:hover {
  color: rgb(255, 255, 255);
  background-color: var(--first-color-light);
}


.nav_icon {
  font-size: 1.25rem
}

.showcabe {
  left: 0;
  width: calc(var(--nav-width) + 110px);
  padding: 40px 0 0 0;
}


.active {
  color: var(--first-color)
}

.active::before {
  content: '';
  position: absolute;
  left: 0;
  width: 2px;
  height: 32px;
}

.height-100 {
  height: 100vh
}


/*-----------------------Menu desplegable ---------------------*/
.scroll {
  max-height: 200px;
  /* Altura máxima del menú antes de que aparezca el scroll */
  overflow: auto;
  /* Muestra el scroll solo si el contenido excede la altura máxima */
  border: 2px solid rgb(80, 80, 80);
}

.dropdown-container {
  position: relative;
}

.dropdown-content {
  display: none;
  background-color: var(--white-color);
  /* border: 1px solid #ccc; */
  /* box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1); */
  min-width: 188px;
  margin-top: -24px;
  margin-left: 20px;
  z-index: var(--z-fixed);
  transition: max-height 0.3s ease-out, opacity 0.3s ease-out;
  padding-left: 20px;
}


.dropdown-trigger.active+.dropdown-content {
  display: block;
}

.dropdown-content a {
  display: block;
  color: var(--first-color);
  padding: 10px;
  transition: background-color 0.3s, color 0.3s;
}

.dropdown-content a:hover {
  background-color: var(--first-color-light);
  color: #555555;
}

.nav_link_dropdown:hover .nav_link {
  background-color: var(--first-color-light);
}

/* Estilo para el enlace principal al hacer hover */
.nav_link_dropdown .nav_link:hover {
  background-color: var(--first-color-light);
  color: #727272;
}


/*--------Modal----------*/

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
  align-content: center;
}




/*--------------------------------Registro-----------------------------*/
.formulario_registro {
  min-width: 45%;
}

/*-----------------------------Inicio sesion---------------------------*/

.form-login {
  min-width: 50%;
}

.contenido-login {
  display: flex;
  justify-content: start;
  align-items: center;
  text-align: center;
}

.contenido-login img {
  height: 100px;
}

.h2login {
  color: #707070;
  font-family: 'Poppins', sans-serif;
  margin: 15px 0;
  text-transform: uppercase;
  font-size: 2.9rem;
}

.contenido-login .input-div {
  position: relative;
  display: grid;
  grid-template-columns: 7% 93%;
  margin: 25px 0;
  padding: 5px 0;
  border-bottom: 2px solid #2a2a2a;
}

.contenido-login .input-div.dni {
  margin-top: 0;
}

.img {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 15%;
}

.img img {
  width: 400px;
}

/*-----------------------------Inicio sesion---------------------------*/
.i {
  color: #353535;
  display: flex;
  justify-content: center;
  align-items: center;
}

.i i {
  transition: .3s;
}

.input-div>div {
  position: relative;
  height: 45px;
}

.input-div>div>h5 {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #323232;
  font-size: 18px;
  transition: .3s;
}

.input-div.focus>div>h5 {
  top: -5px;
  font-size: 15px;
}

.input-div:before,
.input-div:after {
  content: '';
  position: absolute;
  bottom: -2px;
  width: 0%;
  height: 2px;
  background-color: rgb(255, 255, 255);
  transition: .4s;
}

.input-div::before {
  right: 50%;
}

.input-div:after {
  left: 50%;
}

.input-div.focus:before,
.input-div.focus:after {
  width: 50%;
}

.input-div.focus>.i>i {
  color: rgb(77, 77, 77);
}

.input-div>div>input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  background: none;
  padding: 0.5rem 0.7rem;
  font-size: 18px;
  color: #555;
  font-family: 'Poppins', sans-serif;
}

.input-div.pass {
  margin-bottom: 4px;
}

a {
  text-decoration: none;
  color: #999;
  font-size: 0.9rem;
}

a:hover {
  color: rgb(18, 18, 18);
}

/*-----------Boton---------*/
#boxbtn {
  display: flex;
  justify-content: center;
  width: 100%;
}



.btn {
  display: inline-block;
  width: auto;
  height: 40px;
  border-radius: 17px;
  outline: none;
  border: none;
  background-color: #2d3250;
  font-size: 17px;
  color: #f9b17a;
  font-family: 'Poppins', sans-serif;
  text-transform: capitalize;
  margin-top: 15px;
  align-items: center;
}

.btn:hover {
  background-position: right;
  background-color: #424769;
  color: white;
}


.card {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .06);
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 0 solid rgba(0, 0, 0, .125);
  border-radius: .25rem;
}

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1rem;
}

.gutters-sm {
  margin-right: -8px;
  margin-left: -8px;
}

.gutters-sm>.col,
.gutters-sm>[class*=col-] {
  padding-right: 8px;
  padding-left: 8px;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.bg-gray-300 {
  background-color: #e2e8f0;
}

.h-100 {
  height: 100% !important;
}

.shadow-none {
  box-shadow: none !important;
}

.fot{
  width: 110px;
  border: 1px solid black;
  border-radius: 3px;
}


/*---------------------------------------------------------------Celular---------*/

@media screen and (max-width: 450px) {
  body {
    margin: calc(var(--header-height) + 1rem) 0 0 0;
    /* padding-left: calc(var(--nav-width) + 2rem) */
  }

  .header {
    height: calc(var(--header-height) + 2rem);
    /* padding: 0 2rem 0 calc(var(--nav-width) + 2rem) */
  }

  .header_img {
    width: 40px;
    height: 40px
  }

  .header_img img {
    width: 45px
  }

  .l-navbar {
    /* left: 0; */
    padding: 3rem 1rem;
  }

  .showcabe {
    width: calc(var(--nav-width) + 120px);
    padding: 40px 0 0 0;
  }

  .body-pd {
    padding-left: calc(var(--nav-width) + -50px);
    
  }

  .form-login {
    min-width: 70%;
    /* margin: -3rem 2rem 0 0; */
  }

  .formulario_registro {
    min-width: 70%;
    margin: -3rem 2rem 0 0;
  }

  .contenido-login {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: -30%;
  }
  .l-navbar.scroll {
    background: linear-gradient(90deg, rgb(67, 67, 67) 0%, rgb(97, 97, 97) 75%, rgb(123, 123, 123) 100%);
    max-height: calc(105vh - 73px);
    overflow-y: scroll;
    margin-top: 25px;
    border-radius: 25px;
    transition: all 1s ease-in-out;
    margin-left: 2px;

}
}
/*---------------------------------------tablet mas pequeña---------------------------------------*/

@media screen and (max-width: 1000px) {

  .contenido-login h2 {
    font-size: 2.4rem;
    margin: 8px 0;
  }

  .img img {
    width: 400px;
  }
}

/*---------------------------------------celulares---------------------------------------*/

@media screen and (max-width: 900px) {
  .contenedor {
    grid-template-columns: 1fr;
  }

  .img {
    display: none;
  }

  .wave {
    display: none;
  }

  .contenido-login {
    justify-content: center;
  }
  .logocabe {
    width: 155px;
    height: 55px;
  }

}
.header_cabe{
  display: flex;
}
