.boleto-seleccionado {
    background-color: #b80014;
    color: #fff;
    padding: 10px;
    margin: 10px;
    display: flex;
    flex-direction: column;
    position: relative;
}

.section-banner {
    padding-top: 100px;
    background-color: #000;
}

.card {
    padding-top: 250px;
    padding-bottom: 150px;
}

.white {
    color: #fff;
}
.pay-boletos {
    height: 100vh;
    display: flex;
    align-content: center;
    flex-direction: row;
    align-items: center;
    margin-bottom: 120px;
}
img.copy {
    height: 40px;
}
.card-title {
    font-size: 3em;
    text-align: center;
    line-height: 47px;
}

.pay {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 58px;
}
.logo-pay {
    width: 230px;
}
.pay > p {
    font-size: 2em;
    margin: 15px;
    text-align: center;
    line-height: 29px;
}

.enviar {
    width: 180px;
    height: 40px;
    color: #f5f5f5;
    text-align: center;
    text-transform: uppercase;
    background-color: #b80014;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    text-decoration: none;
    display: flex;
    box-shadow: 4px 2px 10px rgba(0, 0, 0, 0.2);
}

.enviar:hover {
    background-color: #242424;
}

.boleto-apartado {
    background-color: #b80014;
    color: #fff;
    padding: 10px;
    margin: 10px;
    display: flex;
    flex-direction: column;
    position: relative;
}

.close {
    position: absolute;
    top: -9px;
    right: 1px;
}
.remove {
    text-decoration: none;
    cursor: pointer;
}

.free-tickets {
    font-size: small;
}

.disabled {
    cursor: not-allowed;
}
.paid {
    background-color: black;
    color: currentColor;
    cursor: not-allowed;
    opacity: 0.5;
    text-decoration: none;
}

.sel-boletos {
    display: flex;
    margin-top: 20px;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.taken {
    pointer-events: none;
    cursor: default;
    background-color: #b80014;
    color: #fff;
}

.separated {
    pointer-events: none;
    cursor: default;
    background-color: #b80014;
    color: #fff;
}

.paid {
    pointer-events: none;
    cursor: default;
    background-color: #b80014;
    color: #fff;
}
