.shadow {
    background: #fff;
    box-shadow: 0 0 4px rgb(14 55 54 / 15%);
}

.shadow  {
    color: #020307;
}

.shadow {
    color: #020307;
}

.bx {
    font-size: 24px;
    color: #f29100;
}

#menu-icon {
    font-size: 24px;
    cursor: pointer;
    z-index: 1000001;
    display: none;
}

.btn {
    padding: 11.2px 22.4px;
    background: #f29100;
    color: #fff;
    font-weight: 400;
    border-radius: 8px;
}

#efectuar-pago {
    background-color: #f0ff00 !important;
}
.btn:hover {
    background: #fa1216;
}

.movie-container {
    margin: 20px 0;
}

.movie-container select {
    border-radius: 5px;
    font-size: 14px;
    margin-left: 10px;
    padding: 5px 15px 5px 15px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

.container {
    perspective: 1000px;
    margin-bottom: 30px;
}

.seat {
    background-color: #0fa61d;
    height: 20px;
    width: 30px;
    margin: 4px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.seat.selected {
    background-color: #0d16b4;
}

.seat.occupied {
    background-color: #d22121;
}

.seat:nth-of-type(2) {
    margin-right: 18px;
}

.seat:nth-last-of-type(2) {
    margin-left: 18px;
}

.seat:not(.occupied):hover {
    cursor: pointer;
    transform: scale(1.2);
}

.showcase .seat:not(.occupied):hover {
    cursor: default;
    transform: scale(1);
}

.showcase {
    background: rgba(0, 0, 0, 0.1);
    padding: 5px 10px;
    border-radius: 5px;
    color: #777;
    list-style-type: none;
    display: flex;
    justify-content: space-between;
}

.showcase li {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px;
}

.showcase li small {
    margin-left: 2px;
}

.row {
    display: flex;
}

.screen {
    border-color: #0a0a0a;
    border: 1px solid;
    height: 70px;
    width: 100%;
    margin: 15px 0;
    box-shadow: 0 3px 10px rgba(255, 255, 255, 0.7);
    background-color: #d5b177;
}

p.text {
    margin: 5px 0;
}

p.text span {
    color: #0d2391;
}

#escenario {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

/* Ajustes generales para dispositivos móviles */
@media (max-width: 768px) {
    .screen {
        height: 50px; /* Reducir la altura del escenario */
        margin: 10px 0; /* Ajustar el margen */
    }
    .screen.col-4 {
        max-width: 100% !important;
    }

    .seat {
        height: 15px; /* Reducir el tamaño de los asientos */
        width: 20px; /* Reducir el tamaño de los asientos */
        margin: 2px; /* Reducir el margen entre los asientos */
    }

    .row {
        justify-content: center; /* Centrar las filas de asientos */
    }

    .container {
        margin-bottom: 15px; /* Ajustar el margen inferior */
    }

    #escenario {
        font-size: 12px; /* Reducir el tamaño del texto del escenario */
    }

    #efectuar-pago {
        font-size: 14px; /* Ajustar el tamaño del botón de pago */
        padding: 10px 20px; /* Ajustar el padding del botón de pago */
    }

    .text {
        font-size: 14px; /* Ajustar el tamaño del texto informativo */
    }
}
