/*
	Estilos Paralelo Design Studio
*/

/** Switch tamanio normal */

.switchMonkeys {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switchMonkeys input {display:none;}

.sliderMonkeys {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.sliderMonkeys:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .sliderMonkeys {
  background-color: #ffffff;
}


input:focus + .sliderMonkeys {
  box-shadow: 0 0 1px #ffffff;
}

input:checked + .sliderMonkeys:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.sliderMonkeys.round {
  border-radius: 34px;
}

.sliderMonkeys.round:before {
  border-radius: 50%;
}

/** Switch tamanio chico, para tablas */

.switchMonkeysChico {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 17px;
}

.switchMonkeysChico input {display:none;}

.sliderMonkeysChico {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.sliderMonkeysChico:before {
  position: absolute;
  content: "";
  height: 13px;
  width: 13px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .sliderMonkeysChico {
  background-color: #ffffff;
}

input:focus + .sliderMonkeysChico {
  box-shadow: 0 0 1px #ffffff;
}

input:checked + .sliderMonkeysChico:before {
  -webkit-transform: translateX(13px);
  -ms-transform: translateX(13px);
  transform: translateX(13px);
}

/* Rounded sliders */
.sliderMonkeysChico.round {
  border-radius: 17px;
}

.sliderMonkeysChico.round:before {
  border-radius: 50%;
}

.contenedor {
	padding-right:	50px;
	padding-left:	50px;
	margin-right:	auto;
	margin-left:	auto;
}

.headerSistemaGrande {
	font-size: 40px;
}

.headerSistemaMediano {
	font-size: 28px;
}

.headerSistemaChico {
	font-size: 15px;
}

.textoHeaderSistema {
	color: white;
}

.contenidoSistema {
	background-color: white;
	color: black;
}

.sistemaError {
	font-size: 30px;
	color: red;
}

.inputSistema {
	height: 35px;
}

.textoSistema {
	font-size: 18px;
}

.textoMenu {
	font-size: 8px
}

.inputSistemaCompetidores {
	height: 25px;
	width: 100px;
	font-size: 14px;
}
