@charset "UTF-8";
[v-cloak] {
  display: none;
}

p {
  margin: 0;
}

.v-align-c {
  display: flex;
  align-items: center;
}

#cbox1 {
  transform: scale(1.2);
}
button:disabled {
  cursor: not-allowed;
  pointer-events: all !important;
}

#loading-app {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  z-index: 99999;
}

#loading-app .cont-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 24px;
}

.zona-mapa{
  cursor: pointer;
}

.zona-mapa.seleccionado rect, .zona-mapa.seleccionado polygon {
  fill: #2A7DE1 !important;
}


#loading-app .message {
  width: 100%;
  display: block;
  text-align: center;
  margin-top: 15px;
}

#loading-app .loader {
  display: block;
  margin: 0 auto;
}

.wrapper-page.login {
  max-width: 698px;
}
.wrapper-page.login .card-body {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
}
.wrapper-page.login .card-body .login-img {
  width: 35%;
  max-width: 245px;
  margin: 0 1.5rem;
}
.wrapper-page.login .card-body .login-form {
  max-width: 453px;
  width: 65%;
  padding: 2rem;
}
.wrapper-page.login .card-body .align-right {
  justify-content: right;
}

.wrapper-page .card {
  border: none;
  border-color: #5dc5ef;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #5dc5ef;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #5dc5ef;
}
.footer{
  background-color: #000 !important;
}

.footer ul{
  color: #fff;
  list-style-type:none;

}

.footer i {
  color: #fff;
  font-style: normal !important;
}


.footer a {
  color: #fff;
}

#sidebar-menu > ul > li > a.active {
  color: #5dc5ef;
}

#sidebar-menu > ul > li > a.active i {
  color: #5dc5ef;
}

#sidebar-menu ul ul li.active a {
  color: #5dc5ef;
}

#sidebar-menu > ul > li > a:hover {
  color: #16a7e1;
}

#sidebar-menu > ul > li > a:hover i {
  color: #16a7e1;
}

#sidebar-menu ul ul a:hover {
  color: #16a7e1;
}

a {
  color: #5dc5ef;
}

a:hover,
a:focus {
  color: #16a7e1;
}

.navbar-custom {
  background-color: #5dc5ef;
}

.alert.alert-primary {
  background-color: rgba(237, 150, 9, 0.3);
}

.actions .btn i {
  font-size: 18px;
}

.col-form-label.required:after {
  content: "*";
  color: #ec536c;
  font-size: 18px;
  margin-left: 2px;
}

.dropify-wrapper .parsley-error + .parsley-errors-list {
  position: absolute;
  bottom: 5px;
}

.spinner:before {
  border-color: #5dc5ef rgba(188, 147, 21, 0.3);
}

.spinner:after {
  background-color: #5dc5ef;
}

.parsley-errors-list {
  width: 100%;
}

.swal-button.swal-button--confirm {
  background-color: #5dc5ef;
}

#departamentos-app #arbol {
  background-color: #000000;
  border: solid 1px black;
  height: 80vh;
}

.btn-arrow {
  position: relative;
}

.btn-arrow::after {
  content: "";
  border-left-width: 0.75rem;
  border-left-style: solid;
  border-top: 1.2rem solid transparent;
  border-bottom: 1.2rem solid transparent;
  height: 0;
  width: 0;
  background: transparent;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(100%, -50%);
  border-radius: 10%;
  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;
}

.btn-arrow.btn-danger::after {
  border-left-color: #ec536c;
}

.btn-arrow.btn-primary::after {
  border-left-color: #5dc5ef;
}

.btn-arrow.btn-danger:hover::after {
  border-left-color: #e93c58;
}

.btn-arrow.btn-primary:hover::after {
  border-left-color: #16a7e1;
}

.card-hover {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.card-hover .card-body {
  transition: all 0.5s;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.card-hover .card-body i,
.card-hover .card-body p {
  transition: all 0.5s;
  position: relative;
  z-index: 1;
}

.card-hover:hover .card-body i {
  opacity: 0.75;
  transform: scale(5) rotate(15deg) translateY(25%);
  color: #fff;
}

.card-hover:hover .card-body p {
  opacity: 0;
}

.card-hover::after {
  content: "";
  position: absolute;
  top: 0%;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateY(-100%);
  z-index: 0;
  background: rgba(188, 147, 21, 0);
  transition: all 0.5s;
}

.card-hover:hover::after {
  transform: translateY(0%);
  background: rgba(188, 147, 21, 0.75);
}

.card-header.sort {
  cursor: move;
}

.fr-element {
  height: 8rem;
}

#case-app #case-tree {
  background-color: #fff;
  height: 80vh;
  border: 1px solid #ccc;
}

#case-app #case-palette {
  background-color: #fff;
  height: 80vh;
  border: 1px solid #ccc;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.full-width {
  width: 100%;
}

.col-12.subtitle {
  background-color: #dae0e5;
  margin-bottom: 5px;
  padding: 10px 10px;
}

.inner_info.inner_info_courses {
  padding: 0 15px;
}

.sub.col-12 {
  padding: 0px 20px;
}

.col-12.subtitle2 {
  background-color: #dae0e5;
  margin: 5px 0px;
  padding: 10px 10px;
}

.inner_table.slide_inner_lessons {
  padding: 0px 13px;
}

ul.resources {
  padding: 5px 34px;
  margin: 0;
  border-bottom: 1px solid #dae0e5;
  margin-bottom: 5px;
}

/*TABLE LOADER*/
.vue-overlay {
  position: absolute;
  background: rgba(99, 99, 99, 0.45) none repeat scroll 0 0;
  text-align: center;
  font-size: 39px;
  color: #fff;
  z-index: 100;
  margin: 0;
  padding: 0;
}

.content-right > * {
  float: right;
  margin-right: 4px;
}

/* COMPONENTES BOLETIFY V3. */
/* REEMPLAZAR ESTILOS ORIGINALES APEX. */
body {
  background: white;
}

.navbar-custom {
  background: #000;
  color: #fff;
}

.header-container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 0px;
}

.content-page {
  margin-left: 0px;
}

.footer {
  border: none;
  background-color: #0C0C0C !important;
  color: #C0C0C0;
  padding: 20px  3%;
  text-align: right;
}

.dropdown-item {
  white-space: initial;
}

a:hover {
  color: #2A7DE1;
}

/* PLACEHOLDERS. */
/* Firefox */
::placeholder {
  color: #C0C0C0;
  opacity: 1;
}

/* Internet Explorer 10-11 */
:-ms-input-placeholder {
  color: #C0C0C0 !important;
}

/* Microsoft Edge */
::-ms-input-placeholder {
  color: #C0C0C0 !important;
}

/* TEXTO */
.text-primary {
  color: #2A7DE1 !important;
}

.text-center h2{
  font-family: 'Fira Sans';
  font-size: 1.375rem;
  font-weight: 700;
  font-style: italic;
}

.text-right-title{
  float: right;
}

.text-left-title{
  float: left;
}

.text-primary-disabled {
  color: #83b4ee;
}

.text-secondary {
  color: #18D187 !important;
}

.text-danger {
  color: #E65143;
}

.text-white {
  color: #fff;
}

.text-gray {
  color: #C0C0C0;
}

h1 {
  font-family: 'Fira Sans';
  font-size: 1.875rem;
  font-weight: 700;
 font-style: italic;
}

h2 {
  font-family: 'Fira Sans';
  font-size: 1.375rem;
  font-weight: 700;
  font-style: italic;
}

h3 {
  font-family: 'Fira Sans';
  font-size: 1.125rem;
  font-weight: 700;
  font-style: italic;
}

body {
  font-family: "usual";
  font-size: 1rem;
}

.text-small {
  font-family: "usual";
  font-size: 0.75rem;
}

.text-extra-small {
  font-family: "usual";
  font-size: 0.60rem;
}

.text-alternative {
  font-family: 'Fira Sans';
  font-size: 1rem;
  font-weight: 700;
  font-style: italic;
  color: #2A7DE1;
}

.text-indication {
  font-family: "usual";
  font-size: 0.625rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.bold {
  font-weight: bold;
}

/* BORDERS. */
.border-primary {
  border-color: #2A7DE1;
}

.form-element-fix:focus-within {
  color: #2A7DE1;
}
.border-secondary {
  border-color: #18D187 !important;
}

.border-danger {
  border-color: #E65143;
}

.border-3 {
  border: solid 3px;
}

/* FORM ELEMENTS. */
.form-element {
  margin-top: 10px;
  border-radius: 5px;
  border: solid #C6DBF5 2px;
  color: #C6DBF5;
  position: relative;
  background-color: #fff;
}

.form-element-fix {
  margin-top: 10px;

  color: #C6DBF5;
  position: relative;
  background-color: #fff;
}
.form-element-responsive {
  margin-top: 10px;
  border-radius: 5px;
  border: solid #C6DBF5 2px;
  color: #C6DBF5;
  background-color: #fff;
}

/* FIX DATETIMEPICKER VUE JS. */
.form-element-responsive .form-control {
  width: calc(100% - 40px);
  margin: 10px 20px;
  background-color: inherit;
  border: none;
  padding: 0;
  font-size: inherit;
}

.form-element .form-control {
  width: calc(100% - 40px);
  margin: 10px 20px;
  background-color: inherit;
  border: none;
  padding: 0;
  font-size: inherit;
}

.form-element.danger {
  border-color: #E65143;
  color: #E65143;
}
.form-element-responsive.danger {
  border-color: #E65143;
  color: #E65143;
}

.form-element.disabled {
  border: solid #C0C0C0 2px;
  color: #C0C0C0;
}
.form-element-responsive.disabled {
  border: solid #C0C0C0 2px;
  color: #C0C0C0;
}

.form-element.disabled input, .form-element.disabled select {
  cursor: not-allowed;
}
.form-element-responsive.disabled input, .form-element-responsive.disabled select {
  cursor: not-allowed;
}

.form-element label.title {
  position: absolute;
  top: -12px;
  left: 10px;
  padding: 0px 8px;
  /* background-color: inherit; */
  text-transform: uppercase;
  font-size: 0.540rem;
  font-family: "usual";
  font-weight: 800;
  color: inherit;
  letter-spacing: 0.05em;
}
.container-form-attendee:nth-child(even) .form-element label.title {
  background-color: white;
}
.container-form-attendee:nth-child(odd) .form-element label.title {
  background-color: #f1f1f1;
}
.form-element-responsive label.title {
  position: absolute;
  top: -10px;
  left: 10px;
  padding: 0px 8px;
  background-color: inherit;
  text-transform: uppercase;
  font-size: 0.540rem;
  font-family: "usual";
  font-weight: 800;
  color: inherit;
  letter-spacing: 0.05em;
}
.title-event{
  cursor: pointer;
}

.form-element a.tooltip-icon {
  color: inherit;
  margin-left: 5px;
  font-size: 14px;
}

.form-element .main-input {
  width: calc(100% - 20px);
  margin: 10px 9px;
  background-color: inherit;
  border: none;
  
}
.form-element .link-input {
  color: gray;
  width: calc(100% - 40px);
  margin: 10px 0px;
  background-color: inherit;
  border: none;
  
}
.form-element select.main-input {
  -moz-appearance: none;
  /* Firefox */
-webkit-appearance: none;
  /* Safari and Chrome */
  appearance: none;
}

.form-element .select::before {
  content: "";
  font-family: "FontAwesome";
  color: inherit;
  margin: 10px 20px;
  position: absolute;
  top: 0px;
  right: 0px;
  pointer-events: none;
}

.form-element a.icon {
  color: inherit;
  margin: 10px 20px;
  position: absolute;
  top: 0px;
  right: 0px;
}

.form-element:focus-within {
  border: solid #2A7DE1 2px;
  color: #2A7DE1;
}
.form-element a.tooltip-icon {
  color: inherit;
  margin-left: 5px;
  font-size: 14px;
}

.form-element-responsive .main-input {
  width: calc(100% - 20px);
  margin: 10px 9px;
  background-color: inherit;
  border: none;
  
}
.form-element-responsive .link-input {
  color: gray;
  width: calc(100% - 40px);
  margin: 10px 0px;
  background-color: inherit;
  border: none;
  
}
.form-element-responsive select.main-input {
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  appearance: none;
}

.form-element-responsive .select::before {
  content: "";
  font-family: "FontAwesome";
  color: inherit;
  margin: 10px 20px;
  position: absolute;
  top: 0px;
  right: 0px;
  pointer-events: none;
}

.form-element a.icon {
  color: inherit;
  margin: 10px 20px;
  position: absolute;
  top: 0px;
  right: 0px;
}

.form-element-responsive:focus-within {
  border: solid #2A7DE1 2px;
  color: #2A7DE1;
}
.dashed {
  border-style: dashed;
}

/* File uploader */
.dropify-wrapper {
  border: none;
  margin: 5px;
  width: calc(100% - 10px);
}

/* BUTTONS. */
.btn {
  font-family: "usual";
  font-size: 0.625rem;
  font-weight: 800;
  text-transform: uppercase;
  border-radius: 5px;
  padding: 10px 20px;
  letter-spacing: 0.05em;
}

.btn:focus {
  box-shadow: 0 0 0 0.2rem rgba(42, 125, 225, 0.5);
}

.block {
  display: block;
}

/* Filled buttons. */
.btn.btn-filled.primary {
  border: solid 2px #2A7DE1;
  color: #FFF;
  background: #2A7DE1;
}

.btn.btn-filled.primary:hover:not(:disabled),
.btn.btn-filled.primary:focus:not(:disabled) {
  background: #1859a7;
  border: 2px solid #1859a7;
}

.btn.btn-filled.secondary {
  border: solid 2px #18D187;
  color: #FFF;
  background: #18D187;
}

.btn.btn-filled.secondary:hover:not(:disabled),
.btn.btn-filled.secondary:focus:not(:disabled) {
  background: #108c5b;
  border: 2px solid #108c5b;
}

.btn.btn-filled.danger {
  border: solid 2px #E65143;
  color: #FFF;
  background: #E65143;
}

.btn.btn-filled.danger:hover:not(:disabled),
.btn.btn-filled.danger:focus:not(:disabled) {
  background: #c3281a;
  border: 2px solid #c3281a;
}

/* Outline buttons. */
.btn.btn-outline.primary {
  border: solid 2px #2A7DE1;
  color: #2A7DE1;
  background: transparent;
}

.btn.btn-outline.primary:hover:not(:disabled),
.btn.btn-outline.primary:focus:not(:disabled),
body .btn.btn-outline.primary:active:not(:disabled) {
  color: #1859a7;
  border: 2px solid #1859a7;
}

.btn.btn-outline.secondary {
  border: solid 2px #18D187;
  color: #18D187;
  background: transparent;
}

.btn.btn-outline.secondary:hover:not(:disabled),
.btn.btn-outline.secondary:focus:not(:disabled),
body .btn.btn-outline.secondary:active:not(:disabled) {
  color: #108c5b;
  border: 2px solid #108c5b;
}

.btn.btn-outline.danger {
  border: solid 2px #E65143;
  color: #E65143;
  background: transparent;
}

.btn.btn-outline.danger:hover:not(:disabled),
.btn.btn-outline.danger:focus:not(:disabled),
body .btn.btn-outline.danger:active:not(:disabled) {
  color: #c3281a;
  border: 2px solid #c3281a;
}

.btn.btn-outline.white {
  border: solid 2px #fff;
  color: #fff;
  background: transparent;
}

body .btn.btn-outline.white:hover:not(:disabled),
body .btn.btn-outline.white:focus:not(:disabled),
body .btn.btn-outline.white:active:not(:disabled) {
  color: #d9d9d9;
  border: 2px solid #d9d9d9;
}

/* Clear buttons. */
.btn.btn-clear.primary {
  color: #2A7DE1;
  background: transparent;
}

.btn.btn-clear.primary:hover:not(:disabled),
.btn.btn-clear.primary:focus:not(:disabled),
body .btn.btn-clear.primary:active:not(:disabled) {
  color: #1859a7;
}

.btn.btn-clear.secondary {
  color: #18D187;
  background: transparent;
}

.btn.btn-clear.secondary:hover:not(:disabled),
.btn.btn-clear.secondary:focus:not(:disabled),
body .btn.btn-clear.secondary:active:not(:disabled) {
  color: #108c5b;
}

.btn.btn-clear.danger {
  color: #E65143;
  background: transparent;
}

.btn.btn-clear.danger:hover:not(:disabled),
.btn.btn-clear.danger:focus:not(:disabled),
body .btn.btn-clear.danger:active:not(:disabled) {
  color: #c3281a;
}

.btn.btn-clear.white {
  color: #fff;
  background: transparent;
}

.btn.btn-clear.white:hover:not(:disabled),
.btn.btn-clear.white:focus:not(:disabled),
body .btn.btn-clear.white:active:not(:disabled) {
  color: #d9d9d9;
}

/* Disabled buttons. */
.btn.btn-filled:disabled {
  border: solid 2px #C0C0C0;
  background: #C0C0C0;
}

.btn.btn-outline:disabled {
  border: solid 2px #C0C0C0;
  color: #C0C0C0;
}

.btn.btn-clear:disabled {
  color: #C0C0C0;
}

/* CONTAINERS */
.card-simple {
  padding: 20px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}

/* SWITCH */
.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 20px;
  margin: 0;
}

.text-switch {
  display: inline;
  vertical-align: super;
  margin-left: 0.5rem;
}
.text-switch.text-radio {
  margin-left: 0;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.check-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #C0C0C0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.check-slider:before {
  position: absolute;
  content: "";
  height: 14px;
  width: 14px;
  left: 3px;
  bottom: 3px;
  background-color: #FFFFFF;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .check-slider {
  background-color: #2A7DE1;
}

input:checked + .check-slider.secondary {
  background-color: #18D187;
}

input:checked + .check-slider.danger {
  background-color: #E65143;
}

input:focus + .check-slider {
  box-shadow: 0 0 1px #2A7DE1;
}

input:focus + .check-slider.secondary {
  box-shadow: 0 0 1px #18D187;
}

input:focus + .check-slider.danger {
  box-shadow: 0 0 1px #E65143;
}

input:checked + .check-slider:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}

/* Rounded sliders */
.check-slider.check-round {
  border-radius: 10px;
}

.check-slider.check-round:before {
  border-radius: 10px;
}

/* CHECKBOX */
.checkbox {
  display: inline-block;
  position: relative;
  margin: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 20px;
  height: 20px;
}

.checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  border: 2px solid #C0C0C0;
  border-radius: 2px 2px 2px 2px;
}

.checkbox:hover input ~ .checkmark {
  border: 2px solid #2A7DE1;
}

.checkbox:hover input ~ .checkmark.secondary {
  border: 2px solid #18D187;
}

.checkbox:hover input ~ .checkmark.danger {
  border: 2px solid #E65143;
}

.checkbox input:checked ~ .checkmark {
  background-color: #2A7DE1;
  border-color: #2A7DE1;
}

.checkbox input:checked ~ .checkmark.secondary {
  background-color: #18D187;
  border-color: #18D187;
}

.checkbox input:checked ~ .checkmark.danger {
  background-color: #E65143;
  border-color: #E65143;
}

.checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.checkbox input:checked ~ .checkmark:after {
  display: block;
}

.checkbox .checkmark::after {
  left: 5px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid #FFF;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* RADIO BUTTON */
.radio {
  display: inline-block;
  position: relative;
  margin: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 20px;
  height: 20px;
}

.radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.radio .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  border: 2px solid #C0C0C0;
  border-radius: 50%;
}

.radio:hover input ~ .checkmark {
  border: 2px solid #2A7DE1;
}

.radio:hover input ~ .checkmark.secondary {
  border: 2px solid #18D187;
}

.radio:hover input ~ .checkmark.danger {
  border: 2px solid #E65143;
}

.radio input:checked ~ .checkmark {
  background-color: #FFF;
  border: 2px solid #2A7DE1;
}

.radio input:checked ~ .checkmark.secondary {
  background-color: #FFF;
  border: 2px solid #18D187;
}

.radio input:checked ~ .checkmark.danger {
  background-color: #FFF;
  border: 2px solid #E65143;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.radio input:checked ~ .checkmark:after {
  display: block;
}

.radio .checkmark:after {
  left: 2px;
  top: 2px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #2A7DE1;
}

.radio .checkmark.secondary:after {
  background: #18D187;
}

.radio .checkmark.danger:after {
  background: #E65143;
}

.filepond--panel-root {
  background-color: transparent;
}

.event-menu {
  background: #fff;
  margin: 0px -7px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}
.event-menu .dropdown-item:focus, .event-menu .dropdown-item:hover {
  background: #2A7DE1;
  color: #fff;
}

.btn-group.tabs button {
  border-color: #C0C0C0;
  background: transparent;
  border: 2px solid #C0C0C0;
}
.btn-group.tabs button.active {
  border-color: #2A7DE1;
  color: #2A7DE1;
  background: #ddeafa;
}
.btn-group.tabs button:hover {
  border-color: #2A7DE1;
  color: #2A7DE1;
  background: #ddeafa;
}

.tab-panel {
  display: none;
}
.tab-panel.active {
  display: block;
}

.tk-table thead th {
  border: none;
}

.tk-table.table-ellipsis td {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pagination a.active {
  color: #2A7DE1;
}

#tickets .ticket-card {
  padding: 0.5rem 0.5rem;
  display: flex;
  justify-content: space-between;
}
#tickets .ticket-card .product-image {
  width: 250px;
}
#tickets .ticket-card .product-image img {
  max-width: 100%;
  width: auto;
  min-height: 100%;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

#sections .hidden {
  display: none;
}
#sections .ticket-card .info {
  width: 100%;
  height: 100%;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#sections .ticket-card .info .top {
  position: relative;
}
#sections .ticket-card .info .top .buttons {
  position: absolute;
  top: 0px;
  right: 0px;
}
#sections .ticket-card .info .bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
#sections .ticket-card .info .bottom .left.half {
  display: flex;
}
#tickets .hidden {
  display: none;
}
#tickets .ticket-card .info {
  width: 100%;
  height: 100%;
  padding: 0px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#tickets .ticket-card .info .top {
  position: relative;
}
#tickets .ticket-card .info .top .buttons {
  position: absolute;
  top: 0px;
  right: 0px;
}
#tickets .ticket-card .info .bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
#tickets .ticket-card .info .bottom .left.half {
  display: flex;
}


#payment-methods .payment-card {
  padding: 0.5rem 0.5rem;
  display: flex;
  justify-content: space-between;
}
#payment-methods .payment-card .info {
  width: 100%;
  height: 100%;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#payment-methods .payment-card .info .top {
  position: relative;
}
#payment-methods .payment-card .info .top .buttons {
  position: absolute;
  top: 0px;
  right: 0px;
}
#payment-methods .payment-card .info .bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
#payment-methods .payment-card .info .bottom .left.half {
  display: flex;
}



#discount-codes .discount-card {
  padding: 0.5rem 0.5rem;
  display: flex;
  justify-content: space-between;
}
#discount-codes .discount-card .info {
  width: 100%;
  height: 100%;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#discount-codes .discount-card .info .top {
  position: relative;
}
#discount-codes .discount-card .info .top .buttons {
  position: absolute;
  top: 0px;
  right: 0px;
}
#discount-codes .discount-card .info .bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
#discount-codes .discount-card .info .bottom .left.half {
  display: flex;
}

#notifications .email-card {
  padding: 0.5rem 0.5rem;
  display: flex;
  justify-content: space-between; }
  #notifications .email-card .info {
    width: 100%;
    height: 100%;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    #notifications .email-card .info .top {
      position: relative; }
      #notifications .email-card .info .top .buttons {
        position: absolute;
        top: 0px;
        right: 0px; }
    #notifications .email-card .info .bottom {
      display: flex;
      justify-content: space-between;
      align-items: flex-end; }
      #notifications .email-card .info .bottom .left.half {
        display: flex; }

.flex-radio {
  display: flex;
  padding: 0 0 0 0.5rem;
}

.left-pad {
  padding: 0 0 0 1rem;
}

.table {
  border-radius: 10px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}
.table .thead-primary th {
  color: #2A7DE1;
  background-color: #fff;
  border: none;
  text-align: center;
  font-family: "usual";
  font-size: 0.625rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.table .tbody-light {
  background-color: #fff;
}
.table .tbody-light td {
  font-family: "usual";
  font-size: 1rem;
  text-align: center;
}
.table .tbody-light td input {
  border: none;
  display: block;
  text-align: center;
  width: 100%;
  background-color: inherit;
}
.table .tbody-light td button {
  border: none;
  background-color: inherit;
  cursor: pointer;
}
.table .tbody-light td button:disabled {
  cursor: not-allowed;
  pointer-events: all !important;
}
.table.table-detailed tbody.selected {
  border: solid 3px #2A7DE1 !important;
}

#index-planner li {
  list-style: none;
}
#index-planner li .active {
  color: #2A7DE1;
}
#index-planner .event-card {
  padding: 0px;
  display: flex;
  justify-content: space-between;
}
#index-planner .event-card .image {
  width: 150px;
}
#index-planner .event-card .image img {
  max-width: 100%;
  height: 100%;
  width: auto;
  max-height: 100%;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
#index-planner .event-card .info {
  width: calc(100% - 150px);
  height: 100%;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#index-planner .event-card .info .bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
#index-planner .event-card .info .top {
  position: relative;
}
#index-planner .event-card .info .top .buttons {
  position: absolute;
  top: 0px;
  right: 0px;
}

#payment-methods li {
  list-style: none;
}
#payment-methods li .active {
  color: #2A7DE1;
}



#site-event .image {
  height: 400px;
  background-size: cover;
  background-position: center;
}
#site-event  .image .overlay {
  /*display: flex;*/
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  background: rgb(0,0,0);
  background: linear-gradient(360deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
}
#site-event  .name {
  border-radius: 0px 0px 10px 10px;
}
#site-event .sponsor{
  max-width: 400px;
  max-height: 400px;
}
#site-event  .sponsor a img {
  width: 80%;
  height: 100%;
  margin: auto;
  display: block;
}

#site-event #tickets{
  float: right;
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 100%;
  max-width: 285px;
  z-index: 99955;
  background-color: transparent;
}
#site-event #tickets .card-simple{
  background-color: transparent !important;
  box-shadow: none !important;
}
.social-media {
  display: inline-block;
  width: 33px !important; 
  height: 33px !important; 
  margin: 3px;
  background: #ffffff;
  border-radius: 50%;
  line-height: 25px;
  text-align: center;
  vertical-align: middle;
  padding: 4px;
  text-decoration: none;
  margin: 0px -5px;
}



#site-event #tickets p{
  color: white;
}

#site-event #tickets.fixed {

  display: none;
  top: 5px;
  right: 15px;
  width: 100%;
  max-width: 285px;
  z-index: 99999;
}

#site-event #hotfix {
  display: none;
}
#site-event #hotfix.show {

  width: 100%;
  max-width: 285px;
  z-index: 99999;
  background-color: transparent;
  display: inline;
  position: fixed;
  z-index: 9999999;
  top:0;

}

#checkout #overview.fixed {
  width: 100%;
  max-width: 270px;
  background-color: transparent;
  display: inline;
  position: fixed;
/*  top: 0;*/
}
#checkout #hotfix {
  display: none;
}
#checkout #hotfix.show {
  width: 100%;
  max-width: 285px;
  z-index: 99999;
  background-color: transparent;
  display: inline;
  position: fixed;
  z-index: 9999999;
  top: 0;
}

#checkout #tickets p a{
color:rgb(32, 38, 45) !important;
text-decoration: none;
}

#checkout #tickets p a i{
  color:#2A7DE1 !important;

} 

#checkout #tickets .discount {
  color: red;
  text-decoration: line-through;
  padding: 2px;
}

#checkout .image img{
  width: 50%;
  /*max-height: 350px;*/
}

#checkout #section-3 .image img{
  position: absolute; 
  left:90;top: 7px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  max-height: 350px;
}

#checkout hr{
  border-top: 2px solid #C6DBF5;
}
.incomplete {
  display: none;
}
.complete{

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

/* estilos componente password*/

.btn-show-pass {
  cursor: pointer;

  
}
/* intro*/
.introjs-fixParent.modal{
  z-index:10000000 !important;

}
.introjs-tooltip{
  opacity: 1; display: block;
  
}

/* Component: tickets-tr-row */
.tickets-tr-row .name {
  min-width: 200px;
}

.tickets-tr-row .ticket-not-available{
  min-width: 200px;
  color: red;
  background-color: transparent;

}
.tickets-tr-row .ticket-not-available p{
  color: red;
  background-color: transparent;
}

.tickets-tr-row .discount {
  color: red;
  text-decoration: line-through;
}

.field-select option[disabled] {
  color: #CCCCCC;
}

.field-checkgroup{
  float: left;
  width: 100%;
  display: inline;
}

.select .main-input {
  width: calc(100% - 20px);
  margin: 10px 9px;
  background-color: inherit;
  border: none;
  
}


/* ticket-pdf styles*/ 
.ticket-id-event-container{
  max-width: 70px;
  max-height: 120px;
}


.ticket-id-event-container p{
  text-align: left;
  font-family: 'usual';
  font-size: 0.900rem;
  color : #43444A;
}

.title-event-container{
  max-width: 100px;
  max-height: 120px;
}

.title-event-container h1{
  text-align: center;
  font-family: 'usual';
  font-size: 1.775rem;
  color : #2563B1;
  font-style: bold  !important; 
}

.address-event-container{
  max-width: 100px;
  max-height: 120px;
}

.address-event-container p{
  text-align: left;
  font-family: 'usual';
  font-size: 0.900rem;
  color : #43444A;
 

}

.date-event-container {
  max-width: 70px;
  max-height: 120px;
}

.date-event-container p{
  text-align: left;
  font-family: 'usual';
  font-size: 0.780rem;
  color : #43444A;

}

.attendee-event-container{
  max-width: 70px;
  max-height: 120px;
}
.attendee-event-container p{
  text-align: center;
  font-family: 'usual';
  font-size: 0.900rem;
  color : #43444A;

}

.ticket-event-container{
  max-width: 70px;
  max-height: 120px;
}


.ticket-event-container p{
  text-align: center;
  font-family: 'usual';
  font-size: 0.900rem;
  color : #43444A;
  
}


.qr-container{
  max-width: 250px;
  max-height: 250px;
}

.barcode{
  background-color: transparent;
}

.ticket-total-container{
  max-width: 70px;
  max-height: 120px;
}

.ticket-total-container p{
  text-align: left;
  font-family: 'usual';
  font-size: 0.900rem;
  color : #43444A;
  
}

.greeting-event-container{
  max-width: 100px;
  max-height: 120px;
  padding: 0;
}

.greeting-event-container h1{
  text-align: left;
  padding: 0;
  font-size: 1.775rem;
  color : #2563B1;
  font-style: bold  !important; 
}


.description-ticket-container{
  width: 290px !important;
  height: 392px;
  padding: 0;
}
.img_ticket{
  width: 100%;
  height: 392px;
  object-fit: cover;
}

.description-ticket-container2{
  max-width: 100px;
  max-height: 300px;
  padding: 0;
}

.description-ticket-container2 p{
  text-align: center;
  font-family: 'usual';
  font-size: 0.900rem;
  color : #43444A;
  
}

.ticket-button-container{
  border: solid 2px #2A7DE1;
color: #FFF;
background: #2A7DE1; 
font-family: "usual";
font-size: 0.625rem;
font-weight: 800;
text-transform: uppercase;
border-radius: 5px;
padding: 10px 20px;
letter-spacing: 0.05em; 
}

.description-ticket-container p{
  text-align: center;
  font-family: 'usual';
  font-size: 0.900rem;
  color : #43444A;
  
}



/* INDEX */
#index-site{
background-color: #fff;
}
.container-fluid{
  margin-bottom: 60px;
}
#inicio{
  height: calc(88vh - 75px);
position: relative ;
overflow: hidden;
    background-position-x: 0% !important;
    background-position-y: 0% !important;
    background-repeat: repeat !important;
    background-size: auto !important;
background-repeat: no-repeat !important;
background-size: cover !important;
background-position: bottom !important;
color: #fff !important; 
}


.wrap {
  width: 85%;
  max-width: 1592px;
  margin: 0 auto;
}

#inicio .wrap{
  position: relative;
  height: calc(70vh - 100px);
  display: flex;
  flex-direction: column;
  justify-content: center;

}


 .wrap h1, .wrap h2, .wrap h3{
font-family: 'Fira Sans';
font-weight: 700;
font-style: italic;
font-size: 6.563rem;
margin: 0;
line-height: 1.2em;
}

#inicio .wrap h3{
  line-height: 1.2em !important;
  position: relative !important;
  font-size: 2.25rem !important;
}

#inicio .wrap h3#sup{
  left: 5%;
line-height: 0.5em;
}
#inicio .wrap h3#inf {
  left: 13%;
}

#inicio .wrap p{
color: #fff !important; 
font-family: 'usual';
font-weight: 300 !important; 
font-size: 0.8rem;
line-height: 1.25em;
}

 .btn-site{
   margin-bottom: 5px;
   display: inline-block;
  text-transform: uppercase;
  padding: 10px 20px;
  letter-spacing: 0.05em;
  font-family: 'Fira Sans' !important;
  font-style: italic !important;
  font-weight: 500 !important;
  font-size: 1rem !important;
  transition: all .5s;
  border-radius: 0;
}

.btn-site.btn-filled.primary {
  border: solid 2px #2A7DE1;
  color: #FFF;
  background: #2A7DE1;
}

.btn-site:hover{
  color : #2563B1 !important;
  background: #fff !important;
}

#proximos-eventos{
  padding: 2% 0;
  background: #fff !important;
}
#proximos-eventos .wrap{
  width: 70%;
}
#proximos-eventos h2, #conocenos h2{
border-right: 2px solid #000 !important;
line-height: 1.25em!important;
color: #000 !important;
font-weight: 500 !important;
font-style: italic !important;
font-size: 2.5rem !important;
}

#proximos-eventos p{
  font-family: 'usual';
  font-weight: 300;
  font-size: 0.8rem;
  line-height: 3.25em;
}

#proximos-eventos .image{
width: 100%;
background-position: center; 
background-repeat: no-repeat;
}

#proximos-eventos .image img{
  max-width: 100%;
  width: 100%;
  height: 100px;
}

#proximos-eventos .event{
width: 28%;
min-height: 315px;
max-height: 315px;
margin: 2% 1.64%;
padding: 0;
cursor: pointer;
border: 1px solid #F2F6FB;
background-color: #F2F6FB;
}

#proximos-eventos #info{
  min-height: 182px;
}

#proximos-eventos #info h3{
  height: 100%;
  font-family: 'Fira Sans';
  font-size: 1.4rem;
  font-weight: 700;
  font-style: italic;
  color: #2A7DE1 !important;
  background-color: #E1EAF5;
  text-align: center;
}

#proximos-eventos  #info h2{
  display: inline-block !important;
  border: 0 !important;
  line-height: 1.25em!important;
  color: #000 !important;
  font-weight: 500 !important;
  font-style: italic !important;
  font-size: 1.0rem !important;
  }

  #proximos-eventos #info p{
    font-family: 'usual';
    font-weight: 300;
    font-size: 0.7rem;
    line-height: 1.25em !important;
  }
  #proximos-eventos .event a{
    width: 100% !important;
  }
  
  .center {
    display: table;
    margin: 0 auto !important;
  }

#all-events .overlay{
  width: 100%;
  height: 100%;
  background: rgb(0,0,0);
  background: linear-gradient(360deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
}

#all-events .overlay h3{
  font-size: 3.0rem !important;
  }

  #search-btn{
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 0;
    border-bottom-left-radius:0;
    width: 100% !important;
    height: 100% !important;
  }

  .login-btn{
    color: #fff !important;
    background-color: transparent !important;
    border-color: #fff !important;
  }

  .login-btn:hover{
    color: #2A7DE1 !important;
    background-color: transparent !important;
    border-color: #2A7DE1 !important;
  }

  .menu-site-btn{
    color: #fff !important;
    background-color: transparent !important;
    border-color: transparent !important;
  }

  .menu-site-btn:hover{
    color: #2A7DE1 !important;
    background-color: transparent !important;
    border-color: transparent !important;
  }
  #conocenos p{
    font-family: 'usual';
    font-weight: 300;
    font-size: 0.8rem;
  }  
  .container-blue{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
    margin: 0 auto;
    position: relative;
    background-color: #F2F6FB !important;
  }

  .container-blue #cont-element{
    display: flex;
    flex-wrap: wrap;
    width: 20%;
    margin: 3% 2% 2% 2%;
  }
  #cont-element h3{
    font-size: 1.125rem!important;
    color: #2A7DE1!important;
    line-height: 1.25em!important;
    margin: 0 0 3% 0!important;
  }

  #cont-element .img-cont{
    width: 100px;
    height: 100px;
    margin: 0 auto 6% auto;
  }

  .img-cont img{
    width: 100%;
    height: 100%;
  }
  #cont-element .info{
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }

  #cont-element .info{
    font-size: 0.8rem!important;
  }
  
  #cont-element a{
    color: #2A7DE1!important;
  }

    
  #cont-element a:hover{
    color: #fff!important;
    background-color: #2A7DE1!important;
  }
  
  .circulo.der.blanco, .circulo.izq.blanco {
    background-color: #fff;
}
.circulo.der {
  position: absolute;
  width: 55px;
  height: 60px;
  right: 0;
  transform: translateX(50%);
  border-radius: 50%;
  background-color: #F2F6FB;
}

.circulo.izq {
  position: absolute;
  width: 55px;
  height: 60px;
  left: 0;
  transform: translateX(-50%);
  border-radius: 50%;
  background-color: #F2F6FB;
}

#conocenos .separacion {
  height: 80px;
  padding: 1% 0;
  background: linear-gradient(146deg, rgba(221, 231, 243, 0) 0%, rgba(221, 231, 243, 0) 1%, rgba(221, 231, 243, 0) 9%, rgba(221, 231, 243, 1) 10%, rgba(221, 231, 243, 1) 50%, rgba(221, 231, 243, 1) 90%, rgba(221, 231, 243, 0) 91%, rgba(221, 231, 243, 0) 100%);
}

#servicios {
  padding: 14% 0 0 0;
  background-color: #fff;
  color: #000;
}

.fondo{
 background-color:  #F2F6FB;
}

#servicios .fondo .wrap {
  display: flex;
  align-items: flex-end;
  padding: 7% 0;
}
.subtitulos{
display: inline-block !important;
line-height: 1.25em !important;
color: #000 !important;
font-weight: 500 !important;
font-style: italic !important;
font-size: 2.0rem !important;
}
#servicios .fondo .wrap .left p {
  width: 75%;
  margin: 3% 0;
}
#servicios .fondo .wrap .right {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
}

#servicios .fondo .wrap .right .sup {
  width: 42%;
  margin: 0 0 10% 0;
}

.parrafos{

    font-family: 'usual';
    font-size: 0.8rem !important;
    line-height: 1.25em !important;
    text-align: justify;
}

#servicios .fondo .wrap .right .boletos {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
#servicios .fondo .wrap .right .boletos .inf {
  width: 44%;
  text-align: left;
  margin: 0 10% 0 5%;
}
#servicios .fondo .wrap .right .boletos .img-cont {
  width: 15%;
  margin: 0 2% 0 0;
}

#servicios .fondo .imac {
    position: absolute;
    width: 30%;
    top: 2%;
    right: 33%;
}
#factura-electronica, #recuperacion, #admin-section {
  background-color: #F2F6FB;
  padding: 4% 0;
  color: #000;
}

#factura-electronica .wrap .txt.responsive {
  display: none;
}
#factura-electronica .wrap, #recuperacion .wrap, #admin-section .wrap  {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#factura-electronica .wrap .cincuadrado, #recuperacion .wrap .cincuadrado, #admin-section .wrap .cincuadrado {
  width: 22%;
  height: 35vh;
  background-color: #fff;
  padding: 2%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

.circulo.izq {
  position: absolute;
  width: 55px;
  height: 60px;
  left: 0;
  transform: translateX(-50%);
  border-radius: 50%;
  background-color: #F2F6FB;
}
.circulo.der {
  position: absolute;
  width: 55px;
  height: 60px;
  right: 0;
  transform: translateX(50%);
  border-radius: 50%;
  background-color: #F2F6FB;
}
#factura-electronica .wrap .cincuadrado .img-cont, #recuperacion .wrap .cincuadrado .img-cont, #admin-section .wrap .cincuadrado .img-cont  {
  width: 50px;
  margin: 0 auto;
}
#factura-electronica .wrap .cincuadrado p, #recuperacion .wrap .cincuadrado p, #admin-section .wrap .cincuadrado p {
  width: 85%;
  margin: 10% auto 0 auto;
  text-align: center;
}
.parrafos, p {
  font-family: 'usual'f;
  font-weight: 300;
  font-size: 0.8rem;
  line-height: 1.25em;
}

#factura-electronica .wrap .txt, #recuperacion .wrap .txt, #admin-section .wrap .txt {
  width: 22%;
}

#factura-electronica .wrap .txt .blue, #recuperacion .wrap .txt .blue,  #admin-section .wrap .txt .blue {
  color: #2A7DE1;
  font-weight: bold;
  margin: 2% 0;
}
#factura-electronica .wrap .txt p.parrafos, #recuperacion .wrap .txt p.parrafos, #admin-section .wrap .txt p.parrafos {
  width: 100%;
}


.texto-menus {
  font-family: 'Fira Sans', sans-serif;
  font-weight: 500;
  font-style: italic;
  font-size: 1rem !important;
  line-height: 1.25em !important;
}
#cero-filas {
  background-color: #F2F6FB;
  padding: 4% 0;
  color: #000;
}
#cero-filas .wrap {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: flex-start;
}

#cero-filas .wrap .cincuadrado.bot {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

#cero-filas .wrap .cincuadrado.bot p {
  width: 100%;
  margin: 0 auto 7% auto;
  text-align: left;
}

#cero-filas .wrap .cincuadrado .img-cont.full {
  width: 60%;
  margin: 0 auto;
}

#cero-filas .wrap .cincuadrado .img-cont.full {
  width: 60%;
  margin: 0 auto;
}

#cero-filas .wrap .cincuadrado.iphone {
  width: 30%;

}

#cero-filas .wrap .cincuadrado {
  width: 20%;
  padding: 2%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
#cero-filas .wrap .cincuadrado.iphone .img-resp {
  filter: drop-shadow(-15px 35px 25px gray);
}
.img-resp {
  width: 100%;
  height: 100%;
}

#cero-filas .wrap .cincuadrado.bot {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
#cero-filas .wrap .cincuadrado {
  width: 20%;
  padding: 2%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
#cero-filas .wrap .cincuadrado .img-cont {
  width: 40%;
  margin: 0 auto;
}
#cero-filas .wrap .txt {
  width: 20%;
}

#cero-filas .wrap .txt .blue {
  color: #2A7DE1;
  font-weight: bold;
  margin: 2% 0;
}
#asientos {
  padding: 5% 0;
  color: #000;
}
#asientos .wrap {
  display: flex;
  justify-content: space-between;
}
#asientos .wrap .img-cont {
  width: 18%;
}

#asientos .wrap .desc {

    background-color: #2A7DE1;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 75%;
    padding: 5% 5%;

}

#asientos .wrap .desc p, #asientos .wrap .desc h2 {
  color: #fff !important;
  width: 64% !important;
}
#asientos .wrap .desc .img-cont.mini {
  width: 25%!important;
  right: 0!important;
  bottom: -28%!important;
}
#asientos .wrap .desc .img-cont.normal {
  width: 13%!important;
  right: 6%!important;
  bottom: 49%!important;
}
#asientos .wrap .desc .img-cont {
  position: absolute;
}

#admin-section{
  background-color: #fff !important ;
}
#admin-section .wrap .cincuadrado {
  background-color: #2A7DE1;
  color: #fff !important ;
}

#admin-section .circulo.izq {
  position: absolute;
  width: 55px;
  height: 60px;
  left: 0;
  transform: translateX(-50%);
  border-radius: 50%;
  background-color: #fff !important ;
}
#admin-section .circulo.der {
  position: absolute;
  width: 55px;
  height: 60px;
  right: 0;
  transform: translateX(50%);
  border-radius: 50%;
  background-color: #fff !important ;
}

#contactanos{
  background-color: #F2F6FB;
  text-align: center;

}

#contactanos .wrap{
  border-top: solid 3px #000;
  margin-bottom: 100px;
}

#contactanos h2{

display: inline-block !important;
line-height: 1.25em !important;
color: #000 !important;
font-weight: 500 !important;
font-style: italic !important;
font-size: 2.5rem !important;
}

.loader {
  -webkit-animation: spin 1s linear infinite; /* Safari */
  animation: spin 1s linear infinite;
  -webkit-animation:spin 1s linear infinite;
  -moz-animation:spin 1s linear infinite;
  animation:spin 1s linear infinite;
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

#support h2{
  text-align: center;
  margin: 0 auto 3% auto;
}

#support p{
  margin: 0 auto 3% auto;
  text-align: center;
}

#support .questions{
  background-color: #fff;
  margin-bottom: 100px;
}

#support .questions a{
  color: #000;
}

#support .questions h2{
  padding-bottom: 2%;
  border-bottom: 2px solid #000;
}

#support .questions p{
  text-align: justify;
}

.color-question{
  background-color: #DDE7F3;
}

.slide-fade-enter-active {
  transition: all .3s ease !important;
}
.slide-fade-leave-active {
  transition: all .8s cubic-bezier(1.0, 0.5, 0.8, 1.0)!important;
}
.slide-fade-enter, .slide-fade-leave-to
/* .slide-fade-leave-active for <2.1.8 */ {
  transform: translateX(10px)!important;
  opacity: 0;
}

.contenido{
  text-align: justify;
}

.contenido h4{
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: left;
}

.contenido h5{
  font-size: 16px;
  font-weight: bold;
  color: #276ABF;
}

.contenido p{
  font-size: 16px;
  display: block;
font-size: 14px;
font-weight: normal;
letter-spacing: 0.01em;
line-height: 22px;
margin: 0px 0px 10px 0px;
font-style: normal;
white-space: normal;
}
.contenido ol{
  font-size: 16px;
  display: block;
font-size: 14px;
font-weight: normal;
letter-spacing: 0.01em;
line-height: 22px;
margin: 0px 0px 10px 0px;
font-style: normal;
white-space: normal;
}

#search-btn{
  padding-top: 2 !important;
  padding-left: 0;
  padding-right: 0;
}
.logo-login img {
  width: 100%;
  height: auto;
}



.wrapper-page.login .card-body .login-img {
  width: 35%;
  max-width: 245px;
  margin: 0 !important;
}
.col-100{
  width: 100%;
}

.col-60{
  width: 60%;
}

.col-50{
  width: 50%;
}
.col-40{
  width: 40%;
}
.col-30{
  width: 30%;
}
.col-10{
  width: 10%;
}

#tickets_resp{
  display:none;
}
.form-element-fix label.title{
 
  top: -10px;
  left: 10px;
  padding: 0px 8px;
  background-color: inherit;
  text-transform: uppercase;
  font-size: 0.540rem;
  font-family: "usual";
  font-weight: 800;
  color: inherit;
  letter-spacing: 0.05em;
  word-break: break-word;

}
/* TIMER */

.countdown{
  border-radius: 0px 10px 0px 0px;
position: fixed;
bottom: 0;
left: 0;
padding: 15px;
background: #2E7CE0;
color: #fff;
}
/* MAPPING */

#secciones_disponibles_responsive{
  display: flex;
}
#secciones_disponibles{
  display: none;
}

.svg-container{
  margin-top: 20px;
}
#svg-asientos {
  width: 100%;
  overflow-x: auto;
  overflow-y: auto;
  max-height: 500px;
}

#svg-asientos .asiento{
  margin-top: 10px;
  cursor: pointer !important;
}
#svg-asientos .asiento-espacio{
  margin-top: 10px;

}
#svg-asientos .asiento-espacio rect {
  fill: #fff;

}
#svg-asientos .asiento rect {
  fill: #C6DBF5;
  text-align: center !important;

}

#svg-asientos .asiento text {
  fill: #000000;
}

#svg-asientos .asiento.ui-selected rect {
  fill: #2A7DE1;
  cursor: pointer !important;
}

#svg-asientos .asiento.ui-selected text {
  fill: #ffffff;
}



#svg-asientos .asiento-not-editable text{
  fill: #000000;

}

#svg-asientos .asiento-not-editable.ui-blocked-not-editable rect {
  fill: #8A8A8A;
  cursor: not-allowed;
}

#svg-asientos .asiento-not-editable.ui-blocked-not-editable text {
  fill: #000000;
}
#svg-asientos .asiento-not-editable.ui-selected-not-editable rect {
  fill: #1859a7;
  cursor: not-allowed;
}
#svg-asientos .asiento-not-editable.ui-selected-not-editable text {
  fill: #ffffff;
}
#svg-asientos .asiento-not-editable.ui-sold-not-editable rect {
  fill: #8A8A8A;
  cursor: not-allowed;
}

#svg-asientos .asiento-not-editable.ui-reserved-not-editable rect {
  fill: #8A8A8A;
  cursor: not-allowed;
}


@media (min-width: 768px) and (max-width: 991px) {
  #minimap_container{
    display: none;
  }
  #secciones_disponibles_responsive{
    display: block;
  }
  #secciones_disponibles{
    display:none;
  }
  #minimap{
    display: none;
  }
   #proximos-eventos .event{
    width: 40%;
   }
   .logo img{
    height: 25px !important;
  }

   #factura-electronica .wrap, #recuperacion .wrap, #admin-section .wrap{
    display: block;
   }

   #factura-electronica .wrap .cincuadrado, #recuperacion .wrap .cincuadrado, #admin-section .wrap .cincuadrado{
    width: 70%;
    margin: 4% auto 4% auto;
    height: 20vh;
  }
  .btn{
    font-size: 0.6rem;
  }

  #servicios .fondo .wrap .right{
    display: none;
  }
  #servicios .fondo .imac {
    position: absolute;
    width: 80%;
    top: 1%;
    right: 8%;
  }
}

@media (max-width: 768px) {
  .mapping-container {
    flex-direction: column-reverse;
  }
  #secciones_disponibles_responsive{
    display: flex;
    overflow: auto;
  }
  #secciones_disponibles{
    display:none;
  }
  #seccion_container {
    display: flex;
    overflow: auto;
  }

  #proximos-eventos .event{
    width: 40%;
   }
   .logo img{
    height: 25px !important;
  }

   #factura-electronica .wrap, #recuperacion .wrap, #admin-section .wrap{
    display: block;
   }

   #factura-electronica .wrap .cincuadrado, #recuperacion .wrap .cincuadrado, #admin-section .wrap .cincuadrado{
    width: 70%;
    margin: 4% auto 4% auto;
    height: 20vh;
  }
  .btn{
    font-size: 0.6rem;
  }

  #servicios .fondo .wrap .right{
    display: none;
  }
  #servicios .fondo .imac {
    position: absolute;
    width: 80%;
    top: 5%;
    right: 8%;
  }
  #factura-electronica .wrap .txt.hides {
    display: none;
  }
  #factura-electronica .wrap .txt.responsive {
    width: 100%;
    display: block;
    margin: 0 0 2% 0;
  }
  #factura-electronica .wrap .txt, #recuperacion .wrap .txt, #admin-section .wrap .txt {
    width: 100%;
  }
  #cero-filas .wrap .cincuadrado.bot.hides {
    display: none;
  }

  #site-event .sponsor {
    max-width: 115px;
    max-height: 400px;
  }
  #hotfix{
    display:none !important;
  }
  #site-event #tickets{
    display: inline !important;
    float: right;
    position: absolute;
    /* bottom: 0px; */
    right: 0px;
    width: 100%;
    max-width: 285px;
    z-index: 99999;
    background-color: transparent;
    top: 157px;
  }
  .logo {
    color: #2d3b48 !important;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: .03em;
    line-height: 79px;
    text-transform: uppercase;
  }

  .header-container {
    padding: 0 40px;
  }

}



@media (max-width: 620px) {
  #secciones_disponibles{
    display:none;
  }
  #proximos-eventos .event{
    width: 100%;
   }
   .logo img{
    height: 25px !important;
  }
   #proximos-eventos .event #date{
     background-color: transparent;
     max-height: 50px;
   }
   #proximos-eventos .event #name{
    text-align: center;
  }
   #proximos-eventos #info h3{
    background-color: transparent;

   }
    #title-events{
    display: none
  }

  #factura-electronica .wrap, #recuperacion .wrap, #admin-section .wrap{
    display: block;
   }

   #factura-electronica .wrap .cincuadrado, #recuperacion .wrap .cincuadrado, #admin-section .wrap .cincuadrado{
    width: 70%;
    margin: 4% auto 4% auto;
    height: 32vh;
  }

  .btn{
    font-size: 0.6rem;
  }

  #servicios .fondo .wrap .right{
    display: none;
  }
  #servicios .fondo .imac {
    position: absolute;
    width: 80%;
    top: 1%;
    right: 8%;
  }
  #como-funciona .left {
    width: 100%;
    text-align: center;
}
#servicios{
  padding: 20% 0 0 0;
}
#como-funciona{
  padding-top: 10%;
}
.subtitulos{
  font-size: 1.5rem !important;
}
  
#como-funciona .fondo .wrap {
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  height: 68vh;
}
#factura-electronica .wrap .txt.hides {
  display: none;
}
#factura-electronica .wrap .txt.responsive {
  width: 100%;
  display: block;
  margin: 0 0 2% 0;
}
#factura-electronica .wrap .txt, #recuperacion .wrap .txt, #admin-section .wrap .txt {
  width: 100%;
}
#cero-filas .wrap .cincuadrado.bot.hides {
  display: none;
  }

  #cero-filas .wrap .txt {
    width: 100%;
  }
  .container-blue #cont-element {
    display: flex;
    flex-wrap: wrap;
    width: 38%;
    margin: 3% 2% 2% 2%;
  }

  #site-event .sponsor {
    max-width: 115px;
    max-height: 400px;
}
#hotfix{
  display:none !important;
}
#site-event #tickets{
  display: none !important;
  float: right;
  position: absolute;
  /* bottom: 0px; */
  right: 0px;
  width: 100%;
  max-width: 285px;
  z-index: 99999;
  background-color: transparent;
  top: 157px;
}

#tickets .ticket-card .info .top .buttons {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 98px;
}


#tickets .ticket-card .info .top h2 {
  font-size: 0.9rem !important;
}
#tickets .ticket-card .info .top a {
  font-size: 0.5rem !important;
}

#checkout #hotfix {
  display: none !important;
}

label.title{
  
top: -10px;
left: 10px;
padding: 0px 8px;
background-color: inherit;
text-transform: uppercase;
font-size: 0.540rem;
font-family: "usual";
font-weight: 800;
color: inherit;
letter-spacing: 0.05em;
word-break: break-word;
}
.form-element-fix label.title{
  top: -10px;
  left: 10px;
  padding: 0px 8px;
  background-color: inherit;
  text-transform: uppercase;
  font-size: 0.540rem;
  font-family: "usual";
  font-weight: 800;
  color: inherit;
  letter-spacing: 0.05em;
  word-break: break-word;

}
#checkout #overview.fixed {
  position: relative;
  top: 5px;
  max-width: 320px;
}
#date_openpay .form-element .row .col-sm-5{
  width: 40% !important;
}
#date_openpay .form-element .row .col-sm-2{
  width: 10% !important;
}
#site-event .image {
  height: 183px;
  background-size: cover;
  background-position: center;
  max-width: 100%;
  width: auto;
}
#tickets_resp{
  display:inline-block;
  width: 100%;
}
#tickets_resp .card-simple{
  box-shadow: none !important;
}
#tickets_resp .btn{
  font-size: 0.65rem !important;
}
.logo {
  color: #2d3b48 !important;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: .03em;
  line-height: 79px;
  text-transform: uppercase;
}

.header-container {
  padding: 0 40px;
}
}


@media (max-width: 480px) {
  .text-indication {
    font-family: "usual";
    font-size: 0.425rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.05em;
  }
  #secciones_disponibles{
    display:none;
  }
  #proximos-eventos .event{
    width: 100%;
   }
   .logo img{
    height: 25px !important;
  }
   #proximos-eventos .event #date{
     background-color: transparent;
     max-height: 50px;
   }
   #proximos-eventos .event #name{
    text-align: center;
  }
   #proximos-eventos #info h3{
    background-color: transparent;

   }
    #title-events{
    display: none
  }
 

  #factura-electronica .wrap, #recuperacion .wrap, #admin-section .wrap{
    display: block;
   }

   #factura-electronica .wrap .cincuadrado, #recuperacion .wrap .cincuadrado, #admin-section .wrap .cincuadrado{
    width: 70%;
    margin: 4% auto 4% auto;
    height: 32vh;
  }
  .btn{
    font-size: 0.6rem;
  }

  #servicios .fondo .wrap .right{
    display: none;
  }
  #servicios .fondo .imac {
    position: absolute;
    width: 80%;
    top: 1%;
    right: 8%;
  }
  #como-funciona .left {
    width: 100%;
    text-align: center;
}
#servicios{
  padding: 20% 0 0 0;
}
#como-funciona{
  padding-top: 10%;
}
.subtitulos{
  font-size: 1.5rem !important;
}

#como-funciona .fondo .wrap {
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  height: 68vh;
}
#factura-electronica .wrap .txt.hides {
  display: none;
}
#factura-electronica .wrap .txt.responsive {
  width: 100%;
  display: block;
  margin: 0 0 2% 0;
}
#factura-electronica .wrap .txt, #recuperacion .wrap .txt, #admin-section .wrap .txt {
  width: 100%;
}
#cero-filas .wrap .cincuadrado.bot.hides {
  display: none;
  }

  #cero-filas .wrap .txt {
    width: 100%;
  }
  .container-blue #cont-element {
    display: flex;
    flex-wrap: wrap;
    width: 38%;
    margin: 3% 2% 2% 2%;
  }

  #site-event .sponsor {
    max-width: 115px;
    max-height: 400px;
}
#hotfix{
  display:none !important;
}
#site-event #tickets{
  display: none !important;
  float: right;
  position: absolute;
  /* bottom: 0px; */
  right: 0px;
  width: 100%;
  max-width: 285px;
  z-index: 99999;
  background-color: transparent;
  top: 157px;
}

#tickets .ticket-card .info .top .buttons {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 98px;
}

#tickets .ticket-card .info .top h2 {
  font-size: 0.9rem !important;
}
#tickets .ticket-card .info .top a {
  font-size: 0.5rem !important;
}

#checkout #hotfix {
  display: none !important;
}
#checkout #overview.fixed {
  position: relative;
  top: 5px;
  max-width: 320px;
}

#date_openpay .form-element .row .col-sm-5{
  width: 40% !important;
}
#date_openpay .form-element .row .col-sm-2{
  width: 10% !important;
}
#site-event .image {
  height: 183px;
  background-size: cover;
  background-position: center;
  max-width: 100%;
  width: auto;
}
#tickets_resp{
  display:inline-block;
  width: 100%;
}
#tickets_resp .card-simple{
  box-shadow: none !important;
}
#tickets_resp .btn{
  font-size: 0.65rem !important;
}
.logo {
  color: #2d3b48 !important;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: .03em;
  line-height: 79px;
  text-transform: uppercase;
}

.header-container {
  padding: 0 40px;
}

}


@media (max-width: 420px) {
  #secciones_disponibles{
    display:none;
  }
  #proximos-eventos .event{
    width: 100%;
   }
   .logo img{
    height: 25px !important;
  }

   #proximos-eventos .event #date{
     background-color: transparent;
     max-height: 50px;
   }

   #proximos-eventos .event #name{
    text-align: center;
  }

   #proximos-eventos #info h3{
    background-color: transparent;

   }

    #title-events{
     display: none
   }
   #factura-electronica .wrap, #recuperacion .wrap, #admin-section .wrap{
    display: block;
   }

   #factura-electronica .wrap .cincuadrado, #recuperacion .wrap .cincuadrado, #admin-section .wrap .cincuadrado{
     width: 70%;
     margin: 4% auto 4% auto;
     height: 32vh;

   }
   .btn{
    font-size: 0.6rem;
   }

   #servicios .fondo .wrap .right{
     display: none;
   }

   #servicios .fondo .imac {
    position: absolute;
    width: 80%;
    top: 1%;
    right: 8%;
  }

  #como-funciona .left {
      width: 100%;
      text-align: center;
  }

  #servicios{
    padding: 20% 0 0 0;
  }

  #como-funciona{
    padding-top: 10%;
  }
  .subtitulos{
    font-size: 1.5rem !important;
  }
  

#como-funciona .fondo .wrap {
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    height: 68vh;
}

#factura-electronica .wrap .txt.hides {
  display: none;
}
#factura-electronica .wrap .txt.responsive {
  width: 100%;
  display: block;
  margin: 0 0 2% 0;
}
#factura-electronica .wrap .txt, #recuperacion .wrap .txt, #admin-section .wrap .txt {
  width: 100%;
}
#cero-filas .wrap .cincuadrado.bot.hides {
display: none;
}
#cero-filas .wrap .txt {
  width: 100%;
}
.container-blue #cont-element {
  display: flex;
  flex-wrap: wrap;
  width: 38%;
  margin: 3% 2% 2% 2%;
}

#site-event .sponsor {
  max-width: 115px;
  max-height: 400px;
}

#hotfix{
  display:none !important;
}
#site-event #tickets{
  display: none !important;
  float: right;
  position: absolute;
  /* bottom: 0px; */
  right: 0px;
  width: 100%;
  max-width: 285px;
  z-index: 99999;
  background-color: transparent;
  top: 157px;
}

#tickets .ticket-card .info .top .buttons {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 98px;
}

#tickets .ticket-card .info .top h2 {
  font-size: 0.9rem !important;
}
#tickets .ticket-card .info .top a {
  font-size: 0.5rem !important;
}

#checkout #hotfix {
  display: none !important;
}
#checkout #overview.fixed {
  position: relative;
  top: 5px;
  max-width: 320px;
}
#date_openpay .form-element .row .col-sm-5{
  width: 40% !important;
}
#date_openpay .form-element .row .col-sm-2{
  width: 10% !important;
}

#site-event .image {
  height: 183px;
  background-size: cover;
  background-position: center;
  max-width: 100%;
  width: auto;
}
#tickets_resp{
  display:inline-block;
  width: 100%;
}
#tickets_resp .card-simple{
  box-shadow: none !important;
}
#tickets_resp .btn{
  font-size: 0.65rem !important;
}

.logo {
  color: #2d3b48 !important;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: .03em;
  line-height: 79px;
  text-transform: uppercase;
}

#frm-login .btn{
  font-size: 0.4rem !important;
}
.header-container {
  padding: 0 20px;
}



}
@media (max-width: 300px) {
  #secciones_disponibles{
    display:none;
  }
  .header-container {
    padding: 0 12px;
  }
  .logo img{
    height: 25px !important;
  }
}
.Highlighted {
  background-color: Green !important;
  background-image: none !important;
  color: White !important;
  font-weight: bold !important;
  font-size: 12pt;
}
/* ESTILOS RECINTO */

.mapa-recinto{
  cursor: pointer  !important;
}

/*__________________________ NUEVO DISEÑO V2 _________________________________*/

@font-face {
  font-family: 'Boletify-v2';
  src: url('../ttfontdata/LoewNextBold.ttf');
  font-style: normal;
  font-weight: normal;
}

.font-v2{
  font-family: 'Boletify-v2';
  font-style: inherit!important;
  font-weight: 100!important;
}

/* menuBar */
.topbar{
  width: 100%;
  z-index: 100;
}

.topbar .navbar-custom{
  background-color: #fff;
  color:#000;
}
.topbar .navbar-custom .header-container .logo img{
  filter: invert(1);
}

.topbar .navbar-custom .notification-list .nav-link{
  color: black!important;
}

.navbar-custom{
  overflow: hidden;
  position: fixed;
  top: 15px;
  width: 102%;
  z-index: 10;
}

.list-inline-item .header__idioma{
  margin-top: 27%!important;
}
.list-inline-item .header__idioma .header__select{
  border: transparent;
  font-weight: 600;
  font-size: 1rem;
  font-family: revert;
  background: transparent;
}

#checkout-sections .text-indication{
  color:#DEAF42!important;
}
#checkout-sections .text-primary-disabled{
  color:#fff!important;
}

.countdown{
  background-color: #DEAF42!important;
}

.btnv2{
  background: #0C0C0C!important;
  border-radius: 25px 25px 25px 25px!important;
  border: 2px solid #0C0C0C!important;
  box-shadow: 0px 8px 13px 0px grey!important;
  transition: all 0.30s;
}

.btnv2-purcharse{
  border-radius: 25px;
  box-shadow: 0px 8px 13px 0px grey;
  transition: all 0.35s;
}

.btnv2:hover, .btnv2:focus{
  background: #0C0C0C!important;
  color: #DEAF42!important;
  border-radius: 25px 25px 25px 25px!important;
  border: 2px solid #0C0C0C!important;
  /* box-shadow: 10px 6px 13px 0px #0C0C0C!important; */
  transition: all 0.30s;
}

.btnReturn{
  color: #DEAF42!important;
  transition: all 0.35s;
}
.btnReturn:hover, .btnReturn:focus{
  color: #191470!important;
  transition: all 0.35s;
}

.text-v2{
  color: #DEAF42!important;
  transition: all 0.35s;
}
.text-v2-black{
  color: black!important;
}

a.text-v2:hover, a.text-v2:focus{
  color: gray!important;
  transition: all 0.35s;
}

.text-bold-v2{
  font-weight: bold!important;
}

.text-span{
  font-weight: 100;
  color:black;
}

.link-map{
  color: #DEAF42!important;
  margin-left: 5px;
  padding: 0px !important;
  font-weight: bold;
  font-size: 0.8em;
  text-transform: lowercase;
}

.link-map::first-letter{
  text-transform: uppercase;
}
.label-date{
  font-size: 0.85rem;
}

.btn_primary-v2{
  background: #3227EF!important;
  color: white!important;
  padding: 19px 33px;
  border-radius: 35px;
  border: 2px solid #3227EF!important;
  transition: all 0.35s;
}

.btn_primary-v2:hover, .btn_primary-v2:focus{
  background: #fff!important;
  color: #DEAF42!important;
  border: 2px solid #3227EF!important;
  box-shadow: 10px 6px 13px 0px #3227EF!important;
  padding: 19px 33px;
  border-radius: 35px;
  transition: all 0.35s;
}

#site-event .card-border-0 {
  border-radius: 0px 0px 0px 0px!important;
}

.content-info-event, .content-buttonTicket-socials{
  padding: 0px 40px!important;
}

.title-details, .title-sponsers{
  background: black!important;
  color: white!important;
  padding: 0.3em 0.9em;
}

.content-title-about, .content-title-sponsors{
  padding: 0px 30px;
}


.content-about p{
  font-size: 1em;
  line-height: 1.4;
  padding: 30px;
}

.img-blur{
  position: absolute;
  left: 0px;
  filter: blur(4px);
  width: 100%;
  height: 500px!important;
}

/* Checkout - checkout.phtml */
.title-event-v2{
  font-size: 2.4rem!important;
  font-family: 'Boletify-v2';
  font-style: inherit;
  letter-spacing: -0.02em;
  margin-left: 0.8rem!important;
  font-weight: normal;
}

.content-tickets{
  border-right: 1px solid gray!important;
}
.content-overview{
  padding: 0px 35px!important;
}

button.btnTickets {
  background: black;
  color: #DEAF42 ;
  border-radius: 100%;
  padding: 3px;
  margin: 0px;
  font-size: 8px;
}

.title-cantidad{
  left:0px!important;
}

.content-select{
  width: 50%!important;
}

.content-plusmin{
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-evenly;
  position: relative;
  border: 1px solid #3227EF;
  border-radius: 5%;
  box-shadow: 0px 0px 0 0.5px #3227ef;
  -webkit-box-shadow: 0px 0px 0 0.5px #3227ef;;
  margin-left: 15%;
  margin-right: 15%;
}

.content-title-resumen{
  padding: 20px 0px;
}

.title-resumen{
  font-family: unset;
  font-style: normal;
  font-size: 1.2rem;
  color: black!important;
}

/* Checkout - Card.js */

.text-price{font-size: 22px;font-family: unset; font-style: inherit; letter-spacing: -1px;}

.text-name-ticket{font-size: 23px;font-family: unset; font-style: inherit;}

.text-description-ticket{ font-size: 17px;}

button.i.fa-plus:before, button.i.fa-minus:before{
  font-size: 10px;
}

.countTickets{
  /* text-align: center; */
  background: transparent!important;
  border-radius: 5%!important;
  border: none;
  color: black!important;
  -moz-appearance: none;
  /* Firefox */
-webkit-appearance: none;
  /* Safari and Chrome */
  appearance: none;
  width: 100%;
  /* text-align: -webkit-center; */
  padding: 0px 38%;
}
.countTickets-responsive{
  text-align: center;
  background: transparent!important;
  border-radius: 5%!important;
  border: none;
  color: black!important;
  -moz-appearance: none;
  /* Firefox */
-webkit-appearance: none;
  /* Safari and Chrome */
  appearance: none;
}
.content-plusmin .select{
  width:100%;
}
.content-plusmin .select-responsive{
}
.content-plusmin .select::before {
  content: "";
  font-family: "FontAwesome";
  color: #DEAF42;
  position: absolute;
  top: 0px;
  right: 10px;
  pointer-events: none;
}
.content-plusmin .select-responsive::after {
  content: "";
  font-family: "FontAwesome";
  color: inherit;

  pointer-events: none;
}

.content-plusmin-responsive .select::before {
  content: "";
  font-family: "FontAwesome";
  color: inherit;
  margin: 10px 20px;
  position: absolute;
  top: 0px;
  right: 0px;
  pointer-events: none;
}


/* Checkout - checkout-sections.phtml */
.text-indication{
  font-size: .675rem!important;
}

/* Checkout - Forms */
#checkout .title-attendee, #checkout .title-payment{
  font-family: unset;
  font-style: normal;
  font-size: 1.2rem;
  color: #DEAF42!important;
  font-weight: bold;
}

#checkout .uppercase{
  text-transform: uppercase;
}

/* VIDANTA */
#checkout .container-form-attendee{
  padding: 5px 20px 20px 20px;
  border-radius: 4px;
}
#checkout .container-form-attendee:not(:first-child) {
  margin-top: 10px ;
}
#checkout .container-form-attendee:nth-child(odd) {
  background-color: #f1f1f1!important;
}

#checkout .form-element {
  margin-top: 10px;
  border-radius: 72px;
  border: solid #000000 2px;
  color: #000000;
  position: relative;
  background-color: #fff;
}

#checkout .form-element .main-input {
  width: calc(100% - 20px);
  margin: 7px 9px;
  background-color: inherit;
  border: none;
}

input.required-factura:checked {
  background-color: black!important;
}

.all-tickets{
  display: block!important;
}
.info-responsive{
  display: none!important;
}
.card-absolute-scroll{
  position: fixed;
  width: 82.3%;
  z-index: 10;
  transition: top 0.5s;
}
input:checked + .check-slider {
  background-color: #000000!important;
}
.title-img-profile{
  left: 35px!important;
}
.filepond--credits{
  margin-left: 28px!important;
}
.text-img-accepted{
  margin: 5px 0px 0px 45px!important;
}
/* SCROLL MENU TICKETS */
.card-absolute-scroll{
  background-color: transparent!important;
}
#checkout #tickets p a i {
  color: #DEAF42 !important;
}

.container-checkbox-invoice {
  /* border: 1px solid red; */
  padding: 15px 20px;
  border-radius: 5%;
  width: fit-content;
  background-color: #4e46d7;
  margin-bottom: 50px;
  display: inline-flex;
  align-items: center;
}
.text-invoice{
  color: white;
  margin-top: 2px;
}

@media only screen and (min-width:1441px) {
  .card-absolute-scroll {
    width: 31%!important;
    left: 67.5%;
    top: -235px;
  }
  .row-card-absolute-scroll {
    place-items: center;
    text-align: center;
    text-align-last: center;
    padding: 10px 5%;
  }
}

@media only screen and (min-width:1279px) and (max-width:1440px){
  .card-absolute-scroll {
    width: 31%!important;
    left: 67.5%;
  }
  .row-card-absolute-scroll {
    place-items: center;
    text-align: center;
    text-align-last: center;
    text-align-last: center;
    padding: 10px 20%;
  }
}

@media only screen and (min-width : 1080px){
  .container-fluid{
    margin-top:0%!important;
  }
  .content-button-ticket{
    text-align: right;
    padding: 0px 100px 0px 0px;
    top: -25px;
  }
  .separator-checkout{
    border-top: 1000px solid gray!important;
  }
  .img-portada{
    width: 100%!important;
    /* padding: 0px 15px; */
    margin-top: 15px;
  }
}

@media only screen and (min-width : 768px){
  .li-social{
    display: none;
  }
  .content-button-ticket{
    text-align: right;
    padding: 0px 30px 0px 0px;
    top: -40px;
  }
  .card-absolute-scroll {
    position: fixed;
    width: 90.7%;
    z-index: 10;
    transition: top 0.5s;
  }
  .card-absolute-scroll .content-button-ticket{
    top: 0px;
  }
  .card-absolute-scroll .content-info-event h1{
    text-align: center;
    margin-bottom: 10px!important;
  }
  .separator-checkout{
    border-top: 1000px solid gray!important;
  }
  .content-plusmin {
    margin-left: 5%;
    margin-right: 0%;
  }
  .content-plusmin .select::before {
    right: 20%;
  }
}
@media only screen and (min-width : 751px) and (max-width: 1079px) {
  .container-fluid{
    margin-top:0% !important;
  }
  .navbar-custom {
    overflow: hidden;
    position: fixed;
    top: 15px;
    width: 102.9%;
    padding: 0px 70px;
    z-index: 10;
  }
  .img-portada{
    width: 100%!important;
    padding: 0px 15px;
    margin-top: 15px;
  }
  .img-blur {
    position: absolute;
    left: 0px;
    filter: blur(4px);
    width: 100%!important;
    height: 405px!important;
  }
  .content-button-ticket, .content-icons-socials {
    text-align: center;
  }
}

@media only screen and (min-width : 600px) and (max-width: 990px) {
  .countTickets{
    /*padding: 0px 28%;*/
  }
}


@media only screen and (min-width : 501px) and (max-width: 750px) {
  .container-fluid{
    margin-top:0%;
  }
  .navbar-custom{
    width: 110%;
    height: 75px;
  }
  .li-social{
    display: none;
  }
  .content-responsive{
    margin-top: 50px;
  }
  .img-blur {
    position: absolute;
    left: 0px;
    filter: blur(4px);
    width: 100%!important;
    height: 275px!important;
  }
  .content-img-portada{
    text-align: center!important;
    top: 20px!important;
  }
  #site-event .image {
    height: 275px;
    background-size: cover;
    background-position: center;
}
  .img-portada{
    width: 100%!important;
    padding: 0px 15px;
  }
  .content-info-event{
    text-align: center!important;
  }
  .content-button-ticket, .content-icons-socials {
    text-align: center;
  }
  .content-plusmin {
    margin-left: -15%;
    margin-right: -20%;
  }
}

@media only screen and (min-width : 0px) and (max-width: 500px) {
  .container-invoice{
    text-align: -webkit-center;
    text-align: -moz-center;
  }
  .text-invoice{
    margin-top: 4px;
  }
  .container-fluid{
    margin-top:0%;
  }
  .navbar-custom{
    width: 110%;
    height: 75px;
  }
  .content-responsive{
    margin-top: 50px;
  }
  .img-blur {
    position: absolute;
    left: 0px;
    filter: blur(4px);
    width: 100%!important;
    height: 213px!important;
  }
  .content-img-portada{
    text-align: center!important;
    top: 20px!important;
  }
  .img-portada{
    width: 100%!important;
  }
  .text-event-responsive{
    font-size:1.6rem;
  }
  .content-info-event{
    text-align: center!important;
  }
  .content-button-ticket, .content-icons-socials {
    text-align: center;
  }
  .separator-checkout{
    border-right: 333px solid gray!important;
  }
  .row-responsive-resumen{
    padding: 0px 20px;
  }
  .list-inline-item:not(:last-child) {
    margin-right: -0.1rem;
  }
  .title-event-v2 {
    font-size: 2rem!important;
    padding: 0px 25px;
  }
  .all-tickets{
    display: none!important;
  }
  .content-separator-checkout{
    display: none;
  }
  .info-responsive{
    display: block!important;
    border-bottom: 2px solid gray;
    padding-bottom: 45px;
  }
  .ticket-card{
    display: inline-block!important;
  }
  .content-required-factura{
    text-align: center;
    padding: 15px 0px;
  }
  .text-name-ticket{
    padding: 10px 0px!important;
  }
  .text-description-ticket{
    padding: 10px 0px!important;
  }
  .text-price{
    padding: 10px 0px!important;
  }
  .title-cantidad{
    padding: 12px 0px!important;
    font-size: 17px!important;
  }
  button.btnTickets {
    background: black;
    color: #DEAF42;
    border-radius: 100%;
    padding: 4px;
    margin: 0px;
    font-size: 9px;
  }
  button.btnTickets:first-child{
    margin-left: 25%;
  }
  button.btnTickets:last-child{
    margin-right: 25%;
  }
  .countTickets{
   /* padding: 10px 0px!important; */
  }
  .content-total-ticket{
    padding: 25px 0px 0px 0px;
  }
  .label-total{
    font-size: 20px!important;
    font-weight: bold!important;
  }
  .label-total span{
    letter-spacing: -1px!important;
  }
  .card-absolute-scroll{
    top: -265px;
    width: 94.2%!important;
    padding: 8px 10px!important;
  }
  .row-card-absolute-scroll{
    place-items: center;
    padding: 10px 10%;
  }
  .card-absolute-scroll h1{
    font-size: 1.3rem;
  }
  .card-absolute-scroll p.text-medium{
    font-size: 0.7rem;
  }
  .card-absolute-scroll .content-icons-socials{
    text-align: center;
  }
  .card-absolute-scroll .content-icons-socials a.social-media {
    font-size: 1.2rem;
  }
  .card-absolute-scroll .btn_primary-v2 {
    background: #3227EF!important;
    padding: 9px 11px;
    font-size: 0.6rem;
    border-radius: 35px;
    border: 2px solid #3227EF!important;
    transition: all 0.35s;
  }

  .card-absolute-scroll .btn_primary-v2:hover, .card-absolute-scroll .btn_primary-v2:focus{
    background: #fff!important;
    color: #DEAF42!important;
    border: 2px solid #3227EF!important;
    box-shadow: 10px 6px 13px 0px #3227EF!important;
    padding: 9px 11px;
    font-size: 0.6rem;
    border-radius: 35px;
    transition: all 0.35s;
  }
  .content-plusmin {
    margin-left: 33%;
    margin-right: 33%;
  }
  .content-plusmin .select-responsive::after {
    color: #DEAF42;
  }
}
@media only screen and (min-width : 0px) and (max-width: 320px) {
  .row-card-absolute-scroll {
    place-items: center;
    padding: 10px 5%;
  }
  .card-absolute-scroll .btn_primary-v2 {
    padding: 5px 5px;
    font-size: 0.5rem;
  }
}

/* Footer V2 */

.tkol-1, .tkol-2, .tkol-3, .tkol-4, .tkol-5, .tkol-6, .tkol-7, .tkol-8, .tkol-9, .tkol-10, .tkol-11, .tkol-12, .tkol, .tkol-auto, .tkol-sm-1, .tkol-sm-2, .tkol-sm-3, .tkol-sm-4, .tkol-sm-5, .tkol-sm-6, .tkol-sm-7, .tkol-sm-8, .tkol-sm-9, .tkol-sm-10, .tkol-sm-11, .tkol-sm-12, .tkol-sm, .tkol-sm-auto, .tkol-md-1, .tkol-md-2, .tkol-md-3, .tkol-md-4, .tkol-md-5, .tkol-md-6, .tkol-md-7, .tkol-md-8, .tkol-md-9, .tkol-md-10, .tkol-md-11, .tkol-md-12, .tkol-md, .tkol-md-auto, .tkol-lg-1, .tkol-lg-2, .tkol-lg-3, .tkol-lg-4, .tkol-lg-5, .tkol-lg-6, .tkol-lg-7, .tkol-lg-8, .tkol-lg-9, .tkol-lg-10, .tkol-lg-11, .tkol-lg-12, .tkol-lg, .tkol-lg-auto, .tkol-xl-1, .tkol-xl-2, .tkol-xl-3, .tkol-xl-4, .tkol-xl-5, .tkol-xl-6, .tkol-xl-7, .tkol-xl-8, .tkol-xl-9, .tkol-xl-10, .tkol-xl-11, .tkol-xl-12, .tkol-xl, .tkol-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.footer ul {
  color: #fff;
  list-style-type: none;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}
.ajuste__responsive {
  max-width: 2800px;
  margin: auto;
}
li.footer__item {
  text-align: left;
  margin: 10px 0px;
}
a.footer__link {
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 600;
  transition: all 0.35s;
}
a.footer__link:hover, a.footer__link:focus {
  color: #DEAF42;
  transition: all 0.35s;
}
.tkol-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.tkol-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 576px){
  .tkol-sm-8 {
      -ms-flex: 0 0 66.666667%;
      flex: 0 0 66.666667%;
      max-width: 66.666667%;
  }
  .tkol-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}

.footer.tkontainer {
  width: 100%;
  padding-right: 5%;
  padding-left: 5%;
  margin: 0;
}

@media screen and (max-width:768px) {
  .footer__logo {
    max-width: 50%;
  }
  .footer__right {
    text-align: left;
  }
  .text-small {
    font-family: "usual";
    font-size: 1.05rem;
  }
  .text-extra-small {
    font-family: "usual";
    font-size: 0.8rem;
  }
  .footer{
    position: inherit!important;
  }
  .content-page>.content{
    margin-bottom: 0px!important;
  }
  .product-card{
    display: inline-block!important;
  }
  .text-img-accepted{
    font-size: 0.75rem;
  }
  .title-img-profile{
    left: 13px!important;
  }
  .filepond--credits {
    margin-left: 60%!important;
    font-size: 0.7rem!important;
  }
}

.event-card-only-image {
    padding: 0;
}

.event-card-only-image a {
    display: block;
}

.event-card-only-image > a > img {
    width: 100%;
    border-radius: 10px;
}

.boton-soporte-wa {
  display: flex;
  gap: 1em;
  justify-content: center;
  align-items: center;
}

.boton-soporte-wa svg {
  fill: #3cab94;
  width: 18px;
}

.boton-soporte-wa:hover svg {
  fill: #ffffff;
}

body.body-login {
  background: #121220;
}

body.body-login .wrapper-page {
  margin: auto;
  display: flex;
  place-items: center;
  width: 100vw;
  height: 100vh;
}

body.body-login .container-fluid, body.body-login .content-page>.content {
  margin: 0 !important;
  padding: 0 !important;
}

body.body-login #login {
  width: 90%;
  margin: auto;
  max-width: 720px;
  background: #13144D;
}

body.body-login #login .form-element {
  color: #13144D;
}

body.body-login #login .login-img {
  padding-left: 1em;
}

body.body-login .btn.btn-outline.primary {
  border-color: #6BF15C;
  color: #ffffff;
  margin-right: 0.5em;
}

body.body-login .btn.btn-outline.primary:hover {
  border-color: #6BF15C;
  color: #6BF15C;
  margin-right: 0.5em;
}

body.body-login .btn.btn-filled.primary {
  background: #6BF15C;
  border-color: #6BF15C;
  color: #ffffff;
  margin-right: 1em;
}

body.body-login .btn.btn-filled.primary:hover, body.body-login .btn.btn-filled.primary:focus {
  background: #29E414;
  border-color: #29E414;
  color: #ffffff;
  margin-right: 1em;
}

body.body-login .form-element {
  width: 100%;
}

@media (max-width: 768px) {
  .wrapper-page.login .card-body {
    flex-direction: column;
  }
  .wrapper-page.login .card-body .login-img {
    width: 80%;
  }
  #frm-login .btn {
    width: 100%;
    display: block;
  }
  body.body-login .login-buttons {
    justify-content: center !important;
    gap: 1em;
    width: 100%;
  }
  body.body-login .login-buttons .primary {
    margin-bottom: 2em;
  }

  .body-login .wrapper-page.login .card-body .login-form {
    width: 100%;
    padding: 1em;
  }
}

.zona-mapa.active > rect:not(:has(+path)), .zona-mapa.active .fondo {
  fill: #13144D !important;
}

@font-face {
  font-family: 'figtree';
  src: url('./Figtree-VariableFont_wght.ttf');
}

.figtree-font {
  font-family:  figtree, sans-serif;
}