/* body {
  
  min-height: calc(100vh - 40px);
  margin: 20px;
  font-family: 'Lato', sans-serif;
} */
div.container_ticket {
  display: inline-block;
  width: 260px;
  height: 420px;
  position: relative;
  margin: 6px 0;
}
body widget {
  -webkit-filter: drop-shadow(1px 1px 6px rgba(117, 42, 111, 1));
          filter: drop-shadow(1px 1px 6px rgba(117, 42, 111, 1));
}
body .container_ticket *, body .container_ticket *:before,  body .container_ticket *:after {
  -webkit-box-sizing: initial;
  box-sizing: initial;
}
body widget[type="ticket"] {
  width: 255px;
  user-select: none;
  margin: auto;
}
body widget[type="ticket"] .top > div,
body widget[type="ticket"] .bottom > div {
  padding: 0 18px;
}
body widget[type="ticket"] .top > div:first-child,
body widget[type="ticket"] .bottom > div:first-child {
  padding-top: 2px;
  overflow: hidden;
  padding-bottom: 6px;
}
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,
body widget[type="ticket"] .bottom img {
  padding: 0;
}
body widget[type="ticket"] .top,
body widget[type="ticket"] .bottom,
body widget[type="ticket"] .rip {
  background-color: #881844;
  color: #f5ecf0;
}
body widget[type="ticket"] .top {
  border-top-right-radius: 12px;
  border-top-left-radius: 12px;
}
.bandname.-bold {
  border-top: 4px solid #881844;
  border-top-right-radius: 18px;
  border-top-left-radius: 18px;
  background: #fff;
  color: #47111c;
  text-align: center;
}
.tourname {
  color: #ffffff;
  padding-top: 5px !important;
  padding-bottom: 11px !important;
  text-align: center;
  margin-bottom: -34px;
  z-index: 4;
}
body widget[type="ticket"] .top .deetz {
  padding-bottom: 10px !important;
}
body widget[type="ticket"] .bottom {
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  padding: 18px;
  height: 30px;
  padding-top: 10px;
}
body widget[type="ticket"] .bottom .barcode {
  padding: 0px 12px !important;
  min-width: 75px;
  background: #fff;
  width: 195px;
  text-align: center;
}
body widget[type="ticket"] .buy {
  display: block;
  font-size: 22px;
  font-weight: bold;
  background-color: #881844;
  padding: 0 8px 2px 8px !important;
  line-height: 30px;
  border-radius: 16px;
  color: #ffffff;
  text-decoration: none;
  position: absolute;
  right: 3px;
  top: 7px;
}
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-size: 4px 2px;
  background-repeat: repeat-x;
  background-position: center;
  position: relative;
  box-shadow: 0 1px 0 0 #881844, 0 -1px 0 0 #881844;
}
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-top-color: #881844;
  border-right-color: #881844;
  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;
}
div#nombres {
  margin-top: -74px;
  padding: 16px 18px;
  text-align: left;
}
.imagenfondo {
  user-select: none;
  padding:0 !important;
  margin: 0 auto 10px auto;
  background-size: cover;
  width: 100%;
  height: 192px;
  background-image: url(./background3.jpg);
  background-position:center;
}
.switch label input[type=checkbox]:checked + .lever {
  background-color: #c590a5;
}
.switch label input[type=checkbox]:checked + .lever:after {
  background-color: #881844;
}