.page-voucher {
    margin: 30px 0;

    .box {
        background: #fff;
        border-radius: 4px;
        overflow: hidden;
        -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
        transition: all 0.4s ease;
        transition-property: all;
        transition-duration: 0.4s;
        transition-timing-function: ease;
        transition-delay: 0s;
        padding: 20px;
        margin-bottom: 30px;

        .titulo {
            font-size: 18px;
            text-align: center;
            padding: 10px 0;
        }

        .info-icon {
            display: flex;
            align-items: center;
            justify-content: center;

            i {
                color: var(--azul-1);
                font-size: 34px;
            }
        }

        .info-titulo {
            font-size: 18px;
            color: var(--azul-1);
            line-height: 28px;
        }

        .info-descricao {
            color: #333;
            font-size: 13px;
            line-height: 22px;
        }

        h2 {
            font-size: 19px;
            padding: 10px 0;
        }

        h3 {
            font-size: 16px;
            margin-top: 20px;
        }

        .item {
            p {
                padding-left: 11px;
            }
        }

        p {
            line-height: 24px;

            b {
                color: #797979;
            }

            i {
                margin-right: 15px;
            }
        }

        table {
            margin-top: 12px;
        }
    }
}
