
  
  .contenedor-app {
    /* padding: 10px; */
    display: flex;
    flex-direction: column;
    align-items: center;
    background-image: linear-gradient(180deg,#FFFFFF 59%,#DEDDF8 100%);
    background-image: linear-gradient(180deg,#FFFFFF 30%,rgba(222,221,248,.36) 100%);
    background-image: linear-gradient(180deg,#FFFFFF 30%,#d0f3e6 100%);
    background-image: linear-gradient(180deg,#FFFFFF 0%,#FFFFFF 200px,#d0f3e6 1000px);
    background-color: #FFFFFF;
}
.contenedor-text {
    margin-top: 50px;
    text-align: center;
    font-size: 20px;
}

.contenedor-nombre-sorteo {
  display: flex;
  justify-content: center;
}
.contenedor-svg {
    border-radius: 7px;
    padding:8px;
    font-weight: bold;
    background-color: rgb(139, 196, 246);
    display: inline-block;
    width: fit-content;    
}
.h1Sorteo {
    font-weight: bold;
    font-size: 2rem;
}
.info {
  border: none;
  background: none;
  color: black;
}
.info:hover, .info:active {
  color: black;
  background: none;
  transform: scale(1.2);
}
.info svg {
  width: 18px;
  height:30px;
}
.subtitulo {
    font-size: 1.1rem;
    color: #6e6d81;
}
  

  
  div#app {
    display: flex;
    justify-content: center;
    padding: 2rem;
  }
  #menu {
    width: 592px;
    height: 37px;
    margin: 16px auto;
    background-color: #bdbdbd;
    padding: 24px 037px;
    border: double #404040;
  }
  
  section {
    /* min-width: 1041px; */
  }
  
  .seccion {
    background-color: azure;
    width: 140px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    text-transform: uppercase;
    border: double;
    float: left;
    cursor: pointer;
    border-top: solid #d2d2d2 2px;
    border-bottom: solid #363636 2px;
    border-right: solid #363636 2px;
    border-left: solid #d2d2d2 2px;
    user-select: none;
  }
  
  #menu :nth-child(2) {
    margin: 0 77px;
  }
  
  .buttonDown {
    border-top: solid #363636 3px;
    border-bottom: solid #666666 1px;
    border-right: solid #666666 1px;
    border-left: solid #363636 3px;
  }
  
  .titulo-aplicacion {
    color: #fff;
    padding: 0.5rem 2rem;
    background-color: #060606;
    border-bottom: solid #2f2f2f 1px;
    font-size: 1.25rem;
    letter-spacing: 1.24px;
    margin-bottom: 2rem;
  }
  
  .item {
    width: 666px;
    height: 333px;
    margin: 0 auto;
    background-color: #bdbdbd;
    border: double;
  }
  .label-titulo {
    font-size: 20px;
    display: block;
    padding-bottom: 20px;
  }
  /* RULETA  */
  
  .ruleta {
    display: flex;
    flex-direction: column;
  }
  
  .ruleta-canvas {
    padding: 20px;
    border-radius: 3px;
    box-shadow: 1px 1px 16px 0px rgb(0 0 0 / 20%);
    background-color: #f2f2f2;
    text-align: center;
    /* min-width: 454px; */
  }
  .ruleta-canvas canvas {
    filter: drop-shadow(0px 0px 4px #00000050);
  }
  
  /* AGREGAR OPCIONES  */
  
  .palabras {
    padding: 0 2rem;
    max-width: 426px;
    display: table-row;
  }
  
  .palabras input {
    padding: 9px 13px 9px 13px;
    border-radius: 3px;
    border: none;
    font-size: 12px;
    color: #363636;
    box-shadow: 1px 1px 0px 0px rgb(0 0 0 / 10%);
    flex-grow: 1;
    margin: 0 0 1rem 0;
  
    width: 100%;
  }
  
  .lista {
    overflow-y: auto;
    display: flex;
    background: #eeeeee7f;
    flex-wrap: wrap;
    justify-content: space-around;
    max-height: 561px;
    opacity: 0.8;
    transition-duration: 500ms;
    transform-style: ease-out;
  }
  
  .lista:hover {
    opacity: 1;
  }
  
  .input-name-box {
    width: 100%;
    margin: 0 0 1rem 0;
  }
  
  .nombre {
    padding: 6px 7px 6px 8px;
    background-color: #1c1c1c;
    box-shadow: 1px 1px 0px 0px rgb(0 0 0 / 10%);
    border-radius: 3px;
    float: left;
    text-align: center;
    list-style: none;
    font-size: 14px;
    margin-bottom: 10px;
    color: #adadad;
    /* min-width: 86px; */
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    transition-duration: 300ms;
  }
  
  .nombre:hover {
    background-color: #ee1111;
    color: #111;
  }
  .close {
    font-size: 8px;
    background: #5a5a5ab3;
    color: #ffffff;
    cursor: pointer;
    text-align: center;
    margin: 0 0 0 6px;
    padding: 0px 4px;
    line-height: 16px;
    border-radius: 100%;
  }
  
  .close:hover {
    background: #9f0000b3;
  }

  
  /* ESTILOS RESPONSIVE  */
  @media screen and (max-width: 768px) {
    .main {
        height: 115vh;
    }
    #app {
        height: 100vh;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .ruleta .ruleta-canvas canvas {
      width: 100%;
      height: 40vh;
    }
    .ruleta {
        margin-top: 100px;
    }
    .palabras {
        display: block;
        max-width:fit-content;
    }
    .lista {
        overflow-y: scroll;
        flex-wrap: wrap;
        max-height: 100px;
        opacity: 0.8;
        padding-right: 10px;

      }
      .nombre {
        padding: 5px 3px 5px 3px;
       
        font-size: 12px;
        margin-bottom: 10px;
        color: #adadad;
        /* min-width: 86px; */
        display: flex;
        justify-content: space-between;
        cursor: pointer;
        transition-duration: 300ms;
      }
    
  }

  @media screen and (min-width:1000px) {
    .comoFunciona {
        margin-top: 5vh !important;
    }
  }
  
  .material-button {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    border: none;
    border-radius: 3px;
    padding: 0 16px;
    min-width: 64px;
    height: 34px;
    vertical-align: middle;
    text-align: center;
    text-overflow: ellipsis;
    text-transform: uppercase;
    color: rgb(var(--pure-material-onprimary-rgb, 255, 255, 255));
    background-color: rgb(var(--pure-material-primary-rgb, 33, 150, 243));
    box-shadow: 0 3px 1px -2px rgb(0 0 0 / 20%), 0 2px 2px 0 rgb(0 0 0 / 14%),
      0 1px 5px 0 rgb(0 0 0 / 12%);
    font-family: var(
      --pure-material-font,
      "Roboto",
      "Segoe UI",
      BlinkMacSystemFont,
      system-ui,
      -apple-system
    );
    font-size: 12px;
    font-weight: 500;
    line-height: 34px;
    overflow: hidden;
    outline: none;
    cursor: pointer;
    transition: box-shadow 0.2s;
  }
  
  .material-button::-moz-focus-inner {
    border: none;
  }
  
  /* Overlay */
  .material-button::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgb(var(--pure-material-onprimary-rgb, 255, 255, 255));
    opacity: 0;
    transition: opacity 0.2s;
  }
  
  /* Ripple */
  .material-button::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 3px;
    padding: 50%;
    width: 32px; /* Safari */
    height: 32px; /* Safari */
    background-color: rgb(var(--pure-material-onprimary-rgb, 255, 255, 255));
    opacity: 0;
    transform: translate(-50%, -50%) scale(1);
    transition: opacity 1s, transform 0.5s;
  }
  
  /* Hover, Focus */
  .material-button:hover,
  .material-button:focus {
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14),
      0 1px 10px 0 rgba(0, 0, 0, 0.12);
  }
  
  .material-button:hover::before {
    opacity: 0.08;
  }
  
  .material-button:focus::before {
    opacity: 0.24;
  }
  
  .material-button:hover:focus::before {
    opacity: 0.3;
  }
  
  /* Active */
  .material-button:active {
    box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2),
      0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
  }
  
  .material-button:active::after {
    opacity: 0.32;
    transform: translate(-50%, -50%) scale(0);
    transition: transform 0s;
  }
  
  /* Disabled */
  .material-button:disabled {
    color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.38);
    background-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.12);
    box-shadow: none;
    cursor: initial;
  }
  
  .material-button:disabled::before {
    opacity: 0;
  }
  
  .material-button:disabled::after {
    opacity: 0;
  }
  
  .boton-verde {
    background-color: #4eaa03;
  }
  
  .clear {
    background-color: #ff6663;
  }
  
  #spin {
    margin: 1rem;
    font-size: 1rem;
  }
  
  .boton-turno {
    background-color: #ffffff;
    color: #161616;
    font-size: 1.5rem;
    line-height: 3rem;
    height: 5rem;
    margin: 0 0 2rem 0;
    text-shadow: 1px 2px 4px #0000005e;
    padding: 1rem 3rem;
    width: 100%;
    display: none;
  }
  
  #limpiar-opciones {
    float: right;
    display: block;
    margin: 1rem 0 4rem 0;
  }
  
  
  .boton-spin {
    width: 4rem;
    margin: 2rem auto !important;
    background-color: #fbfbfb;
    line-height: 4rem;
    height: 4rem;
    min-height: 4rem;
    padding: 0;
    padding-top: 7px;
    border-radius: 100%;
  }
  .boton-spin svg {
    zoom: 2.1;
  }
  
  .agregar {
    display: none;
  }
  

  .comoFunciona {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 25vh;
}
.comoFunciona h1 {
    font-weight: bold;
    font-size: 2.4rem;
  }
  .comoFunciona ul {
    font-size: 1.2rem;
  }


  