.modal-c {
    position: relative;
    top: 0;
    left: 0;
    z-index: 100;
    display: flex;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}

.modal-content-custom {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgb(0 0 0 / 0%);
    border-radius: 0rem;
    outline: 0;
    box-shadow: 0px 0px 3px #0000004d;
}

.modal-dialog-custom {
    min-width: 300px;
    margin: auto auto;
}

.modal-body-custom {
    position: relative;
    flex: 1 1 auto;
    padding: 3rem 2rem;
}

.title-modal {
    color: #414042;
    font-size: 20px;
}

.check-text {
    color: #414042;
    font-size: 14px;
}

.form-sesion {
    display: block;
    width: 100%;
    padding: 0.375rem 1rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #7f7f7f;
    background-color: #fff !important;
    background-clip: padding-box;
    border: 1px solid #7c7c7c;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-sesion {
    border: 1px solid #da0a24;
    color: #fff;
    background: #da0a24;
    border-radius: 0px;
    min-width: 100px;
    font-size: 12px;
}

.btn-sesion:hover {
    border: 1px solid #a70515;
    color: #fff;
    background: #a70515;
    border-radius: 0px;
    min-width: 100px;
    font-size: 12px;
}

.link-a {
    color: #2497ff;
    font-size: 14px;
    text-decoration: none;
}

.link-a:hover {
    color: #2086df;
    font-size: 14px;
}

.form-check-input-custom[type="checkbox"] {
    border-radius: 0px;
}

.form-check-input-custom {
    width: 1em;
    height: 1em;
    margin-top: 0.25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid #414042;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
}

.img-catalog {
    min-width: 100%;
    height: auto;
}

.img-catalog-pop {
    min-width: 100% !important;
    height: auto !important;
    max-height: 25rem;
}

@media screen and (max-width: 1023px) {
    .title-modal {
        color: #414042;
        font-size: 19px;
    }
    .form-sesion {
        padding: 0.375rem 0.5rem;
        font-size: 13px;
    }
    .modal-body-custom {
        position: relative;
        flex: 1 1 auto;
        padding: 2rem 1.5em;
    }
    .link-a {
        color: #2497ff;
        font-size: 13px;
        text-decoration: none;
    }
    .check-text {
        color: #414042;
        font-size: 13px;
    }
    .modal-dialog-custom {
        min-width: 280px;
        margin: auto auto;
    }
    .modal-c {
        position: relative;
        top: 0;
        left: 0;
        z-index: 100;
        display: flex;
        width: 100%;
        height: auto;
        overflow: hidden;
        outline: 0;
    }
}

/* Owns */

.img-catalog-pop2 {
    min-width: 100% !important;
    height: auto !important;
    max-height: 25rem;
}
