@import url('https://fonts.googleapis.com/css2?family=Alexandria:wght@200;300;400;500;600;700;900&family=Montserrat:wght@500;700;900&display=swap');



* {
  font-family: 'Alexandria';
  font-weight: 400;
}


html {
  height: 100%;
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: whitesmoke;
  padding: 16px;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
}

#MenuDesplegable {
  position: fixed;
  overflow-y: auto;
  overflow-x: hidden;
  top: 0;
  left: 0;
  min-height: 860px;
  height: 100%;
  /*border-radius: 16px;*/
  background-color: #181824;
  width: 17rem;
  /*padding: 16px 10px;*/
  display: flex;
  color: white;
  flex-direction: column;
  transition: all 0.1s ease-in-out;
}
main {
  flex: 1;
  display: flex;
  flex-direction: column;
}

body.collapsed #MenuDesplegable {
  width: 76px;
}

body.collapsed .hide {
  position: absolute;
  display: none;
}

#MenuDesplegable ol {
  width: 90%;
  padding-inline-start: 0;
  margin: 10px;
  height: calc(100% - 20px);
}

#MenuDesplegable .vertical-menu-logo {
  padding: 20px;
  font-size: 1.3em;
  position: relative;
}

#MenuDesplegable .vertical-menu-logo .open-menu-btn {
  width: 30px;
  height: max-content;
  position: absolute;
  display: block;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
}

#MenuDesplegable .vertical-menu-logo .open-menu-btn hr {
  margin: 5px 0;
}

#MenuDesplegable .menu-item {
  list-style: none;
  padding: 0 0 10px 10px;
  cursor: pointer;
}

#MenuDesplegable .menu-item:hover {
  color: rgba(75, 105, 176, 1);
}

.content-wrapper {
  width: calc(100% - 300px);
  height: 100%;
  position: fixed;
  background: #fff;
  left: 300px;
  padding: 20px;
}

.closed-menu .content-wrapper {
  width: 100%;
  left: 50px;
}

.content-wrapper {
  transition: all 300ms;
}

.vertical-menu-wrapper .vertical-menu-logo div {
  transition: all 100ms;
}

.closed-menu #MenuDesplegable .vertical-menu-logo div {
  margin-left: -105px;
}

#MenuDesplegable .vertical-menu-logo .open-menu-btn {
  transition: all 300ms;
}

#MenuDesplegable .vertical-menu-logo .open-menu-txt {
  transition: all 300ms;
}

.closed-menu #MenuDesplegable .vertical-menu-logo .open-menu-btn {
  left: 20px;
  right: 100%;
}

.closed-menu #MenuDesplegable ol,
.closed-menu #MenuDesplegable hr {
  margin-left: -300px;
}

#MenuDesplegable ol,
#MenuDesplegable hr {
  transition: all 100ms;
}

.content-wrapper {
  background: #ebebeb;
}

.content {
  width: 90%;
  min-height: 90%;
  background: #fff;
  border-radius: 10px;
  padding: 30px;
}

.menu-item a {
  display: block;
  text-decoration: none;
  padding: 10px;
  color: white;
  text-transform: uppercase;
  font-weight: 700;
}

.menu-item a:hover {
  background-color: #C5C5C5;
}

.arrow {
  list-style: none;
  text-decoration: none;
}

.menu-item:hover .submenu {
  display: block;
  max-height: 600px;
}

.submenu a:hover {
  background-color: #cf5096;
}

.contenedor-submenu {
  overflow-x: hidden;
 overflow-y: auto;
 max-height: 220px;
 scrollbar-color: #cf5096b6 #151520;
 scrollbar-width: thin;
}
.submenu {
  overflow: hidden;
  max-height: 0;
  overflow-y: auto;
}

.submenu a {
  font-weight: 400;
  font-size: smaller;
}

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

/*.container label {
  align-items: right;
  color: #fff;
  font-weight: 300;
  justify-content: right;
}*/

input:not([type=radio]) {
  max-width: 100%;
  height: 2rem;
  margin-bottom: 5px;
  padding: 0 .5em;
  border: 2px solid transparent;
  background: #7c96b22d;
  margin-bottom: 10px;
  }

input[type=submit] {
  width: 50%;
  height: 3rem;
  cursor: pointer;
  font-size: 1.2em;
  border-radius: 0.5em;
  background-color: #0b122b;
  color: #ebebeb;
  border: none;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
}
input[type=submit]:active {
  background-color: #070b1a;
  text-transform: uppercase;
}

/*-----------------------------------  N U E V O   C Ó D I G O  ----------------------------------------*/

/*------------- L O G I N -------------*/
.containerLoguin {
  background: #e0dfdf;
  border-radius: 25px;
  padding: 50px 0 30px;
  box-sizing: border-box;
  width: 45%;
  margin: 10% 0 18%;
  color: #181824;
}
.containerLoguin input:not([type=submit]) {
  background-color: white;
  border-radius: 5px;
  transition: none;
  margin: 10px;
  justify-content: left;
}
.containerLoguin input:hover:not([type=submit]) {
  outline: none;
  background-color: #ffffff;
  border: none;
  transition: none;
}
.containerLoguin input:focus:not([type=submit]) {
  outline: none;
  background-color: #ffffff;
  border: none;
  border-bottom: 2px solid #181824;
  transition: none;
}
@media screen {
  .containerLoguin {
    height: 90%;
  }
}



/*------------- A L T A   U S R -------------*/
.containerAltaUsr {
  background: #e0dfdf;
  border-radius: 25px;
  padding: 2rem 5rem;
  box-sizing: border-box;
  width: max-content;
  margin: 3% 0 0 30%;
  color: #181824;
  border: none;
  gap: 20px;
}
.containerAltaUsr input[type=text], .containerAltaUsr input[type=password] {
  max-width: 100%;
  height: 2rem;
  margin-bottom: 5px;
  border-radius: 5px;
  padding: 0 .5rem;
  border: 3px solid transparent;
  background: white;
  margin-bottom: 10px;
}
.containerAltaUsr input[type=text]:focus, .containerAltaUsr input[type=password]:focus {
  outline: none;
  background-color: #ffffff;
    border: none;
    border-bottom: 2px solid #cf5096;
    transition: none;
}
.containerAltaUsr table {
  border-collapse: separate;
  border-spacing: 10px;
}
.containerAltaUsr tr {
  width: 5rem;
  text-align: end;
}
.containerAltaUsr table tr th {
  inline-size: 8em;
}

/*------------- A L T A   M E N U -------------*/
.containerAltMenu {
  background: #e0dfdf;
  border-radius: 25px;
  padding: 1rem 3rem;
  box-sizing: border-box;
  width: 45%;
  margin: 3% 0 0 30%;
  color: #181824;
  border: none;
  gap: 20px;
}
.containerAltMenu input[type=text] {
  width: 70%;
  height: 2rem;
  margin-bottom: 5px;
  border-radius: 5px;
  padding: 0 .5rem;
  border: 3px solid transparent;
  background: white;
  margin-bottom: 10px;
}
.containerAltMenu input[type=text]:focus {
  outline: none;
  background-color: #ffffff;
  border: none;
  border-bottom: 2px solid #cf5096;
  transition: none;
}
.containerAltMenu table {
  border-collapse: separate;
  border-spacing: 15px;
}
.containerAltMenu #Padre {
  width: 70%;
}
.containerAltMenu table th {
  text-align: end;
}
/*------------- A S I G N A   M E N U -------------*/
.containerAsgMenu {
  background: #e0dfdf;
  border-radius: 25px;
  padding: 1rem 3rem;
  box-sizing: border-box;
  width: max-content;
  margin: 3% 0 0 35%;
  color: #181824;
  border: none;
  gap: 20px;
  line-height: 2.5em;
  text-align: end;
}
.containerAsgMenu select {
  width: 100%;
}
/*------------------------------------------------------------------------------------------------------*/


.containerAltaUsr label {
  text-align: right;
  justify-items: right;
}

.altUsr,
.AsgMenues,
.AltMenu {
  font-family: 'Montserrat';
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 4rem;
  text-align: center;
  letter-spacing: 2px;
}

/************ C H E C K B O X ************/
.div-checkbox *,
.div-checkbox *::before,
.div-checkbox *::after {
  box-sizing: border-box;
}

.div-checkbox label {
  display: block;
  width: 20px;
  height: 20px;
  cursor: pointer;
  text-align: right;
  margin-left: 1em;
}

.div-checkbox input {
  visibility: hidden;
  display: none;
}

.div-checkbox input:checked~.checkboxx {
  transform: rotate(45deg);
  width: 14px;
  margin-left: 12px;
  border-color: #24c78e;
  border-top-color: transparent;
  border-left-color: transparent;
  border-radius: 0;
}

.div-checkbox .checkboxx {
  display: block;
  width: inherit;
  height: inherit;
  border: 3px solid #434343;
  border-radius: 6px;
  transition: all 0.375s;
}

.lblPcipal {
  text-align: right;
  direction: rtl;
}


select {
	width: 100%;
	height: 2rem;
	border: none;
	border-radius: 10px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	cursor: pointer;
	background: #7c96b221;
	font-size: 1.2em;
	color: #2c3e50;
	margin-bottom: 10px;
  font-family: 'Alexandria';
}