.w-embed-youtubevideo {
  width: 100%;
  position: relative;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-size: cover;
  background-position: 50% 50%;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

body {
  font-family: 'Advent Pro', sans-serif;
  color: #fff;
  font-size: 1.1rem;
  line-height: 20px;
  font-weight: 500;
}

a {
  color: #fff;
  text-decoration: none;
}

.brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 120px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.brand.login {
  max-width: 380px;
  min-width: 200px;
  margin-bottom: 40px;
}

.main-menu {
  margin-top: 20px;
}

.user-menu {
  z-index: 2;
  margin-top: 20px;
  margin-bottom: 20px;
}

.imagotipo {
  display: block;
  width: 80px;
  margin-right: 10px;
}

.imagotipo.login {
  width: 80px;
  margin-right: 10px;
}

.estudio-aureo {
  width: 86px;
  font-family: Akzidenzgrotesk, sans-serif;
  color: #b8b7b7;
  font-size: 1.5rem;
  font-weight: 900;
  letter-spacing: -0.5px;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.18);
}

.estudio-aureo.login {
  width: auto;
  max-width: 120px;
  color: #fff;
  font-size: 2rem;
  line-height: 1.8rem;
}

.text-span {
  color: #494a4a;
}

.dropdown-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid rgba(0, 0, 0, 0.16);
}

.dropdown-toggle.w--open {
  border-top: 0px none transparent;
  border-bottom: 5px solid #2db4d2;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#e6e6e6), to(#fff));
  background-image: linear-gradient(0deg, #e6e6e6, #fff);
}

.user-avatar {
  width: 40px;
  height: 40px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 20px;
  background-image: url('../images/Foto-Perfil_1Foto-Perfil.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.user-name {
  margin-left: 10px;
  color: #666;
  letter-spacing: 0.5px;
}

.dropdown-list {
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
}

.dropdown-list.w--open {
  bottom: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e6e6e6), to(#fff));
  background-image: linear-gradient(180deg, #e6e6e6, #fff);
  box-shadow: 0 -9px 9px -1px rgba(0, 0, 0, 0.28);
}

.main-area {
  width: 100%;
}

.dropdown-selector {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  padding: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  font-weight: 500;
}

.dropdown-selector:hover {
  padding-left: 20px;
  background-color: #ebebeb;
}

.dropdown-selector.w--open {
  border-top: 5px solid #2db4d2;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  background-color: #ebebeb;
}

.dropdown-menu {
  position: relative;
  background-color: #e2e2e2;
}

.dropdown-menu.w--open {
  position: relative;
  margin-bottom: 10px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#fff));
  background-image: linear-gradient(180deg, #ebebeb, #fff);
  box-shadow: 0 7px 9px 0 rgba(0, 0, 0, 0.1);
}

.area {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

.area:hover {
  color: #2db4d2;
  letter-spacing: 0.5px;
}

.area.w--current {
  color: #b8b7b7;
}

.dropdown-text {
  font-family: 'Advent Pro', sans-serif;
  color: #494a4a;
  font-weight: 600;
}

.data-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  max-width: 1440px;
  min-width: 630px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 11px 11px 36px -12px #3b2683, -11px -11px 36px -12px #a11f4d, inset 0 0 160px 0 rgba(0, 0, 0, 0.35);
}

.data-container.living {
  box-shadow: 0 0 36px -4px #000, inset 0 0 160px 0 rgba(0, 0, 0, 0.35);
}

.hour {
  font-family: 'Advent Pro', sans-serif;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.date-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  height: 100%;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-left-radius: 6px;
  background-color: #262626;
}

.notification-text {
  margin-left: 10px;
  opacity: 0.6;
  -webkit-transition: opacity 350ms ease;
  transition: opacity 350ms ease;
  font-family: 'Advent Pro', sans-serif;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-shadow: 0 0 7px #000;
}

.notification-text:hover {
  opacity: 1;
}

.notifications {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-right: 10px;
  padding-left: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/Dots-Array.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: repeat-y;
  box-shadow: inset 0 0 8px 0 rgba(0, 0, 0, 0.56);
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

.notifications:hover {
  box-shadow: inset 0 0 17px 0 rgba(0, 0, 0, 0.26);
}

.date {
  font-family: 'Advent Pro', sans-serif;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 200;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.notifications-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 45px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #494a4a;
}

.mic {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #585959;
  opacity: 0.6;
  -webkit-transition: opacity 350ms ease;
  transition: opacity 350ms ease;
}

.mic:hover {
  opacity: 1;
}

.warning-icon {
  width: 20px;
}

.hack9-custom-nav {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #494a4a;
}

.hack9-custom-dot {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  min-width: 120px;
  padding-top: 5px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  cursor: pointer;
}

.hack9-custom-dot:hover {
  box-shadow: inset -7px 7px 14px 1px rgba(0, 0, 0, 0.4);
  letter-spacing: 0.5px;
}

.hack9-custom-dot.w--current {
  background-color: #494a4a;
}

.hack9-custom-dot.active {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(29, 29, 29, 0.28), transparent 64%);
  cursor: pointer;
}

.device-title {
  margin-top: 5px;
  color: #b8b7b7;
  font-size: 1rem;
}

.category-name {
  position: relative;
  z-index: 2;
  display: block;
  margin-bottom: 20px;
  padding-left: 12px;
  -webkit-transition: padding-left 500ms ease;
  transition: padding-left 500ms ease;
  font-family: 'Advent Pro', sans-serif;
  color: #494a4a;
  font-size: 2.6rem;
  line-height: 2.5rem;
  font-weight: 200;
  letter-spacing: 0px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.38);
  cursor: default;
}

.category-name:hover {
  padding-left: 20px;
}

.category-name.moods {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 3px;
}

.category-name.masonry {
  display: block;
  margin-top: 0px;
  margin-bottom: 20px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.category-name.login {
  margin-top: 0px;
  margin-bottom: 20px;
  padding-left: 0px;
  text-align: center;
}

.category-name.light {
  color: #b8b7b7;
}

.category-name._15 {
  margin-bottom: 15px;
}

.drag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 250px;
  height: 8px;
  padding-left: 42px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 0.5px;
  border-color: rgba(0, 0, 0, 0.04);
  border-radius: 4px;
  background-color: #f3f3f3;
  box-shadow: inset 1px 1px 3px 0 rgba(0, 0, 0, 0.23), 0 0 14px -2px rgba(0, 0, 0, 0.08);
}

.drag.llave {
  display: block;
  width: 46px;
  height: 28px;
  margin-left: 10px;
  padding-top: 3px;
  padding-left: 4px;
  float: right;
  clear: left;
  border-radius: 14px;
  background-color: #494a4a;
  box-shadow: inset 1px 1px 3px 0 rgba(0, 0, 0, 0.23), 0 0 9px 0 rgba(0, 0, 0, 0.36);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  cursor: pointer;
}

.drag.llave:hover {
  width: 46px;
  padding-left: 21px;
  background-color: #2db4d2;
}

.drag.cold---warm {
  display: block;
  width: 46px;
  height: 28px;
  margin-left: 10px;
  padding-top: 3px;
  padding-left: 4px;
  float: right;
  border-radius: 14px;
  background-color: #2db4d2;
  box-shadow: inset 1px 1px 3px 0 rgba(0, 0, 0, 0.23), 0 0 9px 0 rgba(0, 0, 0, 0.36);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  cursor: pointer;
}

.drag.cold---warm:hover {
  width: 46px;
  padding-left: 21px;
  background-color: #dc8323;
}

.drag.temperature {
  width: auto;
  padding-left: 0px;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(45, 180, 210, 0.28)), to(rgba(220, 131, 35, 0.28)));
  background-image: linear-gradient(90deg, rgba(45, 180, 210, 0.28), rgba(220, 131, 35, 0.28));
}

.drag.llave-small {
  width: 40px;
  height: 20px;
  margin-right: 10px;
  margin-left: 20px;
  padding-left: 4px;
  border-radius: 14px;
  background-color: #494a4a;
  box-shadow: inset 1px 1px 3px 0 rgba(0, 0, 0, 0.23), 0 0 9px 0 rgba(0, 0, 0, 0.36);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  cursor: pointer;
}

.drag.llave-small:hover {
  width: 40px;
  padding-left: 21px;
  background-color: #2db4d2;
  color: #fff;
}

.drag.llave-small:active {
  background-color: #a11f4d;
}

.drag.dimmer {
  width: auto;
  padding-right: 20px;
  padding-left: 0px;
}

.drag.volume {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 6px;
  height: auto;
  padding: 10px 0px 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(28%, #b8b7b7), to(#2db4d2));
  background-image: linear-gradient(0deg, #b8b7b7 28%, #2db4d2);
  box-shadow: 0 -3px 3px 0 #2db4d2, inset 1px -1px 3px 0 rgba(0, 0, 0, 0.23), 0 0 14px -2px rgba(0, 0, 0, 0.08);
}

.slider-button {
  position: relative;
  z-index: 5;
  width: 20px;
  height: 20px;
  border-style: solid;
  border-width: 4px;
  border-color: #2db4d2;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: -1px 1px 3px 0 rgba(0, 0, 0, 0.32), 0 0 10px 0 rgba(0, 0, 0, 0.36);
  -webkit-transition: border-color 350ms ease;
  transition: border-color 350ms ease;
  -o-object-fit: fill;
  object-fit: fill;
}

.slider-button:hover {
  border-color: #ff8400;
}

.slider-button.llave {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 0px none transparent;
  background-image: url('../images/Slider-Button_1Slider-Button.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slider-button.llave:active {
  box-shadow: 1px 1px 12px 0 #2db4d2, -1px 1px 3px 0 rgba(0, 0, 0, 0.32), 0 0 10px 0 rgba(0, 0, 0, 0.36);
}

.slider-button.llave-small {
  width: 14px;
  height: 14px;
  border: 0px none transparent;
  background-image: url('../images/Slider-Button_1Slider-Button.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slider-button.vertical {
  bottom: 0%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 0px none transparent;
  background-image: url('../images/Slider-Button_1Slider-Button.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slider-button.vertical:active {
  box-shadow: 1px 1px 12px 0 #2db4d2, -1px 1px 3px 0 rgba(0, 0, 0, 0.32), 0 0 10px 0 rgba(0, 0, 0, 0.36);
}

.name-function {
  display: inline-block;
  margin-top: 4px;
  margin-bottom: 7px;
  -webkit-transition: letter-spacing 350ms ease;
  transition: letter-spacing 350ms ease;
  font-family: 'Advent Pro', sans-serif;
  color: #494a4a;
  font-weight: 200;
  letter-spacing: 0.5px;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.55);
  cursor: default;
}

.name-function:hover {
  letter-spacing: 0.5px;
}

.name-function.draggable {
  display: block;
  height: auto;
  margin-top: 0px;
  margin-right: 0px;
  padding: 0px;
  color: #494a4a;
  line-height: 1.1rem;
}

.name-function.unit {
  display: block;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 2px;
  padding: 0px;
}

.name-function.light {
  margin-right: 5px;
  color: #b8b7b7;
}

.block-on-off {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 210px;
  padding: 10px 12px;
  clear: left;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  background-image: -webkit-gradient(linear, left top, right top, from(hsla(0, 0%, 100%, 0.01)), color-stop(50%, #fff), to(hsla(0, 0%, 100%, 0.01)));
  background-image: linear-gradient(90deg, hsla(0, 0%, 100%, 0.01), #fff 50%, hsla(0, 0%, 100%, 0.01));
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  text-align: right;
}

.block-on-off:hover {
  background-image: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(50%, #eee), to(#fff));
  background-image: linear-gradient(90deg, #fff, #eee 50%, #fff);
}

.block-on-off._250 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 250px;
  height: 60px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.block-on-off.full-width {
  min-width: 210px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.block-on-off._320 {
  width: 320px;
  height: 60px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.block-on-off._360 {
  width: 380px;
  height: 60px;
  min-width: auto;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.text-block-8 {
  display: inline-block;
  height: 16px;
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
  color: #494a4a;
  font-size: 1rem;
  line-height: 1rem;
  cursor: default;
}

.text-block-8:hover {
  color: #494a4a;
}

.detailed-controls {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 12px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.arrow {
  width: 42px;
  height: 28px;
  margin-top: 4px;
  margin-left: 10px;
  background-image: url('../images/Arrow-Cian.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-transform 350ms ease;
  transition: -webkit-transform 350ms ease;
  transition: transform 350ms ease;
  transition: transform 350ms ease, -webkit-transform 350ms ease;
}

.arrow:hover {
  -webkit-transform: translate(5px, 0px);
  -ms-transform: translate(5px, 0px);
  transform: translate(5px, 0px);
}

.arrow.small {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-top: 0px;
  margin-left: 5px;
  clear: left;
  background-image: url('../images/Reproducción---Play-Cian.svg');
  background-position: 0% 50%;
  background-size: contain;
}

.variation-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 10px;
  clear: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.minus {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #494a4a;
  -webkit-transition: background-color 350ms ease;
  transition: background-color 350ms ease;
  cursor: pointer;
}

.minus:hover {
  background-color: #2db4d2;
}

.minus-sign {
  width: 14px;
  height: 4px;
  border-radius: 2px;
  background-color: #fff;
}

.more {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #494a4a;
  -webkit-transition: background-color 350ms ease;
  transition: background-color 350ms ease;
  cursor: pointer;
}

.more:hover {
  background-color: #2db4d2;
}

.more-sign-01 {
  width: 14px;
  height: 4px;
  border-radius: 2px;
  background-color: #fff;
}

.more-sign-02 {
  position: absolute;
  left: 12px;
  top: 7px;
  right: auto;
  bottom: auto;
  width: 4px;
  height: 14px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 2px;
  background-color: #fff;
}

.consign-value {
  display: inline-block;
  color: #494a4a;
  font-size: 1.4rem;
  text-align: center;
}

.up {
  width: 28px;
  height: 28px;
  margin-right: 5px;
  background-image: url('../images/Up-Grey.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

.up:hover {
  background-image: url('../images/Up-Cian.svg');
}

.variation-controls {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 10px;
  float: right;
}

.close {
  width: 28px;
  height: 28px;
  margin-left: 5px;
  background-image: url('../images/Down-Grey.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

.close:hover {
  background-image: url('../images/Down-Cian.svg');
}

.pause {
  width: 28px;
  height: 28px;
  margin-right: 5px;
  margin-left: 5px;
  background-image: url('../images/Pause-Grey.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

.pause:hover {
  background-image: url('../images/Pause-Cian.svg');
}

.scenes {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 160px;
  z-index: 1;
  display: inline-block;
  min-height: 220px;
  min-width: 200px;
  margin-top: 40px;
  margin-bottom: 10px;
  clear: left;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  background-image: linear-gradient(315deg, #f8f8f8, #f8f8f8);
  box-shadow: 0 0 6px -2px rgba(0, 0, 0, 0.45);
}

.scenes.moods {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 160px;
  margin-top: 20px;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.button {
  height: 40px;
  min-width: 95px;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  padding: 10px 20px;
  border-radius: 4px;
  background-color: #494a4a;
  box-shadow: 0 0 8px -2px #000;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  text-align: center;
}

.button:hover {
  padding-top: 10px;
  padding-bottom: 5px;
  border-bottom: 5px solid #2db4d2;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#494a4a), to(#686767));
  background-image: linear-gradient(180deg, #494a4a, #686767);
  letter-spacing: 1px;
}

.button.night {
  margin-bottom: 0px;
}

.button.dark {
  min-width: 120px;
  margin-bottom: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #b8b7b7;
  background-color: transparent;
  box-shadow: 0 0 8px -2px transparent;
  color: #b8b7b7;
}

.button.dark:hover {
  border-color: #494a4a #494a4a #2db4d2;
  border-bottom-width: 5px;
  background-color: #494a4a;
  background-image: none;
  box-shadow: 0 0 17px -2px rgba(0, 0, 0, 0.32);
  color: #fff;
}

.button.mood {
  min-width: 99px;
  margin-right: 5px;
  margin-left: 5px;
  padding-right: 0px;
  padding-left: 0px;
}

.button.doors {
  min-width: 95px;
  margin-right: 5px;
  margin-bottom: 0px;
  margin-left: 5px;
  padding-right: 10px;
  padding-left: 10px;
}

.button.login {
  margin: 20px 0px 0px;
  float: right;
}

.button.login.hide {
  display: none;
}

.button.number {
  display: inline-block;
  width: 50px;
  min-width: 0px;
  margin: 5px;
  padding: 3px 0px 5px;
}

.button.number:active {
  box-shadow: 1px 1px 13px -3px #2db4d2, 0 0 8px -2px #000;
}

.button.channel {
  display: inline-block;
  overflow: hidden;
  width: 80px;
  height: 80px;
  min-width: 0px;
  margin: 5px;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#494a4a), to(#474747));
  background-image: linear-gradient(180deg, #494a4a, #474747);
}

.button.channel:hover {
  display: inline-block;
  padding-bottom: 0px;
  border-bottom: 0px none transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#494a4a), to(#737272));
  background-image: linear-gradient(180deg, #494a4a, #737272);
  letter-spacing: 0px;
}

.button.channel:active {
  box-shadow: 0 0 9px 0 #2db4d2, 0 0 8px -2px #000;
}

.button.channel-list {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: 45px;
  max-width: none;
  min-width: 0px;
  margin: 0px;
  padding: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button.channel-list:hover {
  letter-spacing: 0px;
}

.button.channel-up {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 80px;
  min-width: 0px;
  margin: 5px;
  padding: 15px 0px 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#494a4a), color-stop(55%, #636262), color-stop(71%, #666565), to(#494a4a));
  background-image: linear-gradient(0deg, #494a4a, #636262 55%, #666565 71%, #494a4a);
  box-shadow: inset 0 1px 2px 0 hsla(0, 0.7%, 72%, 0.64), 0 0 8px -2px #000;
}

.button.channel-up:hover {
  border-top: 5px solid #2db4d2;
  border-bottom: 0px none transparent;
  letter-spacing: 0px;
}

.button.channel-up:active {
  box-shadow: 1px 1px 12px 0 #2db4d2, inset 0 1px 2px 0 hsla(0, 0.7%, 72%, 0.64), 0 0 8px -2px #000;
}

.button.channel-down {
  display: inline-block;
  width: 50px;
  height: auto;
  min-width: 0px;
  margin: 5px;
  padding: 3px 0px 5px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.button.channel-down {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 80px;
  min-width: 0px;
  margin: 5px;
  padding: 0px 0px 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#494a4a), color-stop(54%, #636262), color-stop(71%, #666565), to(#494a4a));
  background-image: linear-gradient(180deg, #494a4a, #636262 54%, #666565 71%, #494a4a);
  box-shadow: inset 0 1px 2px 0 hsla(0, 0.7%, 72%, 0.64), 0 0 8px -2px #000;
}

.button.channel-down:hover {
  letter-spacing: 0px;
}

.button.channel-down:active {
  box-shadow: 1px 1px 12px 0 #2db4d2, inset 0 1px 2px 0 hsla(0, 0.7%, 72%, 0.64), 0 0 8px -2px #000;
}

.button.extra {
  display: inline-block;
  min-width: 90px;
  margin: 5px;
  padding: 12px 0px 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button.extra:hover {
  letter-spacing: 0.65px;
}

.button.extra:active {
  box-shadow: 1px 1px 13px -3px #2db4d2, 0 0 8px -2px #000;
}

.button.outside {
  position: absolute;
  left: -32px;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 36px;
  height: 36px;
  min-width: auto;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 0px;
  box-shadow: inset -13px -13px 16px 0 rgba(0, 0, 0, 0.35), inset 1px 1px 1px 0 hsla(0, 0.7%, 72%, 0.65), 0 0 8px -2px #000;
}

.button.outside.settings {
  left: -40px;
  background-image: url('../images/Settings-White.svg');
  background-position: 50% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}

.button.outside.settings:active {
  box-shadow: 0 0 8px 0 rgba(45, 180, 210, 0.75), inset -13px -13px 16px 0 rgba(0, 0, 0, 0.35), inset 1px 1px 1px 0 #b8b7b7, 0 0 8px -2px #000;
}

.button.outside.home {
  left: auto;
  top: 0%;
  right: -40px;
  bottom: auto;
  background-image: url('../images/Home-White.svg');
  background-position: 50% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}

.button.outside.home:active {
  box-shadow: 0 0 8px 0 rgba(45, 180, 210, 0.75), inset -13px -13px 16px 0 rgba(0, 0, 0, 0.35), inset 1px 1px 1px 0 #b8b7b7, 0 0 8px -2px #000;
}

.button.outside.volver {
  left: -40px;
  top: auto;
  right: auto;
  bottom: 0%;
  background-image: url('../images/Return-White.svg');
  background-position: 50% 50%;
  background-size: 24px;
  background-repeat: no-repeat;
}

.button.outside.volver:active {
  box-shadow: 0 0 8px 0 rgba(45, 180, 210, 0.75), inset -13px -13px 16px 0 rgba(0, 0, 0, 0.35), inset 1px 1px 1px 0 #b8b7b7, 0 0 8px -2px #000;
}

.button.outside.exit {
  left: auto;
  top: auto;
  right: -40px;
  bottom: 0%;
  background-image: url('../images/Exit-White.svg');
  background-position: 50% 50%;
  background-size: 26px;
  background-repeat: no-repeat;
}

.button.outside.exit:active {
  box-shadow: 0 0 8px 0 rgba(45, 180, 210, 0.75), inset -13px -13px 16px 0 rgba(0, 0, 0, 0.35), inset 1px 1px 1px 0 #b8b7b7, 0 0 8px -2px #000;
}

.scene-buttons {
  margin-top: 9px;
  padding: 10px;
  clear: left;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.dropdown {
  width: 100%;
}

.security {
  z-index: 1;
  display: block;
  min-height: 60px;
  min-width: 200px;
  margin-top: 20px;
  margin-bottom: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  background-image: linear-gradient(315deg, #ebebeb, #f3f3f3);
  box-shadow: 0 0 6px -2px rgba(0, 0, 0, 0.45);
}

.sucurity-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 10px 10px 5px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 4px;
  text-align: center;
}

.all-off-button {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background-color: #494a4a;
  background-image: url('../images/on-off-sign-W.svg');
  background-position: 50% 50%;
  background-size: 24px;
  background-repeat: no-repeat;
  box-shadow: 0 0 6px -3px rgba(0, 0, 0, 0.5);
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: background-color 350ms ease;
  transition: background-color 350ms ease;
}

.all-off-button:hover {
  background-color: #a11f4d;
  box-shadow: 0 0 8px -1px rgba(0, 0, 0, 0.65);
}

.all-off-button.light {
  background-color: transparent;
  background-image: url('../images/on-off-sign-W.svg');
  opacity: 0.5;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: opacity 350ms ease;
  transition: opacity 350ms ease;
}

.all-off-button.light:hover {
  opacity: 0.8;
}

.block-playback {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, right top, from(hsla(0, 0%, 100%, 0.02)), color-stop(50%, hsla(0, 0%, 100%, 0.06)), to(hsla(0, 0%, 100%, 0.02)));
  background-image: linear-gradient(90deg, hsla(0, 0%, 100%, 0.02), hsla(0, 0%, 100%, 0.06) 50%, hsla(0, 0%, 100%, 0.02));
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

.block-playback:hover {
  background-image: -webkit-gradient(linear, left top, right top, from(#494a4a), color-stop(50%, #323333), to(#494a4a));
  background-image: linear-gradient(90deg, #494a4a, #323333 50%, #494a4a);
}

.block-playback.big {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 20px;
  background-image: none;
}

.multimedia {
  width: 28px;
  height: 28px;
  border-radius: 18px;
  background-color: #282929;
  box-shadow: inset 5px 5px 11px 0 hsla(0, 0.7%, 72%, 0.31), inset 1px 1px 3px 0 hsla(0, 0.7%, 72%, 0.52), 1px 1px 6px 0 #000;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

.multimedia:hover {
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.5);
}

.multimedia.next {
  width: 36px;
  height: 36px;
  margin-right: 5px;
  margin-left: 5px;
  border-radius: 19px;
  background-image: url('../images/Reproducción---Next-Cian.svg');
  background-position: 56% 50%;
  background-size: 14px;
  background-repeat: no-repeat;
}

.multimedia.next:hover {
  background-image: url('../images/Reproducción---Next-Grey.svg');
  box-shadow: 0 0 16px 0 rgba(45, 180, 210, 0.75), 0 0 14px 0 rgba(0, 0, 0, 0.5);
}

.multimedia.next.small {
  width: 28px;
  height: 28px;
}

.multimedia.play {
  width: 48px;
  height: 48px;
  margin-right: 5px;
  margin-left: 5px;
  border-radius: 24px;
  background-image: url('../images/Reproducción---Play-Cian.svg');
  background-position: 57% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  -webkit-transition-duration: 360ms;
  transition-duration: 360ms;
}

.multimedia.play:hover {
  background-image: url('../images/Reproducción---Play-Grey.svg');
  box-shadow: inset 1px 1px 1px 0 #b8b7b7, 1px 1px 3px 0 rgba(0, 0, 0, 0.84), 0 0 20px 0 #2db4d2;
}

.multimedia.stop {
  width: 36px;
  height: 36px;
  margin-right: 5px;
  margin-left: 5px;
  border-radius: 19px;
  background-image: url('../images/Reproducción---Stop-Cian.svg');
  background-position: 50% 50%;
  background-size: 14px;
  background-repeat: no-repeat;
}

.multimedia.stop:hover {
  background-image: url('../images/Reproducción---Stop-Grey.svg');
  box-shadow: 0 0 16px 0 rgba(45, 180, 210, 0.75), 0 0 14px 0 rgba(0, 0, 0, 0.5);
}

.multimedia.repeat {
  width: 36px;
  height: 36px;
  margin-right: 5px;
  margin-left: 5px;
  border-radius: 19px;
  background-image: url('../images/Repeat-Cian.svg');
  background-position: 50% 50%;
  background-size: 24px;
  background-repeat: no-repeat;
}

.multimedia.repeat:hover {
  background-image: url('../images/Repeat-Grey.svg');
  box-shadow: 0 0 16px 0 rgba(45, 180, 210, 0.75), 0 0 14px 0 rgba(0, 0, 0, 0.5);
}

.multimedia.repeat.small {
  width: 28px;
  height: 28px;
}

.multimedia.prev {
  width: 36px;
  height: 36px;
  margin-right: 5px;
  margin-left: 5px;
  border-radius: 19px;
  background-image: url('../images/Reproducción---Previous-Cian.svg');
  background-position: 44% 50%;
  background-size: 14px;
  background-repeat: no-repeat;
}

.multimedia.prev:hover {
  background-image: url('../images/Reproducción---Previous-Grey.svg');
  box-shadow: 0 0 16px 0 rgba(45, 180, 210, 0.75), 0 0 14px 0 rgba(0, 0, 0, 0.5);
}

.multimedia.prev.small {
  width: 28px;
  height: 28px;
}

.dashboard {
  overflow: hidden;
  height: 100%;
}

.mask {
  height: 100%;
}

.right-arrow {
  position: absolute;
  left: auto;
  top: 20%;
  right: 0%;
  bottom: 20%;
  display: none;
  width: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.left-arrow {
  left: 0%;
  top: 20%;
  right: auto;
  bottom: 20%;
  display: none;
  width: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slide-nav {
  display: none;
}

.device-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  background-color: transparent;
}

.device-container.inverted.simple {
  display: none;
}

.device-container.clima {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.device-container.clima.simple {
  display: none;
}

.illustration {
  background-image: url('../images/Bedroom-01.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-filter 500ms ease;
  transition: -webkit-filter 500ms ease;
  transition: filter 500ms ease;
  transition: filter 500ms ease, -webkit-filter 500ms ease;
}

.illustration:hover {
  -webkit-filter: saturate(15%);
  filter: saturate(15%);
}

.illustration.weather {
  width: 220px;
  clear: left;
  background-image: url('../images/calcetines.jpg');
}

.illustration.lights {
  width: 230px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-image: url('../images/lampara-colgante-flynn-para-mesa-3-brazos.jpg');
}

.illustration.ilumination {
  width: 20%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-image: url('../images/lampara-colgante-flynn-para-mesa-3-brazos.jpg');
  background-position: 30% 50%;
}

.illustration.curtains {
  width: 26%;
  background-image: url('../images/Persianas.jpg');
  background-position: 100% 50%;
}

.illustration.climate {
  width: 26%;
  background-image: url('../images/Climatización.jpg');
  background-position: 50% 50%;
}

.illustration.doors {
  display: inline-block;
  width: 26%;
  height: 100%;
  background-image: url('../images/Puertas.jpg');
  background-position: 0% 50%;
}

.illustration.survilleance {
  display: inline-block;
  width: 26%;
  height: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/Ojo.jpg');
  background-position: 50% 50%;
}

.illustration.cover.small {
  width: 205px;
  padding-right: 0px;
  padding-bottom: 0px;
  border: 0px none transparent;
  border-radius: 0px;
  box-shadow: none;
}

.illustration.eye {
  width: 220px;
  clear: left;
  background-image: url('../images/Perro-Vigilancia.jpg');
  background-size: cover;
}

.title-funcion {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Akzidenzgrotesk, sans-serif;
  color: #494a4a;
  font-size: 3rem;
  line-height: 3rem;
  font-weight: 900;
  text-transform: uppercase;
}

.title-funcion.space {
  margin-top: 80px;
  margin-bottom: 60px;
  font-family: Akzidenzgrotesk, sans-serif;
  font-weight: 900;
}

.grey-column {
  position: relative;
  width: 5%;
  background-color: #323333;
}

.grey-column._15 {
  position: relative;
  z-index: 10;
  display: inline-block;
  height: 100%;
}

.grey-column._20 {
  position: relative;
  z-index: 2;
  width: 15%;
}

.grey-column._5 {
  width: 30px;
}

.text-span-2 {
  font-family: Akzidenzgroteskbq;
  font-size: 3rem;
  font-weight: 700;
}

.draggable {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.draggable.lights {
  width: 160px;
  margin-left: 10px;
  padding-right: 0px;
  padding-left: 0px;
}

.draggable._320 {
  width: 320px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.draggable.secondary-lights {
  width: 120px;
  margin-left: 10px;
  padding-right: 0px;
  padding-left: 0px;
}

.h-scale {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 8px;
  margin-top: 2px;
  margin-left: 2px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.mili {
  width: 1px;
  height: 5px;
  background-color: #b8b7b7;
}

.mini {
  width: 1px;
  height: 8px;
  background-color: #b8b7b7;
}

.scenes-container {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: 60px;
  margin-top: 40px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.scenes-container.dark {
  position: relative;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 80px;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.tile {
  position: relative;
  overflow: hidden;
  min-height: 260px;
  clear: left;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 0 6px -2px rgba(0, 0, 0, 0.45);
  -webkit-transform: rotateX(0deg) rotateY(14deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(14deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.tile.doors {
  display: inline-block;
  width: 210px;
  height: 260px;
  min-height: 0px;
  margin: 10px;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.tile._03 {
  display: inline-block;
  width: 210px;
  height: 260px;
  min-height: 0px;
  margin: 10px;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.tile.climate {
  display: inline-block;
  height: 260px;
  max-width: 440px;
  min-height: 0px;
  min-width: 210px;
  margin: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.tile.lights {
  display: inline-block;
  height: 260px;
  max-width: 440px;
  min-height: 0px;
  min-width: 210px;
  margin: 10px;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 47% 1fr;
  grid-template-columns: 47% 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.tile.audio-video {
  display: inline-block;
  height: 260px;
  max-width: 440px;
  min-height: 0px;
  min-width: 210px;
  margin: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #494a4a;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.tile.survilleance {
  display: inline-block;
  height: 260px;
  max-width: 910px;
  min-height: 0px;
  min-width: 210px;
  margin: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.tile.blinds-curtains {
  display: inline-block;
  width: 210px;
  height: 260px;
  min-height: 0px;
  margin: 10px;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.controls-container {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  padding-top: 20px;
  padding-bottom: 26px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.dashboard-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  height: 100%;
  margin-right: -18px;
  padding-top: 20px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #2c2e2e;
  text-align: center;
}

.scenes-buttons {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.text-block-13 {
  margin-bottom: 20px;
  color: #b8b7b7;
  text-align: center;
}

.title-draggable {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 20px;
  margin-bottom: 7px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-19 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.all-off {
  position: fixed;
  left: auto;
  top: auto;
  right: 30px;
  bottom: 10px;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-right: 0px;
  padding: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

.now-playing {
  margin-top: 5px;
}

.now {
  display: inline-block;
  margin-right: 10px;
  padding-left: 10px;
  color: #b8b7b7;
}

.playing {
  display: inline;
  color: #e0dddd;
  font-weight: 400;
}

.slider-multimedia {
  height: 87px;
  margin-bottom: -26px;
  background-color: transparent;
}

.slide-nav-av-widget {
  height: 20px;
  padding-top: 5px;
  font-size: 0.4rem;
}

.left-arrow-av-widget {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.right-arrow-av-widget {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.media-logo {
  height: 87px;
  padding-top: 32px;
  padding-right: 0px;
  padding-bottom: 0px;
}

.media-logo.widget {
  padding-top: 0px;
}

.container-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: 75px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid hsla(0, 0.7%, 72%, 0.19);
}

.container-logo.widget {
  width: 75%;
  height: 100%;
  border-bottom-style: none;
}

.logo-media {
  width: 60%;
  height: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: auto;
  cursor: pointer;
}

.logo-media.widget {
  width: 65%;
}

.logo-media.youtube {
  background-image: url('../images/YouTube.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.logo-media.spotify {
  background-image: url('../images/Spotify.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.logo-media.prime {
  background-image: url('../images/Prime-Video.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.logo-media.netflix {
  background-image: url('../images/Netflix.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.logo-media.mac-mini {
  background-image: url('../images/Mac-Mini.svg');
  background-position: 50% 50%;
  background-size: 95%;
  background-repeat: no-repeat;
}

.logo-media.apple-tv {
  background-image: url('../images/Apple-TV.svg');
  background-position: 50% 50%;
  background-size: 55%;
  background-repeat: no-repeat;
}

.logo-media.satellite-tv {
  background-image: url('../images/Satellite.svg');
  background-position: 50% 50%;
  background-size: 95%;
  background-repeat: no-repeat;
}

.main-doors {
  z-index: 1;
  display: block;
  min-height: 60px;
  min-width: 200px;
  margin-top: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  background-image: linear-gradient(315deg, #ebebeb, #f3f3f3);
  box-shadow: 0 0 6px -2px rgba(0, 0, 0, 0.45);
}

.menu-down {
  position: relative;
  margin-top: auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.menu-up {
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.door-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #fff;
  text-align: left;
}

.dependency {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: -26px;
  z-index: 3;
  overflow: visible;
  background-color: #494a4a;
  font-family: Akzidenzgrotesk, sans-serif;
  color: #494a4a;
  font-size: 5rem;
  line-height: 5rem;
  font-weight: 900;
  letter-spacing: -2px;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.tab {
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

.tab.w--current {
  z-index: 2;
  padding-right: 10px;
  padding-left: 10px;
  border-radius: 4px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e0e0e0), to(#fff));
  background-image: linear-gradient(180deg, #e0e0e0, #fff);
  box-shadow: inset 0 0 6px 0 rgba(0, 0, 0, 0.16), 0 0 3px 0 rgba(0, 0, 0, 0.5);
  font-weight: 600;
  text-align: center;
}

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#b8b7b7), to(#eaeaea));
  background-image: linear-gradient(0deg, #b8b7b7, #eaeaea);
  box-shadow: 0 4px 3px -3px rgba(0, 0, 0, 0.48);
}

.text-block-14 {
  text-align: center;
}

.text-block-15 {
  text-align: center;
}

.text-submenu {
  display: inline-block;
  text-align: center;
}

.dependency-on-off {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dependency-on-off:hover {
  background-color: #ececec;
  color: #2db4d2;
}

.tabs-content {
  background-color: transparent;
}

.menu-tab {
  background-color: transparent;
}

.icon {
  width: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-size: 3.5rem;
  line-height: 4rem;
  text-shadow: 0 0 3px #000, 0 0 12px rgba(0, 0, 0, 0.43);
}

.paddlock {
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-left: 10px;
  background-image: url('../images/Candado-Close-Black.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.65;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

.paddlock:hover {
  background-image: url('../images/Candado-Open-Cian.svg');
  opacity: 0.8;
}

.div-block-20 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 28px;
  height: 28px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-21 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 28px;
  height: 28px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.set-point {
  display: inline-block;
  height: 28px;
  padding-top: 3px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.set-point.number {
  padding-right: 18px;
  padding-left: 18px;
}

.data-device {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  height: 100%;
  margin-right: -18px;
  padding-right: 18px;
  padding-bottom: 100px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.data-device.secondary {
  overflow: visible;
  height: auto;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.data-device.full-width {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.main-section {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  bottom: 0px;
  display: block;
  width: 100%;
  height: 100vh;
  min-width: 80%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #262626;
}

.lateral-menu {
  position: static;
  top: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  max-width: 320px;
  min-height: 100vh;
  min-width: 280px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.menu-up-mobile {
  display: none;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.menu-down-mobile {
  position: relative;
  display: none;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.dropdown-link {
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

.dropdown-link:hover {
  padding-left: 30px;
  background-color: #e8e8e8;
}

.title-sheet {
  padding: 40px;
  font-family: Akzidenzgroteskbq;
  font-size: 2rem;
  font-weight: 700;
}

.sub-title-sheet {
  display: inline-block;
}

.div-block-28 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.unit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 25px;
  padding-left: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-29 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.ch5-toggle {
  width: 46px;
  height: 28px;
  margin-left: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 14px;
  background-color: #494a4a;
  box-shadow: inset 1px 1px 11px 0 rgba(0, 0, 0, 0.5);
  -webkit-transition: padding 200ms ease, background-color 350ms ease-in-out;
  transition: padding 200ms ease, background-color 350ms ease-in-out;
  cursor: pointer;
}

.ch5-toggle:hover {
  padding-left: 17px;
  background-color: #2db4d2;
}

.ch5-toggle:active {
  background-color: #a11f4d;
}

.ch5-toggle.on {
  padding-left: 18px;
  background-color: #dc8323;
  box-shadow: inset 1px 1px 2px 0 rgba(0, 0, 0, 0.5);
}

.ch5-toggle.disabled {
  background-color: #dbdbdb;
  box-shadow: none;
}

.ch5-toggle.cold {
  background-color: #2db4d2;
  box-shadow: inset 1px 1px 6px 0 rgba(0, 0, 0, 0.5);
}

.ch5-toggle.warm {
  padding-left: 18px;
  background-color: #dc8323;
  box-shadow: inset 1px 1px 6px 0 rgba(0, 0, 0, 0.5);
}

.ch5-toggle.vertical {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.ch5-toggle__handle {
  z-index: 5;
  width: 20px;
  height: 20px;
  margin: 4px;
  border-radius: 10px;
  background-image: url('../images/Slider-Button_1Slider-Button.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: -1px 1px 3px 0 rgba(0, 0, 0, 0.32), 0 0 10px 0 rgba(0, 0, 0, 0.36);
  -o-object-fit: fill;
  object-fit: fill;
}

.ch5-toggle__handle:hover {
  border-color: #ff8400;
}

.body-login {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/house-blurry.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.log-in-out {
  z-index: 1;
  display: inline-block;
  max-width: 380px;
  margin-bottom: 10px;
  padding: 20px;
  clear: left;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f8f8f8));
  background-image: linear-gradient(180deg, #f8f8f8, #f8f8f8);
  box-shadow: 0 0 20px -2px rgba(0, 0, 0, 0.45);
}

.form {
  margin-top: 20px;
}

.text-field {
  min-width: 240px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.text-field:hover {
  border-style: solid;
  border-width: 0px 0px 5px;
  border-color: transparent transparent #2db4d2 #2db4d2;
  border-radius: 6px;
  box-shadow: 0 0 9px -5px #000;
}

.slideshow {
  position: relative;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
  color: #fff;
}

.survilleance-container {
  position: relative;
  width: 100%;
  max-width: 570px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  text-align: center;
}

.survilleance-container.widget {
  max-width: none;
}

.living-room {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  padding: 60px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: linear-gradient(315deg, #3b2683, #3b2683 50%, #a11f4d);
}

.general {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.kitchen {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  padding: 60px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: linear-gradient(45deg, #2db4d2, #3b2683 50%, #3b2683);
}

.suite {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  padding: 60px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: linear-gradient(135deg, #2db4d2, #2db4d2 50%, #a11f4d);
}

.dropdown-toggle-5 {
  width: 40px;
  height: 40px;
  padding: 0px;
}

.dropdown-toggle-5.w--open {
  z-index: 11;
}

.dropdown-3 {
  z-index: 10;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.dropdown-list-5.w--open {
  left: -70px;
  top: 90px;
  z-index: 10;
  width: 180px;
  height: 40px;
  padding-top: 9px;
  padding-left: 10px;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.turn-off-all {
  display: inline-block;
  padding: 0px;
  color: #a11f4d;
  font-weight: 700;
}

.text-block-17 {
  display: inline-block;
  margin-right: 10px;
}

.dashboard-link {
  width: 24px;
  height: 24px;
  background-image: url('../images/Dashboard.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.3;
}

.dashboard-link.w--current {
  opacity: 0.5;
}

.general-controls {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  padding: 40px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.audio-video {
  overflow: hidden;
}

.video-player-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  height: 100%;
  margin-right: -19px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  background-color: #323333;
}

.content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.tiles-container {
  overflow: visible;
  padding-right: 18px;
  text-align: center;
}

.camera {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 40%;
  margin: 3px 5px;
  background-color: #323333;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.53);
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

.camera:hover {
  box-shadow: 0 0 16px -4px #000;
}

.camera.widget {
  width: 120px;
  height: 65px;
  margin: 5px 10px;
}

.color-wheel-icon {
  width: 28px;
  margin-left: 10px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 14px;
  box-shadow: 0 0 6px -1px rgba(0, 0, 0, 0.53);
}

.cross-navigation {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 180px;
  height: 180px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 110px;
  background-color: #282929;
  box-shadow: 1px 1px 6px 0 #000, inset 14px 14px 64px 0 #494a4a, inset 1px 1px 3px 0 #b8b7b7;
}

.cross-ok {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #494a4a;
  border-radius: 40px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.87);
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #fff;
  text-shadow: 1px 1px 12px #000;
}

.cross-ok:hover {
  box-shadow: 0 0 36px 0 rgba(45, 180, 210, 0.8), inset 1px 1px 20px 2px rgba(0, 0, 0, 0.51), 0 0 5px 0 rgba(0, 0, 0, 0.87);
}

.ok-text {
  position: static;
  display: inline;
}

.cross-left {
  position: absolute;
  left: 5%;
  top: 81px;
  right: auto;
  bottom: auto;
  width: 15px;
  height: 20px;
  -webkit-transition: text-shadow 350ms ease;
  transition: text-shadow 350ms ease;
  font-size: 2.3rem;
  text-shadow: -2px 0 8px #000;
}

.cross-left:hover {
  color: #b8b7b7;
  text-shadow: 0 0 16px #2db4d2, -2px 0 8px rgba(0, 0, 0, 0.22);
}

.cross-right {
  position: absolute;
  left: auto;
  top: 81px;
  right: 5%;
  bottom: auto;
  width: 15px;
  height: 20px;
  -webkit-transition: text-shadow 350ms ease;
  transition: text-shadow 350ms ease;
  font-size: 2.3rem;
  text-shadow: 2px 0 8px #000;
}

.cross-right:hover {
  color: #b8b7b7;
  text-shadow: 0 0 16px #2db4d2, 2px 0 8px rgba(0, 0, 0, 0.22);
}

.cross-up {
  position: absolute;
  left: 82px;
  top: 5%;
  right: auto;
  bottom: auto;
  width: 15px;
  height: 20px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: text-shadow 350ms ease;
  transition: text-shadow 350ms ease;
  font-size: 2.3rem;
  text-shadow: 0 -2px 8px #000;
}

.cross-up:hover {
  color: #b8b7b7;
  text-shadow: 0 0 16px #2db4d2, 0 -2px 8px rgba(0, 0, 0, 0.22);
}

.cross-down {
  position: absolute;
  left: auto;
  top: auto;
  right: 82px;
  bottom: 5%;
  width: 15px;
  height: 20px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  font-size: 2.3rem;
  text-shadow: 0 2px 8px #000;
}

.cross-down:hover {
  color: #b8b7b7;
  text-shadow: 0 0 16px #2db4d2, 0 2px 8px rgba(0, 0, 0, 0.22);
}

.numpad {
  position: static;
  left: 20px;
  right: 20px;
  bottom: 160px;
  z-index: 1;
  display: -ms-grid;
  display: grid;
  width: 195px;
  margin-bottom: 10px;
  padding: 5px;
  clear: left;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#282929), to(#282929));
  background-image: linear-gradient(180deg, #282929, #282929);
  box-shadow: 0 0 6px -2px rgba(0, 0, 0, 0.45);
}

.numpad.full {
  width: auto;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
  text-align: center;
}

.text-button {
  font-size: 0.9rem;
  line-height: 1rem;
  font-weight: 700;
}

.text-button.light {
  font-weight: 500;
  text-transform: uppercase;
}

.text-button.light.spaced {
  margin-right: 10px;
}

.text-span-3 {
  font-size: 0.65rem;
  font-weight: 400;
  text-transform: uppercase;
}

.channel-list {
  z-index: 1;
  display: block;
  overflow: auto;
  height: 620px;
  max-width: 480px;
  min-width: 320px;
  margin-right: -19px;
  padding-top: 10px;
  padding-bottom: 10px;
  clear: left;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#282929), to(#282929));
  background-image: linear-gradient(180deg, #282929, #282929);
  box-shadow: 0 0 6px -2px rgba(0, 0, 0, 0.45);
  text-align: center;
}

.logo-channel {
  width: auto;
  height: 75%;
  margin-right: 5px;
  margin-left: 5px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/La-Sexta.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

.logo-channel:hover {
  height: 95%;
}

.logo-channel.warner {
  background-image: url('../images/warner-channel.svg');
}

.logo-channel.history {
  background-image: url('../images/history-channel-1.svg');
}

.logo-channel.travel {
  background-image: url('../images/travel-channel.svg');
}

.logo-channel.discovery {
  background-image: url('../images/discovery-channel-4.svg');
}

.logo-channel.national-geographic {
  background-image: url('../images/national-geographic-channel.svg');
}

.logo-channel.nickelodeon {
  background-image: url('../images/nickelodeon-2.svg');
}

.logo-channel.disney {
  background-image: url('../images/disney-channel-2.svg');
}

.logo-channel.sky-news {
  background-image: url('../images/skynews.svg');
}

.logo-channel.cnn {
  background-image: url('../images/cnn-logo.svg');
}

.logo-channel.hallmark {
  background-image: url('../images/hallmark-channel.svg');
}

.logo-channel.arte {
  background-image: url('../images/arte-1.svg');
}

.logo-channel.canal {
  background-image: url('../images/canal-1.svg');
}

.logo-channel.al-jazeera {
  background-image: url('../images/Aljazeera.svg');
}

.logo-channel.dmax {
  background-image: url('../images/DMAX.svg');
}

.logo-channel.axn {
  background-image: url('../images/axn.svg');
}

.logo-channel.divinity {
  background-image: url('../images/divinity.svg');
}

.logo-channel.fashion {
  background-image: url('../images/Fashion-TV.svg');
}

.logo-channel.mtv {
  background-image: url('../images/MTV.svg');
}

.logo-channel.mezzo {
  background-image: url('../images/mezzo.svg');
}

.logo-channel.vh1 {
  background-image: url('../images/vh1-seeklogo.svg');
}

.logo-channel.tnt {
  background-image: url('../images/TNT.svg');
}

.logo-channel.cuatro {
  background-image: url('../images/cuatro.svg');
}

.logo-channel.fox-sports {
  background-image: url('../images/Fox-Sports.svg');
}

.channel-name {
  overflow: hidden;
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #fff;
  box-shadow: 0 0 4px 0 #000;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #000;
  font-size: 0.7rem;
  letter-spacing: -0.5px;
}

.channel-name:hover {
  background-color: #494a4a;
  color: #fff;
}

.text-block-18 {
  color: #fff;
}

.icon-2 {
  width: 15px;
  height: 15px;
  background-image: url('../images/Arrow-Slider-White-Prev.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  color: #fff;
}

.container-channels {
  overflow: hidden;
  border-radius: 6px;
  box-shadow: 1px 1px 36px -8px #000;
}

.channels-list {
  width: 100%;
  margin-top: 20px;
}

.dropdown-list-6 {
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  overflow: auto;
  background-color: transparent;
}

.dropdown-list-6.w--open {
  left: auto;
  top: auto;
  right: 0%;
  bottom: 43px;
  border-style: solid;
  border-width: 1px;
  border-color: #494a4a;
  box-shadow: 1px 1px 36px -8px #000;
}

.media {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.media.center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 320px;
  padding-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.media.left {
  position: relative;
  max-width: 320px;
  min-width: 280px;
  margin-right: 20px;
  padding-top: 20px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.volume {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.volume._320-h {
  width: 30px;
  height: 210px;
  padding: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.v-scale {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 8px;
  height: auto;
  margin-top: 2px;
  margin-left: 2px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.mini-v {
  width: 8px;
  height: 1px;
  background-color: #b8b7b7;
}

.mili-v {
  width: 5px;
  height: 1px;
  background-color: #b8b7b7;
}

.title-function {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -5px;
  color: #b8b7b7;
  font-size: 1rem;
  text-align: center;
  text-shadow: 1px 1px 3px #000;
}

.title-function.normal {
  position: static;
}

.volume-channel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.channelpad {
  position: static;
  left: 20px;
  right: 20px;
  bottom: 160px;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  padding: 5px;
  clear: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#282929), to(#282929));
  background-image: linear-gradient(180deg, #282929, #282929);
  box-shadow: 0 0 6px -2px rgba(0, 0, 0, 0.45);
}

.chup {
  display: inline-block;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  font-size: 2rem;
}

.chdown {
  display: inline-block;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  font-size: 2rem;
}

.funcion-colors {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

.button-red {
  width: 60px;
  height: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #000;
  border-radius: 3px;
  background-color: #940000;
  box-shadow: 1px 1px 6px 0 #000, inset 1px 1px 4px 0 #e94343, inset 0 0 3px 0 #000;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

.button-red:hover {
  box-shadow: inset 5px 5px 12px 5px hsla(0, 0%, 100%, 0.38), 1px 1px 6px 0 #000, inset 1px 1px 4px 0 #e94343, inset 0 0 3px 0 #000;
}

.button-green {
  width: 60px;
  height: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #000;
  border-radius: 3px;
  background-color: #268b01;
  box-shadow: 1px 1px 6px 0 #000, inset 1px 1px 4px 0 #96e943, inset 0 0 3px 0 #000;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

.button-green:hover {
  box-shadow: inset 5px 5px 12px 5px hsla(0, 0%, 100%, 0.38), 1px 1px 6px 0 #000, inset 1px 1px 4px 0 #96e943, inset 0 0 3px 0 #000;
}

.button-yellow {
  width: 60px;
  height: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #000;
  border-radius: 3px;
  background-color: #ceb007;
  box-shadow: 1px 1px 6px 0 #000, inset 1px 1px 4px 0 #ffe9c2, inset 0 0 3px 0 #000;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

.button-yellow:hover {
  box-shadow: inset 5px 5px 12px 5px hsla(0, 0%, 100%, 0.38), 1px 1px 6px 0 #000, inset 1px 1px 4px 0 #feffd4, inset 0 0 3px 0 #000;
}

.button-blue {
  width: 60px;
  height: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #000;
  border-radius: 3px;
  background-color: #08349c;
  box-shadow: 1px 1px 6px 0 #000, inset 1px 1px 4px 0 #436fe9, inset 0 0 3px 0 #000;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

.button-blue:hover {
  box-shadow: inset 5px 5px 12px 5px hsla(0, 0%, 100%, 0.38), 1px 1px 6px 0 #000, inset 1px 1px 4px 0 #438be9, inset 0 0 3px 0 #000;
}

.tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.source-menu {
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 360px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #323333;
  box-shadow: 1px 1px 11px 0 rgba(0, 0, 0, 0.46);
}

.multimedia-tab {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.controls {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  background-color: #323333;
  color: #323333;
}

.source {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, hsla(0, 0.7%, 72%, 0.01), transparent 78%);
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

.source:hover {
  padding-right: 15px;
  padding-left: 15px;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, hsla(0, 0.7%, 72%, 0.15), transparent 78%);
}

.source.w--current {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  border-right: 5px solid #2db4d2;
  background-color: transparent;
  background-image: radial-gradient(circle closest-corner at 50% 50%, rgba(73, 74, 74, 0.73), transparent);
  box-shadow: 0 0 12px -3px #2db4d2;
}

.turn-on-off-device {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 10px 10px 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #282929;
  text-align: center;
}

.devices-on-off {
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding: 5px;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#282929), to(#282929));
  background-image: linear-gradient(180deg, #282929, #282929);
  box-shadow: 0 0 6px -2px rgba(0, 0, 0, 0.45);
  color: #fff;
}

.cover {
  padding-bottom: 100%;
  border-style: solid;
  border-width: 1px;
  border-color: #323333;
  border-radius: 4px;
  background-image: url('../images/Alanis-Morrisette.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 0 4px 0 #000;
}

.list {
  overflow: auto;
  margin-right: -19px;
  margin-bottom: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 30px;
  background-image: url('../images/Dots-Array.png');
  background-position: 0% 0%;
  background-size: 1000px;
  color: #fff;
}

.list-item {
  margin-right: 19px;
  padding-left: 5px;
}

.list-item:hover {
  background-color: rgba(45, 180, 210, 0.23);
}

.list-item:active {
  background-color: rgba(0, 0, 0, 0.46);
  box-shadow: 0 0 4px 0 #2db4d2;
}

.playlist {
  overflow: hidden;
  margin-top: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #494a4a;
  border-radius: 4px;
  box-shadow: 0 0 4px 0 #000;
}

.text-block-19 {
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 5px;
  background-color: #282929;
  color: #fff;
  text-align: right;
}

.source-selector {
  display: none;
  width: 28px;
  height: 28px;
  border-radius: 18px;
  background-color: #282929;
  box-shadow: inset 5px 5px 11px 0 hsla(0, 0.7%, 72%, 0.31), inset 1px 1px 3px 0 hsla(0, 0.7%, 72%, 0.52), 1px 1px 6px 0 #000;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

.source-selector:hover {
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.5);
}

.picture-cam-01 {
  width: 100%;
  height: 100%;
}

.title-camera {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 5px;
  z-index: 2;
  text-shadow: 0 0 4px #000;
}

.title-camera.widget {
  bottom: 0px;
  font-size: 0.9rem;
}

.bkd-camera-01 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  background-image: url('../images/Bedroom-01.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-filter: blur(2px);
  filter: blur(2px);
}

.bkd-camera-01:hover {
  -webkit-filter: blur(0px);
  filter: blur(0px);
}

.lightbox-link {
  position: relative;
  z-index: 2;
}

.picture-cam-02 {
  width: 100%;
  height: 100%;
}

.function {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.device-container-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  background-color: #fff;
}

.device-container-2.inverted {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.h2-title {
  display: inline-block;
  font-family: 'Josefin Sans', sans-serif;
  color: #494a4a;
  font-size: 6rem;
  line-height: 3rem;
  font-weight: 100;
  text-transform: uppercase;
}

.h2-title.space {
  margin-bottom: 20px;
  font-family: Akzidenzgrotesk, sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  text-transform: none;
}

.functions-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 60px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.spacer._20 {
  width: 320px;
  height: 53px;
}

@media screen and (min-width: 1920px) {
  .data-container {
    max-width: 90%;
    min-width: 630px;
  }

  .tile.survilleance {
    max-width: 904px;
  }

  .survilleance-container {
    max-width: 640px;
  }
}

@media screen and (max-width: 991px) {
  .brand {
    width: 160px;
    height: auto;
    margin-top: auto;
    margin-bottom: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .brand.login {
    margin-top: 0px;
  }

  .main-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    margin-top: 0px;
    margin-right: 40px;
  }

  .imagotipo {
    width: 30px;
    margin-right: 10px;
  }

  .estudio-aureo {
    width: auto;
    font-size: 1rem;
    line-height: 1rem;
  }

  .dropdown-toggle {
    margin-bottom: 5px;
  }

  .dropdown-toggle.w--open {
    border-top: 0px none transparent;
    border-bottom: 0px none transparent;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#eee), to(#fff));
    background-image: linear-gradient(0deg, #eee, #fff);
  }

  .dropdown-list.w--open {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    background-color: #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e6e6e6), to(#fff));
    background-image: linear-gradient(180deg, #e6e6e6, #fff);
    box-shadow: 0 -9px 9px -1px rgba(0, 0, 0, 0.34);
    -webkit-transition: all 350ms ease;
    transition: all 350ms ease;
  }

  .main-area {
    width: 120px;
  }

  .dropdown-selector {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 350ms ease;
    transition: all 350ms ease;
  }

  .dropdown-selector:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#fff));
    background-image: linear-gradient(180deg, #ebebeb, #fff);
    color: #2db4d2;
  }

  .dropdown-selector.w--open {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#fff));
    background-image: linear-gradient(180deg, #ebebeb, #fff);
  }

  .dropdown-menu.w--open {
    position: absolute;
    right: 0px;
    min-width: 320px;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#ebebeb), to(#fff)), -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#fff));
    background-image: linear-gradient(0deg, #ebebeb, #fff), linear-gradient(180deg, #ebebeb, #fff);
  }

  .area {
    padding-left: 30px;
  }

  .dropdown-text {
    text-align: center;
  }

  .data-container {
    position: static;
    overflow: hidden;
    max-width: 951px;
    min-width: 728px;
  }

  .data-container.living {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .notification-text {
    font-size: 1rem;
    font-weight: 400;
  }

  .notifications-bar {
    position: fixed;
    left: 0%;
    top: 50px;
    right: 0%;
    bottom: auto;
    z-index: 10;
    overflow: hidden;
    height: 40px;
  }

  .hack9-custom-nav {
    position: fixed;
    border-radius: 0px;
  }

  .hack9-custom-dot {
    min-width: 95px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .category-name._15 {
    margin-bottom: 15px;
  }

  .drag.llave {
    width: 40px;
    height: 24px;
  }

  .drag.llave:hover {
    width: 40px;
    padding-left: 18px;
  }

  .drag.cold---warm {
    width: 40px;
    height: 24px;
  }

  .drag.cold---warm:hover {
    width: 40px;
  }

  .drag.llave-small {
    margin-right: 30px;
  }

  .slider-button.llave {
    width: 16px;
    height: 16px;
  }

  .slider-button.vertical {
    width: 16px;
    height: 16px;
  }

  .block-on-off._320 {
    width: 380px;
  }

  .minus-sign {
    width: 12px;
    height: 3px;
  }

  .more-sign-01 {
    width: 12px;
    height: 3px;
  }

  .more-sign-02 {
    left: 10.4px;
    top: 6px;
    width: 3px;
    height: 12px;
  }

  .up {
    width: 24px;
    height: 24px;
  }

  .close {
    width: 24px;
    height: 24px;
  }

  .pause {
    width: 24px;
    height: 24px;
  }

  .button.mood {
    clear: left;
  }

  .button.number {
    clear: left;
  }

  .button.channel {
    clear: left;
  }

  .button.channel-up {
    clear: left;
  }

  .button.channel-down {
    clear: left;
  }

  .button.channel-down {
    clear: left;
  }

  .button.extra {
    clear: left;
  }

  .all-off-button.rotated {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  .block-playback {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .right-arrow {
    opacity: 0.2;
    -webkit-transition: opacity 350ms ease;
    transition: opacity 350ms ease;
  }

  .right-arrow:hover {
    opacity: 1;
  }

  .left-arrow {
    opacity: 0.2;
    -webkit-transition: opacity 350ms ease;
    transition: opacity 350ms ease;
  }

  .left-arrow:hover {
    opacity: 1;
  }

  .illustration.lights {
    width: 42%;
  }

  .illustration.ilumination {
    display: inline-block;
    width: 25%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .illustration.curtains {
    background-position: 100% 50%;
  }

  .illustration.survilleance {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .grey-column {
    width: 8%;
  }

  .grey-column._15 {
    width: 5%;
  }

  .grey-column._5 {
    display: inline-block;
  }

  .draggable.lights {
    width: 140px;
  }

  .draggable.secondary-lights {
    width: 140px;
  }

  .scenes-container.dark {
    position: relative;
    bottom: auto;
    margin-top: 40px;
  }

  .tile.climate {
    max-width: none;
  }

  .tile.survilleance {
    max-width: none;
  }

  .controls-container.half {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .dashboard-container {
    padding-top: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .logo-media.widget {
    width: 40%;
  }

  .menu-down {
    position: absolute;
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: none;
  }

  .menu-up {
    display: none;
    height: 50px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .dependency {
    bottom: -26px;
    font-size: 8vw;
    line-height: 9vw;
  }

  .tab {
    padding-right: 20px;
    padding-left: 20px;
    background-color: #b8b7b7;
  }

  .tab.w--current {
    padding-right: 20px;
    padding-left: 20px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .div-block-20 {
    width: 24px;
    height: 24px;
  }

  .div-block-21 {
    width: 24px;
    height: 24px;
  }

  .data-device {
    width: 100%;
    margin-right: 0px;
    padding-right: 10px;
    padding-bottom: 0px;
  }

  .lateral-menu {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 10;
    width: 100vw;
    height: 50px;
    max-width: none;
    min-height: auto;
    min-width: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    background-color: #fff;
  }

  .menu-up-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .menu-down-mobile {
    display: block;
    width: 50px;
    height: 50px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .menu-dropdown {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
  }

  .menu-dropdown.w--open {
    top: 50px;
    width: 280px;
    padding-right: 20px;
    padding-left: 20px;
    border-bottom: 5px solid #2db4d2;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    background-color: #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#fff));
    background-image: linear-gradient(180deg, #f0f0f0, #fff);
    box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.49);
  }

  .menu-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50px;
    height: 50px;
    padding: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-27 {
    width: 24px;
    height: 3px;
    margin-top: 2px;
    margin-bottom: 2px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: #494a4a;
  }

  .user-submenu:hover {
    background-color: #e8e8e8;
  }

  .burguer-mobile {
    width: 50px;
    height: 50px;
  }

  .ch5-toggle:hover {
    padding-left: 17px;
  }

  .body-login {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .slideshow {
    height: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .living-room {
    padding-top: 110px;
    padding-bottom: 90px;
  }

  .kitchen {
    padding-top: 110px;
    padding-bottom: 90px;
  }

  .suite {
    padding-top: 110px;
    padding-bottom: 90px;
  }

  .general-controls {
    height: 100vh;
    padding-top: 110px;
    padding-bottom: 90px;
  }

  .video-player-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }

  .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .text-button.light.spaced {
    margin-right: 10px;
  }

  .media.center {
    padding-bottom: 40px;
  }

  .media.left {
    width: 320px;
    margin-right: 0px;
    padding-right: 0px;
    padding-left: 0px;
    clear: right;
  }

  .turn-on-off-device {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .device-container-2.inverted {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .functions-container {
    display: inline-block;
    overflow: auto;
    margin-right: -18px;
    padding-top: 40px;
    padding-right: 38px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }
}

@media screen and (max-width: 767px) {
  .brand {
    display: none;
  }

  .brand.login {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .dropdown-selector {
    padding: 0px;
  }

  .dropdown-selector:hover {
    padding: 0px;
  }

  .dropdown-selector.w--open {
    border-radius: 0px;
  }

  .dropdown-menu {
    left: 0px;
  }

  .dropdown-menu.w--open {
    left: -109px;
  }

  .dropdown-menu.house.w--open {
    left: 0px;
    right: auto;
  }

  .dropdown-menu.garden.w--open {
    left: -100px;
    right: auto;
  }

  .dropdown-menu.pool.w--open {
    left: -200px;
    right: auto;
  }

  .dropdown-text {
    width: 100%;
    height: 100%;
    padding-top: 15px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-transition: padding 350ms ease;
    transition: padding 350ms ease;
  }

  .dropdown-text:hover {
    padding-top: 10px;
  }

  .data-container {
    max-width: 727px;
    min-width: 440px;
  }

  .notification-text {
    font-size: 0.8rem;
  }

  .hack9-custom-dot.active {
    min-width: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .device-title {
    display: none;
  }

  .button.dark {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .device-container {
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .illustration.ilumination {
    width: 100%;
    height: 160px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .illustration.curtains {
    width: 100%;
    height: 120px;
  }

  .illustration.climate {
    width: 100%;
    height: 120px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .illustration.doors {
    width: 100%;
    height: 180px;
    background-position: 0% 38%;
    background-size: auto;
  }

  .illustration.survilleance {
    width: 100%;
    height: 180px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .title-funcion.space {
    margin-top: 0px;
    font-weight: 700;
  }

  .grey-column {
    position: static;
    width: 100%;
    height: 40px;
  }

  .grey-column._15 {
    width: 100%;
    height: 40px;
  }

  .grey-column._5 {
    width: 100%;
  }

  .tile.survilleance {
    height: auto;
    min-height: 260px;
  }

  .dependency {
    bottom: -22px;
    line-height: 9vw;
    letter-spacing: -3px;
  }

  .tab {
    padding-right: 10px;
    padding-left: 10px;
    text-align: center;
  }

  .tab.w--current {
    padding-right: 10px;
    padding-left: 10px;
  }

  .text-block-14 {
    font-size: 1rem;
  }

  .text-submenu {
    font-size: 1rem;
  }

  .data-device {
    overflow: hidden;
    width: auto;
    height: auto;
    padding-bottom: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .data-device.full-width {
    padding-top: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .video-player-wrapper {
    padding-left: 10px;
  }

  .media.left {
    width: auto;
  }

  .device-container-2 {
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .device-container-2.inverted {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .functions-container {
    display: block;
    width: auto;
    margin-right: -18px;
    padding-right: 20px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }
}

@media screen and (max-width: 479px) {
  .brand {
    display: none;
    width: auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .brand.login {
    max-width: 360px;
  }

  .main-area {
    position: static;
    width: 80px;
  }

  .dropdown-selector:hover {
    color: #2db4d2;
  }

  .dropdown-menu {
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
  }

  .dropdown-menu.w--open {
    position: absolute;
    top: 50px;
    width: 100vw;
  }

  .dropdown-menu.house {
    right: 0%;
  }

  .dropdown-menu.garden.w--open {
    left: 0px;
    right: 0px;
  }

  .dropdown-menu.pool.w--open {
    left: 0px;
    right: 0px;
  }

  .area {
    padding-left: 40px;
  }

  .data-container {
    position: relative;
    height: auto;
    max-width: 439px;
    min-width: 200px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    border-radius: 6px;
    box-shadow: inset 0 0 160px 0 rgba(0, 0, 0, 0.35);
  }

  .data-container.living {
    padding-top: 0px;
    padding-bottom: 0px;
    border-radius: 6px;
  }

  .hour {
    margin-right: 5px;
    font-size: 0.8rem;
  }

  .date-container {
    width: auto;
    padding-right: 5px;
    padding-left: 5px;
  }

  .notification-text {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 0.8rem;
  }

  .notifications {
    padding-right: 5px;
    padding-left: 10px;
  }

  .date {
    font-size: 0.8rem;
  }

  .notifications-bar {
    height: 30px;
  }

  .mic {
    position: relative;
    z-index: 2;
    padding-right: 10px;
    background-color: #494a4a;
    box-shadow: 0 0 3px 0 #000;
    opacity: 1;
  }

  .warning-icon {
    width: 15px;
    max-width: none;
  }

  .hack9-custom-nav {
    height: 60px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .hack9-custom-dot {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    min-width: auto;
    padding-top: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .hack9-custom-dot.w--current {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
  }

  .device-title {
    display: none;
  }

  .category-name.masonry {
    margin-bottom: 0px;
    font-size: 2rem;
  }

  .drag.llave-small {
    margin-right: 40px;
  }

  .name-function.absolute {
    position: absolute;
    left: 10px;
    top: 0%;
    right: auto;
    bottom: auto;
  }

  .block-on-off._250 {
    width: 100%;
  }

  .block-on-off._320 {
    width: 100%;
  }

  .block-on-off._320:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0.7%, 72%, 0.22)), to(hsla(0, 0.7%, 72%, 0.22)));
    background-image: linear-gradient(180deg, hsla(0, 0.7%, 72%, 0.22), hsla(0, 0.7%, 72%, 0.22));
  }

  .block-on-off._360 {
    width: 100%;
    padding: 15px 10px 0px;
  }

  .block-on-off._360:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0.7%, 72%, 0.22)), to(hsla(0, 0.7%, 72%, 0.22)));
    background-image: linear-gradient(180deg, hsla(0, 0.7%, 72%, 0.22), hsla(0, 0.7%, 72%, 0.22));
  }

  .button.dark {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .button.number {
    width: 45px;
  }

  .button.channel-up {
    width: 45px;
  }

  .button.channel-down {
    width: 45px;
  }

  .button.extra {
    min-width: 85px;
  }

  .block-playback.big {
    padding-right: 0px;
    padding-left: 0px;
  }

  .multimedia.next {
    margin-right: 8px;
    margin-left: 8px;
  }

  .multimedia.play {
    margin-right: 8px;
    margin-left: 8px;
  }

  .multimedia.stop {
    margin-right: 8px;
    margin-left: 8px;
  }

  .multimedia.repeat {
    margin-right: 8px;
    margin-left: 8px;
  }

  .multimedia.prev {
    margin-right: 8px;
    margin-left: 8px;
  }

  .dashboard {
    width: auto;
    height: auto;
  }

  .mask {
    height: auto;
  }

  .blinds {
    width: 100%;
  }

  .device-container {
    height: auto;
    padding-top: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .device-container.inverted {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    background-color: transparent;
  }

  .device-container.clima {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    background-color: transparent;
  }

  .illustration {
    width: auto;
    height: 120px;
  }

  .illustration.weather {
    width: auto;
  }

  .illustration.lights {
    width: auto;
  }

  .illustration.ilumination {
    width: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .illustration.curtains {
    width: auto;
  }

  .illustration.climate {
    width: auto;
  }

  .illustration.doors {
    width: auto;
  }

  .illustration.survilleance {
    width: auto;
    height: 120px;
  }

  .illustration.cover.small {
    width: 100%;
    background-position: 50% 0%;
  }

  .illustration.eye {
    width: auto;
  }

  .title-funcion {
    font-size: 2rem;
  }

  .grey-column {
    width: auto;
    height: 40px;
  }

  .grey-column._20 {
    width: auto;
    height: 40px;
  }

  .grey-column._5 {
    width: auto;
    height: 40px;
  }

  .text-span-2 {
    font-size: 2rem;
  }

  .draggable.lights {
    width: 100%;
    height: auto;
    margin-right: 10px;
    margin-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .draggable._320 {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }

  .draggable.secondary-lights {
    width: 100%;
    height: auto;
    margin-right: 10px;
    margin-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .scenes-container.dark {
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .tile {
    min-width: 200px;
  }

  .tile.doors {
    width: 100%;
    height: auto;
    max-width: 360px;
    min-height: auto;
    min-width: 210px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .tile._03 {
    width: 100%;
    height: auto;
    max-width: 360px;
    min-width: 210px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .tile.climate {
    width: 100%;
    height: auto;
    max-width: 360px;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .tile.lights {
    width: 100%;
    height: auto;
    max-width: 360px;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .tile.audio-video {
    width: 100%;
    height: auto;
    max-width: 360px;
    min-width: 210px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .tile.survilleance {
    width: 100%;
    height: auto;
    max-width: 360px;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .tile.blinds-curtains {
    width: 100%;
    height: auto;
    max-width: 360px;
    min-width: 210px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .dashboard-container {
    overflow: visible;
    width: 100%;
    margin-right: 0px;
    padding-top: 60px;
  }

  .all-off {
    display: none;
  }

  .logo-media.prime {
    background-size: contain;
  }

  .menu-up {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 115;
    padding-right: 0px;
    padding-left: 0px;
    background-color: #fff;
  }

  .dependency {
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    z-index: 2;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 10px;
    color: #fff;
    font-size: 2rem;
    line-height: 2rem;
    text-align: center;
    letter-spacing: -1px;
  }

  .tab {
    padding-right: 20px;
    padding-left: 20px;
  }

  .lights {
    width: 100%;
  }

  .climate {
    width: 100%;
  }

  .paddlock {
    display: inline-block;
    margin-left: 10px;
  }

  .data-device {
    width: auto;
    height: auto;
    padding-top: 40px;
    padding-bottom: 0px;
  }

  .data-device.full-width {
    background-color: transparent;
  }

  .lateral-menu {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .menu-up-mobile {
    z-index: 115;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-color: #fff;
  }

  .menu-down-mobile {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .menu-dropdown {
    width: 100vw;
  }

  .menu-dropdown.w--open {
    position: absolute;
    left: auto;
    top: 50px;
    right: 0%;
    bottom: auto;
    width: 100vw;
    box-shadow: inset 0 10px 8px -12px #000, 0 8px 8px 0 rgba(0, 0, 0, 0.49);
  }

  .menu-button {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .burguer-mobile {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    width: 50px;
    height: 50px;
  }

  .log-in-out {
    max-width: 360px;
  }

  .text-field {
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
  }

  .slideshow {
    height: 100%;
    background-color: transparent;
  }

  .survilleance-container {
    width: auto;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .survilleance-container.widget {
    margin-bottom: 20px;
  }

  .living-room {
    height: auto;
    padding: 100px 10px 70px;
  }

  .kitchen {
    height: auto;
    padding: 100px 10px 70px;
  }

  .suite {
    height: auto;
    padding: 100px 10px 70px;
  }

  .general-controls {
    height: auto;
    padding: 100px 10px 70px;
    background-image: linear-gradient(225deg, #3b2683, #a11f4d);
  }

  .audio-video {
    position: relative;
  }

  .video-player-wrapper {
    padding-right: 30px;
    padding-left: 10px;
  }

  .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .tiles-container {
    padding-right: 0px;
  }

  .camera {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }

  .color-wheel-icon {
    height: 28px;
    margin-left: 0px;
  }

  .numpad.full {
    padding-right: 10px;
    padding-left: 10px;
  }

  .channel-list {
    min-width: 200px;
  }

  .media.center {
    width: 100%;
    max-width: 439px;
    min-width: 200px;
    padding-bottom: 60px;
  }

  .media.left {
    width: 100%;
    max-width: 419px;
    min-width: auto;
    margin-right: 0px;
  }

  .source-menu {
    width: 0px;
    -webkit-perspective-origin: 0% 50%;
    perspective-origin: 0% 50%;
    -webkit-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
  }

  .controls {
    min-height: 0px;
    padding-top: 60px;
  }

  .source.w--current {
    padding-right: 0px;
    padding-left: 0px;
  }

  .text-block-21 {
    display: block;
    text-align: center;
  }

  .source-selector {
    position: fixed;
    left: auto;
    top: 200px;
    right: 12px;
    bottom: auto;
    z-index: 1001;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 55px;
    height: 55px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 1px;
    border-color: #323333;
    border-radius: 30px;
    box-shadow: 0 0 8px 0 #2db4d2, inset 5px 5px 11px 0 hsla(0, 0.7%, 72%, 0.31), inset 1px 1px 3px 0 hsla(0, 0.7%, 72%, 0.52), 1px 1px 3px 0 #000;
    color: #b8b7b7;
    font-size: 1rem;
    letter-spacing: 0.5px;
    cursor: pointer;
  }

  .function {
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .color-picker {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .device-container-2 {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .device-container-2.inverted {
    padding-top: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    background-color: transparent;
  }

  .h2-title {
    font-size: 5rem;
  }

  .functions-container {
    overflow: hidden;
    margin-right: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
}

#w-node-b156cae4-31b7-0c08-738d-2b192e2d193f-2e2d18c2 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-b156cae4-31b7-0c08-738d-2b192e2d1941-2e2d18c2 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-b156cae4-31b7-0c08-738d-2b192e2d1943-2e2d18c2 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-b156cae4-31b7-0c08-738d-2b192e2d1945-2e2d18c2 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-b156cae4-31b7-0c08-738d-2b192e2d1947-2e2d18c2 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-b156cae4-31b7-0c08-738d-2b192e2d19ee-2e2d18c2 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-b156cae4-31b7-0c08-738d-2b192e2d19f0-2e2d18c2 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-b156cae4-31b7-0c08-738d-2b192e2d19f2-2e2d18c2 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-b156cae4-31b7-0c08-738d-2b192e2d19f4-2e2d18c2 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-b156cae4-31b7-0c08-738d-2b192e2d19f6-2e2d18c2 {
  -ms-grid-column-align: start;
  justify-self: start;
}

@font-face {
  font-family: 'Lintel';
  src: url('../fonts/Lintel-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Akzidenzgrotesk';
  src: url('../fonts/AkzidenzGrotesk-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Akzidenzgrotesk';
  src: url('../fonts/AkzidenzGrotesk-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Akzidenzgrotesk';
  src: url('../fonts/AkzidenzGrotesk-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}