@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
/*
----------------------------estilos constantes para menu y sidebar--------------------
*/
* {
    font-family: 'poppins';
    margin: 0px;
    padding: 0px;
  }
body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
    background: rgb(0,0,0);
    background: linear-gradient(146deg, rgba(0,0,0,1) 43%, rgba(0,165,222,1) 100%, rgba(255,255,255,1) 100%);
}

  #primerparrafo
  {
    text-align: center;
  }

.footer {
    color: #fff;
    bottom: 0;
    width: 100%;
    background-color: #000000;
    white-space: nowrap;
    line-height: 30px;
    text-align: center;
    position: fixed;
    left: 0;
    bottom: 0; /* Cambia el valor según la separación que desees */
}
  #sidebar {
    position: fixed;
    top:80px;
    left: 0;
    width: 200px;
    height: 100%;
    background: #000000;
    left: -200px;
    transition: all 500ms linear;
    z-index: 1000;
    top: 0;
  }
  
  #sidebar.active {
    left: 0px;
  }
  
  #sidebar ul li {
    font-family: 'poppins';
    color: rgba(252, 251, 251, 0.9); /* Cambiar el color a blanco */
    list-style: none;
    padding: 15px 10px;
    border-bottom: 1px solid rgba(156, 156, 156, 0.3);
    text-align: center;
}
  
  .logo {
    
    display: block;
    margin: 0 auto; 
    bottom: 0 auto;
    justify-content: center;
    width: fixed;
    height: fixed;
    
  }
  
  #sidebar .botondemenu {
    position: absolute;
    left: 230px;
    top: 20px;
    cursor: pointer;
  }
  
  #sidebar .botondemenu span {
    display: block;
    width: 40px;
    text-align: center;
    font-size: 30px;
    border: 3px solid #000;
  }
  #vinculos
  {
    color: white;
  }
  .menu {
    position: fixed;
    top: 0;
    left: 0;
    list-style-type: none;
    padding: 0;
    margin-top: 0%;
    background-color: #000000;
    overflow: hidden;
    font-family: 'poppins';
    width: 100%;
    margin: 0 auto;
    text-align: center; /* Centrar los textos de los enlaces */
}
.menu li {
    display: inline-block; /* Mostrar los elementos en línea */
}

.menu li a {
    display: block;
    color: white;
    text-align: center;
    font-family: 'poppins';
    padding: 14px 20px;
    text-decoration: none;
}

.menu li a:hover {
    background-color: #333333;
}

@media (max-width: 768px) {
    .menu {
      display: center;
    }}


/*LOGO BARRA NAV*/
.logoprin
{
  position: inherit;
bottom: 0;
text-align:  center;
font-family: 'poppins';
display: flex; 
justify-content: center;
align-items: center; 
text-decoration: none;
width: 67px;
height: 46px;
}

.botondemenu {
    display: inline-block;
    cursor: pointer;
}

.botondemenu span {
    font-size: 30px;
    color: white;
    padding: 5px 10px;
}

/*
----------------------- cierre de estilos principales necesarios--------------------------
            ¡¡¡¡AGREGAR ESTILOS NUEVOS LUEGO DE ESTE BLOQUE!!!!!
*/

.navbar {
  z-index: 1050; /* Asegúrate de que el navbar tenga un z-index suficiente para estar sobre otros contenidos */
}






.container {
    width: 80px;
    background-color: white;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 1px -2px 75px -23px rgba(206, 206, 206, 0.774);
    margin-top: 50px; /* Ajusta según la separación deseada */
    height: 100%;
}

.container-form{
    width: 100%;
    overflow: hidden;
}
.container-form form{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: transform 0.5s ease-in;
}
.container-form h2{
    font-size: 30px;
    margin-bottom: 20px;
}

.container-form span{
    font-size: 12px;
    margin-bottom: 15px;
}
.container-input{
    width: 300px;
    height: 40px;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: 0 15px;
    background-color: #EEEEEE;
}
.container-input input{
    border: none;
    outline: none;
    width: 100%;
    height: 100%;
    background-color: inherit;
}
.container-form a{
    color: black;
    font-size:  14px;
    margin-bottom: 20px;
    margin-top: 5px;
}
.button{
    width: 170px;
    height: 45px;
    font-size: 15px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 10px;  
    background-color: #000000;  
    color: white;
}

#PieFinal {
  color: white;
}

#NavPrincipal .botondemenu .menu .sidebar{
    margin: 0;
    padding: 0;
    width: 100%;
    position: fixed;
    top: 0;
}
#iniciasesiontext
{
  margin-top: 20px;
 font-weight: bold;
}