/* VARIABLES */
.gradiente-gris {
  background: #feffff;
  background: -moz-linear-gradient(top, #feffff 0%, #ddf1f9 50%, #a0d8ef 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #feffff),
    color-stop(50%, #ddf1f9),
    color-stop(100%, #a0d8ef)
  );
  background: -webkit-linear-gradient(
    top,
    #feffff 0%,
    #ddf1f9 50%,
    #a0d8ef 100%
  );
  background: -o-linear-gradient(top, #feffff 0%, #ddf1f9 50%, #a0d8ef 100%);
  background: -ms-linear-gradient(top, #feffff 0%, #ddf1f9 50%, #a0d8ef 100%);
  background: linear-gradient(to bottom, #feffff 0%, #ddf1f9 50%, #a0d8ef 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#feffff', endColorstr='#a0d8ef', GradientType=0);
}
body {
  background-color: #e6e5e4;
  color: #000;
}
/*.navbar-brand {
  background-image: url(../img/logo_eleccion.png);
  background-repeat: no-repeat;
  height: 126px;
  width: 300px;
  padding: 0px;
  padding-left: 75px;
  font-size: 32px;
  font-weight: bold;
  color: #999;
  line-height: 1em;
  margin-top: -10px;
}*/
#contenedor-ayuda header {
  height: 50px; /* HARDCODE */
}
#contenedor-ayuda header * {
  height: 100%; /* HARDCODE */
}
#contenedor-ayuda header img {
  height: 100%;
  max-width: 100%;
  object-fit: contain;
}
.navbar-brand a {
  margin-top: -15px;
}
.navbar-brand span {
  font-size: 16px;
  font-weight: normal;
}
#ayuda {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
}
#ayuda #contenedor-ayuda {
  margin-top: 30px;
}
#ayuda #contenedor-ayuda #ubicaciones .departamentos {
  margin-top: 30px;
  list-style: none;
  /*display: flex;*/
  width: 100%;
}
#ayuda #contenedor-ayuda #ubicaciones .departamentos li {
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 46%;
  margin-right: 0.5rem;
  margin-bottom: 27px;
  /*display: flex;*/
  justify-content: center;
}
#ayuda #contenedor-ayuda #ubicaciones .elegir_departamentos li {
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 28rem;
  margin-right: 0.5rem;
  margin-bottom: 27px;
}
#ayuda button:hover {
  cursor: pointer;
}
#ayuda #escudo {
  display: inline-block;
}
#ayuda .texto-tribunal {
  display: flex;
}
#ayuda .tribunal {
  display: inline-block;
  font-size: 0.9em;
  color: #888;
}
#ayuda .paso {
  text-align: center;
  margin-top: 0px;
}
#ayuda .paso h1 {
  margin: 40px auto;
  color: #000;
  font-size: 1.8em;
  text-align: center;
}
#ayuda #paso-3 button.next {
  margin-left: 45px;
}
#ayuda .simulador {
  font-size: 0.9em;
  display: inline-block;
  color: #999;
  margin-top: 15px;
}
.simulador-guia {
  display: flex;
  align-items: center;
  font-size: 0.75rem;
}
#ayuda h2 {
  font-size: 1.6em;
  color: #000;
  width: 50%;
  margin-top: 3%;
  line-height: 1.3em;
}
#ayuda .grafico {
  margin: 0 auto;
  width: 40%;
}
#ayuda .bienvenida {
  margin: 0 auto;
  width: 50%;
}
#ayuda button {
    margin-top: 30px;
    height: 60px;
    width: 170px;
    margin-left: 20px;
    padding: 0px;
}
#ayuda #btn_goople_play{  
  border: 0;
  background: transparent;
}
#ayuda #btn_goople_play img{
  height: 55px;
}
#bienvenido,
#agradecimiento {
  text-align: center;
}
#bienvenido h1,
#agradecimiento h1 {
  font-size: 2.3em;
  margin-bottom: 0px;
}
#bienvenido .botones{
  display: flex;
  justify-content: center;
}
#logo-final {
  width: 15%;
  float: right;
  position: absolute;
  right: 5%;
  bottom: 20%;
}
@media only screen and (max-width: 1024px) and (orientation: landscape) {
  #bienvenido h1,
  #agradecimiento h1 {
    margin-bottom: 10px;
    font-size: 1.5em;
  }
  #ayuda .paso h1 {
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 1.5em;
  }
  #ayuda .grafico {
    width: 35%;
  }
}
@media (max-width: 1024px) {
  .texto-tribunal {
    display: none !important;
    font-size: 0.9em;
    margin-top: -10px;
    text-align: left;
  }
  #ayuda #contenedor-ayuda {
    height: 500px;
  }
  .texto-tribunal .simulador {
    margin-top: 10px;
  }
  .paso {
    margin-top: 10px;
    transform: scale(0.8) translateY(-50px);
    -moz-transform: scale(0.8) translateY(-50px);
    -webkit-transform: scale(0.8) translateY(-50px);
  }
  .paso h1 {
    margin: 20px auto;
    font-size: 1.1em;
  }
}
@media (max-width: 768px) {
  #superior {
    margin-top: 4vh;
  }
  .container,
  .container-fluid {
    width: 100%;
  }
  #ayuda .navbar-brand {
    background-size: 4em;
    font-size: 1.2em;
    padding-left: 2.5em;
    padding-top: 3vw;
    height: 3em;
  }
  #ayuda .texto-tribunal {
    display: none;
    font-size: 0.9em;
    margin-top: -10px;
    text-align: left;
  }
  #ayuda .texto-tribunal .simulador {
    margin-top: 0px;
  }
  #ayuda .paso {
    margin-top: 9px;
    transform: scale(0.8) translateY(-50px);
    -moz-transform: scale(0.8) translateY(-50px);
    -webkit-transform: scale(0.8) translateY(-50px);
  }
  #ayuda .paso h1 {
    margin: 20px auto;
    font-size: 1.5em;
  }
  #bienvenido h1,
  #agradecimiento h1 {
    font-size: 1.5em;
  }
  .grafico {
    margin: 0px auto;
    width: 100px;
  }
  #ayuda #contenedor-ayuda {
    margin-top: 0px;
    height: 360px;
  }
  #ayuda #contenedor-ayuda #ubicaciones {
    margin-top: 40px;
    padding-left: 0px;
    padding-right: 0px;
  }
  #ayuda #contenedor-ayuda #ubicaciones .departamentos {
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 0px;
  }
  #ayuda #contenedor-ayuda #ubicaciones .departamentos li {
    margin-bottom: 10px;
    margin-right: 0px;
    line-height: 2;
  }
  .departamentos .btn-lg {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
  }
}
@media (max-width: 320px) {
  #contenedor-ayuda header {
    height: 40px; /* HARDCODE */
  }
  #bienvenido h1,
  #agradecimiento h1 {
    margin-top: 80px;
  }
  #ayuda #paso-3 button {
    width: 132px;
    float: left;
    font-size: 0.9em;
  }
  #ayuda #paso-3 button.next {
    margin-left: 19px;
  }
  #ayuda #contenedor-ayuda {
    margin-top: 15px;
  }
  #ayuda .paso {
    margin-top: 10px;
  }
  #ayuda .paso h1 {
    margin: 20px auto;
    font-size: 0.9em;
  }
  #ayuda #contenedor-ayuda #ubicaciones .departamentos li {
    width: 140px;
    margin-bottom: 8px;
  }
  #ayuda #contenedor-ayuda #ubicaciones .departamentos li:nth-child(2n-1) {
    margin-right: 4px;
  }
}
