/*
 * Globals
 */


/* Custom default button */
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
  font-size: 1em;
  color: #222;
  text-shadow: none; /* Prevent inheritance from `body` */
}


/*
 * Base structure
 */

.brand {
  color: #eee
}

body {
  background-color: #222;
  box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);
  background-image: url('../img/background.png'); /* Enlace o ruta de la imagen */
  background-size: cover; /* Escala la imagen para cubrir toda la pantalla */
  background-position: center; /* Centra la imagen */
  background-repeat: no-repeat; /* Evita que la imagen se repita */
}

p {
  font-size: 1em;
}

.cronometro {
  color: #000000;
}


table {
  font-size: 0.8em;
}

.cover-container {
  max-width: 42em;
}

.bid-card {
  text-shadow: none;
}


/*
 * Header
 */

.nav-masthead .nav-link {
  color: rgba(255, 255, 255, .5);
  border-bottom: .25rem solid transparent;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
  border-bottom-color: rgba(255, 255, 255, .25);
}

.nav-masthead .nav-link + .nav-link {
  margin-left: 1rem;
}

.nav-masthead .active {
  color: #fff;
  border-bottom-color: #fff;
}

.coming-soon {
  padding-top: 0px;
  .coming {
      padding: 20px;
      h3 {
          font-size: 20px;
      }
      input {
          width: 100%;
      }
      .default-button {
          margin-top: 5px;
      }
  }
  .countdown-wrapper {
      margin: 0px;
      .getting-start {
          margin: 20px 0;
      }
  }
}

.countdown-wrapper {
  margin: 20px 0;
}

.coming-soon .coming .default-button {
  margin-top: 0px;
}

.coming-soon-overlay {
  text-align: center;
}

.coming p {
  font-size: 15px;
  margin-top: 20px;
  color: var(--paragraphColor);
}

.coming .default-button {
  padding: 13px 20px;
  border-radius: 25px;
  width: 100%;
}

.getting-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.getting-start div {
  border-radius: 8px;
  -ms-flex-preferred-size: 150px;
      flex-basis: 150px;
  padding: 5px 0px;
  text-align: center;
  background-color: var(--blackColor);
  -webkit-box-shadow: 1px 1px 20px 1px #aaa9a9;
          box-shadow: 1px 1px 20px 1px #aaa9a9;
}

.getting-start div span {
  font-size: 30px;
  display: block;
  color: #ffffff;
  font-weight: 700;
}

.getting-start div span:nth-child(2) {
  font-size: 0.8em;
  text-transform: uppercase;
}


.btn-wsp{
  position:fixed;
  width:60px;
  height:60px;
  line-height: 63px;
  bottom:25px;
  right:25px;
  background:transparent; 
  color:#FFF;
  border-radius:50px;
  text-align:center;
  font-size:35px;
  z-index:100;
  transition: all 300ms ease;
  }
  @media only screen and (min-width:320px) and (max-width:768px){
      .btn-wsp{
          width:63px;
          height:63px;
          line-height: 66px;
      }
  }