body{
    color:white;
    background: #222;
    width: 100%;
  }
    .container {
      width: 96%;
      margin: 20px auto;
      max-width:96% !important;
    }
    #logo{
      width: 100%;
      max-width: 150px;
      margin-bottom: 20px;
    }
    .logo-rrss img{
      max-width: 200px;
      border-radius: 25px;
    }
    p{
      font-size: 14px;
    }
    #especialReducible{
      display: none;
    }
    #especialReducibleRestaSub input{
      width: 80%;
    }
    #especialReducibleRestaSub span{
      font-size: 16px;
      width: 20%;  
      background-color: #ccc;
      padding:5px 10px;
      border-radius: 5px;
    }
  #mensajeGanador{
    border:3px #ccc solid;
    color:white;
    padding:20px;
    display: none;
    width: fit-content;
    border-radius: 10px;
  }
  #titleGanador{
    font-size: 32px;
    margin-bottom:0px;
  }
  .ganador{
    font-size: 28px;
    background-color: aquamarine !important;
    color:black ;
    transition: 1s ease all !important;
  }
  .sorteando{ /* desactivada */ }
  .gradient-bg{
    background: radial-gradient(circle, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 50%, rgba(0,0,0,0.8) 75%, rgba(0,0,0,0) 100%);
    margin-top: 0px;
  }
  #users{
    font-size: 24px;
    margin-bottom:0px;
  }
  #regalaSubs{
    opacity: 0;
  }
  #regalaSubsUser{
    position: absolute;
    right:15%;
    color: black;
    bottom:10%;
    width: 300px;
    transition: 10s ease all;
  }   
  #regalaSubsText{
    position: absolute;
    right:15%;
    color: black;
    bottom:5%;
    width: 500px;
    transition: 10s ease all;
  }        
  #regalaSubs img{
    position: absolute;
    bottom:0;
    right:0;
    width: 200px;
    height: 200px;
    transform: rotateY(180deg);
    transition: 10s ease all;

  }
  .buttonStart{
    background: #6441A4;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    opacity: 1;
    transition: 1s ease all;

  }
  /* Borde verde para botones activos del flujo */
  .btn-active{
    box-shadow: 0 0 0 3px rgba(40,167,69,0.6) inset;
    border-color: #28a745 !important;
  }
  /* Botón icono compacto */
  .btn-icon{
    width: 36px;
    height: 36px;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    line-height: 1;
  }
  .card-title, .card-header{
    text-align: center;
  }
  .center{
    text-align: center;
  }
  .box{
    background-color: #343434;
    border: 1px solid #333;
    padding: 20px;
    height: 100%;
    border-radius: 10px;
    color:white;
  }
  .trans-box{
    background-color: #343434b7;
    border: 1px solid #333;
    padding: 20px;
    height: 100%;
    border-radius: 10px;
    color:white;
  }
  .card-label{
    background-color: rgb(78, 78, 78);
    padding:5px 10px;
    border-radius: 5px;
    color: white;

  }
  .box h5{
    margin-bottom:20px;
  }
  .card-header{
    font: 0.8em sans-serif;
    padding: 0.2rem 0.5rem !important;
    margin: 0 !important;
  }
  table{
    font-size: 14px;
  }
  .remo-aniversary{
    background: url('../assets/remo.webp') no-repeat 100% 100%;
  }   
  .logo img{  
    max-height: 320px;
    max-width: 450px;
  }
  ul{
    margin-top:15px;
  }
  ul li{
    text-align: left;
  }
  div#apuntado .col {
    background: #333;
    border-radius: 5px;
}
#error{
  display: none;
  color: red;
  font-size: 20px;
  text-align: center;
  margin-top: 20px;
}
input#especialReducibleTiempoRestante {
  font-size: 32px;
}
.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  color:white !important
}
.footer .container{
  margin:0px 0px !important;
  text-align: right;
}
.footer .bg-dark{
  background-color: #0000008c !important;
  height:100%;
  padding:20px 10px !important;
  margin:0 !important;
  padding-right:50px !important;

}
.col-3{
  margin:0px !important;
  padding-left: 2px;
  padding-right: 2px;
}
  @keyframes fadeIn {
    0% { opacity: 0; }
    25% { opacity: 1; }
    75% { opacity: 1; }
    100% { opacity: 0; }
  }  
  @keyframes fadeOut {
    0% { opacity: 1; }
    100% { opacity: 0; }
  } 