@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap");
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked+.slider {
  background: linear-gradient(to bottom, #dbe98e 5%, #5d614e 100%);
  background-color: #b7bb7f;
}

input:focus+.slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

/* No te gusta sin el hover? */
select {
  box-shadow: 0px 3px 0px 0px #343636;
  background: linear-gradient(to bottom, #dbe98e 5%, #5d614e 100%);
  background-color: #b7bb7f;
  border-radius: 13px;
  border: 2px solid #161d1b;
  color: #140d0d;
  font-family: Arial;
  font-size: 16px;
  padding: 0.5em 1em;
  text-decoration: none;
  text-shadow: 0px 1px 0px #c9db99;
  margin:0px auto
}

body {
  font-size: 16px;
  line-height: 1.8;
  font-weight: normal;
  position: relative;
  z-index: 0;
  padding: 0;
  width: 100%;
}

.imgBody {
  background-color: #131312;
}
.imgBody a {
  transition: 0.3s all ease;
  color: black;
}
.imgBody .ftco-section {
  padding: 7em 0;
}
.imgBody .ftco-section .heading-section {
  font-family: "Bebas Neue", cursive;
  margin-top: 2em;
  font-size: 28px;
  font-weight: 700;
  color: black;
}
.imgBody .login-wrap h3 {
  font-weight: 300;
  color: black;
  font-family: "Bebas Neue", cursive;
}
.imgBody .login-wrap .form-group {
  display: flex;
  justify-content: center;
  position: relative;
  margin-top: 0.5em;
  padding: 1em 0px;
  text-align: center;
}
.imgBody .login-wrap .form-group #eye {
  position: absolute;
  top: 40%;
  right: 10px;
  cursor: pointer;
}
.imgBody .login-wrap .form-group #eye:hover {
  opacity: 0.3;
}
.imgBody .login-wrap .form-group i {
  align-self: center;
  padding-right: 0.5em;
  color: rgb(216, 216, 197);
}
.imgBody .login-wrap .form-group .password {
  text-align: center;
}
.imgBody .login-wrap .form-group #myButton {
  padding: 0 2em;
  font-family: "Bebas Neue", cursive !important;
  background: radial-gradient(at 47% 33%, rgb(199, 190, 97) 0, transparent 59%);
  border-radius: 60px;
  box-shadow: inset 13.81px 13.81px 31px #AAB053, inset -13.81px -13.81px 31px #D4DC67;
}
.imgBody .login-wrap .form-group .checkbox-wrap {
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
}
.imgBody .login-wrap .form-group .loginBot {
  cursor: pointer;
  font-size: 15px;
}
.imgBody .login-wrap .form-group .field-icon {
  position: absolute;
  top: 50%;
  right: 15px;
}
.imgBody .login-wrap .social {
  width: 100%;
}
.imgBody .login-wrap .social a {
  width: 100%;
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: black;
  text-decoration: none;
}

#exampleModal {
  background-color: hsla(0, 0%, 0%, 0.554);
}

.modal-dialog {
  top: 30%;
}

.imgBody .container {
  background-image: radial-gradient(at 47% 33%, rgb(61, 60, 49) 0, transparent 59%), radial-gradient(at 82% 65%, rgb(29, 29, 25) 0, transparent 55%);
  backdrop-filter: blur(12px) saturate(92%);
  -webkit-backdrop-filter: blur(12px) saturate(92%);
  background-color: rgba(195, 202, 216, 0.13);
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.125);
}
.imgBody .container .signin-form .form-control {
  border: none;
  height: 50px;
  color: rgb(2, 1, 1);
  border: 1px solid transparent;
  background: rgba(172, 169, 157, 0.849);
  border-radius: 40px;
  padding: 0 20px;
}

#app {
  background-image: url(/imagenes/Fondo.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
}
#app .container-fluid .contLeft {
  display: flex;
}
#app .container-fluid .contLeft .btnBack img {
  width: 1.5em;
}
#app .container-fluid .contLeft .logo img {
  width: 8em;
  padding-top: 1em;
}
#app .container-fluid .boton {
  margin: 0.5em 0;
}
#app .container-fluid .boton img {
  width: 5em;
}
#app .containerSistema {
  justify-content: center;
  width: 100%;
  display: flex;
  flex-direction: column;
  padding-top: 0.5em;
  margin-top: 1em;
  text-align: center;
}
#app .containerSistema .conts {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
#app .containerSistema .subtitles {
  justify-content: center;
}
#app .containerSistema .subtitles .tension {
  width: 10em;
  padding-top: 0.5em;
  padding-left: 1.5em;
}
#app .containerSistema .subtitles .corriente {
  width: 11em;
  padding-top: 0.5em;
  padding-left: 1em;
}
#app .containerSistema .containerMedicion {
  position: relative;
  justify-self: center;
}
#app .containerSistema .containerMedicion2 {
  margin-left: 2em;
  position: relative;
}
#app .card-header {
  text-align: center;
  padding-top: 3em;
  background-color: transparent;
}
#app .card-header img {
  width: 15em;
}
#app .card-body {
  flex-wrap: wrap !important;
}
#app .card-body img {
  padding: 10px 0;
  width: 5em;
}
#app .card-body .ultVal {
  padding: 0.5em;
  display: inline !important;
  flex-direction: row !important;
}
#app .card-body .ultVal a {
  text-decoration: none;
}
#app .card-body .ultVal h6 {
  font-family: "Titillium Web", sans-serif;
  font-size: 1em;
  font-weight: 100;
  color: whITE;
}
#app .card-body .ultVal span {
  color: white;
}

@media (min-width: 576px) {
  #app {
    background-size: contain;
    background-color: #131312;
  }
}
@media (min-width: 768px) {
  .containerSistema {
    justify-content: space-between;
    width: 100%;
    display: flex;
    padding-top: 0.5em;
    margin-top: 1em;
    text-align: center;
  }
}
.inputGroups {
  background-image: radial-gradient(at 47% 33%, rgb(97, 95, 72) 0, transparent 59%), radial-gradient(at 82% 65%, rgb(37, 37, 31) 0, transparent 55%);
  backdrop-filter: blur(12px) saturate(92%);
  -webkit-backdrop-filter: blur(12px) saturate(92%);
  background-color: rgba(195, 202, 216, 0.13);
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.125);
  width: 20em;
  right: 0;
  z-index: 2;
  position: absolute;
}
.inputGroups .togglerInput {
  box-shadow: 0px 3px 0px 0px #343636;
  background: linear-gradient(to bottom, #dbe98e 5%, #5d614e 100%);
  background-color: #b7bb7f;
  border-radius: 13px;
  border: 2px solid #161d1b;
  width: 100%;
  color: #140d0d;
  font-family: Arial;
  font-size: 16px;
  padding: 0.5em 1em;
  text-decoration: none;
  text-shadow: 0px 1px 0px #c9db99;
}
.linea{
  color: orange lighten-2
}
.inputGroups .togglerInput:hover {
  background: linear-gradient(to bottom, #dee6b2 5%, #5d614e 100%);
}

.inputGroups .togglerInput a {
  text-decoration: none;
  color: black;
}
.inputGroups .togglerInput h1 {
  font-size: 16px;
  font-weight: 700;
}
.inputGroups .input-group {
  flex-direction: column;
  text-align: center;
  margin-left: auto;
}
.inputGroups .input-group h3 {
  font-size: 16px;
  color: black;
}
.inputGroups .input-group input {
  width: 100%;
}

.togglerInput {
  box-shadow: 0px 3px 0px 0px #343636;
  background: linear-gradient(to bottom, #dbe98e 5%, #5d614e 100%);
  background-color: #b7bb7f;
  border-radius: 13px;
  border: 2px solid #161d1b;
  color: #140d0d;
  font-family: Arial;
  font-size: 16px;
  padding: 0.5em 1em;
  text-decoration: none;
  text-shadow: 0px 1px 0px #c9db99;
}

.togglerInputCerrar {
    box-shadow: 0px 3px 0px 0px #343636;
  background: linear-gradient(to bottom, #c2c6b3 5%, #3a3b36 100%);
  background-color: #b7bb7f;
  border-radius: 13px;
  border: 2px solid #161d1b;
  color: #140d0d;
  font-family: Arial;
  font-size: 16px;
  padding: 0.5em 1em;
  text-decoration: none;
  text-shadow: 0px 1px 0px #7d8075;
}

.boton {
  margin: 0.5em 0;
}
.boton button {
  background-color: transparent !important;
  outline: none;
  text-decoration: none;
  border: none;
}
.boton img {
  width: 5em;
}

.imgBodyGraf #app .h1Bat {
  color: rgb(221, 201, 136);
  text-align: center;
  padding-bottom: 0.5em;
  font-weight: 700;
}
.imgBodyGraf #app .h1Cor {
  color: rgb(221, 201, 136);
  text-align: center;
  padding-top: 0.5em;
  padding-bottom: 0.8em;
  font-weight: 700;
}
.imgBodyGraf #app .h1Pru{
  color: rgb(221, 201, 136);
  text-align: center;
  padding-top: 0.5em;
  padding-bottom: 0.8em;
  font-weight: 700;
}
/* #chart_per{
  max-width: 500px;
} */
/*# sourceMappingURL=style.css.map */
