﻿
body {
    background: #F7F7F7;
    margin: 0;
}

/* Contenedor principal */
.validador-container {
    max-width: 1280px;
    margin: 0px auto;
    background: #ffffff;
}

/* Breadcrumb */
.breadcrumb {
    font-size: 14px;
    color: #6b7280;
    margin-bottom: 24px;
    align-items: center;
    gap: 16px;
    border-bottom: 1px solid #D6D6D6;
    background: #F7F7F7;
    display: flex;
}

    .breadcrumb .separator {
        margin: 0 6px;
    }

    .breadcrumb .active {
        color: #5D5D5D;
        font-style: normal;
        font-weight: 600;
        line-height: 16px;
    }

    .breadcrumb p {
        font-style: normal;
        font-weight: 600;
        line-height: 16px;
        color: #086378;
        font-size: 12px !important;
        padding-top: 3px;
    }

/* Header */
.validador-header h1 {
    color: #064350;
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    line-height: 115%;
}

.validador-header p {
    margin-top: 8px;
    color: #6b7280;
}

.validador-header {
    padding: 0px 40px;
}

/* Steps */
.steps {
    display: flex;
    align-items: center;
    margin: 32px 0;
    padding: 0px 20%;
}

.step {
    position: relative;
}

.step-title {
    padding: 16px 40px;
}

.step .circle {
    border-radius: 1000px;
    border: 2px solid #D6D6D6;
    background: #FCFCFC;
    display: flex;
    width: 24px;
    height: 24px;
    padding: 4px;
    background: #d1d5db;
    justify-content: center;
    align-items: center;
}

.hidden {
    display: none !important;
}

.step.active .circle {
    border-radius: 1000px;
    border: 2px solid #086378;
    background: #086378;
    display: flex;
    width: 24px;
    height: 24px;
    padding: 4px;
    justify-content: center;
    align-items: center;
}


.step .label {
    position: absolute;
    top: 26px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 12px;
    color: #6b7280;
}

.line {
    flex: 1;
    height: 2px;
    background: #D6D6D6;
    margin: 0 10px;
}

    .line.completed {
        background-color: #086378;
    }

/* Step title */
.step-title h2 {
    margin: 0;
    color: #064350;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
}

.step-title span {
    font-size: 14px;
    color: #6b7280;
}

/* Card */
.form-card {
    margin-top: 24px;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 24px;
    display: block;
    margin-left: 40px;
    margin-right: 40px;
}

/* Alert Step 2*/
.alert-success {
    border: 2px solid #36B966;
    background: #F3FBF9;
    border-radius: 8px;
    padding: 24px;
    display: block;
    margin-left: 40px;
    margin-right: 40px;
    color: #1B1D1F;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
}

.step .btn-secondary {
    border-radius: 999px;
    padding: 10px 16px;
    margin-right: 16px;
}

.step .btn-primary:hover svg path {
    stroke: var(--Primary-100) !important;
}

/* Form */
.form-group {
    margin-bottom: 20px;
}

    .form-group label {
        display: flex;
        text-align: center;
        justify-items: center;
        font-size: 14px;
        margin-bottom: 6px;
    }

.required {
    border-radius: 10000000px;
    background: #CF2525;
    margin-right: 4px;
    margin-top: 7px;
    width: 8px;
    height: 8px;
}

.form-group input {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    font-size: 14px;
}

/* Captcha */
.captcha-group {
    display: block;
    gap: 16px;
    align-items: center;
}

    .captcha-group label {
        margin-top: 16px;
    }

.captcha-box {
    width: 20%;
    background: #1f4ed8;
    color: #ffffff;
    font-weight: bold;
    padding: 10px 16px;
    border-radius: 6px;
    letter-spacing: 2px;
}

/* Actions */
.form-actions {
    display: flex;
    justify-content: flex-end;
    margin: 16px 40px;
}

.btn-primary {
    background: #0f766e;
    color: #ffffff;
    border: none;
    padding: 10px 24px;
    border-radius: 20px;
    font-size: 14px;
    cursor: pointer;
}

    .btn-primary:hover {
        background: #115e59;
    }

/* Footer */
.validador-footer {
    margin-top: 40px;
    text-align: center;
    font-size: 13px;
    color: #6b7280;
    margin-bottom: 16px;
    padding-bottom: 16px;
}

.modal-overlay {
    display: none;
}

.content-download {
    display: flex;
    justify-content: center;
}

.title-download {
    margin-top: 8px;
}

    .title-download h2 {
        color: #064350;
        text-align: center;
        font-size: 26px;
        font-style: normal;
        font-weight: 700;
        line-height: 115%;
        margin-top: 16px;
    }

    .title-download h4 {
        color: #064350;
        text-align: center;
        font-size: 19px;
        font-style: normal;
        font-weight: 600;
        line-height: 125%;
        margin-top: 16px;
    }

.desc-download {
    margin-top: 16px;
    padding: 0px 16px;
}

    .desc-download span {
        color: #1B1D1F;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 125%;
    }

.modal-header {
    border: none;
}

.modal-footer {
    border: none;
    justify-content: center !important;
    margin-bottom: 4px;
}

    .modal-footer button {
        width: 100%
    }

.header-download {
    justify-content: flex-end;
}

@media (max-width: 540px) {
    .validador-header {
        padding: 0px 16px;
    }

    .form-card {
        padding: 32px 16px;
        margin: 16px;
    }

    .step-title {
        padding: 0px 16px;
    }

    .alert-success {
        margin: 16px;
    }

    .form-actions {
        margin: 16px;
        display: block;
    }

        .form-actions button {
            width: 100%;
            margin-top: 16px;
        }

    .captcha-box {
        width: 40%;
    }

    .step-title {
        padding-bottom: 24px;
        border-bottom: 1px solid #ACB0B2;
        margin: 0px 16px;
    }

    .breadcrumb {
        gap: 8px;
        flex-wrap: nowrap;
        overflow: hidden;
        white-space: nowrap;
    }

        .breadcrumb p {
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
        }
}
