@import url('https://fonts.googleapis.com/css2?family=Alegreya+Sans+SC:ital,wght@0,100;0,300;0,400;0,500;0,700;0,800;0,900;1,100;1,300;1,400;1,500;1,700;1,800;1,900&family=Angkor&family=Federo&family=Poppins:wght@400;500;600;700;800;900&family=Rubik&display=swap');

/*
body{
    margin: 0;
    background-color: rgb(73, 73, 80);
    
}
*/

.intro{
  text-align: center;
  width: 71.5%;
  margin: 0 auto;
  padding: 2px;
  background-color: #ffffff;
  border-radius: 6px;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1); /* Sombra suave */
  margin-bottom: -50px;
}
.intro p {
  letter-spacing: 0.5px;
  margin: 12px; /* Elimina el margen predeterminado del párrafo */
  color: #7e7e7e;
}

.titulo-licencias-sap{
  text-align: center;
  width: 68%;
  margin: 0 auto;
  padding: 2px;
  background-color: #ffffff;
  border-radius: 6px;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1); /* Sombra suave */
  margin-bottom: -50px;
}
.titulo-licencias-sap p {
  letter-spacing: 0.5px;
  margin: 12px; /* Elimina el margen predeterminado del párrafo */
  color: #7e7e7e;
}



h2{
  text-decoration: underline;
  margin-block: 1em;
    color: #7e7e7e;
    text-align: center;
}


.maquina-escribir {
  font-size: 26px;
font-family: 'Times New Roman', Times, serif;
font-weight: 600;
  overflow: hidden;
  white-space: nowrap;
  align-items: center;
  text-align: center;
  color: #7e7e7e;
  margin-block: 10px;
}

#barra-escritura {
  color:#7e7e7e;
  animation: blink-caret 0.75s infinite;
}
@keyframes blink-caret {
  50% {
    visibility: hidden;
  }
}

#scroll-to-top{
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #333;
  color: #fff;
  width: 40px;
  height: 40px;
  font-size: 24px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  cursor: pointer;
}
#scroll-to-top:hover::before {
  content: "Subir";
  position: absolute;
  left: -80px;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(19, 19, 19, 0.8);
  color: #dadada;
  padding: 2px;
  padding-bottom: 33px;
  width: 60px;
  height: 10px;

  border-radius: 8px;
  font-size: 14px;
}

h3{
  margin-left: 17%;
    color: #f9f9f9; 
}
p{
  margin-left: 17.5%;
  margin-right: 17.5%;
    font-size: 18px;
    color: #c6c6c6;
}
.text-resaltado{
  font-weight: bold;
  color: #ffffff;
}
.text-subrayado{
  text-decoration: underline;
}

ul{
    margin-top: 15px;
}
ul li, ol li{
  margin-block: 5px;
  margin-left: 19%;
  margin-right: 19%;
    
    font-size: 18px;
    color: #dfdfdf;
}
.text-container{
  text-align: center;
  width: 60%;
  margin: 0 auto;
  padding: 20px;
  background-color: #4e4e4e;
  color: #dfdfdf;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Sombra suave */
}
.text-container2 {
  text-align: center;

  max-width: 300px; /* Ancho máximo si el texto lo requiere */
  margin: 0 auto;
  padding: 10px; /* Reducir el padding a 10px */
  background-color: #4e4e4e;
  color: #dfdfdf;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Sombra suave */
}
.text-container2 p{
  margin-left: 30px;
}


.etiqueta-lenguaje {            
  display: block;
  transform: translateY(49px);
  margin-left: 18.5%;
  margin-right: 17.5%;
  font-size: 16px;
  background-color: #b8ac27;
  color: rgba(0, 0, 0, 0.863);
  padding: 2px 3px;
  text-align: center;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  margin-bottom: 0; 
  width: 60px; 
  z-index: 1000; 
}
.etiqueta-lenguaje-xml {            
  display: block;
  transform: translateY(49px);
  margin-left: 18.5%;
  margin-right: 17.5%;
  font-size: 16px;
  background-color: #b85a27;
  color: rgba(0, 0, 0, 0.863);
  padding: 2px 3px;
  text-align: center;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  margin-bottom: 0; 
  width: 60px; 
  z-index: 1000; 
}
.etiqueta-lenguaje-css {            
  display: block;
  transform: translateY(49px);
  margin-left: 18.5%;
  margin-right: 17.5%;
  font-size: 16px;
  background-color: #2766b8;
  color: rgba(0, 0, 0, 0.863);
  padding: 2px 3px;
  text-align: center;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  margin-bottom: 0; 
  width: 60px; 
  z-index: 1000; 
}


/* PARA COPIAR CODIGO */
.contenedor-codigo {
    position: relative;
  }
     
  .copiar-codigo {
    position: absolute;
    top: 2.5vb;
    right: 18.5%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    color: #dbdbdb;
    transition: color 0.2s ease-in-out;
    z-index: 1;
  }
  .copiar-codigo::after {
    content: "Copiar";
    position: absolute;
    top: 50%;
    left: 30px; /* Ajusta la posición al costado derecho */
    transform: translateY(-50%);
    background-color: rgba(26, 26, 26, 0.7);
    color: #a2a2a2;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 11px;
    opacity: 0; /* Inicialmente oculto */
    transition: opacity 0.3s ease;
  }
  
  .copiar-codigo:hover {
    color: #9ef7d9;
  }
  .copiar-codigo:hover::after {
    opacity: 1; /* Mostrar al pasar el mouse sobre el elemento */
  }
  
  .copiar-codigo svg {
    width: 18px;
    height: 18px;
    fill: currentColor;
  }

  .mensaje-copiado {
    display: none;
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translate(50%, -50%);
    padding: 10px;
    border-radius: 5px;
    background-color: #9b9b9b;
    color: #ffffff;
    font-size: 12px;
    z-index: 2;
  }
  

.bajar {
  margin-top: 70px;
}



footer {
 
  color: #fff;
  padding: 20px 0;
  text-align: center;
  bottom: 0;
  width: 100%;  
  
}

.container-footer {
  border-top: 2px solid #414141;
  max-width: 68%;
  padding-top: 20px;
  margin: 0 auto;
  
}

.redes-sociales {
  list-style: none;
  margin: 0;
  padding: 0;
}

.redes-sociales li {
  display: inline-block;
  margin: 0 10px;
}

.redes-sociales a {
  color: #fff;
  font-size: 20px;
}

.redes-sociales i {
  margin-right: 5px;
  color: white;
}

/* Style the table */
/* Style the table */
table {
  margin: 0 auto; /* Center the table horizontally */
  width: 25%; /* Adjust the width as needed */
  border-collapse: collapse; /* Remove default table borders */
}

/* Style the table header (thead) */
thead th {
  background-color: #333; /* Set header background color */
  color: #fff; /* Set header text color */
  text-align: left; /* Align header text to the left */
  padding: 10px; /* Add padding to header cells */
  border: 1px solid #1b1b1b; /* Add border around header cells */
}

/* Style the table body (tbody) */
tbody tr:nth-child(odd) {
  background-color: #545454; /* Set odd row background color */
}

tbody tr:nth-child(even) {
  background-color: #6e6e6e; /* Set even row background color */
}

tbody td {
  color: #f2f2f2; /* Set text color for table body cells */
  text-align: left; /* Align text to the left */
  padding: 8px; /* Add padding to table body cells */
  border-bottom: 1px solid #ddd; /* Add a subtle border to each row */
  border-right: 1px solid #ddd; /* Add border between columns */
}

/* Style the last column (optional) */
tbody td:last-child {
  border-right: none; /* Remove border from the last column */
}

.container-table2 {
  display: flex;
justify-content: space-around;
}

.table-left {
  margin-left: 240px;
  width: 45%; /* Set width for each table container */
}
.table-right{
  margin-right: 240px;
  width: 45%;
}

/* CONTENEDORES DE CIRCULO - OBJETOS*/
.container-circle {
  margin-bottom: 60px;
  margin-top: 60px;
  justify-content: center;
  align-items: center;
  display: flex;
  gap: 20px;
}

.circle {
  margin: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 140px;
  background-color: #58a1cc;
  border-radius: 50%;
  color: white;
  text-align: center;
  border: 2px solid #e0b805;
}

.circle i {
  font-size: 4rem;
}

.circle h3 {
  margin: 0;
  font-size: 1rem;
}

.container-titles {
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 100px;
  margin-right: 20px;
  margin-top: -70px;
}

.title {
  letter-spacing: 1px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  text-align: center;
  font-size: 12px;
}

/*LOGIN*/
    .custom-toast-info {
        background-color: #17a2b8 !important;  /* Azul info */
        color: white;
    }
    .swal2-toast .swal2-title {  /* Oculta título si lo quieres invisible */
        display: none;
    }
    
/*-- contenedor del Login--*/

.container-login {
  width: 100%;  
  min-height: 100vh;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px;
  /*  background: -webkit-linear-gradient(to right, #00dbde, #fc00ff);
  background: linear-gradient(to right, #00dbde, #fc00ff);*/

  position: relative;
 /* background: #e2e2e2;*/
  background: linear-gradient(to bottom right, #ffffff, #fafafa, #dadada);
 color: rgb(0, 58, 88);
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  z-index: 1;
}

#demo-canvas {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}

.wrap-login {
  width: 400px;
  border-top-left-radius: 24px;
  border-bottom-right-radius: 24px;
  /* background: linear-gradient(to bottom right, #f7f7f7, #d9d9d9, #e1e1e1); */
  overflow: hidden;
  padding: 45px 50px 50px 50px;
  -webkit-box-shadow: 10px 12px 30px 0px rgba(10, 19, 49, 0.349);
  z-index: 1000;
  border: 4px solid #00629f7c;
  background: white;
}

/*CONEXION EXITOSA*/
.custom-toast {
  background: linear-gradient(135deg, #4e54c8, #8f94fb);
  color: white;
  font-weight: bold;
  text-align: center;
  box-shadow: 0px 0px 12px rgba(78, 84, 200, 0.6);
  border-radius: 10px;
  padding: 3rem 1.5rem;
}

/*----Formulario de user y password----*/

.login-form {
  width: 100%;
}

.login-form-title {
  display: block;
  font-family: Poppins-Bold;
  font-size: 40px;
  color: #5a5a5a;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 20px;
}


/*------------------------------------------------------------------
[ Input ]*/

.wrap-input100 {
  width: 100%;
  position: relative;
  border-bottom: 2px solid #adadad;
  margin-bottom: 37px;
}

.input100 {
  font-family: Poppins-Regular;
  font-size: 18px;
  color: #555555;
  line-height: 1.2;
  display: block;
  width: 100%;
  height: 45px;
  background: transparent;
  padding: 0 5px;
}

/*---------------------------------------------*/ 
.focus-efecto {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}

.focus-efecto::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 4px; /*ancho de la linea que hace el efecto de barra de progeso en el input al hacer foco*/

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;

  background: #6a7dfe;
  background: -webkit-linear-gradient(left, #21d4fd, #b721ff);
  background: -o-linear-gradient(left, #21d4fd, #b721ff);
  background: -moz-linear-gradient(left, #21d4fd, #b721ff);
  background: linear-gradient(left, #21d4fd, #b721ff);
}

.focus-efecto::after {
  font-family: Poppins-Regular;
  font-size: 15px;
  color: #999999;
  line-height: 1.2;

  content: attr(data-placeholder);
  display: block;
  width: 100%;
  position: absolute;
  top: 16px;
  left: 0px;
  padding-left: 5px;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.input100:focus + .focus-efecto::after {
  top: -15px;
}

.input100:focus + .focus-efecto::before {
  width: 100%;
}

.has-val.input100 + .focus-efecto::after {
  top: -15px;
}

.has-val.input100 + .focus-efecto::before {
  width: 100%;
}

/*---------------------------------------------*/


/*------------------------------------------------------------------
[ Button ]*/
button {
  outline: none !important;
  border: none;
  background: transparent;
}
.container-login-form-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 13px;
}

.wrap-login-form-btn {
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
  border-radius: 40px 5px;
  overflow: hidden;
  margin: 0 auto;
}

.login-form-bgbtn {
  position: absolute;
  z-index: -1;
  width: 300%;
  height: 100%;
  background: #4b6af4;
  background: -webkit-linear-gradient(right, #21d4fd, #2137ff, #21d4fd, #2137ff);
  background: -o-linear-gradient(right, #21d4fd, #2137ff, #21d4fd, #2137ff);
  background: -moz-linear-gradient(right, #21d4fd, #2137ff, #21d4fd, #2137ff);
  background: linear-gradient(right, #21d4fd, #2137ff, #21d4fd, #2137ff);
  top: 0;
  left: -100%;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.login-form-btn {
  font-family: Poppins-Medium;
  font-size: 20px;
  color: #fff;
  line-height: 1.2;
  text-transform: uppercase;

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  width: 100%;
  height: 50px;
}

.wrap-login-form-btn:hover .login-form-bgbtn {
  left: 0;
}

/* PROPIOS */
.home-content .text {
  text-decoration: none;
  margin-left: 5px;
  position: fixed;
  margin-top: 45px;
  z-index: 3000;
  
  background: linear-gradient(
    to right,
    #0051ad 20%,
    #3895ff 40%,
    #3888ff 60%,
    #002ead 80%
  );
  background-size: 200%;
  color: transparent;
  background-clip: text;
  animation: shine 4s linear infinite;
}
@keyframes shine {
  to {
    background-position: 200% center;
  }
}

.transparent {
  opacity: 0.2; /* Opacidad reducida cuando se hace scroll */
}

a.no-link {
  text-decoration: none; /* Quita el subrayado del enlace */
  color: inherit; /* Hereda el color del texto de su contenedor */
  cursor: pointer; /* Cambia el cursor al de un puntero */
}

.text {
  font-size: 26px;
  font-weight: 600;
}

.input100 {
  font-family: Poppins-Regular;
  font-size: 18px;
  color: #555555;
  line-height: 1.2;
  display: block;
  width: 100%;
  height: 45px;
  background: #e3e3e321;
  border-radius: 3px;
  padding: 0 5px;
}

input {
  outline: none;
  border: none;
}

.logo-title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
}

.logo-title img {
  height: 80px;
  margin-right: 10px;
}

.logo-text {
  font-family: 'Poppins-Bold', sans-serif;
  font-size: 24px;
  letter-spacing: 2px;
  text-transform: uppercase;

  background: linear-gradient(90deg, #21d4fd, #b721ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  animation: shimmer 3s infinite linear;
}

.toggle-password {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 2;
  color: #888;
}

.toggle-password:hover {
  color: #333;
}

/*ABM USUARIOS*/
.card {
  border-radius: 1rem;
}

.btn i {
  margin-right: 4px;
}

/*MODAL DETALLES USUARIOS*/
#detalleUsuarioModal .modal-body label {
  color: #202020;
}

#detalleUsuarioModal .form-control-plaintext {
  background-color: #f8f9fa;
  border: 1px solid #dee2e6;
  border-radius: .375rem;
  padding: .375rem .75rem;
}




@keyframes shimmer {
  0% {
    background-position: 0%;
  }
  100% {
    background-position: 200%;
  }
}

/*--- Para dispositivos small responsive ---*/

/*
@media (max-width: 576px) {
  .wrap-login {
    padding: 77px 15px 33px 15px;
  }
}*/
