/* JR 2016 */
.nav > li > a:focus,
.nav > li > a:hover {
  background: rgba(0, 0, 0, 0);
}

.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  background-color: #333;
  border-color: #000;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
  color: #000000;
  background: #rgba 0, 0, 0, 0;
}

.nav-pills > li > a {
  border-radius: 0;
}

h1 {
  margin: 0;
  padding: 0;
}

.h1,
h1 {
  font-size: 33px;
}

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

a:active,
a:focus,
a:hover {
  color: #000000;
  text-decoration: none;
}

textarea {
  min-width: 100%;
  max-width: 100%;
}

.navbar-default {
  background-color: inherit;
  border: 0;
}

.navbar {
  position: relative;
  min-height: inherit;
  margin-bottom: inherit;
  border: 0;
}

.nav-tabs > li > a {
  color: #444242;
}

.nav-tabs > li.active > a {
  color: #000000;
}

.nav-tabs > li.active > a:hover {
  color: #000000;
}

.h2-reset {
  margin: 0;
  padding: 0;
}

.bg-green {
  background-color: #000000;
}

.bg-white {
  background-color: #fff;
}

.bg-grey {
  background: #efefef;
}

upper .uprer,
.upper {
  text-transform: uppercase;
}

.margentop {
  margin-top: 2em;
}

.margin-h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.grey666 {
  color: #666;
}

.glyphicon {
  cursor: default;
}

.m1 {
  margin-top: 1em;
}

.m2 {
  margin-top: 32px !important;
}

.opa80 {
  opacity: 0.8;
}
.opa80 span, .opa80 strong {
  opacity: 1;
}

.btn-fw {
  width: 100%;
}

.reset-margin {
  margin: 0;
  margin-bottom: 0 !important;
}

.reset-mr {
  margin-right: 0;
}

.mano, .hand {
  cursor: hand;
  cursor: pointer;
}

@media (min-width: 768px) {
  .text-sm-right {
    text-align: right;
  }
  .text-sm-center {
    text-align: center;
  }
  .text-sm-left {
    text-align: left;
  }
  .mt-sm-10 {
    margin-top: 10px;
  }
  .mt-sm-20 {
    margin-top: 20px;
  }
  .mt-sm-30 {
    margin-top: 30px;
  }
  .mt-sm-40 {
    margin-top: 40px;
  }
  .pull-sm-left {
    float: left !important;
  }
  .pull-sm-right {
    float: right !important;
  }
}
@media (min-width: 992px) {
  .text-md-right {
    text-align: right;
  }
  .text-md-center {
    text-align: center;
  }
  .text-md-left {
    text-align: left;
  }
  .mt-md-10 {
    margin-top: 10px;
  }
  .mt-md-20 {
    margin-top: 20px;
  }
  .mt-md-30 {
    margin-top: 30px;
  }
  .mt-md-40 {
    margin-top: 40px;
  }
  .pull-md-left {
    float: left !important;
  }
  .pull-md-right {
    float: right !important;
  }
  .col-md-less-right {
    padding-right: 0;
  }
  .col-md-less-left {
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .text-lg-right {
    text-align: right;
  }
  .text-lg-center {
    text-align: center;
  }
  .text-lg-left {
    text-align: left;
  }
  .mt-lg-10 {
    margin-top: 10px;
  }
  .mt-lg-20 {
    margin-top: 20px;
  }
  .mt-lg-30 {
    margin-top: 30px;
  }
  .mt-lg-40 {
    margin-top: 40px;
  }
  .pull-lg-left {
    float: left !important;
  }
  .pull-lg-right {
    float: right !important;
  }
}
.centrado {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.w100 {
  width: 100%;
}

.btn-full {
  width: 100%;
}

.m20 {
  margin-top: 20px;
}

.m10 {
  margin-top: 10px;
}

.btn-recuperar {
  color: #e33939;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  font-family: "Open Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

::-moz-selection {
  background: #000000;
  color: #fff;
}

::selection {
  background: #000000;
  color: #fff;
}

/* Colores basico*/
.green {
  color: #000000;
}

.link {
  color: #000000;
  cursor: pointer;
}
.link:hover {
  color: #000000;
}

.container-fluid {
  width: 100%;
}

.last-container {
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  padding-bottom: 2em;
  min-height: 500px;
}

.row-separator {
  margin-top: 20px;
}

.btn-primary {
  background: #e33939;
  color: #fff;
  border-color: #e33939;
}

.btn-primary:focus,
.btn-primary:hover {
  background: #000000;
  border-color: black;
}

.btn-primary.active,
.btn-primary:active,
.open > .dropdown-toggle.btn-primary {
  background: #000000;
  border-color: black;
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary.focus:active,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover {
  background: #000000;
  border-color: black;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #e1e1e1;
  border-radius: 0;
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  border-color: rgba(0, 129, 212, 0.6);
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 129, 212, 0.3);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 129, 212, 0.3);
}

.btn-verde-blanco, .btn-verde-blanco:focus {
  background-color: #000000;
  border-radius: 3px;
  border: 2px solid #fff;
  display: inline-block;
  cursor: pointer;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 9px 10px;
  text-decoration: none;
  width: 95%;
  text-align: center;
}

.btn-verde-blanco:hover {
  background-color: #fff;
  color: #000000;
  text-decoration: none;
}

.btn-blanco-verde {
  background-color: #fff;
  border-radius: 3px;
  border: 2px solid #000000;
  display: inline-block;
  cursor: pointer;
  color: #000000;
  font-weight: 600;
  padding: 9px 10px;
  text-decoration: none;
  width: 95%;
  text-align: center;
}

.btn-blanco-verde:hover {
  background-color: #000000;
  color: #fff;
  text-decoration: none;
}

.btn-fondo-gris {
  display: inline-block;
  padding: 0.5em 2em;
  border: 2px solid #000000;
  border-radius: 5px;
  text-transform: uppercase;
  font-weight: bold;
}

.btn-fondo-gris:active,
.btn-fondo-gris:focus,
.btn-fondo-gris:hover {
  border: 2px solid #000000;
  color: #000000;
  background: #f2f1f1;
}

.table .btn-submit {
  padding-left: 1em;
  padding-right: 1em;
  text-align: center;
  width: 80%;
}

.btn-submit {
  background: #e33939;
  border: solid 1px #e33939;
  padding: 8px 15px;
  text-align: center;
  margin-top: 7px;
  border-radius: 4px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 5px;
  color: #fff;
}

.btn-submit:active,
.btn-submit:focus,
.btn-submit:hover {
  color: #fff;
  background-color: #BD3020;
  border: solid 1px #BD3020;
}

.table-striped > tbody > tr:nth-of-type(2n+1) {
  background: white;
}

.table {
  margin-top: 20px;
  border-color: #ccc;
}
.table thead > tr > th {
  padding: 1.5em 0 1.5em 1em;
  background: #00666d;
  border: 1px solid #00818a;
  color: white;
}
.table thead > tr > th i {
  margin-left: 0.3em;
}
.table thead > tr > th:last-child {
  text-align: center;
  width: 10em;
  padding-left: 0;
}
.table tbody > tr > td {
  border: 1px solid #ddd;
  height: 4em;
  vertical-align: middle;
}
.table tbody > tr > td:last-child {
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}

.modal-body {
  padding-left: 2em;
  padding-right: 2em;
}

.tabular {
  margin-left: 2em;
}

.form-control {
  border-color: #ddd;
}

.panel {
  margin-top: 1.5em;
}

.panel-default > .panel-heading {
  background: #000000;
  color: #fff;
  font-weight: bold;
}

.nav-tabs {
  margin-top: 2em;
}

.modal-header {
  background: #000000;
  color: #fff;
  border-radius: 4px 4px 0 0;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #000000;
  border-color: #000000;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #000000;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  z-index: 2;
  color: #000000;
  background-color: #eee;
  border-color: #ddd;
}

.well {
  min-height: 1.2em;
  padding: 1.3em;
  margin-bottom: 1.2em;
  background-color: #fff;
  border: 1px solid #cccccc;
  border-radius: 0.25em;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well-h3 {
  margin: 0;
  padding: 0;
  font-size: 1.3em;
  color: #000000;
  border-bottom: 1px solid #000000;
  margin-bottom: 0.3em;
  padding-bottom: 0.2em;
  width: 80%;
}

h2.nombre {
  font-size: 1.8em;
  font-weight: bold;
  border-bottom: 1px solid #000000;
  margin-bottom: 0.3em;
  padding-bottom: 0.2em;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus {
  color: #000000;
}

.readonly-false {
  color: #555;
  background-color: #fff !important;
  background-image: none;
  border: 1px solid #e1e1e1;
  border-radius: 0;
  -webkit-box-shadow: inset 0 0 0 transparent;
          box-shadow: inset 0 0 0 transparent;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow;
  transition: border-color ease-in-out 0.15s, box-shadow;
  transition: border-color ease-in-out 0.15s, box-shadow, -webkit-box-shadow;
  cursor: text;
}

div[data-msg=true] {
  padding: 1.2em 2em;
  margin-top: 0.5em;
  border-radius: 5px;
  border: 1px solid;
  margin-left: 15px;
  margin-right: 15px;
}

.modal-title {
  text-transform: uppercase;
}

/* -- JR --*/
.header {
  background: #f6f6f6;
}
.header .navbar {
  margin-top: 40px;
}

.bg-home {
  background-image: url("../img/bg-portada.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

.wrap-logo {
  margin: 18px 0;
}

.subtitulo {
  margin-top: 8px;
  font-size: 1.3em;
}

.titulo {
  font-weight: bold;
  text-transform: uppercase;
  color: #444242;
  font-size: 2.2em;
  margin-top: 0.1em;
  color: #000;
}

.menu {
  float: right;
}
.menu > li > a {
  text-transform: uppercase;
  color: #444242;
  font-weight: bold;
  padding: 7px 30px;
  font-size: 14px;
}
.menu > li > a:hover {
  color: #444242;
}
.menu > li > a:active {
  color: #000000;
}
.menu > li.active a {
  color: #000000;
}
.menu > li.active a:hover {
  color: #000000;
}
.menu > li.activ a:active {
  color: #000000;
}

.navbar-default {
  margin-left: -30px;
  margin-right: -30px;
}

.navbar-nav.pre-btn-logout > li > a,
.navbar-nav.pre-btn-logout > li > a:hover {
  text-transform: uppercase;
  font-weight: 700;
  padding: 6px 13px;
  background: #ddd;
  color: #fff;
  margin-bottom: 5px;
}

.navbar-nav.pre-btn-logout > li.open > a {
  color: #fff;
}

.navbar-nav > li > a .fas.der {
  margin-left: 4px;
}

.campos-login {
  padding: 1em 2em;
  min-width: 25em;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
  background-color: #eee;
}

.btn-salir {
  background-color: rgb(238, 238, 238);
  margin-left: 0.9em;
}
.header .dropdown.pull-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header .dropdown-toggle.link,
.header .btn-salir,
.header-baremo-help-btn {
  line-height: 20px;
}

#msgAction {
  margin-top: 1.5em;
  padding: 1em;
  border-radius: 8px;
}
#msgAction i {
  float: left;
  margin-top: 3px;
}
#msgAction p {
  padding-left: 2em;
}
#msgAction.bg-danger {
  border-bottom: 1px solid #f3b9b8;
}
#msgAction.bg-success {
  border-bottom: 1px solid #c1d5b9;
}

.doblerow {
  margin-right: -30px;
  margin-left: -30px;
}

.titulo-pagina .centrado {
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.bg-landing {
  height: 160px;
  background-image: url("../img/bg-landing.jpg");
  background-size: cover;
  background-position: center;
}

@media only screen and (max-width: 640px) {
  .navbar-nav .open .dropdown-menu {
    background-color: #fff !important;
  }
}
.titulo-pagina {
  position: relative;
  height: 95px;
  height: 10vh;
  min-height: 55px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.titulo-pagina .col-md-12 {
  padding-left: 30px;
}
.titulo-pagina a {
  color: #fff;
}
.titulo-pagina h1, .titulo-pagina .dias {
  line-height: 45px;
  font-weight: bold;
}
.header-baremo-help-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  padding: 0;
  margin-left: 6px;
  border: none;
  border-radius: 0;
  background-color: rgb(238, 238, 238);
  color: #333333;
  font-size: 14px;
  vertical-align: middle;
}
.header-baremo-help-btn:hover,
.header-baremo-help-btn:focus {
  background-color: #dddddd;
  color: #000000;
  outline: none;
}


@media (min-width: 992px) {
  .titulo-pagina.twocol h1, .titulo-pagina.twocol .dias {
    line-height: inherit;
    line-height: inherit;
  }
}
@media (min-width: 1200px) {
  .titulo-pagina.twocol h1, .titulo-pagina.twocol .dias {
    line-height: 45px;
  }
}
@media (min-width: 320px) and (max-width: 480px) {
  .titulo-pagina {
    height: 95px;
  }
}
.bg-rueda {
  background-image: url("../img/iso_blanco.png");
  background-repeat: no-repeat;
}

.bg-rueda-completa {
  background-image: url("../img/rueda.png");
  background-repeat: no-repeat;
  background-position: 100px -100px;
}

.bg-buscador {
  background: #333;
  color: #fff;
  padding-bottom: 1em;
}

.footer {
  background-color: #1b1b1b;
  background-image: url("../img/bg-footer.png");
  color: #fff;
  height: 100px;
  padding-top: 2.5em;
}
.footer a {
  color: #fff;
}
.footer a:hover {
  color: #ddd;
}

.login-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: calc(100vh - 110px - 100px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.login {
  width: 400px;
  margin-top: 5em;
}

input.dni, input.pass {
  background-repeat: no-repeat;
  background-position: 10px;
  padding-left: 35px;
}

input.dni {
  background-image: url("../img/id.png");
}

input.pass {
  background-image: url("../img/lock.png");
}

.panelLogin {
  border: 0;
  border-radius: 0;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  text-align: center;
  padding: 2em;
  padding-top: 1em;
}

@media (min-width: 320px) and (max-width: 720px) {
  .last-container {
    width: 90%;
  }
}
@media (min-width: 720px) and (max-width: 992px) {
  .last-container {
    width: 90%;
  }
}
.box-row {
  display: table;
  width: 100%;
}

.box-ani {
  opacity: 0;
}

.box-container {
  position: relative;
  -webkit-box-shadow: 0.2em 0.2em 0.25em rgba(32, 32, 32, 0.2);
          box-shadow: 0.2em 0.2em 0.25em rgba(32, 32, 32, 0.2);
  border-radius: 8px;
  min-height: 370px;
  min-height: 40vh;
  background-color: #000000;
  background-size: cover;
  padding: 0;
  margin-top: 3.5em;
  display: table;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.box-container.onerow {
  min-height: 45vh;
}

a.box-ani {
  -webkit-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}
a.box-ani:hover {
  -webkit-transform: scale(1.02) !important;
          transform: scale(1.02) !important;
}

.box-btn {
  min-width: 100%;
  padding: 0 2.5em;
  background: #333;
  font-size: 1.2em;
  color: #fff;
  border-radius: 8px;
  min-height: 80px;
  position: relative;
  margin-right: 15px;
}
.box-btn:hover {
  color: #fff;
}
.box-btn:active {
  color: #fff;
}
.box-btn:focus {
  color: #fff;
}

.box-btn {
  display: block;
}
.box-btn p.centrado {
  display: none;
}

span.box-btn-titulo {
  width: 100%;
  text-align: center;
}
span.box-btn-titulo i {
  margin-left: 15px;
}

.box-btn.empleado {
  min-height: 100px;
  font-weight: bold;
  font-size: 1.4em;
}
.box-btn.empleado .centrado {
  left: 5%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  text-align: left;
}
.box-btn.empleado p.centrado {
  display: block;
  font-size: 16px;
  font-weight: normal;
  width: 75%;
  top: 60%;
  line-height: 14px;
}
.box-btn.empleado span.box-btn-titulo {
  top: 30%;
  display: block;
}
.box-btn.empleado span.box-btn-titulo i {
  display: none;
}
.box-btn.empleado .box-icon-btn {
  display: block;
  background: #fff;
  color: #333;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  vertical-align: middle;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2em;
  padding: 0em;
}
.box-btn.empleado .box-icon-btn i {
  font-size: 30px;
}
.box-btn.empleado .box-icon-btn.centrado {
  left: auto;
  right: 50px;
}

.box-wrapper {
  display: table-cell;
  width: 30%;
  vertical-align: top;
}

.empleado .box-wrapper:first-child {
  width: 70%;
}

.box-wrapper:not(:last-child) {
  padding-right: 15px;
}

.box-wrapper:not(:first-child) {
  padding-left: 15px;
}

@media (min-width: 320px) {
  .box-wrapper {
    display: table-row;
  }
}
@media (min-width: 720px) {
  .box-wrapper {
    display: table-cell;
  }
}
@media (min-width: 992px) {
  .box-wrapper {
    display: table-cell;
  }
}
@media (min-width: 1200px) {
  .box-wrapper {
    display: table-cell;
  }
}
@media (min-width: 320px) and (max-width: 480px) {
  .box-container {
    width: 100%;
  }
}
.box-img-1 {
  background: url("../img/box-bg-1.jpg") no-repeat;
  background-size: cover;
}

.box-img-2 {
  background: url("../img/box-bg-2.jpg") no-repeat;
  background-size: cover;
}

.box-img-3 {
  background: url("../img/box-bg-3.jpg") no-repeat;
  background-size: cover;
}

.box-icon {
  position: absolute;
  display: block;
  background: #000000;
  width: 70px;
  height: 70px;
  margin: 0 auto;
  border-radius: 100%;
  color: #fff;
  display: table;
  vertical-align: middle;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2em;
  margin-top: -70px;
  left: 0;
  right: 0;
  padding: 0.7em;
}

.box-footer {
  position: absolute;
  bottom: 0;
  background: rgba(0, 129, 212, 0.9);
  padding-left: 2.5em;
  padding-right: 2.5em;
  text-align: center;
  color: #fff;
  padding-top: 2.8em;
  padding-bottom: 2.8em;
  border-radius: 0 0 8px 8px;
  width: 100%;
}
.box-footer h3 {
  font-size: 1.5em;
}

.agrupacion-campos {
  background: #f9f9f9;
  padding: 2em;
  margin-left: -15px;
  margin-right: -15px;
}
.agrupacion-campos .container {
  padding: 2em;
  border-radius: 5px;
}
.agrupacion-campos .container h2 {
  font-size: 1.5em;
  text-transform: uppercase;
  margin-bottom: 0.95em;
  margin-top: 0px;
  color: #000000;
}
.agrupacion-campos .container p {
  color: #444242;
  font-size: 1em;
  margin-top: -1.2em;
  margin-bottom: 1.5em;
  color: #555;
}

.agrupacion-campos:nth-child(2n+1) {
  background: #eeeff3;
}

.footer-submit {
  margin-top: 1em;
  margin-bottom: 2em;
}

.acciones a {
  margin: 0 0.2em;
}

.important-input {
  background: #f2f1f1;
  border-color: #7d9caf;
  font-weight: bold;
}

.dashbox-wrapper, .dashbox-wrapper-inline {
  font-family: "Open Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.dashbox-wrapper h3, .dashbox-wrapper-inline h3 {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}

.dash-tabs {
  text-transform: uppercase;
  font-size: 1.2em;
  font-weight: bold;
}

.dashbox-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.dashbox-row-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.dashbox {
  padding: 0.1em 1em 1em 1.5em;
  background-color: #efefef;
  margin-bottom: 2em;
  border-radius: 8px;
  border-bottom: 1px solid #dcdcdc;
  border-top: 3px solid #008790;
  padding-top: 20px;
  padding-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.dashbox-direc-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.dashbox-header {
  font-weight: bold;
  margin-bottom: 15px;
  border-bottom: 2px solid #333;
  padding-bottom: 5px;
  font-size: 18px;
  text-transform: uppercase;
}

.dashbox-wrapper-inline .dashbox, .dashbox-wrapper-inline .dashbox-25, .dashbox-wrapper-inline .dashbox-30, .dashbox-wrapper-inline .dashbox-50 {
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.dashbox-wrapper-inline .dashbox-25 {
  width: 24%;
  margin-right: 0.6%;
  min-height: 170px;
}
.dashbox-wrapper-inline .dashbox-30 {
  width: 32%;
  margin-right: 0.6%;
  min-height: 170px;
}
.dashbox-wrapper-inline .dashbox-50 {
  width: 50%;
  min-height: 170px;
}
.dashbox-wrapper-inline .dashbox-50:first-child {
  margin-right: 1%;
}
.dashbox-wrapper-inline .dashbox-50:last-child {
  margin-left: 1%;
}
.dashbox-wrapper-inline .dashbox-60 {
  width: 66%;
}

.dashbox-fortalezas {
  display: table;
}
.dashbox-fortalezas .dashbox-col {
  display: table-cell;
  width: 50%;
  padding-right: 8px;
}

.dashbox-absolute {
  position: absolute;
  float: left;
}

.dashbox-border-azul {
  border-top: 3px solid #008790;
}

.dashbox-border-gris {
  border-top: 3px solid #008790;
}

.participacion-comparativa .dashbox-border-azul {
  background-color: #ffffff;
  padding: 16px 28px;
  border-radius: 6px;
}
.participacion-comparativa .dashbox-row-col {
  margin-left: 0 !important;
}
.participacion-comparativa .dashbox-wrapper-inline {
  margin-top: 28px;
}
.participacion-comparativa .dashbox-wrapper-inline > .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2%;
  margin-left: -2%;
  margin-right: -2%;
}
.participacion-comparativa .dashbox-wrapper-inline > .row h3 {
  background-color: #efefef;
  border-top: 3px solid #008790;
  border-radius: 6px 6px 0 0;
  margin: 0;
  padding: 9px 20px 0;
  min-height: 34px;
  line-height: 18px;
}
.participacion-comparativa .dashbox-wrapper-inline > .row h3.col-md-6 {
  width: 49%;
  max-width: 49%;
}
.participacion-comparativa .dashbox-wrapper-inline > .row h3.col-md-12 {
  width: 100%;
  max-width: 100%;
}
.participacion-comparativa .dashbox-wrapper-inline .dashbox-row {
  gap: 2%;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.participacion-comparativa .dashbox-wrapper-inline .dashbox-50 {
  width: 49%;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.participacion-comparativa .dashbox-wrapper-inline .dashbox-100 {
  width: 100%;
}
.participacion-comparativa .dashbox-wrapper-inline .dashbox-border-gris {
  background-color: #efefef;
  border-top: 0;
  border-radius: 0 0 6px 6px;
  padding: 15px 20px 16px;
  min-height: 170px;
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 2em;
}
.participacion-comparativa .dashbox-wrapper-inline .dashbox > .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-left: 0 !important;
}
.participacion-comparativa .dashbox-wrapper-inline .dashbox > .row > .col-md-7 {
  width: 64%;
  padding-left: 0;
}
.participacion-comparativa .dashbox-wrapper-inline .dashbox > .row > .col-md-5 {
  width: 36%;
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 991px) {
  .participacion-comparativa .dashbox-wrapper-inline > .row,
  .participacion-comparativa .dashbox-wrapper-inline .dashbox-row,
  .participacion-comparativa .dashbox-wrapper-inline .dashbox > .row {
    display: block;
  }
  .participacion-comparativa .dashbox-wrapper-inline > .row h3.col-md-6,
  .participacion-comparativa .dashbox-wrapper-inline > .row h3.col-md-12,
  .participacion-comparativa .dashbox-wrapper-inline .dashbox-50,
  .participacion-comparativa .dashbox-wrapper-inline .dashbox-100,
  .participacion-comparativa .dashbox-wrapper-inline .dashbox > .row > .col-md-7,
  .participacion-comparativa .dashbox-wrapper-inline .dashbox > .row > .col-md-5 {
    width: 100%;
    max-width: 100%;
  }
  .participacion-comparativa .dashbox-wrapper-inline .dashbox-50 + .dashbox-50 {
    margin-top: 0;
  }
}
.dashbox-gris {
  border-top: 3px solid #333;
  background-color: #333;
  color: #fff;
  display: table;
  width: 100%;
}
.dashbox-gris .form-group {
  padding-top: 30px;
}

.border-bottom-blanco {
  border-bottom: 2px solid #fff;
}

.dashbox-cian {
  border-top: 3px solid #006C88;
  background-color: #00C0EF;
  color: #fff;
}
.dashbox-cian .dashbox-icon {
  color: rgba(0, 108, 136, 0.5);
}

.dashbox-verde {
  border-top: 3px solid #005183;
  background-color: #565294;
  color: #fff;
}
.dashbox-verde .dashbox-icon {
  color: rgba(0, 81, 131, 0.5);
}

.dashbox-amarillo {
  border-top: 3px solid #BC790A;
  background-color: #F39C12;
  color: #fff;
}
.dashbox-amarillo .dashbox-icon {
  color: rgba(188, 121, 10, 0.5);
}

.dashbox-rojo {
  border-top: 3px solid #BD3020;
  background-color: #DD4B39;
  color: #fff;
}
.dashbox-rojo .dashbox-icon {
  color: rgba(189, 48, 32, 0.5);
}

.dashbox-icon {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 9em;
}

.dashbox-col {
  position: relative;
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
  vertical-align: top;
}

.dashbox-col-50 {
  width: 50%;
}

.bar-men {
  font-size: 28px;
  padding-left: 3px;
  margin-top: 5px;
}

.bar {
  position: relative;
  width: 230px;
  height: 30px;
  overflow: hidden;
  background-color: #BBB;
}

.bar-title {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(2%, -50%);
          transform: translate(2%, -50%);
  font-weight: bold;
  width: 230px;
  color: #fff;
}

.bar-slider {
  position: absolute;
  background-color: #000000;
  width: 30%;
  height: 30px;
}

.worker {
  display: table;
  text-align: right;
  line-height: 35px;
  width: 230px;
}

.worker-number {
  display: table-cell;
  font-weight: bold;
  padding-right: 0.3em;
  width: 100%;
}

.worker-title {
  display: table-cell;
  font-weight: bold;
}

.poster {
  display: table;
  width: 252px;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 10px;
}

.poster-title {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
  background-color: #BBB;
  padding: 16px 15px;
  line-height: 20px;
  font-size: 13px;
  font-weight: 700;
  height: 95px;
}

.poster-number {
  display: table-cell;
  width: 50%;
  background-color: #000000;
  color: #fff;
  padding: 10px;
  padding-bottom: 0px;
  padding-right: 20px;
  padding-top: 20px;
  text-align: right;
  line-height: 40px;
  height: 100px;
}

.poster-data {
  font-size: 55px;
  font-weight: bold;
}

.chart {
  position: relative;
}

.chart-center {
  margin: 0 auto;
}

.chart-legend {
  position: absolute;
  top: 30%;
  -webkit-transform: translate(-50, -50%);
          transform: translate(-50, -50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100px;
}

.chart-caption {
  font-size: 10px;
  width: 90%;
  margin: 0px auto;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}

.chart-title {
  position: relative;
  font-weight: bold;
  font-size: 11px;
  line-height: 11px;
  margin-top: 3px;
  display: table;
  background-color: #000000;
  color: white;
  padding: 3px;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 200px;
}
.chart-title span {
  display: table-cell;
  vertical-align: top;
  padding-top: 5px;
}
.chart-title span:first-child {
  font-size: 30px;
  line-height: 30px;
  padding-right: 6px;
  padding-left: 6px;
  color: white;
  padding-top: 0px;
}

.chart-data {
  font-size: 40px;
  font-weight: bold;
  line-height: 40px;
}
.chart-data span {
  font-size: 0.8em;
  line-height: 0.8em;
}

.full-row {
  width: 100%;
}

.chart-small .chart-data {
  font-size: 35px;
  width: 90%;
  margin: 0px auto;
  margin-top: 3px;
  text-align: center;
}
.chart-small .chart-data span {
  font-size: 0.7em;
}

.chart-arrow {
  display: table;
  width: 80%;
  margin-top: 5px;
  margin-left: 0.3em;
}
.chart-arrow .chart-legend {
  position: absolute;
  top: 20%;
  -webkit-transform: translate(-50, -50%);
          transform: translate(-50, -50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  width: auto;
  color: #efefef;
}
.chart-arrow .chart-title {
  color: #efefef;
  vertical-align: middle;
}
.chart-arrow .chart-title.big span:first-child {
  font-size: 4em;
  padding-left: 20px;
  padding-top: 0px;
}
.chart-arrow .chart-title.big span {
  font-size: 1.2em;
  padding-left: 20px;
  padding-top: 10px;
}
.chart-arrow .chart-title span {
  display: block;
}
.chart-arrow .chart-title span:first-child {
  padding-left: 0;
}
.chart-arrow .chart-data {
  font-size: 18px;
  width: 90%;
  margin: 0px auto;
  margin-top: 3px;
  text-align: center;
}
.chart-arrow .chart-data span {
  font-size: 0.7em;
}

.chart-arrow-col {
  display: table-cell;
}

.chart-arrow-col.middle {
  vertical-align: middle;
}

.arrow-top::before {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 15px solid #000000;
  top: -13px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.arrow-left {
  position: relative;
  top: -20px;
}
.arrow-left::before {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 45px solid transparent;
  border-bottom: 45px solid transparent;
  border-right: 20px solid #000000;
  top: -25px;
  left: -20px;
  margin: 0 auto;
}

.title-eva {
  font-size: 1.2em !important;
  border-bottom: 2px solid rgb(189, 198, 189);
  width: 94%;
  padding-bottom: 10px;
  margin-left: 2%;
}

.dashbox-btn-wrapper {
  width: 250px;
  border-left: 2px solid #E4E4E4;
  height: 160px;
  padding-left: 15px;
}
.dashbox-btn-wrapper .btn-submit {
  width: 100%;
  text-align: left;
}

.dashbox-btn-title {
  font-weight: bold;
  padding-top: 1.8em;
}

.dashblock-title {
  font-weight: bold;
  font-size: 13px;
  margin-bottom: 5px;
  padding-left: 10px;
}

.dash-block {
  display: table;
}
.dash-block .dashbox-col {
  display: table-cell;
}
.dash-block .dashbox-col.middle {
  vertical-align: middle;
}
.dash-block .dash-block-row {
  display: table-row;
}

.bg-arrow::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 48px solid transparent;
  border-bottom: 48px solid transparent;
  border-right: 30px solid #fff;
  float: left;
}

.bg-arrow-col {
  position: relative;
  display: inline-block;
  float: left;
  vertical-align: top;
  background-color: #fff;
  margin: 0;
  height: 96px;
  padding: 10px;
  padding-left: 5px;
  width: 100px;
}

.bg-arrow.competencias::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 60px solid transparent;
  border-bottom: 60px solid transparent;
  border-right: 30px solid #fff;
  float: left;
}
.bg-arrow.competencias .bg-arrow-col {
  width: 180px;
  height: 120px;
  display: table;
}
.bg-arrow.competencias .bg-arrow-wrap {
  display: table-row;
}
.bg-arrow.competencias .bg-arrow-data, .bg-arrow.competencias .bg-arrow-caption {
  display: table-cell;
  vertical-align: middle;
}
.bg-arrow.competencias .bg-arrow-data {
  font-size: 40px;
  width: 39%;
}
.bg-arrow.competencias .bg-arrow-caption {
  width: 60%;
  font-size: 13px;
  font-weight: bold;
  color: #000000;
  line-height: 15px;
}

.bg-arrow-wrap {
  vertical-align: middle;
  border-right: 1px solid #E4E4E4;
  padding-right: 15px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}

.bg-arrow-wrap.last {
  border: 0;
}

.bg-arrow-title {
  padding-left: 30px;
  font-weight: bold;
  font-size: 14px;
  padding-bottom: 2px;
}

.bg-arrow-data {
  font-size: 30px;
  font-weight: bold;
}

.bg-arrow-caption {
  font-size: 13px;
  padding-left: 5px;
  line-height: 11px;
  color: #777;
}

.data-block-container {
  position: relative;
  width: 100%;
}
.data-block-container .data-block {
  margin-left: 23px;
  width: 90%;
}

.data-block {
  position: relative;
  display: inline-block;
  width: 100%;
  border-left: 4px solid #ccc;
  background-color: #fff;
  font-size: 14px;
  padding: 10px;
  margin-top: 5px;
}
.data-block span {
  position: absolute;
  right: 4%;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  font-weight: bold;
  font-size: 16px;
  line-height: 16px;
}

.data-block-title {
  font-weight: bold;
  overflow: hidden;
}
.data-block-title span:first-child {
  float: left;
}
.data-block-title span:last-child {
  float: right;
}

.data-block-icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  font-size: 25px;
  display: inline-block;
  margin-right: 8px;
}

.data-block-container:nth-child(1) .data-block-icon {
  color: #394264;
}
.data-block-container:nth-child(1) .data-block {
  border-left: 4px solid #394264;
}

.data-block-container:nth-child(2) .data-block-icon {
  color: rgb(75.5159235669, 87.4394904459, 132.4840764331);
}
.data-block-container:nth-child(2) .data-block {
  border-left: 4px solid rgb(75.5159235669, 87.4394904459, 132.4840764331);
}

.data-block-container:nth-child(3) .data-block-icon {
  color: rgb(84.7738853503, 98.1592356688, 148.7261146497);
}
.data-block-container:nth-child(3) .data-block {
  border-left: 4px solid rgb(84.7738853503, 98.1592356688, 148.7261146497);
}

.media-date {
  font-size: 5em;
  font-weight: bold;
}

.fortalezas-scroll {
  overflow-y: scroll;
  height: 240px;
  padding-right: 10px;
}

.opciones {
  background-color: #000000;
  padding-left: 20px;
  border-radius: 0 3px 3px 0;
}

.opciones,
.opciones:active,
.opciones:focus {
  color: #fff;
}

.opciones,
.year {
  margin-top: 25px;
  font-size: 1.3em;
  padding-right: 20px;
}

.opciones:hover {
  background-color: #000000;
  color: #fff;
}

.year {
  background-color: #fff;
  border-radius: 3px 0 0 3px;
  margin-right: -3px;
  padding-left: 30px;
  color: #000000;
  width: 120px;
}

.year i {
  padding-left: 12px;
}

.year-alone {
  border-radius: 3px;
}

.box {
  padding: 1.5em;
  margin-top: 1em;
}

.shadow {
  background-color: rgb(242, 242, 242);
}

.rounded {
  border-radius: 5px;
}

/* Estilos de GABI */
.texto1 {
  font-size: 4em;
  font-weight: bold;
  line-height: 65px;
}

.texto2 {
  font-size: 1em;
  font-weight: bold;
}

.cajatexto2 {
  background-color: #FFFFFF;
  margin: 0px;
  padding: 5px;
}

.texto3 {
  font-size: 2.5em;
  font-weight: bold;
}

.texto4 {
  font-size: 1em;
  font-weight: bold;
  color: #000000;
}

/* Fin estilos GABI */
.cajanegra {
  padding: 0.1em 1em 1em 1.5em;
  background-color: #333333;
  margin-bottom: 2em;
  margin-top: 1em;
  border-radius: 8px;
  border-bottom: 1px solid rgb(219.5, 219.5, 219.5);
}
.cajanegra h2 {
  color: #FFFFFF;
  border-bottom: 2px solid rgb(179, 206, 173);
  padding-bottom: 0.1em;
  font-size: 18px;
  font-weight: bold;
}
.cajanegra::before {
  display: table;
  content: " ";
}
.cajanegra::after {
  display: table;
  content: " ";
  clear: both;
}

.footer-row {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.footer-row .footer-col {
  display: table-cell;
}

.dash-tabs.nav-tabs > li:not(.active) > a {
  background-color: #f3f0f0;
}

#collapseOpciones h3 {
  border-bottom: 1px solid #757575;
  padding-bottom: 6px;
}
#collapseOpciones h3 span {
  color: #0b8ada;
  text-transform: none !important;
  text-transform: lowercase;
  font-weight: normal;
}
#collapseOpciones .form-group {
  padding-top: 10px;
}

.big .arrow-left::before {
  border-top: 55px solid transparent;
  border-bottom: 55px solid transparent;
  border-right: 20px solid #000000;
  top: -35px;
}

.name {
  color: #000000;
  font-weight: bold;
}

.wrap-name {
  padding-bottom: 2em;
}

.evaluaciones h3 + p {
  margin-bottom: 1em;
}
.evaluaciones .name {
  color: #000000;
  font-weight: bold;
  margin-bottom: 1px;
}
.evaluaciones .wrap-name {
  padding-bottom: 0.8em;
}
.evaluaciones .nav-tabs > li.active > a {
  font-weight: bold;
}
.evaluaciones .tab-content {
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.evaluaciones .nav-tabs > li > a {
  border-color: #eee #eee #ddd;
  min-width: 130px;
  min-height: 65px;
  background: #f6f6f6;
  margin-left: 0.3em;
}
.evaluaciones .nav-tabs > li:first-child > a {
  margin-left: 0;
}
.evaluaciones .nav-tabs > li.active > a,
.evaluaciones .nav-tabs > li.active > a:focus,
.evaluaciones .nav-tabs > li.active > a:hover {
  color: #000000;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.evaluaciones .ui-state-default,
.evaluaciones .ui-widget-content .ui-state-default,
.evaluaciones .ui-widget-header .ui-state-default {
  border: 1px solid #bbb;
  background: #ccc;
  font-weight: normal;
  color: #454545;
}

.row-competencias {
  padding-left: 1.5em;
}

/* Slider */
.slider-row {
  margin-top: 0.5em;
  margin-bottom: 1em;
  padding-left: 0.5em;
  display: inline-block;
  width: 90%;
}
.slider-row .ui-widget-header {
  border: 1px solid #ddd;
  background: #eee;
  color: #333;
  font-weight: bold;
}
.slider-row .ui-widget-content {
  border: 1px solid #aaa;
  background: #000000;
  color: #333;
}

.tip {
  display: inline-block;
  position: relative;
  background: #000000;
  float: right;
  margin-top: 2px;
}
.tip select,
.tip input {
  width: 50px;
  background: #000000;
  color: #fff;
  border: 0;
  text-align: center;
  font-weight: bold;
}

.tip::before {
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 11px;
  left: -4px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-radius: 0;
  background-color: #000000;
}

.ui-state-active,
.ui-widget-content .ui-state-active {
  border: 1px solid #aaa;
  background: #999;
}

.tag {
  display: block;
  background-color: #000000;
  padding: 5px;
  border-radius: 5px;
  color: #fff;
  width: 30px;
  text-align: center;
}

.bg-add {
  background-color: rgb(238, 238, 238);
  padding: 8px;
  border-radius: 5px;
}

.well-help {
  margin: 1.5em 0 0 1.5em;
  background-color: #f2f2f2;
}

.valor-medio-box {
  margin-top: 1em;
}

.valor-medio {
  display: block;
  font-size: 3em;
  font-weight: bold;
  text-align: center;
}

.caja {
  padding: 0.1em 1em 1em 1.5em;
  background-color: #efefef;
  margin-bottom: 2em;
  margin-top: 1em;
  border-radius: 8px;
  border-bottom: 1px solid rgb(219.5, 219.5, 219.5);
}
.caja h2 {
  color: #000000;
  border-bottom: 2px solid #c2d0da;
  padding-bottom: 0.1em;
  font-size: 25px;
  font-weight: bold;
}
.caja::before {
  display: table;
  content: " ";
}
.caja::after {
  display: table;
  content: " ";
  clear: both;
}

.form-group.caja {
  margin-right: 0;
  margin-left: 0;
}

.h2-titulo {
  color: #000000;
  border-bottom: 2px solid #adcace;
  padding-bottom: 0.1em;
  font-size: 25px;
  font-weight: bold;
}

.table-idiomas {
  width: 100%;
}
.table-idiomas th:first-child {
  width: 50%;
}
.table-idiomas th:last-child {
  width: 10%;
  text-align: center;
}
.table-idiomas td:last-child {
  width: 10%;
  text-align: center;
}
.table-idiomas td {
  padding-bottom: 0.5em;
}

.idioma {
  position: relative;
}
.idioma .idioma-select {
  position: absolute;
  top: 0;
  left: 0;
  width: 90%;
}
.idioma .idioma-input {
  position: absolute;
  top: 0;
  left: 0;
  width: 90%;
}

label.btn-default.active:hover,
label.btn-default:active,
label.btn-default:focus,
label.btn-default.active {
  background-color: #000000;
  color: #fff;
  border-color: rgb(12.75, 12.75, 12.75);
}

.firmado label.btn-default.active:hover,
.firmado label.btn-default:active,
.firmado label.btn-default:focus,
.firmado label.btn-default.active {
  background-color: #333;
  color: #fff;
  font-weight: bold;
  border-color: rgb(63.75, 63.75, 63.75);
}

.firmantes p {
  margin: 0;
  margin-top: 1.2em;
  color: #000000;
}
.firmantes h3, .firmantes h4 {
  margin: 0;
}

label[for*=br] {
  font-size: 1.2em;
}
label[for*=br] .select-gemelo {
  display: inline-block;
}
label[for*=br] .glyphicon {
  color: #666;
  margin-left: 4px;
  font-size: 0.9em;
}

.label-wrapper {
  margin-top: 0.31em;
}

.nav-footer {
  margin-top: 2em;
}

.js-escucha-checkbox input[type=checkbox] {
  display: none;
}

.btn-fortaleza {
  width: 100%;
  text-align: left;
  padding-left: 1.2em;
}

.caja-h3 {
  margin: 1em 0 0 0;
  padding: 0;
  font-size: 1.3em;
  color: #000000;
  border-bottom: 1px solid #000000;
  padding-bottom: 0.2em;
  width: 80%;
}

.multiselect {
  margin: 15px;
}

.tab-validation {
  display: none;
  position: absolute;
  top: -4px;
  right: 0px;
  width: 22px;
  height: 22px;
  line-height: 20px;
  text-align: center;
  color: #fff;
  border-radius: 100%;
  -webkit-box-shadow: 1px 1px 2px rgba(32, 32, 32, 0.2);
          box-shadow: 1px 1px 2px rgba(32, 32, 32, 0.2);
}
.tab-validation .fa {
  opacity: 0.9;
}

.validadoOK .tab-validation {
  display: block;
}

.tab-error {
  background-color: red;
  border: 1px solid #ad0202;
}

.tab-ok {
  background-color: rgb(0, 178, 89);
  border: 1px solid rgb(0, 126, 63);
}

.modal-margin {
  margin: 2em 1.5em;
}

.firma {
  margin-top: 2em;
  background-color: #efefef;
  border-radius: 0;
  color: #333;
  padding: 1.5em;
}
.firma h3 {
  font-size: 1.2em !important;
  text-transform: uppercase;
}

.bg-modal-firma {
  background: #efefef;
}

.firmado {
  background-color: #000000;
  padding: 1.5em;
  margin-left: 0;
  margin-right: 0;
  border-radius: 5px;
  color: #fff;
  height: 76px;
}

.titulo-firmando {
  font-size: 19px;
  border-bottom: 3px solid #000000;
  text-transform: uppercase;
}

.p-group {
  background: #f5f5f5;
  border-top: 1px solid #e4e4e4;
  padding-left: 16px;
  padding-bottom: 16px;
  padding-top: 8px;
}

.popover-title {
  font-weight: bold;
}

.validadoOK *[data-validate=false] {
  background-color: #f2dede !important;
  border: 1px solid rgb(227.5869565217, 185.4130434783, 185.4130434783) !important;
  color: rgb(40.1739130435, 15.8260869565, 15.8260869565) !important;
}

.validadoOK .js-alert label {
  background-color: #f2dede !important;
  border: 1px solid rgb(227.5869565217, 185.4130434783, 185.4130434783) !important;
  color: rgb(40.1739130435, 15.8260869565, 15.8260869565) !important;
}

.btn-default.active i.fa-circle-o {
  display: none;
}

.btn-default.active i.fa-check-circle-o {
  color: #fff;
  display: inline-block;
}

.btn-default i.fa-circle-o {
  display: inline-block;
  color: #999;
}

.btn-default i.fa-check-circle-o {
  display: none;
}

.contenedor-firma {
  padding-left: 15px;
  padding-right: 15px;
}
.contenedor-firma h3 {
  font-size: 1.5em;
  font-weight: bold;
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
  color: #fff;
}
.contenedor-firma h4 {
  margin: 0;
  margin-top: 1em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.2em;
  font-weight: bold;
}
.contenedor-firma p {
  margin: 0;
  margin-bottom: 1.5em;
}

#detalle_evaluacion_contenido.modal-content {
  padding: 3em 5em;
  border-radius: 0;
}
#detalle_evaluacion_contenido .modal-header {
  background: #fff;
  color: #333;
  border-radius: 0;
  border-bottom: 4px solid #000000;
}
#detalle_evaluacion_contenido .modal-header h3 {
  margin: 0;
  text-transform: uppercase;
}
#detalle_evaluacion_contenido .modal-header h3.st {
  font-weight: bold;
}
#detalle_evaluacion_contenido .modal-header h4 {
  margin: 0;
  text-transform: uppercase;
}
#detalle_evaluacion_contenido .modal-body {
  padding: 0;
}
#detalle_evaluacion_contenido .modal-resumen {
  width: 100%;
  margin: 0 auto;
}
#detalle_evaluacion_contenido .modal-resumen .cabecera {
  background-color: #000000;
  width: 100%;
  color: #fff;
  font-size: 1.2em;
  font-weight: bold;
  text-transform: uppercase;
  padding: 5px;
  margin: 0;
  margin-top: 1.2em;
  padding-left: 15px;
}
#detalle_evaluacion_contenido .modal-resumen .tabla-competencias {
  width: 100%;
}
#detalle_evaluacion_contenido .modal-resumen .tabla-competencias tr {
  background-color: #e4e9ec;
}
#detalle_evaluacion_contenido .modal-resumen .tabla-competencias tr:nth-of-type(2n+1) {
  background-color: #dae2e8;
}
#detalle_evaluacion_contenido .modal-resumen .tabla-competencias td.br {
  border-right: 2px solid #000000;
}
#detalle_evaluacion_contenido .modal-resumen .tabla-competencias td {
  width: 50%;
  padding: 5px;
  padding-right: 15px;
  padding-left: 15px;
}
#detalle_evaluacion_contenido .modal-resumen .tabla-competencias strong.mr {
  width: 110px;
  display: inline-block;
}
#detalle_evaluacion_contenido .modal-resumen .table-resumen-idioma {
  width: 100%;
}
#detalle_evaluacion_contenido .modal-resumen .table-resumen-idioma th {
  background-color: #8fbbd7;
  color: #252C25;
  font-weight: normal;
  padding-left: 10px;
}
#detalle_evaluacion_contenido .modal-resumen .table-resumen-idioma th:first-child {
  width: 40%;
  padding: 2px 5px;
  text-transform: uppercase;
  font-size: 1.2em;
  background-color: #000000;
  color: #fff;
  border-right: 2px solid #dae2e8;
  font-weight: bold;
  padding-left: 15px;
}
#detalle_evaluacion_contenido .modal-resumen .table-resumen-idioma td {
  background-color: #e4e9ec;
  padding: 10px;
  vertical-align: top;
  padding-left: 15px;
}
#detalle_evaluacion_contenido .modal-resumen .table-resumen-idioma td:first-child {
  border-right: 2px solid #dae2e8;
}
#detalle_evaluacion_contenido .modal-resumen .cuerpo {
  width: 100%;
  background-color: #fff;
  border-radius: 0;
  border-bottom: 2px solid rgb(219.5, 219.5, 219.5);
  overflow: hidden;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  margin-bottom: 2em;
}
#detalle_evaluacion_contenido .modal-resumen .cuerpo .fa-star {
  color: #000000;
}
#detalle_evaluacion_contenido .modal-resumen .cuerpo .fa-star-o {
  color: #999;
}
#detalle_evaluacion_contenido .modal-resumen .cuerpo h2 {
  font-size: 20px;
}
#detalle_evaluacion_contenido .modal-resumen .cuerpo .table-resumen {
  width: 100%;
}
#detalle_evaluacion_contenido .modal-resumen .cuerpo .table-resumen thead tr:first-child {
  background: #e4e4e4;
}
#detalle_evaluacion_contenido .modal-resumen .cuerpo .table-resumen tbody tr:first-child {
  background: #f5f5f5;
}
#detalle_evaluacion_contenido .modal-resumen .cuerpo .table-resumen tbody tr:nth-child(2n) {
  background: #f5f5f5;
  border-top: 1px solid #e4e4e4;
}
#detalle_evaluacion_contenido .modal-resumen .cuerpo .table-resumen tbody tr:nth-child(2n+1) {
  border-top: 1px solid #e4e4e4;
  background: #f5f5f5;
}
#detalle_evaluacion_contenido .modal-resumen .cuerpo .table-resumen td, #detalle_evaluacion_contenido .modal-resumen .cuerpo .table-resumen th {
  padding: 2px;
  padding-left: 15px;
}
#detalle_evaluacion_contenido .modal-resumen .cuerpo .table-resumen tbody th {
  color: #000000;
}
#detalle_evaluacion_contenido .modal-resumen .cuerpo .table-resumen th + td {
  width: 30%;
  text-align: right;
  padding-right: 0.5em;
}
#detalle_evaluacion_contenido .modal-resumen .cuerpo .table-idioma thead tr {
  background: #e4e4e4;
}
#detalle_evaluacion_contenido .modal-resumen .cuerpo .table-idioma thead tr th:last-child {
  text-align: center;
}
#detalle_evaluacion_contenido .modal-resumen .cuerpo .table-idioma tbody tr:first-child {
  background: #f5f5f5;
}
#detalle_evaluacion_contenido .modal-resumen .cuerpo .table-idioma tbody tr:nth-child(2n) {
  background: #f5f5f5;
  border-top: 1px solid #e4e4e4;
}
#detalle_evaluacion_contenido .modal-resumen .cuerpo .table-idioma tbody tr:nth-child(2n+1) {
  border-top: 1px solid #e4e4e4;
  background: #f5f5f5;
}
#detalle_evaluacion_contenido .modal-resumen .cuerpo .table-idioma td, #detalle_evaluacion_contenido .modal-resumen .cuerpo .table-idioma th {
  padding: 2px;
  padding-left: 15px;
}
#detalle_evaluacion_contenido .modal-resumen .cuerpo .table-idioma tbody th {
  color: #000000;
}
#detalle_evaluacion_contenido .modal-resumen .cuerpo .table-idioma th + td {
  width: 50%;
  text-align: center;
}
#detalle_evaluacion_contenido .modal-resumen .cuerpo h3 {
  font-size: 1.4em;
}
#detalle_evaluacion_contenido .modal-resumen .cuerpo .nombre-firma {
  font-size: 2em;
  margin-bottom: 0.1em;
  margin-top: 25px;
}
#detalle_evaluacion_contenido .table-movilidad {
  width: 100%;
}
#detalle_evaluacion_contenido .table-movilidad th {
  padding: 2px 5px;
  text-transform: uppercase;
  font-size: 1.2em;
  background-color: #000000;
  color: #fff;
  font-weight: 700;
  padding-left: 15px;
}
#detalle_evaluacion_contenido .table-movilidad tr:nth-child(2) td {
  background-color: #b1ccde;
  color: #252C25;
  padding: 5px 5px 5px 15px;
}
#detalle_evaluacion_contenido .table-movilidad tr:nth-child(3) td {
  background-color: #e4e9ec;
  color: #252C25;
  padding-top: 8px;
  padding-left: 15px;
  padding-bottom: 8px;
}
#detalle_evaluacion_contenido .table-movilidad tr:nth-child(3) td p {
  margin: 0;
}
#detalle_evaluacion_contenido .col-section-6 {
  width: 51%;
  float: left;
  margin-left: -15px;
  padding-left: 30px;
  margin-right: 0px;
}
#detalle_evaluacion_contenido .col-section-6 .cuerpo {
  margin-bottom: 0;
}

h3.eva {
  font-size: 1.5em;
}

.aviso {
  background-color: #000000;
  color: #fff;
  padding: 0.5em 1em;
  border-radius: 5px;
  padding-bottom: 3em;
}

.info {
  position: absolute;
  bottom: 15px;
  right: 24px;
  font-size: 3em;
  opacity: 0.6;
}

.box-img-4 {
  background: url("../img/box-bg-4.png") no-repeat;
  background-size: cover;
}

.box-img-5 {
  background: url("../img/box-bg-5.png") no-repeat;
  background-size: cover;
}

.box-img-6 {
  background: url("../img/box-bg-6.png") no-repeat;
  background-size: cover;
}

.max {
  min-height: 475px;
  min-height: calc(40vh + 100px);
  border: 1px solid #eee;
}
.max .box-footer {
  text-align: left;
  background-color: #000000;
  padding-left: 2em;
  padding-right: 2em;
  padding-bottom: 1em;
}
.max .box-footer p {
  font-size: 1.15em;
}
.max .box-pre-footer {
  background: #333;
  color: #fff;
  padding: 1em 9em 1em 2em;
  margin: -2.8em -2em 0 -2em;
  line-height: 14px;
  margin-bottom: 20px;
}
.max .box-header {
  position: relative;
}
.max .box-title {
  position: absolute;
  top: 46px;
  top: 3vh;
  left: 28px;
}
.max .box-title span {
  background-color: rgba(0, 129, 212, 0.9);
  font-weight: bold;
  color: #fff;
  margin-top: 1em;
  padding: 0em 1em 0.1em 0.3em;
  font-size: 2em;
}
.max .box-title div:first-child {
  -webkit-transform: rotate(-1deg);
          transform: rotate(-1deg);
  font-size: 0.8em;
  margin-bottom: 3px;
}
.max .box-title div:first-child span {
  padding-right: 1.1em;
}
.max .box-title div:nth-child(2) {
  margin-bottom: 7px;
}
.max .box-title div:nth-child(2) span {
  padding-right: 0.5em;
}
.max .box-title div:last-child {
  -webkit-transform: rotate(1deg);
          transform: rotate(1deg);
}

.box-destacado {
  font-size: 20px;
  text-transform: uppercase;
  line-height: 26px;
  margin-bottom: 20px;
  display: block;
}

span.separador {
  border-bottom: 1px solid #000000;
  display: block;
  width: 50%;
  margin: 0px auto 11px;
}

.calendario {
  position: absolute;
  top: -25px;
  right: 22px;
  padding: 10px;
  color: rgb(0, 0, 0);
  width: 80px;
  height: 80px;
}
.calendario .bisagra {
  display: block;
  position: absolute;
  top: 3px;
  width: 8px;
  height: 15px;
  background: #d8d8d8; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#d8d8d8), to(#a0a0a0));
  background: linear-gradient(to bottom, #d8d8d8 0%, #a0a0a0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8d8d8', endColorstr='#a0a0a0',GradientType=0 ); /* IE6-9 */
  border-bottom: 1px solid #838383;
  border-left: 1px solid #B4B3B3;
  border-right: 1px solid #B4B3B3;
}
.calendario .bisagra:first-child {
  left: 30px;
}
.calendario .bisagra:nth-child(2) {
  left: 64px;
}
.calendario .papel {
  display: block;
  background-color: #fff;
  border-radius: 8px;
  width: 79px;
  height: 77px;
  border: 1px solid #eee;
  -webkit-box-shadow: 0.2em 0.2em 0.25em rgba(32, 32, 32, 0.2);
          box-shadow: 0.2em 0.2em 0.25em rgba(32, 32, 32, 0.2);
  text-align: center; /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(90%, #e5e6e3), to(#d8d6b1));
  background: linear-gradient(to bottom, #ffffff 0%, #e5e6e3 90%, #d8d6b1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d8d6b1',GradientType=0 ); /* IE6-9 */
  border-bottom: 1px solid #838383;
}
.calendario .papel .dias {
  display: block;
  font-size: 2em;
  font-weight: bold;
  color: #333;
  font-size: 42px;
  margin-bottom: -12px;
}
.calendario .papel span:nth-child(2) {
  color: #000000;
}

.box-header h3 {
  display: none;
}

.box-footer p.extra {
  display: none;
}

.box-container.empleado {
  width: 100%;
  min-height: 354px;
}
.box-container.empleado .box-icon {
  left: auto;
  right: 50px;
  margin: -65px auto 0;
}
.box-container.empleado .box-header {
  position: relative;
}
.box-container.empleado .box-header h3 {
  position: absolute;
  top: 30px;
  left: 30px;
  display: block;
  font-weight: bold;
  font-size: 2em;
}
.box-container.empleado .box-header h3 span {
  background-color: rgba(0, 129, 212, 0.9);
  color: #fff;
  margin-top: 1em;
  padding: 0.1em 1em 0.1em 0.3em;
}
.box-container.empleado .box-footer {
  text-align: left;
  padding-top: 2em;
  padding-bottom: 2em;
}
.box-container.empleado .box-footer h3 {
  display: none;
}
.box-container.empleado .box-footer p.extra {
  display: block;
  width: 60%;
  font-size: 1.2em;
  line-height: 18px;
}

.box-icon-btn {
  display: none;
}

.dep-card-wrapper {
  width: 100%;
  text-align: center;
}
.dep-card-wrapper .dep-card:not(:first-child) {
  margin-left: 5px;
}

.dep-card {
  display: inline-block;
  width: 140px;
  height: 170px;
  background-color: #f9f9f9;
  padding: 10px;
  border-radius: 5px;
  -webkit-box-shadow: 1px 1px 3px rgba(32, 32, 32, 0.2);
          box-shadow: 1px 1px 3px rgba(32, 32, 32, 0.2);
  vertical-align: top;
  padding-top: 20px;
}
.dep-card.default {
  background-color: #dddddd;
}
.dep-card.default .dep-card-value {
  background-color: #f8f8f8;
}
.dep-card.default .dep-card-value::after {
  background-color: #f8f8f8;
}
.dep-card.danger .dep-card-value {
  background-color: #cd3d2c;
  color: white;
}
.dep-card.danger .dep-card-value::after {
  background-color: #cd3d2c;
}
.dep-card.warning .dep-card-value {
  background-color: #d9a300;
  color: white;
}
.dep-card.warning .dep-card-value::after {
  background-color: #d9a300;
}
.dep-card.success .dep-card-value {
  background-color: #008a4b;
  color: white;
}
.dep-card.success .dep-card-value::after {
  background-color: #008a4b;
}

.dep-card-value {
  position: relative;
  background-color: #d1d1d1;
  border-radius: 100%;
  width: 70px;
  height: 70px;
  margin: 0 auto;
  margin-bottom: 16px;
  color: #00363b;
}
.dep-card-value::after {
  content: "";
  display: block;
  background-color: #d1d1d1;
  height: 12px;
  width: 12px;
  position: absolute;
  bottom: -5px;
  margin: 0 auto;
  left: 0;
  right: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.dep-card-value span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 1.9em;
  font-weight: 700;
}

.dep-card-prev {
  display: block;
  font-size: 0.48em;
  line-height: 1;
  font-weight: 700;
}

.dep-card-icon {
  position: absolute;
  right: -2px;
  bottom: -6px;
  background-color: #00363b;
  width: 29px;
  height: 29px;
  border-radius: 100%;
}
.dep-card-icon i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-55%, -50%);
          transform: translate(-55%, -50%);
  color: white;
}

.dep-card-title {
  position: relative;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
  height: 40px;
  text-align: center;
  line-height: 15px;
}
.dep-card-title span {
  position: absolute;
  display: block;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.participacion-comparativa .dep-card-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  margin-left: 0 !important;
}
.participacion-comparativa .dep-card-wrapper .dep-card:not(:first-child) {
  margin-left: 0;
}
.participacion-comparativa .dep-card-comparativa {
  width: 148px;
  min-height: 198px;
  height: auto;
  padding: 20px 10px 14px;
  background-color: #fafafa;
}
.participacion-comparativa .dep-card-comparativa .dep-card-value {
  margin-bottom: 15px;
}
.participacion-comparativa .dep-card-comparativa .dep-card-title {
  height: 43px;
}
.participacion-comparativa .dep-card-comparativa .dep-card-separator {
  position: relative;
  height: 16px;
  margin: 6px 0 2px;
  text-align: center;
}
.participacion-comparativa .dep-card-comparativa .dep-card-separator::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 4px;
  right: 4px;
  height: 1px;
  background-color: #d2d2d2;
}
.participacion-comparativa .dep-card-comparativa .dep-card-separator span {
  position: relative;
  display: inline-block;
  min-width: 50px;
  padding: 1px 8px;
  background-color: #d2d2d2;
  color: #2b2b2b;
  font-size: 11px;
  line-height: 14px;
  font-weight: 700;
}
.participacion-comparativa .dep-card-comparativa .dep-card-anterior {
  font-size: 18px;
  line-height: 20px;
  font-weight: 800;
  color: #2b2b2b;
}

.btn-dash {
  display: block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #d7eef1;
  border-radius: 10px;
  min-height: 100px;
  -webkit-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: scale(1);
          transform: scale(1);
}
.btn-dash:hover {
  background-color: rgb(196.1111111111, 229.9722222222, 234.3888888889);
  -webkit-transform: scale(1.05) !important;
          transform: scale(1.05) !important;
  -webkit-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}
.btn-dash.ani {
  opacity: 0;
}
.btn-dash.green {
  background-color: #000000;
}
.btn-dash.green .btn-dash-title {
  color: white;
}

.btn-dash-title {
  display: inline-block;
  position: relative;
  width: 70%;
  padding: 1rem;
  padding-left: 2.5rem;
  font-size: 14px;
  font-weight: bold;
  font-size: 1.8rem;
  color: #333;
  min-height: 100px;
  vertical-align: top;
}
.btn-dash-title span {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.btn-dash-icon {
  position: relative;
  display: inline-block;
  margin-left: -4px;
  width: 30%;
  min-height: 100px;
}
.btn-dash-icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0 auto;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.participation figure {
  display: inline-block;
  font-size: 70px;
  color: #666666;
  float: right;
}
.participation {
  padding-right: 30px;
  border-right: 2px solid #ccc;
}

@media (min-width: 1200px) {
  .participation {
    min-width: 600px;
  }
  .participation-group {
    margin-left: 14px;
    margin-right: 8px;
  }
}
.participation-data {
  display: inline-block;
  font-size: 67px;
  font-weight: 800;
  color: #00363b;
}

.participation-group {
  display: inline-block;
  text-transform: uppercase;
  font-weight: bold;
}

.participation-title {
  color: #008790;
  font-size: 35px;
  line-height: 35px;
}

.participation-staff {
  font-size: 20px;
  line-height: 20px;
}

.encuesta {
  min-width: 480px;
}
.encuesta.fw {
  min-width: 100%;
}
.encuesta figure {
  display: inline-block;
  font-size: 50px;
  color: #666666;
}

.encuesta-data {
  display: inline-block;
  font-size: 75px;
  font-weight: 800;
  color: #00363b;
}

.encuesta-group {
  display: inline-block;
  text-transform: uppercase;
  font-weight: bold;
  margin-left: 14px;
  margin-right: 8px;
}
.encuesta-group div:first-child {
  font-size: 17px;
  line-height: 17px;
}
.encuesta-group div + div {
  color: #008790;
  font-size: 30px;
  line-height: 30px;
}

.global-group {
  display: inline-block;
  text-transform: uppercase;
  font-weight: bold;
  margin-left: 14px;
  margin-right: 8px;
}
.global-group div:first-child {
  font-size: 17px;
  line-height: 17px;
}
.global-group div:last-child {
  color: #008790;
  font-size: 40px;
  line-height: 40px;
}

.participation-anterior {
  display: block;
  margin-top: 5px;
  color: #666666;
  font-size: 13px;
  line-height: 16px;
  text-transform: none;
  font-weight: normal;
}

.encuesta-group .participation-anterior,
.encuesta-group div.participation-anterior:last-child {
  color: #666666;
  font-size: 13px;
  line-height: 16px;
}

.two-row-title {
  min-width: 480px;
}
.two-row-title figure {
  display: inline-block;
  font-size: 50px;
  color: #666666;
}

.two-row-title-data {
  display: inline-block;
  font-size: 75px;
  font-weight: 800;
}

.two-row-title-group {
  display: inline-block;
  text-transform: uppercase;
  font-weight: bold;
  margin-left: 14px;
  margin-right: 8px;
}
.two-row-title-group div:first-child {
  font-size: 15px;
  line-height: 15px;
  margin-top: 10px;
  margin-bottom: 5px;
}
.two-row-title-group div:last-child {
  color: #008790;
  font-weight: 800;
  font-size: 22px;
  line-height: 23px;
}

.title-group {
  font-weight: 800;
  font-size: 22px;
  line-height: 23px;
  margin-left: 20px;
  border-bottom: 2px solid #008790;
  width: 50%;
}

.blobal-data {
  width: 300px;
}
.blobal-data.fw {
  width: 100%;
}

.blobal-data-subtitle {
  font-size: 14px;
  line-height: 12px;
  font-weight: bold;
}

.blobal-data-title {
  font-size: 20px;
  line-height: 28px;
  font-weight: bold;
}
.blobal-data-title span {
  color: #008790;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
}

.v2 .global-data-value {
  font-size: 67px;
  line-height: 50px;
  color: #00363b;
}

.global-data-value {
  font-size: 50px;
  line-height: 50px;
  font-weight: 800;
}

.panel-carets {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  min-height: 52px;
}

.panel-carets h2 {
  margin: 0;
  color: #00363b;
  font-size: 50px;
  line-height: 50px;
  font-weight: 800;
}

.tendencia {
  margin-left: 8px;
  color: #c0392b;
  font-size: 30px;
  line-height: 1;
  vertical-align: middle;
}

.tendencia-up {
  color: #00a65a;
}

.tendencia-down {
  color: #c0392b;
}

.tendencia-equal {
  color: #777777;
  font-size: 16px;
}

.global-anterior,
.global-group div.global-anterior,
.global-group div.global-anterior:last-child {
  display: block;
  margin-top: 4px;
  color: #333333;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  font-weight: 600;
}

.global-anterior strong {
  font-weight: 800;
}

.resultados-globales-comparativa .global-group > div:nth-child(2) {
  color: #008790;
  font-size: 40px;
  line-height: 40px;
}

.resultados-globales-comparativa .blobal-data-subtitle {
  margin-top: 4px;
}

.line-right {
  border-right: 2px solid #b4b4b4;
}

.pie-row {
  display: table;
}
.pie-row:first-child {
  margin-top: 15px;
}

.pie-row-data {
  display: table-cell;
  padding: 5px;
  font-weight: bold;
  min-width: 60px;
  text-align: right;
  font-size: 15px;
}

.pie-row-prev {
  display: block;
  color: #666666;
  font-size: 11px;
  line-height: 13px;
}

.pie-row-color {
  display: table-cell;
  padding: 5px;
}
.pie-row-color.red {
  color: #CD3D2C;
}
.pie-row-color.blue {
  color: #0096BC;
}
.pie-row-color.yellow {
  color: #D88A0E;
}
.pie-row-color.green {
  color: #008A4B;
}
.pie-row-color.blue_2 {
  color: #abcdd9;
}

.pie-row-title {
  display: table-cell;
  padding: 5px;
  font-weight: bold;
  font-size: 15px;
}

.pie-container {
  width: 154px;
  height: 154px;
}

.participacion-comparativa .pie-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 7px;
}
.participacion-comparativa .pie-row:first-child {
  margin-top: 0;
}
.participacion-comparativa .pie-row-data {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 132px;
          flex: 0 0 132px;
  min-width: 132px;
  padding: 3px 5px;
  font-size: 15px;
  white-space: nowrap;
}
.participacion-comparativa .pie-row-prev {
  display: inline;
  margin-left: 3px;
  color: #222222;
  font-size: 11px;
  line-height: 14px;
  font-weight: 800;
}
.participacion-comparativa .pie-row-color {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 18px;
          flex: 0 0 18px;
  padding: 3px 4px;
}
.participacion-comparativa .pie-row-title {
  padding: 3px 4px;
  font-size: 15px;
}
.participacion-comparativa .pie-container {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}

.bloque {
  background-color: #fff;
  min-width: 100%;
  padding: 10px;
  border-radius: 5px;
  -webkit-box-shadow: 1px 1px 5px rgba(32, 32, 32, 0.2);
          box-shadow: 1px 1px 5px rgba(32, 32, 32, 0.2);
  min-height: 112px;
}

.bloque-title {
  position: relative;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 12px;
  font-size: 12px;
  margin-bottom: 5px;
  height: 25px;
}
.bloque-title span {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.bloque-bar {
  height: 20px;
  background-color: #f0f0f0;
}
.bloque-bar span {
  display: block;
  height: 20px;
  background-color: #a6dda1;
  border-left: 3px solid rgb(136, 201, 152);
}

.bloque-data {
  font-size: 30px;
  font-weight: 800;
}

.bloque-bar.danger span {
  background-color: #CD3D2C;
  border-left: 3px solid rgb(163.0120481928, 48.5060240964, 34.9879518072);
}

.bloque-bar.warning span {
  background-color: #D9A300;
  border-left: 3px solid rgb(166, 124.6912442396, 0);
}

.bloque-bar.success span {
  background-color: #008A4B;
  border-left: 3px solid rgb(0, 87, 47.2826086957);
}

.graph {
  margin-top: 40px;
  width: 550px;
}

.graph-row {
  display: block;
  width: 100%;
  line-height: 10px;
  margin-bottom: 8px;
}

.graph-row-title {
  display: inline-block;
  vertical-align: top;
  padding-left: 10px;
  line-height: 25px;
  height: 25px;
  overflow: hidden;
  width: 222px;
  font-weight: bold;
  background-color: #f7f7f7;
}

.graph-row-bar {
  display: inline-block;
  margin-left: -4px;
  width: 250px;
  height: 25px;
  background-color: #CCCCCC;
  line-height: 0;
}

.graph-row-bar span {
  display: block;
  height: 25px;
  background-color: rgb(136, 201, 152);
  border-left: 3px solid rgb(136, 201, 152);
  line-height: 0;
  width: 50%;
}

.graph-row-scale {
  display: inline-block;
  margin-left: -2px;
  width: 275px;
  height: 25px;
}

.graph-scale-point {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 23px;
}
.graph-scale-point:not(:last-child) {
  border-top: 1px solid #000;
}
.graph-scale-point:not(:first-child) {
  margin-left: -4px;
}
.graph-scale-point span.line {
  display: block;
  position: absolute;
  background-color: #333333;
  width: 2px;
  height: 10px;
  margin-top: -1px;
}
.graph-scale-point span.num {
  display: block;
  position: relative;
  width: 30px;
  text-align: center;
  top: 8px;
  right: 14px;
  font-weight: bold;
  font-size: 0.9em;
  height: 20px;
}

.graph-row-bar.danger span {
  background-color: #CD3D2C;
  border-left: 3px solid rgb(163.0120481928, 48.5060240964, 34.9879518072);
}

.graph-row-bar.warning span {
  background-color: #D9A300;
  border-left: 3px solid rgb(166, 124.6912442396, 0);
}

.graph-row-bar.success span {
  background-color: #008A4B;
  border-left: 3px solid rgb(0, 87, 47.2826086957);
}

.graph-row-value {
  display: inline-block;
  vertical-align: top;
  padding-left: 10px;
  line-height: 23px;
  margin-right: -4px;
  margin-left: -4px;
  width: 15%;
  font-weight: bold;
}

.graph-valor-medio {
  position: absolute;
  top: 0;
  margin-left: 23px;
  position: relative;
}
.graph-valor-medio div {
  position: absolute;
  top: -20px;
  height: 176px;
  background-color: #333;
  width: 2px;
  left: 200px;
}
.graph-valor-medio div span {
  display: block;
  position: absolute;
  top: -30px;
  left: -33px;
  font-size: 0.85em;
  font-weight: bold;
  line-height: 13px;
  text-align: center;
}
.graph-valor-medio div:before {
  content: "";
  display: block;
  background-color: #333;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  margin-left: -3px;
}

.b-card {
  width: 100%;
  -webkit-box-shadow: 1px 1px 5px rgba(32, 32, 32, 0.2);
          box-shadow: 1px 1px 5px rgba(32, 32, 32, 0.2);
  border-radius: 5px;
  overflow: hidden;
  background-color: white;
  min-height: 195px;
}
.b-card-header {
  position: relative;
  padding: 1rem 1.5rem;
  background-color: #f6f6f6;
  border-bottom: 1px solid #e6e6e6;
}
.b-card-icon {
  position: absolute;
  background-color: #00363b;
  width: 29px;
  height: 29px;
  border-radius: 100%;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}
.b-card-icon i {
  position: absolute;
  top: 49%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: white;
}
.b-card-title {
  display: inline-block;
  width: 95%;
  font-weight: bold;
  line-height: 13px;
  margin-left: 35px;
  font-size: 1.1em;
  text-transform: uppercase;
}
.b-card-body {
  padding: 1.5rem;
}
.b-card-body h3 {
  font-size: 14px;
  font-weight: 600;
  margin: 0;
  text-transform: uppercase;
}
.b-card-bar {
  display: inline-block;
  vertical-align: top;
  height: 28px;
  background-color: #f0f0f0;
  margin-bottom: 10px;
  width: 85%;
}

.b-card-bar span {
  display: block;
  height: 28px;
  background-color: #a6dda1;
  border-left: 3px solid rgb(136, 201, 152);
}
.b-card-bar.success span {
  background-color: #00b259;
  border-left: 3px solid rgb(0, 127, 63.5);
}
.b-card-bar.warning span {
  background-color: #d9a300;
  border-left: 3px solid rgb(166, 124.6912442396, 0);
}
.b-card-bar.danger span {
  background-color: #cd3d2c;
  border-left: 3px solid rgb(163.0120481928, 48.5060240964, 34.9879518072);
}
.b-card-data {
  display: inline-block;
  vertical-align: top;
  width: 14%;
  font-size: 25px;
  line-height: 25px;
  font-weight: 800;
  text-align: center;
}

.boton-portada {
  display: block;
  position: relative;
  height: 210px;
  border-radius: 10px;
  padding-left: 50px;
  background-color: #DFDFD0;
  background-image: url("../img/gb-btn-portada.png");
  background-position: right bottom;
  background-repeat: no-repeat;
  -webkit-box-shadow: 1px 1px 5px rgba(32, 32, 32, 0.4);
          box-shadow: 1px 1px 5px rgba(32, 32, 32, 0.4);
}
.boton-portada.img2 {
  background-image: url("../img/gb-btn-portada2.png");
}

.boton-portada-title {
  width: 90%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.boton-portada-title div {
  font-size: 38px;
  font-weight: 800;
  line-height: 38px;
}
.boton-portada-title div:first-child {
  color: #333;
  font-size: 22px;
  font-weight: 600;
  line-height: 22px;
}

.boton-portada-conf {
  display: block;
  height: 158px;
  background-color: #CBCBB4;
  background-image: url("../img/icon-boton-portada.png");
  background-repeat: no-repeat;
  background-position: right center;
  padding-left: 50px;
  border-radius: 10px;
  -webkit-box-shadow: 1px 1px 5px rgba(32, 32, 32, 0.4);
          box-shadow: 1px 1px 5px rgba(32, 32, 32, 0.4);
}

.boton-portada-conf-title {
  width: 90%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.boton-portada-conf-title div {
  font-size: 30px;
  font-weight: 800;
  line-height: 30px;
}
.boton-portada-conf-title div:first-child {
  color: #333;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
}

.h2-title {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

.titulo-resultados {
  font-size: 1.7em;
  text-transform: uppercase;
  font-weight: bold;
}

.table-data {
  background-color: #ffffff;
}

.table-data tbody > tr > td:not(:first-child) {
  text-align: center;
}
.table-data tbody > tr > td:first-child {
  font-weight: bold;
  text-transform: uppercase;
  background-color: #caf9ff;
}
.table-data tbody > tr > td.default {
  background-color: #a6dda1;
}
.table-data tbody > tr > td.danger {
  background-color: #cd3d2c;
  color: white;
}
.table-data tbody > tr > td.warning {
  background-color: #d9a300;
  color: white;
}
.table-data tbody > tr > td.success {
  background-color: #008a4b;
  color: white;
}
.baremo-legend {
  padding: 0;
  margin: 0;
  list-style: none;
}
.baremo-legend li {
  min-height: 34px;
  margin-bottom: 10px;
  line-height: 24px;
}
.baremo-legend-color {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  border: 1px solid #d0d0d0;
  vertical-align: middle;
}
.baremo-legend-color.default {
  background-color: #a6dda1;
}
.baremo-legend-color.danger {
  background-color: #cd3d2c;
}
.baremo-legend-color.warning {
  background-color: #d9a300;
}
.baremo-legend-color.success {
  background-color: #008a4b;
}
.baremo-legend strong {
  display: inline-block;
  min-width: 72px;
}
.baremo-legend-note {
  margin: 15px 0 0;
  color: #555555;
}

.table-data thead > tr > th {
  margin: 0;
  padding: 5px;
  vertical-align: middle;
  text-align: center;
  line-height: 14px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.table-criticos {
  -webkit-box-shadow: 1px 1px 3px rgba(32, 32, 32, 0.2);
          box-shadow: 1px 1px 3px rgba(32, 32, 32, 0.2);
  margin-bottom: 60px;
}
.table-criticos .tr-footer {
  background-color: #caf9ff !important;
  border-top: 1px solid #666;
}
.table-criticos thead {
  position: relative;
}
.table-criticos th {
  text-transform: uppercase;
  background-color: #00666d !important;
  color: white;
  position: relative;
}
.table-criticos th:first-child {
  padding-left: 55px !important;
}
.table-criticos tbody tr > td:last-child {
  font-weight: bold;
}
.table-criticos tbody tr > td.default {
  background-color: #a6dda1;
}
.table-criticos tbody tr > td.danger {
  background-color: #cd3d2c;
  color: white;
}
.table-criticos tbody tr > td.warning {
  background-color: #d9a300;
  color: white;
}
.table-criticos tbody tr > td.success {
  background-color: #008a4b;
  color: white;
}

.t-icon {
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  display: inline-block;
  background-color: #00363b;
  width: 29px;
  height: 29px;
  border-radius: 100%;
}
.t-icon i {
  position: absolute;
  margin-left: 0 !important;
  top: 49%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
}

@media (min-width: 768px) {
  .titulo-pagina h1.periodo {
    margin-top: 20px;
    line-height: 10px;
  }
  .titulo-pagina .col-md-12 {
    padding-left: 10px;
  }
}
@media (min-width: 992px) {
  .menu > li > a {
    padding: 7px 10px;
  }
  .titulo-pagina h1 {
    margin-top: 20px;
    line-height: 10px;
  }
  .titulo-pagina .col-md-12 {
    padding-left: 10px;
  }
  #fortalezas .btn-fortaleza {
    padding-left: 8px;
  }
}
@media (min-width: 1200px) {
  .menu > li > a {
    padding: 7px 15px;
  }
  .titulo-pagina h1 {
    margin-top: 0px;
    line-height: 10px;
  }
  .titulo-pagina .puestos h1 {
    line-height: 40px;
  }
  .titulo-pagina .col-md-12 {
    padding-left: 30px;
  }
  #fortalezas .btn-fortaleza {
    padding-left: 1.2em;
  }
}
agrupacion-campos {
  display: block;
  background-color: #eeeff3;
  padding: 2rem;
  padding-bottom: 1rem;
  border-radius: 10px;
}
agrupacion-campos label {
  line-height: 30px;
}
agrupacion-campos textarea {
  resize: none;
}
agrupacion-campos a {
  display: inline-block;
  line-height: 34px;
}
agrupacion-campos i.fa-info-circle {
  color: #000000;
  font-size: 20px;
  line-height: 34px;
  vertical-align: top;
  margin-left: 10px;
  cursor: pointer;
  cursor: hand;
}
agrupacion-campos .info-inline p {
  position: relative;
  line-height: 30px;
  padding-left: 30px;
}
agrupacion-campos .info-inline p i {
  position: absolute;
  left: 0;
}
agrupacion-campos .pl0 {
  padding-left: 0;
}
agrupacion-campos .pl0 i {
  margin-left: 0;
}
agrupacion-campos .contador {
  font-size: 0.9em;
}

.titulo-grupo {
  color: #000000;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}

.tc {
  font-size: 1.4em;
  border-bottom: 3px solid #000000;
  padding-bottom: 5px;
  text-transform: uppercase;
  margin-top: 40px;
  font-weight: 600;
  width: 50%;
  margin-left: 18px;
  padding-left: 0;
}

.sucesion.wrap-name {
  padding-bottom: 0;
}
.sucesion.wrap-name h3 {
  margin-bottom: 0;
}
.sucesion.wrap-name p {
  margin-bottom: 15px;
}

.ttt {
  width: 70%;
  margin-top: 30px;
}
.ttt h2 {
  font-size: 1.4em !important;
  font-weight: bold;
  color: #000000;
}

.select-sucesor .yes {
  width: 80px;
}
.select-sucesor .timing-label {
  width: 100%;
}
.select-sucesor .timing {
  width: 46%;
  margin-left: 7px;
}

.btn-submit.js-edit {
  width: auto;
  padding-left: 20px;
  padding-right: 20px;
  border-right: 1px solid rgb(12.75, 12.75, 12.75);
}

.btn-submit.js-delete {
  width: auto;
  padding-left: 20px;
  padding-right: 20px;
  border-left: 1px solid black;
}

.btn-home {
  overflow: hidden;
  position: relative;
  display: block;
  background-repeat: no-repeat;
  height: 305px;
  width: 100%;
  border-radius: 10px;
  -webkit-box-shadow: 0.2em 0.2em 0.25em rgba(32, 32, 32, 0.2);
          box-shadow: 0.2em 0.2em 0.25em rgba(32, 32, 32, 0.2);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.btn-home:hover {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: scale(1.03) !important;
          transform: scale(1.03) !important;
}
.btn-home h3 {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  background-color: rgba(0, 0, 0, 0.85);
  line-height: 97px;
  padding-left: 20px;
}
.btn-home h3 .btn-home-titulo {
  display: block;
  color: white;
  font-weight: 700;
}
.btn-home h3 .btn-home-icon {
  position: absolute;
  top: -30px;
  right: 20px;
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  color: white;
  background-color: #000000;
  text-align: center;
}
.btn-home h3 .btn-home-icon i {
  line-height: 60px;
  vertical-align: top;
}
.btn-home.img01 {
  background-image: url("../img/home-btn-01.jpg");
}
.btn-home.img02 {
  background-image: url("../img/home-btn-02.jpg");
}
.btn-home.ani {
  opacity: 0;
}

.ani2 {
  opacity: 0;
}

.home-calendar {
  background-color: #333;
  color: white;
  padding: 10px 20px;
  border-radius: 10px;
}
.home-calendar h3 {
  margin-top: 10px;
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid white;
  color: white;
  font-size: 16px;
}
.home-calendar h3 strong {
  display: block;
  font-size: 20px;
}
.home-calendar .home-calendar-date {
  position: relative;
  line-height: 16px;
  padding-left: 12px;
}
.home-calendar .home-calendar-date span {
  display: block;
  color: #000000;
  font-weight: bold;
}
.home-calendar .home-calendar-date::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: #888;
}
.home-calendar .home-calendar-legend {
  font-size: 0.96em;
  margin-top: 12px;
}
.home-calendar .home-calendar-legend strong {
  display: block;
}
.home-calendar .calendario-date {
  color: rgb(0, 0, 0);
  width: 80px;
  height: 80px;
  margin: 0 auto;
  margin-top: 10px;
}
.home-calendar .calendario-date::after {
  content: "";
  display: block;
  position: absolute;
  right: 35px;
  top: 3px;
  width: 8px;
  height: 15px;
  background: #d8d8d8; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#d8d8d8), to(#a0a0a0));
  background: linear-gradient(to bottom, #d8d8d8 0%, #a0a0a0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8d8d8', endColorstr='#a0a0a0',GradientType=0 ); /* IE6-9 */
  border-bottom: 1px solid #838383;
  border-left: 1px solid #B4B3B3;
  border-right: 1px solid #B4B3B3;
}
.home-calendar .calendario-date::before {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 35px;
  width: 8px;
  height: 15px;
  background: #d8d8d8; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#d8d8d8), to(#a0a0a0));
  background: linear-gradient(to bottom, #d8d8d8 0%, #a0a0a0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8d8d8', endColorstr='#a0a0a0',GradientType=0 ); /* IE6-9 */
  border-bottom: 1px solid #838383;
  border-left: 1px solid #B4B3B3;
  border-right: 1px solid #B4B3B3;
}
.home-calendar .calendario-date .papel {
  display: block;
  background-color: #fff;
  border-radius: 8px;
  width: 79px;
  height: 77px;
  margin: 0 auto;
  border: 1px solid #eee;
  -webkit-box-shadow: 0.2em 0.2em 0.25em rgba(32, 32, 32, 0.2);
          box-shadow: 0.2em 0.2em 0.25em rgba(32, 32, 32, 0.2);
  text-align: center; /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(90%, #e5e6e3), to(#d8d6b1));
  background: linear-gradient(to bottom, #ffffff 0%, #e5e6e3 90%, #d8d6b1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d8d6b1',GradientType=0 ); /* IE6-9 */
  border-bottom: 1px solid #838383;
}
.home-calendar .calendario-date .papel .dias {
  display: block;
  font-size: 2em;
  font-weight: bold;
  color: #333;
  font-size: 42px;
  margin-bottom: -12px;
}
.home-calendar .calendario-date .papel span:nth-child(2) {
  color: #000000;
}
