@charset "UTF-8";
/* compass */
/* Variables */
/*Fuentes*/
/* line 5, ../sass/_base.scss */
.m-xs-top {
  margin-top: 5px;
}

/* line 9, ../sass/_base.scss */
.m-s-top {
  margin-top: 10px;
}

/* line 13, ../sass/_base.scss */
.m-mtop {
  margin-top: 15px;
}

/* line 17, ../sass/_base.scss */
.m-l-top {
  margin-top: 20px;
}

/* line 21, ../sass/_base.scss */
.m-xl-top {
  margin-top: 30px;
}

/* line 25, ../sass/_base.scss */
.m-xs-bottom {
  margin-bottom: 5px;
}

/* line 29, ../sass/_base.scss */
.m-s-bottom {
  margin-bottom: 10px;
}

/* line 33, ../sass/_base.scss */
.m-m-bottom {
  margin-top: 15px;
}

/* line 37, ../sass/_base.scss */
.m-l-bottom {
  margin-bottom: 20px;
}

/* line 41, ../sass/_base.scss */
.m-xl-bottom {
  margin-bottom: 30px;
}

/* line 45, ../sass/_base.scss */
.m-left-xs {
  margin-left: 5px;
}

/* line 49, ../sass/_base.scss */
.m-left {
  margin-left: 10px;
}

/* line 53, ../sass/_base.scss */
.m-left-l {
  margin-left: 20px;
}

/* line 57, ../sass/_base.scss */
.m-left-xl {
  margin-left: 40px;
}

/* line 61, ../sass/_base.scss */
.m-right-xs {
  margin-right: 5px;
}

/* line 65, ../sass/_base.scss */
.m-right {
  margin-right: 10px;
}

/* line 69, ../sass/_base.scss */
.m-right-l {
  margin-right: 20px;
}

/* line 73, ../sass/_base.scss */
.m-right-xl {
  margin-right: 40px;
}

/* line 77, ../sass/_base.scss */
.no-m-top {
  margin-top: 0;
}

/* line 81, ../sass/_base.scss */
.no-m-bottom {
  margin-bottom: 0;
}

/* line 85, ../sass/_base.scss */
.m-lr-s-percentaje {
  margin: 0 5%;
}

/* line 94, ../sass/_base.scss */
.no-p-top {
  padding-top: 0px;
}

/* line 98, ../sass/_base.scss */
.p-xs-top {
  padding-top: 5px;
}

/* line 102, ../sass/_base.scss */
.p-s-top {
  padding-top: 10px;
}

/* line 106, ../sass/_base.scss */
.p-m-top {
  padding-top: 15px;
}

/* line 110, ../sass/_base.scss */
.p-l-top {
  padding-top: 20px;
}

/* line 114, ../sass/_base.scss */
.p-xl-top {
  padding-top: 30px;
}

/* line 118, ../sass/_base.scss */
.p-xxl-top {
  padding-top: 40px;
}

/* line 122, ../sass/_base.scss */
.no-p-bottom {
  padding-bottom: 0px;
}

/* line 126, ../sass/_base.scss */
.p-xs-bottom {
  padding-bottom: 5px;
}

/* line 130, ../sass/_base.scss */
.p-s-bottom {
  padding-bottom: 10px;
}

/* line 134, ../sass/_base.scss */
.p-m-bottom {
  padding-bottom: 15px;
}

/* line 138, ../sass/_base.scss */
.p-l-bottom {
  padding-bottom: 20px;
}

/* line 142, ../sass/_base.scss */
.p-xl-bottom {
  padding-bottom: 30px;
}

/* line 146, ../sass/_base.scss */
.p-xxl-bottom {
  padding-bottom: 40px;
}

/* line 150, ../sass/_base.scss */
.p-left-xs {
  padding-left: 5px;
}

/* line 154, ../sass/_base.scss */
.p-left {
  padding-left: 10px;
}

/* line 158, ../sass/_base.scss */
.p-left-l {
  padding-left: 20px;
}

/* line 158, ../sass/_base.scss */
.p-left-l2 {
  padding-left: 30px;
}

/* line 162, ../sass/_base.scss */
.p-left-xl {
  padding-left: 40px;
}

/* line 166, ../sass/_base.scss */
.p-right-1px {
  padding-right: 1px;
}

/* line 170, ../sass/_base.scss */
.p-right-xs {
  padding-right: 5px;
}

/* line 174, ../sass/_base.scss */
.p-right {
  padding-right: 10px;
}

/* line 178, ../sass/_base.scss */
.p-right-l {
  padding-right: 20px;
}

/* line 182, ../sass/_base.scss */
.p-right-xl {
  padding-right: 40px;
}

/* line 186, ../sass/_base.scss */
.no-p-right {
  padding-right: 0px;
}

/* line 190, ../sass/_base.scss */
.no-p-left {
  padding-left: 0px;
}

/* line 194, ../sass/_base.scss */
.no-p-lat {
  padding-left: 0px;
  padding-right: 0px;
}

/* line 199, ../sass/_base.scss */
.no-p-lat-mob {
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 768px) {
  /* line 199, ../sass/_base.scss */
  .no-p-lat-mob {
    padding-left: none;
    padding-right: none;
  }
}

/* line 208, ../sass/_base.scss */
.p-content-xs {
  padding: 5px;
}

/* line 212, ../sass/_base.scss */
.p-content-s {
  padding: 10px;
}

/* line 216, ../sass/_base.scss */
.p-content-sm {
  padding: 20px 10px;
}

/* line 220, ../sass/_base.scss */
.p-content-m {
  padding: 15px;
}

/* line 224, ../sass/_base.scss */
.p-content-l {
  padding: 20px;
}

/* line 228, ../sass/_base.scss */
.p-content-xl {
  padding: 30px;
}

/* line 237, ../sass/_base.scss */
.lh-xs {
  line-height: 14px;
}

/* line 241, ../sass/_base.scss */
.lh-s {
  line-height: 16px;
}

/* line 245, ../sass/_base.scss */
.lh-m {
  line-height: 20px;
}

/* line 249, ../sass/_base.scss */
.lh-l {
  line-height: 22px;
}

/* line 253, ../sass/_base.scss */
.lh-xl {
  line-height: 24px;
}

/* line 262, ../sass/_base.scss */
.valign {
  vertical-align: middle;
}

/* line 266, ../sass/_base.scss */
.uppc {
  text-transform: uppercase;
}

/* line 270, ../sass/_base.scss */
.lowercase {
  text-transform: lowercase;
}

/* line 274, ../sass/_base.scss */
.fwlight {
  font-weight: lighter;
}

/* line 278, ../sass/_base.scss */
.fwnormal {
  font-weight: normal;
}

/* line 282, ../sass/_base.scss */
.fwbold {
  font-weight: bold;
}

/* line 286, ../sass/_base.scss */
.click {
  cursor: pointer;
}

/* line 290, ../sass/_base.scss */
.displayb {
  display: block;
}

/* line 294, ../sass/_base.scss */
.displayib {
  display: inline-block;
}

/* line 298, ../sass/_base.scss */
.dtable {
  display: table;
}

/* line 302, ../sass/_base.scss */
.dtablec {
  display: table-cell;
}

/* line 306, ../sass/_base.scss */
.clearb {
  clear: both;
}

/* line 310, ../sass/_base.scss */
.overfh {
  overflow: hidden;
}

/* line 314, ../sass/_base.scss */
.txt-ind {
  text-indent: -9999px !important;
}

/* line 318, ../sass/_base.scss */
.txt-c {
  text-align: center;
}

/* line 322, ../sass/_base.scss */
.txt-rg {
  text-align: right;
}

/* line 326, ../sass/_base.scss */
.txt-lf {
  text-align: left;
}

/* line 330, ../sass/_base.scss */
.txt-ellipsis {
  display: inline-block;
  width: 90%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 338, ../sass/_base.scss */
.hddn {
  display: none !important;
}

/* line 342, ../sass/_base.scss */
.visib {
  visibility: visible;
}

/* line 346, ../sass/_base.scss */
.visibhddn {
  visibility: hidden;
}

/* line 350, ../sass/_base.scss */
.nvisib {
  visibility: hidden;
  top: -9999px;
}

/* line 355, ../sass/_base.scss */
.novisib {
  visibility: hidden;
}

/* line 359, ../sass/_base.scss */
.opac {
  opacity: 1 !important;
}

/* line 364, ../sass/_base.scss */
.nopac {
  opacity: 0 !important;
}

/* line 368, ../sass/_base.scss */
.c-obj {
  margin: 0 auto !important;
}

/* line 372, ../sass/_base.scss */
.no-format {
  text-decoration: none;
  font-weight: normal;
}

/* line 377, ../sass/_base.scss */
.no-radius {
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
}

/* line 383, ../sass/_base.scss */
.n-outl {
  outline: none !important;
}

/* line 387, ../sass/_base.scss */
.br-inside {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

/* line 393, ../sass/_base.scss */
.txt-sh {
  text-shadow: 0px 1px 2px #333;
}

/* line 397, ../sass/_base.scss */
.txt-sh-m {
  text-shadow: 0px 1px 4px #333;
}

/* line 401, ../sass/_base.scss */
.txt-sh-med {
  text-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}

/* line 405, ../sass/_base.scss */
.zindex50 {
  z-index: 50;
}

/* line 409, ../sass/_base.scss */
.zindex30 {
  z-index: 30;
}

/* line 413, ../sass/_base.scss */
.zindex25 {
  z-index: 25;
}

/* line 417, ../sass/_base.scss */
.br-bottom-s {
  border-radius: 0px 0px 10px 10px;
}

/* line 425, ../sass/_base.scss */
.fleft {
  float: left;
}

/* line 429, ../sass/_base.scss */
.fright {
  float: right;
}

/* line 433, ../sass/_base.scss */
.r-pos {
  position: relative;
}

/* line 437, ../sass/_base.scss */
.a-pos {
  position: absolute;
}

/* line 441, ../sass/_base.scss */
.pos-right-center {
  right: 10px;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
}
@media (min-width: 480px) {
  /* line 441, ../sass/_base.scss */
  .pos-right-center {
    right: 20px;
  }
}

/* line 453, ../sass/_base.scss */
.pos-left-center {
  left: 10px;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
}
@media (min-width: 480px) {
  /* line 453, ../sass/_base.scss */
  .pos-left-center {
    left: 20px;
  }
}

/* line 467, ../sass/_base.scss */
.pos-center {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

/* line 475, ../sass/_base.scss */
.pos-center-bottom {
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
}

/* line 482, ../sass/_base.scss */
.pos-bottom {
  bottom: 0;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
}

/* line 489, ../sass/_base.scss */
.pb-10 {
  bottom: 10px;
}

/* line 493, ../sass/_base.scss */
.pb-20 {
  bottom: 20px;
}

/* line 497, ../sass/_base.scss */
.pb-40 {
  bottom: 40px;
}

.pb-30 {
  bottom: 30px;
}

/* line 506, ../sass/_base.scss */
.adj-pos-top-xs {
  top: 1px;
}

/* line 510, ../sass/_base.scss */
.adj-pos-top-s {
  top: 2px;
}

/* line 514, ../sass/_base.scss */
.adj-pos-top-m {
  top: 4px;
}

/* line 518, ../sass/_base.scss */
.adj-pos-top-l {
  top: 6px;
}

/* line 527, ../sass/_base.scss */
.vh100 {
  height: 100vh;
}

/* line 531, ../sass/_base.scss */
.h100 {
  height: 100%;
}

/* line 535, ../sass/_base.scss */
.hm100 {
  min-height: 100%;
}

/* line 539, ../sass/_base.scss */
.w100 {
  width: 100%;
}

/* line 543, ../sass/_base.scss */
.w100vw {
  width: 100vw;
}

/* line 547, ../sass/_base.scss */
.w90 {
  width: 90%;
}

/* line 551, ../sass/_base.scss */
.w80 {
  width: 80%;
}

/* line 555, ../sass/_base.scss */
.w80vw {
  width: 80vw;
}

/* line 559, ../sass/_base.scss */
.w70 {
  width: 69.5%;
}

/* line 563, ../sass/_base.scss */
.w45 {
  width: 45% !important;
}

/* line 567, ../sass/_base.scss */
.w33 {
  width: 33% !important;
}

/* line 571, ../sass/_base.scss */
.w30 {
  width: 30% !important;
}

/* line 575, ../sass/_base.scss */
.w20 {
  width: 20%;
}

/* line 579, ../sass/_base.scss */
.w10 {
  width: 10%;
}

/* line 583, ../sass/_base.scss */
.w49 {
  width: 49%;
}

/* line 587, ../sass/_base.scss */
.w50 {
  width: 50%;
}

/* line 594, ../sass/_base.scss */
.h100 {
  height: 100%;
}

/* line 598, ../sass/_base.scss */
.h61px {
  height: 61px !important;
}

/* line 602, ../sass/_base.scss */
.h62px {
  height: 62px !important;
}

/* line 611, ../sass/_base.scss */
.cinput-w100 {
  width: 100%;
}

/* line 615, ../sass/_base.scss */
.cinput-w90 {
  width: 90%;
}

/* line 619, ../sass/_base.scss */
.cinput-w80 {
  width: 80%;
}

/* line 623, ../sass/_base.scss */
.cinput-w75 {
  width: 74.3%;
}

/* line 627, ../sass/_base.scss */
.cinput-w70 {
  width: 70%;
}

/* line 631, ../sass/_base.scss */
.cinput-w60 {
  width: 59%;
}

/* line 635, ../sass/_base.scss */
.cinput-w50 {
  width: 100%;
}
@media (min-width: 768px) {
  /* line 635, ../sass/_base.scss */
  .cinput-w50 {
    width: 50%;
  }
}

/* line 642, ../sass/_base.scss */
.cinput-w49 {
  width: 49%;
}

/* line 646, ../sass/_base.scss */
.cinput-w40 {
  width: 40%;
}

/* line 650, ../sass/_base.scss */
.cinput-w30 {
  width: 30%;
}

/* line 654, ../sass/_base.scss */
.cinput-w25 {
  width: 25%;
}

/* line 658, ../sass/_base.scss */
.cinput-w20 {
  width: 20%;
}

/* line 662, ../sass/_base.scss */
.cinput-w33 {
  width: 33%;
}

/* line 670, ../sass/_base.scss */
.fosc {
  font-family: 'Open Sans Condensed', sans-serif;
}

/* line 678, ../sass/_base.scss */
.txt-xxs {
  font-size: 0.5em;
}

/* line 682, ../sass/_base.scss */
.txt-xs {
  font-size: 0.625em;
}

/* line 686, ../sass/_base.scss */
.txt-s {
  font-size: 0.750em;
  font-size: 12px;
}

/* line 691, ../sass/_base.scss */
.txt-m {
  font-size: 0.875em;
}

/* line 696, ../sass/_base.scss */
.txt-l {
  font-size: 1.286em;
}

/* line 701, ../sass/_base.scss */
.txt-xl {
  font-size: 1.375em;
}

/* line 706, ../sass/_base.scss */
.txt-xxl {
  font-size: 1.5em;
}

/* line 711, ../sass/_base.scss */
.txt-small {
  font-size: 1.8em;
}

/* line 716, ../sass/_base.scss */
.txt-med {
  font-size: 2em;
}

/* line 721, ../sass/_base.scss */
.txt-big {
  font-size: 2.5em;
}

/* line 731, ../sass/_base.scss */
.cb-top-1 {
  border-top: 2px solid #ECF0F1;
}

/* line 735, ../sass/_base.scss */
.cb-bottom-1 {
  border-bottom: 2px solid #ECF0F1;
}

/* line 740, ../sass/_base.scss */
.cb-top-2 {
  border-top: 1px solid #D6DBDC;
}

/* line 744, ../sass/_base.scss */
.cb-top-4 {
  border-top: 1px solid rgba(239, 239, 239, 0.2);
}

/* line 748, ../sass/_base.scss */
.cb-top-corp {
  border-top: 1px solid #ffe198;
}

/* line 752, ../sass/_base.scss */
.cb-bottom-2 {
  border-bottom: 1px solid #D6DBDC;
}

/* line 756, ../sass/_base.scss */
.cb-bottom-3 {
  border-bottom: 1px solid #FFFFFF;
}

/* line 760, ../sass/_base.scss */
.cb-bottom-4 {
  border-bottom: 1px solid rgba(239, 239, 239, 0.2);
}

/* line 764, ../sass/_base.scss */
.cb-bottom-corp {
  border-bottom: 1px solid #ffe198;
}

/* line 768, ../sass/_base.scss */
.cb-left-2 {
  border-left: 1px solid #D6DBDC;
}

/* line 772, ../sass/_base.scss */
.cb-left-4 {
  border-left: 1px solid rgba(239, 239, 239, 0.2);
}

/* line 776, ../sass/_base.scss */
.cb-right-2 {
  border-right: 1px solid #D6DBDC;
}

/* line 780, ../sass/_base.scss */
.cb-right-3 {
  border-right: 1px solid #FFFFFF;
}

/* line 784, ../sass/_base.scss */
.no-border-top {
  border-top: 0px;
}

/* line 788, ../sass/_base.scss */
.no-border-bottom {
  border-bottom: 0px;
}

/* line 792, ../sass/_base.scss */
.no-border-right {
  border-right: 0px;
}

/* line 796, ../sass/_base.scss */
.no-border {
  border: 0px;
}

/* line 805, ../sass/_base.scss */
.cprimary {
  color: #E4A100;
}

/* line 809, ../sass/_base.scss */
.ctermoweb {
  color: #E4A100;
}

/* line 813, ../sass/_base.scss */
.csecondary {
  color: #F5A623;
}

/* line 817, ../sass/_base.scss */
.copposite {
  color: #C38089;
}

/* line 821, ../sass/_base.scss */
.c-contrast {
  color: #fff;
}

/* line 825, ../sass/_base.scss */
.c-succes {
  color: #2ECC71;
}

/* line 829, ../sass/_base.scss */
.c-attent {
  color: #E74C3C;
}

/* line 833, ../sass/_base.scss */
.c-screen {
  color: #688082;
}

/* line 837, ../sass/_base.scss */
.c-g100 {
  color: #000;
}

/* line 841, ../sass/_base.scss */
.c-g80 {
  color: #333;
}

/* line 845, ../sass/_base.scss */
.c-g60 {
  color: #666;
}

/* line 849, ../sass/_base.scss */
.c-g50 {
  color: #7F7F7F;
}

/* line 853, ../sass/_base.scss */
.c-g40 {
  color: #999;
}

/* line 857, ../sass/_base.scss */
.c-g30 {
  color: #B2B2B2;
}

/* line 861, ../sass/_base.scss */
.c-g20 {
  color: #CCC;
}

/* line 865, ../sass/_base.scss */
.c-g10 {
  color: #E5E5E5;
}

/* line 869, ../sass/_base.scss */
.c-bg-50_50 {
  color: rgba(239, 239, 239, 0.5);
}

/* line 873, ../sass/_base.scss */
.c-g05 {
  color: #F2F2F2;
}

/* line 877, ../sass/_base.scss */
.c-bg-10 {
  background-color: #E5E5E5;
}

/* line 881, ../sass/_base.scss */
.c-bg-contrast {
  background-color: #fff;
}

/* line 885, ../sass/_base.scss */
.c-bg-corp {
  background-color: #E4A100;
}

/* line 889, ../sass/_base.scss */
.c-bg-termoweb {
  background-color: #E4A100;
}

/* line 897, ../sass/_base.scss */
.animation-03 {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

/* line 905, ../sass/_base.scss */
.a-hddn {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

/* line 915, ../sass/_base.scss */
.a-hddn-in {
  opacity: 1;
  visibility: visible;
}

/* line 920, ../sass/_base.scss */
.a-dispn {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  height: 0px;
}

/* line 931, ../sass/_base.scss */
.a-dispn-in {
  content: inherit;
  height: auto;
  opacity: 1;
  visibility: visible;
}

/* line 938, ../sass/_base.scss */
[data-franja='30'].a-dispn {
  padding-bottom: 0px;
}

/* line 942, ../sass/_base.scss */
[data-franja='30'].a-dispn-in {
  padding-bottom: 10px;
}

/* line 947, ../sass/_base.scss */
.an-slide-fromTop {
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

/* line 960, ../sass/_base.scss */
.a-hddn-bottom {
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

/* line 972, ../sass/_base.scss */
.an-slide-ToBottom {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
}

/* line 979, ../sass/_base.scss */
.an-zoom {
  opacity: 0;
  visibility: hidden;
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}

/* line 986, ../sass/_base.scss */
.an-zoom-in {
  visibility: visible;
  animation-name: anim-open;
}

@keyframes anim-open {
  0% {
    opacity: 0;
    transform: scale3d(1.1, 1.1, 1);
  }
  100% {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
/* line 1009, ../sass/_base.scss */
.adv-aviso .adv-corp {
  background-color: #E4A100;
  color: #fff;
}

/* line 1014, ../sass/_base.scss */
.adv-aviso {
  background-color: #f2dede;
  color: #a94442;
}

/* line 1019, ../sass/_base.scss */
.adv-aviso .av-header {
  background-color: #a94442;
  color: #fff;
}

/* line 1024, ../sass/_base.scss */
.adv-info {
  background-color: #fcf8e3;
  color: #8a6d3b;
}

/* line 1029, ../sass/_base.scss */
.adv-info .av-header {
  background-color: #8a6d3b;
  color: #fff;
}

/* line 1034, ../sass/_base.scss */
.adv-suceso {
  background-color: #dff0d8 !important;
  color: #3c763d;
}

/* line 1039, ../sass/_base.scss */
.adv-suceso .av-header {
  background-color: #3c763d;
  color: #fff;
}

/* line 1, ../sass/_dom.scss */
body, html {
  font-family: "Open Sans", sans-serif !important;
  font-size: 16px;
  position: relative;
  height: 100%;
  overflow: hidden !important;
  margin: 0;
  padding: 0;
  /*	background-image: -webkit-linear-gradient($cprimary 7%, lighten($cprimary,50%) 58%, darken($cprimary,5%) 100%);
  	background-image: -o-linear-gradient($cprimary 7%, lighten($cprimary,30%) 58%, darken($cprimary,5%) 100%);
  	background-image: linear-gradient($cprimary 7%, lighten($cprimary,30%) 58%, darken($cprimary,5%) 100%);*/
}

/*
body{
    background:$primary-color;
}
body:before{
    display: block;
    content: " ";
    height:20px;
    top: 0;
    background:rgba(0,0,0,0.8);
    position:-webkit-sticky;
    position:sticky;
}
*/
/* line 3, ../sass/_layout.scss */
.header-area {
  height: 48px;
  position: relative;
  z-index: 15;
}

/* line 11, ../sass/_layout.scss */
.header-block {
  height: 48px;
}

/* line 15, ../sass/_layout.scss */
.area-location {
  width: 320px;
  padding: 0px 15px;
  overflow: hidden;
}
@media (min-width: 768px) {
  /* line 15, ../sass/_layout.scss */
  .area-location {
    padding: 0px;
  }
}

/* line 25, ../sass/_layout.scss */
.adj-icon-logo {
  position: relative;
  top: 2px;
  left: -10px;
}
@media (min-width: 480px) {
  /* line 25, ../sass/_layout.scss */
  .adj-icon-logo {
    left: 0px;
  }
}

/* line 34, ../sass/_layout.scss */
.center-info {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 70px;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  opacity: 1;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
@media (min-width: 768px) {
  /* line 34, ../sass/_layout.scss */
  .center-info {
    width: 85%;
  }
}
@media (min-width: 992px) {
  /* line 34, ../sass/_layout.scss */
  .center-info {
    width: 65%;
  }
}
@media (min-width: 1200px) {
  /* line 34, ../sass/_layout.scss */
  .center-info {
    width: 70%;
  }
}

/* line 63, ../sass/_layout.scss */
.center-info-ow {
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  /* line 63, ../sass/_layout.scss */
  .center-info-ow {
    width: 85%;
  }
}
@media (min-width: 992px) {
  /* line 63, ../sass/_layout.scss */
  .center-info-ow {
    width: 65%;
  }
}
@media (min-width: 1200px) {
  /* line 63, ../sass/_layout.scss */
  .center-info-ow {
    width: 70%;
  }
}

/* line 79, ../sass/_layout.scss */
.center-info-nodo {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 70px;
  position: relative;
}
@media (min-width: 480px) and (min-height: 620px) {
  /* line 79, ../sass/_layout.scss */
  .center-info-nodo {
    top: 10%;
  }
}
@media (min-width: 480px) and (min-height: 720px) {
  /* line 79, ../sass/_layout.scss */
  .center-info-nodo {
    top: 14%;
  }
}

@media (min-width: 768px) {
  /* line 79, ../sass/_layout.scss */
  .center-info-nodo {
    width: 65%;
  }
}
@media (min-width: 768px) and (min-height: 620px) {
  /* line 79, ../sass/_layout.scss */
  .center-info-nodo {
    top: 10%;
  }
}
@media (min-width: 768px) and (min-height: 720px) {
  /* line 79, ../sass/_layout.scss */
  .center-info-nodo {
    top: 14%;
  }
}

@media (min-width: 992px) {
  /* line 79, ../sass/_layout.scss */
  .center-info-nodo {
    width: 60%;
  }
}
@media (min-width: 992px) and (min-height: 620px) {
  /* line 79, ../sass/_layout.scss */
  .center-info-nodo {
    top: 10%;
  }
}
@media (min-width: 992px) and (min-height: 720px) {
  /* line 79, ../sass/_layout.scss */
  .center-info-nodo {
    top: 10%;
  }
}

@media (min-width: 1200px) {
  /* line 79, ../sass/_layout.scss */
  .center-info-nodo {
    width: 45%;
  }
}
@media (min-width: 1200px) and (min-height: 620px) {
  /* line 79, ../sass/_layout.scss */
  .center-info-nodo {
    top: 10%;
  }
}
@media (min-width: 1200px) and (min-height: 720px) {
  /* line 79, ../sass/_layout.scss */
  .center-info-nodo {
    top: 12%;
  }
}

/* line 128, ../sass/_layout.scss */
.center-info-nopading {
  padding-bottom: 0px;
}

/* line 132, ../sass/_layout.scss */
.center-info-programador {
  padding-bottom: 155px;
}

/* line 137, ../sass/_layout.scss */
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  z-index: 20;
  transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
}

/* line 160, ../sass/_layout.scss */
.overlay-disabled {
  background-color: transparent;
}

/* line 164, ../sass/_layout.scss */
.overlay-show {
  opacity: 1;
  visibility: visible;
}

/* line 169, ../sass/_layout.scss */
.overlay-home {
  position: fixed;
}

/* line 176, ../sass/_layout.scss */
.main-content {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: relative;
  right: 0;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

/* line 189, ../sass/_layout.scss */
.no-transition {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

/* line 197, ../sass/_layout.scss */
.data-contenido {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  padding-top: 48px;
  overflow: hidden;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-font-smoothing: antialiased;
  transform-style: flat;
}

/* line 233, ../sass/_layout.scss */
.data-contenido-full {
  padding-top: 0px;
}

/* line 237, ../sass/_layout.scss */
.data-c-scroll-smooth {
  -webkit-overflow-scrolling: touch;
}

/* line 241, ../sass/_layout.scss */
.data-contenido-current {
  z-index: 1;
  visibility: visible;
}

/* line 246, ../sass/_layout.scss */
.data-contenido-ontop {
  z-index: 999;
}

/* line 250, ../sass/_layout.scss */
.data-contenido-fade {
  -webkit-animation: fade .7s ease both;
  animation: fade .7s ease both;
}

/* line 255, ../sass/_layout.scss */
.data-contenido.not-active {
  padding-top: 73px;
}

/* line 260, ../sass/_layout.scss */
.adj-data-c-actions {
  padding-bottom: 48px;
}

/* line 264, ../sass/_layout.scss */
.data-c-scroll {
  overflow-y: scroll;
  height: 100%;
  position: relative;
  z-index: 15;
}

/* line 273, ../sass/_layout.scss */
.overlay.overlay-show .data-c-scroll {
  overflow-y: hidden;
}

/* line 277, ../sass/_layout.scss */
.data-c-common {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}

/* line 285, ../sass/_layout.scss */
.adj-back-data-c-scroll {
  background-color: transparent;
}

/* line 290, ../sass/_layout.scss */
.c-content {
  opacity: 1;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

/* line 302, ../sass/_layout.scss */
#data-home {
  opacity: 1;
}

/* line 309, ../sass/_layout.scss */
.action-area {
  width: 100%;
  height: 70px;
  position: absolute;
  bottom: 0px;
  z-index: 15;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  background-color: transparent;
}

/* line 332, ../sass/_layout.scss */
.action-a-home {
  background-color: transparent;
}

/* line 341, ../sass/_layout.scss */
.menu-aside {
  width: 266px;
  height: auto;
  background-color: #b17d00;
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding-right: 0px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  right: -266px;
  z-index: 5;
  /*
  	@include modular-mq(sm) {
  		right: -266px;
  		z-index: 5;
  	}
  */
}

/* line 377, ../sass/_layout.scss */
.cmodal {
  position: absolute;
  z-index: 25;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
}

/* line 384, ../sass/_layout.scss */
.cm-cambio-temp {
  width: 300px;
  height: 260px;
  left: 50%;
  bottom: 20px;
  margin-left: -150px;
  background-color: #BDCFCE;
  border-radius: 10px;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  /*	transform: scale(0.8);
  	-moz-transform:scale(0.8);
  	-webkit-transform:scale(0.8);*/
  transform: translateY(100%);
  -moz-transform: translateY(100%);
  -webkit-transform: translateY(100%);
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
/* line 412, ../sass/_layout.scss */
.cm-cambio-temp:after {
  border-radius: 10px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  content: '';
  width: 100%;
  height: 200px;
  display: block;
  box-shadow: inset 0px 1px 19px 0px #4D9A9F;
  border-radius: 10px 10px 0px 0px;
}
@media (min-width: 480px) {
  /* line 384, ../sass/_layout.scss */
  .cm-cambio-temp {
    width: 420px;
    margin-left: -210px;
  }
}
@media (min-width: 768px) {
  /* line 384, ../sass/_layout.scss */
  .cm-cambio-temp {
    width: 420px;
    margin-left: -210px;
  }
}

/* line 438, ../sass/_layout.scss */
.cm-cambio-temp-show {
  opacity: 1;
  visibility: visible;
  /*	transform: scale(1);
  	-moz-transform:scale(1);
  	-webkit-transform:scale(1);*/
  transform: translateY(0);
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
}

/* line 451, ../sass/_layout.scss */
.cm-clonar-dias {
  width: 300px;
  height: 417px;
  left: 50%;
  bottom: 20px;
  margin-left: -150px;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.8);
  visibility: hidden;
  opacity: 0;
  transform: translateY(100%);
  -moz-transform: translateY(100%);
  -webkit-transform: translateY(100%);
  /*	transform: scale(0.8);
  	-moz-transform:scale(0.8);
  	-webkit-transform:scale(0.8);*/
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* line 482, ../sass/_layout.scss */
  .cm-clonar-dias {
    height: 410px;
  }
}
/* line 485, ../sass/_layout.scss */
.cm-clonar-dias-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  /*	transform: scale(1);
  	-moz-transform:scale(1);
  	-webkit-transform:scale(1);*/
}

/* Activador frio: */
/* line 502, ../sass/_layout.scss */
.bg-deg-temp-cold {
  /* base-warm: */
  background-image: -webkit-linear-gradient(#E4A100 7%, #fff7e4 58%, #cb8f00 100%);
  background-image: -o-linear-gradient(#E4A100 7%, #ffd97e 58%, #cb8f00 100%);
  background-image: linear-gradient(#e4a100 7%, #ffd97e 58%, #cb8f00 100%);
  position: relative;
  z-index: 100;
  background-size: 100%;
  /*	&:hover {
       &:before {
         opacity: 1; 
       }
    	}*/
}
/* line 512, ../sass/_layout.scss */
.bg-deg-temp-cold:before {
  background-image: linear-gradient(#e4a100 7%, #aad0ff 58%, #4498ff 100%);
  content: '';
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -100;
  transition: opacity 0.6s;
}

/* line 535, ../sass/_layout.scss */
.bg-deg-brand {
  /* base-corporativa: */
  background-image: -webkit-linear-gradient(#E4A100 7%, #fff7e4 58%, #cb8f00 100%);
  background-image: -o-linear-gradient(#E4A100 7%, #ffd97e 58%, #cb8f00 100%);
  background-image: linear-gradient(#e4a100 7%, #ffd97e 58%, #cb8f00 100%);
}

/* line 542, ../sass/_layout.scss */
.bg-deg-from-cold {
  background-image: -webkit-linear-gradient(#E4A100 7%, #aad0ff 58%, #4498FF 100%);
  background-image: -o-linear-gradient(#E4A100 7%, #aad0ff 58%, #4498FF 100%);
  background-image: linear-gradient(#e4a100 7%, #aad0ff 58%, #4498ff 100%);
}

/* line 548, ../sass/_layout.scss */
.bg-deg-heat {
  position: relative;
  z-index: 100;
  background-size: 100%;
}
/* line 553, ../sass/_layout.scss */
.bg-deg-heat:before {
  background-image: -webkit-linear-gradient(#E4A100 7%, #ffca4b 58%, #F76B1C 100%);
  background-image: -o-linear-gradient(#E4A100 7%, #ffca4b 58%, #F76B1C 100%);
  background-image: linear-gradient(#e4a100 7%, #ffca4b 58%, #f76b1c 100%);
  content: '';
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -100;
  transition: opacity 0.6s;
}

/* line 572, ../sass/_layout.scss */
.bg-deg-cold {
  position: relative;
  z-index: 100;
  background-size: 100%;
}
/* line 577, ../sass/_layout.scss */
.bg-deg-cold:before {
  background-image: -webkit-linear-gradient(#E4A100 7%, #aad0ff 58%, #4498FF 100%);
  background-image: -o-linear-gradient(#E4A100 7%, #aad0ff 58%, #4498FF 100%);
  background-image: linear-gradient(#e4a100 7%, #aad0ff 58%, #4498ff 100%);
  content: '';
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -100;
  transition: opacity 0.6s;
}

/* line 597, ../sass/_layout.scss */
.bg-deg-off {
  position: relative;
  z-index: 100;
  background-size: 100%;
}
/* line 602, ../sass/_layout.scss */
.bg-deg-off:after {
  background-image: linear-gradient(-180deg, #e4a100 0%, rgba(218, 218, 218, 0.8) 10%, #cccccc 100%);
  background-image: -o-linear-gradient(-180deg, #E4A100 0%, rgba(218, 218, 218, 0.8) 10%, #CCC 100%);
  background-image: linear-gradient(-180deg, #e4a100 0%, rgba(218, 218, 218, 0.8) 10%, #cccccc 100%);
  content: '';
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -120;
  transition: opacity 0.6s;
}

/* line 623, ../sass/_layout.scss */
.bg-dg-tiempo {
  position: relative;
  z-index: 100;
  background-size: 100%;
}
/* line 629, ../sass/_layout.scss */
.bg-dg-tiempo:before {
  background-image: -webkit-linear-gradient(#E4A100 4%, #5ACBDD 34%, #5CD0E5 100%);
  background-image: -o-linear-gradient(#E4A100 4%, #5ACBDD 34%, #5CD0E5 100%);
  background-image: linear-gradient(#e4a100 4%, #5acbdd 34%, #5cd0e5 100%);
  content: '';
  display: block;
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -100;
  transition: opacity 0.6s;
}

/* line 652, ../sass/_layout.scss */
.temp-bg-active:before {
  opacity: 1;
}

/* line 658, ../sass/_layout.scss */
.temp-bg-active-off:after {
  opacity: 1;
}

/* line 665, ../sass/_layout.scss */
.tiempo-bg-active:before {
  opacity: 1;
}

/* Variables */
/* line 3, ../sass/_m-generales.scss */
body:first-of-type .signal-status {
  line-height: 36px;
}

/* line 5, ../sass/_m-generales.scss */
.bg-deg-brand-termoweb {
  background-image: -webkit-linear-gradient(#E4A100 7%, #fff7e4 58%, #cb8f00 100%);
  background-image: -o-linear-gradient(#E4A100 7%, #ffd97e 58%, #cb8f00 100%);
  background-image: linear-gradient(#e4a100 7%, #ffd97e 58%, #cb8f00 100%);
}

/* line 11, ../sass/_m-generales.scss */
.bg-termoweb {
  background-image: -webkit-linear-gradient(#E4A100 7%, #fff7e4 58%, #cb8f00 100%);
  background-image: -o-linear-gradient(#E4A100 7%, #ffd97e 58%, #cb8f00 100%);
  background-image: linear-gradient(#e4a100 7%, #ffd97e 58%, #cb8f00 100%);
}

/* line 20, ../sass/_m-generales.scss */
.header-scrumbs {
  position: relative;
  left: 0;
  top: 0;
  transform: translate(0, -100%);
  -webkit-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

/* line 37, ../sass/_m-generales.scss */
.header-scrumbs-home {
  position: absolute;
  left: 18px;
  top: 9px;
  width: 40px;
  height: 48px;
  transform: translate(0, -100%);
  -webkit-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 55, ../sass/_m-generales.scss */
.header-scrumbs-home:focus, .header-scrumbs-home:active {
  transform: translateY(10px);
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
}

/* line 63, ../sass/_m-generales.scss */
.btn-brcrmbs {
  text-decoration: none;
  height: 48px;
  display: inline-block;
  line-height: 46px;
  padding: 0px 8px;
  -moz-transition-property: background;
  -o-transition-property: background;
  -webkit-transition-property: background;
  transition-property: background;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
/* line 73, ../sass/_m-generales.scss */
.btn-brcrmbs:hover {
  opacity: 0.8;
  text-decoration: none;
}
/* line 79, ../sass/_m-generales.scss */
.btn-brcrmbs:focus {
  text-decoration: none;
  outline: none;
}
/* line 84, ../sass/_m-generales.scss */
.btn-brcrmbs:active {
  background: none !important;
}

/* line 91, ../sass/_m-generales.scss */
.header-scrumbs.show-static-brcmbs {
  transition: none !important;
  -webkit-transition: none !important;
}

/* line 96, ../sass/_m-generales.scss */
.show-static-brcmbs {
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
}

/* line 102, ../sass/_m-generales.scss */
.show-btn-brcrmbs {
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
}

/* line 108, ../sass/_m-generales.scss */
.btn-brcrmbs-pr {
  color: #fff !important;
}

/* line 112, ../sass/_m-generales.scss */
.size-icon-primary {
  font-size: 1.9em;
}

/* line 123, ../sass/_m-generales.scss */
.area-location-content {
  margin-left: 12px;
}

/* line 127, ../sass/_m-generales.scss */
.adj-logo-top {
  position: absolute;
  top: 50%;
  left: 50%;
  line-height: 20px;
  z-index: 20 !important;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

/* line 140, ../sass/_m-generales.scss */
.adj-icon-toolbar-top {
  position: relative;
  top: 2px;
}

/* line 145, ../sass/_m-generales.scss */
.navigation-area {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #F7F7F7;
}

/* line 157, ../sass/_m-generales.scss */
.nav-options {
  width: 320px;
}

/* line 161, ../sass/_m-generales.scss */
.nav-opt {
  height: 58px;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
/* line 167, ../sass/_m-generales.scss */
.nav-opt .nav-opt-item {
  display: inline-block;
  width: 33.333%;
}
/* line 172, ../sass/_m-generales.scss */
.nav-opt .nav-opt-a {
  padding-top: 8px;
  height: 63px;
  display: block;
}

/* line 186, ../sass/_m-generales.scss */
.st-nav {
  display: block;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  list-style-type: none;
}

/* line 211, ../sass/_m-generales.scss */
.hn-item {
  background-image: url("../img/img-arrow-right.png");
  background-repeat: no-repeat;
  background-position: right 20px center;
  position: relative;
}
/* line 218, ../sass/_m-generales.scss */
.hn-item:hover, .hn-item:active, .hn-item:focus {
  background-color: #F2F2F2;
}

/* line 223, ../sass/_m-generales.scss */
.hn-a {
  background-color: transparent;
  outline: 0px !important;
}

/* line 231, ../sass/_m-generales.scss */
.hn-a-txt {
  position: relative;
  top: -6px;
}

/* line 236, ../sass/_m-generales.scss */
.cont-data {
  position: absolute;
  right: 40px;
  top: 50%;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  border-radius: 50px;
  line-height: 30px;
  background-color: #ECF0F1;
  text-align: center;
}

/* line 250, ../sass/_m-generales.scss */
.mnu-hero-img {
  display: block;
  overflow: hidden;
  height: 50px;
  position: relative;
}

/* line 258, ../sass/_m-generales.scss */
.mnu-h-idioma {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.1);
  padding-right: 24px;
  padding-left: 10px;
}
/* line 264, ../sass/_m-generales.scss */
.mnu-h-idioma:hover, .mnu-h-idioma:active, .mnu-h-idioma:visited, .mnu-h-idioma:focus {
  background-color: rgba(0, 0, 0, 0.2);
}

/* line 269, ../sass/_m-generales.scss */
.mnu-h-idioma-nav {
  position: relative;
}

/* line 273, ../sass/_m-generales.scss */
.mnu-h-idioma-nav::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #fff transparent transparent;
  position: absolute;
  right: -15px;
  top: 10px;
}

/* line 285, ../sass/_m-generales.scss */
.icon-idioma-acc {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  opacity: 0;
  visibility: hidden;
}

/* line 295, ../sass/_m-generales.scss */
.i-idioma.i-idioma-current .icon-idioma-acc {
  opacity: 1;
  visibility: visible;
}

/* line 301, ../sass/_m-generales.scss */
.mnu-main {
  list-style-type: none;
  margin-top: 0px;
  padding: 0;
  width: 100%;
}
/* line 312, ../sass/_m-generales.scss */
.mnu-main .mnu-m-opt {
  box-shadow: -1px 0px 0px rgba(239, 239, 239, 0.2);
}
/* line 314, ../sass/_m-generales.scss */
.mnu-main .mnu-m-opt:focus, .mnu-main .mnu-m-opt:active, .mnu-main .mnu-m-opt:visited {
  background-color: rgba(0, 0, 0, 0.2);
}
/* line 319, ../sass/_m-generales.scss */
.mnu-main .mnu-m-opt-publi {
  height: 80px;
  margin-bottom: 1px;
}
/* line 324, ../sass/_m-generales.scss */
.mnu-main .icon-aside-cover {
  display: block;
  line-height: 42px;
  /*		width: 54px;
  		height: 54px;*/
  width: 100%;
  height: 100%;
  border-radius: 50em;
  /*		background-color: rgba(255,255,255,.2);
  		border: 2px solid rgba(255,255,255,.6);;*/
}
/* line 336, ../sass/_m-generales.scss */
.mnu-main .a-mnu-m-opt {
  display: block;
}
/* line 338, ../sass/_m-generales.scss */
.mnu-main .a-mnu-m-opt:hover, .mnu-main .a-mnu-m-opt:active, .mnu-main .a-mnu-m-opt:focus, .mnu-main .a-mnu-m-opt:visited {
  text-decoration: none;
  color: #fff;
}
/* line 344, ../sass/_m-generales.scss */
.mnu-main .pos-txt-nav {
  position: relative;
  top: -4px;
}

/* line 351, ../sass/_m-generales.scss */
.cbtn-cerrar-aside{
  display: block;
  position: absolute;
  top: 0;
  right: 0px;
  cursor: pointer;
  padding: 14px;
}

/* line 360, ../sass/_m-generales.scss */
.mnu-m-opt-publi {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

/* line 368, ../sass/_m-generales.scss */
body[data-open-aside='open-dk-content'] .main-content {
  padding-right: 0;
  -webkit-transform: translate3d(-266px, 0, 0);
  transform: translate3d(-266px, 0, 0);
}

/* line 374, ../sass/_m-generales.scss */
body[data-open-aside='open-dk-content'] .menu-aside.st-effect {
  -webkit-transform: translate3d(-266px, 0, 0);
  transform: translate3d(-266px, 0, 0);
  box-shadow: -5px 5px 60px rgba(0, 0, 0, 0.4);
}

/* line 381, ../sass/_m-generales.scss */
body[data-open-aside='open-dk-content'] .overlay-aside {
  opacity: 1;
  visibility: visible;
  z-index: 20;
}

/* line 388, ../sass/_m-generales.scss */
body[data-open-context='open-context'] .overlay-aside {
  opacity: 1;
  z-index: 20;
}

/* line 395, ../sass/_m-generales.scss */
.close_all_mnu {
  padding-right: 0;
  transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

/* line 402, ../sass/_m-generales.scss */
.c-offscreen {
  color: #688082;
  opacity: 0.5;
}

/* line 410, ../sass/_m-generales.scss */
.aca-btn {
  position: relative;
  background-image: radial-gradient(50% 150%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.4) 100%);
  box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.5);
  border-top: 2px solid rgba(255, 255, 255, 0.4);
  height: 48px;
  line-height: 46px;
  text-align: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
}

/* line 433, ../sass/_m-generales.scss */
.aca-btn-eff:hover {
  box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.6);
}
/* line 436, ../sass/_m-generales.scss */
.aca-btn-eff:focus, .aca-btn-eff:active, .aca-btn-eff:visited {
  transform: scale(0.9);
  -moz-transform: scale(0.9);
  -webkit-transform: scale(0.9);
  background-color: rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.6);
}

/* line 445, ../sass/_m-generales.scss */
.acc-btn-reset {
  background-color: transparent;
  line-height: normal;
  -webkit-appearance: none;
  /* for input */
  -webkit-user-select: none;
  /* for button */
  -moz-user-select: none;
  -ms-user-select: none;
}

/* line 454, ../sass/_m-generales.scss */
.acc-btn-days {
  width: 30px;
  height: 30px;
  margin: 0 2px;
  padding: 0px;
}
@media (min-width: 480px) {
  /* line 454, ../sass/_m-generales.scss */
  .acc-btn-days {
    margin: 0 2%;
  }
}

/* line 472, ../sass/_m-generales.scss */
.acc-btn-view {
  width: 32px;
  height: 32px;
  line-height: 37px;
  margin: 0 2px 0 10px;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 50em;
  box-shadow: none;
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 491, ../sass/_m-generales.scss */
.acc-btn-view:hover {
  box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.6);
}
/* line 495, ../sass/_m-generales.scss */
.acc-btn-view:focus, .acc-btn-view:active, .acc-btn-view:visited {
  transform: scale(0.9);
  -moz-transform: scale(0.9);
  -webkit-transform: scale(0.9);
  background-color: rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.6);
}

/* line 504, ../sass/_m-generales.scss */
.acc-btn-days-ac {
  background: #E5E5E5;
  border: 2px solid #fff;
  box-shadow: inset 0px 3px 10px 0px rgba(0, 0, 0, 0.4);
  color: #E4A100;
}

/* line 511, ../sass/_m-generales.scss */
.acc-btn-days-today {
  background: #f15c08 none repeat scroll 0 0;
}

/* line 515, ../sass/_m-generales.scss */
.acc-btn-icon {
  width: 48px;
  line-height: 52px;
}

/* line 520, ../sass/_m-generales.scss */
.aca-btn-radius {
  border: 2px solid #fff;
  border-radius: 50em;
}

/* line 525, ../sass/_m-generales.scss */
.acc-btn-round {
  border: 2px solid #fff;
  border-radius: 50em;
}

/* line 530, ../sass/_m-generales.scss */
.aca-btn-radius-2 {
  border-radius: 6px;
  border: 2px solid #fff;
  /*	border-left: 1px solid rgba(255,255,255,0.4);
  	border-right: 1px solid rgba(255,255,255,0.4);
  	border-bottom: 1px solid rgba(255,255,255,0.4);*/
  /*	&:after {
  		content: '';
  		display: block;
  		border-bottom: 1px solid rgba(255,255,255,0.2);
  	}*/
}

/* line 543, ../sass/_m-generales.scss */
.aca-btn-block {
  padding-left: 1.2em;
  padding-right: 1.2em;
}

/* line 548, ../sass/_m-generales.scss */
.acc-home-pos {
  position: absolute;
  display: inline-block;
  top: 50%;
  transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}
@media (min-width: 768px) {
  /* line 548, ../sass/_m-generales.scss */
  .acc-home-pos {
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
}

/* line 564, ../sass/_m-generales.scss */
.acc-home-al {
  left: 10px;
}
@media (min-width: 768px) {
  /* line 564, ../sass/_m-generales.scss */
  .acc-home-al {
    left: 50%;
  }
}

/* line 571, ../sass/_m-generales.scss */
.acc-home-ac {
  left: 50% !important;
  width: 80%;
  text-align: center;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

/* line 580, ../sass/_m-generales.scss */
.acc-home-ar {
  right: 10px;
}
@media (min-width: 768px) {
  /* line 580, ../sass/_m-generales.scss */
  .acc-home-ar {
    right: 0px;
  }
}

/* line 587, ../sass/_m-generales.scss */
.acc-home-ct {
  left: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

/* line 594, ../sass/_m-generales.scss */
.acc-home-90 {
  width: 90%;
}
@media (min-width: 768px) {
  /* line 594, ../sass/_m-generales.scss */
  .acc-home-90 {
    width: 60%;
  }
}
@media (min-width: 992px) {
  /* line 594, ../sass/_m-generales.scss */
  .acc-home-90 {
    width: 40%;
  }
}

/* line 604, ../sass/_m-generales.scss */
.acc-home-100 {
  width: 100%;
}
@media (min-width: 768px) {
  /* line 604, ../sass/_m-generales.scss */
  .acc-home-100 {
    width: 60%;
  }
}
@media (min-width: 992px) {
  /* line 604, ../sass/_m-generales.scss */
  .acc-home-100 {
    width: 40%;
  }
}

@media (min-width: 768px) {
  /* line 615, ../sass/_m-generales.scss */
  .acc-home-cinfo {
    width: 85%;
  }
}
@media (min-width: 992px) {
  /* line 615, ../sass/_m-generales.scss */
  .acc-home-cinfo {
    width: 65%;
  }
}
@media (min-width: 1200px) {
  /* line 615, ../sass/_m-generales.scss */
  .acc-home-cinfo {
    width: 70%;
  }
}

/* line 629, ../sass/_m-generales.scss */
.acc-btn-content {
  position: absolute;
  top: calc(100% + 70px);
  left: 0;
  width: 100%;
  height: 70px;
  /*transition: all 0.3s;
  transform: translate(0,100%);
  -moz-transform: translate(0,100%);
  -webkit-transform: translate(0,100%);*/
}

/*.show-acc-btns {
	transform: translate(0,0);
	-moz-transform: translate(0,0);
	-webkit-transform: translate(0,0);
}*/
/* line 650, ../sass/_m-generales.scss */
.copy-mnu-main {
  width: 100%;
  position: absolute;
  bottom: 0px;
}

/*
.edit-options-multiple{
	visibility: hidden;
	opacity: 0;
}
*/
/* line 663, ../sass/_m-generales.scss */
.adj-icons-actionbar {
  position: relative;
  top: 8px;
  outline: none !important;
}
/* line 667, ../sass/_m-generales.scss */
.adj-icons-actionbar:hover, .adj-icons-actionbar:active, .adj-icons-actionbar:focus, .adj-icons-actionbar:visited {
  text-decoration: none;
}

/* line 672, ../sass/_m-generales.scss */
.adj-pos-icon-act {
  position: relative;
  top: -4px;
}

/* line 677, ../sass/_m-generales.scss */
.icon-rotate {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}

/* line 685, ../sass/_m-generales.scss */
.animate-rotate {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}

/* line 691, ../sass/_m-generales.scss */
.b-ac-top {
  border-top: 1px solid #F7F7F7;
}

/* line 701, ../sass/_m-generales.scss */
#nav-h-top {
  width: 30px;
  height: 25px;
  position: relative;
  margin: 14px 14px 0px 14px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

/* line 719, ../sass/_m-generales.scss */
.adj-nav-h {
  float: right;
}

/* line 724, ../sass/_m-generales.scss */
#nav-h-top span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #fff;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);
}

/* Hamburguesa navegación */
/* line 746, ../sass/_m-generales.scss */
#nav-h-top span:nth-child(1) {
  top: 0px;
}

/*#nav-h-top span:nth-child(2),
#nav-h-top span:nth-child(3) {
  top: 8px;
  width: 20px;
}*/
/* line 756, ../sass/_m-generales.scss */
#nav-h-top span:nth-child(2) {
  top: 8px;
  width: 20px;
}

/* line 761, ../sass/_m-generales.scss */
#nav-h-top span:nth-child(3) {
  top: 16px;
  width: 25px;
}

/* line 768, ../sass/_m-generales.scss */
#nav-h-top.open span:nth-child(1) {
  top: 8px;
  width: 0%;
  left: 50%;
}

/* line 774, ../sass/_m-generales.scss */
#nav-h-top.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* line 781, ../sass/_m-generales.scss */
#nav-h-top.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* line 788, ../sass/_m-generales.scss */
#nav-h-top.open span:nth-child(4) {
  top: 16px;
  width: 0%;
  left: 50%;
}

/* line 795, ../sass/_m-generales.scss */
.dialog {
  position: absolute !important;
  z-index: 15;
}

/* line 799, ../sass/_m-generales.scss */
.dialog__content {
  padding: 0px;
  max-width: none;
  width: 100%;
}
@media (min-width: 768px) {
  /* line 799, ../sass/_m-generales.scss */
  .dialog__content {
    max-width: 560px;
    width: 50%;
  }
}

/* line 809, ../sass/_m-generales.scss */
.snav-mas {
  padding: 0px;
  margin: 0px;
}

/* line 814, ../sass/_m-generales.scss */
.snav-m-item {
  display: block;
}

/* line 818, ../sass/_m-generales.scss */
.snav-m-a {
  display: block;
  padding: 20px;
}

/* line 830, ../sass/_m-generales.scss */
.content-radius {
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
}
@media (min-width: 768px) {
  /* line 830, ../sass/_m-generales.scss */
  .content-radius {
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
  }
}

/* line 846, ../sass/_m-generales.scss */
.bg-header-secc {
  background-color: #666666;
}

/* line 850, ../sass/_m-generales.scss */
.art-adv {
  border-radius: 50px;
  height: 18px;
  line-height: 18px;
  padding: 0px 6px;
  color: #fff;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* line 860, ../sass/_m-generales.scss */
  .art-adv {
    line-height: 19px;
  }
}
/* line 865, ../sass/_m-generales.scss */
.adv-24, .adv-cer {
  background-color: #595959;
}

/* line 869, ../sass/_m-generales.scss */
.adv-23, .adv-fin {
  background-color: #1ABC9C;
}

/* line 873, ../sass/_m-generales.scss */
.adv-18, .adv-gen {
  background-color: #E74C3C;
}

/* line 877, ../sass/_m-generales.scss */
.adv-21, .adv-eje {
  background-color: #F5A623;
}

/* line 881, ../sass/_m-generales.scss */
.adv-19, .adv-pla {
  background-color: #1AA9F5;
}

/* line 885, ../sass/_m-generales.scss */
.adv-20, .adv-anu {
  background-color: #CCCCCC;
}

/* line 889, ../sass/_m-generales.scss */
.adv-0 {
  background-color: #999;
}

/* line 895, ../sass/_m-generales.scss */
.activity-pulse {
  -webkit-animation: pulsate 1.8s ease-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation: pulsate 1.8s ease-out;
  -moz-animation-iteration-count: infinite;
  opacity: 0.1;
}

@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: opacity 0.1;
  }
  50% {
    opacity: 1.0;
  }
  100% {
    -webkit-transform: opacity 0.0;
  }
}
@-moz-keyframes pulsate {
  0% {
    -moz-transform: opacity 0.1;
  }
  50% {
    opacity: 1.0;
  }
  100% {
    -moz-transform: opacity  0.0;
  }
}
/* line 917, ../sass/_m-generales.scss */
.soft-pulse {
  -webkit-animation: pulsateSoft 3.5s ease-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation: pulsateSoft 3.5s ease-out;
  -moz-animation-iteration-count: infinite;
  opacity: 0.1;
}

@-webkit-keyframes pulsateSoft {
  0% {
    -webkit-transform: opacity 0.1;
  }
  50% {
    opacity: 0.3;
  }
  100% {
    -webkit-transform: opacity 0.0;
  }
}
@-moz-keyframes pulsateSoft {
  0% {
    -moz-transform: opacity 0.1;
  }
  50% {
    opacity: 0.3;
  }
  100% {
    -moz-transform: opacity  0.0;
  }
}
/* line 938, ../sass/_m-generales.scss */
.activity-sync {
  /*	width: 22px;
  	height: 22px;*/
  transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  -webkit-animation-name: spin;
  -webkit-animation-duration: 2000ms;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: spin;
  -moz-animation-duration: 2000ms;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: spin;
  -ms-animation-duration: 2000ms;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  animation-name: spin;
  animation-duration: 2000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@-ms-keyframes spin {
  from {
    -ms-transform: rotate(360deg);
  }
  to {
    -ms-transform: rotate(0deg);
  }
}
@-moz-keyframes spin {
  from {
    -moz-transform: rotate(360deg);
  }
  to {
    -moz-transform: rotate(0deg);
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(360deg);
  }
  to {
    -webkit-transform: rotate(0deg);
  }
}
@keyframes spin {
  from {
    transform: rotate(360deg);
  }
  to {
    transform: rotate(0deg);
  }
}
/* line 988, ../sass/_m-generales.scss */
.list-st {
  margin: 0;
  padding: 0;
  margin-left: 20px;
}

/* line 995, ../sass/_m-generales.scss */
.selector-idiomas {
  width: 95%;
  position: absolute;
  top: 20px;
  left: 50%;
  background-color: #fff;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.2);
  max-height: 340px;
  border-radius: 10px;
  visibility: hidden;
  z-index: 15;
  opacity: 0;
  -webkit-transform: translate(-50%, -100%);
  -moz-transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
  -o-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
@media (min-width: 480px) {
  /* line 995, ../sass/_m-generales.scss */
  .selector-idiomas {
    max-width: 320px;
  }
}
@media (min-width: 768px) {
  /* line 995, ../sass/_m-generales.scss */
  .selector-idiomas {
    max-width: 320px;
  }
}
@media (min-width: 992px) {
  /* line 995, ../sass/_m-generales.scss */
  .selector-idiomas {
    max-width: 320px;
  }
}
@media (min-width: 1200px) {
  /* line 995, ../sass/_m-generales.scss */
  .selector-idiomas {
    max-width: 320px;
  }
}

/* line 1045, ../sass/_m-generales.scss */
.message-cont {
  width: 320px;
}

/* line 1049, ../sass/_m-generales.scss */
.msg-bg-conf {
  background-position: left center;
  background-size: cover;
}

/* line 1053, ../sass/_m-generales.scss */
.msg-bg-user {
  background-image: url("../assets/bg-conf-user.png");
}

/* line 1057, ../sass/_m-generales.scss */
.msg-bg-email {
  background-image: url("../assets/bg-conf-email.png");
}

/* line 1061, ../sass/_m-generales.scss */
.msg-bg-pwd {
  background-image: url("../assets/bg-conf-pwd.png");
}

/* line 1065, ../sass/_m-generales.scss */
.msg-cover-icon {
  width: 56px;
  height: 56px;
  display: table-cell;
  vertical-align: middle;
  border-radius: 50em;
}

/* line 1073, ../sass/_m-generales.scss */
.msg-cover-icon-ok {
  background-color: #7ED321;
}

/* line 1077, ../sass/_m-generales.scss */
.msg-cover-icon-error {
  background-color: #DB4B13;
}

/* line 1082, ../sass/_m-generales.scss */
.pos-copy-msg-footer {
  position: absolute;
  left: 50%;
  bottom: 10px;
  transform: translate(-50%, 0);
}

/* line 1090, ../sass/_m-generales.scss */
.selector-idiomas-show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

/* line 1100, ../sass/_m-generales.scss */
.i-idioma {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  background-color: #fff;
}
/* line 1107, ../sass/_m-generales.scss */
.i-idioma:hover {
  background-color: #f7f7f7;
}

/*Color botones temperatura*/
/* line 1117, ../sass/_m-generales.scss */
.cbutton {
  color: #181100;
}

/* line 1121, ../sass/_m-generales.scss */
.cbtn-reset {
  line-height: normal;
  overflow: visible;
  padding: 0;
  -webkit-appearance: none;
  /* for input */
  -webkit-user-select: none;
  /* for button */
  -moz-user-select: none;
  -ms-user-select: none;
  border: transparent;
}

/* line 1133, ../sass/_m-generales.scss */
.cbtn-corner {
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}
@media (min-width: 480px) {
  /* line 1133, ../sass/_m-generales.scss */
  .cbtn-corner {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
  }
}

/* line 1152, ../sass/_m-generales.scss */
.cbtn-round {
  border-radius: 50em;
}

/* line 1156, ../sass/_m-generales.scss */
.c-btn-block {
  display: block;
}

/* line 1160, ../sass/_m-generales.scss */
.cbtn-transparent {
  background-color: transparent;
}
/* line 1164, ../sass/_m-generales.scss */
.cbtn-transparent:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
/* line 1167, ../sass/_m-generales.scss */
.cbtn-transparent:focus, .cbtn-transparent:active {
  box-shadow: inset 0px 4px 0px 0px rgba(0, 0, 0, 0.2);
}

/* line 1172, ../sass/_m-generales.scss */
.cbtn-footer {
  height: 70px;
  line-height: 70px;
}

/* line 1177, ../sass/_m-generales.scss */
.cbtn-full-block {
  padding: 1em 0.5em;
}

/* line 1181, ../sass/_m-generales.scss */
.cbtn-f-mtemp {
  height: 60px;
  line-height: 60px;
}

/* line 1186, ../sass/_m-generales.scss */
.cbtn-success {
  background-color: #7e5900;
  box-shadow: inset 0px -4px 0px 0px #654700;
}
/* line 1189, ../sass/_m-generales.scss */
.cbtn-success:hover {
  background-color: #986b00;
}
/* line 1192, ../sass/_m-generales.scss */
.cbtn-success:focus, .cbtn-success:active {
  box-shadow: inset 0px 4px 0px 0px #654700;
}

/* line 1199, ../sass/_m-generales.scss */
.cbtn-alert {
  background-color: #aa3608;
  box-shadow: inset 0px -4px 0px 0px #922e07;
}
/* line 1202, ../sass/_m-generales.scss */
.cbtn-alert:hover {
  background-color: #c33e09;
}
/* line 1205, ../sass/_m-generales.scss */
.cbtn-alert:focus, .cbtn-alert:active {
  box-shadow: inset 0px 4px 0px 0px #922e07;
}

/* line 1212, ../sass/_m-generales.scss */
.cbtn-success-branded {
  background-color: #7e5900;
  box-shadow: inset 0px -4px 0px 0px #654700;
}
/* line 1215, ../sass/_m-generales.scss */
.cbtn-success-branded:hover {
  background-color: #986b00;
}
/* line 1218, ../sass/_m-generales.scss */
.cbtn-success-branded:focus, .cbtn-success-branded:active {
  box-shadow: inset 0px 4px 0px 0px #654700;
}

/* line 1225, ../sass/_m-generales.scss */
.cbtn-success-temp {
  background-color: #739997;
  box-shadow: inset 0px -4px 0px 0px #668d8b;
}
/* line 1228, ../sass/_m-generales.scss */
.cbtn-success-temp:hover {
  background-color: #91afad;
}
/* line 1231, ../sass/_m-generales.scss */
.cbtn-success-temp:focus, .cbtn-success-temp:active {
  box-shadow: inset 0px 4px 0px 0px #739997;
}

/* line 1237, ../sass/_m-generales.scss */
.cbtn-transparent-temp {
  background-color: transparent;
}
/* line 1239, ../sass/_m-generales.scss */
.cbtn-transparent-temp:hover {
  background-color: #91afad;
}
/* line 1242, ../sass/_m-generales.scss */
.cbtn-transparent-temp:focus, .cbtn-transparent-temp:active {
  box-shadow: inset 0px 4px 0px 0px #739997;
}

/* line 1250, ../sass/_m-generales.scss */
.clbl {
  margin-left: 10px;
}

/* line 1254, ../sass/_m-generales.scss */
.label-onclick {
  position: absolute;
  bottom: 3px;
  left: 10px;
  margin: 0px;
  padding: 0px;
}

/* line 1262, ../sass/_m-generales.scss */
.cinput {
  width: 100%;
  clear: both;
  float: left;
  font-size: 1em;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none !important;
  background: #FFFFFF;
  box-shadow: none !important;
  border: none;
  border-radius: 0px;
}
/* line 1282, ../sass/_m-generales.scss */
.cinput:focus {
  outline-width: 0;
  outline: 0 none;
  outline-color: transparent;
}

/* line 1289, ../sass/_m-generales.scss */
.cinput-no-width {
  clear: both;
  float: left;
  font-size: 1em;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none !important;
  background: #FFFFFF;
  box-shadow: none !important;
  border: none;
  border-radius: 0px;
}
/* line 1306, ../sass/_m-generales.scss */
.cinput-no-width:focus {
  outline-width: 0;
  outline: 0 none;
  outline-color: transparent;
}

/* line 1313, ../sass/_m-generales.scss */
.cinput-st {
  padding: 15px 10px;
  border-top: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
}

/* line 1319, ../sass/_m-generales.scss */
.cinput-st-corp {
  padding: 15px 10px;
  border-top: 1px solid #ffe198;
  border-bottom: 1px solid #ffe198;
}

/* line 1325, ../sass/_m-generales.scss */
.cinput-s-arrow {
  background-image: url("../assets/toggle-arrow.png");
  background-position: right 10px center;
  background-repeat: no-repeat;
}

/* line 1331, ../sass/_m-generales.scss */
.cinput-readonly {
  background: #E5E5E5;
}

/* line 1335, ../sass/_m-generales.scss */
.shape-arrow {
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #999;
}

/* line 1343, ../sass/_m-generales.scss */
.adj-lbl-check {
  position: relative;
  top: 2px;
}

/* line 1350, ../sass/_m-generales.scss */
.linklist {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
/* line 1355, ../sass/_m-generales.scss */
.linklist li:last-child {
  border: none !important;
}

/* line 1362, ../sass/_m-generales.scss */
.icon-on-list {
  width: 36px;
  height: 36px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  line-height: 32px;
}

/* line 1371, ../sass/_m-generales.scss */
.acontrast {
  color: #fff;
}
/* line 1373, ../sass/_m-generales.scss */
.acontrast:visited, .acontrast:focus, .acontrast:active {
  color: #fff;
}
/* line 1376, ../sass/_m-generales.scss */
.acontrast:hover {
  color: #F2F2F2;
}

/* line 1381, ../sass/_m-generales.scss */
.alert-bateria {
  color: #EC2D00;
}

/*.cm-alerta-header {
	position: absolute;
	z-index: 15;
	left:0;
	top: 0;
	width: 100%;

	display: table;
}*/
/* line 1401, ../sass/_m-generales.scss */
.cm-alerta-header {
  width: 95%;
  max-width: 368px;
  position: absolute;
  top: 10px;
  left: 50%;
  background-color: #fff;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  visibility: hidden;
  z-index: 50;
  opacity: 0;
  -webkit-transform: translate(-50%, -100%);
  -moz-transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
  -o-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  display: table;
}

/* line 1433, ../sass/_m-generales.scss */
.cm-alerta-header-old-android {
  width: 95%;
  max-width: 368px;
  position: absolute;
  top: -100%;
  left: 50%;
  background-color: #fff;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  z-index: 50;
  opacity: 0;
  display: table;
}

/* line 1450, ../sass/_m-generales.scss */
.cm-alerta-header-show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

/* line 1460, ../sass/_m-generales.scss */
.cm-ah-body {
  width: 100%;
  display: table;
}

/* line 1465, ../sass/_m-generales.scss */
.cm-ah-icon {
  padding: 10px 10px 10px 10px;
  display: table-cell;
  vertical-align: middle;
}

/* line 1471, ../sass/_m-generales.scss */
.cm-ah-content {
  display: table-cell;
  padding: 10px 10px 10px 5px;
  vertical-align: middle;
}

/* line 1480, ../sass/_m-generales.scss */
.cm-alerta-general {
  top: 50%;
  left: 50%;
  visibility: hidden;
  z-index: 25;
  opacity: 0;
  height: auto;
  box-shadow: 0 5px 40px rgba(0, 0, 0, 0.6);
  border-radius: 8px;
  width: 290px;
  background-color: #fff;
  -webkit-transform: translate(-50%, 100%);
  -moz-transform: translate(-50%, 100%);
  -ms-transform: translate(-50%, 100%);
  -o-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

/* line 1507, ../sass/_m-generales.scss */
.cm-alerta-general-old-android {
  top: 30%;
  left: 50%;
  z-index: 25;
  opacity: 1;
  height: auto;
  box-shadow: 0 5px 40px rgba(0, 0, 0, 0.6);
  border-radius: 8px;
  width: 290px;
  background-color: #fff;
  -webkit-transform: translateX(-145px);
  -moz-transform: translateX(-145px);
  -ms-transform: translateX(-145px);
  -o-transform: translateX(-145px);
  transform: translateX(-145px);
}

/* line 1527, ../sass/_m-generales.scss */
.cm-alerta-general-show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* line 1537, ../sass/_m-generales.scss */
.cm-ag-header {
  background: -webkit-linear-gradient(top, #F7F7F7 70%, white 50%);
  background: -moz-linear-gradient(top, #F7F7F7 70%, white 50%);
  background: -ms-linear-gradient(top, #F7F7F7 70%, white 50%);
  background: linear-gradient(to bottom, #f7f7f7 70%, #ffffff 50%);
}

/* line 1547, ../sass/_m-generales.scss */
.nav-tabs {
  margin: 0;
  padding: 0;
  list-style-type: none;
  border: 1px solid #fff;
  border-radius: 4px;
}

/* line 1555, ../sass/_m-generales.scss */
.nt-a-item {
  padding: 4px 6px;
  background: transparent;
}

/* line 1560, ../sass/_m-generales.scss */
.nt-a-item:first-child {
  padding-left: 14px;
  padding-right: 12px;
  border-right: 1px solid #fff;
}

/* line 1566, ../sass/_m-generales.scss */
.nt-a-item:last-child {
  padding-right: 14px;
  padding-left: 12px;
}

/* line 1572, ../sass/_m-generales.scss */
.nt-a-acc {
  background-color: #fff;
  color: #E4A100;
}

/* line 1577, ../sass/_m-generales.scss */
.nav-arrow-bottom {
  height: 32px;
  width: 32px;
}

/* line 1584, ../sass/_m-generales.scss */
.switchery.switchery-default {
  background-color: #986b00 !important;
}

/* line 1588, ../sass/_m-generales.scss */
.sk-spinner-double-bounce .sk-double-bounce1, .sk-spinner-double-bounce .sk-double-bounce2 {
  background-color: #E4A100;
}

/* line 1, ../sass/_m-login.scss */
.hero-login {
  height: 132px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media (min-width: 480px) {
  /* line 1, ../sass/_m-login.scss */
  .hero-login {
    height: 185px;
  }
}

/* line 14, ../sass/_m-login.scss */
.cover-hero-login {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}

/* line 29, ../sass/_m-login.scss */
.content-login-form {
  width: 100%;
  padding: 0px 10px;
}
@media (min-width: 480px) {
  /* line 29, ../sass/_m-login.scss */
  .content-login-form {
    padding: 0px;
    max-width: 368px;
    background-color: #b17d00;
    position: relative;
    top: -30px;
    z-index: 50;
    box-shadow: 0px 5px 40px rgba(0, 0, 0, 0.5);
  }
}
@media (min-width: 768px) {
  /* line 29, ../sass/_m-login.scss */
  .content-login-form {
    border-radius: 8px;
    overflow: hidden;
  }
}

/* line 52, ../sass/_m-login.scss */
.rounded-form {
  border-radius: 8px;
}
@media (min-width: 480px) {
  /* line 52, ../sass/_m-login.scss */
  .rounded-form {
    border-radius: 0px;
  }
}

/* line 1, ../sass/_m-registro.scss */
.cover-paso {
  display: table-cell;
  vertical-align: middle;
  width: 76px;
  height: 76px;
  border-radius: 100em;
  background-color: #ffc332;
  color: #E4A100;
  transform: scale(0.8);
  transition: all 0.3s;
}

/* line 20, ../sass/_m-registro.scss */
.cover-done {
  display: table-cell;
  border-radius: 100em;
  vertical-align: middle;
  width: 76px;
  height: 76px;
  background-color: #986b00;
}

/* line 29, ../sass/_m-registro.scss */
.nav-pasos {
  height: 110px;
}

/* line 33, ../sass/_m-registro.scss */
.nav-pasos .owl-item.active.center .cover-paso {
  color: #fff;
  transform: scale(1);
  border: 2px solid rgba(255, 255, 255, 0.8);
}

/*.cover-p-current {
	background-color: darken($cprimary,10%);
	transform: scale(1);
}*/
/* line 50, ../sass/_m-registro.scss */
.dc-paso-animate {
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-fill-mode: 0.4s;
  animation-fill-mode: 0.4s;
}

/*.dc-paso-a-fromleft {
	transform: translate(0,0);
}*/
/* line 62, ../sass/_m-registro.scss */
.dc-paso {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  overflow: scroll;
  transform: translate(100%, 0);
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  opacity: 0;
  overflow-y: hidden !important;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

/* line 83, ../sass/_m-registro.scss */
.dc-paso-current {
  opacity: 1;
  position: relative !important;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
}

/* line 93, ../sass/_m-registro.scss */
.dc-paso-fromleft {
  transform: translate(-100%, 0);
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
}

/* line 99, ../sass/_m-registro.scss */
.dc-paso-fromright {
  transform: translate(100%, 0);
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
}

/* line 105, ../sass/_m-registro.scss */
.dc-paso-a-tocurrent {
  animation: moveToCurrent 0.4s;
  -webkit-animation: moveToCurrent 0.4s;
  -moz-animation: moveToCurrent 0.4s;
  -ms-animation: moveToCurrent 0.4s;
  -o-animation: moveToCurrent 0.4s;
}

/* line 113, ../sass/_m-registro.scss */
.dc-paso-a-toleft {
  animation: moveToleft 0.4s;
  -webkit-animation: moveToleft 0.4s;
  -moz-animation: moveToleft 0.4s;
  -ms-animation: moveToleft 0.4s;
  -o-animation: moveToleft 0.4s;
}

/* line 121, ../sass/_m-registro.scss */
.dc-paso-a-toright {
  animation: moveToright 0.4s;
  -webkit-animation: moveToright 0.4s;
  -moz-animation: moveToright 0.4s;
  -ms-animation: moveToright 0.4s;
  -o-animation: moveToright 0.4s;
}

@keyframes moveToCurrent {
  0% {
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes moveToCurrent {
  0% {
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
@-moz-keyframes moveToCurrent {
  0% {
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
@-ms-keyframes moveToCurrent {
  0% {
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
@-o-keyframes moveToCurrent {
  0% {
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes moveToright {
  0% {
    opacity: 1;
  }
  100% {
    transform: translate(100%, 0);
    opacity: 0;
  }
}
@-webkit-keyframes moveToright {
  0% {
    opacity: 1;
  }
  100% {
    transform: translate(100%, 0);
    opacity: 0;
  }
}
@-moz-keyframes moveToright {
  0% {
    opacity: 1;
  }
  100% {
    transform: translate(100%, 0);
    opacity: 0;
  }
}
@-ms-keyframes moveToright {
  0% {
    opacity: 1;
  }
  100% {
    transform: translate(100%, 0);
    opacity: 0;
  }
}
@-o-keyframes moveToright {
  0% {
    opacity: 1;
  }
  100% {
    transform: translate(100%, 0);
    opacity: 0;
  }
}
@keyframes moveToleft {
  0% {
    opacity: 1;
  }
  100% {
    transform: translate(-100%, 0);
    opacity: 0;
  }
}
@-webkit-keyframes moveToleft s {
  0% {
    opacity: 1;
  }
  100% {
    transform: translate(-100%, 0);
    opacity: 0;
  }
}
@-moz-keyframes moveToleft {
  0% {
    opacity: 1;
  }
  100% {
    transform: translate(-100%, 0);
    opacity: 0;
  }
}
@-ms-keyframes moveToleft {
  0% {
    opacity: 1;
  }
  100% {
    transform: translate(-100%, 0);
    opacity: 0;
  }
}
@-o-keyframes moveToleft {
  0% {
    opacity: 1;
  }
  100% {
    transform: translate(-100%, 0);
    opacity: 0;
  }
}
/* line 214, ../sass/_m-registro.scss */
.bg-deg-reg-ok {
  background-color: #b17d00;
}

/* line 2, ../sass/_m-home.scss */
.nodo-nav {
  height: 90px;
}

/* line 6, ../sass/_m-home.scss */
.categories-nav {
  height: 52px;
}

/* line 15, ../sass/_m-home.scss */
.item-categories {
  height: 45px;
  padding: 6px 0 0;
}

/* line 20, ../sass/_m-home.scss */
.cat-cont {
  width: 28px;
  height: 28px;
  background-color: #7e5900;
  border-radius: 50em;
  position: absolute;
  left: -32px;
  top: 1px;
  border: 2px solid #fff;
  line-height: 24px;
  text-align: center;
}

/* line 34, ../sass/_m-home.scss */
.nodo {
  display: inline-block;
  width: 49%;
  transform: scale(1);
  -webkit-transform: scale(1);
  transition: all 0.3s;
}
@media (min-width: 480px) {
  /* line 34, ../sass/_m-home.scss */
  .nodo {
    width: 32.5%;
  }
}
@media (min-width: 768px) {
  /* line 34, ../sass/_m-home.scss */
  .nodo {
    width: 32.8%;
  }
}
@media (min-width: 1200px) {
  /* line 34, ../sass/_m-home.scss */
  .nodo {
    width: 24.6%;
  }
}

/* line 58, ../sass/_m-home.scss */
.nodo-single {
  width: 100%;
  max-width: 260px;
}
@media (min-width: 480px) {
  /* line 58, ../sass/_m-home.scss */
  .nodo-single {
    max-width: 300px;
  }
}

/* line 70, ../sass/_m-home.scss */
.nodo-data {
  position: absolute;
  top: 5px;
  left: 5px;
  margin: 0 auto;
  width: 82px;
  height: 88px;
  background-color: transparent;
  border-radius: 12px;
  z-index: 15;
}

/* line 83, ../sass/_m-home.scss */
.nodo-cover {
  position: relative;
  z-index: 5;
  margin: 0 auto;
  background: #fff;
  box-shadow: 0px 1px 28px 14px rgba(0, 0, 0, 0.2);
  border-radius: 12px;
  background-image: radial-gradient(50% 120%, rgba(54, 54, 54, 0) 57%, rgba(228, 228, 228, 0.38) 100%);
  padding: 5px;
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 104, ../sass/_m-home.scss */
.nodo-cover:focus, .nodo-cover:active, .nodo-cover:visited {
  transform: scale(0.9);
  -moz-transform: scale(0.9);
  -webkit-transform: scale(0.9);
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
}

/* line 114, ../sass/_m-home.scss */
.nodo-c-heat {
  background-image: -webkit-linear-gradient(180deg, #fff 65%, #F76B1C 100%);
  background-image: -o-linear-gradient(180deg, #fff 65%, #F76B1C 100%);
  background-image: linear-gradient(180deg, #ffffff 65%, #f76b1c 100%);
}

/* line 120, ../sass/_m-home.scss */
.nodo-c-cold {
  background-image: -webkit-linear-gradient(180deg, #fff 65%, #4498FF 100%);
  background-image: -o-linear-gradient(180deg, #fff 65%, #4498FF 100%);
  background-image: linear-gradient(180deg, #ffffff 65%, #4498ff 100%);
}

/* line 127, ../sass/_m-home.scss */
.nodo-led {
  margin: 0 auto;
  background-color: #ccc;
  border-radius: 12px;
  z-index: 10;
  background: #BDCFCE;
  box-shadow: inset 0px 1px 13px 0px #4D9A9F;
}

/* line 138, ../sass/_m-home.scss */
.nodo-feedback {
  top: 5px;
  right: 8px;
}

/* line 143, ../sass/_m-home.scss */
.nodo-name {
  padding: 0px 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  font-weight: 600;
}

/*.nodo-data-layout {
	margin: 0 auto;
}*/
/* line 156, ../sass/_m-home.scss */
.nodo-zoom-single {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
}

/* line 162, ../sass/_m-home.scss */
.nodo-size-xs {
  width: 92px;
  height: 98px;
}

/* line 167, ../sass/_m-home.scss */
.nodo-p-size-xs {
  width: 82px;
  height: 88px;
}

/* line 172, ../sass/_m-home.scss */
.nodo-data-values {
  width: 100%;
  bottom: 25px;
  left: 0;
}

/* line 178, ../sass/_m-home.scss */
.nodo-value {
  font-size: 2em;
  line-height: 0;
}

/* line 183, ../sass/_m-home.scss */
.nodo-sub-value {
  font-size: 1.4em;
  margin-left: -5px;
  color: #688082;
}

/* line 189, ../sass/_m-home.scss */
.nodo-sub-type {
  color: #688082;
}

/* line 193, ../sass/_m-home.scss */
.nodo-modes {
  width: 100%;
  bottom: 0px;
  height: 30px;
}

/* line 200, ../sass/_m-home.scss */
.nodo-check {
  display: block;
  position: absolute;
  left: -15px;
  /*top:50%;*/
  top: -15px;
  z-index: 50;
  /*transform: translate(0,-50%);*/
  width: 36px;
  height: 36px;
  background-color: #fff;
  border-radius: 50em;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.5);
}
/* line 217, ../sass/_m-home.scss */
.nodo-check:before {
  content: '';
  display: block;
  position: absolute;
  top: 4px;
  left: 4px;
  width: 28px;
  height: 28px;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: inset 0px 4px 4px 2px rgba(0, 0, 0, 0.2);
  border: 1px solid #CCC;
  border-radius: 50em;
  z-index: 10;
}
/* line 232, ../sass/_m-home.scss */
.nodo-check:after {
  display: block;
  content: '';
  position: absolute;
  top: 4px;
  left: 4px;
  width: 28px;
  height: 28px;
  transform: scale(1);
  border-radius: 50em;
  z-index: 15;
  background-image: radial-gradient(50% 100%, #cb8f00 0%, #e4a100 100%);
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.4);
  border: 2px solid rgba(0, 0, 0, 0.1);
  transform: scale(0.5);
  opacity: 0;
  transition: all 0.3s;
}

/* line 259, ../sass/_m-home.scss */
.nodo-check[data-status="checked"]:after {
  z-index: 15;
  transform: scale(1);
  opacity: 1;
}

/* line 267, ../sass/_m-home.scss */
.nodo-delete {
  display: block;
  position: absolute;
  left: -15px;
  /*top:50%;*/
  top: -11px;
  z-index: 50;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.5);
  /*transform: translate(0,-50%);*/
  width: 36px;
  height: 36px;
  border: 4px solid #FFFFFF;
  background: #FF4D72;
}

/* line 284, ../sass/_m-home.scss */
.n-m-left {
  border-right: 1px solid rgba(64, 137, 139, 0.3);
  height: 25px;
}

/* line 289, ../sass/_m-home.scss */
.owl-item {
  transition: all 0.3s;
}

/* line 293, ../sass/_m-home.scss */
.owl-item {
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
  opacity: 0.6;
}

/* line 299, ../sass/_m-home.scss */
.owl-item.active.center {
  transform: scale(1);
  -webkit-transform: scale(1);
  opacity: 1;
}

/* line 306, ../sass/_m-home.scss */
.content-animate-change {
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  opacity: 0;
}

/* line 317, ../sass/_m-home.scss */
.owl-dots {
  position: absolute;
  width: 100%;
  height: 20px;
  bottom: 0px;
  text-align: center;
}

/* line 325, ../sass/_m-home.scss */
.owl-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 5px;
  border-radius: 50em;
  background-color: rgba(255, 255, 255, 0.2);
}

/* line 334, ../sass/_m-home.scss */
.owl-dot.active {
  background-color: #7e5900;
}

/* line 1, ../sass/_m-nodo.scss */
.nodo-name-home {
  height: 25px;
  line-height: 25px;
}

/*.nodo-n-switch {
	height: 50px;
	position: absolute;
	top:0;
	left: 0;
	width: 100%;

	transition: all 0.3s;

	transform: translate(0,0);
	-moz-transform: translate(0,0);
	-webkit-transform: translate(0,0);
}*/
/* line 20, ../sass/_m-nodo.scss */
.nodo-n-switch {
  height: 50px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  animation: 12s linear 0s normal none infinite running switchupdown;
  -webkit-animation-name: switchupdown;
  -webkit-animation-duration: 12s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: switchupdown;
  -moz-animation-duration: 12s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: switchupdown;
  -ms-animation-duration: 12s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  /*    -o-animation: 12s linear 0s normal none infinite running switchupdown;
      -ms-animation: 12s linear 0s normal none infinite running switchupdown;;
      animation: 12s linear 0s normal none infinite running switchupdown;*/
}

@keyframes switchupdown {
  0% {
    transform: translate(0, -50%);
  }
  21% {
    transform: translate(0, -50%);
  }
  42% {
    transform: translate(0, -50%);
  }
  50% {
    transform: translate(0, 0);
  }
  72% {
    transform: translate(0, 0);
  }
  92% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, -50%);
  }
}
@-moz-keyframes switchupdown {
  0% {
    -moz-transform: translate(0, -50%);
  }
  21% {
    -moz-transform: translate(0, -50%);
  }
  42% {
    -moz-transform: translate(0, -50%);
  }
  50% {
    -moz-transform: translate(0, 0);
  }
  72% {
    -moz-transform: translate(0, 0);
  }
  92% {
    -moz-transform: translate(0, 0);
  }
  100% {
    -moz-transform: translate(0, -50%);
  }
}
@-webkit-keyframes switchupdown {
  0% {
    -webkit-transform: translate(0, -50%);
  }
  21% {
    -webkit-transform: translate(0, -50%);
  }
  42% {
    -webkit-transform: translate(0, -50%);
  }
  50% {
    -webkit-transform: translate(0, 0);
  }
  72% {
    -webkit-transform: translate(0, 0);
  }
  92% {
    -webkit-transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(0, -50%);
  }
}
@-ms-keyframes switchupdown {
  0% {
    -ms-transform: translate(0, -50%);
  }
  21% {
    -ms-transform: translate(0, -50%);
  }
  42% {
    -ms-transform: translate(0, -50%);
  }
  50% {
    -ms-transform: translate(0, 0);
  }
  72% {
    -ms-transform: translate(0, 0);
  }
  92% {
    -ms-transform: translate(0, 0);
  }
  100% {
    -ms-transform: translate(0, -50%);
  }
}
/* line 98, ../sass/_m-nodo.scss */
.activity-status {
  width: 35px;
  height: 35px;
  margin: 0px auto;
  opacity: 0.1;
  /*margin-bottom: 10px;*/
  /*	-moz-box-shadow:    inset 0 0 1px #fff;
     	-webkit-box-shadow: inset 0 0 1px #fff;
     	box-shadow:         inset 0 0 1px #fff;*/
}

/* line 109, ../sass/_m-nodo.scss */
.activity-status-responsive {
  position: absolute;
  top: 25%;
  left: 10px;
}
@media (min-height: 520px) {
  /* line 109, ../sass/_m-nodo.scss */
  .activity-status-responsive {
    position: inherit;
  }
}

/* line 118, ../sass/_m-nodo.scss */
.as-full-opac {
  opacity: 1;
}

/* line 122, ../sass/_m-nodo.scss */
.controls-positioning {
  z-index: 10;
  width: 100%;
  margin: 0 auto;
  min-height: 200px;
  /*	-moz-box-shadow:    inset 0 0 1px #fff;
     	-webkit-box-shadow: inset 0 0 1px #fff;
     	box-shadow:         inset 0 0 1px #fff;*/
  /*   	@include modular-mq(sm) {
  		width: 70%;
  	}*/
}

/* line 137, ../sass/_m-nodo.scss */
.cp-nodo-detalle {
  width: 90%;
  max-width: 420px;
}

/* line 143, ../sass/_m-nodo.scss */
.cp-nodo-responsive-height {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
  height: 0;
  position: relative;
  top: -30px;
}
@media (min-height: 520px) {
  /* line 143, ../sass/_m-nodo.scss */
  .cp-nodo-responsive-height {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    height: inherit;
    position: inherit;
  }
}

/* line 167, ../sass/_m-nodo.scss */
_::content .cp-nodo-responsive-height, _:future .cp-nodo-responsive-height, .selector:not(*:root) .cp-nodo-responsive-height {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}
@media (min-height: 520px) {
  /* line 167, ../sass/_m-nodo.scss */
  _::content .cp-nodo-responsive-height, _:future .cp-nodo-responsive-height, .selector:not(*:root) .cp-nodo-responsive-height {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    height: inherit;
    position: inherit;
  }
}

/*@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) {
	
	.cp-nodo-responsive-height {
	 	-webkit-transform:scale(0.8) ;
		-moz-transform:scale(0.8) ;
		-ms-transform:scale(0.8) ;
		-o-transform:scale(0.8) ;
		transform:scale(0.8) ;

		@include modular-hq(sm) {
			-webkit-transform:scale(1) ;
			-moz-transform:scale(1) ;
			-ms-transform:scale(1) ;
			-o-transform:scale(1) ;
			transform:scale(1) ;
			height: inherit;
			position: inherit;
		}

	}

}*/
/* line 210, ../sass/_m-nodo.scss */
.view-temp {
  width: 65%;
  height: 180px;
  /*	-moz-box-shadow:    inset 0 0 1px #fff;
     	-webkit-box-shadow: inset 0 0 1px #fff;
     	box-shadow:         inset 0 0 1px #fff;*/
}
@media (min-width: 480px) {
  /* line 210, ../sass/_m-nodo.scss */
  .view-temp {
    width: 70%;
  }
}
@media (min-width: 768px) {
  /* line 210, ../sass/_m-nodo.scss */
  .view-temp {
    height: 190px;
  }
}

/* line 227, ../sass/_m-nodo.scss */
.controls-temp {
  width: 35%;
  height: 175px;
  /*	-moz-box-shadow:    inset 0 0 1px #fff;
     	-webkit-box-shadow: inset 0 0 1px #fff;
     	box-shadow:         inset 0 0 1px #fff;*/
}
@media (min-width: 480px) {
  /* line 227, ../sass/_m-nodo.scss */
  .controls-temp {
    width: 30%;
  }
}

/* line 240, ../sass/_m-nodo.scss */
.temp-value {
  display: inline-block;
}

/* line 244, ../sass/_m-nodo.scss */
.tv-main {
  font-size: 7em;
  letter-spacing: -7.59px;
  text-shadow: 0px 8px 10px rgba(0, 0, 0, 0.3);
  line-height: 157px;
}
@media (min-width: 480px) {
  /* line 244, ../sass/_m-nodo.scss */
  .tv-main {
    font-size: 8em;
  }
}
@media (min-width: 768px) {
  /* line 244, ../sass/_m-nodo.scss */
  .tv-main {
    font-size: 10em;
  }
}

/* line 259, ../sass/_m-nodo.scss */
.tv-sub {
  font-size: 2.5em;
  letter-spacing: -2px;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
}
@media (min-width: 480px) {
  /* line 259, ../sass/_m-nodo.scss */
  .tv-sub {
    font-size: 3.5em;
  }
}
@media (min-width: 768px) {
  /* line 259, ../sass/_m-nodo.scss */
  .tv-sub {
    font-size: 4em;
  }
}

/* line 274, ../sass/_m-nodo.scss */
.tv-now {
  margin-top: -20px;
}
@media (min-width: 768px) {
  /* line 274, ../sass/_m-nodo.scss */
  .tv-now {
    margin-top: -10px;
  }
}

/* line 281, ../sass/_m-nodo.scss */
.temp-feedback {
  position: absolute;
  top: 32px;
  right: 18px;
  width: 35px;
  height: 35px;
  border-radius: 50em;
}
@media (min-width: 480px) {
  /* line 281, ../sass/_m-nodo.scss */
  .temp-feedback {
    top: 26px;
    right: 45px;
  }
}
@media (min-width: 768px) {
  /* line 281, ../sass/_m-nodo.scss */
  .temp-feedback {
    top: 16px;
    right: 55px;
  }
}

/* line 303, ../sass/_m-nodo.scss */
.temp-feedback-cmodal {
  background-color: transparent;
}

/* line 307, ../sass/_m-nodo.scss */
.ctrl-btn {
  height: 50%;
}

/* line 312, ../sass/_m-nodo.scss */
.switch-modos {
  width: 100%;
  max-width: 500px;
  height: 40px;
  margin: 0 auto;
  border-radius: 6px;
  text-align: center;
  top: 20px;
}
@media (min-width: 768px) {
  /* line 312, ../sass/_m-nodo.scss */
  .switch-modos {
    top: 60px;
  }
}

/* line 327, ../sass/_m-nodo.scss */
.smodo {
  -moz-box-shadow: inset 0 0 2px #fff;
  -webkit-box-shadow: inset 0 0 2px #fff;
  box-shadow: inset 0 0 2px #fff;
  width: 33%;
  height: 40px;
  line-height: 40px;
  float: left;
  color: #fff;
}
/* line 339, ../sass/_m-nodo.scss */
.smodo:active, .smodo:focus, .smodo:visited {
  background-color: rgba(0, 0, 0, 0.2);
}

/* line 345, ../sass/_m-nodo.scss */
.adj-ico-modo {
  position: relative;
  top: 3px;
}

/* line 350, ../sass/_m-nodo.scss */
.adj-txt-modo {
  position: relative;
  top: -2px;
}

/* line 355, ../sass/_m-nodo.scss */
.smodo-active {
  position: absolute;
  height: 50px;
  background-color: #fff;
  color: #E4A100;
  border-radius: 6px;
  line-height: 50px;
  top: 50%;
  box-shadow: 0px 2px 6px #666;
  transition: all 0.6s;
}

/* line 369, ../sass/_m-nodo.scss */
.smodo-a-auto {
  left: 0;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
}

/* line 376, ../sass/_m-nodo.scss */
.smodo-a-man {
  left: 50%;
  transform: translate(-52%, -50%);
  -webkit-transform: translate(-52%, -50%);
  -ms-transform: translate(-52%, -50%);
}

/* line 383, ../sass/_m-nodo.scss */
.smodo-a-off {
  left: 99%;
  transform: translate(-99%, -50%);
  -webkit-transform: translate(-99%, -50%);
  -ms-transform: translate(-99%, -50%);
}

/* line 391, ../sass/_m-nodo.scss */
.smodo-active-content {
  width: 100%;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -50%;
  margin-top: -25px;
  opacity: 0;
  transition: all 0.3s;
}

/* line 403, ../sass/_m-nodo.scss */
.smodo-active.smodo-a-auto .smodo-active-content.smodo-ac-auto {
  opacity: 1;
}

/* line 407, ../sass/_m-nodo.scss */
.smodo-active.smodo-a-man .smodo-active-content.smodo-ac-man {
  opacity: 1;
}

/* line 411, ../sass/_m-nodo.scss */
.smodo-active.smodo-a-off .smodo-active-content.smodo-ac-off {
  opacity: 1;
}

/* line 416, ../sass/_m-nodo.scss */
.acc-modos {
  width: 100%;
  height: 45px;
  top: 5px;
  background: rgba(255, 255, 255, 0.3);
  border: 1px solid #FFFFFF;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.25);
  border-radius: 50em;
}

/* line 432, ../sass/_m-nodo.scss */
.acc-modo-solid {
  display: block;
  float: left;
  height: 45px;
  line-height: 42px;
  width: 33.333%;
  border-right: 1px solid #FFFFFF;
}
/* line 440, ../sass/_m-nodo.scss */
.acc-modo-solid:active, .acc-modo-solid:focus, .acc-modo-solid:visited {
  background-color: rgba(0, 0, 0, 0.2);
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* line 447, ../sass/_m-nodo.scss */
  .acc-modo-solid {
    line-height: 45px;
  }
}
/* line 452, ../sass/_m-nodo.scss */
.acc-modo-solid:last-child {
  border-right: none;
}

/* line 456, ../sass/_m-nodo.scss */
div[data-type="heat"] .acc-modo-solid-ac, div[data-type="heat-off"] .acc-modo-solid-ac {
  background: #E4A100;
  box-shadow: inset 0px 10px 13px 0px #7e5900;
}

/* line 461, ../sass/_m-nodo.scss */
div[data-type="cold"] .acc-modo-solid-ac, div[data-type="cold-off"] .acc-modo-solid-ac {
  background: #4498FF;
  box-shadow: inset 0px 10px 13px 0px #003577;
}

/* line 467, ../sass/_m-nodo.scss */
.cbutton-temp-disabled {
  color: #fff;
  opacity: .6;
}

/* line 472, ../sass/_m-nodo.scss */
.pos-cbutton-temp {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* line 484, ../sass/_m-nodo.scss */
.adj-ver-disp-sel {
  position: relative;
  top: -5px;
}

/* line 1, ../sass/_m-tiempo.scss */
.cw-n-t-num {
  font-size: 6.5em;
  letter-spacing: -5px;
}

/* line 6, ../sass/_m-tiempo.scss */
.pos-cw-current-icon {
  display: block;
  font-size: 16em;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  opacity: 0.1;
  width: 100%;
  height: 250px;
  text-align: left;
}
@media (min-width: 768px) {
  /* line 6, ../sass/_m-tiempo.scss */
  .pos-cw-current-icon {
    font-size: 16em;
  }
}
@media (min-width: 992px) {
  /* line 6, ../sass/_m-tiempo.scss */
  .pos-cw-current-icon {
    font-size: 20em;
  }
}

/* line 32, ../sass/_m-tiempo.scss */
.ww-blue {
  background-color: #5CD0E5;
}

/* line 36, ../sass/_m-tiempo.scss */
.ww-odd-row {
  background-image: -webkit-linear-gradient(left, rgba(0, 202, 242, 0.4) 0%, rgba(0, 155, 226, 0.4) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 202, 242, 0.4) 0%, rgba(0, 155, 226, 0.4) 100%);
  background-image: linear-gradient(to right, rgba(0, 202, 242, 0.4) 0%, rgba(0, 155, 226, 0.4) 100%);
}

/* line 42, ../sass/_m-tiempo.scss */
.adj-ico-tiempo-dias {
  width: 38px;
  text-align: center;
  display: inline-block;
}

/* line 49, ../sass/_m-tiempo.scss */
.logo-darksky-net {
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
}

/* line 56, ../sass/_m-tiempo.scss */
.logo-darksky-net svg {
  width: 18px;
  color: #fff;
  display: inline-block;
  fill: '#fff';
}

/* line 63, ../sass/_m-tiempo.scss */
.adj-w-poweredby {
  position: relative;
  top: -3px;
}

/* line 1, ../sass/_m-nodo_medidor.scss */
.medidor_chart {
  width: 260px;
  height: 208px;
  display: inline-block;
}

/* line 7, ../sass/_m-nodo_medidor.scss */
.medidor-consumo-inicial {
  width: 45px;
  left: 0;
  bottom: 10px;
}

/* line 13, ../sass/_m-nodo_medidor.scss */
.medidor-consumo-actual {
  width: 200px;
  left: 50%;
  margin-left: -100px;
  bottom: 37px;
}

/* line 20, ../sass/_m-nodo_medidor.scss */
.medidor-consumo-final {
  width: 45px;
  right: 0;
  bottom: 10px;
}

/* line 2, ../sass/_m-nodo_configuracion.scss */
.c-info-configuracion {
  border-radius: 5px 5px 0px 0px;
  background-color: #F2F2F2;
  min-height: 100%;
}

/* line 11, ../sass/_m-nodo_configuracion.scss */
.bg-op-config {
  background-color: #fff;
}

/* line 1, ../sass/_m-nodo_programador.scss */
.bg-programador-header {
  background-color: #E4A100;
}

/* line 5, ../sass/_m-nodo_programador.scss */
.acc-d-info {
  width: 15%;
}

/* line 9, ../sass/_m-nodo_programador.scss */
.acc-d-days {
  margin-left: 15%;
}

/* line 13, ../sass/_m-nodo_programador.scss */
.acc-d-days-content {
  width: 100%;
}

/* line 17, ../sass/_m-nodo_programador.scss */
.mode-temp {
  margin-left: 15%;
}

/* line 21, ../sass/_m-nodo_programador.scss */
.row-hour-current {
  background-color: #d85308;
}

/* line 29, ../sass/_m-nodo_programador.scss */
.gp-hora {
  width: 15%;
  height: 25px;
}

/* line 34, ../sass/_m-nodo_programador.scss */
.gp-modes {
  margin-left: 15%;
}

/* line 38, ../sass/_m-nodo_programador.scss */
.gp-mode-selector {
  background: #E8E8E8;
  box-shadow: inset 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
  border-radius: 2px;
  height: 25px;
  z-index: 10;
}
/* line 46, ../sass/_m-nodo_programador.scss */
.gp-mode-selector:after {
  content: '';
  display: block;
  background-image: linear-gradient(-180deg, #f15c08 5%, #d85308 100%);
  box-shadow: inset 0px -2px 2px 0px rgba(0, 0, 0, 0.5);
  border-radius: 2px;
  height: 25px;
  opacity: 0;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: all .1s;
  -moz-transition: all .1s;
  -ms-transition: all .1s;
  -o-transition: all .1s;
  transition: all .1s;
}

/*[data-status="inactive"] {
	background: #E8E8E8;
	box-shadow: inset 0px 2px 4px 0px rgba(0,0,0,0.50);
	border-radius: 2px;
	height: 25px;
}*/
/* line 80, ../sass/_m-nodo_programador.scss */
[data-status="active"]:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

/* line 90, ../sass/_m-nodo_programador.scss */
.gp-n-txt {
  opacity: 0;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

/* line 100, ../sass/_m-nodo_programador.scss */
[data-status="active"] .gp-n-txt {
  opacity: 1;
}

/* line 105, ../sass/_m-nodo_programador.scss */
.info-dispositivo {
  width: 95%;
  position: absolute;
  top: 0px;
  left: 50%;
  background-color: #fff;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.2);
  max-height: 380px;
  border-radius: 10px;
  overflow: hidden;
  border-radius: 10px;
  visibility: hidden;
  z-index: 15;
  opacity: 0;
  -webkit-transform: translate(-50%, -100%);
  -moz-transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
  -o-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
@media (min-width: 480px) {
  /* line 105, ../sass/_m-nodo_programador.scss */
  .info-dispositivo {
    max-width: 320px;
  }
}
@media (min-width: 768px) {
  /* line 105, ../sass/_m-nodo_programador.scss */
  .info-dispositivo {
    max-width: 320px;
  }
}
@media (min-width: 992px) {
  /* line 105, ../sass/_m-nodo_programador.scss */
  .info-dispositivo {
    max-width: 320px;
  }
}
@media (min-width: 1200px) {
  /* line 105, ../sass/_m-nodo_programador.scss */
  .info-dispositivo {
    max-width: 320px;
  }
}

/* line 158, ../sass/_m-nodo_programador.scss */
.info-disp-adj-top {
  top: 50px;
}

/* line 163, ../sass/_m-nodo_programador.scss */
.info-dispositivo-no::before {
  display: block;
  content: '';
  position: absolute;
  top: -9px;
  left: 50%;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  /* left arrow slant */
  border-right: 10px solid transparent;
  /* right arrow slant */
  border-bottom: 10px solid #fff;
  /* bottom, add background color here */
  font-size: 0;
  line-height: 0;
  transform: translateX(-50%);
  /*	@include modular-mq(xs) {
  		left: 10%;
  	}	
  
  	@include modular-mq(md) {
  		left: 10%;
  	}
  	@include modular-mq(lg) {
  		left: 14%;
  	}*/
}

/* line 191, ../sass/_m-nodo_programador.scss */
.info-dispositivo-scroll {
  max-height: 280px;
  overflow: auto;
  border-radius: 10px;
}

/* line 197, ../sass/_m-nodo_programador.scss */
.info-d-show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

/* line 1, ../sass/_m-nodo_estadisticas.scss */
.center-info-estadisticas {
  padding-bottom: 0px !important;
}

/* line 9, ../sass/_m-nodo_estadisticas.scss */
.recuadro, #BoxPrincipal {
  min-height: 430px;
}
@media (min-height: 320px) {
  /* line 9, ../sass/_m-nodo_estadisticas.scss */
  .recuadro, #BoxPrincipal {
    min-height: 305px;
  }
}
@media (min-height: 520px) {
  /* line 9, ../sass/_m-nodo_estadisticas.scss */
  .recuadro, #BoxPrincipal {
    min-height: 430px;
  }
}
@media (min-width: 480px) {
  /* line 9, ../sass/_m-nodo_estadisticas.scss */
  .recuadro, #BoxPrincipal {
    min-height: 460px;
  }
}

@media (min-width: 768px) {
  /* line 23, ../sass/_m-nodo_estadisticas.scss */
  #BoxPrincipal {
    padding-top: 40px;
  }
}

/* line 29, ../sass/_m-nodo_estadisticas.scss */
#chart_div {
  position: relative;
  width: 100%;
  height: 340px;
  background-color: #fff;
  padding-bottom: 10px;
  padding-top: 10px;
  box-shadow: 0px 5px 40px rgba(0, 0, 0, 0.3);
}
@media (min-width: 992px) {
  /* line 29, ../sass/_m-nodo_estadisticas.scss */
  #chart_div {
    height: 360px;
  }
}
@media (min-width: 768px) {
  /* line 29, ../sass/_m-nodo_estadisticas.scss */
  #chart_div {
    border-radius: 0px 0px 8px 8px;
  }
}
@media (min-height: 320px) {
  /* line 29, ../sass/_m-nodo_estadisticas.scss */
  #chart_div {
    height: 245px;
  }
}
@media (min-height: 520px) {
  /* line 29, ../sass/_m-nodo_estadisticas.scss */
  #chart_div {
    height: 340px;
  }
}

/* line 53, ../sass/_m-nodo_estadisticas.scss */
#fechagrafico {
  background-color: rgba(0, 0, 0, 0.4);
  border-bottom: 4px solid rgba(0, 0, 0, 0.3);
}
@media (min-width: 768px) {
  /* line 53, ../sass/_m-nodo_estadisticas.scss */
  #fechagrafico {
    border-radius: 8px 8px 0px 0px;
  }
}

/* line 61, ../sass/_m-nodo_estadisticas.scss */
.loader-estadisticas {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 25;
}

/* line 4, ../sass/_login.scss */
.login-bck {
  background-image: url("../img/login_bck.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

/* line 11, ../sass/_login.scss */
.login-form {
  position: absolute;
  top: 20%;
  left: 10%;
  width: 80%;
}

/* line 18, ../sass/_login.scss */
.login-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

/* line 25, ../sass/_login.scss */
.login-alert {
  background-color: rgba(0, 0, 0, 0.5);
}
