@import url('https://fonts.googleapis.com/css2?family=Parkinsans:wght@300..800&display=swap');

:root{
    --base:#161D33;
    --secundario:#A3CEB3;
    --fondo: #c5d4cc;
    --negro: #000000;
    --base2: #3C414D;
    --blanco: #ffffff;
    --rojo: #FF3C4F;
    --coral: #FC4A4A;
    --verde: #8ecf8c ;
    --verdeOscuro: #1C8370;
    --amarillo:#ffe23c;
    --naranja: #FFA62B;
    --azul:#2D71F8;

    --fuente: "Parkinsans";
}

*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html,
body {
  height: 100%;
  width: 100%;
}

a{
    text-decoration: none;
}

ul, li{
    list-style: none;
}

h1, h2, h3, h4, h5, h6, a, p, input , button , div{
    font-family: var(--fuente);
}

#gradient-canvas {
    width: 100%;
    height: 100vh;
    /* --gradient-color-1: #a960ee;
    --gradient-color-2: #ff333d;
    --gradient-color-3: #90e0ff;
    --gradient-color-4: #ffcb57; */
    --gradient-color-1: var(--base);
    --gradient-color-2: var(--verde);
    --gradient-color-3: #90e0ff;
    --gradient-color-4: var(--verdeOscuro);
    position: absolute;
    z-index: -9999999;
  }
  .title {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      background: rgb(255 255 255 / 26%);
      border-radius: 10px;
      border: 1px solid rgb(255 255 255 / 15%);
      position: absolute;
      backdrop-filter: blur(10px);
      -webkit-backdrop-filter: blur(10px);
      font-size: 30px;
      font-family: sans-serif;
      padding: 30px 40px;
        text-align: center;
      line-height: 1.4;
  }

.inicio{
    /* display: flex;
    justify-content: center;
    align-items: center;
    max-height: 800px;
    height: 100vh; */
}

.login__form{
    text-align: start;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.logo__container{
    height: 100vh;
    align-content: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.txtCenter{
    text-align: center;
}

.logo__principal{
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    filter: drop-shadow(2px 3px 5px white);
}


/* PAGINA PRINCIPAL (ARTICULOS) */
.principal__nav{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    min-height: 60px;
    padding: 5px;
    
    
    button{
        /* padding: 15px 35px; */
        max-width: 50px;
        min-width: 20px;
        width: 100%;
        max-height: 50px;
        min-height: 30px;
        height: 100%;
    }
}

header{
   position: absolute;
   top: 20px;
   z-index: 999;
   right: 20px; 
}

header nav{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(90px, 1fr));
}

.nav__button{
    padding: 20px;
}

.select__user{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 10px;
    align-items: center;
    justify-content: center;
    max-width: 250px;
	position: relative;

    i{
        font-size: 30px;
        color: var(--blanco);
    }
}

.select__user form select{
    background-color: transparent;
    border: none;
    padding: 5px 20px;
    color: var(--blanco);
    font-size: 20px;
    /* appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none; */
    display: inline-block;
	width: 100%;
	cursor: pointer;

  	height: 42px;
  	outline: 0; 
    position: relative;
    transition: all 0.25s ease;

    option{
        color: var(--blanco);
        background-color: #3C414D;
        border-radius: 33px;
        border: none;
        outline: -webkit-focus-ring-color auto 0px !important;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }
}

.select__user form select:hover{
	background: rgba(119, 136, 153, 0.466);
    border-radius: 33px;
    filter: opacity(0.5);
    color: var(--blanco);
    
}

.select__user form select:-ms-expand {
    display: none;

}

.select__user form select:hover option {
    border: none;
    border-radius: 0 0 15px 15px;
    padding: 5px 20px;
    color: var(--blanco);
    font-size: 20px;
    appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
    filter: opacity(0.5);
}

select:focus-visible {
    outline: -webkit-focus-ring-color auto 0px !important;
    
}

option{
    margin: 100px 0;
}

.footer__log{
    position: absolute;
    bottom: 20px;
    z-index: 999;
    right: 20px; 
    i{
        display: flex;
        align-items: center;
        gap: 10px;
        color: white;
        background-color: var(--coral);
        padding: 8px 20px;
        border-radius: 33px;
        font-style: normal;
        font-weight: 200;
    }
    i:hover{
       filter: grayscale(1);
       cursor: pointer; 
    }
    
}






.select {
    display: block;
    background-color: transparent;
    width: 240px;
    padding: 0 36px 0 12px;
    line-height: 48px;
    border: solid 1px #ccc;
    border-radius: 6px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 256 256'%3E%3Cpath d='M128,188a11.96187,11.96187,0,0,1-8.48535-3.51465l-80-80a12.0001,12.0001,0,0,1,16.9707-16.9707L128,159.0293l71.51465-71.51465a12.0001,12.0001,0,0,1,16.9707,16.9707l-80,80A11.96187,11.96187,0,0,1,128,188Z'%20fill%3D%27#{$bgColor}%27/%3E%3C/svg%3E");
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: calc(100% - 12px) center;
    cursor: pointer;
    outline: none;
  }
  /* // ::-webkit-calendar-picker-indicator {
  //   display:none!important;
  // } */
  .select:focus {
    background-color: #eee;
    border-bottom-color: transparent;
    border-radius: 6px 6px 0 0;
  }
  .select:focus + datalist {
    display: block;
    position: absolute;
    width: 240px;
    padding: 12px;
    background: #eee;
    border: solid 1px #ccc;
    border-radius: 0 0 6px 6px ;
  }
  option {
    padding: 12px;
    cursor: pointer;
  }
  option + option {
    border-top: solid 1px #ccc;
  }
  option:hover {
    background: #ddd;
  }
/*
.principal__nav__bloque1{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    width: 100%;
    max-width: 400px;
    background-color: var(--fondo);
}

.principal__nav__bloque2{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    width: 100%;
    max-width: 300px;
}
 
.principal__panel{
    display: flex;
    justify-items: center;

} 

.principal__panel__izq{
    background-color: var(--base2);
    height: 94vh;
    width: 6%;
    max-width: 100px;
    min-width: 90px;
    padding: 10px;
    text-align: center;
    display: flex;
    flex-direction: column;
    column-gap: 13px;
    overflow-y: scroll;
    row-gap: 2px;
    scroll-behavior: smooth;
    scrollbar-width: thin;

    button{
        max-width: 90px;
        min-width: 20px;
        width: 100%;
        max-height: 90px;
        min-height: 20px;
        height: 100%;
        margin-bottom: 8px;
        background: transparent;
        border: none;
        color: var(--blanco);
        font-size: xx-large;
    }
}

.principal__panel__central{
    background-color: var(--blanco);
    padding: 8px;
    height: 94vh;
    width: 70%;
    min-width: 590px;
    overflow-y: scroll;
    scroll-behavior: smooth;
    scrollbar-width: thin;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 8px;
    

    button{
        min-width: 20px;
        min-height: 20px;
    }
}

.principal__panel__dcha{
    background-color: var(--secundario);
    height: 94vh;
    width: 100%;
    max-width: 460px;
    min-width: 250px;
}

*/