.ticket-card{position:relative;display:flex;flex-direction:row;width:350px;height:120px;margin:20px;background-color:#f3f0f0;border-radius:10px;overflow:hidden}.ticket-card:after,.ticket-card:before{content:"";position:absolute;width:20px;height:50px;background-color:#fff;border-radius:50%;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);z-index:2;border:1px solid #ddd}.ticket-card:before{left:-10px;-webkit-clip-path:inset(0 0 0 10px);clip-path:inset(0 0 0 10px)}.ticket-card:after{right:-10px;-webkit-clip-path:inset(0 10px 0 0);clip-path:inset(0 10px 0 0)}.ticket-card__body{padding:1rem;display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:100%}.ticket-card__image img{width:70px;height:70px;border-radius:10px}.ticket-card__divider{width:1px;height:70px;border-left:2px dashed #8f8e8e;margin:0 10px}.ticket-card__details{display:flex;flex-direction:column;justify-content:center;flex:1 1}.ticket-card__details h3{margin:0;font-size:.9rem;font-weight:700}.ticket-card__details p{margin:3px 0;font-size:.7rem;color:#666;line-height:1.2;word-wrap:break-word}.ticket-card__price-details{display:flex;align-items:center;justify-content:space-between}.ticket-card__price{font-size:.9rem;font-weight:700;color:#333}.ticket-card__link{font-size:.8rem;color:#007bff;text-decoration:none;cursor:pointer}.ticket-card__link:hover{text-decoration:underline}.detail-ticket-card{position:relative;display:flex;flex-direction:column;width:600px;height:320px;margin:20px;background-color:#a9daea;border:1px solid #ddd;border-radius:10px;box-shadow:0 2px 5px rgba(0,0,0,.1)}.detail-ticket-card:after,.detail-ticket-card:before{content:"";position:absolute;width:40px;height:20px;background-color:#fff;border-radius:70%;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);z-index:1}.detail-ticket-card:before{top:-10px;border-bottom:none}.detail-ticket-card:after{bottom:-10px;border-top:none}.detail-ticket-card__body{padding:1rem}.ellipsis-2-lines{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;text-overflow:ellipsis;line-height:1.5;max-height:3em}@media (min-width:600px) and (max-width:750px){.ticket-card{width:330px;margin:15px auto}.ticket-card__image img{width:65px;height:65px}.ticket-card__divider{height:65px}.ticket-card__details h3{font-size:.85rem}.ticket-card__details p{font-size:.65rem}.ticket-card__price{font-size:.85rem}.ticket-card__link{font-size:.75rem}}@media (min-width:1024px){.ticket-card{margin:20px 10px;width:350px}.ticket-card__image img{width:70px;height:70px}.ticket-card__divider{height:70px}.ticket-card__details h3,.ticket-card__details p,.ticket-card__price{font-size:.9rem}.ticket-card__link{font-size:.8rem}.coupons-container{display:flex;flex-wrap:wrap;justify-content:space-between}}.ticket-detail-card{display:flex;justify-content:center;align-items:center;width:800px;height:-webkit-max-content;height:max-content;margin:20px;background-color:#fff;border:1px solid #ddd;border-radius:10px;box-shadow:0 2px 5px rgba(0,0,0,.1);padding:30px}.ticket-detail-card__content{display:flex;width:100%}.ticket-detail-card__details{display:flex;flex-direction:column;flex:9 1}.ticket-detail-card__image{height:100px;width:100px;border-radius:10px;object-fit:contain}.ticket-detail-card__info{padding:0 20px}.ticket-detail-card__info h3{margin:0;font-size:2.4rem;font-weight:700}.ticket-detail-card__info p{margin:5px 0;font-size:.5rem;color:#666}.ticket-detail-card__price{font-size:1.1rem;font-weight:700;color:#333}.ticket-detail-card__offer-details{margin-top:10px}.ticket-detail-card__offer-details h4{margin:10px 0 5px;font-size:.9rem;font-weight:700}.ticket-detail-card__offer-details ul{list-style:disc;padding-left:20px;margin:0}.ticket-detail-card__offer-details p{margin:5px 0;font-size:.9rem;color:#666}.ticket-detail-card__button{margin-top:10px;padding:10px 20px;font-size:.9rem;color:#fff;background-color:#1976d2;border:none;border-radius:5px;cursor:pointer}.ticket-detail-card__button:hover{background-color:#0056b3}.ticket-detail-card__divider{width:2px;height:auto;border-left:2px dashed #a6a6a6;margin:0 20px}.ticket-detail-card__scratch{display:flex;flex-direction:column;align-items:center;flex:7 1}.ticket-detail-card__scratch h4{margin:0 0 10px;font-size:1.1rem;font-weight:700}.scratch-card{width:300px;height:300px;position:relative}.scratch-reveal{width:100%;height:100%;display:flex;justify-content:center;align-items:center;font-size:1.4rem;font-weight:700;color:#333;background-color:#fc0;border-radius:10px}.ticket-card__scratch a{margin-top:10px;font-size:.9rem;color:#007bff;text-decoration:none}.ticket-card__scratch a:hover{text-decoration:underline}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace}
/*# sourceMappingURL=main.c84bb6e0.chunk.css.map */