.div-grey {
  background-color: #23282E !important;
  margin: 1rem 0 1rem 0;

  border-radius: 10px !important;
}

.img-premio {
  width: 158px;
}

.radio-label {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px;
}

.radio-div {
  padding-top: 1rem;
}

.radio-div .radio-input {
  margin-right: 0.5rem !important;
}

.radio-contenido {
  display: flex !important;
  justify-content: center !important;
  align-items: baseline !important;
}

.radio-centrado {
  display: flex !important;
  justify-content: center !important;
  flex-direction: column !important;
  align-items: start !important;
}

.p-premios {
  color: #fc3388 !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 19px;
}

.p-premios1 {
  color: #fc3388 !important;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  overflow-wrap: break-word !important;
}

.background-modal {
  background-color: rgba(0, 0, 170, 0.7) !important;
}

.uk-modal-dialog {
  border-radius: 10px;
}

.img-modal {
  width: 158px !important;
  height: 88px !important;
}

.titulo-modal-azul {
  color: #00a;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: 28px;
  letter-spacing: 0.48px;
  margin-bottom: 0.5rem !important;
}

.input-modal {
  margin: 1rem 0 1rem 0 !important;
  border-radius: 10px !important;
  border: 2px solid #00a !important;
  color: #00a !important;
  text-align: center !important;
}

.menu-bottom-footer {
  background: #23282E;
  height: 156px;
  display: flex;
  flex-direction: column;
  padding: 2rem 3rem 3rem 3rem;
  align-items: center;
}

.boton {
  margin-bottom: 1rem;
  width: 295px;
  height: 43px;
  border-radius: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px;
  font-size: 16px;
}

@media (max-width: 380px) {
  .boton {
    width: 100%;
  }
  .menu-bottom-footer {
    padding: 2rem 0 3rem 0;
  }
  .contenedor-div {
    display: flex !important;
    justify-content: center !important;
  }
  .w-contenedor {
    width: 295px !important;
  }
}

.boton-azul {
  background: #00a;
  color: #ffffff;
}

.uk-disabled {
  background-color: #d9d9d9;
  color: #888;
  border: none;
}

.boton-transparente {
  background-color: transparent;
  color: #00a;
  border: 2px solid #00a;
}

#global-loader {
  position: fixed;
  z-index: 50000;
  background: #ffffff;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  display: block;
}

.loader-img {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 43%;
  left: 0;
  margin: 0 auto;
  text-align: center;
}
