:root {
    --txt-color: #073649;
    --txt-color-1: #ffffff;
    --txt-color-2: #c6c6c6;
    --txt-color-3: #585858;
    --txt-color-4: #272A30;
    --txt-colo-5: #2F657B;
    --txt-color-cuerpo: #7E7E7E;
    --bg-color: #073649;
    --bg-color-1: #FAFAFA;
    --bg-color-2: #f7f5f4;
    --bg-color-3: #EFE8E0;
    --bg-color-4: #F8F8F8;
    --bg-color-5: #d7d7d7;
    --bg-color-6: #062632;
    --bg-color-7: #f4f6f8;
    --bg-color-8: #c2c2c2;
    --bg-color-9: #ebebeb;
    --bg-color-10: #ffffff;
    --bg-color-11: #36E967;
    --bg-gradiente-1: linear-gradient(to left, #041b2c, #093349, #0c4d68, #096987, #0086a5);
    --bg-gradiente-2: linear-gradient(to bottom, #041b2c, #093349, #0c4d68, #096987, #0086a5);
    --bg-gradiente-3: linear-gradient(to right, #ff3d48, #ff5254, #ff6360, #ff736c, #ff8179);
    --bg-gradiente-4: linear-gradient(to bottom, #041b2c, #093349, #0c4d68, #096987, #0086a5);
    --bg-gradiente-5: linear-gradient(to top, #041b2c, #093349, #0c4d68, #096987, #0086a5);
    --bg-gradiente-6: linear-gradient(to right, #041b2c, #093349, #0c4d68, #096987, #0086a5);
    --bg-color-button: #FF4B55;
    --bg-color-border: #0E5673;
    --bg-color-border-1: #d7d7d7;
    --bg-color-border-2: #cdcdcd;
    --bg-color-border-3: #c6c6c6;
    --width-index: 90%;
    --max-width: 1400px;
    --txt-fw: 500;
    --txt-fw-1: 600;
    --txt-fw-2: 400;
    --txt-lh: 100%;

    /* #### DARK MODE #### */
    --bg-dm-1: #1a1a1a;
    --bg-dm-2: #0f0f0f;
}




.item-button-car {
    width: 100%;
    border: 0;
    border-radius: 25px;
    padding: .6rem 0;
    font-size: 11px;
    line-height: 100%;
    letter-spacing: -3%;
    color: var(--txt-color-1) !important;
    background: var(--bg-color-button);
    margin-top: 1.25rem !important;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
}

.item-button-car.active {
    width: 100%;
    border: 0;
    border-radius: 25px;
    padding: .6rem 0;
    font-size: 11px;
    line-height: 100%;
    letter-spacing: -3%;
    color: var(--txt-color-1) !important;
    background: var(--bg-color) !important;
    margin-top: 1.25rem !important;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
}

.input-error {
    border: 1px solid red !important;
    background-color: #fff0f0;
}