﻿.normal-text {
    font-style: normal !important;
}

.w-60 {
    width: 60% !important;
}

.btn-sum {
    border: 2px solid #FFF;
}

    .btn-sum:hover {
        border: 2px solid #263184;
    }

.liMenos {
    text-indent: -4px;
}

.codigo-corte-label {
    margin-right: 8px;
}

.codigo-corte-text {
    font-size: 16px;
    font-weight: 400;
}

.label-p-container {
    display: flex;
    align-items: center;
}

/*----------------------*/

@media (min-width: 768px) {
    .cortes-programados-recordatorio-responsive {
        margin-right: 0rem !important;
        margin-left: 0rem !important;
    }
}