/*+clearfix {*/
.pHeader:after, .mContenidoWeb:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
.pHeader, .mContenidoWeb {
  display: block;
  *height: 1px;
}
/*+}*/
:root {
  --bg_transparente: rgba(0, 0, 0, 0.337);
  --bg_transparente2: rgba(0, 0, 0, 0.7);
  --c1 : #45ba38;
  --c1-02 : rgba(69, 186, 56, 0.2);
  --c2:#666;
  --c_aviso: #F40707;
  --maxw:1400px;
  --ancho-menu: 300px;
  --maxw-total: calc(var(--maxw) + var(--ancho-menu));
  --ck_c1: #347f5a;
  --color_borde_inputs: #CCC;
  --b_radius:3px;
  --gris_oscuro:#666;
}
*, *:before, *:after {
  box-sizing: border-box;
}
body {
  background: #FFF;
  margin: 0 auto;
  font: normal normal 300 medium / 1.2rem 'Poppins', sans-serif;
  letter-spacing: 0;
}
body:not(.bHome) {
  background:var(--c1-02);
}
main {
  padding: 15px 0 0;
  font-size: 0.95rem;
}
body:not(.bHome) main {
  padding: 40px 15px;
  display: flex;
  flex-direction: column;
  max-width:var(--maxw);
  background: #FFF;
}
button, input, optgroup, select, textarea {
  font-family: inherit;
  font-weight: 300;
}
figure {
  margin: 0px;
}
h1, h2, h3, h4, h5 {
  font-weight: inherit;
  color: #333;
  margin: 0;
}
h1 {
  font-size: 1.875rem;
  line-height: 1.6rem;
  font-weight: 300;
  margin-bottom: 40px;
}
button {
  cursor: pointer;
}
button[type=submit]:disabled {
  cursor: default;
}
p {
  display: block;
  margin: 0 0 1rem 0;
  color:var(--c2);
  line-height: 1.3rem;
  font-size: 0.95rem;
  /*font-weight: 300;*/
}
ul {
  list-style-type: none;
  padding: 0;
}
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
}
#cargando {
  display: none;
  position: fixed;
  top: 30px;
  left: 0;
  z-index: 1000000000;
  width: 90%;
  margin: 0 auto;
  pointer-events: none;
}
#cargando .pelota {
  border: 3px solid;
  border-color:var(--c1) #FFF;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow:0 0 15px var(--c1);
  width: 60px;
  height: 60px;
  margin: 0 0 0 auto;
  z-index: -1;
  animation: loop 2.5s infinite linear;
  background:var(--c1-02);
}
@keyframes loop {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.botonera button, .btn {
  border: none;
  background-color:var(--c2);
  text-shadow: none;
  color: #FFF;
  padding: 10px 20px;
  border-radius: 5px;
  display: inline-block;
  cursor: pointer;
  line-height: 1rem;
  font-family: inherit;
  font-weight: 400;
}
.videoEmbed {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 0;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.videoEmbed .thumb {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.videoEmbed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.videoEmbed .ActivarSonido {
  display: none;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  border: none;
  z-index: 999999999;
  position: absolute;
  left: 50%;
  cursor: pointer;
  pointer-events: all;
  background: url(/imgs/speaker.svg) 50% 50% / 30px no-repeat #FFF;
  bottom: 30px;
  transform: translatex(-50%);
}
.videoEmbed .Vervideo {
  width: 60px;
  height: 60px;
  border-radius: 30px;
  border: none;
  z-index: 9999;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  pointer-events: all;
  background: url(/imgs/play-button.svg) 64% 50% / 30px no-repeat rgba(255, 255, 255, 0.80);
}
form[disabled] {
  opacity: 0.6;
  pointer-events: none;
}
.btn1 {
  border: 1px solid #CCC;
  border-radius: 5px;
  font-size: 0.75rem;
  padding: 3px 15px;
  text-align: center;
  cursor: pointer;
}
.btn_exportar_excel {
  border: 1px solid #CCC;
  border-radius: 5px;
  font-size: 0.75rem;
  padding: 3px 15px 3px 45px;
  text-align: center;
  cursor: pointer;
  background: url(/imgs/excel.png) 10px 50% / auto 80% no-repeat transparent;
}
.btn_eliminar {
  background: url(/imgs/papelera.svg) 50% / auto 100% no-repeat;
  width: 16px;
  height: 16px;
  display: inline-block;
  cursor: pointer;
}
.btn_finalizar {
  background: url(/imgs/entrance-alt1-15.svg) 50% / 100% auto no-repeat;
  width: 16px;
  height: 16px;
  display: inline-block;
  cursor: pointer;
  transform: rotate(90deg);
}
.btn_imgs {
  background: url(/imgs/imagenes.gif) 50% / auto 16px no-repeat;
  width: 16px;
  height: 16px;
  display: inline-block;
}
.btn_clonar {
  background: url(/imgs/clonar.svg) 50% / auto 16px no-repeat;
  width: 16px;
  height: 16px;
}
.btn_excel {
  background: url(/imgs/excel.png) 50% / auto 100% no-repeat transparent;
  background-color: transparent !important;
  width: 18px;
  min-width: 18px !important;
  height: 18px;
  display: block;
  cursor: pointer;
}
.btn_editar {
  text-align: left;
  width: 16px;
  height: 16px;
  text-indent: -10000px;
  overflow: hidden;
  background: url(/imgs/modificar.svg) 50% / 15px no-repeat;
  padding: 0;
  display: inline-block;
  cursor: pointer;
}
.btn_historial {
  text-align: left;
  width: 16px;
  height: 16px;
  text-indent: -10000px;
  overflow: hidden;
  background: url(/imgs/historial.svg) 50% / auto 100% no-repeat;
  padding: 0;
  display: inline-block;
  cursor: pointer;
}
.btn_visible_1 {
  text-align: left;
  width: 16px;
  height: 16px;
  text-indent: -10000px;
  overflow: hidden;
  background: url(/imgs/visible.svg) 50% / 15px no-repeat;
  padding: 0;
}
.btn_visible_0 {
  text-align: left;
  width: 16px;
  height: 16px;
  text-indent: -10000px;
  overflow: hidden;
  background: url(/imgs/visible_no.svg) 50% / 15px no-repeat;
  padding: 0;
}
/*Date range picker*/
.date_range .daterangepicker {
  box-shadow: rgb(68, 68, 68) 1px 3px 10px;
}
.date_range .daterangepicker .ranges li.active {
  background-color: #18181A;
}
.date_range .daterangepicker td.in-range {
  background-color: rgba(24, 24, 26, 0.048);
}
.date_range .daterangepicker td.active, #facturas .daterangepicker td.active:hover {
  background-color: #18181A;
}
.date_range #selector_fechas {
  background: url(/imgs/calendario.gif) 95% 50% no-repeat;
  border: 1px solid #CCC;
  padding: 4px 45px 4px 10px;
  box-sizing: border-box;
  border-radius: 3px;
  margin-right: 10px;
  color: #333;
}
.date_range .selector_fechas {
  background: url(/imgs/calendario.gif) 95% 50% no-repeat;
  border: 1px solid #CCC;
  padding: 4px 45px 4px 10px;
  box-sizing: border-box;
  margin-right: 10px;
  color: #333;
}
.date_range .disabled {
  opacity: 0.3;
}
/*Custom checkbox*/
label.check {
  display: flex !important;
  text-align: left;
  margin: 0 20px 10px 0;
  justify-content: flex-start;
  --ancho-radio: 20px;
  align-items: center;
  cursor: pointer;
}
label.check input {
  display: none;
}
label.check span {
  position: relative;
  font-size: 0.8rem;
  position: relative;
  display: inline-block;
}
label.check .tick {
  display: inline-flex;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
  flex:0 0 var(--ancho-radio);
  width:var(--ancho-radio);
  height:var(--ancho-radio);
  border:2px solid var(--c1);
  font-size: 1rem;
  color: transparent;
  border-radius: 5px;
}
label.check .tick:after {
  content: "✓";
}
label.check input:checked + .tick {
  color: #FFF;
  background:var(--c1);
}
/*listado checks*/
.listado_checks {
  height: 300px;
  min-width: 230px;
  overflow-y: auto;
  border: 1px solid #CCC;
}
.listado_checks .check {
  display: block;
  padding: 10px;
  width: 100%;
  margin-bottom: 0;
  border-bottom: 1px solid #CCC;
}
.listado_checks .check:nth-child(even) {
  background: #F4F4F4;
}
.listado_checks .check.guardada + .check:not(.guardada) {
  border-top: 2px solid #000;
}
/*Menú hamburguesa*/
#botonMenu {
  width: 27px;
  height: 20px;
  cursor: pointer;
  border:4px solid var(--c1);
  border-width: 4px 0;
  display: block;
  margin: 25px 20px 0 10px;
  position: absolute;
  top: 26px;
  right: 0;
}
.bHome #botonMenu {
  border: 4px solid #FFF;
  border-width: 4px 0;
}
#botonMenu::before {
  display: block;
  height: 4px;
  content: ' ';
  margin-top: 4px;
  background:var(--c1);
}
.bHome #botonMenu::before {
  background: #FFF;
}
body:not(.bHome) {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#menu {
  display: none;
  font-weight: 400;
  top: 0;
  left: 0;
  bottom: 0;
  background: url(/imgs/logo.svg) 20px 18px / 200px no-repeat;
  background-color: #FFF;
  color: #000;
  z-index: 2;
  padding: 5px 0 20px;
  box-shadow: 0 0 17px rgba(68, 68, 68, 0.1);
  width: 300px;
  padding-top: 100px;
}
#menu .cerrar {
  position: absolute;
  right: 8px;
  top: 25px;
  font-size: 3.4rem;
  cursor: pointer;
}
body.ham {
  overflow-y: hidden;
}
#apagon {
  display: none;
}
.ham .apagon {
  opacity: 0.4;
  background: #000;
  display: block;
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 99998;
}
.ham #menu {
  position: fixed;
  display: block;
  animation: menuIn 0.6s;
  overflow-y: scroll;
}
@keyframes menuIn {
  from {
    left: -300px;
  }
  to {
    left: 0;
  }
}
#menu > a {
  display: block;
  padding: 18px 5px 18px 20px;
  margin: 0 10px;
  border-bottom:1px solid var(--c1);
  text-transform: uppercase;
  font-weight: 300;
  font-size: 1.2rem;
  font-family: 'Poppins', sans-serif;
  line-height: 1.2;
}
#menu > a[sel] {
  font-weight: 500;
  background:var(--c1);
  color: #FFF;
}
#menu > a:last-of-type {
  border-bottom: none;
}
/*HOME*/
.bHome .logo {
  max-width: 400px;
  width: 90%;
  margin: 100px auto 40px;
  display: block;
}
.bHome .vaca {
  max-width: 600px;
  width: 100%;
  margin: 0 auto 10px;
  display: block;
}
.bHome > .acceso_registro {
  max-width: 600px;
  padding: 20px;
  width: 90%;
  margin: 0 auto 40px;
  display: block;
}
/*Dashboard*/
.mDashboard .w_dashboard {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.mDashboard .w_dashboard section {
  width: 100%;
  max-width: 400px;
  flex: 1;
  margin: 0 20px 40px;
}
.mDashboard .w_dashboard .contenido {
  border: 1px solid #CCC;
  padding: 20px;
  border-radius: 5px;
}
.mDashboard .w_dashboard h2 {
  font-weight: 500;
  margin-bottom: 10px;
}
.mDashboard .w_dashboard h3 {
  font-weight: 500;
  font-size: 1rem;
  margin: 20px 0 7px;
}
.mDashboard .w_dashboard h3:first-of-type {
  margin-top: 0;
}
.mDashboard .w_dashboard .avisos {
  margin-bottom: 30px;
  border:1px solid var(--c_aviso);
  padding: 5px;
  pointer-events: none;
  border-radius: 5px;
}
.mDashboard .w_dashboard .avisos h3 {
  color:var(--c_aviso);
  text-align: center;
}
.mDashboard .w_dashboard .tarea_pendiente {
  cursor: pointer;
  padding-left: 10px;
}
.mDashboard .w_dashboard .tarea_pendiente:hover {
  color:var(--c1);
}
.mDashboard .w_dashboard .tarea_pendiente:not(:last-child) {
  margin: 0 0 10px 0;
}
.mDashboard .w_dashboard .mes {
  margin-bottom: 30px;
}
.mDashboard .w_dashboard .mes h2 {
  margin-bottom: 15px;
  font-size: 1.3rem;
}
.mDashboard .w_dashboard .mes h2 span {
  background: url(/imgs/desplegar.svg) 100% 60% / 12px no-repeat;
  padding-right: 20px;
  text-transform: capitalize;
  cursor: pointer;
  color:var(--c1);
}
.mDashboard .w_dashboard .mes > *:not(h2) {
  display: none;
}
.mDashboard .w_dashboard .mes.ver > *:not(h2) {
  display: block;
  margin-left: 15px;
}
@media screen and (min-width: 1200px) {
  .mDashboard .w_dashboard {
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
  }
}
/*Lista tareas para confirmar*/
.lista_tareas h2 {
  text-align: center;
  margin-bottom: 5px;
  color:var(--c1);
  font-weight: 500;
}
.lista_tareas h3 {
  text-align: center;
  margin-bottom: 5px;
  color:var(--c1);
  margin-bottom: 20px;
}
.lista_tareas .tarea {
  margin-bottom: 30px;
}
.lista_tareas .vaca {
  text-align: center;
}
.lista_tareas .vaca strong {
  width: 20ex;
  display: inline-block;
}
.lista_tareas .vaca .btn {
  padding: 3px 30px;
  font-size: 0.75rem;
  background: #FFF;
  color: #000;
  border: 1px solid #CCC;
}
.lista_tareas .confirmada_txt {
  display: none;
}
.lista_tareas .confirmar {
  display: none;
}
.lista_tareas .confirmar.ver {
  display: block;
  margin: 20px auto;
  border: 1px solid #CCC;
  border-radius: 5px;
  padding: 10px;
  max-width: 400px;
}
.lista_tareas .confirmar .fich {
  display: block;
  margin: 10px 0 20px auto;
  border: 1px solid #CCC;
  border-radius: 5px;
  font-size: 0.75rem;
  padding: 3px 0;
  width: 100px;
  text-align: center;
}
.lista_tareas .confirmar h4 {
  text-align: center;
  margin-bottom: 10px;
  font-weight: 500;
}
.lista_tareas .confirmar label {
  display: block;
}
.lista_tareas .confirmar textarea {
  display: block;
  margin: 0 auto;
  height: 60px;
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #CCC;
  margin-bottom: 5px;
  resize: vertical;
}
.lista_tareas .confirmar .botonera {
  text-align: center;
}
.lista_tareas .confirmar .botonera button {
  margin-left: 20px;
  background:var(--c1);
  color: #FFF;
}
.lista_tareas .confirmar .botonera .cancelar {
  font-size: 0.75rem;
  cursor: pointer;
}
.lista_tareas .tarea.confirmada {
  opacity: 1;
}
.lista_tareas .tarea.confirmada .btn {
  display: none;
}
.lista_tareas .tarea.confirmada .confirmada_txt {
  display: inline-block;
  font-weight: 500;
  color:var(--c1);
}
.lista_tareas .tarea.confirmada .confirmar {
  display: none;
}
.lista_tareas [type=file] {
  display: none;
}
/* vaca_edit*/
.vaca_edit {
  max-width: 400px;
  margin: 10px auto 0;
}
.vaca_edit .datos input {
  padding: 5px;
  max-width: 100%;
  border:1px solid var(--c1);
  border-radius: 5px;
}
.vaca_edit .datos input[readonly] {
  border-color: transparent;
}
.vaca_edit .datos .id {
  text-align: center;
  margin-bottom: 5px;
  color:var(--c1);
  font-size: 1.3rem;
  font-weight: 500;
}
.vaca_edit .datos div {
  margin: 10px 0;
}
.vaca_edit .datos strong {
  margin-right: 5px;
  width: 70px;
  display: inline-block;
}
.vaca_edit h3 {
  text-align: center;
  margin-bottom: 5px;
  color:var(--c1);
  margin-bottom: 20px;
}
.vaca_edit .fich {
  display: block;
  margin: 10px 0 0 auto;
  border: 1px solid #CCC;
  border-radius: 5px;
  font-size: 0.75rem;
  padding: 3px 0;
  width: 100px;
  text-align: center;
}
.vaca_edit label {
  display: block;
}
.vaca_edit textarea {
  display: block;
  margin: 0 auto;
  height: 60px;
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #CCC;
  margin-bottom: 5px;
  resize: vertical;
}
.vaca_edit select {
  border: 1px solid #CCC;
  margin-bottom: 5px;
}
.vaca_edit fieldset {
  border: 1px solid #EEE;
  border-radius: 5px;
  padding: 20px;
  margin: 20px 0;
}
.vaca_edit .botonera {
  text-align: center;
}
.vaca_edit .botonera button {
  margin-left: 20px;
  background:var(--c1);
  color: #FFF;
}
.vaca_edit .botonera .cancelar {
  font-size: 0.75rem;
  cursor: pointer;
}
.vaca_edit [type=file] {
  display: none;
}
/*HISTORIAL*/
.historial h2 {
  text-align: center;
  color:var(--c1);
  margin-bottom: 5px;
}
.historial h3 {
  text-align: center;
  margin-bottom: 30px;
}
.historial article:nth-child(even) .evento {
  background: #EEE;
}
.historial .evento {
  font-size: 1rem;
  cursor: pointer;
  padding: 10px 5px;
}
.historial .evento :first-child {
  width: 120px;
  display: inline-block;
}
.historial .evento :last-child {
  font-weight: 500;
  background: url(/imgs/desplegar.svg) 100% 60% / 12px no-repeat;
  display: inline-block;
  padding-right: 20px;
}
.historial .info {
  display: none;
}
.historial .info.ver {
  padding: 10px;
  display: block;
  border-bottom: 1px solid #EEE;
}
.historial .info p {
  font-size: 0.85rem;
  margin: 3px 0 5px;
}
.historial .info img {
  max-width: 100%;
}
/*cabecera*/
/*[clearfix]*/
.pHeader {
  text-align: left;
  position: relative;
  z-index: 1;
  padding: 15px 0 5px 15px;
  background: transparent;
  color: #222;
  display: block;
  justify-content: space-between;
  /*margin: 0 auto;*/
  width: 100%;
}
.pHeader .h2 > * {
  padding: 3px 8px;
  font-size: 1.1rem;
}
.pHeader .h2 {
  width: calc(100% - 40px);
  position: relative;
  float: left;
  margin: 24px 0 0;
  text-transform: uppercase;
  text-align: center;
  z-index: 99999;
}
.pHeader .hAcceso span.Telefono, .pHeader .hAcceso span.Email {
  display: none;
  font-size: 0.82rem;
  color:var(--c1);
  padding: 0 0 0 22px;
  letter-spacing: 1px;
  margin: 0 25px 0 0;
  background: url("../imgs/ico-telefono-verde.svg") 0 0 / 16px no-repeat;
}
.bHome .pHeader .hAcceso span.Telefono, .bHome .pHeader .hAcceso span.Email {
  color: #FFF;
  background: url("../imgs/ico-telefono-blanco.svg") 0 0 / 16px no-repeat;
}
.pHeader .hAcceso span.Email {
  background: url("../imgs/ico-email-verde.svg") 0px 4px / 15px no-repeat;
}
.bHome .pHeader .hAcceso span.Email {
  background: url("../imgs/ico-email-blanco.svg") 0px 4px / 15px no-repeat;
}
.pHeader .hAcceso span.Telefono strong, .pHeader .hAcceso span.Email strong {
  color:var(--c1);
  display: block;
  margin-left: -23px;
}
.bHome .pHeader .hAcceso span.Telefono strong, .bHome .pHeader .hAcceso span.Email strong {
  color: #FFF;
  display: block;
  margin-left: -23px;
}
.pHeader .w_logeado.movil {
  border: 1px solid #999;
  border-radius: 5px;
  font-size: 0.85rem;
  margin: 10px 10px 20px 10px;
  padding: 15px 0 15px 10px;
  position: relative;
}
/*.pHeader .w_logeado.movil .desconectar {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 20px;
  background: url(/imgs/logout.svg) 50% / 100% no-repeat;
}*/
.pHeader .w_logeado.movil .desconectar {
  position: absolute;
  padding: 0 20px;
  right: 0;
  bottom: 0px;
  width: 20px;
  height: 50px;
  background: url(/imgs/logout-negro.svg) 50% 50% / 20px auto no-repeat;
  z-index: 2;
}
.pHeader .w_logeado.movil .cambio_pass {
  color: #000;
  opacity: 0.5;
  margin-top: 10px;
  font-size: 0.75rem;
  display: block;
}
.pHeader .w_logeado.movil select {
  position: absolute;
  right: 3px;
  top: 3px;
  z-index: 2;
  border: none;
  background: #FFF;
  width: 40px;
}
/*Editar perfil*/
.mEditarPerfil [type=file] {
  display: none;
}
.mEditarPerfil .codigo_cambio {
  display: none;
}
.mEditarPerfil #img_avatar {
  border-radius: 50%;
}
.mEditarPerfil h3 {
  margin: 30px 0;
  font-size: 1.5rem;
}
.mEditarPerfil form:not(:last-of-type)::after {
  content: "";
  display: block;
  width: 50%;
  border-bottom: 1px solid #666;
  padding-bottom: 30px;
}
.mEditarPerfil .codigo_cambio {
  margin-bottom: 20px;
}
.mEditarPerfil .msg {
  margin: 10px 0;
}
.mEditarPerfil .btn {
  margin-top: 10px;
}
.mEditarPerfil form {
  padding: 0;
  /*margin: 0 auto 60px;*/
  max-width: 360px;
}
.mEditarPerfil fieldset {
  border: none;
  padding: 0;
  margin: 0;
}
.mEditarPerfil label {
  display: block;
  margin-bottom: 20px;
}
.mEditarPerfil input:not([type=checkbox]) {
  display: block;
  margin-top: 3px;
  padding: 5px;
  border: 1px solid #AAA;
  width: 100%;
  box-sizing: border-box;
  font-size: 0.9rem;
}
.mEditarPerfil select {
  display: block;
  margin-top: 3px;
  padding: 5px;
  border: 1px solid #AAA;
  width: 100%;
  box-sizing: border-box;
  font-size: 0.9rem;
}
/*Pie*/
.pFooter {
  max-width:var(--maxw-total);
  margin: 0 auto;
  width: 100%;
}
.bHome .pFooter {
  max-width: 700px;
}
.bHome .pFooter .NavSubFooter {
  max-width: 700px;
  background: #FFF;
  color: #000;
  border: none;
  border-top:2px solid var(--c1);
}
.pFooter .NavSubFooter {
  background: #000;
  color: #FFF;
  padding: 10px 5px;
  display: flex;
  justify-content: center;
}
.pFooter .NavSubFooter a {
  margin: 5px;
  width: 50%;
  font-size: 0.85rem;
  white-space: nowrap;
  max-width: 100px;
}
/*contenido_web*/
/*[clearfix]*/
.mContenidoWeb {
}
.mContenidoWeb h1 {
  font-size: 3rem;
  margin-bottom: 20px;
}
.mContenidoWeb h2 {
  font-size: 1.9rem;
  line-height: 2.1rem;
  width: 100%;
  margin: 0 0 20px 0;
  color:var(--c1);
}
.mContenidoWeb h3 {
  font-size: 1.2rem;
  margin-bottom: 10px;
  font-weight: 500;
}
.mContenidoWeb li {
  margin-bottom: 8px;
}
.mContenidoWeb.mapaweb ul {
  padding: 0 40px;
  list-style: disc;
}
.mContenidoWeb.mapaweb ul li {
  margin: 20px 0;
}
@media screen and (max-width: 660px) {
  .ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
    /*float: left;*/
    clear: left;
  }
  .ui-datepicker {
    width: 13em !important;
    z-index: 999999999 !important;
    /*padding: 0.2em 0.2em 0;*/
    /*display: none;*/
    left: calc( 50% - 104px ) !important;
    top: 50px !important;
  }
  .ui-datepicker:before {
    z-index: -9;
    content: " ";
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    background: rgba(255, 255, 255, 0.80);
    width: 100%;
    height: 100%;
  }
  .ui-datepicker .ui-datepicker-next {
    right: -100px !important;
  }
}
/*contenido_html: blog, portfolio, contenidos_web*/
.contenido_html {
  font-size: 0.875rem;
  line-height: 1.5;
}
.contenido_html p {
  margin: 0 0 25px;
}
.contenido_html p:last-of-type {
  margin-bottom: 0;
}
.contenido_html strong {
  font-weight: 500;
}
.contenido_html img {
  max-width: 100%;
  height: auto !important;
}
.contenido_html ul {
  padding: 10px 40px 10px 15px;
  list-style-type: square;
  line-height: 2em;
}
.contenido_html .videoEmbed {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
  margin-bottom: 30px;
}
.contenido_html .videoEmbed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.contenido_html table {
  border: none;
  border-collapse: collapse;
  text-align: initial;
}
.contenido_html tr:nth-child(odd) {
  background: #EEE;
}
.contenido_html tr:first-of-type {
  font-size: 1rem;
  font-weight: 500;
  background: #000;
  color: #FFF;
}
.contenido_html td {
  border: none;
  padding: 6px 10px;
}
/*cookies*/
#AdvertenciaCookies {
  position: fixed;
  font-size: 0.75em;
  background:var(--c1);
  color: #FFF;
  opacity: 0.95;
  position: fixed;
  bottom: 50px;
  left: 50%;
  width: 450px;
  max-width: 90%;
  transform: translatex(-50%);
  line-height: 18px;
  z-index: 1998;
  border-radius: 10px;
  border:1px solid var(--c1);
  padding: 25px;
  box-shadow: 2px 2px 7px -1px #000;
}
#AdvertenciaCookies p {
  margin-bottom: 20px;
  color: #FFF;
}
#AdvertenciaCookies .check .tick {
  background: #FFF;
  border-radius: 5px;
  border: none;
}
#AdvertenciaCookies .check.necesarias {
  pointer-events: none;
  opacity: 0.6;
}
#AdvertenciaCookies .check .tick:after {
  background: #FFF;
}
#AdvertenciaCookies .check input:checked + .tick {
  content: "✓";
  color:var(--c1);
  font-weight: bold;
  background: #FFF;
  padding-right: 3px;
  font-size: 1rem;
}
#AdvertenciaCookies .btn {
  padding: 10px 20px;
  text-align: right;
  margin: 0 0 0 auto;
  display: block;
  position: relative;
  z-index: 99;
  color: #000;
  background: #FFF;
}
/*Varios*/
.msg {
  border-radius: 2px;
  border: 1px solid #12A112;
  padding: 10px 10px;
  text-transform: uppercase;
  color: #12A112;
  background-color: #E1FBDC;
  text-align: center;
  font-size: 0.8rem;
  display: none;
}
.msg a {
  text-decoration: underline;
}
.msg.error {
  color: #C00;
  border-color: #C00;
  background-color: #FFCFCF;
  margin-bottom: 20px;
}
/*MODAL*/
body.modal_ver {
  overflow: hidden;
  padding-right: 17px;
}
body.modal_ver #modal {
  transform: scale(1);
  z-index: 9999;
  pointer-events: auto;
  background: rgba(0, 0, 0, 0.5);
}
body.modal_ver #modal .cont_contenido {
  transform: scale(1);
  transition: all 0.3s linear;
}
body.modal_ver .cont_body {
  filter: blur(1px);
}
/*MODALES*/
.modal.ver {
  transform: scale(1);
  z-index: 9999;
  pointer-events: auto;
  background: rgba(0, 0, 0, 0.5);
}
.modal {
  position: fixed;
  background: none;
  z-index: -1;
  transform: scale(0);
  pointer-events: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  overflow: auto;
  text-align: center;
  transition: background 0.3s linear;
}
.modal .cont_contenido {
  position: relative;
  transform: scale(0);
  transform-origin: top center;
  /*transform-origin: top;*/
  top: 5px;
  width: 600px;
  max-width: calc(100% - 10px);
  border-radius: 10px;
  font-size: 0.875rem;
  background: #FFF;
  padding: 20px 15px;
  color: #000;
  text-align: left;
  display: inline-block;
}
.modal.ver .cont_contenido {
  transform: scale(1);
  transition: all 0.3s ease-in-out;
}
.modal .cerrar {
  position: absolute;
  top: 10px;
  right: 10px;
  font-weight: 700;
  font-size: 2rem;
  cursor: pointer;
  line-height: 0.5;
  color:var(--c5);
  z-index: 999999;
}
body.body_modal .cont_body {
  /*filter: blur(1px);*/
}
body.body_modal {
  overflow: hidden;
  padding-right: 17px;
}
.modal header {
  text-align: center;
  margin-bottom: 20px;
  font-size: 1.6rem;
  color:var(--c1);
  font-family:var(--f_menus);
}
/*MODAL REGISTRO / LOGIN*/
.acceso_registro {
  padding: 20px 0px 0px;
  font-size: 0.875rem;
  /*color:var(--c1);*/
}
.acceso_registro a {
  /*text-decoration: underline;*/
  color:var(--c2);
  cursor: pointer;
}
.acceso_registro .olvido {
  color:var(--c2);
  cursor: pointer;
}
.acceso_registro h2 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 2rem;
  color:var(--c2);
  font-family:var(--f_titulacos);
}
.acceso_registro label {
  margin-bottom: 20px;
  display: block;
}
.acceso_registro input {
  width: 100%;
  border:1px solid var(--c1);
  border-radius: 5px;
  padding: 8px 10px;
  font-size: 1.1rem;
  margin-top: 2px;
  color:#000);
}
.acceso_registro input + small {
  text-align: right;
  display: block;
  margin-top: 5px;
}
.acceso_registro .botonera {
  text-align: center;
  margin: 40px 0 30px;
}
.acceso_registro .btn {
  font-size: 1.2rem;
  min-width: 200px;
  background:var(--c1);
}
.acceso_registro .codigo {
  display: none;
}
.acceso_registro .codigo.ver {
  display: block;
  border: 5px solid var(--c1);
  padding: 20px 20px 15px;
  border-radius: 10px;
}
.acceso_registro .codigo small {
  display: block;
  margin-top: 5px;
}
.acceso_registro .codigo .reenviar {
  text-align: right;
  margin-top: 10px;
}
.acceso_registro .codigo .reenviar .btn {
  font-size: 80%;
  padding: 3px 20px;
  width: auto;
}
.acceso_registro .yatienes {
  text-align: center;
}
.acceso_registro .yatienes a {
  font-weight: 500;
  letter-spacing: 0.5px;
}
.acceso_registro .acepto_terminos {
  font-size: 80%;
  text-align: center;
}
.acceso_registro #cambio_password .passwords {
  display: none;
}
/*DESPLEGABLES*/
.desplegable {
  position: relative;
  background: white;
}
.desplegable > .desplegable_titulo {
  position: relative;
  background: url(/imgs/desplegar.svg) calc(100% - 5px) 55% / 16px auto no-repeat white;
  padding: 6px 30px 6px 6px;
  cursor: pointer;
  border: 1px solid #CCC;
  border-radius: var(--b_radius);
  display: inline-block;
}
.desplegable.ver > .desplegable_titulo {
  background: url(/imgs/plegar.svg) calc(100% - 5px) 50% / 16px auto no-repeat white;
}
.desplegable > .desplegable_cont {
  display: none;
}
.desplegable.ver > .desplegable_cont {
  display: block;
  position: absolute;
  background: #FFF;
  box-shadow: 1px 3px 9px -4px #000;
}
.desplegable .listado_checks {
  height: auto;
}
/*DESPLEGABLE COLORES*/
.desplegable_colores .listado_colores {
  grid-template-columns: repeat(8, 1fr);
  grid-gap: 5px;
  margin-bottom: 30px;
  position: absolute;
  background: #FFF;
  padding: 20px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 10px;
  box-shadow: 1px 3px 9px -4px #000;
  border: 1px solid #CCC;
}
.desplegable_colores.ver .listado_colores {
  display: grid;
}
.desplegable_colores .desplegable_titulo {
  border-color:var(--c1);
}
.desplegable_colores .desplegable_titulo::before {
  content: "";
  width: 50px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0px;
  bottom: 0;
  border: 1px solid #FFF;
  background:var(--desplegable-color);
}
.desplegable_colores .listado_colores input {
  background:var(--color);
  border: 1px solid #666;
  border-radius: 5px;
  appearance: initial;
  -moz-appearance: initial;
  -webkit-appearance: initial;
  width: 40px;
  height: 40px;
  border-collapse: collapse;
  outline: none;
}
.desplegable_colores .listado_colores input:checked {
  border: 3px solid #000;
  outline: none;
}
/*Usuarios*/
.mGanaderos #filtro {
  margin-bottom: 30px;
}
.listado_usuarios {
  display: flex;
  flex-wrap: wrap;
}
.listado_usuarios .usuario {
  position: relative;
  display: flex;
  flex: 1 0 400px;
  max-width: 100%;
  padding: 10px 60px 10px 20px;
  box-shadow: 3px 1px 4px 0px #DDD;
  margin: 0 30px 30px 0;
}
/*.listado_usuarios .usuario img {
  border-radius: 50%;
  display: block;
  margin-right: 10px;
}*/
.listado_usuarios .usuario .cont {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  color: #999;
  font-size: 0.75rem;
}
.listado_usuarios .usuario .nombre {
  color: #000;
  font-size: 1rem;
  margin-bottom: 10px;
}
.listado_usuarios .usuario .registro {
  margin-right: 5px;
}
.listado_usuarios .usuario .botonera {
  position: absolute;
  right: 10px;
  top: 10px;
  bottom: 10px;
}
.listado_usuarios .usuario .botonera a {
  margin-left: 8px;
}
.listado_usuarios .usuario .btn_msg {
  position: absolute;
  bottom: 0;
  right: 0;
}
.listado_usuarios .paginador {
  margin-right: 30px;
}
/*Ganadero mod*/
.mGanadero_mod .grupo {
  display: flex;
}
.mGanadero_mod label {
  display: block;
  margin-bottom: 20px;
}
.mGanadero_mod input {
  display: block;
  padding: 4px 6px;
  margin: 3px 10px 0 0;
  border: 1px solid #CCC;
}
.mGanadero_mod .desplegable_titulo {
  margin-top: 3px;
}
/*Listado VACAS*/
.listado_vacas .vaca.sel {
  color:var(--c1);
  font-weight: 500;
}
/*Programar IA*/
.mNuevaIA h2 {
  margin: 20px 0;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.3;
}
.mNuevaIA .listado_vacas {
  margin-bottom: 40px;
}
.mNuevaIA .vaca .check input {
  pointer-events: none;
}
.mNuevaIA .vaca .id17 {
  font-weight: 500;
}
.mNuevaIA .listado_vacas .botonera {
  display: none;
}
.mNuevaIA .btn {
  background:var(--c1);
  color: #FFF;
}
.mNuevaIA .vaca.en_tratamiento {
  opacity: 0.4;
  pointer-events: none;
}
.mNuevaIA .vaca:nth-child(odd) {
  background: #EEE;
}
.mNuevaIA #num_vacas_tratamiento {
  color:var(--c1);
}
.mNuevaIA .lote {
  margin: 20px 0;
  display: block;
}
.mNuevaIA .lote input {
  padding: 5px;
  max-width: 100%;
  border: 1px solid var(--c1);
  border-radius: 5px;
  margin-top: 3px;
  display: block;
}
.mNuevaIA .lote .info {
  display: none;
}
.mNuevaIA .lote.existe {
  pointer-events: none;
}
.mNuevaIA .lote.existe input {
  background: #DDD;
  border-color: #AAA;
}
.mNuevaIA .lote.existe .info {
  display: block;
  font-size: 0.8rem;
  color:var(--c_aviso);
  margin-top: 5px;
}
.mNuevaIA .listado_vacas .lote {
  display: none;
}
@media screen and (max-width: 999px) {
  .mNuevaIA .listado_vacas, .mNuevaIA .listado_vacas tbody {
    display: block;
  }
  .mNuevaIA .vaca td {
    display: block;
  }
  .mNuevaIA .listado_vacas thead {
    display: none;
  }
  .mNuevaIA .vaca {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 10px;
  }
  .mNuevaIA .vaca .check {
    flex: 0 0 0px;
    margin-right: 10px;
    text-align: center;
  }
  .mNuevaIA .vaca .id17 {
    flex: 0 1 40%;
    text-align: left;
  }
  .mNuevaIA .vaca .nombre {
    flex: 0 1 40%;
  }
  .mNuevaIA .vaca .estado {
    flex: 0 0 33.333%;
    text-align: left;
    margin-top: 5px;
  }
  .mNuevaIA .vaca .dias_estado {
    flex: 0 0 33.333%;
    text-align: center;
  }
  .mNuevaIA .vaca .fecha_estado {
    flex: 0 0 33.333%;
    text-align: right;
  }
}
@media screen and (min-width: 1000px) {
  .mNuevaIA .listado_vacas {
    width: auto;
    width: 100%;
    border-collapse: collapse;
    position: relative;
  }
  .mNuevaIA .vaca .check {
    width: 0;
  }
  .mNuevaIA .listado_vacas td {
    white-space: nowrap;
    padding: 10px;
  }
  .mNuevaIA .listado_vacas thead td {
    font-weight: 500;
    background:var(--c1);
    color: #FFF;
    position: sticky;
    top: 0;
  }
  .mNuevaIA .listado_vacas .id17 {
    font-weight: 500;
    padding: 10px;
  }
  .mNuevaIA .listado_vacas .nombre {
  }
  .mNuevaIA .listado_vacas .dias_estado {
    font-variant-numeric: tabular-nums;
    width: 0;
    text-align: center;
  }
  .mNuevaIA .listado_vacas .estado {
    font-variant-numeric: tabular-nums;
    width: 0;
    text-align: center;
  }
  .mNuevaIA .listado_vacas .fecha_estado {
    font-variant-numeric: tabular-nums;
    width: 0;
    text-align: center;
  }
}
/*Vacas*/
#importar_vacas_modal h2 {
  margin: 0 0 20px 0;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.3;
  text-align: center;
  text-transform: uppercase;
  color:var(--c1);
}
#importar_vacas_modal .info {
  text-align: center;
}
#importar_vacas_modal form {
  display: flex;
  justify-content: center;
  margin: 40px 0 20px;
}
#importar_vacas_modal button {
  margin-left: 20px;
}
#importar_vacas_modal a {
  color:var(--c1);
}
#importar_vacas_modal .resumen {
  margin: 20px 0 0;
  text-align: center;
}
#importar_vacas_modal .resumen p {
  margin: 5px 0;
}
.mVacas .listado_vacas {
  margin-bottom: 40px;
}
.mVacas .vaca.eliminada {
  pointer-events: none;
  opacity: 0.3;
}
.mVacas .vaca .check {
  pointer-events: none;
}
.mVacas .vaca .id17 {
  font-weight: 500;
}
.mVacas .btn {
  background:var(--c1);
  color: #FFF;
}
.mVacas #filtro .btn {
  background:var(--c1);
  color: #FFF;
  padding: 5px 20px;
}
.mVacas #filtro {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.mVacas #filtro .d {
  margin-left: auto;
}
.mVacas #filtro input, .mVacas #filtro select {
  padding: 3px;
  border: 1px solid #CCC;
  margin-right: 10px;
  height: 30px;
}
.mVacas #filtro button {
  height: 30px;
}
.mVacas .vaca.en_tratamiento {
  opacity: 0.4;
  pointer-events: none;
}
.mVacas .vaca:nth-child(odd) {
  background: #EEE;
}
.mVacas #num_vacas_tratamiento {
  color:var(--c1);
}
@media screen and (max-width: 999px) {
  .mVacas .listado_vacas, .mVacas .listado_vacas tbody {
    display: block;
  }
  .mVacas .listado_vacas thead {
    display: none;
  }
  .mVacas .listado_vacas td {
    display: block;
  }
  .mVacas .vaca {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 40px 10px 20px;
    position: relative;
  }
  .mVacas .vaca .check {
    flex: 0 0 0px;
    margin-right: 10px;
    text-align: center;
  }
  .mVacas .vaca .id17 {
    flex: 0 0 33.333%;
    text-align: left;
  }
  .mVacas .vaca .nombre {
    flex: 0 0 33.333%;
  }
  .mVacas .vaca .lote {
    flex: 0 0 33.333%;
    text-align: right;
  }
  .mVacas .vaca .estado {
    flex: 0 0 33.333%;
    text-align: left;
    margin-top: 5px;
  }
  .mVacas .vaca .dias_estado {
    flex: 0 0 33.333%;
    text-align: center;
  }
  .mVacas .vaca .fecha_estado {
    flex: 0 0 33.333%;
    text-align: right;
  }
  .mVacas .vaca .botonera {
    position: absolute;
    top: 10px;
    right: 10px;
  }
  .mVacas .vaca .botonera > * {
    margin-left: 18px;
  }
}
@media screen and (min-width: 1000px) {
  .mVacas .listado_vacas {
    width: auto;
    width: 100%;
    border-collapse: collapse;
    position: relative;
  }
  .mVacas .vaca .check {
    width: 0;
  }
  .mVacas .listado_vacas td {
    white-space: nowrap;
    padding: 10px;
  }
  .mVacas .listado_vacas thead td {
    font-weight: 500;
    background:var(--c1);
    color: #FFF;
    position: sticky;
    top: 0;
  }
  .mVacas .listado_vacas .id17 {
    font-weight: 500;
    padding: 10px;
  }
  .mVacas .listado_vacas .nombre {
  }
  .mVacas .listado_vacas .dias_estado {
    font-variant-numeric: tabular-nums;
    width: 0;
    text-align: center;
  }
  .mVacas .listado_vacas .estado {
    font-variant-numeric: tabular-nums;
    width: 0;
    text-align: center;
  }
  .mVacas .listado_vacas .fecha_estado {
    font-variant-numeric: tabular-nums;
    width: 0;
    text-align: center;
  }
  .mVacas .listado_vacas .botonera {
    width: 0;
  }
  .mVacas .listado_vacas .botonera > * {
    margin-left: 10px;
  }
}
@media screen and (max-width: 1250px) {
  .mVacas #filtro {
    flex-wrap: wrap;
  }
  .mVacas #filtro input, .mVacas #filtro select, .mVacas #filtro button {
    margin-bottom: 10px;
  }
  .mVacas #filtro .d {
    flex: 0 100%;
    margin: 20px 0 0;
    text-align: center;
  }
}
/*LOTES*/
.mLotes .listado_lotes {
  margin-bottom: 40px;
}
.mLotes tbody .nombre {
  font-weight: 500;
}
.mLotes .lote:nth-child(odd) {
  background: #EEE;
}
.bLotes #modal h2 {
  text-align: center;
  color:var(--c1);
  margin: 5px 0 30px;
}
.mLotes .lote.eliminado {
  pointer-events: none;
  opacity: 0.3;
}
.mLotes .w0 {
  width: 1px;
}
.bLotes .tabla_protocolo_resumen {
  margin: 0 auto;
}
@media screen and (max-width: 999px) {
  .mLotes .listado_lotes, .mLotes .listado_lotes tbody {
    display: block;
  }
  .mLotes .listado_lotes thead {
    display: none;
  }
  .mLotes .listado_lotes td {
    display: block;
  }
  .mLotes .lote {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 40px 10px 20px;
    position: relative;
  }
  .mLotes .lote .nombre {
    flex: 0 0 33.333%;
  }
  .mLotes .lote .vacas {
    flex: 1 0;
    text-align: center;
  }
  .mLotes .lote .estado {
    flex: 0 0 33.333%;
    text-align: right;
    margin-top: 5px;
  }
  .mLotes .lote .dias_estado {
    flex: 0 0 33.333%;
    text-align: center;
  }
  .mLotes .lote .fecha_estado {
    flex: 0 0 33.333%;
  }
  .mLotes .lote .fecha_ia {
    flex: 0 0 33.333%;
    text-align: right;
  }
  .mLotes .lote .botonera {
    position: absolute;
    top: 10px;
    right: 10px;
  }
  .mLotes .lote .botonera > * {
    margin-left: 18px;
  }
}
@media screen and (min-width: 1000px) {
  .mLotes .listado_lotes {
    width: auto;
    width: 100%;
    border-collapse: collapse;
    position: relative;
  }
  .mLotes .listado_lotes td {
    white-space: nowrap;
    padding: 10px;
  }
  .mLotes .listado_lotes thead td {
    font-weight: 500;
    background:var(--c1);
    color: #FFF;
    position: sticky;
    top: 0;
  }
  .mLotes .listado_lotes .nombre {
  }
  .mLotes .listado_lotes .vacas {
    text-align: center;
  }
  .mLotes .listado_lotes .dias_estado {
    font-variant-numeric: tabular-nums;
    width: 0;
    text-align: center;
  }
  .mLotes .listado_lotes .estado {
    font-variant-numeric: tabular-nums;
    width: 0;
    text-align: center;
  }
  .mLotes .listado_lotes .fecha_estado {
    font-variant-numeric: tabular-nums;
    width: 0;
    text-align: center;
  }
  .mLotes .listado_lotes .fecha {
    font-variant-numeric: tabular-nums;
    width: 0;
    text-align: center;
  }
  .mLotes .listado_lotes .botonera {
    width: 0;
  }
  .mLotes .listado_lotes .botonera > * {
    margin-left: 10px;
  }
}
/*lote_edit*/
.lote_edit {
  max-width: 400px;
  margin: 10px auto 0;
}
.lote_edit h3 {
  text-align: center;
  margin-bottom: 5px;
  color:var(--c1);
  margin-bottom: 20px;
}
.lote_edit label {
  display: block;
  margin: 10px 0 30px 0;
  padding: 3px 0;
}
.lote_edit input {
  padding: 5px;
  border: 1px solid var(--c1);
  border-radius: 5px;
  margin-top: 3px;
  display: block;
  width: 100%;
}
.lote_edit select {
  border: 1px solid #CCC;
  margin-bottom: 5px;
}
.lote_edit .color div {
  display: flex;
}
.lote_edit .color button {
  border: 1px solid #CCC;
  background: none;
  width: 30px;
  height: 30px;
  border-radius: 5px;
  padding: 5px;
  margin-right: 5px;
  margin-top: 3px;
}
.lote_edit .color input {
  width: 80px;
}
.lote_edit .color input[hidden] {
  display: none;
}
.lote_edit .botonera {
  text-align: center;
  margin-top: 30px;
}
.lote_edit .botonera button {
  margin-left: 20px;
  background:var(--c1);
  color: #FFF;
}
.lote_edit .botonera .cancelar {
  font-size: 0.75rem;
  cursor: pointer;
}
/*Simulando dia*/
.simulando_dia {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translatex(-50%);
  z-index: 999999;
  color: #FFF;
  background: #D00505;
  text-align: center;
  text-transform: uppercase;
  padding: 1px 50px;
  font-weight: 500;
  letter-spacing: 1px;
  border-radius: 0 0 8px 8px;
  font-size: 0.8rem;
}
/*Protocolo*/
.mProtocolo .n {
  text-align: right;
  width: 60px;
}
.mProtocolo h4 {
  font-size: 0.8rem;
  white-space: nowrap;
}
.mProtocolo input {
  margin-right: 10px;
  width: 200px;
  padding: 5px;
  border: 1px solid var(--c1);
  border-radius: 5px;
  font-size: 0.875rem;
  height: 28px;
}
.mProtocolo select {
  margin-right: 10px;
  min-width: 150px;
  max-width: 150px;
  padding: 2px;
  border: 1px solid var(--c1);
  background: #FFF;
  border-radius: 5px;
  height: 28px;
  font-size: 0.875rem;
}
.mProtocolo .evento {
  display: flex;
  padding: 10px;
  margin-bottom: 20px;
  --color: transparent;
  border-left:8px solid var(--color);
}
.mProtocolo .evento > * {
  margin-right: 20px;
}
.mProtocolo .hora input {
  width: 80px;
}
.mProtocolo .evento:hover {
  background: #EEEEEE;
}
.mProtocolo hr {
  max-width: 400px;
  margin: 30px 0;
  border: 1px solid #CCC;
}
.mProtocolo .evento a {
  align-self: end;
}
.mProtocolo .evento .btn_eliminar {
  align-self: end;
  margin-bottom: 8px;
}
.mProtocolo .add_evento {
  font-size: 0.75rem;
  padding: 5px 20px;
  background:var(--c1);
  margin: 10px 0 0 10px;
}
.mProtocolo .botonera {
  margin: 40px 0 0 10px;
}
/*Nuevo lote*/
.bLotes .daterangepicker {
  z-index: 99999;
}
.bLotes h1 {
  display: flex;
  align-items: end;
}
.bLotes .ver_otros {
  font-size: 0.8rem;
  margin-left: 20px;
  text-decoration: underline;
  color:var(--c1);
}
.bLotes .btn_nuevo_lote {
  background:var(--c1);
  color: #FFF;
  font-size: 0.75rem;
  padding: 3px 20px;
  margin-left: 20px;
}
#lote_add_modal h2 {
  text-align: center;
  color:var(--c1);
  margin: 5px 0 30px;
}
#lote_add_modal fieldset {
  margin: 0;
  padding: 0;
  border: none;
  display: flex;
}
#lote_add_modal input[type=text] {
  padding: 5px;
  max-width: 100%;
  width: 300px;
  border:1px solid var(--c1);
  border-radius: 5px;
  margin-bottom: 20px;
}
#lote_add_modal .contenido {
  text-align: center;
}
#lote_add_modal .botonera {
  text-align: center;
}
#lote_add_modal .botonera button {
  margin-left: 20px;
  background:var(--c1);
  color: #FFF;
}
#lote_add_modal .botonera .cancelar {
  font-size: 0.75rem;
  cursor: pointer;
}
#lote_add_modal .date_range #selector_fechas {
  width: 300px;
  border-color:var(--c1);
  margin-right: 0;
}
#lote_add_modal .tabla_protocolo_resumen {
  margin: 30px auto;
  width: 300px;
}
#lote_add_modal .w_color {
  margin-bottom: 20px;
}
/*protocolo resumen*/
.tabla_protocolo_resumen {
  border:1px solid var(--c1);
  border-radius: 5px;
  border-collapse: collapse;
}
.tabla_protocolo_resumen thead td {
  background:var(--c1);
  color: #FFF;
  padding: 2px;
  text-align: center;
}
.tabla_protocolo_resumen tbody td {
  padding: 5px 10px;
}
.tabla_protocolo_resumen tbody .evento {
  text-align: left;
}
.tabla_protocolo_resumen tbody .dias {
  width: 1px;
}
.tabla_protocolo_resumen .dia_0 td {
  font-weight: bolder;
  border-top: 1px solid;
  border-bottom: 1px solid;
}
.tabla_protocolo_resumen tbody tr:nth-child(odd) {
  background: #EFEFEF;
}
/*Calendario filtro*/
.mCalendario .filtro {
  display: flex;
  margin: 0 0 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #EEE;
}
.mCalendario .filtro select {
  min-width: 150px;
  max-width: 150px;
}
.mCalendario .filtro > * {
  margin-right: 20px;
}
/*Calendario dashboard*/
.mCalendario header {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.mCalendario header h2 {
  margin-right: auto;
}
.mCalendario header a {
  padding: 3px 20px;
  color:var(--c1);
  border-radius: 5px;
  font-size: 1.7rem;
  font-weight: bolder;
  border: 1px solid #EEE;
  margin-right: 10px;
}
.mCalendario header .btn_vista_agenda {
  font-size: 0.8rem;
  padding: 0;
  border: 0;
  align-self: end;
  margin: 0 0 0 10px;
}
.w_calendario {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.calendario {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-template-rows: repeat(6, 1fr);
  grid-template-rows: repeat(6, auto);
  /*grid-gap: 5px;*/
  border-top: 1px solid #EEE;
  border-left: 1px solid #EEE;
}
.calendario .dia {
  border-bottom: 1px solid #EEE;
  border-right: 1px solid #EEE;
  padding: 10px;
  min-height: 100px;
}
.calendario .dia header {
  justify-content: space-between;
}
.calendario .dia_semana {
  font-size: 70%;
}
.calendario .dia:nth-child(n+8) .dia_semana {
  display: none;
}
.calendario .dia.hoy {
  background: rgba(255, 239, 194, 0.634);
}
.calendario .dia.mes_anterior {
  opacity: 0.5;
}
/*.calendario .dia.mes_siguiente {
  opacity: 0.5;
}*/
.calendario .dia.mes_siguiente .mes {
  text-transform: uppercase;
  color: #666;
}
.calendario .dia.fecha_pasada {
  opacity: 0.5;
}
.calendario .evento {
  --color-evento:var(--c2);
  --color-lote:var(--c2);
  background:var(--color-evento);
  border-top:8px solid var(--color-lote);
  color: #FFF;
  padding: 3px 5px;
  border-radius: 3px;
  margin-bottom: 5px;
  /*cursor: pointer;*/
}
.calendario .evento_promocionado {
  background: #000;
  border: none;
}
.calendario .evento .hora {
  font-size: 80%;
  white-space: nowrap;
}
.calendario .evento .lote {
  font-size: 80%;
  white-space: nowrap;
}
/*Calendario vista365*/
.mCalendario .vista365 {
  width: 100%;
  max-width: 400px;
  margin-top: 20px;
}
.mCalendario .vista365 .contenido {
  border: 1px solid #CCC;
  padding: 20px;
  border-radius: 5px;
}
.mCalendario .vista365 h2 {
  font-weight: 500;
  margin-bottom: 10px;
}
.mCalendario .vista365 h3 {
  font-weight: 500;
  font-size: 1rem;
  margin: 20px 0 7px;
}
.mCalendario .vista365 .evento_promocionado {
  color:var(--c1);
}
.mDashboard .w_dashboard h3:first-of-type {
  margin-top: 0;
}
.mCalendario .vista365 .avisos {
  margin-bottom: 30px;
  border:1px solid var(--c_aviso);
  padding: 5px;
  pointer-events: none;
  border-radius: 5px;
}
.mCalendario .vista365 .avisos h3 {
  color:var(--c_aviso);
  text-align: center;
}
.mCalendario .vista365 .tarea_pendiente {
  cursor: pointer;
  padding-left: 10px;
}
.mCalendario .vista365 .tarea_pendiente:hover {
  color:var(--c1);
}
.mCalendario .vista365 .tarea_pendiente:not(:last-child) {
  margin: 0 0 10px 0;
}
.mCalendario .vista365 .mes {
  margin-bottom: 30px;
}
.mCalendario .vista365 .mes h2 {
  margin-bottom: 15px;
  font-size: 1.3rem;
}
.mCalendario .vista365 .mes h2 span {
  background: url(/imgs/desplegar.svg) 100% 60% / 12px no-repeat;
  padding-right: 20px;
  text-transform: capitalize;
  cursor: pointer;
  color:var(--c1);
}
.mCalendario .vista365 .mes > *:not(h2) {
  display: none;
}
.mCalendario .vista365 .mes.ver > *:not(h2) {
  display: block;
  margin-left: 15px;
}
/*banner*/
.mCalendario .banner {
  text-align: center;
  margin-bottom: 30px;
}
.mCalendario .banner figure {
  width: 100%;
  height: 200px;
  overflow: hidden;
  margin: 10px 0;
}
.mCalendario .banner img {
  width: 100%;
  display: block;
  object-fit: cover;
  height: 100%;
}
.mCalendario .banner a {
  color:var(--c1);
  text-decoration: underline;
}
.mCalendario .banner .contenido_html {
  max-width: 800px;
  margin: 0 auto;
}
.evento_promocionado_modal a {
  color:var(--c1);
  text-decoration: underline;
}
.evento_promocionado_modal h2 {
  text-align: center;
  color:var(--c1);
}
.evento_promocionado_modal figure {
  width: 100%;
  height: 200px;
  overflow: hidden;
  margin: 10px 0;
}
.evento_promocionado_modal img {
  width: 100%;
  display: block;
  object-fit: cover;
  height: 100%;
}
/*Date range picker*/
.date_range .daterangepicker {
  box-shadow: rgb(68, 68, 68) 1px 3px 10px;
}
.date_range .daterangepicker .ranges li.active {
  background-color: #18181A;
}
.date_range .daterangepicker td.in-range {
  background-color: rgba(24, 24, 26, 0.048);
}
.date_range .daterangepicker td.active, #facturas .daterangepicker td.active:hover {
  background-color: #18181A;
}
.date_range #selector_fechas {
  background: url(/imgs/calendario.gif) 95% 50% no-repeat;
  border: 1px solid #DDD;
  padding: 4px 45px 4px 10px;
  box-sizing: border-box;
  margin-right: 10px;
  color: #666;
}
.date_range .selector_fechas {
  background: url(/imgs/calendario.gif) 95% 50% no-repeat;
  border: 1px solid #DDD;
  padding: 4px 45px 4px 10px;
  box-sizing: border-box;
  margin-right: 10px;
  color: #666;
}
.date_range .disabled {
  opacity: 0.3;
}
/*Calendario eventos*/
/*Calendario filtro*/
.mCalendarioEventos .filtro {
  display: flex;
  margin: 0 0 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #EEE;
}
.mCalendarioEventos .desplegable > .desplegable_titulo {
  padding: 3px 30px 3px 6px;
  font-size: 0.9rem;
}
.mCalendarioEventos .filtro > * {
  margin-right: 20px;
}
.mCalendarioEventos .filtro .btn {
  /*align-self: end;*/
  padding: 4px 15px;
  margin-right: auto;
}
.mCalendarioEventos .btn_vista_agenda {
  font-size: 0.8rem;
  color:var(--c1);
  align-self: end;
  margin: 0 0 0 10px;
}
.mCalendarioEventos table {
  border-collapse: collapse;
  width: 100%;
}
.mCalendarioEventos th {
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  padding: 2px 5px;
  font-size: 0.8rem;
  font-weight: bolder;
  line-height: 1;
}
.mCalendarioEventos th span {
  vertical-align: top;
  text-align: center;
  height: 15px;
  width: 15px;
  margin-right: 2px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 0.7rem;
  color: #666;
  margin-top: 2px;
}
.mCalendarioEventos td {
  border-right: 2px solid #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}
/*.mCalendarioEventos tbody tr:not(:last-child) td {
  border-bottom: 1px solid #F5F5F5;
}*/
.mCalendarioEventos tbody tr:nth-child(odd) td {
  background: #F9F9F9;
}
.mCalendarioEventos .dia {
  font-size: 0.75rem;
  text-align: right;
}
.mCalendarioEventos .evento {
  /*border: 1px solid #CCC;*/
  vertical-align: top;
  text-align: center;
  height: 15px;
  width: 15px;
  margin-right: 2px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 0.7rem;
}
.mCalendarioEventos .evento.n1 {
  background: #FF606D;
}
.mCalendarioEventos .evento.n2 {
  background: #C8C582;
}
.mCalendarioEventos .evento.n3 {
  background: #BFD58B;
}
.mCalendarioEventos .evento.n4 {
  background: #5EC484;
}
