@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");
* {
  font-family: "Open Sans", sans-serif;
}

/* variables */
:root {
  --darkest: #0f0f0f;
  --lighter: #fafafa;
}

/* GEOPLAT */
.GEO > * {
  --primary: #b0192c;
  --secondary: #0971ce;
  --ternary: #00add9;
  --quaternary: #97e3bf;
}

/* BIOPLAT */
.BIO {
  --primary: #69a341;
  --secondary: #5f8a3f;
  --ternary: #335545;
  --quaternary: #87462c;
  --red: #ca4a1b;
  --orange: #dd9446;
}

/* OVERRIDE FORMS*/
.bgGreen {
  background-color: #73b03e;
}

.bgOrange {
  background-color: #f29d51;
}

.colorGreen {
  color: #73b03e;
}

.colorOrange {
  color: #f29d51;
}

.text-underline {
  text-decoration: underline;
}

.form-group {
  position: relative;
}

.form-control {
  border-radius: 24px;
}
.form-control:not(.fc-alt) {
  padding: 24px 18px;
  border: 1px solid #bbb;
}

.input-group .fg-line:first-child .form-control {
  border-bottom-left-radius: 24px;
  border-top-left-radius: 24px;
  border-right: 0;
}
.input-group .fg-line:nth-child(2) .form-control {
  border-bottom-right-radius: 24px;
  border-top-right-radius: 24px;
  border-left: 0;
}
.input-group .input-group-addon {
  border: 1px solid #bbb;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.input-group .input-group-addon > .zmdi {
  position: relative;
  top: 0;
}
.input-group .input-group-addon.last {
  border-bottom-right-radius: 24px;
  border-top-right-radius: 24px;
  border-left: 0;
}
.input-group .input-group-addon:not(.last) {
  border-bottom-left-radius: 24px;
  border-top-left-radius: 24px;
  border-right: 0;
}

.control-label .required {
  display: none;
}

.fg-line:after {
  content: none;
}
.fg-line:not(.disabled):after, .fg-line:not(.readonly):after {
  content: none;
}

.chosen-container-single .chosen-single {
  border: 1px solid #bbb;
  border-radius: 24px;
  padding: 24px 18px;
  height: 50px;
}
.chosen-container-single .chosen-single div b {
  background-position: left center;
  opacity: 0;
}
.chosen-container-single .chosen-single.chosen-default div b {
  opacity: 1;
}
.chosen-container-single .chosen-single > span {
  transform: translateY(-50%);
}
.chosen-container-single .chosen-single > abbr {
  transform: translateY(100%);
}

.chosen-container-multi .chosen-choices {
  border: 1px solid #bbb;
  border-radius: 24px;
  padding: 12px;
}

.btn {
  padding: 12px 48px;
  text-transform: none;
  font-size: 16px;
  border-radius: 18px;
}
.btn-success, .btn-info {
  background-color: #73b03e;
}
.btn-success.active, .btn-info.active {
  background-color: #73b03e;
}
.btn-primary {
  background: transparent;
  border: 2px solid #f29d51;
  color: #f29d51;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active {
  background: #f29d51;
  border: 2px solid #f29d51;
  color: #fff;
}
.btn-primary:hover:hover, .btn-primary:hover:focus, .btn-primary:focus:hover, .btn-primary:focus:focus, .btn-primary.focus:hover, .btn-primary.focus:focus, .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary.active:hover, .btn-primary.active:focus {
  background: #f29d51;
  border: 2px solid #f29d51;
  color: #fff;
}
.btn:not(.btn-link) {
  box-shadow: none;
}

.has-error.help-block {
  position: absolute;
  left: 0;
  width: 100%;
  margin-top: 0;
}
.has-error .input-group-addon {
  background-color: transparent;
  border-color: #f6675d;
}
.has-error .form-control {
  border-color: #f6675d;
}

.has-success .input-group-addon {
  /* 		color: #67bd6a;
  		border-color: transparent !important;
  		border-right-color: transparent !important;
  		background-color: transparent !important; */
}

/* HOME */
svg.timer {
  scale: 0;
  transform: rotate(-90deg);
  stroke-dasharray: 251;
  /* (2PI * 40px) */
  stroke-dashoffset: 251;
}
svg.timer circle {
  stroke: var(--primary);
}
svg.timer.active {
  scale: 1;
  animation-name: offsettozero;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}

@keyframes offsettozero {
  to {
    stroke-dashoffset: 0;
  }
}
/* LOGIN, REGISTER & FORGOT */
body.login-content::before {
  content: none;
}
body.login-content #l-register.lc-block,
body.login-content #l-forget-password.lc-block,
body.login-content #l-login.lc-block {
  background: none;
  box-shadow: none;
  border-radius: 0;
  margin-top: 0;
}
body.login-content #l-register.lc-block:not(.lcb-alt),
body.login-content #l-forget-password.lc-block:not(.lcb-alt),
body.login-content #l-login.lc-block:not(.lcb-alt) {
  padding: 0;
}
@media (min-width: 767px) {
  body.login-content #l-register.lc-block:not(.lcb-alt),
body.login-content #l-forget-password.lc-block:not(.lcb-alt),
body.login-content #l-login.lc-block:not(.lcb-alt) {
    padding: 35px 55px;
  }
}
body.login-content #l-register.lc-block img,
body.login-content #l-forget-password.lc-block img,
body.login-content #l-login.lc-block img {
  margin-bottom: 24px;
  width: 80%;
}
@media (min-width: 767px) {
  body.login-content #l-register.lc-block img,
body.login-content #l-forget-password.lc-block img,
body.login-content #l-login.lc-block img {
    margin-bottom: 48px;
  }
}
body.login-content #l-register.lc-block .biocirc,
body.login-content #l-forget-password.lc-block .biocirc,
body.login-content #l-login.lc-block .biocirc {
  background: #fff;
  padding: 36px 24px 24px 24px;
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.5);
  border-radius: 50px;
}
@media (min-width: 767px) {
  body.login-content #l-register.lc-block .biocirc,
body.login-content #l-forget-password.lc-block .biocirc,
body.login-content #l-login.lc-block .biocirc {
    padding: 24px 48px 48px 48px;
  }
}
body.login-content #l-register.lc-block .biocirc form label,
body.login-content #l-forget-password.lc-block .biocirc form label,
body.login-content #l-login.lc-block .biocirc form label {
  width: 100%;
  padding-left: 24px;
}
body.login-content #l-register.lc-block .biocirc form .checkbox,
body.login-content #l-forget-password.lc-block .biocirc form .checkbox,
body.login-content #l-login.lc-block .biocirc form .checkbox {
  margin: 0;
  text-align: center;
}
body.login-content #l-register.lc-block .biocirc form .checkbox label,
body.login-content #l-forget-password.lc-block .biocirc form .checkbox label,
body.login-content #l-login.lc-block .biocirc form .checkbox label {
  padding: 0;
}
body.login-content #l-login .input-group-addon .zmdi {
  cursor: pointer;
}
body.login-content footer {
  display: none;
}

/* LANG SELECTOR */
.select_lang_wrapper {
  width: 35px;
  height: 22px;
}
.select_lang_wrapper--drop {
  height: 22px;
}
.select_lang_wrapper--drop .select_lang img {
  width: 35px;
  height: 22px;
}
.select_lang_wrapper--drop .select_lang p {
  margin: 0 0 0 5px;
}
.select_lang_wrapper--drop .lang_drop_wrapper {
  width: 120px;
  padding: 5px;
  position: relative;
  z-index: 100;
  background-color: white;
  transition: all 0.3s ease;
  height: 0;
  opacity: 0;
  display: none;
}
.select_lang_wrapper--drop .lang_drop_wrapper a {
  font-family: roboto;
  font-size: 13px;
  line-height: 1.42857143;
  color: #5e5e5e;
  text-transform: none;
}
.select_lang_wrapper--drop .lang_drop_wrapper .select_lang.drop {
  display: inline-flex;
  margin-bottom: 5px;
  width: 100%;
}
.select_lang_wrapper--drop .lang_drop_wrapper .select_lang.drop:last-child {
  padding-bottom: 0;
}
.select_lang_wrapper--drop .lang_drop_wrapper .select_lang.drop:hover, .select_lang_wrapper--drop .lang_drop_wrapper .select_lang.drop:active {
  background-color: rgba(0, 0, 0, 0.05);
}
.select_lang_wrapper--drop:hover .lang_drop_wrapper, .select_lang_wrapper--drop:active .lang_drop_wrapper, .select_lang_wrapper--drop.active .lang_drop_wrapper {
  display: block;
  height: auto;
  opacity: 1;
}

/* HEADER */
header .header {
  padding: 12px 0;
}
@media (min-width: 767px) {
  header .header {
    padding: 48px 36px 24px 36px;
  }
}
header .header .header-inner {
  padding: 0;
}
@media (min-width: 767px) {
  header .header .header-inner {
    display: flex;
    justify-content: space-between;
  }
}
header .header .header-inner .logo {
  width: 100%;
  text-align: center;
  margin-bottom: 21px;
  display: flex;
}
@media (min-width: 767px) {
  header .header .header-inner .logo {
    width: inherit;
    margin-bottom: 0;
  }
  header .header .header-inner .logo img:first-child {
    margin-right: 20px;
  }
}
header .header .header-inner .logo img {
  max-height: 50px;
  width: auto;
  margin: auto;
}
header .header .header-inner .right-menu {
  display: flex;
}
header .header .header-inner .right-menu .menu-item {
  width: 100%;
  margin: auto;
  display: flex;
}
@media (min-width: 767px) {
  header .header .header-inner .right-menu .menu-item {
    margin-left: 12px;
  }
}
header .header .header-inner .right-menu .menu-item > * {
  margin: auto;
}
header .header .header-inner .right-menu .menu-item .btn {
  width: 50px;
  height: 50px;
  padding: 0;
  border-radius: 50%;
}
@media (min-width: 767px) {
  header .header .header-inner .right-menu .menu-item .btn {
    padding: 12px 24px;
    border-radius: 18px;
    width: 168px;
    height: 48px;
  }
}
header .header .header-inner .right-menu .menu-item a.btn {
  padding: 12px;
}
@media (min-width: 767px) {
  header .header .header-inner .right-menu .menu-item a.btn {
    padding: 12px 24px;
    border-radius: 18px;
    width: 168px;
    height: 48px;
  }
}
@media (min-width: 767px) {
  header .header .header-inner .right-menu .menu-item .circleProgress {
    border: 1px solid #ccc;
    padding: 5px;
    border-radius: 36px;
    display: inline-flex;
  }
}
header .header .header-inner .right-menu .menu-item .circleProgress .progressTooltip {
  display: none;
}
@media (min-width: 767px) {
  header .header .header-inner .right-menu .menu-item .circleProgress .progressTooltip {
    display: block;
    white-space: nowrap;
    color: #73b03e;
    font-weight: bold;
    margin: auto 12px;
  }
}
header .header .header-inner .right-menu .menu-item .circleProgress .circleCanvas {
  position: relative;
}
@media (min-width: 767px) {
  header .header .header-inner .right-menu .menu-item .circleProgress .circleCanvas {
    max-height: 55px;
  }
}
header .header .header-inner .right-menu .menu-item .circleProgress .circleCanvas canvas {
  max-width: 50px;
  max-height: 50px;
}
@media (min-width: 767px) {
  header .header .header-inner .right-menu .menu-item .circleProgress .circleCanvas canvas {
    max-width: 55px;
    max-height: 55px;
  }
}
header .header .header-inner .right-menu .menu-item .circleProgress .circleCanvas .total {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: bold;
}
header .header .header-inner .right-menu .menu-item .select_lang_wrapper {
  width: 50px;
  height: 50px;
}
header .header .header-inner .right-menu .menu-item .select_lang_wrapper--drop {
  height: 50px;
  border-radius: 50%;
}
header .header .header-inner .right-menu .menu-item .select_lang_wrapper--drop .select_lang img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
}
header .header .header-inner .right-menu .menu-item .select_lang_wrapper--drop .select_lang.drop img {
  width: 30px;
  height: 30px;
}
header .header .header-inner .right-menu .menu-item .select_lang_wrapper--drop .select_lang.drop p {
  margin: auto;
}
header .header .header-inner .right-menu .menu-item .select_lang_wrapper--drop .lang_drop_wrapper {
  transform: translateX(-100%);
  left: 100%;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
  border-radius: 12px;
}
@media (min-width: 767px) {
  header .header .header-inner .right-menu .menu-item .select_lang_wrapper--drop .lang_drop_wrapper {
    transform: translateX(-50%);
    left: 50%;
  }
}

/* SETTINGS TABS */
.card {
  border-radius: 48px;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.3);
}
.card ul.tab-nav {
  padding: 12px 24px 0 24px;
  box-shadow: inset 0 -3px 0 0 #ddd;
  white-space: normal;
}
.card ul.tab-nav li {
  padding: 12px;
  vertical-align: middle;
  position: relative;
}
.card ul.tab-nav li > a.nav {
  padding: 12px 12px 24px 12px;
  color: #73b03e;
  text-transform: none;
  font-size: 18px;
  display: contents;
}
.card ul.tab-nav li > a::after {
  height: 8px;
  bottom: 3px;
}
.card ul.tab-nav li > a.complete[role=tab]::before, .card ul.tab-nav li > a.incomplete[role=tab]::before, .card ul.tab-nav li > a.semicomplete[role=tab]::before {
  /* content: ""; */
  content: none;
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  right: 5px;
  top: 5px;
}
.card ul.tab-nav li > a.complete[role=tab]::before {
  background-color: green;
}
.card ul.tab-nav li > a.incomplete[role=tab]::before {
  background-color: orangered;
}
.card ul.tab-nav li > a.semicomplete[role=tab]::before {
  background-color: orange;
}
.card ul.tab-nav:not([data-tab-color]) > li > a::after {
  background: #f29d51;
}
.card .card-header:not(.ch-alt) {
  padding-left: 24px;
}
@media (min-width: 767px) {
  .card .card-header:not(.ch-alt) {
    padding-left: 72px;
  }
}
.card .card-header h2 {
  color: #73b03e;
  font-size: 16px;
}
.card .card-body.card-padding {
  padding: 12px 24px;
}
@media (min-width: 767px) {
  .card .card-body.card-padding {
    padding: 0 24px 24px 60px;
  }
}
.card .card-body.card-padding div.radio-inline {
  padding-left: 4px;
}
.card .card-body .card {
  box-shadow: none;
  border: 1px solid #eee;
  border-radius: 24px;
}
@media (min-width: 767px) {
  .card .card-body .card {
    border-radius: 48px;
  }
}
.card .card-body .card .card-header {
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  transition: 0.3s;
}
@media (min-width: 767px) {
  .card .card-body .card .card-header {
    border-top-left-radius: 48px;
    border-top-right-radius: 48px;
  }
}
.card .card-body .card .card-header.collapsed {
  border-radius: 24px;
}
@media (min-width: 767px) {
  .card .card-body .card .card-header.collapsed {
    border-radius: 48px;
  }
}
.card .card-body .card .card-body.card-padding {
  padding-top: 24px;
}
.card .card-body .form-group label.control-label {
  padding-left: 18px;
}
.card .card-body .form-group.has-error .help-block {
  left: 18px;
}
.card .card-body .navigation {
  position: relative;
}
.card .card-body .navigation .btn {
  padding: 12px;
}
.card .card-body .navigation .btn-success {
  border: 2px solid #73b03e;
  width: 100%;
}
.card .card-body .navigation .btn-primary {
  padding: 12px;
}
@media (min-width: 767px) {
  .card .card-body .navigation .btn-primary {
    padding: 12px 48px;
  }
}

#content #tab-entidad .principal .input-group-addon {
  vertical-align: top;
  padding: 12px;
}
#content #tab-entidad .principal .input-group-addon img {
  width: 25px;
  height: 25px;
  object-fit: fill;
  border-radius: 50%;
}
#content #tab-entidad .fileinput {
  padding-right: 15px;
}
#content #tab-entidad .fileinput .fileinput-preview {
  width: 100%;
  height: inherit;
}
#content #tab-entidad .fileinput .fileinput-preview img {
  margin-top: 0;
  max-width: 100%;
  height: auto;
}
#content #tab-entidad .fileinput button.btn.btn-danger {
  position: absolute;
  top: 5px;
  right: 20px;
}
#content #tab-redes .suscriptions .card {
  background-color: #FAFFFB;
}
@media (min-width: 767px) {
  #content #tab-redes .suscriptions .card {
    border-radius: 24px;
  }
}
#content #tab-redes .suscriptions .card .card-body {
  padding: 24px;
}
#content #tab-redes .suscriptions .card .card-body img {
  max-width: 100%;
}
#content #tab-redes .suscriptions .card .card-body ul {
  padding-left: 12px;
}
#content #tab-redes .suscriptions .card .card-body ul li {
  margin-bottom: 5px;
}
#content #tab-redes .suscriptions .card .card-body .card {
  border-radius: 24px;
}
#content #tab-redes .suscriptions .card .card-body .card.offer {
  border-color: transparent;
}
#content #tab-redes .suscriptions .card .card-body .card.offer .card-header {
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
  background-color: #A3B093;
  color: #fff;
  font-size: 18px;
  line-height: 18px;
  font-weight: bold;
  padding: 5px;
}
#content #tab-redes .suscriptions .card .card-body .card.offer .card-body {
  border-bottom-left-radius: 18px;
  border-bottom-right-radius: 18px;
  background-color: #A3B093;
  color: #fff;
  font-size: 18px;
  line-height: 18px;
  font-weight: lighter;
  padding: 3px 5px 10px;
}
#content #tab-redes .suscriptions .card.premium .card-body ul li::marker {
  color: #73b03e;
}
@media (min-width: 768px) {
  #content #tab-redes .suscriptions .card.premium .card-body .logoHold {
    min-height: 115px;
    display: flex;
  }
  #content #tab-redes .suscriptions .card.premium .card-body .logoHold img {
    margin: auto;
  }
}
#content #tab-redes .suscriptions .card.premium .card-body .card.offer .card-header {
  background-color: #73b03e;
  border: 1px solid #73b03e;
}
#content #tab-redes .suscriptions .card.premium .card-body .card.offer .card-body {
  background-color: #fff;
  border: 1px solid #73b03e;
}
#content #tab-redes .suscriptions .card.premium .card-body .card.offer .card-body p {
  color: #73b03e;
  font-size: 12px;
}
#content #tab-redes .suscriptions .card.premium .card-body .card.offer .card-body span {
  display: block;
  margin: 0 10px;
  padding: 6px 15px;
  border-radius: 9px;
  font-size: 16px;
  font-weight: bold;
  background-color: #73b03e;
  color: #fff;
}
#content #tab-redes .suscriptions .card.premium .card-body .card.offer.logo .card-header {
  background-color: #f29d51;
  border: 1px solid #f29d51;
}
#content #tab-redes .suscriptions .card.premium .card-body .card.offer.logo .card-body {
  border: 1px solid #f29d51;
}
#content #tab-redes .suscriptions .card.premium .card-body .card.offer.logo .card-body p {
  color: #f29d51;
}
#content #tab-redes .suscriptions .card.premium .card-body .card.offer.logo .card-body span {
  background-color: #f29d51;
}
#content #tab-redes .suscriptions .card.premium .card-body .card.offer.orange .card-header {
  background-color: #f29d51;
  border: 1px solid #f29d51;
}
#content #tab-redes .suscriptions .card.premium .card-body .card.offer.orange .card-body {
  border: 1px solid #f29d51;
}
#content #tab-redes .suscriptions .card.premium .card-body .card.offer.orange .card-body span {
  background-color: #f29d51;
}
#content #tab-redes .suscriptions .card.premium .card-body .card.offer.combo .card-body img {
  max-width: 75%;
  margin: 5px 0;
}
#content #tab-redes .suscriptions .card.premium .switcher {
  position: relative;
  width: 100px;
  height: 40px;
  background-color: #ccc;
  border-radius: 20px;
  margin: auto;
  cursor: pointer;
}
#content #tab-redes .suscriptions .card.premium .switcher.active {
  background-color: #73b03e;
}
#content #tab-redes .suscriptions .card.premium .switcher.active.orange {
  background-color: #f29d51;
}
#content #tab-redes .suscriptions .card.premium .switcher.active::before {
  left: inherit;
  right: 2px;
}
#content #tab-redes .suscriptions .card.premium .switcher::before {
  position: absolute;
  content: "";
  display: block;
  width: 36px;
  height: 36px;
  border-radius: 18px;
  background-color: #fff;
  left: 2px;
  top: 2px;
  transition: 0.3s;
}
@media (min-width: 768px) {
  #content #tab-redes .suscriptions .card.premium .checkout {
    margin-bottom: 100px;
  }
}
#content #tab-redes .suscriptions .card.premium .checkout .dto {
  display: none;
  color: #73b03e;
  padding-left: 60px;
}
#content #tab-redes .suscriptions .card.premium .checkout del {
  display: none;
}
#content #tab-redes .suscriptions .card.premium .checkout .onsale {
  display: none;
}
#content #tab-redes .suscriptions .card.premium .checkout h4 img {
  width: 20px;
  height: auto;
}
#content #tab-redes .suscriptions .card.premium .checkout h4 del {
  margin: 0 1rem;
}
#content #tab-redes .suscriptions .card.premium .checkout h3 del {
  margin: 0 3rem;
}
@media (min-width: 768px) {
  #content #tab-redes .suscriptions .card.premium .checkout.sale {
    margin-bottom: 0;
  }
}
#content #tab-redes .suscriptions .card.premium .checkout.sale del,
#content #tab-redes .suscriptions .card.premium .checkout.sale .dto,
#content #tab-redes .suscriptions .card.premium .checkout.sale .onsale {
  display: initial;
}
#content #tab-redes .suscriptions .card.premium .checkout.sale .total {
  display: none;
}
#content #tab-redes .suscriptions .card.pt-inner {
  cursor: pointer;
}
#content #tab-redes .suscriptions .card.pt-inner:hover {
  box-shadow: 0 12px 15px rgba(0, 0, 0, 0.24);
}
#content #tab-redes .suscriptions .card.pt-inner .pti-footer .redSys .logosPay {
  display: flex;
  justify-content: space-around;
}
#content #tab-redes .suscriptions .card.pt-inner .pti-footer .redSys .logosPay img {
  max-width: 50%;
  object-fit: contain;
}
#content #tab-redes .suscriptions .card.pt-inner .pti-footer a {
  opacity: 0;
  transition: 1s ease all;
}
#content #tab-redes .suscriptions .card.pt-inner.active .pti-footer a {
  opacity: 1;
}
#content #tab-contacto #contacts .contact {
  border: 1px solid #eee;
}
#content #tab-contacto #contacts .contact:nth-child(2n+1) {
  background: #fcfcfc;
}
#content #tab-contacto #contacts .contact:nth-child(2n+1) .form-control {
  background-color: transparent;
}
#content #tab-contacto #contacts .no-contacts .icon {
  position: relative;
  height: 150px;
}
#content #tab-contacto #contacts .no-contacts .icon .zmdi {
  position: absolute;
  font-size: 150px;
  left: 50%;
  top: 0;
}
#content #tab-contacto #contacts .no-contacts .icon .zmdi-bg {
  transform: translateX(-55%);
  color: #ddd;
}
#content #tab-contacto #contacts .no-contacts .icon .zmdi-front {
  transform: translate(-30%, 15%);
  color: #f29d51;
}
#content #tab-instalaciones #instalaciones .instalacion {
  border: 1px solid #eee;
}
#content #tab-instalaciones #instalaciones .instalacion:nth-child(2n+1) {
  background: #fcfcfc;
}
#content #tab-instalaciones #instalaciones .instalacion:nth-child(2n+1) .form-control {
  background-color: transparent;
}
#content #tab-instalaciones #instalaciones .no-facilities .icon {
  position: relative;
  height: 150px;
}
#content #tab-instalaciones #instalaciones .no-facilities .icon .zmdi {
  position: absolute;
  font-size: 150px;
  left: 50%;
  top: 0;
}
#content #tab-instalaciones #instalaciones .no-facilities .icon .zmdi-bg {
  transform: translateX(-55%);
  color: #ddd;
}
#content #tab-instalaciones #instalaciones .no-facilities .icon .zmdi-front {
  transform: translate(-30%, 15%);
  color: #f29d51;
}

/* NPI */
.verdeA {
  background: #93ba49 !important;
}

.verdeB {
  background: #5f8a3f !important;
}

.badge {
  position: absolute;
  font-style: normal;
  padding: 3px 6px;
  border-radius: 2px;
  right: 19px;
  top: 20px;
  font-size: 14px;
  line-height: 15px;
  color: #fff;
}

.red {
  background: #ca4a1b;
}

#first-row .card {
  height: 272px;
}

.outcard-header {
  padding: 8px 29px;
}

.outcard-header h4 {
  color: #5e5e5e;
}

.title {
  color: var(--primary) !important;
}

.modified::before {
  content: "";
  position: absolute;
  top: 0;
  left: 20%;
  width: 60%;
  height: 2px;
  background-color: orangered;
}

.chosen-choices .search-field,
.chosen-choices .search-field input {
  width: 100% !important;
}

/*# sourceMappingURL=style.css.map */
