/* Theme Name: HI!COOL
/* Version: 1.0 */
@font-face {
    font-family: 'Gotham Condensed';
    src: url('fonts/GothamCondensed-Light.eot');
    src: url('fonts/GothamCondensed-Light.eot?#iefix') format('embedded-opentype'),
        url('fonts/GothamCondensed-Light.woff2') format('woff2'),
        url('fonts/GothamCondensed-Light.woff') format('woff'),
        url('fonts/GothamCondensed-Light.ttf') format('truetype'),
        url('fonts/GothamCondensed-Light.svg#GothamCondensed-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham Condensed';
    src: url('fonts/GothamCondensed-Medium.eot');
    src: url('fonts/GothamCondensed-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/GothamCondensed-Medium.woff2') format('woff2'),
        url('fonts/GothamCondensed-Medium.woff') format('woff'),
        url('fonts/GothamCondensed-Medium.ttf') format('truetype'),
        url('fonts/GothamCondensed-Medium.svg#GothamCondensed-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gotham Condensed';
    src: url('fonts/GothamCondensed-Bold.eot');
    src: url('fonts/GothamCondensed-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/GothamCondensed-Bold.woff2') format('woff2'),
        url('fonts/GothamCondensed-Bold.woff') format('woff'),
        url('fonts/GothamCondensed-Bold.ttf') format('truetype'),
        url('fonts/GothamCondensed-Bold.svg#GothamCondensed-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gotham Condensed';
    src: url('fonts/GothamCondensed-Book.eot');
    src: url('fonts/GothamCondensed-Book.eot?#iefix') format('embedded-opentype'),
        url('fonts/GothamCondensed-Book.woff2') format('woff2'),
        url('fonts/GothamCondensed-Book.woff') format('woff'),
        url('fonts/GothamCondensed-Book.ttf') format('truetype'),
        url('fonts/GothamCondensed-Book.svg#GothamCondensed-Book') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
:root { 
    --white: #ffffff;
    --black: #000000;
    --dark:  #042835;
    --green: #00ff73;
    --light: #c6f0fc;  
    --blue: #066f8c;
    --light-blue: #00d8ff;
    --red: #f2322e;
}
.white {
    color: var(--white);
}
.black {
    color: var(--black);
}
.dark {
    color: var(--dark);
}
.blue {
    color: var(--blue);
}
.dark {
    color: var(--dark);
}
.green {
    color: var(--green) !important;
}
.red {
    color: var(--red) !important;
}
.light {
    color: var(--light) !important;
}
.light-blue {
    color: var(--light-blue);
}
html, body{
    height: 100%;
}
body {
    background: var(--dark);
    color: var(--light);
    font-family: 'Gotham Condensed', sans-serif;
    font-size: 22px;
    line-height: 1.4em;
    font-weight: 300;
}
img {
    max-width: 100%;
    height: auto;
}
.height10 {
    height: 10px;
}
.height15 {
    height: 15px;
}
.height20 {
    height: 20px;
}
.height30 {
    height: 30px;
}
.height40 {
    height: 40px;
}
.height50 {
    height: 50px;
}
.clearfix, .clear {
    min-height: 1px;
    display: block;
    clear: both;
}
.container {
    width: 1020px;
    max-width: 1020px; /* No responsive */
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}
a, input, button, select, textarea, .boton {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    text-decoration: none;
    color: var(--light);
}
a:hover, a:focus, a:visited, a:active {
    text-decoration: none;
    outline: none;
    border: none;
}
::-moz-selection { 
    color: #fff; 
    background-color: var(--green);
}
::selection { 
    color: #fff;
    background-color: var(--green);
}
/** Scrollbar chrome **/
::-webkit-scrollbar {
    height: 4px;
    width: 4px;
    background: transparent;
}
::-webkit-scrollbar-thumb {
    background: #888;
    -webkit-border-radius: 1ex;
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
}
::-webkit-scrollbar-corner {
    background: #888;
}
/** Placeholders */
::-webkit-input-placeholder { 
    color: #fff;
    opacity: 0.2;
}
:-ms-input-placeholder { 
    color: #fff;
    opacity: 0.2;
}
::placeholder {
    color: #fff;
    opacity: 0.2;
}
/** Google Chrome Autocomplete **/
/* Change the white to any color */
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
    background-color: var(--light) !important;
    font-family: 'Gotham Condensed', sans-serif !important;
    -webkit-box-shadow: none !important;

}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-transition: "color 9999s ease-out, background-color 9999s ease-out";
    -webkit-transition-delay: 9999s;
    font-family: 'Gotham Condensed', sans-serif !important;
}
input[data-autocompleted] {
    font-family: 'Gotham Condensed', sans-serif !important;
    background-color: transparent !important;
}
img {
    max-width: 100%;
}
.container-fluid {
    width: 1134px;
    max-width: 1200px;
    min-height: 100px;
    margin: 0 auto;
    padding: 0 16px;
}
.text-center {
    text-align: center;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.top {
    padding-top: 30px;
}
.top .logo {
    text-align: center;
}
.top .logo img {
    width: 144px;
}
.relative {
    position: relative;
}
.top-icons {
    float: right;
    width: 170px;
}
.top-icons .danger {
    display: inline-block;
    width: 48px;
}
.top-icons .hamburger {
    display: inline-block;
    width: 42px;
}
.top-icons .clave {
  font-size: 1.3em;
  position: absolute;
  right: 16px;
  display: inline-block;
  width: 170px;
  line-height: 0.9em;
  text-align: right;
}
.top-icons .clave small {
    color: var(--light-blue);
}
.top-icons .lock {
    display: inline-block;
    width: 40px;
}
.top-icons .lock img {
    margin-top: -2px;
}
.top-icons .change {
    display: inline-block;
    width: 42px;
}
.top-icons .key {
    display: inline-block;
    width: 44px;
}
.top-icons::after {
    content: '';
    display: inline-block;
    width: 1px;
    height: 600px;
    border-left: 1px solid var(--blue);
    position: absolute;
    left: 298px;
    top: 0;
}
.top-icons.no-line::after {
    content: none;
}
.login-area {
    width: 320px;
    margin: 0 auto;
}
.login-area input {
    outline: none;
    -webkit-appearance: none;
    appearance: none;
    border: 2px solid var(--blue);
    background: transparent;
    color: #fff;
    width: 100%;
    border-radius: 30px;
    margin: 11px 0;
    padding: 4px 12px;
    text-align: center;
    color: #fff;
    font-weight: 500;
    font-size: 1.7em;
}
.login-area ::-webkit-input-placeholder { 
    color: #fff;
    opacity: 0.2;
}
.login-area :-ms-input-placeholder { 
    color: #fff;
    opacity: 0.2;
}
.login-area ::placeholder {
    color: #fff;
    opacity: 0.2;
}
.login-area input:focus, .login-area input:active {
    -webkit-box-shadow: 0px 0px 5px 1px rgba(0,255,189,0.7);
    -moz-box-shadow: 0px 0px 5px 1px rgba(0,255,189,0.7);
    box-shadow: 0px 0px 5px 1px rgba(0,255,189,0.7);
}
.login-area button {
    -webkit-appearance: none;
    appearance: none;
    border: none;
    outline: none;
    background: transparent;
    width: 124px;
    height: 124px;
    margin: 0;
    padding: 0;
    border-radius: 50%;
}
.login-area button:hover, .login-area button:active {
    -webkit-box-shadow: 0px 0px 5px 1px rgba(0,255,189,0.7);
    -moz-box-shadow: 0px 0px 5px 1px rgba(0,255,189,0.7);
    box-shadow: 0px 0px 5px 1px rgba(0,255,189,0.7);

}
.login-area a.reset-pass {
    display: block;
    border: none;
    outline: none;
    background: transparent;
    width: 106px;
    height: 106px;
    margin: 0 auto;
    border-radius: 50%;
}
.login-area a.reset-pass:hover {
    -webkit-box-shadow: 0px 0px 5px 1px rgba(0,255,189,0.7);
    -moz-box-shadow: 0px 0px 5px 1px rgba(0,255,189,0.7);
    box-shadow: 0px 0px 5px 1px rgba(0,255,189,0.7);
}
.inputs-numbers {
    position: relative;
}
.inputs-numbers .number {
    font-weight: 500;
    font-size: 1.7em;
    color: var(--light-blue);
    position: absolute;
    top: 20px;
    left: -27px;
}
.top-left .col-sm-4, .top-left .col-sm-3, .top-left .col-sm-5 {
    padding-left: 5px;
    padding-right: 5px;
}
.logout img {
    width: 58px;
    margin-left: 5px;
}
.connect img {
    position: relative;
    width: 60px;
    left: -10px;
}
.usuario {
    font-size: 1.2em;
    position: relative;
    top: 7px;
    margin-left: -10px;
}
.top .clock {
    position: absolute;
    line-height: 1.2em;
    top: -6px;
    left: 100px;
}
.top .clock .hora {
    display: block;
    position: relative;
    padding-left: 28px;
}
.top .clock .hora img {
    position: absolute;
    left: 0;
    top: 3px;
    width: 20px;
}
.top .clock .fecha {
    display: block;
}
.main {
    font-size: 1.1em;
}
.nombre_instalacion {
    margin-top: 10px;
    font-size: 1.8em;
}
.status-instalacion a.off {
    display: inline-block;
    width: 64px;
    border-radius: 50%;
}
.status {
    display: inline-block;
    text-align: center;
    margin: 0 7px 0 7px;
    padding-bottom: 5px;
    min-width: 50px;
}
.status-instalacion .status {
    margin: 0 10px 0 20px;
}
.noactivo {
    border-bottom: 4px solid var(--blue);
    color: var(--blue);
}
.activo {
    border-bottom: 4px solid var(--green);
    color: var(--light-blue);
}
.btn-shadow:focus, .btn-shadow:hover {
    -webkit-box-shadow: 0px 0px 5px 1px rgba(0,255,189,0.7);
    -moz-box-shadow: 0px 0px 5px 1px rgba(0,255,189,0.7);
    box-shadow: 0px 0px 5px 1px rgba(0,255,189,0.7);
    outline: none !important;
}
.main .temperatura, .main .humedad {
    position: relative;
    padding-left: 56px;
    line-height: 1.1em;
}
.main .temperatura img, .main .humedad img {
    position: absolute;
    left: 5px;
    top: 0;
    width: 34px;
}
.valor {
    font-weight: 500;
    font-size: 1.3em;
}
.valor-big {
    line-height: 1em;
    font-size: 2.5em;
    font-weight: 500;
}
.row.no-padding .col-sm-3, .row.no-padding .col-sm-4, .row.no-padding .col-sm-5 {
    padding-left: 4px;
    padding-right: 4px;
}
.status-humedad {
    margin-left: -33px;
}
.botones-bottom img {
    width: 46px;
}
.botones-bottom .status {
    margin-right: 15px;
}
.botones-bottom .valor-big {
    position: relative;
    top: 24px;
    left: -10px;
    font-size: 2.6em;
}
.encoder {
    padding: 0;
    position: relative;
}
.encoder-content {
    -webkit-display: flex;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.encoder-content .block {
    text-align: center;
    width: 100%;
    font-weight: 500;
    font-size: 4em;
    padding-left: 18px;
}
.lista-scroll {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10px;
    max-height: 344px;
    position: relative;
    padding-right: 20px;
    margin-right: -25px;
}
#listaElementos {
    list-style-type: none;
    margin: 0;
    padding-left: 0;
}
#listaElementos li {
    margin-top: 5px;
    margin-bottom: 18px;
}
#listaElementos li span {
    float: left;
    text-align: center;
    font-weight: 500;
    font-size: 1.2em;
    color: var(--blue);
}
#listaElementos li span.onoff {
    width: 36px;
}
#listaElementos li span.name {
    width: 62px;
    text-align: center;
}
#listaElementos li span.temp {
    width: 62px;
}
#listaElementos li span.font-light {
    float: none;
}
#listaElementos li span.icon1, #listaElementos li span.icon2, #listaElementos li span.icon3 {
    width: 48px;
}
#listaElementos li.active span {
    color: var(--light);
}
#listaElementos li span.onoff img {
    width: 16px;
    float: right;
    margin-right: 10px;
    margin-top: 7px;
}
#listaElementos .icon1 img, #listaElementos .icon2 img, #listaElementos .icon3 img {
    width: 30px;
    position: relative;
    top: -5px;
}
.font-light {
    font-weight: 300 !important;
    font-size: 1em !important;
}
.arrows-up-down {
    padding-left: 40px;
}
.arrows-up-down img {
    width: 42px;
    margin: 0 10px;
}
.btn-acciones {
    padding-top: 7px;
    vertical-align: top;
}
.btn-acciones .status {
  min-width: 40px;
  vertical-align: top;
  min-height: 40px;
}
.btn-acciones img {
    width: 30px;
    display: block;
    margin: 0 auto;
    position: relative;
}
.title-section {
    padding-right: 108px;
}
.idiomas {
    position: absolute;
    top: 0;
    right: 14px;
}
.idiomas::after {
  content: '';
  display: block;
  width: 1px;
  height: 160px;
  border-left: 1px solid var(--blue);
  position: absolute;
  top: -70px;
  left: -22px;
}
.idiomas a {
    margin: 4px 0 16px 0;
    -webkit-display: flex;
    display: flex;
    align-items: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    padding: 4px;
}
.idiomas a.active {
    border: 2px solid var(--light);
}
.icon-section {
    position: absolute;
    top: 0;
    right: 14px;
}
.icon-section img {
    width: 48px;
    position: relative;
    left: 2px;
}
.line120::after {
  content: '';
  display: block;
  width: 1px;
  height: 150px;
  border-left: 1px solid var(--blue);
  position: absolute;
  top: -70px;
  left: -22px;
}
.line500::after {
  content: '';
  display: block;
  width: 1px;
  height: 500px;
  border-left: 1px solid var(--blue);
  position: absolute;
  top: -70px;
  left: -22px;
}
.nombre_seccion {
    text-align: right;
    padding-top: 11px;
}
.nombre_seccion span {
    display: block;
    color: var(--light-blue);
}
.menu .btn {
    display: block;
    position: relative;
    text-align: center;
    width: 198px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 15px;
    border-radius: 24px;
}
.menu .btn .bloqueado {
    position: absolute;
    right: 23px;
    top: 23px;
    width: 22px;
}
.menu .btn span {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    bottom: 22px;
    font-size: 0.9em;
    line-height: 1.1em;
}
.menu .col-sm-3 {
    text-align: center;
}
.btnbg {
    position: relative;
    display: block;
    width: 346px;
    border-radius: 30px;
}
.btnbg span {
    display: block;
    position: absolute;
    left: 0;
    top: 14px;
    width: 100%;
    text-align: center;
}
.box-ventilador {
    border: 2px solid var(--blue);
    padding: 20px;
    border-radius: 24px;
    text-align: center;
    width: 196px;
}
.box-ventilador img {
    width: 60px;
}
.custom-checkbox {
    position: relative;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    width: 100px;
    height: 48px;
    background-image: url(images/checkbox-bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    cursor: pointer;
}
.custom-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.custom-checkbox .checkmark {
    position: absolute;
    top: 7px;
    left: 8px;
    height: 34px;
    width: 34px;
    background-color: #eee;
    border-radius: 50%;
    background: #f2322e;
    -webkit-box-shadow: 1px 2px 8px 0px rgba(0,0,0,0.45);
    -moz-box-shadow: 1px 2px 8px 0px rgba(0,0,0,0.45);
    box-shadow: 1px 2px 8px 0px rgba(0,0,0,0.45);
}
.custom-checkbox input:checked ~ .checkmark {
    background-color: var(--green);
    left: 58px;
}
.cont-configuracion {
    border-top: 1px solid var(--blue);
    padding-top: 10px;
}
.cont-configuracion.last {
    padding-bottom: 10px;
    border-bottom: 1px solid var(--blue);
}
.custom-input {
    border: 1px solid var(--blue);
    outline: none,;
    background: #01212b;
    color: #fff;
    font-weight: 500;
    text-align: center;
    padding: 6px;
    font-size: 1.2em;
    border-radius: 24px;
    width: 100%;
}
.btn-reset {
    -webkit-appearance: none;
    appearance: none;
    outline: none;
    border: none;
    width: 100%;
    height: 48px;
    background-color: transparent;
    background-image: url(images/reset.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    border-radius: 24px;
    color: var(--green);
}
.div-reset {
    width: 111px;
    margin-top: -40px;
}
.div-reset img {
    width: 34px;
    display: block;
    margin: 0 auto 4px auto;
}
.btn-detectar {
    display: block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: -30px auto 0 auto;
}
.border {
    border-top: 1px solid var(--blue);
}
.divhrs {
    position: relative;
}
.divhrs::before {
    content: '';
    width: 1px;
    height: 200px;
    border-left: 1px solid var(--blue);
    position: absolute;
    left: 0;
    top: 0;
}
.pagouso-switch {
    margin-top: -15px;
}
.pagouso-switch span {
    display: inline-block;
    position: relative;
    top: -13px;
    margin: 0 4px;
}
.input-edit input {
    background-image: url(images/pencil.png);
    background-size: 24px;
    background-position: 92% center;
    background-repeat: no-repeat;
}
.input300 {
    width: 300px;
    max-width: 100%;
}
.input200 {
    width: 200px;
    max-width: 100%;
    margin-right: 4px;
}
.input150 {
    width: 150px;
    max-width: 100%;
    margin-right: 4px;
}
.input100 {
    width: 100px;
    margin-right: 4px;
}
button.detectar {
    -webkit-appearance: none;
    appearance: none;
    border: none;
    outline: none;
    background-color: transparent;
    background-image: url(images/detectar.png);
    background-repeat: none;
    background-size: 100%;
    background-position: center center;
    color: var(--green);
    width: 140px;
    height: 53px;
    border-radius: 24px;
}
.detect-container {
    margin-top: -40px;
}
table {
    width: 100%;
}
table th {
    font-weight: 300;
    border-bottom: 1px solid var(--blue);
    padding: 0 10px 6px 10px;
    text-align: left;
}
table td {
    font-weight: 300;
    padding: 20px 10px;
    color: var(--light-blue);
    font-size: 1.1em;
}
table td.numero {
    font-weight: 500;
}
table td.text-center {
    text-align: center;
}
img.ancla {
    width: 30px !important;
    display: block;
    margin: 0 auto;
}
.owl1 .owl-item::after {
    content: '';
    width: 1px;
    height: 100%;
    border-left: 1px solid var(--blue);
    position: absolute;
    left: -10px;
    top: 0;
}
.owl1 .owl-nav, .owl2 .owl-nav {
    display: block !important;
    position: absolute;
    top: -90px;
    left: 0;
}
.owl-carousel .owl-nav button.owl-prev span, .owl-carousel .owl-nav button.owl-next span {
    display: none;
}
.owl-carousel .owl-nav button.owl-prev {
    background: url(images/left.png) no-repeat center center;
    background-size: 100%;
    width: 20px;
    height: 35px;
    margin-right: 60px;
}
.owl-carousel .owl-nav button.owl-prev:hover {
    background: url(images/left-green.png) no-repeat center center;
    background-size: 100%;
}
.owl-carousel .owl-nav button.owl-next {
    background: url(images/right.png) no-repeat center center;
    background-size: 100%;
    width: 20px;
    height: 35px;
}
.owl-carousel .owl-nav button.owl-next:hover {
    background: url(images/right-green.png) no-repeat center center;
    background-size: 100%;
}
.pl-50 {
    padding-left: 50px;
}
.pr-50 {
    padding-right: 50px;
}
.maquina-temperatura img.temp {
    height: 50px;
    float: left;
    margin-top: 10px;
    margin-right: 10px;
}
.maquina-temperatura span {
    float: left;
    margin-right: 40px;
    position: relative;
    display: inline-block;
}
.maquina-temperatura span::after {
    content: '';
    display: inline-block;
    width: 1px;
    height: 59px;
    border-left: 1px solid var(--blue);
    position: absolute;
    right: -22px;
    top: 8px;
}
.maquina-temperatura img.llenado {
    height: 50px;
    float: left;
    margin-top: 10px;
    margin-right: 10px;
}
a.maquinaoff {
    display: inline-block;
    width: 114px;
    height: 114px;
    border-radius: 50%;
}
img.candado-ventilador {
    position: absolute;
    top: 17px;
    right: 25px;
    width: 18px;
}
table.programacion {
    margin-top: -30px;
}
table.programacion th {
    border: none;
}
table.programacion td {
    padding: 5px;
}
table.programacion .custom-checkbox {
    position: relative;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    width: 72px;
    height: 34px;
    background-image: url(images/checkbox-bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    cursor: pointer;
}
table.programacion .custom-checkbox .checkmark {
    top: 4px;
    left: 6px;
    height: 26px;
    width: 26px;
}
table.programacion .custom-checkbox input:checked ~ .checkmark {
    left: 42px;
}
table.programacion .custom-input {
    height: 34px;
    font-size: 1em;
    font-weight: 500;
    margin-left: auto;
    margin-right: auto;
}
.custom-checkbox2 {
    position: relative;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    width: 34px;
    height: 34px;
    cursor: pointer;
    border: 1px solid var(--blue);
    background: #01212b;
    outline: none;
    border-radius: 50%;
}    
.custom-checkbox2 input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.custom-checkbox2 .checkmark {
    position: absolute;
    top: 4px;
    left: 4px;
    height: 24px;
    width: 24px;
    background-color: var(--blue);
    border-radius: 50%;
    -webkit-box-shadow: 1px 2px 8px 0px rgba(0,0,0,0.45);
    -moz-box-shadow: 1px 2px 8px 0px rgba(0,0,0,0.45);
    box-shadow: 1px 2px 8px 0px rgba(0,0,0,0.45);
}
.custom-checkbox2 input:checked ~ .checkmark {
    background-color: var(--green);
}
.maquina-temperatura.programacion span::after {
    content: none;
}
.ventilador-evaporativo {
    margin-top: -30px;
    line-height: 1.1em;
}
.ventilador-evaporativo img {
    width: 52px;
}
.ventilador-evaporativo .custom-input {
    font-size: 2.4em;
}
.col-sm-6.quote {
    padding-right: 40px;
    position: relative;
}
img.quote {
    position: absolute;
    right: 8px;
    top: 5px;
    width: 22px;
}
.custom-checkbox.minmax .checkmark, .custom-checkbox.minmax input:checked ~ .checkmark {
    background: var(--green);
}
.owl2 .col-sm-3 {
    position: relative;
}
.owl2 .col-sm-3.second::before, .owl2 .col-sm-3.third::before{
    content: '';
    display: inline-block;
    width: 1px;
    height: 430px;
    border-left: 1px solid var(--blue);
    position: absolute;
    right: 0;
    top: 0;
}
.owl2 .col-sm-3.second::after {
    content: '';
    display: inline-block;
    width: 1px;
    height: 430px;
    border-left: 1px solid var(--blue);
    position: absolute;
    left: 0;
    top: 0;
}
.btn-rounded {
    display: inline-block;
    width: 110px;
    height: 110px;
    -webkit-appearance: none;
    appearance: none;
    border: none;
    outline: none;
    background-color: transparent;
    margin: 0;
    padding: 0;
    border-radius: 50%;
}
.hvls-off {
    position: absolute;
    right: -30px;
    top: -10px;
    width: 65px;
    height: 65px;
}
.custom-checkbox.blue .checkmark {
    background: var(--light-blue);
}
.custom-checkbox.blue input:checked ~ .checkmark {
    background: var(--light-blue);
}
span.rotate {
    display: inline-block;
    position: relative;
    top: -20px;
    margin: 0 2px;
}
span.rotate img {
    width: 20px;
}
span.rotate.big img {
    width: 33px;
}
.width100 {
    width: 105px;
    height: 105px;
}
.col-sm-6.cborde {
    border-right: 1px solid var(--blue);
}
.estados {
    text-align: left;
    width: 170px;
    max-width: 100%;
    margin: 0 auto;
}
.estados div {
    padding: 5px 0;
}
.estados span.completado, .estados span.no-completado {
    display: inline-block;
    border: 1px solid var(--blue);
    width: 33px;
    height: 33px;
    margin-right: 5px;
    border-radius: 50%;
    position: relative;
    top: 6px;
}
.estados span.completado::after {
    content: '';
    display: inline-block;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    position: absolute;
    top: 5px;
    left: 5px;
    background: var(--green);
    -webkit-box-shadow: 1px 2px 8px 0px rgba(0,0,0,0.45);
    -moz-box-shadow: 1px 2px 8px 0px rgba(0,0,0,0.45);
    box-shadow: 1px 2px 8px 0px rgba(0,0,0,0.45);
}
.estados span.no-completado::after {
    content: '';
    display: inline-block;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    position: absolute;
    top: 5px;
    left: 5px;
    background: var(--light-blue);
    -webkit-box-shadow: 1px 2px 8px 0px rgba(0,0,0,0.45);
    -moz-box-shadow: 1px 2px 8px 0px rgba(0,0,0,0.45);
    box-shadow: 1px 2px 8px 0px rgba(0,0,0,0.45);
}
.input-eficiencia {
    border: 1px solid var(--green);
}
.mensaje-eficiencia {
    background: var(--green);
    position: relative;
    padding: 12px 20px 12px 100px;
    text-align: left;
    font-weight: 500;
    color: #07421f;
    border-radius: 60px;
}
.mensaje-eficiencia img {
    position: absolute;
    left: 35px;
    top: 18px;
    width: 50px;
}
.bg-white {
    background: #fff;
}
.container-bg-white {
    padding: 30px;
}
.icono {
    width: 66px;
}
span.custom-input {
    display: inline-block;
    font-size: 2.6em;
    line-height: 1em;
    padding-left: 50px;
    padding-right: 50px;
    text-align: center;
    width: 300px;
    max-width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
}
span.custom-input.big {
    width: 380px;
    max-width: 100%;
}
span.horas, span.minutos {
    margin: 0 9px;
}
span.dia {
    margin: 0 35px 0 -35px;
}
span.mes {
    margin: 0 40px 0 0;
}
span.anio {
    margin: 0;
}
.container-reloj img.arrow {
    position: absolute;
    top: -18px;
    width: 26px;
    right: 125px;
}
.container-alertas img.arrow {
    position: absolute;
    top: -18px;
    width: 26px;
    right: 8px;
}
.container-conectividad img.arrow {
    position: absolute;
    top: -18px;
    width: 26px;
    left: 28px;
}
.avisos {
    position: relative;
    color: var(--dark);
    font-weight: 500;
    font-size: 1.1em;
    border-bottom: 1px solid var(--blue);
    padding-left: 50px;
    padding-right: 50px;
    text-align: left;
    padding-top: 17px;
    padding-bottom: 17px;
}
.avisos.first {
    border-top: 1px solid var(--blue);
}
.avisos .icon1 {
    position: absolute;
    left: 5px;
    top: 15px;
    width: 36px;
}
.avisos .icon2 {
    position: absolute;
    right: 5px;
    top: 18px;
    width: 30px;
}
.rotate-mini {
    float: left;
    width: 112px;
}
.rotate-mini span.rotate img {
  width: 15px;
  position: relative;
  top: 9px;
}
.rotate-mini .custom-checkbox {
  margin-left: 0;
  margin-right: 0;
  width: 63px;
  height: 30px;
}
#listaElementos li .rotate-mini span {
    width: auto;
    float: none;
}
#listaElementos li .rotate-mini span.checkmark {
    width: 22px;
    height: 22px;
    left: 5px;
    top: 4px;
    background: var(--blue);
}
#listaElementos li .rotate-mini input:checked ~ span.checkmark {
    left: 36px !important;
    background: var(--blue);
}
#listaElementos li.active .rotate-mini span.checkmark {
    background: var(--light);
}
#listaElementos li.active .rotate-mini input:checked ~ span.checkmark {
    background: var(--light);
}
.uppercase {
    text-transform: uppercase;
}
span.labels {
    position: relative;
    top: -15px;
}
span.labels img {
    display: inline-block !important;
    width: 36px !important;
    margin-top: -10px;
}



@media(max-width: 1020px) {
    .desktop {
        display: none;
    }
    .responsive {
        display: block;
    }
    .responsive .container-fluid {
        width: 360px;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        padding: 0 10px;
    }
    .responsive .top {
        padding-top: 13px;
    }
    .responsive .top-icons .hamburger {
        width: 24px;
    }
    .responsive .top-icons {
        width: auto;
    }
    .responsive .top-icons .danger {
        width: 26px;
        position: relative;
        right: -8px;
        top: -1px;
    }
    .responsive .usuario {
        font-size: 1em;
        position: relative;
        top: 2px;
        margin-left: 0;
    }
    .responsive .nombre_instalacion {
        margin-top: 9px;
        font-size: 1em;
        position: relative;
        padding-left: 90px;
        min-height: 82px;
    }
    .responsive .status-instalacion a.off {
        width: 60px;
        position: relative;
        top: -16px;
    }
    .responsive .status-instalacion .status {
        margin: 0 0px 0 12px;
    }
    .responsive .status {
        margin: 0 5px 0 5px;
        padding-bottom: 0px;
        min-width: 40px;
        vertical-align: top;
    }
    .responsive .status-instalacion {
        position: absolute;
        left: 15px;
        top: 34px;
    }
    .responsive .line {
        width: 94%;
        height: 1px;
        border-bottom: 1px solid var(--blue);
        margin: 10px auto;
    }
    .responsive .main .temperatura, .main .humedad {
        line-height: 1em;
    }
    .responsive .valor-big {
        font-size: 2.2em;
        position: relative;
        top: 0;
    }
    .responsive .main .temperatura img, .responsive .main .humedad img {
        left: 10px;
    }
    .irs-from, .irs-to, .irs-single {
        display: none;
    }
    .irs--flat .irs-bar {
        top: 25px;
        height: 12px;
        background-color: transparent;
    }
    .irs--flat .irs-line {
        top: 25px;
        height: 12px;
        background-color: var(--dark);
        background-image: url(images/bar.png);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 100%;
        border-radius: 0;
    }
    .irs--flat .irs-handle {
        top: 14px;
        width: 35px;
        height: 35px;
        background-color: var(--blue);
        border-radius: 50%;
    }
    .irs--flat .irs-handle > i, .irs--flat .irs-handle > i:first-child {
        display: none;
    }
    .irs--flat {
        margin-top: -5px;
    }
    .responsive .status-humedad {
        font-size: 0.9em;
    }
    .responsive .botones-bottom {
        margin-bottom: -5px;
    }
    .responsive .botones-bottom img {
        width: 34px;
        margin-bottom: 4px;
        position: relative;
    }
    .responsive .botones-bottom .valor-big {
        top: -6px;
        margin-left: 5px;
    }
    .responsive .btn-acciones {
        font-size: 0.8em;
    }
    .responsive .btn-acciones img {
        width: 26px;
    }
    .responsive .btn-acciones .status {
        vertical-align: top;
        min-height: 34px;
    }
    .lista-scroll-responsive {
        width: 100%;
        max-width: 100%;
        margin-top: 10px;
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 10px;
        max-height: 244px;
        position: relative;
        padding-right: 20px;
    }
    .responsive #listaElementos li {
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .responsive #listaElementos li span.onoff img {
        width: 14px;
        margin-right: 0;
    }
    .responsive #listaElementos li span {
        font-size: 1.1em;
    }
    .responsive #listaElementos .icon1 img, #listaElementos .icon2 img, #listaElementos .icon3 img {
        width: 24px;
        top: -5px;
    }
    .responsive #listaElementos li span.temp {
        width: 56px;
    }
}



.calco {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0.3;
}
.content-calco {
    width: 1220px;
    margin: 0 auto;
}
.content-calco img {
    width: 100%;
    margin-top: -10px;
}