﻿/*LOGIN*/
.login-forms {
    max-width: 550px;
    width: 550px;
    margin: 0 auto;
}

.card-login .card-header {
    border-bottom: none;
}

.card-login-body {
    padding: 1rem 3rem 3rem 3rem;
}
@media only screen and (max-width: 375px) {
    .card-login-body {
        padding: 1rem 2rem 3rem 2rem;
    }
}


.login_marca-muni {
    padding: 1rem 0rem;
}

    .login_marca-muni img {
        max-height: 10rem;
        max-width: 15rem;
    }

.titulo-login__titulo {
    font-size: 1.6rem;
}


.titulo-login__subtitulo {
    font-size: 1.3rem;
}

@media only screen and (max-width: 570px) {
    .login-forms {
        width: calc(100% - 20px);
        /* 20px = 10px de margen a cada lado */
    }
}

/*REGISTRO*/
.contenedor-registro {
    min-height: calc(100vh - 200px);
    padding: 2rem 0rem !important;
}

.botonera-registro {
    display: flex;
    justify-content: space-between;
}

.botonera-general {
    display: flex;
    justify-content: end;
}




/*PAGAR*/
.placa-punto {
    color: #afafaf;
    font-size: .6rem;
    display: inline-block;
    position: relative;
    top: -3px;
    margin: 0px 2px;
}

.check-btn {
    min-width: 90px;
    border: 1px solid #c9c9c9;
    border-radius: 4px;
    height: 32px;
}

.tr-deudas--titulo {
    background: #F8D7DA;
    color: #B02A37;
    border-left: 3px solid #B02A37;
    cursor: pointer;
    border-top: none;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
}

    .tr-deudas--titulo th {
        border-bottom: 1px solid hsl(0deg 52% 30% / 10%) !important;
    }

.tr-deudas {
    border-bottom: 1px solid hsl(0deg 52% 30% / 10%);
    border-left: 3px solid #B02A37;
}

    .tr-deudas td, .tr-deudas th {
        color: var(--color-gray-8) !important;
        border-bottom: 1px solid hsl(0deg 52% 30% / 10%) !important;
    }

.separador-multas {
    border-bottom: 1px solid #c3c3c3;
}

.box-requisito {
    width: 140px;
    padding: 2px 7px;
    border-radius: 3px;
    display: flex;
    align-items: center;
    gap: 1px;
    justify-content: space-between;
}

.requisito-ok {
    background: hsl(133 88% 93% / 1);
    color: hsl(133 88% 20% / 1);
    border: 1px solid hsl(133 88% 88% / 1);
}

.requisito-no {
    background: hsl(0 88% 95% / 1);
    color: #530808;
    border: 1px solid hsl(0 88% 91% / 1);
}

    .requisito-ok .bi, .requisito-no .bi {
        margin-right: 0;
    }

.box-requisito + .box-requisito {
    margin-top: 5px;
}

.placa {
    border: 1px solid #343A40;
    padding: .4rem .5rem;
    font-weight: 800;
    color: #2f2f2f;
    border-radius: 5px;
    width: fit-content;
    background: white;
    font-size: 14px;
    line-height: 17px;
}

.placa-detalle {
    color: #343A40;
    font-size: 12px;
    font-weight: 800;
    line-height: 15px;
    border: 1px solid #343A40;
    border-radius: 5px;
    padding: .2rem;
}

.marca-modelo-detalle {
    font-size: 12px;
    line-height: 13px;
    font-weight: 500;
}

.monto-detalle {
    font-size: 14px;
    font-weight: 600;
    line-height: 17px;
    color: #343A40;
}

.marca-modelo, .datos-adicionales {
    font-size: 14px;
    font-weight: 600;
    line-height: 17px;
    color: #343A40;
}

    .datos-adicionales div {
        background: rgb(255 255 255 / 30%);
        padding: 3px;
        border-radius: 2px;
        width: fit-content;
    }


@media (max-width: 641px) {

    .registro-form {
        width: 100%;
        min-height: 98.5vh;
        background: #ffffff;
    }
    /*LOGIN*/
    .login-forms, .recuperar-form {
        width: 100%;
        min-height: 98.5vh;
        background: #ffffff;
    }

    .card-login {
        background: transparent;
        box-shadow: none !important;
    }

        .card-login .card-header, .card-login .card-footer {
            background: transparent;
        }

        .card-login .card-footer {
            margin-bottom: 3rem;
        }

        .card-login .card-linea {
            border: 0 !important;
        }



    .input-login-mt {
        margin-top: 1.5rem !important;
    }

    .login_marca-muni img {
        max-height: 8rem;
        max-width: 15rem;
        margin-bottom: 0.5rem
    }

    .form-login {
        margin-top: 1.7rem;
    }


    .d-grid > .btn + .btn {
        margin-top: 0.5rem;
        margin-left: 0;
    }

    .btn-login {
        border-radius: 5rem;
        font-size: 1rem;
        padding: 2px !important;
    }

    /*REGISTRO*/

    .botonera-registro, .botonera-general {
        display: grid;
        justify-content: normal;
    }

        .botonera-registro > .btn {
            font-size: 1rem;
            border-radius: 5rem;
        }

            .botonera-registro > .btn + .btn {
                margin-left: 0;
                margin-top: 0.5rem;
            }

    /*PAGAR*/
    .box-requisito {
        width: 132px;
    }
}

/*formularios*/
.wrapper-form {
    border: none;
    border-radius: 0;
    padding: 0;
}

/*escritorio*/
@media screen and (min-width: 641px) {
    .registro-form {
        max-width: 724px;
        margin: 0 auto;
        width: 100%;
    }

    .login-forms, .max-width-420-desk, .recuperar-form {
        max-width: 420px;
    }
    /* ADMINISTRAR */
    .wrapper-form {
        border: 1px solid #dddddd;
        border-radius: 20px;
        padding: 1rem;
    }

    .w-base__body--tabla-escritorio {
        border: 1px solid #ddd;
        background: #fff;
        margin-top: -8px;
    }

}
/*--------------------------------
HISTORIAL
--------------------------------*/
.tipo {
    border-radius: 3px;
    padding: 2px 6px !important;
}

.tipo--online {
    background: #e4f2ff !important;
    color: #004f99;
}

.tipo--presencial {
    background: #e5ebe1 !important;
    color: #495c3d;
}
