.table-striped tbody tr:nth-of-type(odd) {
  background-color: #fff;
}

.table-striped tbody tr:nth-of-type(even) {
  background-color: #fffe;
}

.datetable thead tr {
  background: var(--yellow);
}

.datetable:not(.no-cursor-on-tr) tr {
  cursor: pointer;
}

.datetable:not(.no-cursor-on-tr) tbody tr:hover {
  background-color: #fffb!important;
}

.select2-selection,
.select2-selection > span {
  height: calc(1.5em + .75rem + 2px)!important;
}

.select2-selection__rendered {
  padding: 0 .75rem;
  line-height: calc(1.5em + .75rem + 2px)!important;
}

.select2-results__option {
  color: #495057;
}

.form-group input[type="checkbox"] {
  width: calc(1.5em + .75rem + 2px);
}

.select2-container {
  width: 100%!important;
}

div.table-responsive > div.dataTables_wrapper > div.row {
  flex-direction: column;
}

div.table-responsive > div.dataTables_wrapper > div.row > div {
  max-width: 100%;
  text-align: center;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  justify-content: center;
}

.breadcrumb {
  background: none;
  padding-left: 0;
}

.edad,
.vestimenta {
  border: 1px solid #fff;
  padding: 6px 20px;
  margin-right: 10px;
  border-radius: 10px;
}

.c-thumb {
  padding-bottom: 100%;
}

.c-thumb a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.event-grid .movie-thumb img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.texto-legal h1 {
  font-size: 40px;
  color: #31d7a9;
  margin-bottom: 1em;
}

.texto-legal h2 {
  font-size: 35px;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
  line-height: 42px;
}

.texto-legal h3 {
  font-size: 30px;
  margin-bottom: 0.5em;
  margin-top: 1em;
}

.texto-legal h4 {
  font-size: 25px;
  margin-bottom: 0.5em;
  margin-top: 1em;
}

.texto-legal h5 {
  font-size: 20px;
  margin-bottom: 0.5em;
  margin-top: 1em;
}

.texto-legal p {
  margin-top: 0;
  margin-bottom: 0.5em;
}

.texto-legal ul {
  padding-left: 40px;
  margin-bottom: 1em;
}

.texto-legal ul li {
  list-style: inherit;
}

.privacy-advice p {
  font-size: 12px;
  line-height: 18px;
  font-style: italic;
}

.encabezado-evento {
  width: 100%;
  position: relative;
}

.encabezado-evento:after {
  content: "";
  display: block;
  padding-bottom: 26.04%;
}

.encabezado-evento .content {
  position: absolute;
  width: 100%;
  height: 100%;
}

.encabezado-evento .content img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.encabezado-evento .content img.listado {
  display: none;
}

.event-book-search .custom-button {
  background-color: #001232;
}

.input-group > .input-group-append > .btn,
.action-buttons button {
  height: calc(1.5em + .75rem + 2px);
}

.checkbox-filter-row input {
  height: 20px;
  width: 20px;
}

.custom-button.ticketverso {
  background: none;
  background-color: var(--yellow);
  color: #001232;
  font-weight: bold;
}

.ticket-not-available-text {
  height: 50px;
  color: var(--yellow);
  font-weight: bold;
}

@media (max-width: 767px) {
  .encabezado-evento:after {
    padding-bottom: 100%;
  }

  .encabezado-evento .content img.detalle {
    display: none;
  }
  .encabezado-evento .content img.listado {
    display: block;
  }
}