/* Estilos generales */
body {
  background: rgb(63,65,255);
  background: linear-gradient(177deg, rgba(63,65,255,1) 0%, rgba(152,238,255,1) 100%);
  background-repeat: no-repeat;
  background-size: cover;
  font-family: Comic Sans MS;
}

#left2, #avatar {
  display: none; /* Oculta el div */
}

#logoIndex {
  width: 80%;
  margin-left: 10%;
}

#logoCheck {
  width: 30%;
  margin-left: 35%;
}

#tittle {
  font-size: 50px;
  text-align: center;
  padding: 5px;
  color: #000000;
}

#parrafoIndex {
  font-size: 20px;
  width: 90%;
}

.containerBtsolo {
  width: 50%;
  margin-left: 30%;
}

#menu {
  margin-left: 10%;
  margin-top: 100px;
  padding: 0;
  list-style-type: none;
}

#menu li {
  margin: 50px;
  font-size: 25px;
  width: 15em;
  height: 2em;
  color: rgb(35, 182, 231);
  border-left: 0.08em solid;
  position: relative;
  margin-top: 0.8em;
  cursor: pointer;
}

#menu li::before, #menu li::after {
  content: '';
  position: absolute;
  width: inherit;
  border-left: inherit;
  z-index: -1;
}

#menu li::before {
  height: 80%;
  top: 10%;
  left: calc(-0.15em - 0.08em * 2);
  filter: brightness(0.8);
}

#menu li::after {
  height: 60%;
  top: 20%;
  left: calc(-0.15em * 2 - 0.08em * 3);
  filter: brightness(0.6);
}

#menu li span {
  position: relative;
  height: 120%;
  top: -10%;
  box-sizing: border-box;
  border: 0.08em solid;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Comic Sans MS;
  text-transform: capitalize;
  transform: translateX(calc(-0.15em * 3 - 0.08em * 2));
  transition: 0.3s;
}

#menu li:hover span {
  transform: translateX(0.15em);
}

a {
  text-decoration: none;
}

#imgLogin {
  margin-left: 8%;
  width: 65%;
}

hr {
  width: 90%;
  margin-left: 5%;
  border: 2px solid black;
}

#footer {
  height: 10%;
  color: #000000;
  padding-bottom: 10px;
  text-align: center;
  position: relative;
  bottom: 0;
  width: 100%;
}

.footer-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.footer-content p {
  margin: 0;
  font-size: 1em;
}

* {
  box-sizing: border-box;
}

@import url("https://fonts.googleapis.com/css?family=Rubik:400,500&display=swap");

.container {
  display: flex;
  height: 88vh;
}

.left {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  animation-name: left;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-delay: 1s;
}

.right {
  flex: 1;
  background-color: black;
  transition: 1s;
  background-image: url('../media/login.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.header > h2 {
  margin: 0;
  color: #ffffff;
}

.header > h4 {
  margin-top: 10px;
  font-weight: normal;
  font-size: 15px;
  color: rgb(255, 255, 255);
}

.form {
  max-width: 80%;
  display: flex;
  flex-direction: column;
}

.form > p {
  text-align: right;
}

.form > p > a {
  color: #000;
  font-size: 14px;
}

.form-field {
  height: 46px;
  padding: 0 16px;
  border: 2px solid #ddd;
  border-radius: 4px;
  font-family: "Rubik", Comic Sans MS;
  outline: 0;
  transition: 0.2s;
  margin-top: 20px;
}

.form-field:focus {
  border-color: #0f7ef1;
}

.form > button {
  padding: 12px 10px;
  border: 0;
  background: linear-gradient(to right, #fc9bff 0%, #00ddff 100%);
  border-radius: 3px;
  margin-top: 10px;
  color: #000000;
  letter-spacing: 1px;
  font-family: Comic Sans MS;
}

.animation {
  animation-name: move;
  animation-duration: 0.4s;
  animation-fill-mode: both;
  animation-delay: 2s;
}

.a1 {
  animation-delay: 2s;
}

.a2 {
  animation-delay: 2.1s;
}

.a3 {
  animation-delay: 2.2s;
}

.a4 {
  animation-delay: 2.3s;
}

.a5 {
  animation-delay: 2.4s;
}

.a6 {
  animation-delay: 2.5s;
}

@keyframes move {
  0% {
      opacity: 0;
      visibility: hidden;
      transform: translateY(-40px);
  }
  100% {
      opacity: 1;
      visibility: visible;
      transform: translateY(0);
  }
}

@keyframes left {
  0% {
      opacity: 0;
      width: 0;
  }
  100% {
      opacity: 1;
      padding: 20px 40px;
      width: 440px;
  }
}

.password-container {
  position: relative;
  display: flex;
  align-items: center;
}

.password-container .form-field {
  width: 100%;
  padding-right: 40px; /* Asegura espacio para el ícono */
}

.password-container .fa-eye {
  position: absolute;
  top: 50%;
  right: 10px;
  cursor: pointer;
  color: #aaa;
}

.password-container .fa-eye:hover {
  color: #000;
}

.avatar {
  padding: 5px;
  border: #00e5ff 3px solid;
  text-align: center;
}

#textAvatar {
  margin-bottom: 20px;
  font-size: 20px;
  color: #333;
}

.avatar-options {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.avatar-option {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 60px;
  border: 2px solid transparent;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.3s, border-color 0.3s;
}

.avatar-option img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.avatar-option.selected {
  border-color: #007bff; /* Color del borde para el avatar seleccionado */
  transform: scale(1.2); /* Aumenta el tamaño del avatar seleccionado */
}

/* Consultas de medios para dispositivos móviles */
@media (max-width: 768px) {
  .container {
      flex-direction: column;
  }

  .left, .right {
      width: 100%;
      height: auto;
  }

  #logoIndex, #logoCheck {
      width: 100%;
      margin-left: 0;
  }

  #tittle {
      font-size: 30px;
  }

  #parrafoIndex {
      font-size: 16px;
  }

  .containerBtsolo {
      width: 100%;
      margin-left: 0;
  }

  #menu {
      margin-left: 0;
      margin-top: 50px;
  }

  #menu li {
      font-size: 20px;
      width: auto;
      height: auto;
  }

  .form {
      max-width: 100%;
  }

  #imgLogin {
      margin-left: 0;
      width: 100%;
  }
}





















