﻿@charset "UTF-8";

.ticketeralayout .ticketeraBody .asientos-vista {
    height: 100%;
    padding: 84px 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    background-color: #F5F5F4;
}

@media (max-width: 1280px) {
    .ticketeralayout .ticketeraBody .asientos-vista {
        width: calc(100%);
    }
}

@media (max-width: 991px) {
    .ticketeralayout .ticketeraBody .asientos-vista {
        width: 100%;
        height: 400px;
    }
}

.ticketeralayout .ticketeraBody .asientos-info {
    display: flex;
    justify-content: flex-start;
    position: static;
    top: 15px;
    left: 15px;
    z-index: 99;
    flex-wrap: wrap;
    margin-bottom: 10px;
    margin-top: 11px;
}

.ticketeralayout .ticketeraBody .asientos-info .box {
    padding: 8px 16px;
    background-color: #D3D4D3;
}

@media (max-width: 760px) {
    .ticketeralayout .ticketeraBody .asientos-info .box {
        padding: 4px 8px;
    }
}

.ticketeralayout .ticketeraBody .asientos-info .box span {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #020202;
}

@media (max-width: 760px) {
    .ticketeralayout .ticketeraBody .asientos-info .box span {
        font-size: 10px;
        line-height: 18px;
    }
}

@media (min-width: 760px) and (max-width: 1300px) {
    .ticketeralayout .ticketeraBody .asientos-info .box span {
        font-size: 12px;
        line-height: 18px;
    }
}

.ticketeralayout .ticketeraBody .asientos-info .box small {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

.ticketeralayout .ticketeraBody .asientos-vista .buttons {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 99;
}

@media (max-width: 520px) {
    .ticketeralayout .ticketeraBody .asientos-vista .buttons {
        top: inherit;
        bottom: 15px;
    }
}

.ticketeralayout .ticketeraBody .asientos-vista .buttons button {
    width: 40px;
    height: 40px;
}

.ticketeralayout .ticketeraBody .asientos-vista .sector-elegido {
    fill: #e9426d !important;
}

.ticketeralayout .ticketeraBody .asientos-vista .mapa-referencia {
    position: absolute;
    top: 75px;
    right: 15px;
    width: 180px;
    height: 180px;
    z-index: 99;
    border-radius: 4px;
    background: #B6B7B7;
}

.ticketeralayout .ticketeraBody .asientos-vista .panzoom {
    position: relative;
    width: 100%;
    height: 100%;
    cursor: pointer !important;
}

.ticketeralayout .ticketeraBody .asientos-vista .panzoom .seat-row {
    margin-bottom: 16px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.ticketeralayout .ticketeraBody .asientos-vista .panzoom .seat-row .aisle {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    padding: 15px;
    border-radius: 4px;
    background-color: #B6B7B7;
}

@media (max-width: 991px) {
    .ticketeralayout .ticketeraBody .asientos-vista .panzoom .seat-row .aisle {
        width: 25px;
        height: 25px;
        padding: 12px;
    }
}

.ticketeralayout .ticketeraBody .asientos-vista .panzoom .seat-row .aisle .aisle-number {
    font-size: 18px;
    line-height: 18px;
    font-weight: 600;
    color: #0B2739;
}

@media (max-width: 991px) {
    .ticketeralayout .ticketeraBody .asientos-vista .panzoom .seat-row .aisle .aisle-number {
        font-size: 16px;
    }
}

.ticketeralayout .ticketeraBody .asientos-vista .panzoom .seat-row .seats {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.ticketeralayout .ticketeraBody .asientos-vista .panzoom .seat-row .seats .seat {
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    margin: 0 8px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

@media (max-width: 991px) {
    .ticketeralayout .ticketeraBody .asientos-vista .panzoom .seat-row .seats .seat {
        width: 25px;
        height: 25px;
        margin: 0 4px;
    }
}


.ticketeralayout .ticketeraBody .asientos-vista .panzoom .seat-row .seats .seat-numeracion {
    color: #000;
    font-size: 11px;
    font-weight: 800;
    display: flex;
    justify-content: center;
}

.modal-eliminarAsignado .mud-dialog-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.modal-eliminarAsignado .mud-dialog-title h6 {
    color: #0169A3;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
}

.modal-eliminarAsignado .mud-dialog-actions {
    padding: 16px 24px;
}

.modal-eliminarAsignado .mud-dialog-actions button {
    border-radius: 24px;
    padding: 8px 32px;
}

.modal-asignacion .mud-dialog-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.modal-asignacion .mud-dialog-title h6 {
    color: #0169A3;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
}

.modal-asignacion .mud-dialog-actions {
    padding: 8px 24px 24px;
}

.modal-eliminarAsignado .mud-dialog-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.modal-eliminarAsignado .mud-dialog-title h6 {
    color: #0169A3;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
}



.modal-eliminarAsignado .mud-dialog-actions {
    padding: 16px 24px;
}

.modal-asignacion .mud-dialog-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.modal-asignacion .mud-dialog-title h6 {
    color: #0169A3;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    font-family: ManilaSans;
    text-transform: uppercase;
}

.modal-asignacion .mud-dialog-actions {
    padding: 8px 24px 24px;
}

.modal-eliminarAsignado .mud-dialog-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.modal-eliminarAsignado .mud-dialog-title h6 {
    color: #0169A3;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
}


.modal-eliminarAsignado .mud-dialog-actions {
    padding: 16px 24px;
}

.modal-asignacion .mud-dialog-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.modal-asignacion .mud-dialog-title h6 {
    color: #0169A3;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    font-family: ManilaSans;
    text-transform: uppercase;
}


.modal-asignacion .mud-dialog-actions {
    padding: 8px 24px 24px;
}

.ticketeralayout .ticketeraBody .estadio-vista {
    height: 550px;
    /* width: 1185px; */
    width: 100%;
    padding: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    background-color: #F5F5F4;
}

@media (max-width: 1280px) {
    .ticketeralayout .ticketeraBody .estadio-vista {
        width: calc(100%);
    }
}

@media (max-width: 991px) {
    .ticketeralayout .ticketeraBody .estadio-vista {
        width: 100%;
        height: 400px;
    }
}

.ticketeralayout .ticketeraBody .estadio-vista .mapa-info {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 99;
}

.ticketeralayout .ticketeraBody .estadio-vista .mapa-info .box {
    padding: 8px 16px;
    background-color: #D3D4D3;
}

.ticketeralayout .ticketeraBody .estadio-vista .mapa-info .box span {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #020202;
}

.ticketeralayout .ticketeraBody .estadio-vista .mapa-info .box small {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

.ticketeralayout .ticketeraBody .estadio-vista .mapa-info .box-seleccionado small {
    background-color: #E73CC2;
}

.ticketeralayout .ticketeraBody .estadio-vista .mapa-info .box-disponible small {
    background-color: #169C43;
}

.ticketeralayout .ticketeraBody .estadio-vista .mapa-info .box-agotado small {
    background-color: #194561;
}

.ticketeralayout .ticketeraBody .estadio-vista .buttons {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 99;
}

@media (max-width: 520px) {
    .ticketeralayout .ticketeraBody .estadio-vista .buttons {
        top: inherit;
        bottom: 15px;
    }
}

.ticketeralayout .ticketeraBody .estadio-vista .buttons button {
    width: 40px;
    height: 40px;
}

.ticketeralayout .ticketeraBody .estadio-vista .panzoom {
    position: relative;
    width: 100%;
    height: 100%;
    cursor: pointer !important;
}

.ticketeralayout .ticketeraBody .estadio-vista .panzoom svg {
    width: 100%;
    height: 100%;
    padding: 40px;
}

.ticketeralayout .ticketeraBody .estadio-vista .panzoom svg g .esSector.disabled:hover {
    /*fill: #656565;*/
    cursor: initial;
}

.ticketeralayout .ticketeraBody .estadio-vista .panzoom svg g .sector-elegido {
    fill: #0061a8;
}

.ticketeralayout .ticketeraBody .estadio-vista .panzoom img {
    display: block;
    max-width: 970px;
    width: 100%;
    padding: 60px;
    margin: 0 auto;
}

.ticketeralayout .ticketera-mensajes {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    min-height: calc(100vh - 259px);
    padding: 100px 40px;
}

@media (max-width: 640px) {
    .ticketeralayout .ticketera-mensajes {
        padding: 0 24px;
    }
}

.ticketeralayout .ticketera-mensajes h1 {
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
    color: #E9426D;
    margin: 40px auto 24px;
}

@media (max-width: 640px) {
    .ticketeralayout .ticketera-mensajes h1 {
        font-size: 28px;
        line-height: 34px;
    }
}

.ticketeralayout .ticketera-mensajes p {
    color: #F5F5F4;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    max-width: 500px;
}

.ticketeralayout .ticketera-mensajes p span {
    font-weight: 700;
}

.ticketeralayout .ticketera-mensajes p span svg {
    fill: #019DF4;
    margin-right: 12px;
}

.ticketeralayout .ticketera-mensajes .email {
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
}

.ticketeralayout .ticketera-mensajes .email svg {
    fill: #019DF4;
}

.ticketeralayout .ticketera-mensajes .conexiones {
    margin-top: 30px;
}

.ticketeralayout .ticketera-mensajes .conexiones li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 10px 16px;
    margin-bottom: 24px;
    border-radius: 8px;
    background-color: #D3D4D3;
}

.ticketeralayout .ticketera-mensajes .conexiones li .txt {
    margin-left: 16px;
    text-align: left;
}

.ticketeralayout .ticketera-mensajes .conexiones li .txt h5 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #020202;
}

.ticketeralayout .ticketera-mensajes .conexiones li .txt span {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: #0B2739;
}

.ticketeralayout .ticketera-mensajes .conexiones li .txt span .mud-tooltip-root button {
    padding: 0;
    height: 18px;
}

.ticketeralayout .ticketera-mensajes .conexiones li .txt span .mud-tooltip-root button svg {
    width: 18px;
}

.ticketeralayout .ticketera-mensajes .conexiones li .mud-badge-root .mud-badge-wrapper {
    top: -8px;
}

.ticketeralayout .ticketera-mensajes .timer {
    font-size: 48px;
    line-height: 46px;
    display: block;
    color: #E9EAE8;
    font-weight: 700;
    font-family: ManilaSans;
    text-transform: uppercase;
}

.ticketeralayout .ticketera-mensajes .acciones {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}

@media (max-width: 540px) {
    .ticketeralayout .ticketera-mensajes .acciones {
        flex-direction: column;
    }
}

.ticketeralayout .ticketera-mensajes .acciones button {
    margin: 12px;
    width: 255px;
    font-size: 16px;
    font-weight: 700;
    border-radius: 24px;
}

@media (max-width: 540px) {
    .ticketeralayout .ticketera-mensajes .acciones button {
        margin: 8px 0;
    }
}

.ticketeralayout .ticketera-mensajes .acciones .mud-button-filled {
    color: #020202 !important;
}

.ticketeralayout .ticketera-mensajes .acciones .mud-button-outlined {
    color: #F5F5F4 !important;
    border: solid 1px #019DF4;
}

.ticketeralayout .ticketeraBody .holdeo-section {
    text-align: left;
    margin-top: 50px;
}

.ticketeralayout .ticketeraBody .holdeo-section .holdeo-asientos {
    display: flex;
    flex-wrap: wrap;
}

.ticketeralayout .ticketeraBody .holdeo-section .holdeo-asiento {
    padding-right: 35px;
    padding-bottom: 15px;
}

.ticketeralayout .ticketeraBody .holdeo-section .holdeo-asiento span {
    padding-left: 4px;
}

.ticketeralayout .ticketeraBody .asientos-vista .panzoom .seat-row .seats .seatt {
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    margin: 0 8px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

@media (max-width: 991px) {
    .ticketeralayout .ticketeraBody .asientos-vista .panzoom .seat-row .seats .seatt {
        width: 25px;
        height: 25px;
        margin: 0 4px;
    }
}

.text-align-right {
    text-align: right;
}