@font-face {
  font-family: 'AvenirNext-Regular';
  src: url('AvenirNext-Regular.eot?#iefix') format('embedded-opentype'), url('AvenirNext-Regular.woff') format('woff'), url('AvenirNext-Regular.ttf') format('truetype'), url('AvenirNext-Regular.svg#AvenirNext-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
body,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'AvenirNext-Regular';
  color: #7b7e7e;
}
.topbar {
  background: #008b95;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
}
.gales_e {
  width: 100px;
  height: 100px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  display: inline-block;
  margin: 10px;
}
.gales_e a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: absolute;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  width: 20px;
  height: 20px;
  background-color: red;
  right: 5px;
  top: 5px;
  font-size: 18px;
  line-height: 18px;
  color: #fff;
  padding: 0px 1px;
}
.gales_e a:hover {
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-clip: padding-box;
  font-size: 50px;
  text-align: center;
  padding: 22px 0px;
}
.gales_ee {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: 100px;
  height: 100px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  display: inline-block;
  margin: 10px;
}
.gales_ee a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: absolute;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  width: 20px;
  height: 20px;
  background-color: red;
  right: 5px;
  top: 5px;
  font-size: 18px;
  line-height: 18px;
  color: #fff;
  padding: 0px 1px;
}
.gales_ee:hover a {
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-clip: padding-box;
  font-size: 50px;
  text-align: center;
  padding: 22px 0px;
}
/* Sortable ******************/
#order,
#order_slides,
#order_slides_acts,
#order_actores,
#order_slides_mod,
#order_videos,
#order_clientes {
  list-style: none;
  text-align: left;
}
#order li,
#order_slides li,
#order_slides_acts li,
#order_actores li,
#order_slides_mod li,
#order_videos li,
#order_clientes li {
  margin: 0 0 10px 0;
  height: 75px;
  background: #dbd9d9;
  border-radius: 5px;
  color: #333333;
  position: relative;
}
#order li span,
#order_slides li span,
#order_slides_acts li span,
#order_actores li span,
#order_slides_mod li span,
#order_videos li span,
#order_clientes li span {
  background-color: #357ebd;
  width: 40px;
  height: 100%;
  display: inline-block;
  float: left;
  cursor: move;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 24px 0px;
  text-align: center;
}
#order li span i,
#order_slides li span i,
#order_slides_acts li span i,
#order_actores li span i,
#order_slides_mod li span i,
#order_videos li span i,
#order_clientes li span i {
  font-size: 25px;
  color: #fff;
}
#order li:after,
#order_slides li:after,
#order_slides_acts li:after,
#order_actores li:after,
#order_slides_mod li:after,
#order_videos li:after,
#order_clientes li:after {
  border: 2px solid #000;
}
#order li:before,
#order_slides li:before,
#order_slides_acts li:before,
#order_actores li:before,
#order_slides_mod li:before,
#order_videos li:before,
#order_clientes li:before {
  border: 2px solid #000;
}
#order li .thumbnail,
#order_slides li .thumbnail,
#order_slides_acts li .thumbnail,
#order_actores li .thumbnail,
#order_slides_mod li .thumbnail,
#order_videos li .thumbnail,
#order_clientes li .thumbnail {
  display: inline-block;
  margin: 1px 0px 0px 5px;
}
#order li .text,
#order_slides li .text,
#order_slides_acts li .text,
#order_actores li .text,
#order_slides_mod li .text,
#order_videos li .text,
#order_clientes li .text {
  display: inline-block;
  vertical-align: top;
  padding: 25px 0px 0px 25px;
}
#order li .text h2,
#order_slides li .text h2,
#order_slides_acts li .text h2,
#order_actores li .text h2,
#order_slides_mod li .text h2,
#order_videos li .text h2,
#order_clientes li .text h2 {
  color: #000;
  font-size: 20px;
  font-weight: normal;
  margin: 0;
  font-family: Arial;
}
#order_ordenarFichaGaleria {
  list-style: none;
  text-align: left;
}
#order_ordenarFichaGaleria li {
  margin: 0 0 10px 0;
  position: relative;
  background: transparent;
}
#order_ordenarFichaGaleria li span {
  background-color: #357ebd;
  width: 40px;
  height: 100%;
  display: inline-block;
  float: left;
  cursor: move;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 20px 0px;
  text-align: center;
}
#order_ordenarFichaGaleria li span i {
  font-size: 25px;
  color: #fff;
}
#order_ordenarFichaGaleria li:after {
  border: 2px solid #000;
}
#order_ordenarFichaGaleria li:before {
  border: 2px solid #000;
}
#order_ordenarFichaGaleria li .thumbnail {
  display: inline-block;
  margin: 1px 0px 0px 5px;
}
#order_ordenarFichaGaleria li .imagen_glaes {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
}
.star-rating {
  font-family: 'FontAwesome';
  margin: 10px auto;
  text-align: center;
}
.star-rating > fieldset {
  border: none;
  display: inline-block;
}
.star-rating > fieldset:not(:checked) > input {
  position: absolute;
  top: -9999px;
  clip: rect(0, 0, 0, 0);
}
.star-rating > fieldset:not(:checked) > label {
  float: right;
  width: 1em;
  padding: 0 .05em;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  font-size: 200%;
  color: #16a085;
  height: 35px;
  line-height: initial;
  box-sizing: initial;
  margin: 0px 10px;
}
.star-rating > fieldset:not(:checked) > label:before {
  content: '\f006  ';
  border: 0;
  position: initial;
}
.star-rating > fieldset:not(:checked) > label:hover,
.star-rating > fieldset:not(:checked) > label:hover ~ label {
  color: #1abc9c;
  text-shadow: 0 0 3px #1abc9c;
}
.star-rating > fieldset:not(:checked) > label:hover:before,
.star-rating > fieldset:not(:checked) > label:hover ~ label:before {
  content: '\f005  ';
}
.star-rating > fieldset > input:checked ~ label:before {
  content: '\f005  ';
}
.star-rating > fieldset > input:checked ~ label:after {
  border: 0;
  opacity: 0;
}
.star-rating > fieldset > label:active {
  position: relative;
  top: 2px;
}
.star-rating2 {
  font-family: 'FontAwesome';
  margin: 0px auto;
  text-align: center;
}
.star-rating2 > fieldset {
  border: none;
  display: inline-block;
}
.star-rating2 > fieldset:not(:checked) > input {
  position: absolute;
  top: -9999px;
  clip: rect(0, 0, 0, 0);
}
.star-rating2 > fieldset:not(:checked) > label {
  float: right;
  width: 1.2em;
  padding: 0 .05em;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  font-size: 100%;
  color: #16a085;
  height: 32px;
  line-height: initial;
  box-sizing: initial;
  margin: 0px 0px;
}
.star-rating2 > fieldset:not(:checked) > label:before {
  content: '\f006  ';
  border: 0;
  position: initial;
}
.star-rating2 > fieldset > input:checked ~ label:before {
  content: '\f005  ';
}
.star-rating2 > fieldset > input:checked ~ label:after {
  border: 0;
  opacity: 0;
}
.star-rating2 > fieldset > label:active {
  position: relative;
  top: 2px;
}
.overlay {
  position: fixed;
}
.textoss {
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.lds-spinner {
  color: official;
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
.lds-spinner div {
  transform-origin: 32px 32px;
  animation: lds-spinner 1.2s linear infinite;
}
.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 29px;
  width: 5px;
  height: 14px;
  border-radius: 20%;
  background: #fff;
}
.lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}
.lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}
.lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}
.lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}
.lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}
.lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}
.lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}
.lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}
.lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}
.lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}
.lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}
.lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}
@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* AJUSTES MENÚ  */
.menu_lateral {
  z-index: 99;
  padding-top: 0px;
}
#datatables tbody tr td {
  vertical-align: middle;
}
.maskaritas {
  border-radius: 50%;
  display: inline-block;
  width: 50px;
  height: 50px;
  background-size: cover;
  vertical-align: middle;
  background-position: center;
}
.dropify-message p {
  text-align: center;
}
.panic_cdo {
  left: 240px;
}
.fc-toolbar {
  padding: 0px;
}
.fc-toolbar h2 {
  text-transform: initial;
}
.fc-toolbar .fc-left .fc-button-group button {
  font-size: .8em;
}
.fc-toolbar .fc-right .fc-button-group button {
  font-size: .8em;
}
.fc-toolbar .fc-center {
  padding: 5px 0px 0px;
}
.fc-toolbar .fc-center h2 {
  font-size: 14px;
}
.fc table {
  font-size: .8em;
}
.fc th.fc-widget-header {
  font-size: 11px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  padding: 0.2em .5em;
  font-size: 16px;
}
.datepicker table tr td.active.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active.disabled:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active[disabled] {
  background-color: #008b95;
  background-image: none;
}
.chss_center {
  text-align: center;
}
.demo-checkbox label.chec_movil {
  margin-bottom: 0;
}
@media screen and (max-width: 1169px) {
  .menu_lateral {
    z-index: 20;
    padding-top: 70px;
  }
  .panic_cdo {
    left: 0;
  }
}
@media screen and (max-width: 600px) {
  .fc-month-view .fc-content-skeleton .fc-day-grid-event {
    font-size: 10px;
    margin: 5px auto;
    width: 2px;
    height: 2px;
    border-radius: 50%;
    padding: 2px;
  }
  .fc-month-view .fc-content-skeleton .fc-day-grid-event .fc-content {
    display: none;
  }
  .fc-time-grid-event .fc-time {
    font-size: 5px;
    overflow: hidden;
  }
  .fc-time-grid-event .fc-title {
    display: none;
  }
  table.dataTable > tbody > tr.child ul.dtr-details {
    width: 100%;
  }
  table.dataTable > tbody > tr.child ul.dtr-details > li {
    clear: both;
  }
  table.dataTable > tbody > tr.child span.dtr-title {
    display: block;
  }
  table.dataTable > tbody > tr.child ul.dtr-details > li:last-child {
    text-align: right;
  }
  table.dataTable > tbody > tr.child ul.dtr-details > li:last-child span.dtr-title {
    display: inline-block;
    float: left;
  }
  table.dataTable > tbody > tr.child span.dtr-data {
    text-align: right;
  }
  .chss_center {
    text-align: right;
  }
  .demo-checkbox label.chec_movil {
    min-width: 10px;
    max-width: 10px;
  }
}
.imagenes_s {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bg_imass {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1339px) {
  .ocultarMAC {
    display: none;
  }
  .imagenes_s {
    min-height: 490px;
  }
}
