/* =========================================================
* VALIDACIÓN DE BONOS
* ========================================================= */

.br-validacion {
    max-width: 760px;
    margin: 0 auto;
    padding: 80px 30px 110px;
    box-sizing: border-box;
    color: #252525;
}

/* ---------------------------------------------------------
FORMULARIO
--------------------------------------------------------- */

.br-validacion form {
    max-width: 520px;
    margin: 0 auto;
}

/* Label */

.br-validacion label {
    display: block;

    margin-bottom: 8px;

    font-family: "DejaVu Sans", sans-serif;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: .14em;
    text-transform: uppercase;

    color: #777;
}

/* Campo */

.br-validacion input[type="text"] {
    display: block;
    width: 100%;
    height: 58px;

    padding: 0 18px;

    box-sizing: border-box;

    border: 1px solid #d7d4cb;
    border-radius: 0;

    background: #fff;

    font-family: "DejaVu Sans", sans-serif;
    font-size: 17px;
    letter-spacing: .08em;

    color: #222;

    outline: none;

    transition:
        border-color .2s ease,
        box-shadow .2s ease;
}

.br-validacion input[type="text"]::placeholder {
    color: #aaa;
    letter-spacing: .06em;
}

.br-validacion input[type="text"]:focus {
    border-color: #a89525;
    box-shadow: 0 0 0 1px #a89525;
}

/* Botón */

.br-validacion > form button {
    display: block;

    width: 100%;
    height: 52px;

    margin-top: 12px;

    border: 0 !important;
    border-radius: 0 !important;

    background: #242424 !important;
    color: #fff !important;

    font-family: "DejaVu Sans", sans-serif;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: .16em;
    text-transform: uppercase;

    cursor: pointer;

    transition:
        background .2s ease,
        transform .2s ease;
}

.br-validacion > form button::before {
    content: "";
}

.br-validacion > form button:hover {
    background: #a89525 !important;
    color: #fff !important;
    /* transform: translateY(-1px); */
}

/* ---------------------------------------------------------
RESULTADO
--------------------------------------------------------- */

.br-resultado {
    max-width: 620px;

    margin: 75px auto 0;
    padding: 48px 50px 52px;

    box-sizing: border-box;

    border: 1px solid #dedbd3;

    background: #faf9f5;

    text-align: center;

    position: relative;
}

/* pequeño detalle dorado superior */

.br-resultado::before {
    content: "";
    display: block;

    width: 42px;
    height: 2px;

    margin: -48px auto 40px;

    background: #a89525;
}

/* ---------------------------------------------------------
   INFORMACIÓN DEL ESTADO
--------------------------------------------------------- */

.br-estado {
    margin: 28px 0 4px;
    font-family: "DejaVu Sans", sans-serif;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: .14em;
    line-height: 1.4;
    text-transform: uppercase;
}

.br-estado-error {
    color: #9b4b42;
}

.br-fecha-estado {
    margin: 0 0 26px;
    font-family: "DejaVu Sans", sans-serif;
    font-size: 13px;
    line-height: 1.5;
    color: #666;
}

.br-resultado .br-cantidad {
    margin: 0;
    font-family: "DejaVu Sans", sans-serif;
    font-size: 15px;
    line-height: 1.5;
}

/* Código */

.br-resultado .br-codigo {
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 22px 25px;

    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;

    text-align: center;
}

.br-resultado .br-codigo-label {
    display: block;
    margin-bottom: 8px;

    font-family: "DejaVu Sans", sans-serif;
    font-size: 10px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #777777;
}

.br-resultado .br-codigo-valor {
    display: block;

    font-family: "DejaVu Sans", sans-serif;
    font-size: 23px;
    font-weight: 500;
    letter-spacing: 0.12em;
    color: #222222;
}

/* Botón de utilizar */

.br-resultado form {
    margin-top: 35px;
}

.br-resultado form button {
    margin-top: 0;
}

/* Error de código */

.br-error {
    max-width: 620px;
    margin: 70px auto 0;
    padding-top: 30px;
    border-top: 1px solid #d8d8d8;

    font-family: Georgia, "Times New Roman", serif;
    font-size: 17px;
    line-height: 1.6;
    color: #222222;
}

/* Móvil */

@media (max-width: 767px) {

    .br-validacion {
        padding: 45px 22px 70px;
    }

    .br-validacion form,
    .br-resultado,
    .br-error {
        max-width: none;
    }

    .br-resultado {
        margin-top: 50px;
    }

    .br-resultado .br-codigo-valor {
        font-size: 19px;
    }
}

.br-resultado .br-producto {
    font-family: "DejaVu Sans", sans-serif;
    font-size: 20px;
    line-height: 1.35;
    margin-top: 30px;
    margin-bottom: 12px;
}

.br-boton-utilizar {
    display: block;
    width: 100%;
    height: 52px;
    margin-top: 12px;

    border: 0 !important;
    border-radius: 0 !important;

    background: #242424 !important;
    color: #fff !important;

    font-family: "DejaVu Sans", sans-serif;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: .16em;
    text-transform: uppercase;

    cursor: pointer;

    transition:
        background .2s ease,
        transform .2s ease;
}

.br-boton-utilizar:hover {
    background: #a89525 !important;
    color: #fff !important;
    /* transform: translateY(-1px); */
}

/* Estado final del bono */

.br-bono-estado {
    width: 100%;
    min-height: 52px;
    margin-top: 12px;
    padding: 14px 20px;
    box-sizing: border-box;
    border: 1px solid #dedbd3;
    background: #f4f3ef;
    text-align: center;
}

.br-bono-estado-titulo {
    font-family: "DejaVu Sans", sans-serif;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: .16em;
    line-height: 1.4;
    text-transform: uppercase;
    color: #555555;
}

.br-bono-estado-fecha {
    margin-top: 6px;
    font-family: "DejaVu Sans", sans-serif;
    font-size: 11px;
    line-height: 1.4;
    color: #777777;
}

.br-bono-caducado .br-bono-estado-titulo {
    color: #9b4b42;
}