@font-face {
	font-family: 'BigNoodleTitling';
	src: url('fonts/BigNoodleTitling.eot');
	src: url('fonts/BigNoodleTitling.eot?#iefix') format('embedded-opentype'),
		url('fonts/BigNoodleTitling.woff') format('woff'),
		url('fonts/BigNoodleTitling.ttf') format('truetype'),
		url('fonts/BigNoodleTitling.svg#BigNoodleTitling') format('svg');
	font-weight: normal;
	font-style: normal;
}

html{
	height: 100%;
}
body{
	width: 100%;
	height: 100%;
	color: #fff;
}
.bg-color{
	width: 100%;
	height: 100vh;
	position: fixed;
	z-index: 1;
	top: 0px;
	left: 0px;
	background: #03a990; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #03a990 0%, #00dc91 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #03a990 0%,#00dc91 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #03a990 0%,#00dc91 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03a990', endColorstr='#00dc91',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.wrapper{
	position: relative;
	z-index: 99;
}
header{
	position: relative;
	height: 70px;
	border-bottom: 1px solid #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}
.config-btn{
	width: 70px;
	height: 70px;
	position: absolute;
	left: 0px;
	top: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.menu-box{
	width: 70px;
	height: 70px;
	position: absolute;
	right: 0px;
	top: -70px;
	padding-top: 20px;
}
.menu-box.active{
	background-color: rgba(255,255,255,0.23);
}
.menu-box span{
	display: block;
	width: 27px;
	height: 4px;
	background-color: #fff;
	margin: 4px auto;
	transition: 0.5s;
}
.menu-box.active span{
	position: absolute;
	left: 23px;
    top: 27px;
	transform: rotate(45deg);
}
.menu-box.active span:last-child{
	transform: rotate(-45deg);
}
.caja-blanca-menu{
	position: absolute;
	top: 70px;
	left: 0px;
	width: 100%;
}

.caja-blanca-menu ul{
	background-color: #fff;
	display: block;
	overflow: hidden;
	max-height: 0px;
    z-index: 999;
    position: relative;
	transition: 0.6s;
}
.caja-blanca-menu ul:after{
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	clear: both;
}
.caja-blanca-menu ul.open{
	max-height: 600px;
}
.caja-blanca-menu ul li{
	display: block;
	width: 50%;
	float: left;
}
.caja-blanca-menu ul li:nth-child(odd){
	border-right:1px solid #eaeaea;
}
.caja-blanca-menu ul li a{
	display: flex;
	width: 100%;
	height: 23vh;
	border-bottom: 1px solid #eaeaea;
	text-align: center;
	align-items: center;
	justify-content: center;
}
.caja-blanca-menu ul li a div{
	display: block;
	width: 100%;
}
.caja-blanca-menu ul li a p{
	color: #40A997;
	font-size: 15px;
	margin: 6px 0px 0px;
}
h1{
	text-align: center;
	margin: 0px;
	font-weight: normal;
	font-size: 36px;
	font-family: 'BigNoodleTitling';
}
.nombre-growpal{
	background-color: rgba(238, 238, 238, 0.63);
	text-align: center;
	padding: 6px 0px;
}
.nombre-growpal h2{
	color: #40A997;
	margin: 0px;
	font-size: 18px;
}


ul{
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.area-boton{
	height: 14vh;
	display: flex;
	align-items: center;
	justify-content: center;
	border-bottom: 1px solid #fff;
}
.area-control{
	background-color: #fff;
	height: 0px;
	max-height: 0px;
	transition: 0.5s;
	position: relative;
	overflow: hidden;
}
.area-control .texto{
	position: absolute;
	top: 0px;
	width: 100%;
	padding: 0px 50px;
}
.texto span{
	color:#40A997;
	font-size: 30px;
	padding-top: 15px;
}
.area-control.open{
	height: 75px;
	max-height: 75px;
}
.info-boton{
	width: 66.66%;
	height: 75px;
	padding-left: 100px;
	padding-right: 30px;
	position: relative;
	display: flex;
	align-items: center;
}
.info-boton span{
	position: absolute;
	display: block;
	width: 70px;
	height: 70px;
	text-align: center;
	left: 15px;
	top: 10px;
}
.info-boton h3{
	color: #fff;
	font-size: 18px;
	margin: 0px;
}
.data-variable{
	height: 100%;
	width: 33.34%;
	background-color: rgba(238, 238, 238, 0.40);
	color: #fff;
	font-size: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.output, .output2, .temperatura{
	color: #fff;
	font-size: 30px;
}
#valorTemperatura{
	color:#40A997;
	font-size: 30px;
	border:1px solid #40A997;
	width: 40%;
	height: 50px;
	display: block;
	margin: 10px auto 0px;
	border-radius: 25px;
	text-align: center;
}
.button{
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border:1px solid #40A997;
	position: absolute;
	top: 10px;
	z-index: 99;
	text-align: center;
	color: #40A997;
	font-size: 30px
}
.button.inc{
	right: 15%;
}
.button.dec{
	left: 15%;
}






input[type=range] {
  -webkit-appearance: none;
  background: none;
}

input[type=range]::-webkit-slider-runnable-track {
  height: 20px;
  max-width: 80%;
  margin-left: 10%;
  margin-top: 30px;
  background: #ddd;
  border: none;
  border-radius: 10px;
}

input[type=range]::-ms-track {
  height: 20px;
  margin-top: 30px;
  background: #ddd;
  border: none;
  border-radius: 3px;
}

input[type=range]::-moz-range-track {
  height: 20px;
  background: #ddd;
  border: none;
  border-radius: 3px;
}

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background: #40A997;
  border:1px solid #fff;
  margin-top: -10px;
  position: relative;
}

input[type=range]::-ms-thumb {
  -webkit-appearance: none;
  border: none;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background: #555;
  margin-top: -5px;
  position: relative;
}

input[type=range]::-moz-range-thumb {
  -webkit-appearance: none;
  border: none;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background: #555;
  margin-top: -5px;
  position: relative;
}

input[type=range]:focus {
  outline: none;
}
input[type=range]:focus::-webkit-slider-thumb:after {
  position: absolute;
  top: -35px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #eee;
  border-radius: 5px;
  color: #555;
  padding: 5px 10px;
  border: 2px solid #555;
}
input[type=range]:focus::-ms-thumb:after {
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
  background: #eee;
  border-radius: 5px;
  color: #555;
  padding: 5px 10px;
  border: 2px solid #555;
}
input[type=range]:focus::-moz-range-thumb:after {
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
  background: #eee;
  border-radius: 5px;
  color: #555;
  padding: 5px 10px;
  border: 2px solid #555;
}

input[type=range]:focus::-webkit-slider-runnable-track {
  background: #ccc;
}

input[type=range]:focus::-ms-track {
  background: #ccc;
}

input[type=range]:focus::-moz-range-track {
  background: #ccc;
}



/* The switch - the box around the slider */
.switch {
  position: relative;
  display: block;
  width: 80px;
  height: 44px;
  margin: 15px auto;
  z-index: 9999;
}

.switch input {display:none;}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #eaeaea;
  border:1px solid #40A997;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 36px;
  width: 36px;
  left: 4px;
  bottom: 3px;
  background-color: #40A997;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color:  #40A997;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(36px);
  -ms-transform: translateX(36px);
  transform: translateX(36px);
  background-color: #fff;
}

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

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