.circuitopip {
	background: #FEFEFE;
	box-shadow: 0px 0px 1px rgba(0, 4, 99, 0.3), 0px 4px 10px rgba(0, 4, 99, 0.05), 0px 20px 25px -20px rgba(0, 4, 99, 0.1), 0px 50px 60px rgba(0, 4, 99, 0.07);
	border-radius: 10px;
	width: 100px;
	height: 140px;
	padding: 0 0 40px;
	overflow: hidden;
	position: fixed;
	bottom: 10px;
	z-index: 100;
}
.circuitopipLabel {
	width: 100%;
	font-size: 11px;
	font-weight: 500;
	line-height: 15px;
	text-align: center;
	letter-spacing: -0.01em;
	color: rgba(57,73,99,.6);
	padding: 10px 0;
	position: absolute;
	bottom: 0;
	left: 0;
}
.circuitopipValor,
.circuitopipValor b {
	display: block;
	font-size: 12px;
	font-weight: 700;
	color: rgba(57,73,99,1);
}
.circuitopip img,
.circuitopip video {
	max-width: 70px;
	max-height: 70px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, calc(-50% - 20px));
}
.atuadorMedia,
.controladorMedia {
	display: flex;
	height: 102px;
}
.circuitopip[data-tipo="pressuresensor"],
.circuitopip[data-tipo="slidedimmer"],
.circuitopip[data-tipo="slideswitch"],
.circuitopip[data-tipo="toggleswitch"],
.circuitopip[data-tipo="random"] {
	height: auto;
}
.circuitopip[data-tipo="soundtrigger"] img,
.circuitopip[data-tipo="motiontrigger"] img,
.circuitopip[data-tipo="temperaturesensor"] img {
	max-width: 55px;
	max-height: 55px;
}
.circuitopip[data-tipo="soundtrigger"] input[type=range],
.circuitopip[data-tipo="motiontrigger"] input[type=range],
.circuitopip[data-tipo="temperaturesensor"] input[type=range],
.circuitopip[data-tipo="lightsensor"] input[type=range] {
	position: absolute;
	bottom: 35px;
	left: 0;
}
.circuitopip[data-tipo="lightsensor"] {
	background-color: #AED3FF;
}
.circuitopip[data-tipo="lightsensor"] img {
	max-width: 52px;
	max-height: 52px;
	transform: translate(-50%, calc(-50% - 30px));
}
.circuitopip[data-tipo="lightsensor"] .circuitopipLabel {
	background: #FEFEFE;
	padding-top: 20px;
}
.circuitopip[data-tipo="number"] {
	height: 125px;
}
.circuitopip[data-tipo="number"] canvas {
	width: 100px;
	height: 75px;
}
.circuitopip[data-tipo="rgbled"] img {
	top: 15px;
	left: 30px;
	transform: none;
}


.botaoVermelho {
	background: linear-gradient(180deg, #FF7575 -2.81%, #DD1B1B 97.17%);
	box-shadow: 0px 20px 14px -7px rgba(138, 16, 16, 0.5), 0px 7px 0px #8A1010, 0px 6px 0px #8A1010, 0px 5px 0px #8A1010, 0px 4px 0px #8A1010, 0px 3px 0px #8A1010, 0px 2px 0px #8A1010, 0px 1px 0px #8A1010, inset 0px -1px 0px rgba(255, 155, 155, 0.35);
	border-radius: 50%;
	display: block;
	width: 50px;
	height: 40px;
	margin: 22px auto 0 auto;
	position: relative;
}
.botaoVermelho:after {
	background: linear-gradient(180deg, #DFDFDF -2.81%, #B1B1B1 97.17%);
	display: block;
	content: '';
	width: 62px;
	height: 50px;
	border-radius: 50%;
	position: absolute;
	top: 8px;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
}
.botaoVermelho:hover {
	background: linear-gradient(180deg, #FF8282 -2.81%, #FF0000 97.17%);
	box-shadow: 0px 13px 25px -7px rgba(190, 0, 0, 0.7), 0px 7px 0px #BE0000, 0px 6px 0px #BE0000, 0px 5px 0px #BE0000, 0px 4px 0px #BE0000, 0px 3px 0px #BE0000, 0px 2px 0px #BE0000, 0px 1px 0px #BE0000, inset 0px -1px 0px rgba(255, 155, 155, 0.35);
}
.botaoVermelho:active {
	background: linear-gradient(180deg, #FF8282 -2.81%, #FF0000 97.17%);
	box-shadow: 0px 8px 14px -7px rgba(190, 0, 0, 0.7), 0px 4px 0px #BE0000, 0px 3px 0px #BE0000, inset 0px -1px 0px rgba(255, 155, 155, 0.35);
	top: 3px;
}
.botaoVermelho:active:after {
	top: 5px;
}

.circuitopip input[type=range] {
	width: 82px;
	margin: 10px;
}

.ambienteImg {
	background-position: center;
	background-repeat: no-repeat;
	height: 102px;
}

.circuitopipshowHide {
	display: flex;
	justify-content: space-around;
	width: 220px;
}
input:checked + .sliderAmbiente {
	background: #FFCB46;
	border: 1px solid rgba(152, 119, 34, 0.5);
	box-shadow: inset 0px 1px 0px rgba(91, 74, 31, 0.5), inset 0px 2px 2px rgba(91, 74, 31, 0.2);
}
input:checked + .sliderAmbiente::before {
	background: #FFEDBF;
	box-shadow: 0px 1px 1px rgba(135, 119, 94, 0.25), 0px 2px 3px rgba(135, 119, 94, 0.25), inset 0px -1px 0px rgba(116, 84, 66, 0.1), inset 0px 1px 0px rgba(255, 255, 255, 0.2);
}
input:checked + .sliderControlador {
	background: #FF8787;
	border: 1px solid rgba(193, 71, 71, 0.5);
	box-shadow: inset 0px 1px 0px rgba(135, 94, 94, 0.5), inset 0px 2px 2px rgba(135, 94, 94, 0.2);
}
input:checked + .sliderControlador::before {
	background: #FFD5D5;
	box-shadow: 0px 1px 1px rgba(135, 94, 94, 0.25), 0px 2px 3px rgba(135, 94, 94, 0.25), inset 0px -1px 0px rgba(135, 94, 94, 0.2), inset 0px 1px 0px rgba(244, 244, 247, 0.2);
}
input:checked + .sliderAtuador {
	background: #67FF4F;
	border: 1px solid rgba(179, 208, 178, 0.5);
	box-shadow: inset 0px 1px 0px rgba(94, 135, 98, 0.5), inset 0px 2px 2px rgba(94, 135, 98, 0.2);
}
input:checked + .sliderAtuador::before {
	background: #D5F9CF;
	box-shadow: 0px 1px 1px rgba(94, 135, 98, 0.25), 0px 2px 3px rgba(94, 135, 98, 0.25), inset 0px -1px 0px rgba(94, 135, 98, 0.2), inset 0px 1px 0px rgba(244, 244, 247, 0.2);
}

.simulador-container {
	background-color: #fff;
	box-shadow: 0 20px 25px -20px rgba(0, 4, 99, 0.1), 0 50px 60px rgba(0, 4, 99, 0.07);
	border-radius: 10px;
	width: 220px;
	height: 160px;
	position: relative;
	margin: 0 0 15px;
}
.simulador-img-1,
.simulador-img-2,
.simulador-img-3,
.simulador-img-4,
.simulador-img-5,
.simulador-video,
.simulador-odometer {
	width: auto;
	height: 120px;
	max-width: 200px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	opacity: 0;
}
.simulador-img-1 { opacity: 1; }
.simulador-img-2 { z-index: 102; }
.simulador-img-3 { z-index: 103; }
.simulador-img-4 { z-index: 104; }
.simulador-img-5 { z-index: 105; }

.simulador-video { opacity: 1; }

.simulador-odometer {
	width: 160px;
	height: 120px;
	opacity: 1;
}

.simulador-container-building {
	width: 350px;
	height: 420px;
}
.simulador-container-building img {
	height: 400px !important;
}

#semaforored,
#semaforoyellow,
#semaforogreen {
	position: absolute;
	width: 88px;
	height: 150px;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

#atuadoresPip {display:none;}
#controladoresPip {display:none;}
#ambientePip {display:none;}


.switchCircuit {
	display: inline-block;
	width: 50px;
	position: relative;
	margin: 0;
}
.circuitopip .switchCircuit {
	display: block;
	margin: 10px auto;
}
.switchCircuit input {
	display: none;
	visibility: hidden
}
.sliderCircuit {
	background: rgba(178, 185, 208, 0.3);
	border: 1px solid rgba(178, 185, 208, 0.5);
	box-shadow: inset 0px 1px 0px rgba(94, 105, 135, 0.5), inset 0px 2px 2px rgba(94, 105, 135, 0.2);
	border-radius: 15px;
	display: block;
	width: 50px;
	height: 26px;
	margin: 0;
	position: relative;
	transition: 0.4s;
	cursor: pointer;
}
.sliderCircuit:before {
	background: #B2B9D0;
	box-shadow: 0px 1px 1px rgba(89, 96, 121, 0.25), 0px 2px 3px rgba(178, 185, 208, 0.25), inset 0px -1px 0px rgba(99, 110, 137, 0.2), inset 0px 1px 0px rgba(244, 244, 247, 0.2);
	border-radius: 50%;
	display: block;
	content: '';
	width: 18px;
	height: 18px;
	position: absolute;
	top: 3px;
	left: 3px;
	transition: 0.4s;
}
input:checked + .sliderCircuit,
input:focus + .sliderCircuit {
	background: #67FF4F;
	border: 1px solid rgba(179, 208, 178, 0.5);
	box-shadow: inset 0px 1px 0px rgba(94, 135, 98, 0.5), inset 0px 2px 2px rgba(94, 135, 98, 0.2);
}
input:checked + .sliderCircuit:before {
	background: #D5F9CF;
	box-shadow: 0px 1px 1px rgba(94, 135, 98, 0.25), 0px 2px 3px rgba(94, 135, 98, 0.25), inset 0px -1px 0px rgba(94, 135, 98, 0.2), inset 0px 1px 0px rgba(244, 244, 247, 0.2);
	transform: translateX(24px);
}

.fundoBranco { background-color: #FEFEFE; }

.papercircuithome {
	display: block;
    border-radius: 10px;
    width: 650px !important;
    max-width: 100%;
}