/***********************************************************/
/*                                                         */
/* Plataforma e-ducativa - Argentina                       */
/*                                                         */
/* Copyright (c) 2026 de e-ducativa Educación Virtual S.A. */
/*                                                         */
/***********************************************************/
:root {
    --color-campus: var(--variable-color-plataforma);
}

.cert_validate {
    display: inline-flex;
    gap: 92px;
    margin: 60px 0 56px;
    padding: 38px;
    border-radius: 6px;
    background-color: #ffffff;
    box-shadow: 8px 8px 16px rgba(0, 0, 0, .12);
}
.cert_validate .left_banner {
    position: relative;
    display: flex;
    justify-content: center;
    width: 184px;
    min-height: 524px;
}
.cert_validate .left_banner .black_div {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000000;
    overflow: hidden;
    opacity: .1;
}
.cert_validate .left_banner .state_check {
    margin-top: 38px;
    filter: drop-shadow(2px 2px 16px rgba(0, 0, 0, 0.4));
    z-index: 1;
}
.cert_validate .left_banner .circle {
    position: absolute;
    left: 0;
    bottom: 132px;
}
.cert_validate .left_banner .obliq_strip {
    position: absolute;
    bottom: 48px;
    right: 0;
}
.cert_validate .left_banner .rombo {
    position: absolute;
    right: 0;
    bottom: 0;
}
.cert_validate .info_box {
    position: relative;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.cert_validate .info_box .floating_quote {
    position: absolute;
    right: 120px;
    bottom: 86px;
    font-size: 7.313rem;
    color: #5e5e5e;
    opacity: .07;
}
.cert_validate .info_box .txt_state {
    margin: 70px 0 58px;
    font-size: 1.688rem;
}
.cert_validate .info_box .line {
    margin-top: 6px;
    width: 110px;
    height: 4px;
    background-color: var(--color-campus);
}
.cert_validate .info_box .user {
    margin-bottom: 36px;
    font-size: 2.25rem;
    font-weight: bold;
    hyphens: auto;
}
.cert_validate .info_box .course {
    margin-bottom: 4px;
    font-size: 1.5rem;
    font-weight: bold;
}
.cert_validate .info_box .extra_data {
    font-size: 1.125rem;
    color: #7a7a7a;
    z-index: 1;
}
.cert_validate .info_box form { margin-top: auto; }

@media only screen and (max-width: 780px) {
    .cert_validate {
        flex-direction: column;
        gap: 0;
    }
    .cert_validate .left_banner {
        width: inherit;
        min-height: 152px;
    }
    .cert_validate .left_banner .state_check { margin-top: 22px; }

    .cert_validate .info_box .txt_state { margin: 36px 0 46px; }

    .cert_validate .info_box .floating_quote { right: 20px; }
}

@media only screen and (max-width: 480px) {
    .cert_validate { margin: 22px 0 56px; }

    .cert_validate .left_banner { min-height: 120px; }

    .cert_validate .left_banner .state_check {
        width: 80px;
        margin-top: 6px;
    }
    .cert_validate .info_box .user {
        margin-bottom: 18px;
        font-size: 1.875rem;
    }
    .cert_validate .info_box .txt_state {
        margin: 30px 0 34px;
        font-size: 1.375rem;
    }
    .cert_validate .info_box .course { font-size: 1.25rem; }

    .cert_validate .info_box .extra_data { font-size: 1rem; }

    .cert_validate .info_box .floating_quote { bottom: 112px; }

    .cert_validate .info_box form {
        display: flex;
        justify-content: center;
    }
}
