/* Patrón cliente (transferencia aceptada, ?code=, consultar nros):
   1) Descargar arriba  2) imagen  3) Ir al grupo debajo de la imagen. */
body.boleta-verify .boleta-confirmacion__wa-cliente,
body.landing .boleta-confirmacion__wa-cliente,
body.boleta-cliente .boleta-confirmacion__wa-cliente,
body.boleta-verify .boleta-confirmacion__share--copy,
body.landing .boleta-confirmacion__share--copy,
body.boleta-cliente .boleta-confirmacion__share--copy {
    display: none !important;
}

body.boleta-verify .boleta-confirmacion__download,
body.landing .boleta-confirmacion__download,
body.boleta-cliente .boleta-confirmacion__download {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    flex: 1 1 auto;
    padding: 12px 16px;
    border-radius: 10px;
    background: #16a34a;
    border: 1px solid #15803d;
    color: #fff;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.2;
    cursor: pointer;
    font-family: inherit;
    box-sizing: border-box;
}

body.boleta-verify .boleta-confirmacion__download svg,
body.landing .boleta-confirmacion__download svg,
body.boleta-cliente .boleta-confirmacion__download svg {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}

body.boleta-verify .boleta-confirmacion__download:hover,
body.landing .boleta-confirmacion__download:hover,
body.boleta-cliente .boleta-confirmacion__download:hover {
    background: #15803d;
    color: #fff;
}

body.boleta-verify .boleta-confirmacion__bar,
body.landing .boleta-confirmacion__bar,
body.boleta-cliente .boleta-confirmacion__bar {
    margin-bottom: 8px;
}

body.boleta-verify .boleta-confirmacion__grupo,
body.landing .boleta-confirmacion__grupo,
body.boleta-cliente .boleta-confirmacion__grupo {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    box-sizing: border-box;
    margin: 10px 0 0;
    padding: 14px 16px;
    border-radius: 10px;
    background: #25D366;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.2;
    font-family: inherit;
}

body.boleta-verify .boleta-confirmacion__grupo:hover,
body.landing .boleta-confirmacion__grupo:hover,
body.boleta-cliente .boleta-confirmacion__grupo:hover {
    background: #1ebe5d;
    color: #fff;
}

body.boleta-verify .boleta-confirmacion__grupo svg,
body.landing .boleta-confirmacion__grupo svg,
body.boleta-cliente .boleta-confirmacion__grupo svg {
    width: 22px;
    height: 22px;
    flex-shrink: 0;
}

body.boleta-verify .boleta-motomania-img,
body.landing .boleta-motomania-img,
body.boleta-cliente .boleta-motomania-img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto 0;
}
