.dvs-boletos .input, .dvs-boletos label, .dvs-boletos input::placeholder{
    text-align: center !important;
}



/* Estilo cebra para los boletos */
.div-boletos {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

/* Color de fondo alternado (cebra) */
.div-boletos:nth-child(odd) {
    background-color: #07505f;
    border-left: 4px solid #007bff;
}

.div-boletos:nth-child(even) {
    background-color: #106d91;
    border-left: 4px solid #28a745;
}

/* Efecto hover */
.div-boletos:hover {
    transform: translateY(-1px);
    box-shadow: 0 5px 15px rgba(243, 239, 239, 0.57);
}

/* Estilos para las secciones internas */
.boleto-header {
    padding: 20px;
    border-bottom: 1px solid #eee;
    background-color: #00697e;
}

.bg-subtotal2 {
    padding: 20px;
}


.boleto-total {
    background-color: rgba(0, 123, 255, 0.05);
    border-top: 1px dashed #007bff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.boleto-divider {
    height: 2px;
    background: linear-gradient(90deg, transparent, #dee2e6, transparent);
    margin: 10px 0;
}

/* Mejora para los textos de precio */
.precio {
    font-weight: bold;
    color: #dc3545;
}

.total-boleto {
    font-size: 1.5rem;
    color: #007bff;
}

/* Estilos para los iconos */
.bi {
    vertical-align: middle;
}

/* * totales * */
.total-general-container {
    background-color: #1a3141;
    border-radius: 8px;
}

#total-general {
    color: #f26c25;
    font-weight: bold;
}
/** totales **/

.precio-especial-txt{
    color: #fff;
    font-size: 17px;
    margin-left: 65px;
    margin-top: -10px;
}


.select-fecha-vis{
    font-family: 'DMSans';
    color: #ffffff;
    margin-left: 65px;
    font-weight: bold;
}

.numeros-c{
    float: left;
    margin-right: 5px;
    background: #2ec9ed;
    width: 27px;
    height: 27px;
    text-align: center;
    border-radius: 50%;

}
.mondeda{
    font-size: 14px;
}