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"] {
    width: 280px;
    margin: auto;
    display: block;
    overflow: hidden
}

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: .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 .3s ease, -webkit-box-shadow 0.1s ease, -webkit-transform .1s ease;
    transition: left 0.3s ease, background .3s ease, -webkit-box-shadow 0.1s ease, -webkit-transform .1s ease;
    transition: left 0.3s ease, background .3s ease, box-shadow 0.1s ease, transform .1s ease;
    transition: left 0.3s ease, background .3s ease, box-shadow 0.1s ease, transform .1s ease, -webkit-box-shadow 0.1s ease, -webkit-transform .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
}