body {
  color: #fff;
}

.contenedor-texto {
  background: url('./../img/bg-desktop.jpeg') no-repeat;
  background-size: cover;
  background-position: top center;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  height: 100vh;
}

.contenedor-linea {
  text-align: center;
  margin-bottom: 5px;
}

.texto-centro {
  margin-top: 1rem;
  margin-bottom: 5px;
}

.text-gold {
  color: #bda268;
}

.btn-votacion {
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 5px;
  font-weight: bold;
  color: #fff;
  font-size: 0.8rem;
}

.votos {
  font-size: 0.8rem;
}

.txt-consejo {
  margin-top: 20px;
  color: black;
  text-align: right;
  font-size: 13px;
  margin-bottom: 5px;
  white-space: break-spaces;
}

.btn-mas {
  background-color: #828281;
  color: white;
  border: none;
  height: 25px;
  width: 145px;
  text-align: center;
  border-radius: 5px;
}

.contenedor-encabezado {
  background-color: #ffffff;
  width: 110px;
  height: 20px;
  text-align: center;
  margin-top: -15px;
  padding-top: 3px;
}

.encabezado {
  color: #a0a0a0;
}

#sponsor-link {
  width: 22rem;
  height: 2rem;
  position: absolute;
  bottom: 0px;
  left: 17%;
}

#pregunta {
  line-height: 14px;
  font-size: 0.8rem;
}

@media (max-width: 767px) {
  #sponsor-link {
    left: 2%;
    top: -1.6rem;
  }

  .contenedor-texto {
    background: url('./../img/bg-mobile.jpeg') no-repeat;
    background-size: cover;
    background-position: top center;
    padding-top: 1.5rem;
  }

  .btn-votacion {
    margin-top: 2.3rem;
    font-size: 0.7rem;
  }
}
