div.container_ticket {
  display: inline-block;
  width: 282px;
  height: auto;
  position: relative;
  margin: 4px 2px 22px;
}
body .container_ticket *,
body .container_ticket *:before,
body .container_ticket *:after {
  -webkit-box-sizing: initial;
  box-sizing: initial;
}
body widget[type="ticket"] .top,
body widget[type="ticket"] .bottom {
  color: #f5ecf0;
  background-color: #4f4f4f;
}
body widget[type="ticket"] {
  width: 280px;
  margin: auto;
  display: block;
  overflow: hidden;
}
body widget[type="ticket"] .yellow {
  color: rgb(233, 245, 72);
}

.is {
  margin: 0 10px;
  width: 16px;
  height: 16px;
  fill: white;
}
.contact .c {
  margin: 50px;
}

.contact-info {
  display: flex;
  justify-content: center;
  column-gap: 20px;
  flex-wrap: wrap;
}

.im {
  font-size: 27px 19px;
  width: 42px;
  height: 42px;
  color: #ffff;
  fill: white;
}

.ib {
  width: 60px;
  height: 60px;
  fill: white;
}

.chat {
  display: flex;
  gap: 10px;
  flex-direction: column;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  padding: 1rem;
}

body widget[type="ticket"] .top > div,
body widget[type="ticket"] .bottom > div {
  padding: 0 8px;
  font-weight: 800;
}
body widget[type="ticket"] .top > div:first-child,
body widget[type="ticket"] .bottom > div:first-child {
  padding-top: 2px;
  overflow: hidden;
  padding-bottom: 6px;
  height: 34px;
  margin-bottom: 8px;
}
body widget[type="ticket"] .top > div:last-child,
body widget[type="ticket"] .bottom > div:last-child {
  padding-bottom: 18px;
}
body widget[type="ticket"] .top img {
  width: auto;
  height: 55px;
}
body widget[type="ticket"] .top img {
  padding: 2px 0 0;
  border-radius: 10px;
}
body widget[type="ticket"] .bottom img {
  padding: 0;
}
body widget[type="ticket"] .top,
body widget[type="ticket"] .bottom,
body widget[type="ticket"] .rip {
  color: #f5ecf0;
}
body widget[type="ticket"] .bottom > strong {
  background: #fff;
  border-radius: 9px;
  padding: 1px 6px 0;
  display: block;
}
body widget[type="ticket"] .top {
  border-top-right-radius: 12px;
  border-top-left-radius: 12px;
}
#msjNombre {
  font-size: 1.6em;
  font-weight: 800;
}
.bandname.-bold {
  border-top-right-radius: 18px;
  border-top-left-radius: 18px;
  background: #fff;
  text-align: center;
  line-height: 1.2em;
  text-transform: uppercase;
}
.tourname {
  font-weight: 700;
  padding-top: 5px !important;
  padding-bottom: 6px !important;
  width: 264px;
  text-align: center;
  margin-bottom: -34px;
  z-index: 4;
}
body widget[type="ticket"] .top .deetz {
  padding-bottom: 2px !important;
}
body widget[type="ticket"] .bottom {
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  padding: 8px 8px 14px;
  height: auto;
}
body widget[type="ticket"] .buy {
  display: block;
  font-size: 36px;
  font-weight: bold;
  padding: 2px 8px 0 8px !important;
  line-height: 30px;
  border-radius: 16px;
  text-decoration: none;
  position: absolute;
  right: -2px;
  top: 5px;
}
body widget[type="ticket"] .mode {
  position: absolute;
  left: 6px;
  top: 32px;
  font-size: 30px;
  padding: 0 !important;
}
body widget[type="ticket"] .status {
  position: absolute;
  left: 5px;
  top: -3px;
  font-size: 38px;
  padding: 0 !important;
}
body widget[type="ticket"] .barcode2 {
  width: 90%;
  margin: auto;
  left: 0;
  right: 0;
  display: inline-block;
}
body widget[type="ticket"] .rip {
  height: 20px;
  margin: 0 10px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAACCAYAAAB7Xa1eAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAYdEVYdFNvZnR3YXJlAHBhaW50Lm5ldCA0LjAuOWwzfk4AAAAaSURBVBhXY5g7f97/2XPn/AcCBmSMQ+I/AwB2eyNBlrqzUQAAAABJRU5ErkJggg==);
  background-repeat: repeat-x;
  background-position: center;
  position: relative;
}
body widget[type="ticket"] .rip:before,
body widget[type="ticket"] .rip:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  border: 5px solid transparent;
  border-radius: 100%;
  pointer-events: none;
}
body widget[type="ticket"] .rip:before {
  left: -10px;
}
body widget[type="ticket"] .rip:after {
  -webkit-transform: translate(-50%, -50%) rotate(225deg);
  transform: translate(-50%, -50%) rotate(225deg);
  right: -40px;
}
body widget .-bold {
  font-weight: bold;
}
body widget .container_banner {
  position: relative;
}
body widget .container_banner > div.tourname,
body widget .container_banner > div.nombres {
  position: absolute;
}
div#nombres {
  padding: 16px 0 16px 25px;
  text-align: left;
  font-weight: 600;
  position: absolute;
  bottom: 25px;
}
div#nombres > span {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 230px;
  display: block;
}
.imagenfondo {
  user-select: none;
  pointer-events: none;
  padding: 0 !important;
  margin: 0 auto 10px auto;
  width: 100%;
  height: 222px;
  opacity: 0.32;
  overflow: hidden;
  position: relative;
}

.imagenfondo img {
  width: 100% !important;
  height: auto !important;
  margin-top: 50%;
  transform: translateY(-50%);
  position: absolute;
  left: 0;
  right: 0;
}
.event.--flex-column {
  float: left;
  min-width: 132px;
}
.switch label {
  cursor: pointer;
}
.switch,
.switch * {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 5px auto 8px;
}
.switch label input[type="checkbox"] {
  opacity: 0;
  width: 0;
  height: 0;
}
.switch label .lever {
  content: "";
  display: inline-block;
  position: relative;
  width: 36px;
  height: 14px;
  background-color: rgba(0, 0, 0, 0.38);
  border-radius: 15px;
  margin-right: 10px;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  vertical-align: middle;
  margin: 0 16px;
}
.switch label .lever:before,
.switch label .lever:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  left: 0;
  top: -3px;
  -webkit-transition: left 0.3s ease, background 0.3s ease,
    -webkit-box-shadow 0.1s ease, -webkit-transform 0.1s ease;
  transition: left 0.3s ease, background 0.3s ease, -webkit-box-shadow 0.1s ease,
    -webkit-transform 0.1s ease;
  transition: left 0.3s ease, background 0.3s ease, box-shadow 0.1s ease,
    transform 0.1s ease;
  transition: left 0.3s ease, background 0.3s ease, box-shadow 0.1s ease,
    transform 0.1s ease, -webkit-box-shadow 0.1s ease,
    -webkit-transform 0.1s ease;
}
.switch label input[type="checkbox"]:checked + .lever:before,
.switch label input[type="checkbox"]:checked + .lever:after {
  left: 18px;
}
.switch label .lever:before {
  background-color: rgba(38, 166, 154, 0.15);
}
.switch label .lever:after {
  background-color: #f1f1f1;
  -webkit-box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.accordion {
  font-family: "Poppins", sans-serif;
  background-color: #fff;
  color: #000;
  cursor: pointer;
  padding: 18px 10px 18px 10px;
  width: 100%;
  border-radius: 5px;
  border: none;
  text-align: left;
  outline: none;
  font-size: 24px;
  transition: 0.4s;
  font-weight: 500;
}
.accordion:active,
.accordion:hover {
  background-color: #ecf6f9;
}
.accordion:after {
  content: "\002B";
  font-size: 24px;
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}
.accordion.active:after {
  content: "\2212";
}
.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.panel > p,
.panel > pre {
  font-family: "Poppins", sans-serif;
  line-height: 30px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 18px;
}

body widget[type="ticket"] .rip:before,
body widget[type="ticket"] .rip:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  border: 5px solid transparent;
  border-radius: 100%;
  pointer-events: none;
  border-top-color: #000000 !important;
  border-right-color: #000000 !important;
}

body widget[type="ticket"] .rip:before {
  left: -10px;
}

body widget[type="ticket"] .rip:after {
  -webkit-transform: translate(-50%, -50%) rotate(225deg);
  transform: translate(-50%, -50%) rotate(225deg);
  right: -40px;
}

.changeicon {
  content: "\f0ac";
  color: #4f4f4f;
}

.bandname.-bold {
  color: #4f4f4f;
}

body widget[type="ticket"] .rip {
  box-shadow: 0 1px 0 0 #4f4f4f, 0 -1px 0 0 #4f4f4f;
}

body widget[type="ticket"] .top,
body widget[type="ticket"] .bottom,
body widget[type="ticket"] .rip {
  background-color: #4f4f4f;
}

body widget[type="ticket"] .buy,
body widget[type="ticket"] .bottom > strong {
  text-align: center;
  color: #4f4f4f;
}

.container_ticket.premiado widget[type="ticket"] {
  box-shadow: 0 0 15px gold;
  border-radius: 12px;
  position: relative;
}

.container_ticket.premiado widget[type="ticket"]::after {
  content: "🎉 TICKET PREMIADO 🎉";
  position: absolute;
  bottom: 95px;
  left: 50%;
  transform: translateX(-50%);
  background: gold;
  color: #000;
  padding: 4px 10px;
  border-radius: 20px;
  font-weight: bold;
  font-size: 12px;
  z-index: 10;
  white-space: nowrap;
}

.container_ticket.premiado widget[type="ticket"] b {
  color: gold;
}
