.mx-content {
  max-width: max-content;
}
hr {
  width: 100%;
  height: 1px;
  margin: 10px 0;
}
.text-center {
  text-align: center !important;
}
.text-right {
  text-align: right !important;
}
.text-left {
  text-align: left !important;
}
.flex {
  display: flex !important;
}
.flex-s-c {
  align-items: center;
  justify-content: space-between;
}
.flex-c {
  align-items: center;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-row {
  flex-direction: row;
}
.flex-row-reverse {
  flex-direction: row-reverse;
}
.flex-content-start {
  justify-content: flex-start;
}
.flex-content-end {
  justify-content: flex-end;
}
.flex-content-center {
  justify-content: center;
}
.flex-content-around {
  justify-content: space-around;
}
.flex-content-between {
  justify-content: space-between;
}
.flex-content-evenly {
  justify-content: space-evenly;
}
.flex-align-start {
  align-self: flex-start;
}
.flex-align-end {
  align-self: flex-end;
}
.gap-5 {
  gap: 5px;
}
.gap-10 {
  gap: 10px;
}
.gap-15 {
  gap: 15px;
}
.mx-auto {
  margin: auto !important;
}
.margin-0 {
  margin: 0 !important;
}
.margin-10 {
  margin: 10px !important;
}
.margin-20 {
  margin: 20px !important;
}
.margin-30 {
  margin: 30px !important;
}
.margin-40 {
  margin: 40px !important;
}
.margin-50 {
  margin: 50px !important;
}
.margin-left-0 {
  margin-left: 0 !important;
}
.margin-left-10 {
  margin-left: 10px !important;
}
.margin-left-20 {
  margin-left: 20px !important;
}
.margin-left-30 {
  margin-left: 30px !important;
}
.margin-left-40 {
  margin-left: 40px !important;
}
.margin-left-50 {
  margin-left: 50px !important;
}
.margin-right-0 {
  margin-top: 0 !important;
}
.margin-right-10 {
  margin-right: 10px !important;
}
.margin-right-20 {
  margin-right: 20px !important;
}
.margin-right-30 {
  margin-right: 30px !important;
}
.margin-right-40 {
  margin-right: 40px !important;
}
.margin-right-50 {
  margin-right: 50px !important;
}
.margin-top-0 {
  margin-top: 0 !important;
}
.margin-top-10 {
  margin-top: 10px !important;
}
.margin-top-20 {
  margin-top: 20px !important;
}
.margin-top-30 {
  margin-top: 30px !important;
}
.margin-top-40 {
  margin-top: 40px !important;
}
.margin-top-50 {
  margin-top: 50px !important;
}
.margin-bottom-0 {
  margin-top: 0 !important;
}
.margin-bottom-10 {
  margin-bottom: 10px !important;
}
.margin-bottom-20 {
  margin-bottom: 20px !important;
}
.margin-bottom-30 {
  margin-bottom: 30px !important;
}
.margin-bottom-40 {
  margin-bottom: 40px !important;
}
.margin-bottom-50 {
  margin-bottom: 50px !important;
}
.padding-0 {
  padding: 0 !important;
}
.padding-10 {
  padding: 10px !important;
}
.padding-20 {
  padding: 20px !important;
}
.padding-30 {
  padding: 30px !important;
}
.padding-40 {
  padding: 40px !important;
}
.padding-50 {
  padding: 20px !important;
}
.padding-left-0 {
  padding-left: 0 !important;
}
.padding-left-10 {
  padding-left: 10px !important;
}
.padding-left-20 {
  padding-left: 20px !important;
}
.padding-left-30 {
  padding-left: 30px !important;
}
.padding-left-40 {
  padding-left: 40px !important;
}
.padding-left-50 {
  padding-left: 20px !important;
}
.padding-right-0 {
  padding-left: 0 !important;
}
.padding-right-10 {
  padding-right: 10px !important;
}
.padding-right-20 {
  padding-right: 20px !important;
}
.padding-right-30 {
  padding-right: 30px !important;
}
.padding--right40 {
  padding-right: 40px !important;
}
.padding-right-50 {
  padding-right: 20px !important;
}
.padding-top-0 {
  padding-top: 0 !important;
}
.padding-top-10 {
  padding-top: 10px !important;
}
.padding-top-20 {
  padding-top: 20px !important;
}
.padding-top-30 {
  padding-top: 30px !important;
}
.padding-top-40 {
  padding-top: 40px !important;
}
.padding-top-50 {
  padding-top: 20px !important;
}
.padding-bottom-0 {
  padding-bottom: 0 !important;
}
.padding-bottom-10 {
  padding-bottom: 10px !important;
}
.padding-bottom-20 {
  padding-bottom: 20px !important;
}
.padding-bottom-30 {
  padding-bottom: 30px !important;
}
.padding-bottom-40 {
  padding-bottom: 40px !important;
}
.padding-bottom-50 {
  padding-bottom: 20px !important;
}
.w-100 {
  width: 100%;
}
.h-100 {
  height: 100%;
}
.w-50 {
  width: 50%;
}
.h-50 {
  height: 50%;
}
.mx-w-100 {
  max-width: 100%;
}
.mx-h-100 {
  max-height: 100%;
}
.mx-w-50 {
  max-width: 50%;
}
.mx-h-50 {
  max-height: 50%;
}
.mx-width-content {
  max-width: max-content !important;
}
.mx-height-content {
  max-height: max-content !important;
}
.img-fluid {
  max-width: 100% !important;
}
.page-container {
  width: 100%;
  height: 100%;
}
.container {
  max-width: 1100px;
  width: 100%;
  position: relative;
}
.page-content > .row {
  flex-direction: column;
}
.radius-5 {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.radius-10 {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
.radius-15 {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
}
.radius-20 {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
}
.border-0 {
  border-width: 0;
}
.border-1 {
  border-width: 1px;
}
.border-2 {
  border-width: 2px;
}
.border-3 {
  border-width: 3px;
}
.border-1,
.border-2,
.border-3 {
  border-style: solid;
}
.border-grey-1 {
  border-color: var(--grey-1);
}
.border-grey-2 {
  border-color: var(--grey-2);
}
.border-grey-3 {
  border-color: var(--grey-3);
}
.border-grey-4 {
  border-color: var(--grey-4);
}
.border-grey-5 {
  border-color: var(--grey-5);
}
.border-grey-6 {
  border-color: var(--grey-6);
}
.border-grey-7 {
  border-color: var(--grey-7);
}
.border-grey-8 {
  border-color: var(--grey-8);
}
.border-grey-9 {
  border-color: var(--grey-9);
}
.border-grey-10 {
  border-color: var(--grey-10);
}
.border-degrade {
  border-radius: 10px;
  background-color: var(--grey-1);
  position: relative;
}
.border-degrade::before {
  width: 100%;
  height: 100%;
  position: absolute;
  pointer-events: none;
  background: url(../images/elementos/col_border.png) no-repeat;
  background-size: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  content: "";
}
.col-style {
  background-color: var(--grey-1);
  position: relative;
  border-radius: 10px;
}
.button {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  user-select: none;
  padding: 0.775rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 9px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  margin: 0.75rem 0;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.24),
    1px 3px 1px 1px rgba(0, 0, 0, 0.2);
  font-family: var(--philosopher);
  cursor: pointer;
}
.button-large {
  padding: 0.45rem 2rem;
}
.small-button {
  width: max-content;
  min-height: 20px;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 20px;
  background-image: -moz-linear-gradient(90deg, #2d2d31 0, #424249 100%);
  background-image: -webkit-linear-gradient(90deg, #2d2d31 0, #424249 100%);
  background-image: -ms-linear-gradient(90deg, #2d2d31 0, #424249 100%);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.356),
    inset 0 0 5.46px 0.54px rgba(92, 92, 100, 0.466);
}
.button-primary {
  background: linear-gradient(
    315deg,
    rgb(30 30 34),
    69%,
    rgb(116 116 127) 126%
  );
  color: var(--gold-2);
}
.float-right {
  float: right !important;
}
.float-left {
  float: left !important;
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
ol.breadcrumb {
  list-style: none;
  padding: 10px;
}
ol.breadcrumb li {
  display: inline-block;
  font-size: 0.9rem;
}
ol.breadcrumb li:last-child {
  color: var(--grey-6);
  font-style: italic;
}
.small {
  font-size: 0.9rem;
}
.font-normal {
  font-family: "Open Sans", sans-serif !important;
  font-style: normal !important;
  font-weight: 400 !important;
}
.vip_name {
  color: #e7ab53;
  text-shadow: 0 0 10px #6e5025;
}
.vip_name_2 {
  color: silver;
  text-shadow: 0 0 10px #8d8d8d;
}
.title_1 {
  font-size: 3rem;
}
.title_2 {
  font-size: 2.2rem;
}
.title_3 {
  font-size: 1.7rem;
}
.title_4 {
  font-size: 1.4rem;
}
.title_5 {
  font-size: 1.2rem;
}
.title_desc {
  line-height: 20px;
  margin-bottom: 15px;
}
.title_desc h3 {
  color: var(--gold-2);
}
.title_desc span {
  color: var(--grey-6);
}
.badge {
  font-family: "Open Sans";
  font-weight: 400;
}
.badge-primary {
  background-color: var(--grey-5);
  border: 1px solid var(--grey-6);
}
.badge-dark {
  background-color: var(--grey-13);
  color: var(--grey-14);
}
.badge-green {
  min-width: 50px;
  color: var(--green-1);
  background-color: var(--green-2);
}
.badge-pink {
  min-width: 50px;
  color: var(--pink-1) !important;
  background-color: var(--pink-2);
}
.badge-float.badge-float-top-left {
  top: 10px;
  left: 10px;
}
.badge-float {
  position: absolute;
}
.slideUP {
  transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: translateY(0);
}
.slideUP:hover {
  transform: translateY(-5px);
}
ul.list-flex-c .event,
ul.list-flex-c li {
  display: flex;
  align-items: center;
}
ul.list-flex-s-c .event,
ul.list-flex-s-c li {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
ul.list-style-1 .event,
ul.list-style-1 li {
  padding: 9px 0;
  position: relative;
  font-size: 0.95rem;
  background-color: transparent;
  border: 0;
}
ul.list-style-1 .event::after,
ul.list-style-1 li::after {
  width: 100%;
  height: 1px;
  background: var(--white-opacity);
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
}
ul.list-style-1 .event > p:first-child,
ul.list-style-1 .event > span:first-child,
ul.list-style-1 li > p:first-child,
ul.list-style-1 li > span:first-child {
  color: var(--grey-8);
}
ul.list-style-1 .event > p:last-child,
ul.list-style-1 .event > span:last-child,
ul.list-style-1 li > p:last-child,
ul.list-style-1 li > span:last-child {
  color: var(--gold-2);
}
.switch-slider {
  background-color: var(--grey-3) !important;
}
.switch-slider:before {
  background-color: var(--grey-9) !important;
}
input:checked + .switch-slider:before {
  background-color: var(--gold-2) !important;
  filter: drop-shadow(0 0 10px var(--gold-2));
}
select option {
  background: var(--grey-1);
  font-size: 1rem;
}
.list_label {
  width: 100%;
  display: flex;
}
.list_label > * {
  color: var(--grey-7);
  font-size: 0.9rem;
}
.alert {
  border-radius: 10px;
}
.alert-default {
  color: #bdbaba;
  background-color: var(--grey-2);
}
.alert-yellow {
  border: 2px solid #edc450;
  box-shadow: inset 0 0 7px #edc45070;
  color: #edc450;
  text-shadow: 0 0 7px #a88c3e9e;
}
.alert-blue {
  border: 2px solid #5082ed;
  box-shadow: inset 0 0 7px #508fed70;
  color: #5082ed;
  text-shadow: 0 0 7px #3e6fa89e;
}
.alert-green {
  border: 2px solid #50ed84;
  box-shadow: inset 0 0 7px #50edb170;
  color: #50ed84;
  text-shadow: 0 0 7px #3ea86a9e;
}
.alert-red {
  border: 2px solid #ed5050;
  box-shadow: inset 0 0 7px #ed505070;
  color: #ed5050;
  text-shadow: 0 0 7px #a83e3e9e;
}
.alert-orange {
  border: 2px solid #ed7550;
  box-shadow: inset 0 0 7px #ed6f5070;
  color: #ed7550;
  text-shadow: 0 0 7px #a85c3e9e;
}
.dropdown {
  position: relative;
}
.dropdown-menu {
  display: none;
  position: absolute;
  top: 24px;
  box-shadow: 0 2px 7px rgba(14, 14, 14, 0.555);
  padding: 10px 15px;
  background-color: var(--grey-1);
  border-radius: 10px;
  z-index: 10;
}
.dropdown-toggle {
  cursor: pointer;
}
.responsive-iframe {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.hp_video {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  padding-top: 56.25%;
}
.gmodal {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0;
  bottom: 50%;
  left: 0;
  transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1), 1s ease-in-out;
  z-index: 999;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}
.modal-open {
  overflow: hidden;
  padding-right: 17px;
}
.gmodal.open {
  display: block;
}
.fade {
  animation: modalsOpen 1s forwards cubic-bezier(0.165, 0.84, 0.44, 1);
}
@keyframes modalsOpen {
  0% {
    transform: translateY(-200px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.gmodal .bi-x {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 10;
  font-size: 2rem;
  cursor: pointer;
  transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.gmodal .bi-x:hover {
  color: #f62564;
  filter: drop-shadow(0 0 7px #f62564);
}
.closeModals {
  animation: closeModals 0.5s forwards cubic-bezier(0.165, 0.84, 0.44, 1);
  display: none !important;
}
@keyframes closeModals {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    transform: translateY(-100px);
    opacity: 0;
  }
}
.gmodal .modal_content {
  max-width: 930px;
  max-height: max-content;
  min-height: 1px;
  position: relative;
  background-color: rgb(19 19 22);
  margin: 50px auto;
  border-top: 2px solid var(--bronze-1);
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.308);
}
.gmodal .modal_content .modal_body {
  max-width: 100%;
  margin: 68px auto 0 auto;
  padding-bottom: 30px;
}
.slide-modal .modal_body {
  margin: 0 auto !important;
  padding: 1rem;
}
.slide-modal .modal_body img {
  width: 100%;
  max-width: 100%;
}
#slideCarousel {
  overflow: visible;
}
#slideCarousel .carousel-indicators {
  position: unset;
}
.modal_overlay {
  width: 100%;
  height: 100%;
  background-color: #1b1b1fd1;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 998;
}
table.custom-table-1 {
  border: 1px solid var(--dark-grey-opacity-2);
  background-color: var(--dark-grey-4);
}
table.custom-table-1 thead tr th {
  color: var(--light-grey-1);
  padding: 15px;
}
table.custom-table-1 tbody tr td {
  text-indent: 1rem;
  color: #fff;
  border: 1px solid var(--dark-grey-opacity-2);
}
table.custom-table-1.custom-table-1-striped tbody tr:nth-child(odd) {
  background-color: var(--dark-grey-1);
}
table.table.custom-table-center tbody tr td,
table.table.custom-table-center thead tr th {
  text-indent: 0;
  text-align: center;
}
table.custom-table-2 tr td,
table.custom-table-2 tr th {
  border: 0;
  padding: 12px;
}
table.custom-table-2 tr th {
  color: #fff;
}
table.custom-table-2 tr td:first-child,
table.custom-table-2 tr td:nth-child(n + 3),
table.custom-table-2 tr th:first-child,
table.custom-table-2 tr th:nth-child(n + 3) {
  text-align: left;
}
table.custom-table-2 tr td {
  color: var(--light-grey-1);
}
table.custom-table-2 tr td:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
table.custom-table-2 tr td:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
table.custom-table-2.custom-table-2-striped tbody tr:nth-child(odd) {
  background-color: var(--grey-13);
}
.opacity-30 {
  opacity: 30%;
}
.text-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-vertical-ellipsis-2-lines {
  -webkit-line-clamp: 2;
}
.text-vertical-ellipsis-3-lines {
  -webkit-line-clamp: 3;
}
.text-vertical-ellipsis-2-lines,
.text-vertical-ellipsis-3-lines {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.img-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#morpheus-popup-container .morpheus-popup-content {
  outline: 0;
  border: none;
  background-color: var(--dark-grey-4);
  box-shadow: 0 5px 15px rgb(0 0 0 / 29%);
  border-radius: 7px;
  animation: morpheusModal 1s forwards cubic-bezier(0.165, 0.84, 0.44, 1);
}
#morpheus-popup-container .morpheus-popup-panel .morpheus-popup-btn {
  color: #000;
  background: var(--gold-1);
  padding: 8px 39px;
  border: none;
}
#morpheus-popup-container .morpheus-popup-panel .morpheus-popup-btn:hover {
  background-color: var(--dark-grey-1);
  color: #fff;
}
@keyframes morpheusModal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.highlight {
  box-shadow: inset 0 0 5px 1px var(--gold-2);
  border-radius: 5px;
}
.overlay {
  display: none;
}
.staff span.offline {
  color: #ad3d3d !important;
}
.staff span.online {
  color: #46ad3d !important;
}
