.color-orange {
  color: #f68e20 !important;
}

.chronos .nav-tabs .active {
  border-bottom: 2px solid #9c1619;
}
.chronos .cv-cards {
  padding: 15px 0;
}
.chronos .ntilde:after {
  display: none;
}
.chronos .card.gradient::before {
  content: "";
  background: #9c1619;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #ba594b 0%, #9c1619 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  display: block;
  clear: both;
  width: 100%;
  height: 7px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px 5px 0 0;
}
.chronos .card.gradient.orange::before {
  content: "";
  background: #f68e20;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #ffc588 0%, #f68e20 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  display: block;
  clear: both;
  width: 100%;
  height: 7px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px 5px 0 0;
}
.chronos .card.color {
  background-color: #fff;
}
.chronos .card.imagebg {
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
}
.chronos .card.hmi {
  height: 200px;
}
.chronos .card.hmi h1 {
  font-family: "natura_scriptregular";
  font-size: 50px;
  color: #9c1619;
  margin-top: 10px;
  margin-bottom: 3px;
}
.chronos .card.hmi p {
  text-align: left;
  font-size: 18px;
  color: #999999;
  margin-top: 0;
  padding: 0;
}
.chronos .card#condiciones h1 {
  text-align: center;
  font-family: "natura_scriptregular";
  font-size: 65px;
  color: #9c1619;
  margin-top: 30px;
  margin-bottom: 20px;
}
.chronos #condiciones .vmaincontent {
  max-width: 900px;
  margin: 0px auto;
}
.chronos .card#seguimiento {
  background-image: url(../images/chronos/header.jpg);
}
.chronos #seguimiento .vmaincontent {
  max-width: 800px;
  margin: 20px auto;
}
.chronos .card#seguimiento h1 {
  text-align: center;
  font-family: "natura_scriptregular";
  font-size: 65px;
  color: #9c1619;
  margin-top: 30px;
  margin-bottom: 20px;
}
.chronos .card#agenda h2, .chronos .card#seguimiento h2 {
  text-align: center;
  font-size: 22px;
  color: #fff;
  margin-top: 30px;
  margin-bottom: 20px;
}
.chronos p.cdescription {
  max-width: 200px;
  margin: 0 auto;
}
.chronos .ccontainer {
  margin: 0 auto;
  width: 100%;
  max-width: 130px;
}
.chronos .ccontainer.circle {
  border-radius: 100%;
  background-color: #c25c4e;
  color: #fff;
  height: 200px;
  width: 200px;
  max-width: none;
}
.chronos .ccontainer.circle.red {
  background: #9c1619;
}
.chronos .ccontainer.circle.red p.bigval {
  padding: 10px 0px 10px !important;
}
.chronos .ccontainer.circle.red .top {
  padding: 30px 0px 0px;
}
.chronos .card#seguimiento h3 {
  text-align: center;
  font-size: 22px;
  color: #000;
  margin: 0px;
}
.chronos .card#seguimiento p.bigval {
  text-align: center;
  font-size: 60px;
  line-height: 60px;
  margin: 0px;
  padding: 60px 0px 10px;
  color: #fff;
}

.chronos .white {
  color: #fff !important;
}
.chronos .dgreen {
  color: #64771a !important;
}
.chronos #disponibles-bar,
.chronos #activas-bar {
  position: relative;
  height: 300px;
  padding-top: 100px;
}
.chronos #disponibles-bar .tit-bar {
  color: #fff;
  font-size: 16px;
  padding-top: 15px;
}
.chronos #activas-bar .tit-barb {
  color: #fff;
  font-size: 16px;
  padding-top: 15px;
  position: absolute;
  left: -115px;
  top: -15px;
  display: block;
  width: 100px;
  text-align: center;
}
.chronos #activas-bar .tit-barb span {
  color: #fff;
  font-size: 40px;
  line-height: 30px;
  padding-top: 8px;
  display: block;
}
.chronos #disponibles-bar .vmaincontent,
.chronos #activas-bar .vmaincontent {
  margin: 0px auto;
  width: 500px;
  position: relative;
  height: 200px;
}
.chronos .percent-bar {
  width: 100%;
  position: relative;
  padding: 40px 0 10px;
}
.chronos .percent-bar .bar {
  position: absolute;
  height: 15px;
  border-radius: 8px;
}
.chronos .percent-bar .disp-17 {
  background-color: #9c1619;
  z-index: 100;
}
.chronos .percent-bar .disp-actuales {
  background-color: #92636c;
  z-index: 90;
}
.chronos #disponibles-bar .ref-c17,
.chronos #activas-bar .ref-c17b {
  width: 100px;
  padding: 7px;
  font-size: 12px;
  color: #fff;
  font-weight: 300;
  background-color: #9c1619;
  text-align: left;
  position: absolute;
  left: -50px;
  top: -100px;
}
.chronos #disponibles-bar .ref-c16 {
  width: 100px;
  padding: 7px;
  font-size: 12px;
  color: #fff;
  font-weight: 300;
  background-color: #92636c;
  text-align: left;
  position: absolute;
  left: -50px;
  top: 75px;
}
.chronos #activas-bar .ref-c16b {
  width: 100px;
  padding: 7px;
  font-size: 12px;
  color: #fff;
  font-weight: 300;
  background-color: #92636c;
  text-align: left;
  position: absolute;
  left: -50px;
  top: 75px;
  background-color: transparent;
  text-align: center;
  font-size: 13px;
  padding: 0;
}
.chronos #activas-bar .ref-c17b {
  background-color: transparent;
  text-align: center;
  font-size: 13px;
  padding: 0;
}
.chronos .percent-bar .bar-bg {
  width: 100%;
  background-color: #fff;
  z-index: 80;
}
.chronos .marker {
  width: 1px;
  height: 40px;
  border-left: 1px solid #fff;
  position: absolute;
  top: 35px;
}
.chronos .marker.mark17, .chronos .marker.mark17b {
  top: 20px;
}
.chronos .mark17:after {
  content: "CICLO 17";
  width: 80px;
  font-size: 15px;
  text-align: center;
  display: block;
  position: absolute;
  top: -25px;
  left: -40px;
}
.chronos .mark16:after {
  content: "CICLO 16";
  width: 80px;
  font-size: 15px;
  text-align: center;
  display: block;
  position: absolute;
  top: 45px;
  left: -40px;
}
.chronos .mark17b:after {
  content: "META 101%";
  width: 100px;
  font-size: 15px;
  text-align: center;
  display: block;
  position: absolute;
  top: -25px;
  left: -50px;
}
.chronos .mark16b:after {
  content: "META 105%";
  width: 100px;
  font-size: 15px;
  text-align: center;
  display: block;
  position: absolute;
  top: 45px;
  left: -50px;
}
.chronos #table-ciclos {
  background-color: #fff;
  font-size: 16px;
}
.chronos #table-ciclos table {
  margin-bottom: 0;
}
.chronos .table > tbody > tr > td.danger {
  background-color: transparent;
  color: red;
  font-weight: bold;
}
.chronos .table > tbody > tr > td.good {
  background-color: transparent;
  color: #f68e20;
  font-weight: bold;
}
.chronos .card #activas-bar {
  background-image: url(../images/verano/bgcard3.png);
  background-size: cover;
  background-position: center bottom;
  padding: 140px 0 0px 0;
  height: auto;
}
.chronos .card.lyg h1 {
  color: #fff;
  font-weight: bold;
  font-size: 25px;
  position: absolute;
  text-align: center;
  top: 7px;
  left: 0px;
  background: url(/lib/images/chronos/semicircle.png) -2px top no-repeat;
  width: 173px;
  height: 92px;
  line-height: 67px;
}
.chronos .activar-btn {
  letter-spacing: 0;
  font-weight: bold;
  background-color: #f68e20;
}
.chronos .titulo-seccion h2 {
  color: #9c1619;
  font-size: 25px;
  text-align: center;
  font-weight: bold;
}
.chronos .card.imagebg#agenda {
  background: url(../images/chronos/bakground.jpg) center no-repeat;
  background-size: cover;
}
.chronos .card#agenda h2 {
  text-align: center;
  font-family: "natura_scriptregular";
  font-size: 65px;
  color: #9c1619;
  margin: 0;
  padding: 0px;
}
@media all and (min-width: 480px) and (max-width: 767px) {
  .chronos .card#agenda h2 {
    font-size: 40px;
  }
}
@media all and (max-width: 599px) {
  .chronos .card#agenda h2 {
    font-size: 40px;
  }
}
.chronos .card .sub {
  max-width: 434px;
  margin: 0px auto 20px;
  font-size: 18px;
  text-align: center;
}
.chronos .price {
  color: #f68e20;
  font-weight: bold;
  text-align: center;
  width: 100%;
  max-width: 200px;
  position: relative;
}
.chronos .price:before {
  content: "";
  display: block;
  padding-top: 62%;
}
.chronos .price .price-txt {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 30px;
  height: 30px;
}
.chronos .lyg {
  background: url(../images/chronos/art.png) right top no-repeat #FFF;
}
.chronos .lyg img {
  margin: 60px auto 0px;
}
.chronos .lyg ul,
.chronos .lyg li {
  margin: 0;
  padding: 0;
  font-size: 18px;
}
.chronos .lyg .detalle {
  padding-top: 20px;
  min-height: 85px;
  list-style-position: inside;
}
.chronos #agenda .claim {
  color: #9c1619;
  font-size: 20px;
  text-align: center;
}
.chronos #agenda .subdescription {
  color: #999999;
  max-width: 298px;
  margin: 0 auto;
  font-size: 16px;
}
.chronos #agenda .subdescription ul {
  padding: 0px;
}
.chronos #agenda .subcolumns {
  color: #999999;
  max-width: 850px;
  font-size: 16px;
}
.chronos #agenda .subcolumns div {
  min-height: 200px;
}
@media all and (max-width: 960px) {
  .chronos #agenda .subcolumns div {
    min-height: 70px;
  }
}
.chronos #agenda .subcolumns .vborderline {
  border-left: solid 1px #999999;
}
@media all and (min-width: 960px) {
  .chronos #agenda .subcolumns .vborderline:first-child {
    border: 0;
  }
}
.chronos #agenda .custom-btn {
  background: #9c1619;
}
.chronos .ag_report {
  display: inline-block;
  min-width: 150px;
  vertical-align: top;
  color: #fff;
  text-decoration: none;
  text-align: center;
  margin: 20px;
}
.chronos.cns .recuadro {
  width: 100%;
  padding: 5px;
  border: 1px solid #dddddd;
  margin-left: -15px;
  margin-top: 5px;
}
.chronos.cns .recuadro table {
  width: 100%;
  border: none;
}
.chronos.cns .recuadro table th {
  font-weight: 300;
  font-size: 11px;
  text-transform: uppercase;
  color: #a9c532;
  text-align: left;
}
.chronos.cns .recuadro table td {
  font-weight: 300;
  font-size: 20px;
  color: #7a6052;
  text-align: left;
}
.chronos.cns .recuadro table td span {
  font-size: 30px;
}
.chronos.cns .cn_bar {
  width: 100%;
  position: relative;
  padding-bottom: 30px;
}
.chronos.cns .cn_bar:before {
  content: url("../images/verano/smile_mal.png");
  position: absolute;
  width: 26px;
  height: 26px;
  left: -34px;
  top: 10px;
}
.chronos.cns .cn_bar:after {
  content: url("../images/verano/smile_ok.png");
  position: absolute;
  width: 26px;
  height: 26px;
  right: -34px;
  top: 10px;
}
.chronos.cns .percent-bar.cn_bar {
  width: 100%;
  position: relative;
  padding: 20px 0 20px;
}
.chronos.cns .percent-bar.cn_bar .bar {
  height: 10px;
}
.chronos.cns .percent-bar .bar-bg.grey {
  width: 100%;
  background-color: #dddddd;
}
.chronos.cns .percent-bar .cn-mesure-bar.bar {
  z-index: 100;
  background: #f4b600;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #d0634c 0%, #b7b539 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.chronos.cns .titulo-seccion {
  background-image: url(../images/verano/bgcard_cn1.png);
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
}
.chronos.cns .titulo-seccion h2 {
  font-size: 35px;
}
.chronos.cns .titulo-seccion .desc {
  font-size: 16px;
}
.chronos.cns .pccards h3 {
  font-size: 22px;
  color: #9c1619;
  text-align: left;
  font-weight: bold;
}
.chronos.cns #agenda h2 {
  font-size: 25px;
}
.chronos.cns #agenda .script {
  color: #fff;
  font-size: 50px;
  text-align: left;
  font-family: "natura_scriptregular";
  padding-bottom: 0;
  padding-top: 100px;
}
.chronos.cns #agenda .claim {
  color: #fff;
  font-size: 20px;
  text-align: left;
  padding-top: 0;
}
.chronos .desc a.dscierre, .chronos .desc a.dsrepot {
  background: url(../images/verano/download-symbol.png) 260px center #B0C734 no-repeat;
  background-size: 24px;
  width: 300px;
  padding: 15px 26px 10px 0px;
  height: 50px;
  font-weight: 500;
  display: inline;
  zoom: 1;
  display: inline-block;
  color: #fff;
  text-decoration: none;
}

/*
  .chronos #activas-bar .ref-c17b{
      top: -100px;
  }*/
/* exclusivo verano cn*/
.modal-header {
  background: #f4b600;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #b7b539 0%, #d0634c 100%);
  /* FF3.6-15 */
  padding: 28px 15px;
  color: #FFF;
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #b7b539 0%, #d0634c 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  font-family: naturasans;
}
.modal-header h4.modal-title {
  font-size: 26px;
  text-align: center;
}

.modal-content {
  text-align: center;
}

.modal-footer {
  border: none;
}
.modal-footer .negar {
  margin-right: 40px;
}

.modal-content {
  border: none;
}

.bootbox-body {
  font-size: 20px;
}

.modal-footer {
  border: none;
  max-width: 215px;
  margin: 0 auto;
  text-align: center;
}
.modal-footer .negar,
.modal-footer .aceptar {
  background: #a9c532;
  padding: 12px 20px;
  color: #fff;
  display: inline-block;
  font-size: 18px;
}

.card-content .card .head.ph {
  padding: 0px;
  min-height: auto;
}

.msjpre span {
  font-size: 3.5em;
  text-align: center;
  display: block;
  color: #a9c532;
}

.chronos .desc {
  width: 100%;
  max-width: 605px;
  overflow: hidden;
  margin: 10px auto 0px;
  text-align: center;
}
.chronos .suplist {
  margin: 21px 0px 0px 15px;
  width: 100%;
  padding: 0px 0px 0px 0px;
  border-top: 1px solid #B0C734;
}
.chronos .suplist .btn-ing {
  padding: 8px 13px;
  background: #B0C734;
  border-radius: 6px;
  color: #fff;
  width: 95px;
  display: block;
  text-align: center;
  margin: 0px auto;
}
.chronos .suplist .btn-mail {
  padding: 8px 13px;
  background: #D64514;
  border-radius: 6px;
  color: #fff;
  display: block;
  margin: 0px auto;
  width: 108px;
  text-align: center;
}
.chronos .suplist .row {
  padding: 8px 0px 8px 0px;
  width: 100%;
  margin: 0px 0px 0px 0px;
  border-bottom: 1px solid #B0C734;
}
.chronos .suplist span.text {
  display: block;
  padding-top: 5px;
}
.chronos .suplist .col-xs-2 {
  padding: 0px;
}

.home .chronos .suplist {
  border-top: 1px solid #FA6D0F;
}
.home .chronos .suplist .btn-ing {
  background: #AE2762;
}
.home .chronos .suplist .row {
  border-bottom: 1px solid #FA6D0F;
}

.custom-btn.activar-btn.bg-red {
  background-color: #9c1619;
}

.subt .big-red {
  color: #c25c4e;
  font-size: 30px;
}
.subt .big-red.two {
  line-height: 88px;
  font-size: 50px;
}
@media (max-width: 1200px) {
  .subt .big-red.two {
    font-size: 30px;
  }
}
@media (max-width: 1200px) {
  .subt .big-red {
    font-size: 20px;
  }
}
.subt .default {
  color: #999999;
  font-size: 20px;
  padding: 0px 10px;
  margin: 15px 0px 0px;
}
@media (max-width: 1200px) {
  .subt .default {
    font-size: 17px;
  }
}

.bg-pink {
  background: #c25c4e !important;
}

.landing.chronos .maintitle {
  text-align: center;
  color: #9c1619;
}
.landing.chronos .sub-text {
  max-width: 470px;
  margin: 0 auto;
  text-align: center;
}
.landing.chronos .titulo-seccion {
  padding: 0px;
}
.landing.chronos .titulo-seccion h2 {
  text-align: left;
}
.landing.chronos .desc {
  text-align: left;
}
.landing.chronos .bg-red {
  background: #9c1619;
}
.landing.chronos .section-bar {
  padding: 10px;
  border: solid 3px #EEEEEE;
  overflow: hidden;
  text-align: center;
  position: absolute;
  right: 30px;
  bottom: 60px;
  width: 250px;
}
.landing.chronos .section-bar .item {
  float: left;
  text-align: center;
  width: 50%;
}
.landing.chronos .section-bar .item .title {
  display: block;
  color: #9c1619;
  font-size: 12px;
}
.landing.chronos .section-bar .item .pnts .number {
  font-size: 25px;
}
@media (max-width: 1200px) {
  .landing.chronos .section-bar {
    position: static;
    right: auto;
    bottom: auto;
    margin: 20px auto 10px;
  }
}
.landing.chronos .icon {
  width: 10%;
  float: left;
}
.landing.chronos .icon span {
  width: 25px;
  height: 25px;
  display: block;
  margin: 0 auto;
}
.landing.chronos .icon span.bad {
  background: url(../images/chronos/sad-icon.png);
  background-size: cover;
}
.landing.chronos .icon span.happy {
  background: url(../images/chronos/happy-icon.png);
  background-size: cover;
}
.landing.chronos .barcontainer {
  overflow: hidden;
  height: 50px;
  padding: 20px 0px;
}
.landing.chronos .barcontainer .progress {
  float: left;
  width: 74%;
  margin: 11px 3% 0px;
  background-color: #ccc;
  height: 6px;
  border-radius: 5px;
}
.landing.chronos .barcontainer .progress .progress-bar {
  background: #9c1619;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #ba594b 0%, #f68e20 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.landing.chronos .section-progre h4 {
  color: #9c1619;
  margin: 0;
  font-weight: 600;
  font-size: 20px;
}
.landing.chronos .section-progre .section-bar {
  position: relative;
  right: auto;
  bottom: auto;
  float: right;
  clear: both;
  margin: 20px 15px 0px;
}
@media (max-width: 1200px) {
  .landing.chronos .section-progre .section-bar {
    position: static;
    right: auto;
    bottom: auto;
    margin: 20px auto 10px;
    float: none;
  }
}

.chronos .card-map {
  background: url(../images/chronos/map-bg.png) right bottom no-repeat;
}
@media all and (max-width: 960px) {
  .chronos .card-map {
    background-size: 30%;
  }
}
.chronos .card-map .sub {
  max-width: 500px;
  color: #777;
}
.chronos .card-map h2 {
  text-align: center;
  font-family: "natura_scriptregular";
  font-size: 65px;
  color: #9c1619;
  margin: 0;
  padding: 0px;
}
@media all and (min-width: 480px) and (max-width: 767px) {
  .chronos .card-map h2 {
    font-size: 40px;
  }
}
.chronos .card-map .imap img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.chronos .card-map .imapdescription {
  max-width: 540px;
  text-align: right;
  font-size: 14px;
  color: #777;
  margin: 0 auto;
}
@media all and (max-width: 960px) {
  .chronos .card-map .imapdescription {
    text-align: center;
  }
}

@media all and (max-width: 1467px) {
  .chronos .container-fluid .card.hmi h1 {
    font-size: 36px;
  }
  .chronos .container-fluid .card.hmi p {
    font-size: 16px;
  }
  .close-menu .chronos .container-fluid .card.hmi h1 {
    font-size: 41px;
  }
}
@media all and (max-width: 1180px) {
  .chronos .container-fluid .card.hmi h1 {
    font-size: 26px;
  }
  .chronos .container-fluid .card.hmi p {
    font-size: 16px;
  }
  .close-menu .chronos .container-fluid .card.hmi h1 {
    font-size: 50px;
  }
}
@media all and (max-width: 990px) {
  .chronos .container-fluid .card.hmi h1 {
    font-size: 50px;
  }
  .chronos .container-fluid .card.hmi p {
    font-size: 18px;
  }
  .close-menu .chronos .container-fluid .card.hmi h1 {
    font-size: 50px;
  }
  .chronos .desc .dscierre {
    width: 243px;
    float: none;
    margin: 13px auto 0px;
  }
  .chronos .desc .dsrepot {
    width: 243px;
    float: none;
    margin: 13px auto 0px;
    width: 335px;
  }
  .chronos .suplist .col-xs-8 {
    padding: 0px;
  }
}/*# sourceMappingURL=chronos.css.map */