.herramientas {
  margin-bottom: 50px;
}

.herramientas img {
  border-radius: 20px;
}

/* FORMS */

.opciones_form .opciones_inputs {
  margin-bottom: 20px;
}

.opciones_form input[type="number"] {
  width: 3em;
  border: none;
  border-bottom: 1px solid #aaa;
  font-size: 1em;
  color: #444;
  text-align: center;
  padding-left: 10px;
}

.opciones_form input[type="checkbox"] {
  margin: 9px 3px 0;
}

.opciones_form textarea {
  max-width: 95%;
  margin-top: 15px;
}

/* submit general */

input[type="submit"] {
  background: none;
  border: 1px solid #ccc;
  color: #444;
  font-size: 1.3em;
  letter-spacing: 1px;
  padding: 10px 15px;
  cursor: pointer;
  margin: 20px 0;
}

.sortealo h2:hover,
input[type="submit"]:hover {
  background: #0094b8;
  border-color: #0094b8;
  color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input[type="submit"].texto_small {
  font-size: 0.9em;
}

/* VERSUS */

.contenedor_imagenes {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.vs_medio.horizontal {
  display: none;
}

.vs_medio {
  position: absolute;
  width: 4.5em;
  height: 2em;
  border-radius: 50px;
  background: black;
  text-align: center;
  padding-top: 0.2em;
  font-size: 1.5em;
  color: #fff;
  border: 4px solid #fff;
}

#imagen1,
#imagen2 {
  width: 50%;
  padding: 8px;
  text-align: center;
  cursor: pointer;
}

.ganadora {
  text-align: center;
  margin: 30px auto 0;
}

.ganadora p {
  margin: 20px auto 40px;
}

/* INSPIRACION TODOS */

.portfolioContenedor {
  text-align: center;
  padding: 0 5%;
}

.portfolioContenedor iframe {
  border: none;
  width: 95%;
  min-height: 100vh;
}

a.flex_wrap_tres_columnas {
  width: 18%;
  margin: 1% 1%;
}

/* CUADRÍCULA */

.lb-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/cuadricula.png) center;
  background-size: cover;
  pointer-events: none;
}

.ocultar_grilla .lb-container::before {
  display: none;
}

/* switch */

.switch-container {
  text-align: center;
  margin: 40px;
}

.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 25px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 34px;
}

.slider:before {
  position: absolute;
  content: "";
  height: 19px;
  width: 19px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 50%;
}

input:checked + .slider {
  background-color: #0094b8;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196f3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* INSPIRACION RANDOM */

.random_ {
  text-align: center;
}

div#imagenPrincipal {
  margin: 20px auto 50px;
}

.imagenes_secundarias {
  margin-bottom: 50px;
}

.imagenes_secundarias_p {
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
}

.imagenes_secundarias img {
  max-width: 75%;
  max-height: 300px;
  cursor: auto;
}

button.cambio {
  background: none;
  border: 2px #555 solid;
  padding: 5px 10px;
  margin: 0 auto 30px;
  cursor: pointer;
}

/* JUEGO DEL TIEMPO */

.juego_del_tiempo {
  padding: 20px;
}

.contenedor_sorteo_palabras {
  display: flex;
}

.sorteo_lista_contenedor {
  width: 25%;
  min-width: 300px;
}

.lista_de_palabras {
  font-size: 0.8em;
}

.sorteo_palabra_contenedor {
  width: 75%;
  text-align: center;
}

.sorteo_palabras {
  width: 100%;
  height: 6em;
  font-size: 3em;
  font-weight: bold;
  padding-top: 2em;
}

.data > div {
  display: inline-block;
  margin-right: 50px;
}

.tiempo_ronda,
.ronda_numero {
  font-size: 1.8em;
  font-weight: bold;
}

.sorteo_controles div {
  display: inline-block;
}

.control_tiempo div {
  font-size: 0.8em;
  min-width: 80px;
  text-align: center;
  cursor: pointer;
}

.sortealo h2 {
  border: 1px solid #ccc;
  width: 6em;
  padding: 10px 15px;
  text-align: center;
  cursor: pointer;
}

/* GRILLA */

.herramientas.inicio .img_destacada img {
  padding: 5px;
  opacity: 0.87;
}

.herramientas.inicio .img_destacada img:hover {
  opacity: 1;
}

.gradiente_fondo {
  background: rgb(2, 0, 36);
  background: linear-gradient(0deg, rgba(2, 0, 36, 1) 0%, rgba(2, 0, 36, 0.4822303921568627) 40%, rgba(2, 0, 36, 0) 100%);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  bottom: 0;
}

/* lineas */

.lineas_rand #imagenPrincipal img {
  max-width: 220px;
}

.contenedor_cuadros > div {
  display: inline-block;
}

.contenedor_cuadros > div > div {
  height: 30px;
  width: 30px;
  display: inline-block;
  margin: 0 30px;
}

@media only screen and (max-device-width: 1050px) {
  .herramientas.inicio .flex_wrap_tres_columnas {
    flex-grow: 1;
    width: 50%;
  }
}

@media only screen and (max-device-width: 550px) {
  .vs_medio {
    display: none;
  }
  .vs_medio.horizontal {
    display: block;
    position: relative;
    margin: 0 auto;
  }
  .contenedor_imagenes {
    display: block;
  }
  #imagen1,
  #imagen2 {
    width: 100%;
  }
  .herramientas.inicio .flex_wrap_tres_columnas {
    flex-grow: 1;
    width: 100%;
  }
  /* INSPIRACIÓN */
  a.flex_wrap_tres_columnas {
    width: 31%;
  }
}
